:root{color-scheme:dark;--bg:#08060c;--card:#121018;--text:#f5f1fb;--muted:#aaa3b4;--purple:#8b5cf6;--green:#67ed9a;--line:rgba(255,255,255,.1)}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 70% 0,rgba(139,92,246,.18),transparent 28%),var(--bg);color:var(--text);font:15px/1.65 Inter,system-ui,sans-serif}header,footer{width:min(1180px,calc(100% - 40px));margin:auto;display:flex;align-items:center;justify-content:space-between;padding:24px 0}header nav,footer{gap:22px}a{color:var(--green);text-decoration:none}.brand{display:flex;align-items:center;gap:10px;color:white;font-size:22px;font-weight:800}.brand span{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:linear-gradient(135deg,var(--purple),#c044ff)}header nav a{color:#c5bfcc;font-size:13px}main{width:min(1180px,calc(100% - 40px));margin:70px auto 100px}.hero{display:grid;grid-template-columns:1.4fr .8fr;gap:70px;align-items:center;min-height:500px}.hero h1,.page-head h1{max-width:850px;margin:.15em 0;font-size:clamp(42px,7vw,82px);line-height:1;letter-spacing:-.055em}.hero>div>p:not(.eyebrow),.page-head>p:not(.eyebrow){max-width:700px;color:var(--muted);font-size:18px}.eyebrow{color:var(--green);font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.cta{display:inline-block;margin-top:18px;padding:13px 19px;border-radius:99px;background:linear-gradient(135deg,var(--purple),#b044e8);color:#fff;font-weight:700}.hero aside,.grid article,.proof,.case-grid article{border:1px solid var(--line);border-radius:24px;padding:28px;background:linear-gradient(145deg,rgba(139,92,246,.08),transparent),var(--card)}li{margin:9px 0}.hero small{display:block;margin-top:20px;color:var(--muted)}.grid,.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid article span{color:var(--purple);font-weight:800}.grid article p,.proof p,.case-grid p{color:var(--muted)}.proof{margin-top:16px;padding:50px}.proof h2{font-size:34px;margin:5px 0}.page-head{padding:70px 0 50px}.case-grid .empty{grid-column:1/-1}.legal{max-width:850px}.legal h1{margin-bottom:60px}.legal h2{margin-top:40px}footer{border-top:1px solid var(--line);justify-content:flex-start;color:var(--muted);font-size:12px}@media(max-width:760px){header nav{display:none}.hero{grid-template-columns:1fr;gap:25px}.grid,.case-grid{grid-template-columns:1fr}.hero h1,.page-head h1{font-size:46px}.proof{padding:28px}main{margin-top:25px}}
