@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap');
:root{--ink:#071426;--muted:#64748b;--blue:#2563eb;--cyan:#38bdf8;--line:#dbe7f5;--panel:rgba(255,255,255,.78)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#f7fbff;overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 15% 10%,rgba(56,189,248,.22),transparent 28%),radial-gradient(circle at 85% 5%,rgba(37,99,235,.16),transparent 30%),linear-gradient(#fff,#f4f9ff)}
body:after{content:"";position:fixed;inset:0;z-index:-1;opacity:.35;background-image:linear-gradient(rgba(37,99,235,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.08) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,#000,transparent 72%)}
a{text-decoration:none;color:inherit}.wrap{width:min(1160px,92%);margin:auto}
nav{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:12px;align-items:center;font-family:Manrope;font-size:20px;font-weight:800}.mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,var(--blue),var(--cyan));box-shadow:0 12px 28px rgba(37,99,235,.28);position:relative}.mark:before,.mark:after{content:"";position:absolute;background:white;border-radius:3px;transform:rotate(-35deg)}.mark:before{width:8px;height:23px;left:12px;top:8px}.mark:after{width:8px;height:14px;right:10px;top:8px}
.links{display:flex;align-items:center;gap:28px;color:#475569;font-size:14px;font-weight:600}.nav-cta{padding:11px 17px;border:1px solid #cbdcf0;border-radius:12px;background:rgba(255,255,255,.72)}
.hero{min-height:680px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:58px;padding:70px 0 95px}.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid #cfe2f8;border-radius:999px;background:rgba(255,255,255,.75);font-size:12px;font-weight:700;color:#1d4ed8}.dot{width:7px;height:7px;background:#22c55e;border-radius:50%;box-shadow:0 0 0 5px rgba(34,197,94,.12)}
h1{font-family:Manrope;font-size:clamp(48px,6vw,76px);line-height:1.02;letter-spacing:-4px;margin:24px 0 22px}.gradient{background:linear-gradient(90deg,#2563eb,#0ea5e9);-webkit-background-clip:text;color:transparent}.lead{font-size:18px;line-height:1.75;color:var(--muted);max-width:650px}.actions{display:flex;gap:14px;margin-top:34px;flex-wrap:wrap}.btn{border:0;border-radius:14px;padding:15px 22px;font:700 14px Inter;cursor:pointer;transition:.25s}.btn-primary{background:linear-gradient(135deg,#1d4ed8,#0ea5e9);color:#fff;box-shadow:0 16px 35px rgba(37,99,235,.28)}.btn-primary:hover{transform:translateY(-2px)}.btn-secondary{background:rgba(255,255,255,.8);border:1px solid #d5e3f2}.trust{margin-top:28px;display:flex;gap:20px;flex-wrap:wrap;color:#64748b;font-size:13px}.trust span:before{content:"✓";color:#16a34a;font-weight:800;margin-right:7px}
.product{padding:28px;border-radius:28px;background:var(--panel);border:1px solid rgba(202,220,240,.9);box-shadow:0 32px 90px rgba(30,64,175,.16);backdrop-filter:blur(18px);position:relative}.product:before{content:"";position:absolute;inset:-1px;border-radius:28px;background:linear-gradient(140deg,rgba(255,255,255,.8),transparent 45%);pointer-events:none}.product-head{display:flex;justify-content:space-between;align-items:center}.icon{width:58px;height:58px;border-radius:18px;background:linear-gradient(145deg,#0f172a,#1e40af);display:grid;place-items:center;color:#fff;font-size:24px;box-shadow:0 16px 30px rgba(15,23,42,.22)}.badge{font-size:11px;font-weight:800;letter-spacing:.08em;color:#1d4ed8;background:#e8f1ff;padding:8px 10px;border-radius:999px}.product h2{font-family:Manrope;font-size:30px;margin:28px 0 8px}.product p{color:var(--muted);line-height:1.65}.price{font:800 40px Manrope;margin:22px 0}.price small{font:500 13px Inter;color:#64748b}.checks{display:grid;gap:13px;padding:0;margin:22px 0 28px;list-style:none}.checks li{font-size:14px;color:#334155}.checks li:before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;margin-right:10px;border-radius:50%;background:#dcfce7;color:#15803d;font-weight:900}
.section{padding:90px 0}.section-title{text-align:center;max-width:700px;margin:0 auto 46px}.section-title h2{font:800 42px/1.1 Manrope;letter-spacing:-2px;margin:0 0 15px}.section-title p{color:var(--muted);line-height:1.7}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature{padding:28px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.72)}.feature b{font:700 17px Manrope}.feature p{color:var(--muted);font-size:14px;line-height:1.7}
.cta{margin:25px auto 90px;padding:48px;border-radius:28px;background:#08172d;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:0 35px 80px rgba(7,20,38,.2)}.cta h2{font:800 34px Manrope;margin:0 0 10px}.cta p{color:#a8bdd8;margin:0}
footer{border-top:1px solid var(--line);padding:32px 0 45px;color:#64748b;font-size:13px}.footer-row{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-links{display:flex;gap:20px;flex-wrap:wrap}
.legal{max-width:850px;margin:70px auto 110px;padding:45px;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 20px 55px rgba(30,64,175,.08)}.legal h1{font-size:46px;letter-spacing:-2px}.legal h2{font:700 20px Manrope;margin-top:30px}.legal p,.legal li{color:#52657a;line-height:1.8;font-size:15px}
.notice{display:none;margin-top:15px;padding:12px 14px;border-radius:10px;background:#eff6ff;color:#1d4ed8;font-size:13px}
@media(max-width:850px){.links a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr;padding-top:35px}.grid{grid-template-columns:1fr}.cta{align-items:flex-start;flex-direction:column}h1{letter-spacing:-2.5px}.product{max-width:560px}.legal{padding:28px;margin-top:35px}}
