:root {
  --navy-950: #030b18;
  --navy-900: #06142c;
  --navy-800: #0a2144;
  --blue: #2f5be7;
  --gold-500: #f3a814;
  --gold-400: #ffc54a;
  --gold-200: #ffe1a0;
  --gold-700: #875700;
  --cream: #f6f1e7;
  --paper: #fffdf9;
  --ink: #101827;
  --muted: #596474;
  --white: #fff;
  --line: rgba(6, 20, 44, .12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 24px 70px rgba(3, 11, 24, .15);
  --container: 1180px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Archivo", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 16px; transform: translateY(-150%); background: var(--gold-400); color: var(--navy-950); border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; box-shadow: 0 0 0 6px var(--white) !important; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; padding: 20px 0; transition: padding .25s ease, background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { padding: 10px 0; background: rgba(3, 11, 24, .9); box-shadow: 0 12px 40px rgba(0,0,0,.18); backdrop-filter: blur(15px); }
.nav-shell { min-height: 70px; padding: 12px 16px 12px 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.65); border-radius: 20px; box-shadow: 0 20px 45px rgba(0,0,0,.14); }
.brand { display: flex; align-items: center; gap: 16px; min-width: 0; }
.brand-educandario { width: 168px; height: auto; }
.brand-divider { width: 1px; height: 32px; background: rgba(6,20,44,.2); }
.brand-prime-logo { width: 160px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: 13px; font-weight: 700; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--blue); }
.main-nav .nav-cta { padding: 12px 20px; border-radius: 999px; background: var(--navy-900); color: var(--white); }
.main-nav .nav-cta:hover { color: var(--gold-400); }
.menu-button { display: none; width: 46px; height: 46px; padding: 12px; border: 0; border-radius: 14px; background: var(--navy-900); }
.menu-button > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--white); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; overflow: hidden; padding-top: 145px; background: linear-gradient(135deg, #020a18 0%, #061935 58%, #0b2852 100%); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(rgba(255,197,74,.65) .7px, transparent .7px); background-size: 32px 32px; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: 4%; top: 20%; background: radial-gradient(circle, rgba(243,168,20,.2), transparent 65%); }
.hero-glow-two { width: 400px; height: 400px; left: -260px; bottom: 4%; background: radial-gradient(circle, rgba(47,91,231,.35), transparent 66%); }
.hero-grid { position: relative; z-index: 1; min-height: 790px; display: grid; grid-template-columns: 1.05fr .75fr; align-items: center; gap: clamp(40px, 7vw, 100px); padding-block: 65px 85px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 24px; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-200); }
.eyebrow-dot { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(255,197,74,.55); border-radius: 50%; color: var(--gold-400); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 6.2vw, 86px); line-height: .98; letter-spacing: -.055em; font-weight: 850; }
.hero h1 em { display: block; margin-top: 10px; font-style: normal; background: linear-gradient(110deg, var(--gold-200), var(--gold-500) 60%, #fff1c2); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 15px; padding: 14px 23px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button, .mobile-sticky { cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); color: var(--navy-950); box-shadow: 0 15px 35px rgba(243,168,20,.18); }
.button-gold:hover { box-shadow: 0 18px 45px rgba(243,168,20,.28); }
.button-ghost { border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.06); color: var(--white); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.button-dark { background: var(--navy-900); color: var(--white); }
.hero-proof { display: flex; gap: 34px; margin-top: 46px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.15); }
.hero-proof div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; max-width: 230px; }
.hero-proof strong { color: var(--gold-400); font-size: 28px; line-height: 1; }
.hero-proof span { color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.4; }
.hero-art { position: relative; display: grid; width: min(100%, 520px); min-height: 520px; place-items: center; justify-self: end; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; z-index: -1; inset: 8%; border: 1px solid rgba(255,197,74,.28); border-radius: 50%; box-shadow: 0 0 0 46px rgba(255,197,74,.035), 0 0 0 92px rgba(255,197,74,.018); }
.hero-logo { position: relative; width: 100%; padding: 30px 0; filter: drop-shadow(0 26px 30px rgba(0,0,0,.38)); }
.hero-logo::before { content: ""; position: absolute; z-index: -1; inset: 18% 9%; border-radius: 50%; background: radial-gradient(circle, rgba(243,168,20,.18), transparent 70%); filter: blur(12px); }
.hero-logo img { width: 100%; height: auto; }
.floating-badge { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 13px 18px; border: 1px solid rgba(255,197,74,.35); border-radius: 999px; background: rgba(6,20,44,.88); color: var(--white); font-size: 12px; font-weight: 800; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-badge span { color: var(--gold-400); font-size: 20px; }
.floating-badge-top { top: 20%; left: -38px; }
.floating-badge-bottom { right: -28px; bottom: 18%; }
.hero-ribbon { position: relative; z-index: 2; border-top: 1px solid rgba(255,197,74,.18); background: rgba(2,8,18,.68); }
.ribbon-items { min-height: 72px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 20px; }
.ribbon-items span { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.ribbon-items b { color: var(--gold-400); font-size: 18px; }

.section { position: relative; padding: 120px 0; }
.section-light { background: var(--paper); }
.section-cream { background: var(--cream); }
.section-navy { overflow: hidden; background: var(--navy-900); color: var(--white); }
.section-navy::after { content: ""; position: absolute; width: 700px; height: 700px; top: -500px; right: -200px; border: 1px solid rgba(255,197,74,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,197,74,.03), 0 0 0 140px rgba(255,197,74,.02); }
.section-label { margin: 0 0 15px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.section-label-gold { color: var(--gold-400); }
.section h2 { margin: 0; font-size: clamp(38px, 4.5vw, 64px); line-height: 1.03; letter-spacing: -.045em; font-weight: 850; }
.section h2 span, .final-cta h2 span { color: var(--gold-700); }
.section-navy h2 span, .section-benefits h2 span, .cta-shell h2 span { color: var(--gold-500); }
.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading > p:last-child { max-width: 650px; margin: 22px 0 0; color: var(--muted); font-size: 17px; }
.section-heading-center { margin-inline: auto; text-align: center; }
.section-navy .section-heading > p:last-child { color: rgba(255,255,255,.65); }
.split-grid { display: grid; grid-template-columns: 1.05fr .75fr; align-items: center; gap: clamp(55px, 9vw, 120px); }
.section-about { overflow: hidden; padding-top: 96px; }
.about-grid { grid-template-columns: .88fr 1.12fr; gap: clamp(48px, 7vw, 92px); }
.about-grid > * { min-width: 0; }
.about-copy { position: relative; z-index: 3; padding-block: 25px; }
.about-copy h2 { font-size: clamp(38px, 4vw, 58px); }
.section-copy > p:not(.section-label) { max-width: 660px; color: var(--muted); font-size: 17px; }
.value-list { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid var(--line); }
.value-list > div { display: grid; grid-template-columns: 50px 1fr; gap: 18px; align-items: start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.value-list span { color: var(--gold-700); font-size: 12px; font-weight: 900; }
.value-list p { margin: 0; color: var(--muted); }
.value-list strong { color: var(--navy-900); }
.value-list-complete { width: 100%; min-width: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 26px; margin-top: 30px; }
.value-list-complete > div { min-width: 0; grid-template-columns: 54px minmax(0, 1fr); gap: 15px; align-items: center; min-height: 92px; padding: 14px 0; }
.value-list-complete > div:last-child { grid-column: 1 / -1; }
.value-list-complete .value-icon { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(243,168,20,.72); border-radius: 50%; background: var(--navy-900); color: var(--gold-400); font-size: 20px; box-shadow: 0 9px 24px rgba(6,20,44,.12); }
.value-list-complete p { font-size: 13px; line-height: 1.42; }
.value-list-complete strong { display: block; margin-bottom: 3px; font-size: 14px; text-transform: uppercase; letter-spacing: .02em; }
.about-visual { position: relative; align-self: end; min-height: 720px; isolation: isolate; }
.about-visual::before { content: ""; position: absolute; z-index: -2; width: 530px; height: 530px; left: -240px; top: 90px; border-radius: 50%; background: radial-gradient(circle, rgba(243,168,20,.08), transparent 66%); }
.about-visual img { position: absolute; z-index: 2; left: 50%; bottom: 0; width: auto; height: 100%; max-width: none; transform: translateX(-50%); filter: drop-shadow(0 26px 28px rgba(6,20,44,.12)); }
.about-rings { position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.about-rings span { position: absolute; border: 1px solid rgba(243,168,20,.55); border-radius: 50%; }
.about-rings span:nth-child(1) { width: 720px; height: 720px; left: -330px; top: 18px; }
.about-rings span:nth-child(2) { width: 650px; height: 650px; left: -292px; top: 53px; }
.about-rings span:nth-child(3) { width: 580px; height: 580px; left: -254px; top: 88px; }
.about-rings span:nth-child(4) { width: 510px; height: 510px; left: -216px; top: 123px; border-color: rgba(243,168,20,.28); }
.about-spark { position: absolute; z-index: 3; color: var(--gold-500); line-height: 1; }
.about-spark-one { top: 70px; left: 13%; font-size: 20px; }
.about-spark-two { top: 150px; right: 4%; font-size: 11px; }
.image-panel { position: relative; overflow: hidden; aspect-ratio: 4/5.2; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.image-panel img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.image-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(3,11,24,.7)); }
.image-note { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 15px; padding: 17px; border: 1px solid rgba(255,255,255,.25); border-radius: 18px; background: rgba(6,20,44,.72); color: var(--white); backdrop-filter: blur(12px); }
.image-note span { color: var(--gold-400); font-size: 24px; }
.image-note strong { font-size: 13px; line-height: 1.4; }

.steps-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 350px; padding: 34px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-md); background: rgba(255,255,255,.055); }
.step-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at 80% 0%, rgba(243,168,20,.14), transparent 35%); opacity: 0; transition: opacity .25s ease; }
.step-card:hover::before { opacity: 1; }
.step-number { color: rgba(255,255,255,.58); font-size: 12px; font-weight: 900; }
.step-icon { display: grid; width: 66px; height: 66px; margin: 38px 0 28px; place-items: center; border: 1px solid rgba(255,197,74,.5); border-radius: 50%; color: var(--gold-400); font-size: 29px; }
.step-card h3 { margin: 0 0 12px; font-size: 24px; }
.step-card p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; }

