
:root{
  --ink:#0b1220;--ink2:#151e31;--blue:#4969ff;--blue2:#6f82ff;--text:#273244;
  --muted:#6f7888;--line:#e8ebf1;--bg:#f7f8fb;--white:#fff;--green:#46d39a;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{height:74px;border-bottom:1px solid rgba(232,235,241,.9);background:rgba(255,255,255,.92);backdrop-filter:blur(12px);position:sticky;top:0;z-index:20}
.nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:10px;font-weight:780;font-size:20px;letter-spacing:-.02em;color:var(--ink)}
.brand-mark{display:flex;align-items:end;gap:3px;width:24px;height:23px}
.brand-mark i{display:block;width:5px;border-radius:5px;background:var(--blue);transform:rotate(26deg)}
.brand-mark i:nth-child(1){height:11px}.brand-mark i:nth-child(2){height:18px}.brand-mark i:nth-child(3){height:23px}
.nav-links{display:flex;gap:34px;font-size:14px;color:#4c5668}
.nav-links a:hover{color:var(--ink)}
.button{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:13px 19px;font-weight:700;font-size:14px;border:1px solid transparent;transition:.2s ease;cursor:pointer}
.button.small{padding:9px 14px;font-size:13px}
.button.outline{border-color:#d8deea;background:white;color:var(--ink)}
.button.primary{background:var(--ink);color:#fff}
.button.primary:hover{transform:translateY(-1px);background:#16213a}
.button.ghost{color:var(--ink);background:transparent;padding-left:4px}
.hero{padding:92px 0 92px;background:
  radial-gradient(circle at 84% 17%,rgba(73,105,255,.10),transparent 31%),
  radial-gradient(circle at 6% 70%,rgba(73,105,255,.035),transparent 26%),
  linear-gradient(#fff,#fbfcff)}
.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:72px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--blue);font-size:11px;margin-bottom:20px}
.hero h1,.section-heading h2,.cta h2{font-size:54px;line-height:1.04;letter-spacing:-.045em;color:var(--ink);margin:0}
.hero h1 span{color:var(--blue)}
.lead{font-size:19px;color:#5e6879;max-width:620px;margin:25px 0 28px;line-height:1.65}
.hero-actions{display:flex;gap:12px;align-items:center}
.status-pill{font-size:12px;color:#687384;margin-top:23px;display:inline-flex;gap:9px;align-items:center;background:#fff;border:1px solid #ebedf3;border-radius:999px;padding:8px 12px;box-shadow:0 6px 18px rgba(21,31,51,.04)}
.status-pill b{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(70,211,154,.12)}
.product-shell{position:relative;background:#fff;border:1px solid #dfe4ed;border-radius:16px;box-shadow:0 26px 70px rgba(28,38,61,.14);overflow:hidden;transform:perspective(1200px) rotateY(-1.5deg)}
.preview-label{position:absolute;right:14px;top:61px;z-index:4;font-size:7px;letter-spacing:.12em;font-weight:800;color:#8690a0;background:#f5f7fb;border:1px solid #eaedf3;border-radius:99px;padding:4px 7px}
.topbar{height:52px;border-bottom:1px solid #edf0f5;display:grid;grid-template-columns:145px 1fr 34px;gap:12px;align-items:center;padding:0 16px}
.mini-brand{font-size:12px;font-weight:800;color:var(--ink);display:flex;align-items:center;gap:6px}.mini-brand span{width:12px;height:12px;border:3px solid var(--blue);border-radius:4px}
.search{height:28px;background:#f5f7fa;border:1px solid #edf0f4;border-radius:7px;font-size:9px;color:#9aa2af;display:flex;align-items:center;padding:0 10px}
.avatar{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:9px;font-weight:700}
.app-layout{display:grid;grid-template-columns:112px 1fr;min-height:420px}
aside{background:#fbfcfe;border-right:1px solid #eef1f5;padding:18px 10px}
.side{font-size:9px;color:#7a8494;padding:8px 9px;border-radius:6px;margin-bottom:3px}.side.active{background:#eef1ff;color:var(--blue);font-weight:700}
.app-main{padding:18px;background:#fff}
.app-head{display:flex;justify-content:space-between;align-items:flex-end}.app-head small{display:block;color:#9aa2af;font-size:8px}.app-head strong{font-size:14px;color:var(--ink)}
.app-head button{background:var(--blue);border:0;color:#fff;border-radius:6px;font-size:8px;padding:7px 9px}
.context-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:14px 0}
.context-strip>div{border:1px solid #edf0f5;border-radius:8px;padding:10px}.context-strip span,.context-strip b{display:block}.context-strip span{font-size:7px;color:#929baa}.context-strip b{font-size:9px;color:var(--ink);margin-top:3px}
.panels{display:grid;grid-template-columns:1fr 1.18fr;gap:9px}.ui-panel{height:147px;border:1px solid #edf0f5;border-radius:8px;padding:10px;overflow:hidden}.ui-panel h4{margin:0;color:var(--ink);font-size:9px}
.network{position:relative;height:105px}.node{position:absolute;width:19px;height:19px;border-radius:50%;background:#fff;border:5px solid var(--blue);z-index:2;box-shadow:0 2px 5px #ccd3e0}.node.a{left:47%;top:43%;width:24px;height:24px}.node.b{left:13%;top:23%;border-color:#91a0ff}.node.c{right:12%;top:14%;border-color:#91a0ff}.node.d{left:24%;bottom:5%;border-color:#b5bdfc}.node.e{right:22%;bottom:6%;border-color:#b5bdfc}
.line{position:absolute;height:1px;background:#cfd6e5;transform-origin:left center}.l1{width:75px;left:22%;top:37%;transform:rotate(17deg)}.l2{width:68px;left:54%;top:46%;transform:rotate(-27deg)}.l3{width:60px;left:34%;top:77%;transform:rotate(-33deg)}.l4{width:63px;left:55%;top:58%;transform:rotate(29deg)}
.actions{height:147px}.action{display:flex;align-items:center;gap:7px;padding:7px 0;border-bottom:1px solid #f0f2f6}.action:last-child{border:0}.action em{width:23px;height:23px;border-radius:6px;background:#eef1ff;color:var(--blue);display:grid;place-items:center;font-size:7px;font-style:normal;font-weight:800}.action p{margin:0}.action b,.action span{display:block}.action b{font-size:8px;color:var(--ink)}.action span{font-size:6.5px;color:#99a1ae;margin-top:1px}
.timeline{display:grid;grid-template-columns:10px 1fr auto;gap:8px;align-items:center;border:1px solid #edf0f5;border-radius:8px;padding:9px;margin-top:9px}.timeline i{width:7px;height:7px;background:var(--green);border-radius:50%}.timeline p{margin:0}.timeline b,.timeline span{display:block}.timeline b{font-size:8px;color:var(--ink)}.timeline span,.timeline small{font-size:6.5px;color:#9aa2af}.timeline small{font-weight:800;letter-spacing:.08em}
.proof-line{border-top:1px solid #eff1f5;border-bottom:1px solid #eff1f5;background:#fff}
.proof-inner{min-height:64px;display:flex;align-items:center;justify-content:center;gap:22px;color:#798394;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}
.proof-inner i{width:3px;height:3px;border-radius:50%;background:#c4cad4}
.problem,.use-cases{background:var(--bg);padding:105px 0}
.section-heading{max-width:520px}.section-heading.narrow{max-width:810px}.section-heading.center{text-align:center;margin:0 auto 50px;max-width:720px}.section-heading h2{font-size:40px;line-height:1.13}.section-heading p{color:#687384;font-size:17px;line-height:1.7;margin-top:22px}
.three{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:55px}.three article{border-top:1px solid #d9dee7;padding:26px 5px 0}.three article>span{font-size:11px;font-weight:800;color:var(--blue)}h3{color:var(--ink);font-size:19px;letter-spacing:-.02em}.three p,.four p{color:#6b7586;font-size:14px;line-height:1.7}
.product-section{padding:115px 0}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}.feature-list{border-top:1px solid var(--line)}.feature{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:25px 0;border-bottom:1px solid var(--line)}.feature>span{font-weight:800;color:var(--blue);font-size:12px;margin-top:5px}.feature h3,.feature p{margin:0}.feature p{margin-top:6px;color:#6b7586;font-size:14px}
.four{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.four article{background:#fff;border:1px solid #e8ebf1;border-radius:12px;padding:25px;min-height:240px}.four article>span{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:#eef1ff;color:var(--blue);font-size:12px;font-weight:800}
.how{padding:110px 0}.steps{margin-top:50px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.step{padding:25px 28px 0 0;border-right:1px solid var(--line);min-height:180px}.step:last-child{border-right:0;padding-left:28px}.step:not(:first-child){padding-left:28px}.step>span{font-size:12px;color:var(--blue);font-weight:800}.step h3{margin-bottom:6px}.step p{font-size:14px;color:#6c7687;margin:0}
.cta{background:var(--ink);padding:95px 0}.cta-box{display:grid;grid-template-columns:1.08fr .92fr;gap:100px;align-items:center}.cta h2{font-size:42px;color:#fff}.cta p{color:#b4bdcb;font-size:15px;line-height:1.7}.eyebrow.light{color:#8ea0ff}
.interest-form{background:#131e33;border:1px solid #27334a;border-radius:14px;padding:26px}.interest-form label{display:block;margin-bottom:14px}.interest-form label>span{display:block;color:#c6ceda;font-size:11px;margin-bottom:6px}.interest-form label small{color:#7f8ba0}
.interest-form input[type="email"],.interest-form input[type="text"]{width:100%;border:1px solid #344059;background:#0f192b;color:white;border-radius:8px;padding:12px 13px;outline:none}.interest-form input:focus{border-color:#7188ff}.button.inverse{background:#fff;color:var(--ink);width:100%}
.consent{display:grid!important;grid-template-columns:18px 1fr;gap:8px;align-items:start}.consent input{margin:2px 0 0}.consent span{font-size:10px!important;line-height:1.5;color:#8894a8!important}.consent a{text-decoration:underline}
.form-status{font-size:12px!important;margin:10px 0 0!important}.form-status.success{color:#80e2bb!important}.form-status.error{color:#ffb1b1!important}.hp{position:absolute!important;left:-9999px!important;opacity:0!important;height:1px!important;width:1px!important}
footer{border-top:1px solid var(--line);padding:34px 0}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}.footer-grid p{font-size:12px;color:#8a93a2;margin:0}.footer-brand{font-size:16px}.footer-brand .brand-mark{transform:scale(.8);transform-origin:left}.footer-right{display:flex;justify-content:flex-end;gap:18px;align-items:center;color:#8a93a2;font-size:12px}.footer-right a:hover{color:var(--ink)}
.legal{padding:90px 0 110px}.legal .container{max-width:820px}.legal h1{font-size:48px;letter-spacing:-.04em;color:var(--ink);margin:0 0 18px}.legal h2{font-size:20px;color:var(--ink);margin-top:32px}.legal p,.legal li{color:#626d7e;line-height:1.75;font-size:15px}.legal .back{display:inline-block;margin-bottom:28px;color:var(--blue);font-weight:700;font-size:13px}
@media(max-width:900px){
 .nav-links{display:none}.hero{padding-top:58px}.hero-grid,.split,.cta-box{grid-template-columns:1fr;gap:52px}
 .hero h1{font-size:44px}.section-heading h2,.cta h2{font-size:35px}
 .product-shell{transform:none}.four,.steps{grid-template-columns:1fr 1fr}.three{grid-template-columns:1fr}
 .step:nth-child(3){padding-left:0}.step{border-right:0}
 .proof-inner{flex-wrap:wrap;padding:18px 0}
}
@media(max-width:620px){
 .container{width:min(100% - 28px,1180px)}.site-header .button{display:none}.hero h1{font-size:39px}.lead{font-size:17px}.hero-actions{align-items:stretch;flex-direction:column}
 .product-shell{overflow-x:auto}.app-layout{min-width:600px}.topbar{min-width:600px}
 .four,.steps{grid-template-columns:1fr}.step,.step:not(:first-child),.step:last-child{padding-left:0}
 .footer-grid{grid-template-columns:1fr;gap:12px}.footer-right{justify-content:flex-start}
 .proof-inner i{display:none}.proof-inner{justify-content:flex-start;gap:14px 24px}
}
