/* ═══════════════════════════════════════════════════════════════
   MC — Master Course coming-soon page
   ═══════════════════════════════════════════════════════════════ */

.mc-wrap { min-height: 72vh; display: flex; align-items: center; justify-content: center; padding: 6rem 2rem; text-align: center; }
.mc-inner { max-width: 560px; }
.mc-icon-ring { width: 5rem; height: 5rem; border-radius: 50%; background: #f1f4fa; border: 2px solid #ccf067; display: flex; align-items: center; justify-content: center; margin: 0 auto 2rem; }
.mc-icon-ring .material-symbols-outlined { font-size: 2.25rem; color: #4c6200; font-variation-settings: 'FILL' 1; }
.mc-eyebrow { font-size: 0.72rem; font-weight: 800; color: #4c6200; letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 1rem; }
.mc-title { font-family: var(--wp--preset--font-family--headline, 'Manrope', sans-serif); font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 800; color: #006565; letter-spacing: -0.025em; margin: 0 0 1.25rem; line-height: 1.15; }
.mc-desc { font-size: 1.0625rem; color: #3e4949; line-height: 1.75; margin: 0 0 2.5rem; word-break: keep-all; }
.mc-timeline { display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.875rem 1.5rem; background: #f1f4fa; border-radius: 999px; font-size: 0.875rem; color: #3e4949; margin-bottom: 2.5rem; display: inline-flex; }
.mc-timeline .material-symbols-outlined { font-size: 1rem; color: #006565; }
.mc-back { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.875rem 2rem; background: #006565; color: #fff !important; border-radius: 0.5rem; font-size: 0.9375rem; font-weight: 700; text-decoration: none !important; transition: background 0.18s; }
.mc-back:hover { background: #004f4f; }
.mc-back .material-symbols-outlined { font-size: 1.125rem; }

