:root {
  --ink: #0f172a;
  --muted: #536077;
  --line: #dbe3ef;
  --surface: #ffffff;
  --soft: #f4f7fb;
  --brand: #2359d7;
  --brand-dark: #173b91;
  --accent: #13a37f;
  --warm: #f2b84b;
  --shadow: 0 22px 60px rgba(15, 23, 42, .10);
  --radius: 22px;
}
*{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(--surface);line-height:1.55}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}.topbar{background:#0b1731;color:#dfe9ff;text-align:center;padding:9px 16px;font-size:.86rem}.topbar a{text-decoration:underline}.nav{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(219,227,239,.85)}.nav-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:11px;font-weight:800;letter-spacing:-.03em;font-size:1.15rem}.brand-mark{width:35px;height:35px;border-radius:10px;background:linear-gradient(145deg,var(--brand),#5a7df0);position:relative;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2)}.brand-mark:before,.brand-mark:after{content:"";position:absolute;border-radius:4px;background:white}.brand-mark:before{width:16px;height:6px;left:9px;top:9px}.brand-mark:after{width:16px;height:11px;left:9px;top:18px;opacity:.82}.nav-links{display:flex;align-items:center;gap:24px;color:#364258;font-size:.94rem}.nav-links a:hover{color:var(--brand)}.nav-actions{display:flex;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:11px 18px;font-weight:750;font-size:.92rem;border:1px solid transparent;transition:.18s ease;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--brand);color:white;box-shadow:0 10px 24px rgba(35,89,215,.22)}.btn-primary:hover{background:var(--brand-dark)}.btn-secondary{border-color:#cbd5e1;background:white}.btn-dark{background:#0f172a;color:white}.hero{padding:86px 0 64px;background:radial-gradient(circle at 75% 10%,rgba(35,89,215,.12),transparent 32%),linear-gradient(#fff,#f7f9fd)}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:58px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--brand-dark);font-weight:800;text-transform:uppercase;letter-spacing:.11em;font-size:.76rem}.eyebrow:before{content:"";width:24px;height:2px;background:var(--brand)}h1{font-size:clamp(2.75rem,6vw,5.35rem);line-height:.96;letter-spacing:-.065em;margin:18px 0 24px;max-width:760px}.hero p{font-size:1.14rem;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.trust-row{display:flex;gap:20px;flex-wrap:wrap;margin-top:32px;color:#475569;font-size:.88rem}.trust-row span{display:flex;align-items:center;gap:7px}.dot{width:8px;height:8px;border-radius:50%;background:var(--accent)}.product-shell{background:#0d1830;border-radius:28px;padding:13px;box-shadow:var(--shadow);transform:rotate(.7deg)}.window{background:#f6f8fc;border-radius:18px;overflow:hidden}.window-bar{height:45px;background:white;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;padding:0 15px;gap:7px}.window-bar i{width:9px;height:9px;border-radius:50%;background:#cbd5e1}.mock{display:grid;grid-template-columns:128px 1fr;min-height:420px}.sidebar{background:#14213e;padding:22px 14px;color:#b9c5df}.mini-logo{width:36px;height:8px;background:#6487e9;border-radius:9px;margin-bottom:28px}.side-line{height:8px;border-radius:7px;background:rgba(255,255,255,.13);margin:14px 0}.side-line.active{background:#5479df;width:78%}.dash{padding:26px;background:#f5f7fb}.dash-title{height:15px;width:160px;border-radius:8px;background:#1e293b;margin-bottom:20px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.metric{background:white;border:1px solid #e3e8f1;border-radius:14px;padding:16px}.metric b{display:block;font-size:1.3rem;margin-top:5px}.metric small{color:#64748b}.chart{height:128px;background:white;border:1px solid #e3e8f1;border-radius:14px;margin-top:14px;padding:16px;display:flex;align-items:flex-end;gap:8px}.bar{flex:1;background:#d7e1fa;border-radius:6px 6px 2px 2px}.bar:nth-child(2n){background:#88a5ed}.list{margin-top:14px;background:white;border:1px solid #e3e8f1;border-radius:14px;padding:12px}.row{height:30px;border-bottom:1px solid #edf1f6;display:flex;align-items:center;gap:10px}.row:last-child{border-bottom:0}.avatar{width:18px;height:18px;border-radius:50%;background:#d9e3f9}.rowline{height:6px;background:#e3e8f1;border-radius:10px;flex:1}.section{padding:88px 0}.section.soft{background:var(--soft)}.section.dark{background:#0c1730;color:white}.section-head{max-width:750px;margin-bottom:40px}.kicker{font-weight:800;color:var(--brand);text-transform:uppercase;letter-spacing:.1em;font-size:.74rem}.section.dark .kicker{color:#8eacf7}.section h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.06;letter-spacing:-.045em;margin:10px 0 14px}.section-head p{color:var(--muted);font-size:1.05rem}.section.dark .section-head p{color:#bec9dc}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 8px 30px rgba(15,23,42,.035)}.card .icon{width:42px;height:42px;border-radius:12px;background:#e8efff;color:var(--brand);display:grid;place-items:center;font-weight:900;margin-bottom:18px}.card h3{margin:0 0 9px;font-size:1.08rem}.card p{margin:0;color:var(--muted);font-size:.94rem}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.feature-item{display:flex;gap:12px;padding:17px;border:1px solid var(--line);background:white;border-radius:15px}.check{width:24px;height:24px;flex:0 0 24px;border-radius:50%;background:#dcf7ef;color:#08755a;display:grid;place-items:center;font-weight:900;font-size:.8rem}.feature-item b{display:block;margin-bottom:3px}.feature-item span{color:var(--muted);font-size:.9rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.statbox{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.stat{background:white;border-radius:18px;border:1px solid var(--line);padding:24px}.stat strong{display:block;font-size:1.6rem;letter-spacing:-.04em}.stat span{color:var(--muted);font-size:.88rem}.security-panel{background:#121f3d;border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:28px}.security-panel ul{list-style:none;padding:0;margin:0}.security-panel li{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.1);display:flex;gap:10px;color:#dce6f7}.security-panel li:last-child{border-bottom:0}.cta{padding:32px;border-radius:28px;background:linear-gradient(135deg,#1d4fd1,#173a8e);color:white;display:flex;align-items:center;justify-content:space-between;gap:28px}.cta h2{font-size:2rem;margin:0 0 8px}.cta p{margin:0;color:#d9e4ff}.footer{padding:54px 0 26px;background:#071122;color:#c3cde0}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:32px}.footer h4{color:white;margin:0 0 14px}.footer a{display:block;margin:8px 0;color:#aebbd2;font-size:.9rem}.footer a:hover{color:white}.footer-note{margin-top:36px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:20px;font-size:.82rem;color:#8390a8}.page-hero{padding:74px 0 54px;background:linear-gradient(180deg,#f6f9ff,#fff)}.page-hero h1{font-size:clamp(2.5rem,5vw,4.4rem);max-width:900px}.page-hero p{font-size:1.1rem;color:var(--muted);max-width:760px}.prose{max-width:850px}.prose h2{font-size:1.65rem;margin-top:38px}.prose h3{margin-top:28px}.prose p,.prose li{color:#475569}.notice{padding:16px 18px;border-radius:14px;background:#fff7df;border:1px solid #f2d48b;color:#684b09}.pricing-card{max-width:680px;padding:34px;border:1px solid var(--line);border-radius:26px;background:white;box-shadow:var(--shadow)}.pricing-card h2{margin-top:0}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px}.contact-box{background:var(--soft);border-radius:24px;padding:28px}.contact-box a{color:var(--brand);font-weight:700}.form{display:grid;gap:14px}.field label{display:block;font-weight:700;font-size:.9rem;margin-bottom:6px}.field input,.field textarea,.field select{width:100%;border:1px solid #cbd5e1;border-radius:12px;padding:12px 13px;background:white}.field textarea{min-height:130px;resize:vertical}.fine{font-size:.82rem;color:#64748b}.mobile-toggle{display:none;border:0;background:transparent;font-size:1.5rem}.mobile-menu{display:none}.badge{display:inline-flex;border:1px solid #d7e2fb;background:#eef4ff;color:#244caa;padding:5px 9px;border-radius:999px;font-size:.76rem;font-weight:800}.logo-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:32px}.logo-pill{border:1px solid var(--line);border-radius:14px;padding:15px;text-align:center;font-weight:800;color:#5b667a;background:white}.faq{display:grid;gap:10px}.faq details{border:1px solid var(--line);border-radius:14px;padding:15px 18px;background:white}.faq summary{cursor:pointer;font-weight:750}.faq p{color:var(--muted)}
@media(max-width:900px){.nav-links,.nav-actions{display:none}.mobile-toggle{display:block}.mobile-menu.open{display:grid;padding:0 20px 18px;gap:10px}.mobile-menu a{padding:8px 0}.hero-grid,.split,.contact-grid{grid-template-columns:1fr}.hero{padding-top:58px}.product-shell{max-width:650px}.grid3{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.cta{align-items:flex-start;flex-direction:column}.mock{min-height:360px}}
@media(max-width:620px){.wrap{width:min(100% - 28px,1160px)}.topbar{font-size:.77rem}.nav-inner{height:66px}.hero{padding:48px 0}.hero h1{font-size:3rem}.grid3,.feature-list,.metrics,.statbox,.footer-grid,.logo-strip{grid-template-columns:1fr}.mock{grid-template-columns:92px 1fr}.section{padding:66px 0}.footer-note{flex-direction:column}.product-shell{transform:none}.dash{padding:16px}.sidebar{padding:16px 10px}}
