:root{
  --paper:#F1EADD;
  --ink:#161232;
  --indigo:#4A3CE8;
  --indigo-dark:#3A2FCC;
  --green:#3AC77D;
  --green-dark:#2BA866;
  --orange:#F5933B;
  --text:#1D1A38;
  --muted:#5A5772;
  --mint:#EAF6EF;
  --display:-apple-system,'SF Pro Display','SF Pro Text',system-ui,'Segoe UI',Roboto,'Helvetica Neue',sans-serif;
  --body:-apple-system,'SF Pro Text',system-ui,'Segoe UI',Roboto,'Helvetica Neue',sans-serif;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}
body{margin:0;background:var(--paper);color:var(--text);font-family:var(--body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;}
a{color:var(--indigo);text-decoration:none;}
a:hover{color:var(--indigo-dark);}
img{max-width:100%;}
::selection{background:rgba(58,199,125,0.28);}
h1,h2,h3{font-family:var(--display);margin:0;}
p{margin:0;text-wrap:pretty;}
.wrap{max-width:1200px;margin:0 auto;padding:0 32px;}

/* ---------- nav ---------- */
.nav{position:sticky;top:0;z-index:50;background:rgba(241,234,221,0.78);backdrop-filter:saturate(150%) blur(14px);-webkit-backdrop-filter:saturate(150%) blur(14px);border-bottom:1px solid rgba(29,26,56,0.08);}
.nav-in{max-width:1200px;margin:0 auto;padding:15px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;}
.brand{display:flex;align-items:center;gap:11px;color:var(--text);}
.brand img{width:34px;height:34px;border-radius:9px;box-shadow:0 2px 6px rgba(29,26,56,0.18);}
.brand span{font-family:var(--display);font-weight:800;font-size:19px;letter-spacing:-0.02em;}
.nav-right{display:flex;align-items:center;gap:32px;}
.nav-links{display:flex;align-items:center;gap:28px;font-size:14.5px;font-weight:600;color:#4C4869;}
.nav-links a{color:inherit;}
.badge img{display:block;width:auto;}
.badge-sm img{height:40px;}
.badge-lg img{height:56px;filter:drop-shadow(0 14px 34px rgba(0,0,0,0.35));}

/* ---------- hero ---------- */
.hero{position:relative;background:var(--ink);color:#fff;overflow:hidden;}
.blob{position:absolute;border-radius:50%;pointer-events:none;}
.blob-a{top:-160px;right:-120px;width:560px;height:560px;background:radial-gradient(closest-side,rgba(74,60,232,0.55),transparent 70%);}
.blob-b{bottom:-220px;left:-140px;width:560px;height:560px;background:radial-gradient(closest-side,rgba(58,199,125,0.30),transparent 70%);}
.hero-in{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:70px 32px 96px;display:grid;grid-template-columns:1.08fr 0.92fr;gap:48px;align-items:center;}
.pill{display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.14);color:#CFC9F5;font-size:13px;font-weight:600;padding:7px 14px;border-radius:999px;margin-bottom:26px;}
.dot{width:7px;height:7px;border-radius:4px;background:var(--green);box-shadow:0 0 10px var(--green);}
.hero h1{font-weight:800;font-size:64px;line-height:0.98;letter-spacing:-0.035em;margin-bottom:22px;text-wrap:balance;}
.hero h1 em{color:var(--green);font-style:italic;}
.hero-sub{font-size:18.5px;line-height:1.55;color:#B9B3DF;max-width:460px;margin-bottom:34px;}
.hero-cta{display:flex;align-items:center;gap:18px;flex-wrap:wrap;}
.hero-note{font-size:13.5px;color:#8E88B8;line-height:1.4;}
.hero-phone{position:relative;display:flex;justify-content:center;}
.floaty{width:320px;animation:floaty 7s ease-in-out infinite;}
@keyframes floaty{0%,100%{transform:translateY(0);}50%{transform:translateY(-12px);}}
.shot{position:relative;border:12.5px solid #0B0B12;border-radius:68.8px;overflow:hidden;background:#0B0B12;box-shadow:0 30px 70px rgba(0,0,0,0.45);width:320px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;line-height:0;}
.shot img{width:100%;height:auto;display:block;}
.shot-ph{font-size:12.5px;line-height:1.5;color:rgba(255,255,255,0.42);text-align:center;padding:0 26px;font-family:var(--body);}

/* ---------- trust rail ---------- */
.rail{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,0.10);background:rgba(255,255,255,0.03);}
.rail-in{max-width:1200px;margin:0 auto;padding:20px 32px;display:flex;flex-wrap:wrap;gap:16px 48px;align-items:center;justify-content:space-between;}
.rail-item{display:flex;align-items:center;gap:11px;font-size:14px;font-weight:600;color:#D6D2F0;}
.rail-item svg{flex:0 0 auto;}

/* ---------- features ---------- */
.section-head{max-width:720px;margin-bottom:52px;}
.eyebrow{font-size:13px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;margin-bottom:16px;}
.features{max-width:1200px;margin:0 auto;padding:104px 32px 24px;}
.features h2{font-weight:800;font-size:44px;line-height:1.04;letter-spacing:-0.03em;text-wrap:balance;}
.bento{display:grid;grid-template-columns:repeat(12,1fr);gap:18px;}
.card{grid-column:span 3;}
.card-4{grid-column:span 4;}
.card{background:#fff;border:1px solid rgba(29,26,56,0.07);border-radius:26px;padding:28px 26px;box-shadow:0 12px 34px rgba(29,26,56,0.05);min-height:0;display:flex;flex-direction:column;}
.card.tall{min-height:246px;}
.card h3{font-weight:700;font-size:20px;letter-spacing:-0.01em;margin-bottom:10px;}
.card p{font-size:15px;line-height:1.55;color:var(--muted);}
.ico{width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;flex:0 0 auto;}
.card-wide{grid-column:span 6;border-radius:26px;padding:32px 30px;position:relative;overflow:hidden;min-height:0;display:flex;flex-direction:column;justify-content:space-between;}
.card-indigo{background:var(--indigo);color:#fff;}
.card-indigo h3{font-weight:700;font-size:24px;letter-spacing:-0.02em;margin-bottom:10px;}
.card-indigo p{font-size:15.5px;line-height:1.55;color:rgba(255,255,255,0.86);max-width:340px;}
.card-indigo .ico{width:50px;height:50px;border-radius:15px;background:rgba(255,255,255,0.16);margin-bottom:18px;}
.vc{width:100%;box-sizing:border-box;margin-top:auto;padding:16px 16px 18px;border-radius:22px;background:rgba(11,7,54,0.28);border:1px solid rgba(255,255,255,0.16);}
.vc-row{display:flex;align-items:center;gap:12px;margin-bottom:14px;}
.vc-pin{width:34px;height:34px;border-radius:10px;background:var(--green);display:flex;align-items:center;justify-content:center;flex:0 0 auto;}
.vc-txt{display:flex;flex-direction:column;gap:2px;min-width:0;}
.vc-txt b{font-family:var(--display);font-size:15.5px;font-weight:700;letter-spacing:-0.01em;color:#fff;}
.vc-txt small{font-size:12.5px;color:rgba(255,255,255,0.66);}
.vc-tick{width:24px;height:24px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;flex:0 0 auto;margin-left:auto;}
.vc-btn{padding:13px;border-radius:14px;background:var(--green);color:#FFF;font-family:var(--display);font-weight:700;font-size:15px;letter-spacing:-0.01em;text-align:center;}
.card-dark{background:#16201C;color:#fff;min-height:250px;flex-direction:column;align-items:stretch;gap:26px;justify-content:flex-start;}
.card-dark h3{font-weight:700;font-size:22px;letter-spacing:-0.02em;margin-bottom:10px;}
.card-dark p{font-size:15.5px;line-height:1.55;color:rgba(255,255,255,0.8);}
.watch{position:relative;flex:0 0 auto;width:78px;height:92px;border-radius:22px;background:#0B0B0B;box-shadow:0 0 0 2px #2c2c2e;display:flex;align-items:center;justify-content:center;}
.watch-face{width:60px;height:74px;border-radius:16px;background:#101a17;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;}
.watch-face b{font-family:var(--display);font-size:19px;font-weight:800;color:var(--green);line-height:1;}
.watch-face small{font-size:7px;color:#8FA79B;}
.dial{position:relative;flex:0 0 auto;width:100px;height:100px;border-radius:50%;background:conic-gradient(var(--green) 0 76%,rgba(255,255,255,0.13) 76% 100%);display:flex;align-items:center;justify-content:center;}
.dial::after{content:"";position:absolute;inset:12px;border-radius:50%;background:#16201C;}
.dial-in{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:3px;}
.dial-in b{font-family:var(--display);font-size:22px;font-weight:800;color:var(--green);line-height:1;}
.dial-in small{font-size:8px;letter-spacing:0.09em;color:#8FA79B;}
.fg{width:100%;box-sizing:border-box;margin-top:auto;padding:24px 26px 22px;border-radius:26px;background:rgba(255,255,255,0.055);border:1px solid rgba(255,255,255,0.11);}
.fg-head{display:flex;align-items:center;gap:8px;margin-bottom:8px;}
.fg-spark{display:flex;flex:0 0 auto;}
.fg-eye{font-size:12.5px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:#8CC7C2;}
.fg-top{display:flex;align-items:center;gap:12px;}
.fg-num{font-family:var(--display);font-size:64px;font-weight:800;line-height:0.95;letter-spacing:-0.04em;color:#fff;}
.fg-pill{margin-left:auto;display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:#5BE08D;background:rgba(58,199,125,0.16);padding:7px 13px;border-radius:999px;white-space:nowrap;}
.fg-pill i{width:7px;height:7px;border-radius:50%;background:#3AC77D;flex:0 0 auto;}
.fg-sub{font-size:14.5px;line-height:1.45;color:rgba(255,255,255,0.6);margin-top:8px;}
.fg-bar{position:relative;display:flex;height:12px;border-radius:999px;background:rgba(255,255,255,0.09);overflow:hidden;margin-top:18px;}
.fg-done{background:#8CC7C2;}
.fg-proj{background:rgba(140,199,194,0.42);}
.fg-target{position:absolute;top:-3px;bottom:-3px;width:2.5px;border-radius:2px;background:#fff;box-shadow:0 0 0 2.5px rgba(22,32,28,0.85);}
.fg-keys{display:flex;flex-wrap:wrap;gap:6px 16px;margin-top:12px;font-size:12.5px;color:rgba(255,255,255,0.6);}
.fg-keys span{display:flex;align-items:center;}
.fg-keys i{width:9px;height:9px;border-radius:3px;margin-right:7px;flex:0 0 auto;}
.fg-k1{background:#8CC7C2;}
.fg-k2{background:rgba(140,199,194,0.42);}
.fg-kt{margin-left:auto;color:rgba(255,255,255,0.5);}
.fg+.fg{margin-top:16px;}
.fg-of{margin-left:10px;font-family:var(--display);font-size:22px;font-weight:500;color:rgba(255,255,255,0.5);letter-spacing:-0.01em;align-self:flex-end;}
.fg-pill.bad{color:#FF8A8A;background:rgba(255,99,99,0.16);}
.fg-pill.bad i{background:#FF6363;}
.fg-togo{background:rgba(255,255,255,0.13);}
.fg-k3{background:rgba(255,255,255,0.22);}
.fg-rule{height:1px;background:rgba(255,255,255,0.11);margin:18px 0 14px;}
.fg-foot{font-size:14px;line-height:1.45;color:rgba(255,255,255,0.6);}

/* ---------- how ---------- */
.how{margin-top:100px;background:var(--mint);border-top:1px solid rgba(43,168,102,0.14);border-bottom:1px solid rgba(43,168,102,0.14);padding:92px 0 100px;}
.how h2{font-weight:800;font-size:44px;line-height:1.04;letter-spacing:-0.03em;color:#123021;text-wrap:balance;}
.how .section-head{max-width:640px;margin-bottom:60px;}
.steps-wrap{position:relative;}
.connector{position:absolute;top:130px;left:12%;right:12%;height:2px;background:repeating-linear-gradient(90deg,#8FD3AF 0 10px,transparent 10px 20px);z-index:0;}
.steps{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:44px;align-items:start;}
.step{display:flex;flex-direction:column;align-items:center;text-align:center;}
.step .shot{width:230px;border-width:9px;border-radius:49.5px;box-shadow:0 22px 50px rgba(18,48,33,0.18),0 0 0 1px rgba(18,48,33,0.14);}
.step .shot-ph{color:rgba(255,255,255,0.45);}
.num{width:48px;height:48px;border-radius:50%;color:#fff;font-family:var(--display);font-weight:800;font-size:20px;display:flex;align-items:center;justify-content:center;margin:22px 0 16px;}
.num-1{background:var(--indigo);box-shadow:0 8px 20px rgba(74,60,232,0.35),0 0 0 6px var(--mint);}
.num-2{background:var(--green);box-shadow:0 8px 20px rgba(58,199,125,0.4),0 0 0 6px var(--mint);}
.num-3{background:var(--orange);box-shadow:0 8px 20px rgba(245,147,59,0.4),0 0 0 6px var(--mint);}
.step h3{font-weight:700;font-size:19px;color:#123021;margin-bottom:8px;}
.step p{font-size:14.5px;line-height:1.55;color:#4B6355;max-width:270px;}

/* ---------- faq ---------- */
.faq{max-width:1200px;margin:0 auto;padding:100px 32px 40px;display:grid;grid-template-columns:0.9fr 1.5fr;gap:56px;align-items:start;}
.faq-head{position:sticky;top:100px;}
.faq-head h2{font-weight:800;font-size:40px;letter-spacing:-0.03em;line-height:1.03;margin-bottom:12px;}
.faq-head p{font-size:15.5px;line-height:1.55;color:var(--muted);}
.faq-list{display:flex;flex-direction:column;gap:14px;}
.qa{background:#fff;border:1px solid rgba(29,26,56,0.07);border-radius:18px;padding:24px 26px;}
.qa h3{font-weight:700;font-size:17px;margin-bottom:8px;}
.qa p{max-width:64ch;}
.qa p{font-size:15px;line-height:1.55;color:var(--muted);}

/* ---------- final cta ---------- */
.cta{max-width:1200px;margin:40px auto 0;padding:0 32px 96px;}
.cta-box{position:relative;overflow:hidden;border-radius:34px;background:var(--ink);padding:72px 40px;text-align:center;}
.cta-box .blob-a{top:-80px;left:-40px;right:auto;width:340px;height:340px;background:radial-gradient(closest-side,rgba(74,60,232,0.5),transparent 70%);}
.cta-box .blob-b{bottom:-120px;right:-40px;left:auto;width:360px;height:360px;background:radial-gradient(closest-side,rgba(58,199,125,0.32),transparent 70%);}
.cta-in{position:relative;z-index:1;}
.cta-in img.icon{width:66px;height:66px;border-radius:17px;box-shadow:0 10px 26px rgba(0,0,0,0.35);margin-bottom:24px;}
.cta-in h2{font-weight:800;font-size:46px;line-height:1.02;letter-spacing:-0.03em;color:#fff;margin-bottom:16px;text-wrap:balance;}
.cta-in p{font-size:18px;line-height:1.5;color:#B9B3DF;max-width:480px;margin:0 auto 34px;}
.cta-in .badge{display:flex;width:max-content;margin:0 auto;}

/* ---------- footer ---------- */
.foot{border-top:1px solid rgba(29,26,56,0.09);}
.foot-in{max-width:1200px;margin:0 auto;padding:36px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;}
.foot-in .brand img{width:30px;height:30px;border-radius:8px;}
.foot-in .brand span{font-size:16px;letter-spacing:-0.01em;}
.foot-links{display:flex;gap:26px;font-size:14px;color:#8A8799;}
.foot-links a{color:inherit;}
.copy{font-size:13px;color:#A8A6B5;}

/* ---------- legal page ---------- */
.legal{max-width:760px;margin:0 auto;padding:64px 32px 96px;}
.legal h1{font-weight:800;font-size:46px;line-height:1.03;letter-spacing:-0.035em;margin-bottom:14px;}
.legal .updated{font-size:15px;color:#8A8799;margin-bottom:34px;}
.legal .lede{font-size:18px;line-height:1.6;color:#3D3A55;margin-bottom:28px;}
.legal .tldr{background:var(--mint);border:1px solid rgba(43,168,102,0.22);border-radius:18px;padding:24px 26px;margin-bottom:44px;}
.legal .tldr p{font-size:16px;line-height:1.6;color:#123021;font-weight:600;}
.legal section{margin-bottom:38px;}
.legal section:last-child{margin-bottom:0;}
.legal h2{font-weight:700;font-size:24px;letter-spacing:-0.02em;margin-bottom:12px;}
.legal p,.legal li{font-size:16.5px;line-height:1.65;color:#3D3A55;}
.legal ul{margin:14px 0;padding-left:22px;}
.legal li{margin-bottom:6px;}
.legal a{text-decoration:underline;}
.back{font-size:14.5px;font-weight:600;color:#4C4869;}

/* ---------- responsive ---------- */
@media (max-width:1000px){
  .hero-in{grid-template-columns:1fr;gap:56px;padding:56px 32px 80px;}
  .hero h1{font-size:52px;}
  .bento{grid-template-columns:repeat(6,1fr);}
  .card,.card-4{grid-column:span 3;}
  .card-wide{grid-column:span 6;}
  .connector{display:none;}
  .steps{grid-template-columns:1fr;gap:56px;justify-items:center;}
  .faq{grid-template-columns:1fr;gap:32px;}
  .faq-head{position:static;}
}
@media (max-width:680px){
  .wrap,.nav-in,.hero-in,.rail-in,.features,.faq,.cta,.foot-in,.legal{padding-left:20px;padding-right:20px;}
  .nav-links{display:none;}
  .nav-right{gap:0;}
  .hero h1{font-size:40px;}
  .hero-sub{font-size:17px;}
  .floaty{width:100%;max-width:300px;animation:none;}
  .shot{width:100%;max-width:300px;box-sizing:border-box;}
  .features{padding-top:72px;}
  .features h2,.how h2{font-size:32px;}
  .bento{grid-template-columns:1fr;}
  .card,.card-4,.card-wide{grid-column:span 1;}
  .card-indigo .ico{margin-bottom:32px;}
  .card-dark{flex-direction:column;align-items:flex-start;}
  .how{padding:64px 0 72px;margin-top:72px;}
  .cta-box{padding:52px 24px;}
  .cta-in h2{font-size:32px;}
  .faq-head h2{font-size:30px;}
  .legal h1{font-size:34px;}
  .foot-in{flex-direction:column;align-items:flex-start;gap:18px;}
}
@media (prefers-reduced-motion:reduce){
  .floaty{animation:none;}
  html{scroll-behavior:auto;}
}

}