* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--navy); font-family: var(--font-body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
button, a { touch-action: manipulation; }
a { color: inherit; }
.shell { width: min(100% - 40px, 680px); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 12px 16px; background: var(--white); color: var(--navy); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }

.site-header { position: relative; z-index: 20; background: var(--navy); color: var(--white); }
.header-inner { min-height: 76px; width: min(100% - 32px, 720px); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; position: relative; }
.brand { display: block; width: 142px; padding: 10px 0; }
.brand img { width: 100%; }
.menu-toggle { width: 48px; height: 48px; border: 0; padding: 12px; display: grid; align-content: center; gap: 5px; background: transparent; color: inherit; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: currentColor; border-radius: 4px; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.menu-mobile { position: absolute; inset: 76px 0 auto; display: none; padding: 12px 20px 20px; background: var(--navy); box-shadow: 0 18px 28px rgba(8,19,45,.24); }
.menu-mobile.is-open { display: grid; }
.menu-mobile a { min-height: 48px; display: flex; align-items: center; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.12); }
.campaign { padding: 9px 18px; background: var(--teal); color: #062A26; font-family: var(--font-head); font-size: .72rem; line-height: 1.35; text-align: center; }
.campaign strong { display: block; }

.section { padding: 64px 0; }
.section-dark { color: var(--white); background: var(--navy); }
.section-light { background: var(--white); }
.section-paper { background: var(--off-white); }
.section-blue { background: #EDF7F8; }
.eyebrow { margin: 0 0 12px; color: #176D63; font-family: var(--font-head); font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.eyebrow-warm { display: inline-block; padding: 5px 10px; background: rgba(242,201,76,.16); color: var(--yellow); border-radius: 999px; }
h1, h2, h3 { margin: 0; font-family: var(--font-head); letter-spacing: -.025em; }
h1 { font-size: clamp(2rem, 9vw, 3.2rem); line-height: 1.13; }
h1 em { color: var(--teal); font-style: normal; }
h2 { font-size: clamp(1.72rem, 7vw, 2.65rem); line-height: 1.18; }
h3 { font-size: 1.08rem; line-height: 1.28; }
p { margin: 16px 0 0; }
.lead { color: #D4DCE9; font-size: 1rem; line-height: 1.65; }

.hero { padding-top: 42px; overflow: hidden; }
.hero-copy { padding-bottom: 32px; }
.hero-image { width: min(100%, 680px); margin: 0 auto; position: relative; aspect-ratio: 16 / 11; overflow: hidden; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--navy) 0%, transparent 24%, transparent 78%, var(--navy) 100%); pointer-events: none; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.hero-bottom { padding: 22px 0 28px; }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 0 0 24px; padding: 0; list-style: none; text-align: center; }
.trust-row li { display: grid; justify-items: center; align-content: start; gap: 7px; }
.trust-icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--teal); border-radius: 50%; color: var(--teal); font: 700 .7rem var(--font-head); }
.trust-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.trust-row b { color: #D4DCE9; font-size: .62rem; line-height: 1.35; }
.button { width: 100%; min-height: 58px; border: 0; border-radius: var(--r-btn); display: flex; align-items: center; justify-content: center; padding: 14px 18px; font: 700 .87rem/1.25 var(--font-head); text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #13A331; color: var(--white); box-shadow: 0 10px 24px rgba(19,163,49,.22); }
.microcopy { margin: 13px auto 0; max-width: 390px; color: #D4DCE9; font-size: .72rem; text-align: center; }
.scroll-cue { width: 44px; height: 44px; margin: 7px auto -12px; display: grid; place-items: center; color: var(--white); font-size: 1.8rem; text-decoration: none; }
.scroll-cue svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.check-list { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #EAF7EE; color: #17823A; font-size: .75rem; font-weight: 700; }
.insight-box { margin-top: 32px; padding: 22px; border: 1px solid #C9E8D1; border-radius: 14px; background: #F0FAF2; color: #214831; font-size: .86rem; }

.comparison-card { margin-top: 24px; padding: 22px 20px; border: 1px solid; border-radius: 14px; background: rgba(255,255,255,.65); }
.comparison-card h3 { margin-bottom: 18px; text-align: center; text-transform: uppercase; font-size: .82rem; }
.comparison-card ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.comparison-card li { position: relative; padding-left: 30px; font-size: .88rem; }
.comparison-card li::before { position: absolute; left: 0; top: 0; width: 20px; height: 20px; display: grid; place-items: center; border: 1.5px solid currentColor; border-radius: 50%; font-size: .68rem; }
.comparison-bad { border-color: #F2A6A0; color: #7F2220; }
.comparison-bad li::before { content: "×"; }
.comparison-good { border-color: #99CDA8; color: #195F31; }
.comparison-good li::before { content: "✓"; }
.section-closing { margin: 30px auto 0; max-width: 440px; text-align: center; font-family: var(--font-head); }
.section-closing strong { color: #17823A; }

.journey-grid { display: grid; gap: 16px; margin-top: 28px; }
.journey-card { min-height: 138px; padding: 20px; display: grid; grid-template-columns: 62px 1fr; gap: 16px; align-items: center; border: 1px solid; border-radius: 14px; background: var(--white); }
.journey-symbol { width: 58px; height: 58px; display: grid; place-items: center; border: 2px solid; border-radius: 50%; font: 700 1.45rem var(--font-head); }
.journey-card h3 span { display: inline-block; margin-left: 6px; font-size: .72rem; }
.journey-card p { margin-top: 7px; color: var(--txt-secondary); font-size: .78rem; line-height: 1.55; }
.journey-kids { border-color: #E8C55E; background: #FFFBEC; color: #7B5900; }
.journey-teen { border-color: #F4A093; background: #FFF3F0; color: #9C2C20; }
.journey-family { border-color: #8ACFC5; background: #EEF9F7; color: #176D63; }

.g3a-grid { display: grid; gap: 14px; margin-top: 26px; }
.method-card { min-height: 126px; padding: 19px; display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: center; border: 1px solid var(--border); border-radius: 14px; background: var(--surface-soft); }
.method-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; font: 700 .78rem var(--font-head); }
.method-card p { margin-top: 7px; color: var(--txt-secondary); font-size: .78rem; line-height: 1.55; }
.method-gain .method-icon { background: #DFF7F3; color: #0D7469; }
.method-save .method-icon { background: #FFF6D8; color: #846200; }
.method-spend .method-icon { background: #FFF0EC; color: #B23C2D; }
.method-help .method-icon { background: #E8ECF4; color: var(--navy); }

.app-section { background: linear-gradient(180deg, #F8F8F6 0%, var(--white) 100%); }
.phone-frame { width: min(80%, 360px); margin: 30px auto 0; padding: 8px; border: 5px solid #101A2F; border-radius: 40px; background: #101A2F; box-shadow: 0 24px 48px rgba(13,27,61,.18); overflow: hidden; }
.phone-frame img { width: 100%; border-radius: 29px; }
.app-disclaimer { color: var(--txt-secondary); font-size: .75rem; font-weight: 600; text-align: center; }
.included { padding: 48px 0; border-radius: 0; }
.included h2 { color: var(--white); }
.check-list-dark li { color: #DCE5F0; }
.check-list-dark li::before { background: transparent; color: var(--teal); border: 1px solid var(--teal); }

.bonus-list { display: grid; gap: 24px; margin-top: 30px; }
.bonus-list article { display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: start; }
.bonus-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1.5px solid #17823A; border-radius: 12px; color: #17823A; font: 700 .68rem var(--font-head); }
.bonus-list p { margin-top: 6px; color: var(--txt-secondary); font-size: .8rem; }
.evidence-placeholder { margin-top: 24px; padding: 26px; border: 1px dashed #93A1B6; border-radius: 14px; background: rgba(255,255,255,.55); }
.evidence-placeholder p { margin: 0; }
.evidence-placeholder small { display: block; margin-top: 10px; color: var(--txt-secondary); }

.offer-section { padding: 30px 0 56px; background: var(--white); }
.offer-card { padding: 30px 22px; color: var(--white); background: var(--navy); border-radius: 22px; box-shadow: 0 22px 50px rgba(13,27,61,.2); text-align: center; }
.offer-kicker { margin: 0 0 16px; color: var(--yellow); font: 700 .72rem var(--font-head); letter-spacing: .04em; text-transform: uppercase; }
.offer-card h2 { font-size: 1.5rem; }
.offer-intro { margin: 14px auto 0; max-width: 500px; color: #D4DCE9; font-size: .82rem; }
.annual-value { margin: 24px 0 0; padding: 20px; display: grid; gap: 4px; border: 1px solid rgba(242,201,76,.42); border-radius: 16px; background: rgba(242,201,76,.08); }
.annual-value span { color: var(--yellow); font: 700 .68rem var(--font-head); letter-spacing: .06em; text-transform: uppercase; }
.annual-value b { color: var(--white); font-size: .82rem; }
.annual-value strong { margin-top: 3px; color: #D4DCE9; font: 700 2.15rem/1 var(--font-head); text-decoration: line-through; text-decoration-color: var(--coral); text-decoration-thickness: 3px; }
.bonus-stack { margin-top: 16px; padding: 20px 18px; color: var(--navy); background: var(--white); border-radius: 16px; text-align: left; }
.bonus-stack > p { margin: 0 0 14px; font: 700 .76rem var(--font-head); text-align: center; text-transform: uppercase; }
.bonus-stack ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.bonus-stack li { min-height: 43px; padding: 9px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--border); font-size: .75rem; }
.bonus-stack li:last-child { border-bottom: 0; }
.bonus-stack li span { position: relative; padding-left: 21px; }
.bonus-stack li span::before { content: "✓"; position: absolute; left: 0; color: #17823A; font-weight: 700; }
.bonus-stack li b { flex: 0 0 auto; color: var(--txt-secondary); font-size: .72rem; text-decoration: line-through; }
.price { margin: 28px 0; display: grid; justify-items: center; }
.price span { font-size: .78rem; }
.price strong { color: #43CF52; font: 700 clamp(3.1rem, 16vw, 4.8rem)/1 var(--font-head); letter-spacing: -.06em; }
.price small { margin-top: 7px; color: #D4DCE9; }
.enrollment-free { padding: 16px 0; display: grid; border-block: 1px solid rgba(255,255,255,.18); }
.enrollment-free b { color: var(--white); text-transform: uppercase; }
.enrollment-free span { color: #D4DCE9; font-size: .78rem; }
.today-label { margin: 22px auto -14px; max-width: 410px; color: var(--yellow); font: 700 .78rem/1.45 var(--font-head); }
.button-offer { margin-top: 22px; color: var(--white); background: #24B238; }
.checkout-note { margin: 10px 0 0; color: #D4DCE9; font-size: .68rem; }
.checkout-note.is-visible { color: var(--yellow); }
.offer-trust { display: grid; gap: 7px; margin: 18px 0 0; padding: 0; list-style: none; color: #D4DCE9; font-size: .76rem; }
.offer-trust li::before { content: "✓"; margin-right: 7px; color: var(--teal); }
.guarantee { width: 190px; margin: 30px auto 0; display: grid; justify-items: center; }
.guarantee > span { color: var(--yellow); font: 700 .64rem var(--font-head); letter-spacing: .1em; text-transform: uppercase; }
.guarantee > strong { width: 108px; height: 108px; margin-top: 7px; display: grid; place-items: center; border: 3px double var(--yellow); border-radius: 50%; color: var(--white); font: 700 3.4rem var(--font-head); }
.guarantee > b { margin-top: -34px; color: var(--yellow); font-size: .72rem; text-transform: uppercase; }
.guarantee p { margin-top: 34px; color: #D4DCE9; font-size: .66rem; line-height: 1.5; }
.availability { color: #17823A; font-size: .76rem; font-weight: 700; text-align: center; }

.faq-list { margin-top: 28px; border-top: 1px solid var(--border); }
.faq-list article { border-bottom: 1px solid var(--border); }
.faq-list h3 { margin: 0; }
.faq-list button { width: 100%; min-height: 62px; border: 0; padding: 16px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--navy); background: transparent; font: 600 .92rem/1.4 var(--font-body); text-align: left; cursor: pointer; }
.faq-list button span { font-size: 1.4rem; }
.faq-answer { padding: 0 0 20px; color: var(--txt-secondary); }
.faq-answer p { margin: 0; }

.site-footer { padding: 34px 0; color: var(--white); background: var(--bg-footer); }
.footer-inner { display: grid; gap: 20px; text-align: center; justify-items: center; }
.footer-inner img { width: 150px; }
.footer-inner p { margin: 0; color: #D4DCE9; font-size: .74rem; }
.footer-inner strong { max-width: 310px; font-size: .82rem; }

@media (min-width: 720px) {
  .shell { width: min(100% - 64px, 760px); }
  .header-inner { width: min(100% - 64px, 960px); }
  .menu-toggle { display: none; }
  .menu-mobile { position: static; padding: 0; display: flex; gap: 24px; box-shadow: none; }
  .menu-mobile a { min-height: 44px; border: 0; font-size: .78rem; }
  .campaign strong { display: inline; margin-left: 10px; }
  .hero { padding-top: 64px; }
  .hero-image { aspect-ratio: 16 / 9; border-radius: 24px; }
  .hero-image::after { border-radius: 24px; }
  .trust-row b { font-size: .72rem; }
  .journey-grid, .g3a-grid { grid-template-columns: 1fr 1fr; }
  .journey-family { grid-column: 1 / -1; }
  .offer-card { padding: 50px; }
  .footer-inner { width: min(100% - 64px, 980px); grid-template-columns: 180px 1fr 1fr; text-align: left; justify-items: start; align-items: center; }
}

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