:root{color-scheme:dark;--bg: #0b1118;--panel: #111a25;--panel-2: #0e1620;--fg: #e7eef7;--muted: rgba(231, 238, 247, .72);--muted-2: rgba(231, 238, 247, .55);--accent: #5cc8ff;--warn: #ff8c6b;--good: #6bdc9a;--border: rgba(255, 255, 255, .08)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.55;background:radial-gradient(1200px 600px at 50% -10%,rgba(92,200,255,.12),transparent 60%),var(--bg);color:var(--fg);min-height:100dvh}.container{max-width:980px;margin:0 auto;padding:2rem 1.25rem}.hero{text-align:center;padding-top:1rem}.logo{width:144px;height:144px;object-fit:contain;margin-bottom:1.25rem;filter:drop-shadow(0 8px 32px rgba(92,200,255,.25))}h1{margin:0 0 .5rem;font-size:clamp(2rem,5.5vw,3rem);letter-spacing:-.02em}.tagline{margin:.5rem auto 0;color:var(--muted);font-size:1.1rem;max-width:36rem}.badge{display:inline-block;margin-top:1.25rem;padding:.4rem .9rem;border:1px solid rgba(92,200,255,.4);border-radius:999px;color:var(--accent);font-size:.85rem;font-weight:500}section{margin-top:4rem}section>h2{font-size:clamp(1.5rem,3.5vw,2rem);letter-spacing:-.01em;margin:0 0 .5rem}section>.lede{color:var(--muted);max-width:44rem;margin:0 0 2rem;font-size:1.05rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.9rem}@media (min-width: 720px){.grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.card{background:linear-gradient(180deg,var(--panel) 0%,var(--panel-2) 100%);border:1px solid var(--border);border-radius:14px;padding:1.25rem 1rem 1.1rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.6rem}.card .badge-icon{position:relative;width:86px;height:86px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 30% 25%,#ffffff14,#ffffff05);border:1px solid var(--border)}.card .badge-icon svg{width:52px;height:52px}.card.no .badge-icon{color:var(--muted)}.card.no .badge-icon:after{content:"";position:absolute;inset:6px;border-radius:50%;border:3px solid var(--warn);opacity:.85}.card.no .badge-icon:before{content:"";position:absolute;top:50%;left:6px;right:6px;height:3px;background:var(--warn);transform:rotate(-45deg);transform-origin:center;opacity:.85;border-radius:2px}.card.yes .badge-icon{color:var(--good);border-color:#6bdc9a59}.card.yes .check{position:absolute;right:-4px;bottom:-4px;width:28px;height:28px;border-radius:50%;background:var(--good);color:#082014;display:grid;place-items:center;font-weight:800;font-size:.95rem;box-shadow:0 4px 12px #6bdc9a59}.card h3{margin:.25rem 0 0;font-size:.98rem;letter-spacing:-.01em;line-height:1.25}.card p{margin:0;color:var(--muted);font-size:.85rem;line-height:1.4}.card .card-link{margin-top:auto;padding-top:.6rem;color:var(--accent);font-size:.82rem;font-weight:600;text-decoration:none;letter-spacing:.01em}.card .card-link:hover{text-decoration:underline}.card .card-link:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.what-works-wrap{background:linear-gradient(180deg,#6bdc9a14,#6bdc9a05);border:1px solid rgba(107,220,154,.22);border-radius:16px;padding:1.75rem 1.25rem}.what-works-wrap h2{margin-top:0}.card .but{margin-top:.35rem;padding-top:.55rem;border-top:1px dashed rgba(255,140,107,.35);color:#ff8c6beb;font-size:.78rem;line-height:1.35}.card .but:before{content:"But — ";font-weight:700;letter-spacing:.02em}.feature{margin-top:1.5rem;background:linear-gradient(180deg,#6bdc9a24,#5cc8ff0f);border:1px solid rgba(107,220,154,.45);border-radius:18px;padding:1.75rem 1.5rem;position:relative;overflow:hidden}.feature-head{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.feature-head .badge-icon{position:relative;flex:0 0 auto;width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 30% 25%,#6bdc9a40,#6bdc9a0d);border:1px solid rgba(107,220,154,.5);color:var(--good)}.feature-head .badge-icon svg{width:44px;height:44px}.feature-head .check{position:absolute;right:-4px;bottom:-4px;width:26px;height:26px;border-radius:50%;background:var(--good);color:#082014;display:grid;place-items:center;font-weight:800;font-size:.9rem;box-shadow:0 4px 12px #6bdc9a66}.feature-head h3{margin:0;font-size:clamp(1.5rem,3.5vw,2rem);letter-spacing:-.01em}.feature>p.lead{margin:.5rem 0 1.25rem;color:var(--fg);font-size:1rem;max-width:52rem}.benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-top:.5rem}.benefit{background:#07120c59;border:1px solid rgba(107,220,154,.3);border-radius:12px;padding:.9rem .95rem}.benefit h4{margin:0 0 .35rem;font-size:.92rem;color:var(--good);letter-spacing:-.005em}.benefit h4:before{content:"✓ ";font-weight:800}.benefit p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.4}.feature .catch{margin:1.25rem 0 0;padding:.75rem .9rem;border-radius:10px;background:#ff8c6b14;border:1px solid rgba(255,140,107,.3);color:#ffdcd2f2;font-size:.85rem;line-height:1.45}.feature .catch:before{content:"The catch — ";font-weight:700;color:var(--warn);letter-spacing:.02em}.fit{background:linear-gradient(180deg,#5cc8ff14,#5cc8ff05);border:1px solid rgba(92,200,255,.25);border-radius:16px;padding:1.75rem}.fit h2{margin-top:0}.fit p{color:var(--muted);margin:.5rem 0 0;max-width:44rem}details.sources{margin-top:3rem;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:12px;font-size:.85rem;color:var(--muted-2)}details.sources summary{cursor:pointer;color:var(--muted);font-weight:500;letter-spacing:.02em}details.sources ul{margin:1rem 0 0;padding-left:1.25rem}details.sources li{margin-bottom:.45rem;line-height:1.45}.hero-ctas{display:flex;flex-direction:column;align-items:center;gap:.9rem;margin-top:1.5rem}.hero-cta-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.hero-cta-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.95rem 1.7rem;background:var(--accent);color:#0b1118;font-weight:700;font-size:1.05rem;border-radius:12px;text-decoration:none;line-height:1;box-shadow:0 8px 24px #5cc8ff40}.hero-cta-primary:hover{filter:brightness(1.05)}.hero-cta-primary:focus-visible{outline:2px solid var(--fg);outline-offset:2px}.hero-cta-secondary{display:inline-flex;align-items:center;gap:.4rem;padding:.95rem 1.25rem;background:transparent;color:var(--fg);font-weight:500;font-size:.98rem;border-radius:12px;border:1px solid var(--border);text-decoration:none;line-height:1}.hero-cta-secondary:hover{background:#ffffff0f;border-color:#ffffff2e}.hero-cta-secondary:focus-visible{outline:2px solid var(--fg);outline-offset:2px}.hero-cta-microcopy{margin:0;font-size:.9rem;color:var(--muted-2)}@media (max-width: 480px){.hero-cta-row{flex-direction:column;align-items:stretch;width:100%;max-width:22rem}.hero-cta-primary,.hero-cta-secondary{justify-content:center}}.closing-cta{margin-top:3.5rem;padding:2rem 1.5rem;background:linear-gradient(180deg,#5cc8ff1f,#5cc8ff05);border:1px solid rgba(92,200,255,.35);border-radius:16px;text-align:center}.closing-cta h2{margin:0;font-size:clamp(1.4rem,3vw,1.85rem);letter-spacing:-.01em}.closing-cta p.lede{margin:.5rem auto 0;color:var(--muted);max-width:36rem}.closing-cta .hero-ctas{margin-top:1.25rem}
