:root{
  --bg:#07101d;
  --bg-soft:#0b1626;
  --surface:#101e31;
  --surface-2:#12243a;
  --text:#f5f8fb;
  --muted:#9caec3;
  --line:rgba(255,255,255,.11);
  --brand:#6ee7c7;
  --brand-2:#76a7ff;
  --brand-dark:#12382f;
  --white:#fff;
  --max:1160px;
  --radius:22px;
  --shadow:0 28px 80px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.container{width:min(calc(100% - 40px),var(--max));margin:0 auto}
.site-header{position:sticky;top:0;z-index:40;background:rgba(7,16,29,.84);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;gap:11px;font-weight:760;letter-spacing:-.03em;font-size:22px}
.brand-mark{width:34px;height:34px;border:1px solid rgba(110,231,199,.5);background:linear-gradient(145deg,rgba(110,231,199,.18),rgba(118,167,255,.08));border-radius:10px;display:grid;place-items:center;color:var(--brand);font:700 15px/1 ui-monospace,SFMono-Regular,Menlo,monospace;box-shadow:inset 0 0 24px rgba(110,231,199,.05)}
.nav-links{display:flex;align-items:center;gap:26px;color:#c8d4e2;font-size:14px}
.nav-links a:hover{color:#fff}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 19px;border-radius:12px;font-weight:720;font-size:14px;transition:.2s ease;border:1px solid transparent}
.btn-primary{color:#04130f;background:var(--brand);box-shadow:0 8px 30px rgba(110,231,199,.16)}
.btn-primary:hover{transform:translateY(-1px);background:#8befd6}
.btn-secondary{border-color:var(--line);background:rgba(255,255,255,.035);color:#f3f7fb}
.btn-secondary:hover{background:rgba(255,255,255,.075)}
.hero{padding:104px 0 78px;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;width:720px;height:720px;right:-250px;top:-240px;background:radial-gradient(circle,rgba(118,167,255,.16),rgba(118,167,255,0) 67%);pointer-events:none}
.hero:after{content:"";position:absolute;width:600px;height:600px;left:-320px;bottom:-400px;background:radial-gradient(circle,rgba(110,231,199,.12),rgba(110,231,199,0) 69%);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:72px;align-items:center;position:relative}
.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(110,231,199,.22);background:rgba(110,231,199,.055);color:#bff8e8;border-radius:999px;padding:7px 11px;font:650 12px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.02em}
.dot{width:7px;height:7px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 4px rgba(110,231,199,.09)}
h1,h2,h3{margin:0;line-height:1.08;letter-spacing:-.045em}
h1{font-size:clamp(46px,6.1vw,78px);max-width:900px;margin-top:24px}
h2{font-size:clamp(34px,4.2vw,52px)}
h3{font-size:22px;letter-spacing:-.025em}
.lead{font-size:clamp(18px,2vw,21px);color:#b8c7d8;max-width:760px;margin:28px 0 0;line-height:1.62}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.proof-row{display:flex;flex-wrap:wrap;gap:9px 20px;margin-top:35px;color:#8fa4ba;font-size:13px}
.proof-row span{display:flex;align-items:center;gap:8px}
.proof-row span:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--brand)}
.terminal{border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,rgba(17,32,52,.92),rgba(8,18,32,.95));box-shadow:var(--shadow);overflow:hidden;position:relative}
.terminal-top{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--line);color:#8094aa;font:600 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace}
.terminal-dots{display:flex;gap:6px}.terminal-dots i{width:8px;height:8px;border-radius:50%;background:#36506b}.terminal-dots i:first-child{background:#6ee7c7}.terminal-dots i:nth-child(2){background:#76a7ff}
.terminal-body{padding:24px 25px 26px;font:500 13px/1.8 ui-monospace,SFMono-Regular,Menlo,monospace;color:#9fb3c8}
.code-line{display:flex;gap:14px}.ln{width:20px;color:#4c6076;user-select:none}.k{color:#76a7ff}.v{color:#baf5e5}.c{color:#667f97}.endpoint{color:#e6eef7}
.stack{display:grid;gap:12px;margin-top:22px}
.stack-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 16px;border:1px solid var(--line);background:rgba(255,255,255,.025);border-radius:14px}
.stack-card strong{font-size:13px;letter-spacing:-.01em}.stack-card small{color:#7790a8;font:500 11px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace}.status{color:#9df0d9;font:650 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase}
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#091421}
.trust-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:19px 0;color:#8fa4b9;font-size:13px}
.trust-inner strong{color:#d9e4ef;font-weight:650}
.section{padding:92px 0}
.section-soft{background:linear-gradient(180deg,#091421,#07101d);border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}
.section-head{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:end;margin-bottom:42px}
.kicker{color:var(--brand);font:700 12px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.08em;margin-bottom:13px}
.section-head p,.section-copy{color:#9eb0c3;margin:0;font-size:17px;max-width:710px}
.intent-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.intent-card{padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.025);min-height:370px;display:flex;flex-direction:column}
.intent-card .num{font:700 12px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#688097;margin-bottom:62px}
.intent-card h3{font-size:28px;max-width:440px}.intent-card p{color:#9cb0c4;margin:15px 0 20px;max-width:510px}
.intent-list{list-style:none;margin:auto 0 0;padding:0;display:grid;gap:10px;color:#cbd6e2;font-size:14px}.intent-list li{padding-left:20px;position:relative}.intent-list li:before{content:"→";position:absolute;left:0;color:var(--brand)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{border:1px solid var(--line);border-radius:18px;padding:26px;background:rgba(255,255,255,.022);min-height:250px}
.card-icon{width:42px;height:42px;border:1px solid rgba(110,231,199,.25);background:rgba(110,231,199,.06);border-radius:12px;display:grid;place-items:center;color:var(--brand);font:700 13px/1 ui-monospace,SFMono-Regular,Menlo,monospace;margin-bottom:34px}
.card p{color:#8fa4ba;margin:12px 0 0;font-size:14px}.card a{display:inline-block;margin-top:20px;color:#bdf7e7;font-size:13px;font-weight:650}
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.sticky-title{position:sticky;top:118px}.sticky-title p{color:#9eb0c3;font-size:17px;margin:20px 0 0;max-width:480px}
.feature-list{display:grid;border-top:1px solid var(--line)}
.feature{display:grid;grid-template-columns:60px 1fr;gap:10px;padding:28px 0;border-bottom:1px solid var(--line)}
.feature .index{font:650 12px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;color:#5f7891;padding-top:5px}.feature p{margin:8px 0 0;color:#91a6bc;font-size:14px}
.callout{border:1px solid rgba(110,231,199,.24);background:linear-gradient(135deg,rgba(110,231,199,.08),rgba(118,167,255,.045));border-radius:26px;padding:42px;display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center}
.callout h2{font-size:clamp(32px,4vw,48px)}.callout p{color:#abc0d2;margin:16px 0 0}.callout-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.micro{color:#7790a7;font-size:12px}
.process{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.step{padding:26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:240px}.step b{display:block;color:#70879f;font:650 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;margin-bottom:52px}.step p{color:#8fa5bb;font-size:14px;margin:10px 0 0}
.faq{max-width:900px;margin-left:auto}.faq details{border-top:1px solid var(--line);padding:20px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;list-style:none;font-weight:650;font-size:18px;letter-spacing:-.015em}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";float:right;color:var(--brand);font-weight:400}.faq details[open] summary:after{content:"–"}.faq p{color:#92a7bd;max-width:780px;margin:13px 0 2px}
.site-footer{border-top:1px solid var(--line);padding:56px 0 26px;background:#050d17}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,.7fr);gap:45px}.footer-brand p{color:#7f95ac;max-width:400px;font-size:13px;margin:16px 0 0}.footer-col h4{font-size:12px;color:#71879e;text-transform:uppercase;letter-spacing:.08em;margin:0 0 14px}.footer-col a{display:block;color:#a9b9c9;font-size:13px;margin:8px 0}.footer-col a:hover{color:white}.footer-legal{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;border-top:1px solid var(--line);margin-top:42px;padding-top:22px;color:#637a91;font-size:11px}
.page-hero{padding:82px 0 56px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#081524,#07101d)}
.page-hero h1{font-size:clamp(42px,5vw,66px);max-width:930px}.page-hero .lead{max-width:800px}
.breadcrumb{font:600 11px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;color:#6f879f;margin-bottom:28px}.breadcrumb a{color:#9db2c8}
.content-wrap{display:grid;grid-template-columns:260px minmax(0,760px);gap:70px;align-items:start}.toc{position:sticky;top:115px;font-size:13px;color:#8198af;border-left:1px solid var(--line);padding-left:16px}.toc a{display:block;margin:9px 0}.prose{font-size:16px;color:#b7c4d1}.prose h2{font-size:30px;margin:48px 0 15px}.prose h2:first-child{margin-top:0}.prose h3{font-size:20px;margin:32px 0 10px}.prose p{margin:0 0 18px}.prose ul{padding-left:20px}.prose li{margin:7px 0}.prose strong{color:#eef5fb}.prose a{color:#9cebd6;text-decoration:underline;text-underline-offset:3px}.legal-meta{border:1px solid var(--line);background:rgba(255,255,255,.025);padding:18px 20px;border-radius:14px;margin-bottom:30px;color:#8fa6bd;font-size:13px}.legal-meta strong{color:#dce7f1}
.contact-box{border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.025);padding:32px;margin-top:34px}.contact-box .email{font-size:clamp(24px,4vw,38px);letter-spacing:-.035em;font-weight:700;color:#dffbf4;word-break:break-word}
.notice{border-left:3px solid var(--brand);padding:14px 18px;background:rgba(110,231,199,.055);color:#a9bdcf;margin:24px 0;border-radius:0 10px 10px 0}
@media(max-width:950px){.nav-links{display:none}.hero{padding-top:70px}.hero-grid,.section-head,.split,.callout,.content-wrap{grid-template-columns:1fr}.hero-grid{gap:46px}.section-head{gap:18px}.cards{grid-template-columns:1fr 1fr}.process{grid-template-columns:1fr 1fr}.sticky-title,.toc{position:static}.toc{display:none}.footer-grid{grid-template-columns:1fr 1fr}.callout-actions{align-items:flex-start}}
@media(max-width:650px){.container{width:min(calc(100% - 28px),var(--max))}.nav{min-height:68px}.hero{padding:56px 0}.hero-grid{gap:36px}h1{font-size:43px}.lead{font-size:17px}.terminal-body{padding:20px 16px}.intent-grid,.cards,.process,.footer-grid{grid-template-columns:1fr}.intent-card{min-height:auto}.intent-card .num{margin-bottom:38px}.section{padding:66px 0}.callout{padding:28px}.trust-inner{align-items:flex-start;flex-direction:column;gap:6px}.page-hero{padding:58px 0 42px}.page-hero h1{font-size:40px}.prose h2{font-size:27px}.footer-legal{flex-direction:column}}
