:root {
  --navy: #05366d;
  --navy-2: #074789;
  --blue: #0953a7;
  --blue-bright: #2678c8;
  --brand-light: #b9dcf7;
  --cream: #f2f7fc;
  --white: #fff;
  --ink: #10223f;
  --muted: #62708a;
  --line: #dfe6f1;
  --success: #0f9b6d;
  --shadow: 0 26px 70px rgba(7, 29, 66, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, select, a { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.page-shell { overflow: hidden; }
.topbar {
  width: min(1180px, calc(100% - 40px));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  position: relative;
  z-index: 5;
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-logo { width: 64px; height: 64px; object-fit: contain; filter: drop-shadow(0 5px 10px rgba(0, 23, 54, .26)); }
.brand strong { font: 800 20px/1 "Outfit", sans-serif; display: block; letter-spacing: -.3px; }
.brand small { display: block; font-size: 8px; letter-spacing: 1.8px; margin-top: 5px; color: #a9c3ec; font-weight: 700; }
.top-link { font-size: 14px; text-decoration: none; font-weight: 700; border-bottom: 1px solid #7395c8; padding: 8px 0; }
.top-link span { color: var(--brand-light); margin-left: 5px; }

.hero {
  min-height: 650px;
  margin-top: -92px;
  padding: 155px max(24px, calc((100vw - 1180px) / 2)) 110px;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  gap: 70px;
  color: white;
  background:
    radial-gradient(circle at 82% 30%, rgba(185, 220, 247, .24), transparent 24%),
    linear-gradient(125deg, #042d5d 0%, #064485 58%, #0953a7 100%);
  position: relative;
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .09; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 30px 30px; mask-image: linear-gradient(to right, #0000 20%, #000 85%); }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 18px; color: #c6d6ef; font-size: 12px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.eyebrow span { display: block; width: 25px; height: 3px; background: var(--brand-light); border-radius: 5px; }
.eyebrow.dark { color: var(--blue); }
h1, h2, h3 { font-family: "Outfit", sans-serif; margin-top: 0; }
h1 { font-size: clamp(48px, 6.2vw, 78px); line-height: .98; letter-spacing: -3.4px; margin-bottom: 24px; max-width: 750px; }
h1 em { color: var(--brand-light); font-style: normal; position: relative; }
h1 em::after { content: ""; position: absolute; left: 2px; right: 0; bottom: -1px; height: 8px; border-radius: 50%; border-top: 3px solid var(--brand-light); transform: rotate(-2deg); }
.hero-lede { font-size: 19px; line-height: 1.6; color: #c6d6ef; max-width: 590px; margin: 0 0 32px; }
.hero-actions { display: flex; gap: 24px; align-items: center; }
.button { border: 0; border-radius: 13px; padding: 17px 21px; font-weight: 800; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 22px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--white); color: var(--blue); box-shadow: 0 12px 30px rgba(0, 28, 68, .2); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(0, 28, 68, .3); }
.button-blue { background: var(--blue); color: white; width: 100%; }
.button-blue:hover { background: #0b68e7; box-shadow: 0 12px 28px rgba(22, 119, 255, .25); }
.micro-proof b, .micro-proof small { display: block; }
.micro-proof b { font-size: 14px; }
.micro-proof small { color: #9fb5d5; font-size: 12px; margin-top: 3px; }
.trust-row { display: flex; gap: 24px; color: #9fb5d5; font-size: 12px; margin-top: 38px; font-weight: 600; }
.trust-row i { font-style: normal; color: var(--brand-light); margin-right: 5px; }

.hero-visual { height: 420px; display: grid; place-items: center; }
.hero-card { width: 270px; height: 330px; border-radius: 34px; background: var(--white); color: var(--blue); display: flex; flex-direction: column; justify-content: center; padding: 36px; transform: rotate(4deg); box-shadow: 22px 28px 0 rgba(4, 31, 67, .42), 0 40px 80px rgba(0,0,0,.25); position: relative; border: 8px solid var(--brand-light); }
.hero-card::after { content: "⚽"; position: absolute; right: -22px; bottom: -28px; font-size: 75px; transform: rotate(18deg); filter: drop-shadow(0 12px 10px rgba(0,0,0,.18)); }
.hero-card .card-kicker { font-size: 10px; font-weight: 800; letter-spacing: 1.5px; }
.hero-card strong { font: 800 83px/.9 "Outfit", sans-serif; letter-spacing: -5px; margin: 18px 0; }
.hero-card small { font-weight: 700; line-height: 1.4; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.orbit-one { width: 410px; height: 410px; }
.orbit-two { width: 325px; height: 325px; border-style: dashed; transform: rotate(25deg); }
.star { color: var(--brand-light); position: absolute; }
.star-one { font-size: 24px; left: 8%; top: 20%; transform: rotate(-12deg); }
.star-two { font-size: 15px; right: 3%; top: 12%; }
.flight-path { position: absolute; width: 260px; right: -24px; bottom: 6px; fill: none; stroke: rgba(255,255,255,.35); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 5 7; }
.flight-path circle { fill: var(--brand-light); stroke: none; }

.finder-wrap { width: min(1120px, calc(100% - 40px)); margin: -34px auto 0; padding: 100px 0 115px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; position: relative; z-index: 2; }
.finder-intro { padding-top: 28px; position: sticky; top: 30px; }
.finder-intro h2, .offer h2 { font-size: clamp(38px, 4vw, 55px); line-height: 1.02; letter-spacing: -2px; margin-bottom: 20px; }
.finder-intro > p:last-child, .offer-copy > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.65; max-width: 460px; }
.funnel-card { background: var(--white); border-radius: 24px; padding: 25px 28px 30px; box-shadow: var(--shadow); border: 1px solid rgba(7,29,66,.06); min-height: 545px; }
.progress-head { min-height: 30px; display: flex; justify-content: space-between; align-items: center; }
.progress-head p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.back-button, .reset-button { border: 0; background: transparent; color: var(--blue); cursor: pointer; font-weight: 700; font-size: 13px; padding: 5px 0; }
.back-button span { margin-right: 4px; }
.progress-track { height: 5px; background: #e9eef6; border-radius: 9px; overflow: hidden; margin: 12px 0 31px; }
.progress-track span { display: block; width: 33%; height: 100%; background: linear-gradient(90deg, var(--blue), var(--blue-bright)); border-radius: inherit; transition: width .35s ease; }
.funnel-content h3 { font-size: 28px; letter-spacing: -.8px; margin-bottom: 8px; }
.step-copy { color: var(--muted); margin: 0 0 24px; line-height: 1.5; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice { min-height: 97px; border: 1.5px solid var(--line); border-radius: 15px; background: white; text-align: left; padding: 17px; cursor: pointer; display: flex; align-items: flex-start; gap: 12px; transition: border .2s, transform .2s, background .2s; }
.choice:hover { border-color: var(--blue); background: #f7faff; transform: translateY(-1px); }
.choice .choice-icon { color: var(--blue); background: #e9f2ff; width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; flex: 0 0 auto; }
.choice .choice-icon svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.choice strong, .choice small { display: block; }
.choice strong { font-size: 15px; margin-top: 1px; }
.choice small { color: var(--muted); margin-top: 4px; line-height: 1.35; }
.age-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 9px; }
.age-button { aspect-ratio: 1; border: 1.5px solid var(--line); border-radius: 12px; background: white; color: var(--navy); font-weight: 800; cursor: pointer; font-size: 17px; }
.age-button:hover, .age-button:focus-visible { border-color: var(--blue); color: var(--blue); background: #f1f7ff; }
.age-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 24px; }
.age-group { padding: 12px; border-radius: 11px; background: #f5f7fb; font-size: 11px; color: var(--muted); }
.age-group b { display: block; color: var(--ink); font-size: 12px; margin-bottom: 3px; }
.session-list { display: grid; gap: 10px; }
.session-card { border: 1.5px solid var(--line); border-radius: 14px; background: white; padding: 15px; display: flex; align-items: center; justify-content: space-between; gap: 14px; cursor: pointer; text-align: left; transition: .2s; }
.session-card:hover { border-color: var(--blue); box-shadow: 0 8px 20px rgba(7,29,66,.08); }
.session-card.is-selected { border-color: var(--blue); background: #f2f7ff; box-shadow: 0 0 0 2px rgba(22,119,255,.1); }
.session-day { color: var(--blue); font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: .7px; }
.session-time { font-weight: 800; margin: 3px 0; }
.session-meta { font-size: 12px; color: var(--muted); line-height: 1.4; }
.select-mark { width: 25px; height: 25px; border: 1.5px solid #ccd5e3; border-radius: 50%; display: grid; place-items: center; color: white; flex: 0 0 auto; }
.session-card.is-selected .select-mark { background: var(--blue); border-color: var(--blue); }
.session-more { text-align: center; color: var(--muted); font-size: 12px; margin: 14px 0 0; }
.continue-row { margin-top: 20px; }
.continue-row .button:disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }
.summary { border-radius: 16px; background: #f2f7ff; border: 1px solid #d9e8ff; padding: 17px; margin: 20px 0; }
.summary-row { display: flex; gap: 13px; align-items: flex-start; }
.summary-row + .summary-row { border-top: 1px solid #d9e3f2; margin-top: 13px; padding-top: 13px; }
.summary-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--white); display: grid; place-items: center; color: var(--blue); flex: 0 0 auto; }
.summary-icon svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.summary b, .summary small { display: block; }
.summary b { font-size: 14px; }
.summary small { color: var(--muted); margin-top: 3px; }
.free-banner { display: flex; align-items: center; gap: 12px; padding: 13px 15px; border-radius: 12px; background: #eaf4fd; border: 1px solid #c5def2; margin-bottom: 18px; }
.free-banner strong { font-size: 13px; }
.free-banner span { width: 28px; height: 28px; background: var(--blue); color: white; display: grid; place-items: center; border-radius: 50%; }
.privacy-note { color: var(--muted); text-align: center; font-size: 11px; line-height: 1.5; margin: 12px 8px 0; }
.empty-state { border: 1px dashed #c6d1e1; border-radius: 14px; padding: 24px; text-align: center; color: var(--muted); }

.offer { padding: 110px max(24px, calc((100vw - 1120px) / 2)); background: var(--navy); color: white; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: end; }
.offer-copy > p:last-child { color: #aebfd9; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.benefit-grid article { min-height: 230px; padding: 25px; border-radius: 17px; background: #0e2a59; border: 1px solid #1d4076; }
.benefit-grid article:nth-child(2) { background: var(--blue); border-color: var(--blue); transform: translateY(-16px); }
.benefit-grid span { color: var(--brand-light); font-size: 11px; letter-spacing: 1.2px; font-weight: 800; }
.benefit-grid h3 { font-size: 25px; margin: 42px 0 11px; }
.benefit-grid p { color: #bac9df; font-size: 13px; line-height: 1.6; margin: 0; }
.benefit-grid article:nth-child(2) p { color: white; }

footer { background: #04132f; color: white; padding: 38px max(24px, calc((100vw - 1120px) / 2)); display: flex; align-items: center; justify-content: space-between; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-logo { width: 72px; height: 72px; object-fit: contain; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { font: 800 19px "Outfit", sans-serif; }
.footer-brand small { color: #a9c9e8; font-size: 12px; margin-top: 3px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: #9db1d0; font-size: 12px; text-decoration: none; }
.footer-links a:hover { color: white; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr .58fr; gap: 20px; }
  .hero-card { width: 220px; height: 280px; padding: 27px; }
  .hero-card strong { font-size: 66px; }
  .finder-wrap, .offer { grid-template-columns: 1fr; gap: 35px; }
  .finder-intro { position: static; max-width: 650px; }
  .offer { align-items: start; }
}

@media (max-width: 680px) {
  .topbar { width: calc(100% - 32px); height: 76px; }
  .brand-logo { width: 54px; height: 54px; }
  .brand strong { font-size: 18px; }
  .top-link { font-size: 12px; }
  .hero { min-height: auto; margin-top: -76px; padding: 120px 20px 82px; display: block; }
  h1 { font-size: 49px; letter-spacing: -2.6px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 13px; }
  .button { width: 100%; }
  .micro-proof { text-align: center; }
  .trust-row { flex-wrap: wrap; gap: 10px 18px; margin-top: 28px; }
  .hero-visual { height: 215px; margin-top: 45px; }
  .hero-card { width: 175px; height: 205px; border-radius: 24px; padding: 22px; transform: rotate(3deg); }
  .hero-card strong { font-size: 52px; margin: 12px 0; }
  .hero-card small { font-size: 11px; }
  .hero-card::after { font-size: 55px; right: -25px; bottom: -24px; }
  .orbit-one { width: 260px; height: 260px; }
  .orbit-two { width: 215px; height: 215px; }
  .flight-path { display: none; }
  .finder-wrap { width: calc(100% - 28px); margin-top: 0; padding: 70px 0 75px; gap: 25px; }
  .finder-intro { padding-top: 0; }
  .finder-intro h2, .offer h2 { font-size: 40px; }
  .finder-intro > p:last-child { font-size: 15px; }
  .funnel-card { padding: 20px 17px 23px; border-radius: 20px; min-height: 520px; }
  .funnel-content h3 { font-size: 25px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice { min-height: 78px; }
  .age-grid { grid-template-columns: repeat(5, 1fr); }
  .age-group { padding: 10px 8px; }
  .offer { padding: 75px 20px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: auto; }
  .benefit-grid article:nth-child(2) { transform: none; }
  .benefit-grid h3 { margin-top: 25px; }
  footer { padding: 34px 20px; align-items: flex-start; gap: 25px; flex-direction: column; }
  .footer-links { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
