:root{
  --bg:#fff; --soft:#DFE9F8; --text:#05162C; --subtle:#3E5168; --muted:#6B7C93;
  --border:rgba(5,22,44,.10); --blue:#0050FF; --navy:#111A2E;
  --green:#16A34A; --amber:#D97706; --red:#DC2626;
  --head:'Space Grotesk',system-ui,sans-serif; --body:'Inter',system-ui,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--body);color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:var(--blue);text-decoration:none} a:hover{text-decoration:underline}
.wrap{max-width:1080px;margin:0 auto;padding:0 24px}
h1,h2,h3{font-family:var(--head);line-height:1.15;letter-spacing:-.01em}

/* nav */
nav{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.85);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}
nav .wrap{display:flex;align-items:center;gap:14px;height:62px}
.logo{font-family:var(--head);font-weight:700;font-size:17px;letter-spacing:.03em;display:flex;align-items:center;gap:8px;text-decoration:none}
.logo:hover{text-decoration:none}
.logo b{color:var(--text)} .logo .l{color:var(--blue)}
.grow{flex:1}
.nav-link{color:var(--subtle);font-weight:500;font-size:14px}
.btn{font-family:var(--body);font-weight:600;font-size:14px;padding:9px 18px;border-radius:10px;display:inline-block;cursor:pointer;border:1px solid transparent}
.btn-primary{background:var(--blue);color:#fff} .btn-primary:hover{text-decoration:none;background:#0042d6}
.btn-ghost{border-color:var(--border);color:var(--text)} .btn-ghost:hover{text-decoration:none;background:var(--soft)}

/* hero */
.hero{background:linear-gradient(180deg,var(--soft),#fff);padding:84px 0 72px}
.hero .wrap{text-align:center}
.eyebrow{font-family:var(--head);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:18px}
.hero h1{font-size:54px;font-weight:700;margin-bottom:20px}
.hero h1 .l{color:var(--blue)}
.hero p{font-size:19px;color:var(--subtle);max-width:640px;margin:0 auto 30px}
.cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.by{margin-top:22px;font-size:13px;color:var(--muted)}

/* sections */
section{padding:72px 0}
.section-head{text-align:center;max-width:680px;margin:0 auto 48px}
.section-head h2{font-size:34px;font-weight:700;margin-bottom:12px}
.section-head p{color:var(--subtle);font-size:17px}

.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:26px;box-shadow:0 6px 20px rgba(5,22,44,.05)}
.card .ic{width:42px;height:42px;border-radius:11px;background:#0050FF14;display:flex;align-items:center;justify-content:center;color:var(--blue);margin-bottom:16px}
.card h3{font-size:18px;font-weight:600;margin-bottom:8px}
.card p{color:var(--subtle);font-size:14.5px}

/* trust + carousel */
.trust{background:var(--soft)}
.trust .wrap{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.trust .wrap>*{min-width:0}
.trust .eyebrow{margin-bottom:14px}
.trust h2{font-size:34px;font-weight:700;margin-bottom:14px}
.trust .lead{color:var(--subtle);font-size:17px;margin-bottom:24px}
.trust ul{list-style:none;display:flex;flex-direction:column;gap:16px}
.trust li{display:flex;gap:13px;align-items:flex-start}
.trust li .ic{width:36px;height:36px;border-radius:9px;background:#0050FF14;color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.trust li b{display:block;font-size:15.5px;margin-bottom:2px}
.trust li p{color:var(--subtle);font-size:14px}

.carousel{position:relative}
.viewport{overflow:hidden;border-radius:20px;box-shadow:0 20px 50px rgba(5,22,44,.16);border:1px solid var(--border)}
.track{display:flex;transition:transform .45s cubic-bezier(.4,0,.2,1)}
.slide{min-width:100%}
.mp{background:#fff;padding:22px 24px}
.mp-head{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--border);padding-bottom:15px;margin-bottom:15px}
.fav{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:var(--head);font-weight:700;color:#fff;font-size:16px;flex-shrink:0}
.fav.stripe{background:#635BFF}
.fav.danger{background:var(--red)}
.mp-dom{font-weight:600;font-size:15px}
.mp-sub{font-size:12px;color:var(--muted)}
.vpill{margin-left:auto;font-size:11px;font-weight:700;padding:5px 12px;border-radius:999px;letter-spacing:.04em;white-space:nowrap}
.vpill.safe{color:var(--green);background:#16A34A15} .vpill.risk{color:var(--red);background:#DC262615}
.bar{margin-bottom:15px}
.mp .bar:last-child{margin-bottom:0}
.bar .lab{display:flex;justify-content:space-between;font-size:13.5px;margin-bottom:6px}
.bar .lab b.ok{color:var(--green)}
.track2{height:8px;border-radius:999px;background:#E2E8F0;overflow:hidden}
.fill{height:100%;border-radius:999px;background:var(--blue)} .fill.g{background:var(--green)}
.fill.w96{width:96%} .fill.w90{width:90%} .fill.w88{width:88%} .fill.w85{width:85%}
.srow{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid var(--border);font-size:14px}
.srow:last-child{border-bottom:none}
.srow .k{color:var(--subtle)} .srow .v{font-weight:600}
.cbtn{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid var(--border);box-shadow:0 4px 14px rgba(5,22,44,.14);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text);z-index:2}
.cbtn:hover{background:var(--soft)}
.cbtn.prev{left:-15px} .cbtn.next{right:-15px}
.dots{display:flex;gap:8px;justify-content:center;margin-top:18px}
.dot{height:8px;width:8px;border-radius:50%;background:#cbd5e1;border:none;cursor:pointer;padding:0;transition:width .3s,background .3s}
.dot.active{background:var(--blue);width:22px;border-radius:999px}

/* emotional connect band */
.connect{background:var(--soft)}
.connect .wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.connect .wrap>*{min-width:0}
.connect h2{font-size:38px;font-weight:700;line-height:1.12;margin-bottom:18px}
.connect .lead{color:var(--subtle);font-size:18px;line-height:1.65;max-width:520px}
.connect .kicker{margin-top:18px;font-family:var(--head);font-weight:600;color:var(--blue);font-size:16.5px}
.connect .viz{display:flex;justify-content:center}
.connect .viz svg{width:100%;max-width:380px;height:auto}

/* kids band */
.kids{background:var(--navy);color:#fff}
.kids .wrap{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.kids h2{font-size:34px;font-weight:700;margin-bottom:14px;color:#fff}
.kids p{color:#A9B6CC;font-size:16px;margin-bottom:18px}
.kids ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.kids li{display:flex;gap:10px;align-items:flex-start;color:#D6DEEC;font-size:15px}
.kids li svg{color:#7FB0FF;flex-shrink:0;margin-top:3px}
.age-card{background:#fff;border-radius:20px;padding:28px;color:var(--text);box-shadow:0 20px 50px rgba(0,0,0,.35)}
.age-row{display:flex;align-items:center;gap:18px;margin-bottom:18px}
.age-badge{width:84px;height:84px;border-radius:18px;background:#D9770618;border:2px solid #D9770655;display:flex;flex-direction:column;align-items:center;justify-content:center}
.age-badge .n{font-family:var(--head);font-weight:700;font-size:30px;color:var(--amber)}
.age-badge .s{font-size:8px;letter-spacing:.12em;color:var(--muted);text-transform:uppercase}
.lights{display:flex;gap:6px;margin-bottom:6px}
.lt{width:13px;height:13px;border-radius:50%;background:#cbd5e1}
.lt.g{background:var(--green)} .lt.a{background:var(--amber)}
.age-row h3{font-size:18px;color:var(--amber)}
.age-note{font-size:13px;color:var(--subtle)}
.matrix{display:flex;flex-direction:column;gap:8px;border-top:1px solid var(--border);padding-top:16px}
.mrow{display:flex;justify-content:space-between;align-items:center;font-size:14px}
.pill{font-size:11px;font-weight:700;padding:2px 10px;border-radius:999px}
.pill.bad{color:var(--red);background:#DC262615} .pill.mid{color:var(--amber);background:#D9770615} .pill.ok{color:var(--green);background:#16A34A15}

/* steps */
.steps{background:var(--soft)}
.steps .grid{grid-template-columns:repeat(3,1fr)}
.step{text-align:center}
.step .num{font-family:var(--head);font-weight:700;font-size:14px;color:#fff;background:var(--blue);width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.step h3{font-size:17px;margin-bottom:6px}
.step p{color:var(--subtle);font-size:14.5px}

/* privacy */
.privacy .wrap{background:#fff;border:1px solid var(--border);border-left:4px solid var(--green);border-radius:16px;padding:30px 32px;max-width:820px}
.privacy h2{font-size:24px;margin-bottom:10px}
.privacy p{color:var(--subtle)}

/* final cta */
.final{text-align:center}
.final h2{font-size:34px;margin-bottom:16px}
.final p{color:var(--subtle);margin-bottom:26px}

footer{border-top:1px solid var(--border);padding:30px 0;color:var(--muted);font-size:13px}
footer .wrap{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
footer .grow{flex:1}
footer .logo{font-size:15px}

/* privacy / legal page */
.legal-hero{background:var(--soft);padding:54px 0 46px}
.legal-hero .wrap{max-width:800px}
.legal-hero h1{font-size:42px;font-weight:700;margin:12px 0 6px}
.legal-hero .updated{font-size:13px;color:var(--muted)}
.legal-summary{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--border);border-left:4px solid var(--green);border-radius:14px;padding:18px 20px;margin-top:24px;box-shadow:0 8px 24px rgba(5,22,44,.06)}
.legal-summary .ic{color:var(--green);flex-shrink:0;margin-top:1px}
.legal-summary p{color:var(--subtle);font-size:15px;line-height:1.6;margin:0}
.legal-summary b{color:var(--text)}

.legal-body{padding:40px 0 72px}
.legal-body .wrap{max-width:800px;display:flex;flex-direction:column;gap:18px}
.lcard{background:#fff;border:1px solid var(--border);border-radius:16px;padding:24px 26px;box-shadow:0 6px 20px rgba(5,22,44,.05)}
.lcard-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.lcard-head .ic{width:38px;height:38px;border-radius:10px;background:#0050FF14;color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.lcard-head .ic.danger{background:rgba(220,38,38,.10);color:var(--red)}
.lcard-head h2{font-size:18px;font-weight:700;margin:0}
.lcard>p{color:var(--subtle);font-size:14.5px;line-height:1.6;margin:0 0 12px}
.lcard>p:last-child{margin-bottom:0}
.lcard code{background:var(--soft);padding:2px 6px;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.86em;color:var(--text)}
.lcard a{font-weight:500}

.mlist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:11px}
.mlist li{display:flex;gap:10px;align-items:flex-start;font-size:14.5px;color:var(--subtle);line-height:1.55}
.mlist li b{color:var(--text)}
.mlist .mk{flex-shrink:0;margin-top:2px;display:flex}
.mlist.ok .mk{color:var(--green)} .mlist.no .mk{color:var(--red)} .mlist.neutral .mk{color:var(--blue)}

.ltablewrap{overflow:hidden;border:1px solid var(--border);border-radius:12px;margin-top:4px}
.ltable{width:100%;border-collapse:collapse;font-size:14px}
.ltable th,.ltable td{text-align:left;padding:11px 14px;border-bottom:1px solid var(--border);vertical-align:top}
.ltable thead th{background:var(--soft);font-family:var(--head);font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:600;white-space:nowrap}
.ltable tbody tr:last-child td{border-bottom:none}
.ltable td{color:var(--subtle)} .ltable td:first-child{color:var(--text);font-weight:600}

@media(max-width:760px){
  .grid,.kids .wrap,.trust .wrap,.connect .wrap{grid-template-columns:1fr}
  .cbtn.prev{left:6px} .cbtn.next{right:6px}
  .hero h1{font-size:38px} .nav-link{display:none}
  .legal-hero h1{font-size:30px} .lcard{padding:20px}
}
