/*
Theme Name:     Satolympiad Child
Theme URI:      https://satolympiad.org
Description:    Child theme of Bricks for satolympiad.org. Carries Subash's design tokens (Inter + Poppins, purple #5B2C87 + peach #F08672, brand spacing/radii) as CSS variable fallbacks. Bricks Theme Styles is the canonical source — these CSS variables exist so styling does not collapse if a Theme Style is misconfigured or temporarily disabled.
Author:         Galvanize Global Education
Author URI:     https://galvanizetestprep.com
Template:       bricks
Version:        0.2.0
Text Domain:    satolympiad-child
*/

/* === Subash full design CSS — extracted from design-mockups/satolympiad-2026/home/home.html on 2026-05-21 === */

:root {
      --primary: #5B2C87;
      --primary-hover: #3A1A5C;
      --accent: #F08672;
      --cream: #FFF3E6;
      --white: #FFFDFE;
      --ink: #333333;
      --body: #555555;
      --muted: #8A8B9F;
      --error: #E94560;
      --error-bg: #FCE4E8;
      --success: #22A06B;
      --success-bg: #E8F5EE;
      --warning: #F59E0B;
      --warning-bg: #FEF3DC;
      --info: #2563EB;
      --info-bg: #E4EDFD;
      --purple: #5B2C87;
      --peach: #F08672;
      --dark: #333333;
      --black: #333333;
      --title: #333333;
      --tooltip: #FFF3E6;
      --gray: #8A8B9F;
      --radius-sm: 10px;
      --radius-md: 18px;
      --radius-lg: 30px;
      --radius-pill: 999px;
      --radius-circle: 50%;
      --soft-shadow: none;
      --hover-shadow: none;
      --max: 1140px;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--dark); background: var(--white); font-size: 16px; line-height: 26px; overflow-x: hidden; }
    h1, h2, h3, h4, h5, h6,
    .hero-title, .hero-eyebrow, .hero-list li,
    .section-title h2, .section-title h4, .seen-title, .school-heading h2,
    .impact-cta h3, .stay-card h2, .stay-card h3, .expert-led h5, .benefit-card h6,
    .step-card h3, .prize-card h3, .prize-card h4, .what-title, .faq-question,
    .side-menu strong, .profile-info strong,
    .button, button.button, .so-btn-primary, .so-btn-ghost, .menu-toggle,
    .sat-olymp-form h1, .so-success h2 {
      font-family: Poppins, Arial, sans-serif;
    }
    img { max-width: 100%; height: auto; display: block; }
    a { color: inherit; text-decoration: none; }
    button, input, select, textarea { font-family: inherit; }
    .container { width: min(var(--max), calc(100% - 160px)); margin: 0 auto; }
    .skip-link { position: absolute; left: -9999px; top: 8px; z-index: 1000; padding: 10px 14px; background: var(--black); color: var(--white); border-radius: var(--radius-sm); }
    .skip-link:focus { left: 8px; }

    .site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(247,180,167,.48); transition: box-shadow .25s ease, background .25s ease; }
    .site-header.scrolled { box-shadow: none; background: var(--white); }
    .header-shell { position: relative; width: 100%; max-width: 100%; padding: 0 80px; min-height: 82px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
    .site-logo img { width: 70px; height: 70px; object-fit: contain; }
    .header-date-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; background: var(--cream); color: var(--primary); border: 1px solid var(--cream); border-radius: var(--radius-pill); font-size: 14px; line-height: 22px; font-weight: 600; white-space: nowrap; transition: background .2s ease, border-color .2s ease, color .2s ease; }
    .header-date-pill:hover { background: var(--primary); color: var(--white); border-color: var(--primary); }
    .header-date-pill .icon-svg { width: 16px; height: 16px; flex: none; }
    .header-actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
    .early-bird-offer { font-size: 14px; line-height: 22px; color: var(--ink); font-weight: 500; white-space: nowrap; }
    .early-bird-offer .eb-price, .early-bird-offer .eb-tag { white-space: nowrap; }
    .early-bird-offer s { color: #555555; font-weight: 400; }
    .early-bird-offer strong { color: var(--primary); font-weight: 700; }
    .button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 22px; border-radius: var(--radius-sm); border: 1px solid var(--primary); background: var(--primary); color: var(--white); font-size: 16px; line-height: 20px; font-weight: 700; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease, color .25s ease; }
    .button:hover { transform: translateY(-2px); box-shadow: var(--soft-shadow); background: var(--primary-hover); border-color: var(--primary-hover); }
    .button.secondary { background: #25D366; color: var(--white); border-color: #25D366; }
    .button.secondary:hover { background: #1DA851; color: var(--white); border-color: #1DA851; }
    .menu-toggle { width: 42px; height: 42px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 4px; border: 0; border-radius: var(--radius-sm); background: var(--primary); cursor: pointer; padding: 0; transition: background .2s ease, transform .2s ease; }
    .menu-toggle:hover { background: var(--primary-hover); transform: translateY(-2px); box-shadow: var(--soft-shadow); }
    .menu-toggle span { display: block; width: 18px; height: 2px; background: var(--white); border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }
    .menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
    .menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .overlay { position: fixed; inset: 0; background: rgba(0,0,0,.45); opacity: 0; pointer-events: none; transition: opacity .25s ease; z-index: 120; }
    .overlay.is-open { opacity: 1; pointer-events: auto; }
    .side-menu { position: fixed; top: 0; right: 0; width: min(420px, 90vw); height: 100dvh; background: linear-gradient(145deg, var(--cream), var(--tooltip)); z-index: 130; transform: translateX(104%); transition: transform .32s ease; padding: 28px; overflow-y: auto; box-shadow: none; }
    .side-menu.is-open { transform: translateX(0); }
    .side-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
    .side-head p { margin: 0; color: var(--purple); font-weight: 700; }
    .close-menu { border: 1px solid var(--peach); background: var(--white); color: var(--purple); width: 42px; height: 42px; border-radius: var(--radius-sm); cursor: pointer; font-size: 24px; line-height: 24px; }
    .side-menu ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
    .side-menu a { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 16px; background: var(--white); border: 1px solid var(--peach); border-radius: var(--radius-md); color: var(--dark); box-shadow: var(--soft-shadow); }
    .side-menu i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: var(--radius-sm); background: var(--cream); color: var(--purple); font-style: normal; font-weight: 700; }
    .side-menu strong { display: block; color: var(--purple); font-size: 18px; line-height: 26px; }
    .side-menu small { display: block; color: var(--gray); font-size: 14px; line-height: 22px; font-weight: 500; }

    .hero-section { background: var(--cream); padding: 60px 0 30px; position: relative; overflow: hidden; }
    .hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 32px; align-items: center; }
    .hero-eyebrow { display: inline-block; color: var(--primary); font-size: 20px; line-height: 28px; font-weight: 600; margin-bottom: 10px; }
    .hero-title { color: var(--black); font-size: 56px; line-height: 62px; letter-spacing: -2px; margin: 0 0 26px; font-weight: 700; }
    .hero-title span { display: block; }
    .rotating-word { color: var(--purple); display: inline-block; min-width: 390px; transition: opacity .25s ease, transform .25s ease; }
    .rotating-word.fade { opacity: 0; transform: translateY(10px); }
    .hero-list { margin: 0 0 30px; padding-left: 26px; display: grid; gap: 3px; }
    .hero-list li { color: var(--black); font-size: 16px; line-height: 26px; font-weight: 500; }
    .hero-date { margin: 18px 0 0; color: var(--black); font-size: 18px; line-height: 28px; }
    .hero-cta-row { display: inline-flex; align-items: center; gap: 18px; flex-wrap: wrap; }
    .hero-partners { grid-column: 1 / -1; width: 100%; margin-top: 0px; text-align: center; }
    .hero-partners-title { color: var(--primary); font-size: 18px; line-height: 26px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 10px; }
    .hero-partners-marquee { overflow: hidden; width: 100%; mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
    .hero-partners-track { display: flex; align-items: center; width: max-content; gap: 36px; animation: hero-partners-scroll 22s linear infinite; }
    .hero-partners-track img { width: 142px; height: 72px; object-fit: contain; flex: none; }
    @keyframes hero-partners-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
    .hero-partners-marquee:hover .hero-partners-track { animation-play-state: paused; }
    .hero-right-col { display: flex; flex-direction: column; align-items: center; gap: 40px; width: 100%; }
    .hero-image-wrap { display: flex; justify-content: center; align-items: flex-start; width: 100%; }
    .hero-image-card { width: min(516px, 100%); position: relative; }
    .hero-image-card:before { display: none; }
    .hero-image-card img { position: relative; width: 100%; height: auto; display: block; }

    .section { padding: 60px 0; }
    .section.cream { background: var(--cream); }
    .section.white { background: var(--white); }
    .section[aria-label="Partners"] { padding: 30px 0; }
    #registration { background: var(--primary); }
    #registration .section-title h2 { color: var(--white); }
    #registration .section-title h4, #registration .section-title p { color: var(--cream); }
    #registration .section-title h2 span, #registration .section-title span { color: var(--accent); }
    .section-title { text-align: center; max-width: 860px; margin: 0 auto 42px; }
    .section-title h2 { margin: 0 0 13px; color: var(--primary); font-size: 40px; line-height: 46px; letter-spacing: 0; font-weight: 700; }
    .section-title h4, .section-title p { margin: 0; color: var(--dark); font-size: 18px; line-height: 28px; font-weight: 500; }
    .section-title span, .purple-text { color: var(--purple); }

    .partners-slider { padding: 30px 0 46px; background: var(--white); border-top: 1px solid rgba(247,180,167,.34); border-bottom: 1px solid rgba(247,180,167,.34); }
    .partners-title { color: var(--primary); font-size: 18px; line-height: 26px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 10px; text-align: center; }
    .marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
    .marquee-track { display: flex; width: max-content; gap: 18px; animation: marquee 34s linear infinite; }
    .marquee.reverse .marquee-track { animation-direction: reverse; animation-duration: 38s; }
    .logo-card { height: 74px; min-width: 150px; padding: 14px 24px; border-radius: var(--radius-md); border: 1px solid var(--peach); background: var(--white); display: grid; place-items: center; box-shadow: var(--soft-shadow); }
    .logo-card img { width: 142px; height: 72px; object-fit: contain; }
    @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

    .what-you-get { max-width: 1140px; margin: 0 auto; padding: 8px 0 10px; }
    .what-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
    .what-card { position: relative; padding: 28px 22px 30px; border-radius: 30px; background: #fffdfe; text-align: center; transition: transform 0.25s ease; }
    .what-card:hover { transform: translateY(-4px); }
    .what-image { max-width: 42%; margin: 0 auto 14px; display: block; }
    .what-title { font-size: 18px; line-height: 26px; font-weight: 600; color: var(--title); margin: 8px 0 10px; }
    .stat { font-size: 22px; line-height: 28px; font-weight: 700; color: var(--purple); }
    .what-text { font-size: 16px; line-height: 26px; color: var(--body); font-weight: 500; margin: 0; }

    .center-button { text-align: center; margin-top: 32px; }
    .carousel { position: relative; }
    .carousel-viewport { overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; scroll-behavior: smooth; }
    .carousel-viewport::-webkit-scrollbar { display: none; }
    .carousel-track { display: flex; gap: 22px; align-items: stretch; }
    .carousel-slide { flex: 0 0 calc((100% - 44px) / 3); scroll-snap-align: start; }
    .carousel-nav { display: contents; }
    .carousel-btn { position: absolute; top: calc(50% - 24px); width: 48px; height: 48px; border-radius: var(--radius-sm); border: 1px solid var(--peach); background: var(--white); color: var(--primary); display: grid; place-items: center; cursor: pointer; font-size: 22px; line-height: 22px; z-index: 5; box-shadow: var(--soft-shadow); transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
    .carousel-btn:hover { transform: translateY(-2px); background: var(--primary); color: var(--white); box-shadow: var(--hover-shadow); }
    .carousel-btn.prev { left: -64px; }
    .carousel-btn.next { right: -64px; }
    @media (max-width: 1024px) {
      .carousel { padding: 0 56px; }
      .carousel-btn.prev { left: 0; }
      .carousel-btn.next { right: 0; }
    }
    @media (max-width: 767px) {
      .carousel { padding: 0 48px; }
      .carousel-btn { width: 40px; height: 40px; top: calc(50% - 20px); font-size: 18px; }
      .carousel-btn.prev { left: 0; }
      .carousel-btn.next { right: 0; }
    }

    .prize-card { display: flex; flex-direction: column; background: #fffdfe; border-radius: var(--radius-lg); padding: 50px 30px 20px; text-align: center; border: 1px solid var(--peach); justify-content: space-between; min-height: 582px; }
    .prize-card img { width: 142px; height: 72px; margin: 0 auto 15px; object-fit: contain; }
    .prize-card h3 { font-size: 18px; line-height: 26px; margin: 0 0 10px; color: var(--purple); font-weight: 700; }
    .prize-card p { font-size: 14px; line-height: 22px; color: var(--dark); margin: 0; }
    .prize-card small { display: block; min-height: 26px; font-size: 14px; line-height: 22px; color: var(--dark); margin-top: 10px; }
    .prize-card h4 { color: var(--ink); font-size: 28px; line-height: 34px; font-weight: 500; margin: 0; }
    .image-block p { color: var(--purple) !important; padding-bottom: 15px !important; font-weight: 500; }
    .table-box { min-height: 145px; }
    .table-box table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
    .table-box td { border: 0; border-bottom: 1px solid var(--peach); padding: 6px 0; color: var(--dark); font-weight: 600; font-size: 14px; line-height: 22px; }
    .table-box tr:last-child td { border-bottom: 0; }
    .footer-text { position: relative; text-align: right; padding: 10px 10px 0; font-size: 14px; line-height: 22px; color: var(--ink); }
    .terms-btn { background: transparent; border: 0; color: var(--dark); font-weight: 600; cursor: pointer; padding: 0; border-radius: var(--radius-sm); }
    .terms-btn span { display: inline-flex; align-items: center; justify-content: center; border: 2px solid var(--black); border-radius: var(--radius-circle); width: 16px; height: 16px; font-size: 8px; color: var(--black); font-style: italic; margin-left: 4px; }
    .tooltip-text { display: none; position: absolute; bottom: 128%; right: 0; text-align: left; background-color: var(--tooltip); color: var(--ink); padding: 18px 12px; border-radius: var(--radius-lg); font-weight: 300; width: 300px; max-width: 76vw; z-index: 9; box-shadow: var(--soft-shadow); }
    .tooltip-text ul { margin: 0; padding-left: 18px; }
    .tooltip-text li { font-size: 12px; line-height: 18px; margin-bottom: 5px; }
    .footer-text:hover .tooltip-text, .footer-text.is-open .tooltip-text { display: block; }
    .tooltip-text:after { content: ''; position: absolute; top: 100%; right: 38px; border-width: 6px; border-style: solid; border-color: var(--purple) transparent transparent transparent; }

    .impact-note { max-width: 1140px; margin: 20px auto 0; color: var(--black); font-size: 14px; line-height: 22px; }
    .testimonial-card { background: var(--white); border: 1px solid var(--peach); border-radius: var(--radius-lg); padding: 28px; min-height: 290px; display: flex; flex-direction: column; justify-content: space-between; text-align: center; box-shadow: var(--soft-shadow); }
    .testimonial-logo { height: 72px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
    .testimonial-logo img { width: 142px; height: 72px; object-fit: contain; }
    .testimonial-card p { color: var(--dark); margin: 0 0 22px; font-size: 16px; line-height: 26px; }
    .profile-info strong { display: block; color: var(--ink); font-size: 20px; line-height: 28px; font-weight: 600; }
    .profile-info em { display: block; color: var(--primary); font-style: normal; font-size: 16px; line-height: 26px; font-weight: 600; margin-top: 4px; }
    .impact-cta { margin-top: 46px; padding: 36px; border-radius: var(--radius-lg); background: var(--cream); border: 1px solid var(--peach); text-align: center; }
    .impact-cta h3 { margin: 0 auto 24px; max-width: 880px; color: var(--black); font-size: 28px; line-height: 34px; }

    .benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
    .benefit-card { background: var(--white); border: 1px solid var(--peach); border-radius: var(--radius-lg); padding: 28px; text-align: center; box-shadow: var(--soft-shadow); display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 190px; }
    .benefit-card img { max-height: 66px; max-width: 160px; object-fit: contain; margin: 0 auto 18px; }
    .benefit-card h6 { margin: 0; color: var(--purple); font-size: 18px; line-height: 26px; }
    .benefit-note { color: var(--gray); font-size: 14px; line-height: 22px; max-width: 930px; margin: 24px auto 0; text-align: center; }
    .expert-led { margin-top: 34px; text-align: center; }
    .expert-led h5 { margin: 0 0 18px; color: var(--black); font-size: 22px; line-height: 28px; font-weight: 500; }
    .expert-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
    .certificate-note { text-align: center; margin-top: 30px; color: var(--black); font-size: 16px; line-height: 26px; }

    .school-heading { text-align: center; margin-bottom: 28px; }
    .school-heading h2 { margin: 0; color: var(--primary); font-size: 40px; line-height: 46px; }
    .school-logo-card { height: 86px; min-width: 132px; padding: 12px 22px; border-radius: var(--radius-md); border: 1px solid var(--peach); background: var(--white); display: grid; place-items: center; box-shadow: var(--soft-shadow); }
    .school-logo-card img { width: 142px; height: 72px; object-fit: contain; }
    .steps-title { margin-top: 0; }
    .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
    .step-card { position: relative; overflow: hidden; background: var(--cream); border: 1px solid var(--peach); border-radius: var(--radius-lg); padding: 34px 28px; min-height: 255px; box-shadow: var(--soft-shadow); }
    .step-number { position: absolute; right: 24px; top: 6px; color: rgba(91,44,135,.18); font-size: 64px; line-height: 64px; font-weight: 700; }
    .step-card h3 { position: relative; margin: 40px 0 14px; color: var(--purple); font-size: 22px; line-height: 28px; }
    .step-card p, .step-card li, .step-card .step-body { position: relative; margin: 0; color: var(--dark); font-size: 16px; line-height: 26px; }
    .step-card ol, .step-card ul { margin: 0; padding-left: 18px; }

    .registration-card iframe { height: 800px; border-radius: var(--radius-md); width: 100%; border: none; display: block; background: var(--white); }

    .seen-title { margin: 0 0 24px; text-align: center; color: var(--primary); font-size: 40px; line-height: 46px; }
    .media-marquee { margin-bottom: 0; }
    .faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; align-items: start; }
    .faq-item { background: var(--white); border: 1px solid var(--peach); border-radius: var(--radius-md); box-shadow: var(--soft-shadow); overflow: hidden; }
    .faq-question { width: 100%; min-height: 72px; background: var(--white); border: 0; padding: 20px 24px; text-align: left; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; align-items: center; color: var(--purple); font-size: 18px; line-height: 26px; font-weight: 600; border-radius: var(--radius-sm); }
    .faq-question span { flex: 1; }
    .faq-icon { width: 26px; height: 26px; border: 1px solid var(--peach); border-radius: var(--radius-circle); display: grid; place-items: center; flex: none; color: var(--purple); }
    .faq-answer { max-height: 0; overflow: hidden; transition: max-height .34s ease; }
    .faq-answer-content { padding: 0 24px 24px; color: var(--dark); font-size: 14px; line-height: 22px; }
    .faq-answer-content p:first-child { margin-top: 0; }
    .faq-item.active .faq-answer { max-height: 980px; }
    .faq-item.active .faq-icon { transform: rotate(45deg); }

    .stay-section { background: var(--white); padding: 20px 0 60px; }
    .stay-card { background: var(--cream); border: 1px solid var(--peach); border-radius: var(--radius-lg); padding: 48px 28px; text-align: center; box-shadow: var(--soft-shadow); }
    .stay-card h2 { margin: 0 0 12px; color: var(--primary); font-size: 40px; line-height: 46px; }
    .stay-card h3 { margin: 0 auto 30px; max-width: 820px; color: var(--dark); font-size: 18px; line-height: 28px; font-weight: 500; }

    .footer { background: var(--primary-hover); border-top: 0; color: var(--cream); padding: 54px 0 22px; }
    .footer-grid { display: grid; grid-template-columns: .8fr .8fr 1.4fr; gap: 38px; align-items: center; }
    .footer-logo img { width: 118px; height: 118px; object-fit: contain; }
    .footer-links, .footer-contact, .legal-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
    .footer h5 { margin: 0 0 12px; color: var(--white); font-size: 18px; line-height: 26px; }
    .footer a { color: var(--cream); font-weight: 500; }
    .footer a:hover { color: var(--accent); }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.15); margin-top: 34px; padding-top: 20px; display: flex; justify-content: space-between; gap: 22px; align-items: center; flex-wrap: wrap; }
    .legal-links { display: flex; gap: 18px; flex-wrap: wrap; }
    .social { display: flex; gap: 10px; }
    .social a { width: 36px; height: 36px; border-radius: var(--radius-sm); border: 1px solid rgba(255,255,255,0.25); background: transparent; display: grid; place-items: center; color: var(--cream); font-weight: 700; transition: background .2s ease, color .2s ease, border-color .2s ease; }
    .social a:hover { background: var(--accent); color: var(--white); border-color: var(--accent); }

    .back-to-top { position: fixed; right: 18px; bottom: 18px; width: 46px; height: 46px; border-radius: var(--radius-sm); background: var(--purple); color: var(--white); border: 0; cursor: pointer; display: grid; place-items: center; opacity: 0; pointer-events: none; transform: translateY(12px); transition: all .25s ease; z-index: 80; }
    .back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
    .reveal { opacity: 1; transform: none; }
    .reveal.visible { opacity: 1; transform: none; }


    /* Final logo/design fidelity patch: live site logo strips are simple image rows, not boxed cards. */
    .icon-svg { width: 1.05em; height: 1.05em; display: inline-block; flex: none; fill: currentColor; }
    .header-actions .button.secondary { gap: 8px; }
    .partners-slider { padding: 28px 0 44px; }
    .partners-grid { display: grid; grid-template-columns: 1fr; gap: 10px; text-align: center; }
    .partners-lines { display: grid; gap: 10px; min-width: 0; }
    .partners-lines .marquee { min-width: 0; }
    .partners-lines .marquee:first-child .marquee-track { animation-duration: 22s; }
    .partners-lines .marquee:last-child .marquee-track { animation-duration: 34s; }
    .logo-card, .school-logo-card { background: transparent; border: 0; box-shadow: none; border-radius: 0; padding: 6px 18px; min-width: 142px; height: 72px; }
    .logo-card img { width: 142px; height: 72px; object-fit: contain; }
    .school-logo-card { min-width: 126px; height: 80px; padding: 6px 16px; }
    .school-logo-card img { width: 142px; height: 72px; object-fit: contain; }
    .media-marquee .logo-card { min-width: 150px; }
    .media-marquee .logo-card img { width: 142px; height: 72px; object-fit: contain; }
    .expert-logos .logo-card { min-width: 148px; height: 70px; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
    .expert-logos .logo-card img { width: 142px; height: 72px; object-fit: contain; }
    .footer-contact a { display: inline-flex; align-items: center; gap: 10px; }
    .footer-contact .contact-icon { width: 24px; height: 24px; display: inline-grid; place-items: center; color: var(--accent); flex: none; }
    .social a { font-size: 0; }
    .social a .icon-svg { width: 17px; height: 17px; }
    @media (max-width: 1024px) {
      .partners-grid { grid-template-columns: 1fr; text-align: center; }
      .partners-title { text-align: center; }
      .partners-lines { border-left: 0; padding-left: 0; }
    }
    @media (max-width: 767px) {
      .logo-card { min-width: 132px; height: 64px; padding: 6px 14px; }
      .logo-card img { width: 120px; height: 60px; }
      .school-logo-card { min-width: 116px; height: 70px; }
      .school-logo-card img { width: 120px; height: 60px; }
      .media-marquee .logo-card { min-width: 136px; }
    }

    @media (max-width: 1024px) {
      .header-shell { padding: 0 32px; }
      .container { width: min(var(--max), calc(100% - 64px)); }
      .header-actions { display: none; }
      .header-date-pill { display: none; }
      .hero-grid { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 32px; }
      .hero-copy { width: 100%; max-width: 640px; display: flex; flex-direction: column; align-items: center; }
      .hero-list { display: inline-block; text-align: left; margin: 0 0 30px; padding-left: 26px; list-style-position: outside; }
      .hero-cta-row { justify-content: center; }
      .rotating-word { min-width: 0; display: inline; }
      .hero-image-wrap { width: 100%; }
      .hero-image-card { margin: 0 auto; width: min(440px, 100%); }
      .hero-partners { width: 100%; }
      .hero-partners-logos { gap: 32px; }
      .what-grid, .benefit-grid, .steps-grid { grid-template-columns: 1fr 1fr; }
      .carousel-slide { flex-basis: calc((100% - 22px) / 2); }
      .faq-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; text-align: center; }
      .footer-logo img { margin: 0 auto; }
      .footer-bottom { justify-content: center; text-align: center; }

      .section { padding: 48px 0; }
      .hero-title { font-size: 44px; line-height: 48px; }
      .section-title h2, .school-heading h2, .seen-title, .stay-card h2 { font-size: 32px; line-height: 38px; }
      .impact-cta h3, .prize-card h4 { font-size: 24px; line-height: 32px; }
      .step-card h3, .expert-led h5 { font-size: 20px; line-height: 26px; }
    }
    @media (max-width: 767px) {
      .header-shell { min-height: 72px; gap: 10px; padding: 0 16px; }
      .container { width: min(var(--max), calc(100% - 32px)); }
      .site-logo img { width: 56px; height: 56px; }
      .menu-toggle { width: 42px; height: 42px; }
      .hero-section { padding: 52px 0 60px; }
      .rotating-word { min-width: 0; display: inline; }
      .section { padding: 40px 0; }
      .what-grid, .benefit-grid, .steps-grid { grid-template-columns: 1fr; }
      .what-image { max-width: 38%; }
      .carousel-slide { flex-basis: 100%; }
      .prize-card { padding: 42px 24px 20px; min-height: 540px; }
      .logo-card { min-width: 130px; padding: 12px 18px; }
      .registration-card { padding: 14px; border-radius: var(--radius-md); }
      .registration-card iframe { height: 720px; }
      .side-menu { padding: 22px; }

      .hero-cta-row { display: flex; flex-direction: column; align-items: center; width: 100%; gap: 10px; }
      .hero-cta-row .button { width: 90%; text-align: center; }
      .hero-cta-row .early-bird-offer { text-align: center; white-space: normal; }
      .hero-title { font-size: 30px; line-height: 34px; letter-spacing: 0; }
      .hero-eyebrow { font-size: 14px; line-height: 22px; }
      .hero-date { font-size: 16px; line-height: 26px; }
      .section-title h2, .school-heading h2, .seen-title, .stay-card h2 { font-size: 26px; line-height: 32px; }
      .section-title h4, .section-title p, .stay-card h3 { font-size: 16px; line-height: 26px; }
      .impact-cta h3, .prize-card h4 { font-size: 22px; line-height: 28px; }
      .step-card h3, .expert-led h5 { font-size: 20px; line-height: 26px; }
      .what-title, .prize-card h3, .profile-info strong, .benefit-card h6, .faq-question, .footer h5, .side-menu strong { font-size: 16px; line-height: 22px; }
      .button { font-size: 14px; line-height: 18px; }
      .tooltip-text { width: auto; max-width: none; left: 0; right: 0; padding: 14px 16px; border-radius: var(--radius-md); }
      .tooltip-text:after { right: 28px; }
    }

/* === BLOCK SEPARATOR === */

+ vanilla JS.
-->

<style>
  .sat-olymp-form {
    color-scheme: light;
    --so-primary: #5B2C87;
    --so-primary-dark: #3A1A5C;
    --so-primary-soft: #FFF3E6;
    --so-coral: #5B2C87;
    --so-coral-dark: #3A1A5C;
    --so-ink: #333333;
    --so-ink-2: #555555;
    --so-muted: #8A8B9F;
    --so-border: #8A8B9F;
    --so-border-strong: #8A8B9F;
    --so-required: #E94560;
    --so-bg: #FFFDFE;
    --so-radius: 12px;
    --so-radius-lg: 18px;

    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    color: var(--so-ink);
    font-size: 16px; line-height: 26px;
    padding: 32px 32px 28px;
    background: var(--so-bg);
    border-radius: var(--so-radius-lg);
    border: 1px solid rgba(58,26,92,0.06);
    box-shadow: none;
  }
  .sat-olymp-form, .sat-olymp-form * { box-sizing: border-box; }

  /* ============== Stepper ============== */
  .so-stepper {
    display: flex; align-items: center; gap: 5px;
    margin-bottom: 24px;
  }
  .so-step-seg {
    flex: 1; height: 5px; border-radius: var(--radius-pill);
    background: var(--cream);
    transition: background 200ms;
  }
  .so-step-seg.so-active { background: var(--so-primary); }
  .so-step-label {
    font-size: 12px; line-height: 18px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2px;
    color: var(--so-primary);
    margin-bottom: 8px;
    display: flex; justify-content: space-between; align-items: baseline;
  }
  .so-step-label .so-step-name {
    color: var(--so-muted); font-weight: 500;
    text-transform: none; letter-spacing: 0;
    font-size: 12px; line-height: 18px;
  }

  /* ============== Headings ============== */
  .sat-olymp-form h1 {
    font-size: 22px; line-height: 28px; font-weight: 700;
    color: var(--so-ink); margin: 0 0 6px;
    letter-spacing: 0;
  }
  .sat-olymp-form .so-subtitle {
    font-size: 14px; line-height: 22px;
    color: var(--so-ink-2);
    margin: 0 0 24px;
  }

  /* ============== Pages ============== */
  .so-page { display: none; }
  .so-page.so-current { display: block; animation: soFadeIn 0.25s ease; }
  @keyframes soFadeIn {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @media (prefers-reduced-motion: reduce) {
    .so-page.so-current { animation: none; }
  }

  /* ============== Fields ============== */
  .so-field { margin-bottom: 18px; }
  .sat-olymp-form label.so-label {
    display: block;
    font-size: 14px; line-height: 22px; font-weight: 600;
    color: var(--so-ink);
    margin: 0 0 7px 4px;
    letter-spacing: 0;
  }
  .sat-olymp-form .so-required::after {
    content: " *";
    color: var(--so-required);
    font-weight: 700;
  }
  .so-hint {
    font-size: 12px; line-height: 18px;
    color: var(--so-ink-2);
    margin: 8px 4px 0;
  }

  /* ============== Pill inputs ============== */
  .sat-olymp-form input[type=text],
  .sat-olymp-form input[type=email],
  .sat-olymp-form input[type=tel],
  .sat-olymp-form select,
  .sat-olymp-form textarea {
    width: 100%;
    padding: 14px 20px;
    border: 1.5px solid var(--so-border-strong);
    border-radius: var(--radius-pill);
    font-family: inherit; font-size: 16px; line-height: 26px;
    color: var(--so-ink);
    background: var(--so-bg);
    transition: border-color 120ms, box-shadow 120ms;
  }
  .sat-olymp-form textarea {
    border-radius: var(--radius-md);
    min-height: 96px;
    resize: vertical;
    padding: 14px 18px;
  }
  .sat-olymp-form input:focus,
  .sat-olymp-form select:focus,
  .sat-olymp-form textarea:focus {
    outline: none;
    border-color: var(--so-primary);
    box-shadow: none;
  }
  .sat-olymp-form input::placeholder,
  .sat-olymp-form textarea::placeholder { color: var(--so-muted); }

  /* Select chevron */
  .sat-olymp-form select {
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
    padding-right: 44px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%235B2C87' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px 7px;
    cursor: pointer;
  }
  .sat-olymp-form select::-ms-expand { display: none; }

  /* Name row - Title + First + Last */
  .so-name-row {
    display: grid;
    grid-template-columns: 120px 1fr 1fr;
    gap: 10px;
  }
  /* Pincode + Country row */
  .so-pin-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  /* ============== Radio cards (Page 1) ============== */
  .so-cardgroup { display: flex; flex-direction: column; gap: 12px; }
  .so-card {
    padding: 16px 18px;
    border: 1.5px solid var(--so-border);
    background: var(--so-bg);
    border-radius: var(--radius-sm);
    cursor: pointer;
    position: relative;
    display: flex; align-items: center; gap: 14px;
    transition: all 150ms;
  }
  .so-card:hover { border-color: var(--so-border-strong); }
  .so-card input[type=radio] {
    position: absolute; opacity: 0; pointer-events: none;
  }
  .so-card-icon {
    width: 40px; height: 40px; border-radius: var(--radius-sm);
    background: var(--so-primary-soft);
    color: var(--so-primary);
    display: flex; align-items: center; justify-content: center;
    flex: 0 0 auto;
  }
  .so-card-body { flex: 1; display: flex; flex-direction: column; gap: 2px; }
  .so-card-title {
    font-size: 16px; line-height: 26px; font-weight: 600;
    color: var(--so-ink); margin-bottom: 2px;
  }
  .so-card-desc {
    font-size: 12px; line-height: 18px; color: var(--so-ink-2);
  }
  .so-card-radio {
    width: 20px; height: 20px; border-radius: var(--radius-circle);
    border: 1.5px solid var(--so-border-strong);
    background: var(--so-bg);
    flex: 0 0 auto;
    transition: all 150ms;
  }
  .so-card:has(input:checked) {
    border-color: var(--so-primary);
    background: var(--so-primary-soft);
    box-shadow: none;
  }
  .so-card:has(input:checked) .so-card-icon { background: var(--so-bg); }
  .so-card:has(input:checked) .so-card-title { color: var(--so-primary); }
  .so-card:has(input:checked) .so-card-radio {
    border-color: var(--so-primary);
    background: radial-gradient(circle, var(--so-primary) 0 5px, var(--so-bg) 6px 100%);
  }

  /* ============== Buttons (pill) ============== */
  .so-nav {
    display: flex; justify-content: space-between; align-items: center;
    margin-top: 22px; padding-top: 22px;
    border-top: 1px solid var(--so-border);
    gap: 12px;
  }
  .so-nav.so-nav-end { justify-content: flex-end; }
  .sat-olymp-form button {
    font-family: inherit; cursor: pointer;
    border: none;
    display: inline-flex; align-items: center; gap: 8px;
    transition: all 150ms;
  }
  .so-btn-primary {
    padding: 14px 34px;
    border-radius: var(--radius-sm);
    background: var(--so-primary); color: var(--so-bg);
    font-size: 16px; line-height: 20px; font-weight: 700;
    letter-spacing: 0;
    box-shadow: none;
  }
  .so-btn-primary:hover {
    background: var(--so-primary-dark);
    box-shadow: none;
  }
  .so-btn-primary:active { transform: translateY(1px); }
  .so-btn-primary:disabled {
    opacity: 0.6; cursor: not-allowed;
    transform: none; box-shadow: none;
  }
  .so-btn-ghost {
    padding: 13px 24px;
    border-radius: var(--radius-sm);
    background: var(--so-bg);
    border: 1.5px solid var(--so-border-strong);
    color: var(--so-ink);
    font-size: 14px; line-height: 18px; font-weight: 600;
  }
  .so-btn-ghost:hover {
    background: var(--cream);
    border-color: var(--so-ink-2);
  }

  /* ============== Terms ============== */
  .so-tc {
    display: flex; gap: 12px; align-items: flex-start;
    background: var(--so-primary-soft);
    padding: 14px 16px;
    border-radius: var(--so-radius);
    margin-top: 18px;
  }
  .so-tc input[type=checkbox] {
    margin-top: 3px; width: 18px; height: 18px;
    accent-color: var(--so-primary);
    cursor: pointer; flex: 0 0 auto;
  }
  .so-tc label {
    margin: 0; font-size: 14px; line-height: 22px;
    font-weight: 500; color: var(--so-ink); cursor: pointer;
  }
  .so-tc a { color: var(--so-primary); font-weight: 600; }

  /* ============== Error + redirect hint ============== */
  .so-error {
    color: var(--so-required);
    background: rgba(233,69,96,0.08);
    border: 1px solid rgba(233,69,96,0.32);
    border-radius: var(--so-radius);
    font-size: 14px; line-height: 22px;
    padding: 10px 14px;
    margin-top: 14px;
  }
  .so-redirect-hint {
    background: var(--so-primary-soft);
    border-left: 3px solid var(--so-primary);
    color: var(--so-ink-2);
    padding: 10px 14px;
    border-radius: var(--radius-sm);
    font-size: 12px; line-height: 18px;
    margin-top: 16px;
  }

  /* ============== Success ============== */
  .so-success {
    text-align: center; padding: 24px 8px;
  }
  .so-success-icon {
    width: 64px; height: 64px; border-radius: var(--radius-circle);
    background: var(--so-primary-soft);
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 18px;
  }
  .so-success h2 {
    font-size: 22px; line-height: 28px; font-weight: 700;
    color: var(--so-ink); margin: 0 0 8px;
    letter-spacing: 0;
  }
  .so-success p {
    color: var(--so-ink-2); font-size: 14px;
    line-height: 22px; margin: 0 auto; max-width: 420px;
  }

  /* ============== Tablet / Phone ============== */
  @media (max-width: 600px) {
    .sat-olymp-form {
      padding: 22px 18px;
      border-radius: var(--radius-sm);
      max-width: 100%;
    }
    .sat-olymp-form h1 { font-size: 22px; line-height: 28px; }
    .sat-olymp-form input[type=text],
    .sat-olymp-form input[type=email],
    .sat-olymp-form input[type=tel],
    .sat-olymp-form select,
    .sat-olymp-form textarea {
      font-size: 16px;
      line-height: 26px;
      padding: 12px 18px;
    }
    .sat-olymp-form select { padding-right: 40px; background-position: right 16px center; }
    .so-name-row { grid-template-columns: 120px 1fr; }
    .so-name-row > input:last-child { grid-column: 1 / -1; }
    .so-pin-row { grid-template-columns: 1fr; }
    .so-nav { margin-top: 16px; padding-top: 18px; }
    .so-btn-primary { padding: 13px 22px; font-size: 14px; line-height: 18px; flex: 1; justify-content: center; }
    .so-btn-ghost { padding: 12px 18px; font-size: 14px; line-height: 18px; }
  }

/* --------------------------------------------------------------------------
   Per-variant FREE pricing (ib = page 28252).
   The hero price block is two sibling text elements in the shared template:
     .early-bird-offer            -> "at <s>{symbol}{standard}</s> {symbol}{early_bird}!"  (numeric)
     .early-bird-offer.eb-free    -> "at <s>{symbol}{standard}</s> Free!"                  (free)
   Bricks element render-conditions evaluate against the TEMPLATE post (30011),
   not the queried page, so we gate on body.page-id-N (which reflects the queried
   page) instead. Only HIDE via !important; the visible variant keeps its natural
   Bricks display. Add another page-id to the free rule if a future variant is free.
   -------------------------------------------------------------------------- */
body:not(.page-id-28252) .eb-price.eb-free { display: none !important; }
body.page-id-28252 .eb-price:not(.eb-free) { display: none !important; }
/* Registration-fee note: show "Free" on ib, the numeric fee elsewhere. */
body:not(.page-id-28252) .reg-fee-free { display: none !important; }
body.page-id-28252 .reg-fee-num { display: none !important; }
