:root{color-scheme:light;--ink:#172f43;--muted:#4a6070;--blue:#155e86;--line:#d8e3e9;--wash:#f3f7fa}*{box-sizing:border-box}body{margin:0;background:#fff;color:var(--ink);font-family:system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.65}a{color:var(--blue);text-underline-offset:3px}a:focus-visible{outline:3px solid #c4830c;outline-offset:5px}header,footer{max-width:1120px;margin:auto;padding:26px 28px;display:flex;align-items:center;gap:28px}header{border-bottom:1px solid var(--line);justify-content:space-between}nav{display:flex;gap:24px}.brand{font-size:18px;font-weight:750;text-decoration:none;color:var(--ink)}main{max-width:1120px;margin:auto;padding:0 28px}section{padding:46px 0;border-bottom:1px solid var(--line)}.hero{padding:74px 0 58px}.eyebrow{color:var(--blue);text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:750}h1{font-size:clamp(34px,5vw,60px);letter-spacing:-.035em;line-height:1.12;margin:20px 0 24px;max-width:840px}h2{font-size:26px;line-height:1.3;letter-spacing:-.025em}h3{font-size:20px;margin:14px 0 8px}p{color:var(--muted);max-width:800px}.intro{font-size:21px;max-width:730px}.status{display:inline-block;padding:10px 15px;background:var(--wash);border-left:3px solid var(--blue);font-size:14px;margin-top:20px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.steps span{font-size:14px;font-weight:750;color:var(--blue)}.steps p{font-size:16px}.access{max-width:900px}footer{font-size:14px;color:var(--muted);flex-wrap:wrap}.document{max-width:880px;padding-top:50px;padding-bottom:56px}.document h1{font-size:42px}.document h2{font-size:23px;margin-top:36px}@media(max-width:650px){header{align-items:flex-start;gap:12px;flex-direction:column}.hero{padding-top:40px}.steps{grid-template-columns:1fr;gap:20px}section{padding:30px 0}header,footer,main{padding-left:20px;padding-right:20px}.intro{font-size:18px}}