.tiers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.tier-card { position: relative; min-height: 340px; padding: 28px; overflow: hidden; border: 1px solid rgba(6,20,44,.12); border-radius: var(--radius-md); background: rgba(255,255,255,.78); }
.tier-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -100px; bottom: -100px; border: 1px solid rgba(243,168,20,.25); border-radius: 50%; }
.tier-featured { background: var(--navy-900); color: var(--white); box-shadow: var(--shadow); }
.tier-muted { background: #e8e5df; }
.tier-kicker { display: block; min-height: 40px; color: var(--gold-700); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.tier-featured .tier-kicker { color: var(--gold-400); }
.tier-price { min-height: 82px; margin: 26px 0 12px; color: var(--navy-900); font-size: 53px; font-weight: 900; line-height: 1; letter-spacing: -.06em; }
.tier-featured .tier-price { color: var(--gold-400); }
.tier-card:last-child .tier-price { font-size: 31px; letter-spacing: -.035em; }
.tier-price small { font-size: 17px; letter-spacing: 0; }
.tier-card h3 { margin: 0 0 7px; font-size: 18px; }
.tier-card p { margin: 0; color: var(--muted); font-size: 13px; }
.tier-featured p { color: rgba(255,255,255,.62); }
.tier-tag { display: inline-block; margin-top: 27px; padding: 7px 10px; border-radius: 999px; background: rgba(255,197,74,.12); color: var(--gold-400); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.rule-note { display: flex; align-items: center; gap: 14px; margin-top: 25px; padding: 17px 22px; border: 1px solid rgba(243,168,20,.35); border-radius: 16px; background: rgba(255,255,255,.66); }
.rule-note-icon { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--gold-500); color: var(--navy-900); font-weight: 900; }
.rule-note p { margin: 0; color: var(--muted); font-size: 13px; }

.points-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.point-card { min-height: 240px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.point-card:hover { position: relative; z-index: 1; transform: translateY(-4px); box-shadow: 0 18px 50px rgba(3,11,24,.09); }
.point-card > span { color: var(--gold-700); font-size: 12px; font-weight: 900; }
.point-card h3 { margin: 55px 0 9px; font-size: 18px; line-height: 1.25; }
.point-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.point-card-accent { background: var(--gold-500); }
.point-card-accent > span, .point-card-accent p { color: var(--navy-900); }

.section-benefits { overflow: hidden; background: linear-gradient(135deg, #030b18, #081c3a); color: var(--white); }
.benefits-orbit { position: absolute; width: 900px; height: 900px; left: -520px; bottom: -650px; border: 1px solid rgba(255,197,74,.2); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,197,74,.025), 0 0 0 160px rgba(255,197,74,.018); }
.benefits-grid { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.benefits-copy > p:not(.section-label) { max-width: 480px; margin: 22px 0 0; color: rgba(255,255,255,.64); }
.benefits-copy > .button { margin-top: 36px; }
.benefit-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.benefit-list > div { min-height: 92px; display: grid; grid-template-columns: 35px 1fr; align-items: center; gap: 12px; padding: 22px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.45; font-weight: 700; }
.benefit-list span { color: var(--gold-400); font-size: 12px; font-weight: 900; }

.rules-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 8vw, 110px); align-items: start; }
.rules-intro { position: sticky; top: 125px; }
.rules-intro > p:not(.section-label) { color: var(--muted); }
.rules-accordion { border-top: 1px solid rgba(6,20,44,.17); }
.rules-accordion details { border-bottom: 1px solid rgba(6,20,44,.17); }
.rules-accordion summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; color: var(--navy-900); font-size: 16px; font-weight: 800; }
.rules-accordion summary::-webkit-details-marker { display: none; }
.rules-accordion summary span { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(6,20,44,.18); border-radius: 50%; color: var(--gold-700); transition: transform .2s ease; }
.rules-accordion details[open] summary span { transform: rotate(45deg); }
.details-content { padding: 0 48px 25px 0; color: var(--muted); font-size: 14px; }

.faq-section { padding-top: 110px; }
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.faq-card { padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.faq-card h3 { margin: 0 0 12px; color: var(--navy-900); font-size: 17px; }
.faq-card p { margin: 0; color: var(--muted); font-size: 13px; }

.final-cta { padding: 0 0 90px; background: var(--paper); }
.cta-shell { min-height: 530px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.1fr .65fr; align-items: center; gap: 60px; padding: 70px; border-radius: var(--radius-lg); background: linear-gradient(135deg, #071730, #020914); color: var(--white); box-shadow: var(--shadow); }
.cta-shell::before { content: ""; position: absolute; width: 500px; height: 500px; left: -280px; bottom: -350px; border: 1px solid rgba(255,197,74,.25); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,197,74,.035); }
.cta-shell > div:first-child { position: relative; z-index: 2; }
.final-cta h2 { margin: 0; font-size: clamp(38px, 4.5vw, 62px); line-height: 1.03; letter-spacing: -.045em; }
.final-cta p:not(.section-label) { max-width: 610px; color: rgba(255,255,255,.65); }
.cta-image { position: absolute; top: -50px; right: -10px; bottom: -50px; width: 42%; overflow: hidden; transform: rotate(5deg); border: 1px solid rgba(255,197,74,.3); border-radius: 28px; box-shadow: 0 30px 70px rgba(0,0,0,.5); }
.cta-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #071730 0%, transparent 40%); }
.cta-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }

body.modal-open { overflow: hidden; }
.interest-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 24px; }
.interest-modal-backdrop { position: absolute; inset: 0; background: rgba(3,11,24,.78); backdrop-filter: blur(8px); }
.interest-dialog { position: relative; width: min(860px, 100%); max-height: min(92vh, 900px); overflow-y: auto; padding: 44px; border: 1px solid rgba(255,255,255,.7); border-radius: 28px; background: var(--paper); color: var(--ink); box-shadow: 0 36px 110px rgba(0,0,0,.42); }
.interest-close { position: absolute; top: 18px; right: 18px; display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--navy-900); cursor: pointer; font-size: 27px; line-height: 1; }
.interest-heading { max-width: 650px; padding-right: 55px; }
.interest-heading h2 { margin: 0; color: var(--navy-900); font-size: clamp(34px, 5vw, 52px); line-height: 1.02; letter-spacing: -.04em; }
.interest-heading > p:last-child { margin: 14px 0 0; color: var(--muted); }
.interest-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 32px; }
.form-field { display: flex; min-width: 0; flex-direction: column; gap: 8px; margin: 0; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label, .form-field legend { color: var(--navy-900); font-size: 13px; font-weight: 800; }
.form-field > input, .form-field > select { width: 100%; min-height: 52px; padding: 12px 15px; border: 1px solid rgba(6,20,44,.18); border-radius: 13px; background: var(--white); color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease; }
.form-field > input:focus, .form-field > select:focus { border-color: var(--blue); }
.form-field > select:disabled { cursor: not-allowed; background: #f1eee7; color: var(--muted); }
.school-choice { padding: 0; border: 0; }
.school-choice legend { margin-bottom: 8px; }
.choice-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.choice-card { display: flex; min-height: 76px; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid rgba(6,20,44,.15); border-radius: 15px; background: var(--white); cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.choice-card:has(input:checked) { border-color: var(--gold-500); background: rgba(243,168,20,.08); }
.choice-card input { flex: 0 0 auto; width: 18px; min-height: 18px; margin: 0; accent-color: var(--gold-500); box-shadow: none; }
.choice-card span { display: flex; flex-direction: column; line-height: 1.25; }
.choice-card strong { color: var(--navy-900); font-size: 15px; }
.choice-card small { margin-top: 4px; color: var(--muted); font-size: 12px; font-weight: 500; }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); cursor: pointer; font-size: 12px; line-height: 1.5; }
.privacy-check input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 2px; accent-color: var(--gold-500); }
.form-actions { display: flex; align-items: center; gap: 18px; margin-top: 4px; }
.interest-success { max-width: 650px; margin: 0 auto; padding: 52px 20px 36px; text-align: center; }
.success-mark { display: grid; width: 82px; height: 82px; margin: 0 auto 24px; place-items: center; border: 1px solid rgba(243,168,20,.38); border-radius: 50%; background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); color: var(--navy-950); box-shadow: 0 18px 48px rgba(243,168,20,.25); font-size: 37px; font-weight: 900; }
.interest-success h2 { margin: 0; color: var(--navy-900); font-size: clamp(34px, 5vw, 54px); line-height: 1.02; letter-spacing: -.04em; }
.interest-success h2 span { color: var(--gold-700); }
.interest-success > p:not(.section-label) { max-width: 570px; margin: 20px auto 30px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.interest-success .button { margin-inline: auto; }

.site-footer { padding: 70px 0 24px; background: var(--navy-950); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr .7fr; gap: 50px; }
.footer-brand img { filter: brightness(0) invert(1); }
.footer-brand p, .footer-grid p { max-width: 340px; color: rgba(255,255,255,.5); font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid strong { margin-bottom: 10px; color: var(--gold-400); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a { color: rgba(255,255,255,.65); font-size: 13px; }
.footer-grid a:hover { color: var(--gold-400); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.62); font-size: 11px; }
.mobile-sticky { display: none; }

.reveal { opacity: 1; transform: none; }
.js-enabled .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.js-enabled .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1024px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; top: calc(100% + 8px); left: 20px; right: 20px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px; border-radius: 18px; background: var(--white); color: var(--navy-900); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a:not(.nav-cta) { display: block; padding: 12px; }
  .main-nav .nav-cta { margin-top: 5px; text-align: center; }
  .hero-grid { grid-template-columns: 1fr .62fr; gap: 35px; min-height: 690px; }
  .hero-proof { display: none; }
  .floating-badge-top { left: -20px; }
  .floating-badge-bottom { right: -15px; }
  .split-grid { gap: 55px; }
  .about-grid { grid-template-columns: .8fr 1.2fr; gap: 38px; }
  .about-visual { min-height: 650px; }
  .about-visual img { width: auto; height: 100%; }
  .value-list-complete { grid-template-columns: 1fr; }
  .value-list-complete > div:last-child { grid-column: auto; }
  .tiers-grid { grid-template-columns: repeat(2, 1fr); }
  .points-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 80px; }
  body { padding-bottom: 68px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { padding: 10px 0; }
  .nav-shell { min-height: 60px; padding: 9px 10px 9px 14px; border-radius: 16px; }
  .brand { gap: 9px; }
  .brand-educandario { width: 124px; }
  .brand-divider { height: 25px; }
  .brand-prime-logo { width: 132px; }
  .main-nav { left: 14px; right: 14px; }
  .hero { padding-top: 90px; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; min-height: auto; padding-block: 55px 65px; }
  .hero h1 { font-size: clamp(44px, 13vw, 64px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-art { width: min(90%, 390px); min-height: min(90vw, 390px); justify-self: center; }
  .hero-art::before { inset: 7%; box-shadow: 0 0 0 28px rgba(255,197,74,.03), 0 0 0 56px rgba(255,197,74,.015); }
  .hero-logo { padding-inline: 10px; }
  .floating-badge { padding: 10px 13px; font-size: 10px; }
  .floating-badge-top { top: 18%; left: -10px; }
  .floating-badge-bottom { right: -10px; bottom: 18%; }
  .ribbon-items { grid-template-columns: repeat(2, 1fr); padding-block: 18px; }
  .ribbon-items span { font-size: 10px; }
  .section { padding: 82px 0; }
  .split-grid, .benefits-grid, .rules-layout { grid-template-columns: 1fr; }
  .split-grid { gap: 40px; }
  .section-about { padding-top: 55px; }
  .about-grid { grid-template-columns: 1fr; gap: 18px; }
  .about-visual { min-height: min(710px, 160vw); order: 1; }
  .about-copy { order: 2; padding-top: 0; }
  .about-visual img { width: auto; height: 100%; bottom: 0; }
  .about-rings span:nth-child(1) { left: -360px; }
  .about-rings span:nth-child(2) { left: -320px; }
  .about-rings span:nth-child(3) { left: -280px; }
  .about-rings span:nth-child(4) { left: -240px; }
  .value-list-complete { margin-top: 24px; }
  .value-list-complete > div { min-height: 84px; }
  .section-heading { margin-bottom: 38px; }
  .section h2 { font-size: clamp(38px, 11vw, 54px); }
  .section-copy > p:not(.section-label), .section-heading > p:last-child { font-size: 15px; }
  .image-panel { width: min(100%, 480px); margin-inline: auto; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 0; }
  .tiers-grid, .points-grid, .benefit-list, .faq-grid { grid-template-columns: 1fr; }
  .tier-card { min-height: 300px; }
  .point-card { min-height: 205px; }
  .point-card h3 { margin-top: 35px; }
  .benefits-grid { gap: 45px; }
  .rules-intro { position: static; }
  .rules-accordion summary { font-size: 14px; }
  .details-content { padding-right: 0; }
  .cta-shell { grid-template-columns: 1fr; min-height: 660px; padding: 45px 25px 300px; }
  .cta-image { top: auto; left: 22px; right: 22px; bottom: -105px; width: auto; height: 400px; transform: rotate(0); }
  .cta-image::after { background: linear-gradient(180deg, #071730 0%, transparent 35%); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .interest-modal { padding: 10px; }
  .interest-dialog { max-height: 95vh; padding: 32px 18px 24px; border-radius: 20px; }
  .interest-close { top: 12px; right: 12px; width: 38px; height: 38px; }
  .interest-heading { padding-right: 42px; }
  .interest-form { grid-template-columns: 1fr; gap: 16px; }
  .form-field-wide { grid-column: auto; }
  .choice-options { grid-template-columns: 1fr; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .interest-success { padding: 48px 0 24px; }
  .success-mark { width: 70px; height: 70px; font-size: 31px; }
  .interest-success .button { width: 100%; }
  .mobile-sticky { position: fixed; z-index: 99; left: 0; right: 0; bottom: 0; display: flex; width: 100%; min-height: 60px; align-items: center; justify-content: space-between; padding: 12px 22px; border: 0; background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); color: var(--navy-950); font-size: 14px; font-weight: 900; box-shadow: 0 -8px 30px rgba(3,11,24,.18); }
}

@media (max-width: 440px) {
  .nav-shell { gap: 8px; }
  .brand { gap: 7px; }
  .brand-educandario { width: 90px; }
  .brand-prime-logo { width: 100px; }
  .brand-divider { height: 22px; }
  .menu-button { width: 42px; height: 42px; }
  .about-copy h2 { font-size: clamp(31px, 9.6vw, 34px); }
  .ribbon-items { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
