:root{
  --bg:#f5f7fa;
  --paper:#ffffff;
  --ink:#0a1020;
  --muted:#687083;
  --line:#dfe4ea;
  --blue:#1358ff;
  --blue2:#4276ff;
  --navy:#081322;
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
.site-shell{overflow:hidden}
.topbar{height:76px;display:flex;align-items:center;gap:36px;padding:0 4vw;position:sticky;top:0;z-index:50;background:rgba(245,247,250,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,228,234,.75)}
.brand{display:flex;align-items:center;gap:11px;font-weight:800;letter-spacing:-.02em;white-space:nowrap}
.brand-mark{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:var(--ink);color:#fff;font-weight:800}
.brand-text{font-size:15px;letter-spacing:.03em}
.nav{display:flex;gap:28px;margin-left:auto;font-size:14px;font-weight:500;color:#41495a}
.nav a:hover{color:var(--blue)}
.header-cta{background:var(--ink);color:#fff;border-radius:999px;padding:12px 18px;font-size:14px;font-weight:600}
.menu-btn{display:none;margin-left:auto;border:0;background:transparent;font-size:24px}
.section-pad{padding-left:6vw;padding-right:6vw}
.hero{min-height:720px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:54px;padding-top:76px;padding-bottom:80px}
.eyebrow{font-size:12px;line-height:1.2;font-weight:700;letter-spacing:.14em;color:var(--blue);margin-bottom:20px}.status-dot{display:inline-block;width:7px;height:7px;background:#32c870;border-radius:50%;margin-right:8px;box-shadow:0 0 0 5px rgba(50,200,112,.12)}
h1{font-size:clamp(52px,6vw,92px);line-height:.98;letter-spacing:-.055em;margin:0 0 28px;max-width:880px}.hero-lead{font-size:20px;line-height:1.6;color:var(--muted);max-width:720px;margin:0 0 34px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:12px;font-weight:600;font-size:14px;transition:.2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--blue);color:#fff}.btn-secondary{background:#fff;border:1px solid var(--line)}
.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:56px;border-top:1px solid var(--line);padding-top:24px}.hero-proof strong,.hero-proof span{display:block}.hero-proof strong{font-size:14px;margin-bottom:7px}.hero-proof span{font-size:12px;line-height:1.45;color:var(--muted)}
.hero-visual{height:580px;position:relative;border-radius:34px;background:radial-gradient(circle at 50% 35%,rgba(55,108,255,.23),transparent 35%),linear-gradient(145deg,#0a1424,#0a1020 58%,#14213b);overflow:hidden;border:1px solid #17243d;box-shadow:0 30px 80px rgba(19,31,58,.18)}.hero-visual:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,black,transparent)}.grid-glow{position:absolute;width:250px;height:250px;border-radius:50%;background:#1d5bff;filter:blur(90px);opacity:.24;right:40px;top:30px}.code-card{position:absolute;background:rgba(13,26,47,.78);border:1px solid rgba(255,255,255,.10);box-shadow:0 25px 60px rgba(0,0,0,.26);backdrop-filter:blur(12px);border-radius:20px;padding:20px;color:#fff}.card-a{width:58%;height:245px;left:9%;top:11%;transform:rotate(-3deg)}.card-b{width:52%;height:180px;right:7%;top:43%;transform:rotate(4deg)}.card-c{width:55%;height:155px;left:12%;bottom:6%;transform:rotate(-1deg)}.code-label{font-size:10px;letter-spacing:.16em;color:#8ca9ff}.mini-ui{margin-top:28px;padding:18px;border-radius:13px;background:#f7f9fc}.mini-header{height:12px;width:52%;background:#d7deeb;border-radius:20px;margin-bottom:18px}.mini-line{height:8px;width:56%;background:#dfe5ee;border-radius:20px;margin-bottom:10px}.mini-line.wide{width:82%;background:#1358ff}.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:20px}.mini-grid i{height:57px;border-radius:10px;background:#e8edf5}.nodes{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:24px}.nodes span{display:grid;place-items:center;height:46px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);border-radius:12px;font-size:12px;font-weight:700;color:#b9c9f5}.metrics{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}.metrics div{border-left:2px solid #3b74ff;padding-left:12px}.metrics b,.metrics small{display:block}.metrics b{font-size:19px}.metrics small{font-size:10px;color:#8fa0bd;margin-top:5px}
.logo-strip{display:flex;gap:46px;justify-content:center;align-items:center;flex-wrap:wrap;padding:22px 5vw;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#7d8595;font-weight:700}
.section-block{padding-top:120px;padding-bottom:120px}.section-heading{display:grid;grid-template-columns:.7fr 1.4fr 1fr;gap:38px;align-items:start;margin-bottom:64px}.section-heading h2{font-size:clamp(42px,5vw,68px);line-height:1.03;letter-spacing:-.045em;margin:0}.section-heading p{margin:0;color:var(--muted);font-size:17px;line-height:1.7}.section-heading.compact{grid-template-columns:.6fr 1.4fr;max-width:1000px}.section-heading.compact h2{font-size:54px}.light h2,.light p{color:#fff}.light p{color:#aeb9c9}
.cap-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.cap-card{min-height:320px;padding:34px;border-radius:var(--radius);background:#fff;border:1px solid var(--line);position:relative;overflow:hidden}.cap-card.featured{background:var(--blue);color:#fff;border-color:var(--blue)}.cap-num{font-size:12px;font-weight:700;letter-spacing:.12em;color:#99a1af;margin-bottom:62px}.featured .cap-num{color:#b8cbff}.cap-card h3{font-size:26px;letter-spacing:-.025em;margin:0 0 14px}.cap-card p{color:var(--muted);line-height:1.65;margin:0;max-width:650px}.featured p{color:#dbe5ff}.cap-card ul{margin:26px 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:8px}.cap-card li{font-size:12px;padding:9px 11px;border-radius:999px;background:#f1f4f8}.featured li{background:rgba(255,255,255,.12)}
.dark-section{background:var(--navy);padding-top:120px;padding-bottom:120px}.solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.solution-grid article{min-height:300px;padding:28px;border-radius:20px;background:#0e1b2d;border:1px solid #1e3049;color:#fff}.icon-box{width:46px;height:46px;border:1px solid #2f4770;border-radius:12px;display:grid;place-items:center;color:#75a1ff;font-size:22px;margin-bottom:62px}.solution-grid h3{font-size:20px;margin:0 0 12px}.solution-grid p{font-size:14px;line-height:1.65;color:#9eacbf;margin:0}
.split-section{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px}.sticky-copy{align-self:start;position:sticky;top:120px}.sticky-copy h2{font-size:58px;letter-spacing:-.045em;line-height:1.02;margin:0 0 24px}.sticky-copy p{color:var(--muted);line-height:1.7;font-size:16px;max-width:470px}.text-link{display:inline-flex;gap:12px;margin-top:24px;color:var(--blue);font-weight:600}.stack-list{border-top:1px solid var(--line)}.stack-list article{display:grid;grid-template-columns:80px 1fr;gap:30px;padding:34px 0;border-bottom:1px solid var(--line)}.stack-list article>span{font-size:12px;color:#9aa2af;font-weight:700}.stack-list h3{font-size:26px;margin:0 0 9px}.stack-list p{color:var(--muted);margin:0;line-height:1.65}
.approach{padding-top:110px;padding-bottom:120px;background:#fff}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.steps>div{padding:30px 26px 40px;border-right:1px solid var(--line)}.steps>div:last-child{border-right:0}.steps b{font-size:12px;color:var(--blue)}.steps h3{font-size:22px;margin:42px 0 10px}.steps p{font-size:14px;color:var(--muted);line-height:1.6;margin:0}
.company{padding-top:120px;padding-bottom:120px}.company-panel{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;border-radius:30px;padding:58px;background:#fff;border:1px solid var(--line)}.company-copy h2{font-size:52px;letter-spacing:-.04em;margin:0 0 22px}.company-copy p{font-size:16px;line-height:1.72;color:var(--muted);max-width:700px}.company-details{display:flex;flex-direction:column;justify-content:center;border-left:1px solid var(--line);padding-left:46px}.company-details div{padding:18px 0;border-bottom:1px solid var(--line)}.company-details div:last-child{border-bottom:0}.company-details span,.company-details strong{display:block}.company-details span{font-size:12px;color:#8991a0;margin-bottom:7px}.company-details strong{font-size:15px;line-height:1.6}
.cta-section{min-height:370px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-section .eyebrow{color:#c9d7ff}.cta-section h2{font-size:58px;line-height:1.04;letter-spacing:-.045em;margin:0}.btn-light{background:#fff;color:var(--ink);white-space:nowrap}
.footer{padding:54px 6vw 30px;background:#060b13;color:#fff}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand small{display:block;color:#758197;margin-top:5px}.footer-meta{display:flex;gap:24px;flex-wrap:wrap;margin-top:40px;padding:24px 0;border-top:1px solid #1b2637;border-bottom:1px solid #1b2637;color:#91a0b5;font-size:12px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:24px;font-size:12px;color:#68758a}.footer-bottom a{color:#a8b7cd}
@media(max-width:1024px){.nav,.header-cta{display:none}.menu-btn{display:block}.hero{grid-template-columns:1fr;padding-top:52px}.hero-visual{height:500px}.section-heading{grid-template-columns:1fr}.solution-grid{grid-template-columns:repeat(2,1fr)}.split-section{grid-template-columns:1fr}.sticky-copy{position:relative;top:0}.company-panel{grid-template-columns:1fr}.company-details{border-left:0;border-top:1px solid var(--line);padding-left:0;padding-top:22px}.cta-section{align-items:flex-start;flex-direction:column;justify-content:center}}
@media(max-width:700px){.topbar{height:68px;padding:0 20px}.brand-text{font-size:13px}.section-pad{padding-left:20px;padding-right:20px}.hero{min-height:auto;padding-top:48px;padding-bottom:52px;gap:36px}.hero-lead{font-size:17px}.hero-proof{grid-template-columns:1fr}.hero-visual{height:410px;border-radius:24px}.card-a{width:76%;left:6%;top:8%}.card-b{width:70%;right:5%;top:43%}.card-c{width:73%;left:8%;bottom:5%}.logo-strip{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding:18px 20px}.logo-strip span{white-space:nowrap}.section-block,.dark-section,.company{padding-top:76px;padding-bottom:76px}.section-heading{margin-bottom:38px}.section-heading h2,.sticky-copy h2,.company-copy h2,.cta-section h2,.section-heading.compact h2{font-size:38px}.cap-grid,.solution-grid,.steps{grid-template-columns:1fr}.cap-card{min-height:auto}.cap-num{margin-bottom:32px}.solution-grid article{min-height:auto}.icon-box{margin-bottom:34px}.steps>div{border-right:0;border-bottom:1px solid var(--line)}.steps>div:last-child{border-bottom:0}.company-panel{padding:30px 24px}.cta-section{min-height:330px}.footer{padding-left:20px;padding-right:20px}.footer-bottom{flex-direction:column}}
