
:root{--ink:#18202b;--muted:#657083;--line:#dde4ee;--paper:#f7f9fc;--accent:#5369e8;--accent2:#8b5cf6;--card:#fff}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.65}a{color:inherit;text-decoration:none}.wrap{width:min(1120px,calc(100% - 40px));margin:auto}nav{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:11px;align-items:center;font-weight:750;letter-spacing:-.02em}.mark{width:34px;height:34px;border-radius:11px;background:linear-gradient(135deg,var(--accent),var(--accent2));box-shadow:0 8px 20px #5369e833}.links{display:flex;gap:26px;color:var(--muted);font-size:14px}.hero{padding:92px 0 72px;text-align:center}.eyebrow{display:inline-flex;padding:7px 12px;border:1px solid #d8def7;border-radius:999px;color:#5262b9;background:#f1f3ff;font-size:13px;font-weight:650}.hero h1{font-size:clamp(44px,7vw,76px);line-height:1.02;letter-spacing:-.055em;margin:24px auto 20px;max-width:880px}.hero p{max-width:650px;margin:0 auto;color:var(--muted);font-size:19px}.cta{display:inline-block;margin-top:34px;padding:13px 22px;border-radius:12px;color:white;background:var(--ink);font-weight:650;box-shadow:0 10px 24px #18202b20}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:22px 0 96px}.card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:27px;box-shadow:0 14px 34px #2732480a}.icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#eef1ff;color:var(--accent);font-weight:800}.card h2{font-size:18px;margin:20px 0 7px}.card p{margin:0;color:var(--muted);font-size:15px}.page{padding:64px 0 90px}.page article{max-width:800px;background:white;border:1px solid var(--line);border-radius:22px;padding:44px;margin:auto}.page h1{font-size:42px;letter-spacing:-.04em;line-height:1.1;margin:0 0 10px}.updated{color:var(--muted);font-size:14px;margin-bottom:34px}.page h2{font-size:21px;margin-top:30px}.page p,.page li{color:#4d5868}footer{border-top:1px solid var(--line);padding:28px 0;color:var(--muted);font-size:13px}.foot{display:flex;justify-content:space-between;gap:20px}.footlinks{display:flex;gap:20px}@media(max-width:720px){.grid{grid-template-columns:1fr}.links{gap:14px}.hero{padding-top:58px}.page article{padding:28px}.foot{display:block}.footlinks{margin-top:10px}}
