:root {
  --ink: #0b3349;
  --ink-2: #244c5f;
  --muted: #5b7180;
  --teal: #007a7d;
  --teal-bright: #0aa9a2;
  --teal-soft: #dff7f3;
  --coral: #ff654f;
  --coral-dark: #df4e3c;
  --gold: #ffbd32;
  --green: #52b96b;
  --purple: #7958c6;
  --blue: #3197d7;
  --cream: #fffaf1;
  --sky: #eefbff;
  --line: rgba(11, 51, 73, .12);
  --shadow: 0 24px 58px rgba(31, 85, 103, .15);
  --shadow-soft: 0 12px 30px rgba(31, 85, 103, .10);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Avenir Next", "Nunito Sans", ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
.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; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.skip-link { position: fixed; left: 14px; top: -80px; z-index: 1000; padding: 10px 14px; border-radius: 12px; color: #fff; background: var(--ink); transition: top .2s ease; }
.skip-link:focus { top: 14px; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section-anchor { scroll-margin-top: 86px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { margin-bottom: .45em; color: var(--ink); letter-spacing: -.045em; }
h1 { font-size: clamp(3.45rem, 6.4vw, 6.1rem); line-height: .95; }
h2 { font-size: clamp(2.65rem, 4.4vw, 4.7rem); line-height: .98; }
h3 { font-size: clamp(1.65rem, 2.4vw, 2.45rem); line-height: 1.03; }
p { color: var(--muted); line-height: 1.68; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 24px; border: 0; border-radius: 999px; color: #fff; font-weight: 850; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-coral { background: linear-gradient(135deg, var(--coral), #ff8164); box-shadow: 0 14px 28px rgba(255, 101, 79, .26); }
.button-coral:hover, .button-coral:focus-visible { box-shadow: 0 18px 34px rgba(255, 101, 79, .33); }
.section-kicker, .eyebrow { color: var(--teal); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(11, 51, 73, .08); background: rgba(255, 255, 255, .92); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 248px; flex: 0 0 auto; }
.brand picture, .brand img { width: 100%; }
.primary-nav { display: flex; align-items: center; gap: 25px; }
.primary-nav > a:not(.button) { position: relative; padding: 10px 0; color: var(--ink); font-size: .91rem; font-weight: 780; text-decoration: none; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 3px; border-radius: 999px; background: var(--teal-bright); transition: right .22s ease; }
.primary-nav > a:not(.button):hover::after, .primary-nav > a:not(.button):focus-visible::after, .primary-nav > a.is-current::after { right: 0; }
.button-header { min-height: 46px; padding-inline: 20px; background: linear-gradient(135deg, #078f8e, #14b0a5); box-shadow: 0 10px 24px rgba(0, 122, 125, .22); font-size: .88rem; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 999px; background: var(--ink); }

.hero { position: relative; overflow: hidden; padding: 76px 0 54px; background: radial-gradient(circle at 78% 18%, rgba(211, 248, 245, .9), transparent 29%), linear-gradient(180deg, #fff 0%, #fffdf8 100%); }
.hero-decor i { position: absolute; border-radius: 50%; opacity: .8; }
.hero-decor i:nth-child(1) { width: 13px; height: 13px; left: 4%; top: 32%; background: var(--gold); box-shadow: 16px -15px 0 -4px var(--coral); }
.hero-decor i:nth-child(2) { width: 9px; height: 9px; right: 4%; top: 20%; background: var(--teal-bright); box-shadow: -15px 18px 0 -2px var(--gold); }
.hero-decor i:nth-child(3) { width: 120px; height: 120px; right: 10%; bottom: -70px; background: rgba(82, 185, 107, .14); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 54px; align-items: center; }
.hero-copy { position: relative; z-index: 3; }
.hero-copy h1 { max-width: 670px; margin: 18px 0 24px; }
.hero-copy h1 span { color: var(--teal); }
.hero-lead { max-width: 590px; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--teal); font-weight: 850; text-decoration: none; }
.play-mini { width: 28px; height: 28px; display: grid; place-items: center; border: 2px solid var(--teal-bright); border-radius: 50%; font-size: .62rem; }
.hero-stage { position: relative; min-height: 510px; display: grid; align-items: center; }
.hero-character { position: absolute; z-index: 4; left: -4%; bottom: 10px; width: clamp(145px, 18vw, 235px); filter: drop-shadow(0 22px 25px rgba(20, 65, 82, .14)); transform: rotate(-2deg); }
.tablet-shell { position: relative; z-index: 2; width: min(100%, 690px); margin-left: auto; padding: 14px; border-radius: 32px; background: linear-gradient(145deg, #0b151c, #202a31); box-shadow: 0 30px 70px rgba(9, 38, 53, .25); transform: rotate(1deg); transition: transform .25s ease; }
.tablet-shell:hover { transform: rotate(.25deg) translateY(-4px); }
.tablet-camera { position: absolute; z-index: 3; top: 6px; left: 50%; width: 6px; height: 6px; border-radius: 50%; background: #4f5b62; transform: translateX(-50%); }
.tablet-screen { position: relative; min-height: 430px; overflow: hidden; border-radius: 22px; background: linear-gradient(180deg, #e9fbff 0 48%, #8ad59d 49% 100%); }
.tablet-topbar { position: relative; z-index: 5; display: flex; justify-content: space-between; gap: 16px; padding: 20px 22px; }
.tablet-topbar strong, .tablet-topbar small { display: block; }
.tablet-topbar strong { color: #0b5962; font-size: 1.05rem; }
.tablet-topbar small { margin-top: 3px; color: #4a7279; font-size: .7rem; font-weight: 700; }
.parent-lock { align-self: flex-start; padding: 8px 10px; border: 1px solid rgba(0, 122, 125, .16); border-radius: 12px; color: #0b5f66; background: rgba(255, 255, 255, .78); font-size: .68rem; font-weight: 850; }
.tablet-landscape { position: absolute; inset: 0; overflow: hidden; }
.tablet-landscape .cloud { position: absolute; width: 110px; height: 30px; border-radius: 999px; background: rgba(255,255,255,.8); }
.tablet-landscape .cloud::before, .tablet-landscape .cloud::after { content: ""; position: absolute; bottom: 7px; border-radius: 50%; background: inherit; }
.tablet-landscape .cloud::before { width: 34px; height: 34px; left: 18px; }
.tablet-landscape .cloud::after { width: 48px; height: 48px; right: 13px; }
.tablet-landscape .c1 { left: 28%; top: 19%; }
.tablet-landscape .c2 { right: 7%; top: 28%; transform: scale(.7); }
.tablet-landscape .hill { position: absolute; left: -10%; right: -10%; border-radius: 50% 50% 0 0 / 100% 100% 0 0; }
.tablet-landscape .h1 { height: 190px; bottom: 72px; background: #9fe0bf; transform: rotate(-2deg); }
.tablet-landscape .h2 { height: 145px; bottom: -30px; background: #72ca91; transform: rotate(2deg); }
.hero-route { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.hero-route path { fill: none; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.hero-route-base { stroke: rgba(255,255,255,.58); stroke-width: 7; }
.hero-route-dots { stroke: rgba(255,255,255,.98); stroke-width: 8; stroke-dasharray: 4 16; }
.hero-node { position: absolute; z-index: 4; display: grid; justify-items: center; gap: 6px; }
.hero-node b { width: 58px; height: 58px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; color: #fff; box-shadow: 0 8px 18px rgba(12, 72, 83, .17); font-size: .9rem; }
.hero-node small { color: #073d45; font-size: .66rem; font-weight: 900; }
.node-phonics { left: 9%; top: 40%; }.node-phonics b { background: #0fa4a2; }
.node-numbers { left: 35%; top: 22%; }.node-numbers b { background: #55bd76; }
.node-nature { right: 24%; top: 46%; }.node-nature b { background: #3d9d71; }
.node-feelings { right: 8%; top: 25%; }.node-feelings b { background: #ff5f52; }
.hero-child { position: absolute; z-index: 4; left: 51%; top: 46%; width: 52px; display: grid; justify-items: center; }
.hero-child span { width: 35px; height: 35px; border-radius: 50%; background: #ffe2b7; box-shadow: inset 0 -2px 0 rgba(0,0,0,.04); }
.hero-child span::before, .hero-child span::after { content: ""; position: absolute; top: 14px; width: 4px; height: 6px; border-radius: 50%; background: #123f54; }
.hero-child span::before { left: 13px; }.hero-child span::after { right: 13px; }
.hero-child b { width: 50px; height: 58px; margin-top: -5px; border-radius: 20px 20px 14px 14px; background: #7a5ac8; }
.hero-play { position: absolute; z-index: 7; left: 50%; bottom: 23px; display: grid; justify-items: center; gap: 7px; border: 0; background: transparent; transform: translateX(-50%); }
.hero-play span { width: 70px; height: 70px; display: grid; place-items: center; padding-left: 4px; border: 5px solid #fff; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--coral), #ff8266); box-shadow: 0 12px 26px rgba(255, 101, 79, .32); font-size: 1.35rem; animation: playPulse 2.4s ease-in-out infinite; }
.hero-play small { color: #073d45; font-weight: 900; }
.session-chip { position: absolute; z-index: 6; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 9px; padding: 9px 13px; border-radius: 13px; background: rgba(255,255,255,.88); box-shadow: var(--shadow-soft); }
.session-chip > span { color: var(--teal); font-size: 1.2rem; }
.session-chip small, .session-chip strong { display: block; }.session-chip small { color: #557078; font-size: .58rem; }.session-chip strong { font-size: .8rem; }
@keyframes playPulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.06)} }

.trust-band { position: relative; z-index: 4; padding: 0 0 54px; background: #fffdf8; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-soft); }
.trust-grid article { display: flex; align-items: center; gap: 15px; min-height: 118px; padding: 22px; border-right: 1px solid var(--line); }
.trust-grid article:last-child { border-right: 0; }
.trust-grid strong, .trust-grid small { display: block; }.trust-grid strong { margin-bottom: 4px; font-size: .92rem; }.trust-grid small { color: var(--muted); line-height: 1.45; }
.benefit-icon { width: 52px; height: 52px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: 1.2rem; font-weight: 950; }
.icon-green { background: var(--green); }.icon-purple { background: var(--purple); }.icon-blue { background: var(--blue); }.icon-coral { background: var(--coral); }

.trail-section { padding: 70px 0; background: linear-gradient(180deg, #fff 0%, #fffaf3 100%); }
.trail-grid { display: grid; grid-template-columns: .72fr 1.12fr .92fr; gap: 24px; align-items: center; }
.trail-copy { align-self: start; padding-top: 40px; }
.trail-copy p:not(.section-kicker) { max-width: 330px; font-size: 1.02rem; }
.trail-hint { display: flex; align-items: center; gap: 9px; margin-top: 28px; color: var(--teal); font-size: .85rem; }
.trail-hint span { width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(255, 189, 50, .18); }
.trail-map-card { position: relative; min-height: 500px; overflow: hidden; border: 1px solid rgba(0, 122, 125, .12); border-radius: 28px; background: linear-gradient(180deg, #e9fbff 0 43%, #a6e0a9 44% 61%, #68ca7f 62% 100%); box-shadow: var(--shadow-soft); }
.map-label { position: absolute; z-index: 8; top: 18px; left: 18px; padding: 8px 12px; border-radius: 999px; color: var(--teal); background: rgba(255,255,255,.86); font-size: .72rem; font-weight: 900; }
.map-sky span { position: absolute; top: 80px; left: 43%; width: 92px; height: 28px; border-radius: 999px; background: rgba(255,255,255,.6); }
.map-sky span::before, .map-sky span::after { content: ""; position: absolute; bottom: 6px; border-radius: 50%; background: inherit; }
.map-sky span::before { width: 35px; height: 35px; left: 15px; }.map-sky span::after { width: 44px; height: 44px; right: 10px; }
.trail-route { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; pointer-events: none; overflow: visible; }
.trail-route path { fill: none; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.trail-route-base { stroke: rgba(255,255,255,.78); stroke-width: 8; }
.trail-route-progress { stroke: #0fa4a2; stroke-width: 7; transition: stroke-dashoffset .7s cubic-bezier(.2,.75,.25,1); }
.trail-stop { position: absolute; z-index: 7; display: grid; justify-items: center; gap: 5px; border: 0; background: transparent; }
.trail-stop span { width: 62px; height: 62px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; color: #fff; box-shadow: 0 9px 20px rgba(20, 80, 94, .18); font-weight: 900; transition: transform .22s ease, box-shadow .22s ease; }
.trail-stop strong { color: #063b43; font-size: .73rem; }
.trail-stop:hover span, .trail-stop:focus-visible span, .trail-stop.is-active span { transform: scale(1.06); box-shadow: 0 14px 26px rgba(20, 80, 94, .24); }
.stop-phonics { left: 11%; bottom: 12px; }.stop-phonics span { background: #0fa4a2; }
.stop-numbers { left: 32%; top: 42%; }.stop-numbers span { background: #3197d7; }
.stop-nature { right: 25%; top: 55%; }.stop-nature span { background: #54b96c; }
.stop-feelings { right: 8%; top: 10%; }.stop-feelings span { background: #ff654f; }
.route-marker { position: absolute; z-index: 6; width: 22px; height: 22px; border: 5px solid #fff; border-radius: 50%; background: #0fa4a2; box-shadow: 0 8px 18px rgba(0, 122, 125, .25); transition: none; }
.trail-character { position: absolute; z-index: 5; right: -7px; bottom: -22px; width: 142px; filter: drop-shadow(0 18px 20px rgba(20, 65, 82, .12)); }
.lesson-panel { position: relative; overflow: hidden; min-height: 500px; padding: 26px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow-soft); }
.lesson-panel::after { content: ""; position: absolute; width: 120px; height: 120px; right: -40px; top: -50px; border-radius: 50%; background: rgba(255, 101, 79, .08); }
.lesson-meta { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 10px; margin-bottom: 18px; }
.lesson-meta span { padding: 7px 10px; border-radius: 999px; font-size: .68rem; font-weight: 900; }
.lesson-meta span:first-child { color: var(--teal); background: var(--teal-soft); }.lesson-meta span:last-child { color: #c15142; background: #ffe7e1; }
.lesson-panel > p { font-size: .95rem; }
.lesson-list { display: grid; gap: 9px; margin: 22px 0; padding: 0; list-style: none; }
.lesson-list li { display: grid; grid-template-columns: 32px 1fr; gap: 10px; align-items: center; padding: 10px 12px; border: 1px solid var(--line); border-radius: 13px; background: #fffdf9; }
.lesson-list li > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #7c8e95; background: #edf1ef; font-size: .72rem; font-weight: 900; }
.lesson-list strong, .lesson-list small { display: block; }.lesson-list strong { font-size: .82rem; }.lesson-list small { margin-top: 2px; color: var(--muted); font-size: .66rem; }
.lesson-list .is-complete > span { color: #fff; background: var(--green); }.lesson-list .is-current { border-color: rgba(0, 167, 157, .34); background: #f0fcfa; }.lesson-list .is-current > span { color: #fff; background: var(--teal-bright); }
.lesson-preview { width: 100%; }
.preview-toast { position: absolute; right: 22px; bottom: 16px; left: 22px; padding: 11px; border-radius: 12px; color: #fff; background: var(--teal); text-align: center; font-size: .78rem; font-weight: 850; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.preview-toast.is-visible { opacity: 1; transform: translateY(0); }

.safety-band { padding: 0 0 64px; background: #fffaf3; }
.safety-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-soft); }
.safety-grid article { display: flex; align-items: center; gap: 15px; min-height: 110px; padding: 22px; border-right: 1px solid var(--line); }
.safety-grid article:last-child { border-right: 0; }
.safety-grid strong, .safety-grid small { display: block; }.safety-grid strong { margin-bottom: 4px; font-size: .9rem; }.safety-grid small { color: var(--muted); line-height: 1.45; }
.safety-icon { width: 52px; height: 52px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 18px; color: #fff; font-weight: 900; }
.safety-icon.green { background: var(--green); }.safety-icon.purple { background: var(--purple); }.safety-icon.gold { background: var(--gold); }.safety-icon.blue { background: var(--blue); }

.faq-section { padding: 72px 0; background: linear-gradient(180deg, #fff 0%, #fffdf8 100%); }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 54px; align-items: start; }
.faq-heading { position: sticky; top: 118px; }
.faq-heading h2 { margin-top: 12px; }
.faq-landscape {
  position: relative;
  height: 300px;
  margin-top: 26px;
  overflow: hidden;
  border-radius: 34px 34px 0 0;
  background: linear-gradient(180deg, #eefbff 0%, #f9fbef 58%, #fff8ec 100%);
  box-shadow: 0 18px 34px rgba(31, 85, 103, .08);
}
.faq-landscape-route {
  position: absolute;
  inset: 22px 0 auto;
  width: 100%;
  height: 186px;
  z-index: 2;
  overflow: visible;
}
.faq-landscape-route path {
  fill: none;
  stroke: rgba(255,255,255,.98);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 4 18;
}
.faq-landscape-stop {
  position: absolute;
  z-index: 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: .8rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(12, 72, 83, .14);
  transform: translate(-50%, -50%);
}
.faq-landscape-stop.stop-one { left: 28%; top: 162px; background: #0fa4a2; }
.faq-landscape-stop.stop-two { left: 47%; top: 114px; background: #55bd76; }
.faq-landscape-stop.stop-three { left: 69%; top: 146px; background: #3197d7; }
.faq-landscape-stop.stop-four { left: 89%; top: 76px; background: #ff654f; }
.faq-landscape-hills {
  position: absolute;
  inset: auto 0 0;
  height: 220px;
}
.faq-landscape-hill {
  position: absolute;
  left: -8%;
  right: -8%;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}
.faq-landscape-hill.hill-back { height: 130px; bottom: 100px; background: #bdebd0; transform: rotate(-2deg); }
.faq-landscape-hill.hill-mid { height: 144px; bottom: 56px; background: #93d9ac; transform: rotate(1.5deg); }
.faq-landscape-hill.hill-front { height: 152px; bottom: -22px; background: #6ec68d; }
.faq-landscape-character {
  position: absolute;
  z-index: 4;
  left: 30px;
  bottom: 10px;
  width: 240px;
  transform: scaleX(-1);
  transform-origin: center bottom;
  filter: drop-shadow(0 18px 22px rgba(20, 65, 82, .12));
}

.faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; }
.faq-item { align-self: start; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 7px 20px rgba(31, 85, 103, .06); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.faq-item.is-open { grid-column: span 2; border-color: rgba(0, 122, 125, .28); box-shadow: 0 16px 35px rgba(31, 85, 103, .11); transform: translateY(-2px); }
.faq-trigger { width: 100%; min-height: 62px; display: grid; grid-template-columns: 32px 1fr 24px; gap: 12px; align-items: center; padding: 11px 14px; border: 0; color: var(--ink); background: transparent; text-align: left; }
.faq-trigger > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; color: var(--teal); background: var(--teal-soft); font-size: .72rem; font-weight: 900; }
.faq-trigger strong { font-size: .79rem; }
.faq-trigger i { position: relative; width: 20px; height: 20px; }
.faq-trigger i::before, .faq-trigger i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 13px; height: 2px; border-radius: 99px; background: var(--ink); transform: translate(-50%, -50%); transition: transform .24s ease; }
.faq-trigger i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item.is-open .faq-trigger i::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s cubic-bezier(.2,.75,.25,1); }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0; padding: 0 58px 20px; font-size: .91rem; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }

.waitlist-section { padding: 24px 0 0; background: linear-gradient(180deg, #fff 0%, #fff8e9 100%); }
.waitlist-card { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 38px; align-items: center; overflow: hidden; padding: 34px 40px; border: 1px solid rgba(255, 189, 50, .28); border-radius: 28px 28px 0 0; background: radial-gradient(circle at 8% 35%, rgba(255, 223, 135, .36), transparent 22%), linear-gradient(135deg, #fff9e7, #fffdf8); }
.waitlist-card::before, .waitlist-card::after { content: ""; position: absolute; bottom: -52px; width: 130px; height: 130px; border-radius: 50%; background: rgba(82,185,107,.16); }
.waitlist-card::before { left: -30px; }.waitlist-card::after { right: -28px; }
.about-copy { position: relative; z-index: 2; }
.about-copy h2 { max-width: 650px; margin: 8px 0 12px; font-size: clamp(2rem, 3.5vw, 3.5rem); }
.about-copy h2 span { color: var(--teal); }
.about-copy p:last-child { max-width: 650px; margin-bottom: 0; }
.waitlist-form { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.waitlist-form input[type="email"] { min-width: 0; min-height: 54px; padding: 0 18px; border: 1px solid rgba(11, 51, 73, .16); border-radius: 999px; color: var(--ink); background: #fff; outline: 0; box-shadow: inset 0 1px 0 rgba(255,255,255,.7); }
.waitlist-form input[type="email"]:focus { border-color: var(--teal-bright); box-shadow: 0 0 0 4px rgba(10,169,162,.12); }
.form-reassurance, .form-error { grid-column: 1 / -1; margin: 2px 0 0; text-align: center; font-size: .77rem; }
.form-reassurance { color: var(--ink-2); }.form-reassurance span { color: var(--green); font-weight: 950; }.form-reassurance b { padding: 0 7px; color: var(--teal); }
.form-error { color: #b4382a; font-weight: 800; }

.site-footer { padding: 32px 0 26px; color: #dbecef; background: #062f43; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; }
.footer-logo { width: 210px; }
.footer-logo img { width: 100%; }
.site-footer p { margin: 0; color: #dbecef; font-size: .85rem; }
.site-footer nav { display: flex; gap: 22px; }
.site-footer nav a { color: #fff; font-size: .78rem; text-decoration: none; }
.site-footer small { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #a9c2c9; font-size: .7rem; text-align: center; }

@media (max-width: 1050px) {
  .primary-nav { gap: 17px; }
  .primary-nav > a:not(.button) { font-size: .84rem; }
  .brand { width: 220px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-stage { min-height: 500px; }
  .tablet-shell { width: min(88%, 690px); margin-inline: auto; }
  .hero-character { left: 2%; }
  .trail-grid { grid-template-columns: .78fr 1.22fr; }
  .lesson-panel { grid-column: 1 / -1; min-height: auto; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-heading { position: relative; top: auto; display: grid; grid-template-columns: 1fr auto; align-items: end; }
}

@media (max-width: 840px) {
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: calc(100% + 8px); left: 20px; right: 20px; display: none; align-items: stretch; flex-direction: column; gap: 2px; padding: 16px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 11px !important; }
  .button-header { margin-top: 5px; }
  .trust-grid, .safety-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article:nth-child(2), .safety-grid article:nth-child(2) { border-right: 0; }
  .trust-grid article:nth-child(-n+2), .safety-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .trail-grid { grid-template-columns: 1fr; }
  .trail-copy { padding-top: 0; }
  .trail-copy p:not(.section-kicker) { max-width: 650px; }
  .trail-map-card { min-height: 520px; }
  .waitlist-card { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { min-height: 72px; }
  .brand { width: 190px; }
  .hero { padding: 54px 0 38px; }
  .hero-grid { gap: 22px; }
  h1 { font-size: clamp(2.9rem, 13vw, 4.1rem); }
  h2 { font-size: clamp(2.25rem, 10vw, 3.3rem); }
  .hero-lead { font-size: 1rem; }
  .hero-stage { min-height: 375px; }
  .tablet-shell { width: 100%; padding: 9px; border-radius: 24px; }
  .tablet-screen { min-height: 330px; border-radius: 17px; }
  .tablet-topbar { padding: 14px; }
  .tablet-topbar strong { font-size: .82rem; }
  .parent-lock { padding: 6px 8px; font-size: .54rem; }
  .hero-node b { width: 45px; height: 45px; border-width: 3px; font-size: .72rem; }
  .hero-node small { font-size: .54rem; }
  .hero-child { transform: scale(.75); transform-origin: center top; }
  .hero-play span { width: 58px; height: 58px; }
  .session-chip { right: 10px; bottom: 10px; padding: 7px 9px; }
  .hero-character { left: -10px; bottom: -8px; width: 118px; }
  .trust-grid, .safety-grid { grid-template-columns: 1fr; }
  .trust-grid article, .safety-grid article { min-height: 94px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid article:last-child, .safety-grid article:last-child { border-bottom: 0; }
  .trail-section { padding: 56px 0; }
  .trail-map-card { min-height: 470px; }
  .trail-character { width: 112px; }
  .faq-list { grid-template-columns: 1fr; }
  .faq-item.is-open { grid-column: auto; }
  .faq-heading { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; justify-content: center; }
  .tablet-screen { min-height: 300px; }
  .node-numbers { left: 33%; }.node-nature { right: 22%; }
  .hero-character { display: none; }
  .trail-map-card { min-height: 430px; }
  .trail-stop span { width: 52px; height: 52px; }
  .lesson-panel { padding: 20px; }
}

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

/* v0.4.2: restored polished hero artwork and made the Learning Trail resilient without JS geometry. */
.hero-stage-image {
  min-height: auto;
  display: grid;
  align-items: center;
  overflow: visible;
}
.hero-visual-link {
  position: relative;
  display: block;
  width: min(100%, 760px);
  margin-inline: auto;
  border-radius: 32px;
  text-decoration: none;
  transform: translateZ(0);
  transition: transform .35s cubic-bezier(.2,.8,.25,1), filter .35s ease;
}
.hero-visual-link picture,
.hero-visual-link img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-visual-link img {
  border-radius: 30px;
}
.hero-visual-link:hover,
.hero-visual-link:focus-visible {
  transform: translateY(-7px) rotate(-.35deg);
  filter: drop-shadow(0 24px 30px rgba(12,72,83,.14));
}
.hero-visual-link:focus-visible {
  outline: 4px solid rgba(0,167,157,.28);
  outline-offset: 6px;
}
.hero-image-play-pulse {
  position: absolute;
  left: 52%;
  top: 71.5%;
  width: 78px;
  height: 78px;
  border: 3px solid rgba(255,255,255,.92);
  border-radius: 50%;
  transform: translate(-50%,-50%);
  box-shadow: 0 0 0 0 rgba(255,101,79,.34);
  pointer-events: none;
  animation: heroImagePulse 2.25s ease-out infinite;
}
@keyframes heroImagePulse {
  0% { box-shadow: 0 0 0 0 rgba(255,101,79,.38); transform: translate(-50%,-50%) scale(.96); }
  70% { box-shadow: 0 0 0 20px rgba(255,101,79,0); transform: translate(-50%,-50%) scale(1.03); }
  100% { box-shadow: 0 0 0 0 rgba(255,101,79,0); transform: translate(-50%,-50%) scale(.96); }
}

.trail-route {
  inset: 0;
  width: 100%;
  height: 100%;
}
.trail-route-base {
  stroke: rgba(255,255,255,.98);
  stroke-width: 7;
  stroke-dasharray: 2.4 5.8;
}
.trail-route-progress {
  stroke: #0fa4a2;
  stroke-width: 4.5;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  filter: drop-shadow(0 3px 4px rgba(0,122,125,.18));
  transition: none;
}
.trail-stop {
  transform: translate(-50%,-50%);
}
.stop-phonics { left: 16%; top: 83%; bottom: auto; }
.stop-numbers { left: 39%; top: 48%; }
.stop-nature { left: 70%; right: auto; top: 62%; }
.stop-feelings { left: 86%; right: auto; top: 18%; }
.route-marker {
  left: 16%;
  top: 83%;
  transform: translate(-50%, -50%);
  transition: none;
  will-change: left, top, transform;
}
.route-marker.is-arriving {
  animation: routeMarkerArrival .48s cubic-bezier(.2,.85,.25,1.25);
}
@keyframes routeMarkerArrival {
  0% { transform: translate(-50%, -50%) scale(.72); box-shadow: 0 8px 18px rgba(0,122,125,.25); }
  52% { transform: translate(-50%, -50%) scale(1.45); box-shadow: 0 0 0 12px rgba(15,164,162,.13), 0 12px 22px rgba(0,122,125,.28); }
  100% { transform: translate(-50%, -50%) scale(1); box-shadow: 0 8px 18px rgba(0,122,125,.25); }
}
.trail-stop::after {
  content: "";
  position: absolute;
  inset: -10px -14px;
  border-radius: 999px;
  opacity: 0;
  transform: scale(.72);
  background: radial-gradient(circle, rgba(255,255,255,.55), transparent 68%);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.trail-stop.is-active::after,
.trail-stop:hover::after,
.trail-stop:focus-visible::after {
  opacity: 1;
  transform: scale(1);
}
.trail-map-card.has-trail-change {
  animation: trailCardGlow .5s ease;
}
@keyframes trailCardGlow {
  0%,100% { box-shadow: var(--shadow-soft); }
  48% { box-shadow: 0 24px 55px rgba(0,167,157,.2); }
}

@media (max-width: 1050px) {
  .hero-stage-image { min-height: auto; }
  .hero-visual-link { width: min(94%, 760px); }
}
@media (max-width: 650px) {
  .hero-stage-image { min-height: auto; }
  .hero-visual-link { width: 100%; }
  .hero-image-play-pulse { width: 56px; height: 56px; }
  .trail-stop span { width: 54px; height: 54px; }
}
@media (max-width: 430px) {
  .hero-visual-link img { border-radius: 20px; }
  .trail-stop span { width: 48px; height: 48px; }
  .trail-stop strong { font-size: .66rem; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-image-play-pulse { animation: none; }
}
.lesson-panel.has-trail-change {
  animation: lessonPanelIn .38s cubic-bezier(.2,.8,.25,1);
}
@keyframes lessonPanelIn {
  from { opacity: .72; transform: translateY(8px) scale(.992); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* v0.4.3 precise trail animation */
.trail-stop.is-active span { animation: selectedStopPop .42s cubic-bezier(.2,.85,.25,1.2); }
@keyframes selectedStopPop {
  0% { transform: scale(.96); }
  62% { transform: scale(1.13); }
  100% { transform: scale(1.06); }
}
@media (prefers-reduced-motion: reduce) {
  .route-marker.is-arriving, .trail-stop.is-active span { animation: none; }
}

/* Keep each visible stop centred on its SVG route coordinate. */
.trail-stop {
  --trail-stop-size: 62px;
  transform: translate(-50%, calc(var(--trail-stop-size) * -0.5));
}
.trail-stop span {
  width: var(--trail-stop-size);
  height: var(--trail-stop-size);
}
@media (max-width: 650px) {
  .trail-stop { --trail-stop-size: 54px; }
}
@media (max-width: 430px) {
  .trail-stop { --trail-stop-size: 48px; }
}


/* v0.4.4 smoother trail travel animation */
.trail-route-progress {
  stroke: rgba(15, 164, 162, .72);
  stroke-width: 5;
  filter: drop-shadow(0 4px 5px rgba(0, 122, 125, .18));
}
.trail-route-travel {
  fill: none;
  stroke: url(#trailTravelGradient);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  filter: drop-shadow(0 0 7px rgba(255, 189, 50, .55)) drop-shadow(0 0 11px rgba(10, 169, 162, .38));
  pointer-events: none;
  will-change: stroke-dashoffset, opacity;
}
.trail-map-card.is-route-moving .trail-route-base {
  animation: trailDotsFlow .58s linear infinite;
}
@keyframes trailDotsFlow {
  to { stroke-dashoffset: -8.2; }
}
.route-marker {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 4px solid #fff;
  color: #fff;
  background: linear-gradient(145deg, #ffbd32, #ff765d 52%, #0aa9a2);
  box-shadow: 0 8px 20px rgba(0, 122, 125, .28), 0 0 0 0 rgba(255, 189, 50, .28);
  will-change: left, top;
}
.route-marker::before {
  content: "★";
  display: block;
  font-size: 11px;
  line-height: 1;
  transform: translateY(-.5px);
  text-shadow: 0 1px 2px rgba(11, 51, 73, .15);
}
.route-marker::after {
  content: "";
  position: absolute;
  inset: -9px;
  border: 2px solid rgba(255, 189, 50, .48);
  border-radius: 50%;
  opacity: 0;
  transform: scale(.55);
}
.route-marker.is-moving::after {
  animation: routeMarkerRipple .68s ease-out infinite;
}
@keyframes routeMarkerRipple {
  0% { opacity: .72; transform: scale(.55); }
  100% { opacity: 0; transform: scale(1.5); }
}
.route-marker.is-moving {
  box-shadow: 0 10px 24px rgba(0, 122, 125, .34), 0 0 0 6px rgba(255,255,255,.26);
}
.trail-stop.is-target span {
  animation: trailTargetBreath .56s ease-in-out infinite alternate;
}
@keyframes trailTargetBreath {
  from { transform: scale(1.03); box-shadow: 0 10px 22px rgba(20,80,94,.2); }
  to { transform: scale(1.12); box-shadow: 0 0 0 9px rgba(255,255,255,.28), 0 16px 30px rgba(20,80,94,.28); }
}
.trail-stop.is-passed span {
  box-shadow: 0 0 0 5px rgba(255,255,255,.2), 0 9px 20px rgba(20,80,94,.18);
}
.trail-map-card.is-route-moving::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--route-glow-x, 16%) var(--route-glow-y, 83%), rgba(255,255,255,.24), transparent 15%);
  mix-blend-mode: screen;
}
@media (prefers-reduced-motion: reduce) {
  .trail-map-card.is-route-moving .trail-route-base,
  .route-marker.is-moving::after,
  .trail-stop.is-target span { animation: none; }
}


/* v0.4.5 clean continuous trail animation */
.trail-route-base {
  stroke: rgba(255,255,255,.84);
  stroke-width: 8;
  stroke-dasharray: 4 15;
  stroke-linecap: round;
  opacity: .96;
}
.trail-route-progress {
  stroke: #008f90;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: none;
  filter: drop-shadow(0 3px 4px rgba(0,122,125,.20));
  transition: none;
  will-change: stroke-dashoffset;
}
.trail-route-travel { display: none !important; }
.trail-map-card.is-route-moving .trail-route-base {
  animation: trailGuideDrift .72s linear infinite;
}
@keyframes trailGuideDrift {
  to { stroke-dashoffset: -19; }
}
.route-marker {
  width: 26px;
  height: 26px;
  border: 4px solid #fff;
  background: #ffbd32;
  color: #8a5200;
  box-shadow: 0 8px 20px rgba(0,122,125,.22), 0 0 0 5px rgba(255,255,255,.24);
}
.route-marker::before {
  content: "★";
  font-size: 11px;
  color: #7f5200;
  text-shadow: none;
}
.route-marker.is-moving {
  box-shadow: 0 10px 24px rgba(0,122,125,.28), 0 0 0 7px rgba(255,255,255,.30);
}
.trail-stop.is-passed span {
  box-shadow: 0 0 0 5px rgba(255,255,255,.22), 0 9px 20px rgba(20,80,94,.18);
}
@media (prefers-reduced-motion: reduce) {
  .trail-map-card.is-route-moving .trail-route-base { animation: none !important; }
}


/* v0.4.6 parent-directed positioning */
.hero-parent-preview-badge {
  position: absolute;
  z-index: 5;
  top: 7.5%;
  left: 11.5%;
  padding: 8px 12px;
  border: 1px solid rgba(0,122,125,.16);
  border-radius: 999px;
  color: #006b6e;
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 20px rgba(11,51,73,.10);
  font-size: .69rem;
  font-weight: 950;
  letter-spacing: .02em;
}
.hero-parent-controls {
  position: absolute;
  z-index: 5;
  right: 8.5%;
  bottom: 7%;
  width: min(335px, 48%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(11,51,73,.10);
  border-radius: 18px;
  color: var(--ink);
  background: rgba(255,255,255,.95);
  box-shadow: 0 16px 34px rgba(11,51,73,.16);
  backdrop-filter: blur(8px);
}
.hero-parent-controls span {
  min-width: 0;
  padding: 7px 8px;
  border-radius: 11px;
  background: #f6fbfb;
  font-size: .62rem;
  line-height: 1.2;
  text-align: center;
}
.hero-parent-controls span b { display: block; margin-bottom: 2px; color: var(--teal); font-size: .57rem; text-transform: uppercase; letter-spacing: .06em; }
.hero-parent-controls strong {
  grid-column: 1 / -1;
  padding: 9px 10px;
  border-radius: 11px;
  color: #fff;
  background: var(--coral);
  font-size: .7rem;
  text-align: center;
}
.form-adult-note {
  margin: -2px 0 0;
  color: rgba(11,51,73,.72);
  font-size: .72rem;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 760px) {
  .hero-parent-preview-badge { top: 5%; left: 5%; font-size: .62rem; }
  .hero-parent-controls { right: 4%; bottom: 4%; width: 58%; padding: 8px; }
  .hero-parent-controls span { font-size: .55rem; padding: 6px 4px; }
  .hero-parent-controls span b { font-size: .5rem; }
  .hero-parent-controls strong { font-size: .62rem; }
}
@media (max-width: 480px) {
  .hero-parent-controls { width: 68%; }
  .hero-parent-controls span { display: none; }
  .hero-parent-controls strong { grid-column: 1 / -1; }
}


/* v0.4.7: age range, trail simplification, waitlist alignment, and legal pages */
/* Keep the learning trail visually calm: the white guide stays fixed and only the star travels. */
.trail-route-progress {
  stroke: transparent !important;
  filter: none !important;
}
.trail-map-card.is-route-moving .trail-route-base {
  animation: none !important;
}
.trail-route-base {
  stroke: rgba(255,255,255,.96);
  opacity: 1;
}

/* Give the parent waitlist form enough horizontal room and align supporting copy. */
.waitlist-card {
  grid-template-columns: minmax(0,.92fr) minmax(470px,1.08fr);
  gap: 44px;
}
.waitlist-form {
  grid-template-columns: minmax(255px,1fr) auto;
  align-items: center;
  column-gap: 12px;
  row-gap: 9px;
}
.waitlist-form input[type="email"] {
  width: 100%;
  font-size: .9rem;
}
.waitlist-form .button {
  min-height: 54px;
  padding-inline: 21px;
  white-space: nowrap;
}
.form-reassurance {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  line-height: 1.45;
}
.form-reassurance b { padding: 0 6px; }
.form-adult-note {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 6px;
  color: var(--muted);
  font-size: .68rem;
  line-height: 1.45;
  text-align: center;
}

/* Shared legal-page treatment. */
.legal-page { background: #fffdf8; color: var(--ink); }
.legal-header { border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); }
.legal-header .shell { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-header .brand { display: block; width: 232px; }
.legal-header .brand img { display: block; width: 100%; height: auto; }
.legal-back { color: var(--teal); font-size: .86rem; font-weight: 900; text-decoration: none; }
.legal-hero { padding: 72px 0 42px; background: radial-gradient(circle at 82% 22%, rgba(10,169,162,.10), transparent 26%), linear-gradient(180deg,#fffdf8,#f7fbfa); }
.legal-hero .shell, .legal-body .shell { max-width: 920px; }
.legal-eyebrow { margin: 0 0 12px; color: var(--coral); font-size: .75rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.legal-hero h1 { max-width: 780px; margin: 0 0 18px; font-size: clamp(2.7rem,7vw,5rem); line-height: .98; }
.legal-hero p { max-width: 760px; margin: 0; color: var(--muted); font-size: 1.04rem; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.legal-meta span { padding: 8px 11px; border-radius: 999px; color: #006b6e; background: var(--teal-soft); font-size: .73rem; font-weight: 850; }
.legal-body { padding: 38px 0 80px; }
.legal-note { margin-bottom: 28px; padding: 18px 20px; border: 1px solid rgba(0,122,125,.16); border-radius: 18px; background: #effbf8; }
.legal-note strong { display: block; margin-bottom: 4px; }
.legal-sections { display: grid; gap: 0; counter-reset: legal-section; }
.legal-section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-section:first-child { border-top: 0; }
.legal-section h2 { margin: 0 0 12px; font-size: clamp(1.45rem,3vw,2rem); line-height: 1.08; }
.legal-section h3 { margin: 22px 0 8px; font-size: 1.02rem; }
.legal-section p, .legal-section li { color: #506b76; line-height: 1.72; }
.legal-section ul { margin: 10px 0 0; padding-left: 20px; }
.legal-section a { color: var(--teal); font-weight: 800; }
.legal-contact { margin-top: 30px; padding: 24px; border-radius: 20px; background: #082f43; color: #fff; }
.legal-contact h2, .legal-contact p { color: #fff; }
.legal-contact a { color: #9fe6d8; font-weight: 900; }
.legal-footer { padding: 26px 0; color: #cfe2e7; background: #062f43; text-align: center; }
.legal-footer nav { display: flex; justify-content: center; gap: 18px; margin-bottom: 10px; }
.legal-footer a { color: #fff; text-decoration: none; font-size: .8rem; }
.legal-footer small { color: #a9c2c9; font-size: .7rem; }

@media (max-width: 1100px) {
  .waitlist-card { grid-template-columns: 1fr; }
  .waitlist-form { max-width: 720px; }
}
@media (max-width: 650px) {
  .waitlist-form { grid-template-columns: 1fr; }
  .waitlist-form .button { width: 100%; }
  .form-reassurance { text-align: center; }
  .form-adult-note { padding-inline: 2px; font-size: .67rem; line-height: 1.45; }
  .legal-header .shell { min-height: 74px; }
  .legal-header .brand { width: 190px; }
  .legal-hero { padding-top: 52px; }
}
