: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; }
    }

    /* ─── Bricks wrapper overrides (2026-05-28 PM) ─────────────────────────
       Bricks 2.x default for .brxe-container (and .brxe-block, .brxe-section) is
       display:flex; flex-direction:column; align-items:flex-start. That collapses
       child blocks to their content width and pins them to the left — defeating
       the mockup's text-align:center on .section-title, .hero-partners, .center-button.
       Fix: force each centering wrapper to fill the cross-axis (align-self:stretch
       + width:100%) so text-align:center actually has full width to center within. */
    .brxe-block.hero-partners { align-self: stretch; width: 100%; align-items: center; text-align: center; }
    .brxe-text-basic.hero-partners-title { text-align: center; width: 100%; }

    .brxe-block.section-title { align-self: stretch; width: 100%; align-items: center; text-align: center; }
    .brxe-block.section-title > .brxe-text-basic { text-align: center; width: 100%; }
    .brxe-block.section-title { max-width: 860px; margin: 0 auto 42px; }

    .brxe-div.center-button { align-self: stretch; width: 100%; display: block; text-align: center; }
    /* inline-flex (not inline-block) so the base .button rule's
       align-items:center keeps vertically centering text inside the
       46px button box. inline-block kills the flex behavior and pins
       text to the top. Same goes for .impact-cta below. */
    .brxe-div.center-button > .brxe-button { display: inline-flex; }

    /* Section 4 (Scholarship Impact) centering overrides — 2026-05-29 */
    .brxe-text-basic.impact-note { align-self: stretch; width: 100%; text-align: center; }
    .brxe-div.impact-cta { align-self: stretch; width: 100%; display: block; text-align: center; }
    .brxe-div.impact-cta > .brxe-button { display: inline-flex; }

    /* Sections 5-13 inline-HTML wrapper overrides — full-width inside Bricks flex container */
    .brxe-section.stay-section .brxe-container.container,
    .brxe-section.partners-slider .brxe-container,
    .brxe-section.section .brxe-container.container { align-items: stretch; }
    .brxe-section.stay-section .brxe-text-basic,
    .brxe-section.partners-slider .brxe-text-basic,
    .brxe-section.section .brxe-text-basic { width: 100%; align-self: stretch; }
    .brxe-section.stay-section .stay-card { max-width: 820px; margin: 0 auto; }

    /* §11 placeholder card visibility on purple bg (temp until Bricks form ships) */
    #registration .registration-card { background: var(--white); border-radius: var(--radius-lg); max-width: 760px; margin: 24px auto 0; }
