:root {
  --ink: #10233d;
  --muted: #66758a;
  --bg: #f5f8fc;
  --panel: #ffffff;
  --navy: #10233d;
  --blue: #275be8;
  --blue-dark: #173a9b;
  --sky: #e7efff;
  --lime: #d8ff68;
  --coral: #ff5f57;
  --line: rgba(16, 35, 61, .12);
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  scroll-behavior: smooth;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.03; letter-spacing: -.045em; }
h1 { max-width: 820px; margin-bottom: 22px; font-size: clamp(3rem, 7vw, 6.8rem); }
h2 { margin-bottom: 18px; font-size: clamp(2.1rem, 4.4vw, 4.3rem); }
h3 { font-size: 1.45rem; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { max-width: 840px; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 10px 15px; color: #fff; background: var(--blue); border-radius: 10px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(245,248,252,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: -.03em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 14px 14px 8px 14px; box-shadow: inset -7px -7px 0 rgba(216,255,104,.22); }
.brand-mark span { transform: skew(-8deg); font-size: 1.25rem; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: .96rem; }
.brand-copy small { margin-top: 5px; color: var(--blue); font-size: .63rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 3px; }
.nav-link { padding: 10px 14px; color: var(--muted); border-radius: 999px; font-size: .9rem; font-weight: 720; }
.nav-link:hover, .nav-link.active { color: var(--navy); background: #fff; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 4px; background: #fff; border: 1px solid var(--line); border-radius: 13px; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 17px; height: 2px; background: var(--navy); border-radius: 3px; }
.mobile-menu nav { position: absolute; right: 0; top: 50px; width: 225px; display: grid; padding: 9px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 24px 60px rgba(16,35,61,.18); }
.mobile-menu nav a { padding: 12px; border-radius: 10px; font-weight: 750; }
.mobile-menu nav a:hover { background: var(--sky); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 23px; color: #10233d; background: var(--lime); border: 1px solid #b9df48; border-radius: 14px; font-weight: 880; box-shadow: 0 12px 28px rgba(73,104,0,.18); transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(73,104,0,.24); }
.button-small { min-height: 40px; padding-inline: 15px; color: #fff; background: var(--coral); border-color: #e74a43; border-radius: 12px; box-shadow: none; font-size: .82rem; }
.button-dark { color: #fff; background: var(--navy); border-color: var(--navy); box-shadow: none; }
.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 84% 14%, rgba(216,255,104,.18), transparent 24%), linear-gradient(130deg, #0e2039 0%, #173a9b 62%, #275be8 100%); }
.hero::before { content: ""; position: absolute; width: 570px; height: 570px; right: -180px; bottom: -350px; border: 100px solid rgba(255,255,255,.06); border-radius: 50%; }
.hero-grid { position: relative; min-height: calc(100svh - 74px); display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); align-items: center; gap: 70px; padding-block: 64px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--blue); font-size: .74rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow { color: var(--lime); }
.de-pill { min-width: 31px; height: 23px; display: inline-grid; place-items: center; color: #fff; background: var(--coral); border-radius: 7px; font-size: .65rem; letter-spacing: .08em; }
.hero .lead { max-width: 680px; margin-bottom: 28px; color: #d7e1f2; font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.text-link-light { color: #fff; font-weight: 800; }
.age-note { margin: 16px 0 0; color: #aebdd4; font-size: .82rem; }
.age-note strong { color: var(--lime); }
.hero-art { position: relative; min-height: 430px; display: grid; place-items: center; }
.reel-card { width: min(390px, 100%); padding: 24px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); border-radius: 32px; box-shadow: 0 35px 80px rgba(4,15,34,.34); backdrop-filter: blur(12px); transform: rotate(3deg); }
.reel-top { display: flex; justify-content: space-between; color: #c7d5ea; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.reels { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 24px 0; }
.reel { min-height: 130px; display: grid; place-items: center; color: var(--navy); background: #fff; border-radius: 18px; font-size: 2.5rem; font-weight: 950; }
.reel:nth-child(2) { color: #fff; background: var(--coral); }
.reel-card strong { display: block; color: var(--lime); font-size: 1.55rem; }
.float-chip { position: absolute; width: 82px; height: 82px; display: grid; place-items: center; color: var(--navy); background: var(--lime); border: 9px dashed rgba(16,35,61,.25); border-radius: 50%; font-size: 1.25rem; font-weight: 950; box-shadow: 0 18px 45px rgba(0,0,0,.2); }
.chip-one { left: -8px; top: 46px; transform: rotate(-13deg); }
.chip-two { right: -4px; bottom: 40px; color: #fff; background: var(--coral); transform: rotate(11deg); }
.trust-bar { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 86px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; }
.trust-item { display: flex; align-items: center; gap: 12px; padding: 15px 24px; border-right: 1px solid var(--line); font-weight: 800; }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.trust-icon { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; color: var(--blue); background: var(--sky); border-radius: 11px; }
.section { padding: 104px 0; }
.section-tint { background: var(--sky); }
.section-dark { color: #fff; background: var(--navy); }
.section-dark .eyebrow { color: var(--lime); }
.section-intro { max-width: 760px; margin-bottom: 44px; color: var(--muted); font-size: 1.13rem; }
.section-dark .section-intro { color: #afbdd1; }
.content-grid, .steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.content-card, .step-card { min-height: 245px; padding: 28px; background: var(--panel); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 16px 44px rgba(16,35,61,.06); }
.section-dark .content-card { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.14); box-shadow: none; }
.card-number { color: var(--blue); font: 900 .74rem/1 ui-monospace, monospace; }
.section-dark .card-number { color: var(--lime); }
.content-card h3, .step-card h3 { margin: 48px 0 13px; }
.content-card p, .step-card p { margin: 0; color: var(--muted); }
.section-dark .content-card p { color: #afbdd1; }
.step-card { position: relative; min-height: 220px; overflow: hidden; }
.step-card::after { content: attr(data-step); position: absolute; right: 14px; bottom: -26px; color: rgba(39,91,232,.08); font-size: 8rem; font-weight: 950; line-height: 1; }
.faq-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 22px; padding: 23px 0; cursor: pointer; font-weight: 820; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--blue); font-size: 1.4rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 670px; padding: 0 42px 22px 0; color: var(--muted); }
.cta-band { padding: 76px 0; color: #fff; background: linear-gradient(115deg, var(--blue-dark), var(--blue) 70%, #4b7dff); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band .eyebrow { color: var(--lime); }
.cta-band h2 { max-width: 750px; margin: 0; }
.inner-hero { position: relative; overflow: hidden; padding: 105px 0 88px; background: linear-gradient(135deg, var(--sky), #fff 68%); border-bottom: 1px solid var(--line); }
.inner-hero::after { content: ""; position: absolute; width: 440px; height: 440px; right: -100px; top: -180px; background: radial-gradient(circle, rgba(39,91,232,.18), transparent 68%); }
.inner-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.inner-hero .lead { max-width: 660px; color: var(--muted); font-size: 1.13rem; }
.mini-panel { min-height: 270px; display: flex; flex-direction: column; justify-content: end; padding: 32px; color: #fff; background: linear-gradient(145deg, var(--blue), var(--navy)); border-radius: 28px; box-shadow: 0 28px 65px rgba(16,35,61,.22); transform: rotate(2deg); }
.mini-panel span { color: var(--lime); font-weight: 850; }
.mini-panel strong { margin: 12px 0 6px; font-size: clamp(2.4rem,5vw,4.8rem); line-height: .9; letter-spacing: -.06em; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.check-list { border-top: 1px solid var(--line); }
.check-list div { display: flex; gap: 15px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.check-list span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--blue); border-radius: 50%; font-size: .75rem; }
.check-list p { margin: 0; font-weight: 700; }
.prose { max-width: 850px; }
.prose h2 { margin-top: 48px; font-size: clamp(2rem,3.6vw,3.1rem); }
.prose p, .prose li { color: var(--muted); font-size: 1.05rem; }
.prose li { margin-bottom: 10px; }
.site-footer { padding: 66px 0 28px; background: #eaf0f8; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 55px; }
.footer-note { max-width: 530px; margin-top: 18px; color: var(--muted); font-size: .9rem; }
.footer-links { display: grid; grid-template-columns: repeat(2,minmax(145px,1fr)); gap: 9px 25px; align-content: start; color: var(--muted); font-size: .9rem; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 28px; margin-top: 46px; padding-top: 22px; color: #738094; border-top: 1px solid var(--line); font-size: .8rem; }
@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero-grid, .inner-hero-grid, .split, .faq-wrap { grid-template-columns: 1fr; gap: 42px; }
  .hero-grid { padding-block: 58px; }
  .hero-art { min-height: 320px; }
  .reel-card { width: min(360px,85%); }
  .content-grid, .steps { grid-template-columns: 1fr; }
  .content-card, .step-card { min-height: 0; }
  .content-card h3, .step-card h3 { margin-top: 28px; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); padding-inline: 0; }
  .trust-item:last-child { border-bottom: 0; }
}
@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 66px; gap: 7px; }
  .brand-mark { width: 36px; height: 36px; border-radius: 12px 12px 7px 12px; }
  .brand-copy strong { font-size: .78rem; }
  .brand-copy small { font-size: .54rem; }
  .header-actions { gap: 6px; }
  .button-small { min-height: 38px; padding-inline: 10px; font-size: .7rem; }
  .mobile-menu summary { width: 38px; height: 38px; }
  h1 { font-size: clamp(2.65rem,12.5vw,4rem); }
  h2 { font-size: clamp(2rem,9vw,3rem); }
  .hero-grid { min-height: calc(100svh - 66px); align-content: start; gap: 20px; padding-block: 38px 28px; }
  .hero .lead { margin-bottom: 20px; font-size: .96rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .text-link-light { text-align: center; }
  .hero-art { min-height: 225px; }
  .reel-card { width: 245px; padding: 16px; border-radius: 22px; transform: rotate(2deg); }
  .reels { gap: 7px; margin: 15px 0; }
  .reel { min-height: 74px; border-radius: 12px; font-size: 1.6rem; }
  .reel-card strong { font-size: 1rem; }
  .float-chip { width: 55px; height: 55px; border-width: 6px; font-size: .85rem; }
  .chip-one { left: 3px; top: 12px; }
  .chip-two { right: 4px; bottom: 3px; }
  .section { padding-block: 72px; }
  .section-intro { margin-bottom: 28px; font-size: 1rem; }
  .content-card, .step-card { padding: 23px; border-radius: 19px; }
  .faq-wrap { gap: 24px; }
  .faq-list summary { font-size: .94rem; }
  .faq-list p { padding-right: 8px; font-size: .93rem; }
  .cta-band { padding-block: 56px; }
  .cta-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .cta-inner .button { width: 100%; }
  .inner-hero { padding-block: 65px; }
  .inner-hero .button { width: 100%; }
  .mini-panel { min-height: 200px; padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
