
:root{--ink:#17212b;--muted:#5c6773;--paper:#fffdf8;--line:#e6e1d8;--accent:#ff6b35;--accent2:#16324f;--card:#f7f3ea}
*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:var(--paper);line-height:1.7}
a{color:#0b5cad}header{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:5}.nav{max-width:1120px;margin:auto;padding:14px 22px;display:flex;align-items:center;gap:24px}.brand{font-weight:900;color:var(--ink);text-decoration:none;font-size:1.15rem}.brand span{color:var(--accent)}nav{margin-left:auto;display:flex;gap:18px;flex-wrap:wrap}nav a{text-decoration:none;color:var(--ink);font-weight:650;font-size:.92rem}
main{max-width:800px;margin:52px auto;padding:0 22px 70px}h1{font-size:clamp(2.2rem,6vw,4.2rem);line-height:1.02;letter-spacing:-.045em;margin:.2em 0 .35em}h2{font-size:1.55rem;line-height:1.2;margin-top:2.2em}.lede{font-size:1.25rem;color:var(--muted)}.notice,.cta{padding:22px;border:1px solid var(--line);border-radius:18px;background:var(--card);margin:28px 0}.cta{border:2px solid var(--accent2)}.cta h2{margin-top:0}.button{display:inline-block;background:var(--accent);color:white;text-decoration:none;font-weight:850;padding:13px 18px;border-radius:10px}li{margin:.45em 0}
footer{border-top:1px solid var(--line);padding:30px 22px;color:var(--muted)}footer .inner{max-width:1120px;margin:auto}.crumbs{font-size:.85rem;color:var(--muted);margin-bottom:24px}.hero-mark{font-size:3rem} @media(max-width:760px){nav a:not(:last-child){display:none}main{margin-top:34px}header{position:static}}
