*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:#172033;background:linear-gradient(180deg,#fff,#f0f5ff)}.shell{width:min(1080px,calc(100% - 32px));margin:0 auto;padding:28px 0}header{display:flex;justify-content:space-between;align-items:center;padding:18px 0}.brand{display:flex;align-items:center;gap:12px}.brand span{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:white;display:grid;place-items:center;font-weight:900}.badge{padding:8px 12px;border-radius:999px;background:#eef2ff;color:#4338ca;font-weight:900;font-size:13px}.hero,.matrix article,.panel{background:rgba(255,255,255,.82);border:1px solid #dfe7f3;box-shadow:0 22px 60px rgba(43,72,117,.08);backdrop-filter:blur(12px)}.hero{display:grid;grid-template-columns:1fr 340px;gap:24px;align-items:center;border-radius:34px;padding:46px;margin-top:26px}.hero h1{font-size:clamp(38px,6vw,70px);letter-spacing:-.06em;line-height:1.01;margin:0 0 20px}.hero p{color:#667085;font-size:19px;line-height:1.65;max-width:690px}aside{border-radius:24px;background:#111827;color:white;padding:24px}aside h2{margin:0 0 16px}aside p{color:#dbeafe;margin:14px 0}aside span{display:inline-block;width:9px;height:9px;border-radius:50%;background:#22c55e;margin-right:10px}.matrix{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:22px 0}.matrix article{border-radius:24px;padding:22px}.matrix small{color:#667085}.matrix b{display:block;font-size:32px;letter-spacing:-.04em;margin-top:10px}.panel{border-radius:28px;padding:28px}.panel h2{font-size:30px;letter-spacing:-.04em;margin:0 0 18px}.endpoint{display:grid;grid-template-columns:72px 1fr 1.3fr;gap:14px;align-items:center;padding:15px;border-radius:18px;background:#f8fafc;margin-top:12px}.endpoint b{font-size:12px;color:#2563eb}.endpoint span,footer{color:#667085}footer{display:flex;justify-content:space-between;font-size:13px;padding:22px 4px 0}@media(max-width:880px){.hero{grid-template-columns:1fr}.matrix{grid-template-columns:1fr}.endpoint{grid-template-columns:1fr}footer,header{flex-direction:column;align-items:flex-start;gap:12px}}