
:root{
  --navy:#071a3a;
  --blue:#1677ff;
  --cyan:#26b9ff;
  --mint:#29e6a1;
  --green:#14b86e;
  --ink:#0b1730;
  --muted:#62708a;
  --bg:#f7fbff;
  --card:#ffffff;
  --line:#e4ebf4;
  --shadow:0 24px 70px rgba(11,35,75,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);line-height:1.6}
a{text-decoration:none;color:inherit}
.container{width:min(1120px,calc(100% - 40px));margin:auto}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:21px;letter-spacing:-.5px}
.brand-logo{width:42px;height:42px;object-fit:contain;display:block}
.navlinks{display:flex;gap:28px;color:#52627b;font-size:14px;font-weight:600}
.navlinks a:hover{color:var(--ink)}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:13px;padding:12px 18px;font-weight:750;font-size:14px;transition:.2s ease}
.btn-primary{background:var(--ink);color:white;box-shadow:0 10px 24px rgba(7,26,58,.16)}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(7,26,58,.22)}
.btn-soft{background:#eaf3ff;color:#0d5bd7}
.hero{padding:72px 0 80px;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;width:600px;height:600px;right:-260px;top:-220px;background:radial-gradient(circle,rgba(38,185,255,.22),transparent 68%);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}
.eyebrow{display:inline-flex;gap:8px;align-items:center;background:#e8fff6;color:#087c55;border:1px solid #c7f6e3;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;margin-bottom:20px}
.dot{width:7px;height:7px;border-radius:50%;background:var(--mint)}
h1{font-size:clamp(44px,6vw,72px);line-height:1.02;letter-spacing:-3.8px;margin:0 0 22px;max-width:700px}
.gradient{background:linear-gradient(100deg,#0b5cff,#16a9ff 42%,#1edb9c);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy{font-size:19px;color:var(--muted);max-width:620px;margin:0 0 30px}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:25px;color:#718097;font-size:12px;font-weight:650}
.trust span{display:flex;gap:7px;align-items:center}
.check{color:#0ca56d}
.dashboard{background:linear-gradient(145deg,#071a3a,#0c315f);border-radius:28px;padding:18px;box-shadow:var(--shadow);transform:rotate(1deg)}
.screen{background:#f7fbff;border-radius:20px;padding:18px}
.screen-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}
.screen-title{font-size:14px;font-weight:800}
.pill{font-size:10px;background:#e5fff5;color:#087c55;padding:5px 8px;border-radius:99px;font-weight:800}
.balance{background:linear-gradient(135deg,#0a5cff,#0f9fe9);color:white;border-radius:18px;padding:19px;margin-bottom:12px}
.balance small{opacity:.75;font-size:10px}.balance strong{display:block;font-size:29px;letter-spacing:-1px;margin:3px 0}
.balance em{font-style:normal;font-size:10px;opacity:.8}
.stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}
.stat{background:white;border:1px solid var(--line);border-radius:15px;padding:13px}
.stat small{display:block;color:#78869b;font-size:9px}.stat b{font-size:17px}
.chart{background:white;border:1px solid var(--line);border-radius:15px;padding:14px;height:140px}
.chart-head{display:flex;justify-content:space-between;font-size:10px;font-weight:800}
.bars{height:88px;display:flex;align-items:end;gap:9px;padding:12px 4px 0}
.bar{flex:1;border-radius:5px 5px 2px 2px;background:linear-gradient(#22d99b,#1388ff)}
.bar:nth-child(1){height:34%}.bar:nth-child(2){height:55%}.bar:nth-child(3){height:42%}.bar:nth-child(4){height:76%}.bar:nth-child(5){height:62%}.bar:nth-child(6){height:91%}.bar:nth-child(7){height:70%}
section{padding:92px 0}
.section-head{text-align:center;max-width:680px;margin:0 auto 46px}
.kicker{text-transform:uppercase;letter-spacing:1.6px;font-size:11px;font-weight:850;color:#0c9c6a}
h2{font-size:42px;line-height:1.1;letter-spacing:-1.8px;margin:8px 0 13px}
.section-head p{color:var(--muted);font-size:17px}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:27px;box-shadow:0 10px 35px rgba(11,35,75,.045)}
.icon{width:44px;height:44px;border-radius:14px;background:#edf6ff;display:grid;place-items:center;margin-bottom:18px;color:#1268dc}
.feature h3{margin:0 0 7px;font-size:18px}.feature p{margin:0;color:var(--muted);font-size:14px}
.security{background:#071a3a;color:white}
.security .section-head p{color:#aab8cc}
.security-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.sec{padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.045)}
.sec h3{margin:0 0 7px;font-size:16px}.sec p{margin:0;color:#aab8cc;font-size:13px}
.cta{padding:92px 0}
.cta-box{background:linear-gradient(120deg,#0b5cff,#12a8e9 50%,#18d69b);border-radius:28px;padding:55px;color:white;display:flex;justify-content:space-between;align-items:center;gap:30px}
.cta-box h2{margin:0 0 10px}.cta-box p{margin:0;opacity:.85;max-width:560px}
.cta-box .btn{background:white;color:#071a3a}
footer{border-top:1px solid var(--line);padding:28px 0;color:#728097;font-size:12px}
.footer-row{display:flex;justify-content:space-between;gap:20px;align-items:center}.footer-links{display:flex;gap:20px}.footer-links a:hover{color:var(--ink)}
.legal{padding:70px 0}.legal article{max-width:800px;margin:auto;background:white;border:1px solid var(--line);border-radius:24px;padding:40px;box-shadow:0 10px 35px rgba(11,35,75,.05)}.legal h1{font-size:44px;letter-spacing:-2px}.legal h2{font-size:25px;margin-top:34px}.legal p,.legal li{color:#58677f}
@media(max-width:820px){
 .navlinks{display:none}.hero{padding-top:45px}.hero-grid{grid-template-columns:1fr;gap:40px}.dashboard{transform:none}
 .features,.security-grid{grid-template-columns:1fr}.cta-box{display:block}.cta-box .btn{margin-top:22px}
 h2{font-size:34px}.hero-copy{font-size:17px}section{padding:70px 0}.footer-row{align-items:flex-start;flex-direction:column}
}
