
:root{
  --bg:#070a12; --panel:#0b1220; --card:#0e1730; --text:#eef2ff; --muted:#b9c5e8;
  --line:rgba(255,255,255,.10); --shadow: 0 18px 70px rgba(0,0,0,.45); --radius: 22px;
  --brand1:#7cdbff; --brand2:#8b5cf6; --brand3:#22c55e;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0; font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(900px 520px at 12% 10%, rgba(124,219,255,.14), transparent 60%),
    radial-gradient(900px 520px at 86% 8%, rgba(139,92,246,.12), transparent 62%),
    radial-gradient(900px 520px at 50% 100%, rgba(34,197,94,.06), transparent 55%),
    var(--bg);
}
a{color:inherit; text-decoration:none}
.container{width:min(1160px, 92vw); margin:0 auto}
.topbar{position:sticky; top:0; z-index:50; background: rgba(7,10,18,.72); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line);}
.topbar__inner{display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:14px;}
.brand{display:flex; align-items:center; gap:12px; min-width:240px}
.brand__mark{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg, rgba(124,219,255,.28), rgba(139,92,246,.22));border:1px solid var(--line);box-shadow:0 10px 30px rgba(0,0,0,.35);font-weight:900;}
.brand__text{display:flex;flex-direction:column;line-height:1.1}
.brand__name{font-weight:900;letter-spacing:.2px}
.brand__sub{color:rgba(238,242,255,.74);font-size:.9rem;margin-top:3px}
.nav{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:flex-end}
.nav a{color:rgba(238,242,255,.78);font-weight:700}
.nav__cta{padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.05);}
.navbtn{display:none;width:44px;height:44px;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,.04);cursor:pointer}
.navbtn span{display:block;height:2px;margin:6px 10px;background:rgba(238,242,255,.80)}
.mobileNav{border-top:1px solid var(--line);padding:10px 0 16px}
.mobileNav a{display:block;padding:12px 0;color:rgba(238,242,255,.85);font-weight:700}
.hero{padding:44px 0 14px;position:relative;overflow:hidden}
.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:center}
.hero__bg{position:absolute;inset:-20%;background:radial-gradient(650px 350px at 18% 25%, rgba(124,219,255,.12), transparent 60%),radial-gradient(650px 350px at 74% 18%, rgba(139,92,246,.11), transparent 62%);filter:blur(30px);pointer-events:none}
.pill{display:inline-block;padding:8px 12px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.04);color:rgba(238,242,255,.86);font-weight:800;margin:0 0 12px}
h1{font-size:clamp(2.2rem, 3.3vw, 3.4rem);line-height:1.02;margin:0 0 12px}
.grad{background:linear-gradient(90deg, var(--brand1), var(--brand2));-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{color:rgba(238,242,255,.78);font-size:1.06rem;line-height:1.7;margin:0 0 18px}
.ctaRow{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,.05);font-weight:900;transition:transform .15s ease,border-color .15s ease,background .15s ease}
.btn:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.22)}
.btn.primary{background:linear-gradient(135deg, rgba(124,219,255,.22), rgba(139,92,246,.22))}
.btn.ghost{background:rgba(255,255,255,.03)}
.btn.subtle{background:transparent}
.btn.small{padding:10px 12px;border-radius:12px;font-size:.95rem}
.stats{margin-top:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.stat{border:1px solid var(--line);border-radius:var(--radius);padding:12px 14px;background:rgba(255,255,255,.03)}
.stat__k{font-weight:900}
.stat__v{color:rgba(238,242,255,.72);margin-top:5px;font-size:.92rem}
.disclaimer{margin-top:14px;border:1px dashed rgba(255,255,255,.18);border-radius:var(--radius);padding:12px 14px;color:rgba(238,242,255,.70);background:rgba(255,255,255,.02)}
.book{border:1px solid var(--line);border-radius:26px;background:rgba(255,255,255,.03);box-shadow:var(--shadow);overflow:hidden}
.book img{width:100%;aspect-ratio:2/3;object-fit:cover;display:block}
.book__meta{padding:14px 14px 16px}
.book__title{font-weight:950;font-size:1.15rem}
.book__sub{color:rgba(238,242,255,.72);line-height:1.55;margin-top:6px}
.book__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.trustline{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px;color:rgba(238,242,255,.70);font-weight:700;font-size:.92rem}
.quoteCard{margin-top:12px;border:1px solid rgba(255,255,255,.12);border-radius:26px;background:linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.02));padding:18px 18px 16px;position:relative}
.quoteCard__mark{font-size:52px;line-height:1;opacity:.35;position:absolute;top:8px;left:16px}
.quoteCard p{margin:0;padding-left:16px;line-height:1.7;color:rgba(238,242,255,.92)}
.quoteCard__by{margin-top:10px;padding-left:16px;color:rgba(238,242,255,.68)}
.section{padding:34px 0}
.section.alt{background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.00));border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
.sectionHead{max-width:820px}
.sectionHead h2{margin:0 0 8px;font-size:1.95rem}
.sectionHead p{margin:0;color:rgba(238,242,255,.72);line-height:1.65}
.mediaFrame{margin-top:16px;border:1px solid var(--line);border-radius:26px;background:rgba(255,255,255,.03);overflow:hidden;box-shadow:var(--shadow)}
video{width:100%;height:auto;display:block;background:black}
.grid4{margin-top:16px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.grid2{margin-top:16px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.card{border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.03);padding:14px 14px 16px}
.card h3{margin:0 0 8px;font-size:1.1rem}
.card h2{margin:0 0 8px;font-size:1.25rem}
.card p{margin:0;color:rgba(238,242,255,.72);line-height:1.65}
.split{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.panel{border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.02);padding:16px 16px 18px}
.panel h3{margin:0 0 8px}
.panel p{margin:0;color:rgba(238,242,255,.72);line-height:1.7}
.textLink{color:rgba(124,219,255,.95);font-weight:900}
.textLink:hover{color:rgba(238,242,255,.96)}
.ctaBox{margin-top:16px;border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.03);padding:18px;display:flex;justify-content:space-between;align-items:center;gap:16px}
.ctaBox__title{font-weight:950;font-size:1.1rem}
.ctaBox__text{color:rgba(238,242,255,.72);margin-top:6px}
.ctaBox__actions{display:flex;gap:12px;flex-wrap:wrap}
.faq{margin-top:14px;display:grid;gap:10px}
details{border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.03);padding:12px 14px}
summary{cursor:pointer;font-weight:900}
details p{margin:10px 0 0;color:rgba(238,242,255,.72);line-height:1.65}
.bigCTA{margin-top:18px;border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.03);padding:18px;display:flex;justify-content:space-between;align-items:center;gap:16px}
.bigCTA__copy h2{margin:0 0 8px}
.bigCTA__copy p{margin:0;color:rgba(238,242,255,.72);line-height:1.6}
.bigCTA__actions{display:flex;gap:12px;flex-wrap:wrap}
.footer{border-top:1px solid var(--line);padding:18px 0 24px;color:rgba(238,242,255,.78)}
.footer__grid{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;flex-wrap:wrap}
.footer__title{font-weight:950}
.footer__text{margin-top:6px;color:rgba(238,242,255,.66)}
.footer__links{display:flex;gap:14px;flex-wrap:wrap}
.footer__links a{color:rgba(238,242,255,.72)}
.footer__links a:hover{color:var(--text)}
.page{padding:28px 0 44px}
.pageHero{padding:18px 0 6px}
.pageHero h1{margin:0 0 8px}
.pageHero p{margin:0;color:rgba(238,242,255,.72)}
.pageCard{margin-top:12px}
.rule{border:0;height:1px;background:rgba(255,255,255,.10);margin:14px 0}
.article{max-width:900px}
.article__head{padding:12px 0}
.article__cta{margin:18px 0;border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.03);padding:18px;display:flex;justify-content:space-between;align-items:center;gap:16px}
@media (max-width:980px){
  .hero__grid{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr}
  .grid4{grid-template-columns:1fr 1fr}
  .split{grid-template-columns:1fr}
  .bigCTA{flex-direction:column;align-items:flex-start}
  .ctaBox{flex-direction:column;align-items:flex-start}
  .nav{display:none}
  .navbtn{display:inline-block}
}
@media (max-width:560px){
  .grid4{grid-template-columns:1fr}
  .grid2{grid-template-columns:1fr}
  h1{font-size:2.25rem}
}
