:root{--ink:#11151c;--muted:#5f6977;--line:#e5e8ee;--accent:#e63946;--bg:#fff;--soft:#f7f8fa}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.7 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{color:inherit}.skip{position:absolute;left:10px;top:10px;transform:translateY(-180%);background:#11151c;color:#fff;padding:10px 14px;border-radius:6px;z-index:10}.skip:focus{transform:none}
header{border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);z-index:5}
.nav{max-width:1180px;margin:auto;min-height:70px;padding:12px 24px;display:flex;align-items:center;gap:18px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:850;letter-spacing:.02em}.brand img{width:34px;height:34px;object-fit:contain;display:block}.navlinks{margin-left:auto;display:flex;gap:18px;flex-wrap:wrap}.navlinks a{font-size:13px;color:#46505e;text-decoration:none}.navlinks a:hover{color:var(--accent)}
main{max-width:1180px;margin:auto;padding:70px 24px 90px}.eyebrow{color:var(--accent);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.hero{max-width:900px}.hero h1{font-size:clamp(2.5rem,6vw,5.2rem);line-height:.98;letter-spacing:-.055em;margin:14px 0 22px}.lede{font-size:clamp(1.05rem,2vw,1.3rem);color:var(--muted);max-width:820px}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:52px}.card{border:1px solid var(--line);padding:24px;background:#fff}.card h2,.card h3{margin-top:0;line-height:1.18}.card p{color:var(--muted);margin-bottom:0}
section.content{margin-top:70px;max-width:900px}section.content h2{font-size:2rem;letter-spacing:-.03em;margin-bottom:14px}section.content p,section.content li{color:var(--muted)}.cta{margin-top:70px;background:var(--ink);color:#fff;padding:30px}.cta h2{margin-top:0}.cta a{display:inline-block;margin-top:8px;color:#fff;text-decoration:underline;text-underline-offset:4px}
footer{border-top:1px solid var(--line);padding:30px 24px;color:var(--muted);font-size:13px}.foot{max-width:1180px;margin:auto;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.foot a{color:var(--muted)}
@media(max-width:800px){.grid{grid-template-columns:1fr}.navlinks{display:none}.brand img{width:32px;height:32px}main{padding-top:48px}}
