:root{font-family:Arial,Helvetica,sans-serif;color:#142b46;background:#fff;font-synthesis:none}*{box-sizing:border-box}body{margin:0}header,main,footer{max-width:1200px;margin:auto}header{padding:32px 40px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-size:38px;font-weight:800;text-decoration:none;color:#142b46;letter-spacing:-1.8px}.brand span{color:#2878ed}nav{display:flex;gap:8px}button{font:inherit;font-size:14px;background:#fff;border:1px solid #bccbdd;padding:10px 14px;border-radius:6px;cursor:pointer;color:#142b46}button[aria-pressed=true]{background:#142b46;color:white;border-color:#142b46}button:focus-visible,a:focus-visible{outline:3px solid #2878ed;outline-offset:4px}.hero{padding:60px 40px 68px;border-top:1px solid #dce4ee}.eyebrow{font-size:14px;font-weight:bold;letter-spacing:1.6px;color:#2864b1}h1{font-size:clamp(40px,6vw,76px);line-height:1.05;letter-spacing:-2px;max-width:960px;margin:28px 0}h1::after{content:"";display:block;width:90px;height:6px;background:#2878ed;margin-top:32px}.intro{font-size:21px;line-height:1.6;max-width:740px;color:#455b72}.status{display:inline-block;padding:12px 18px;background:#eaf2ff;color:#164d98;font-size:16px;border-radius:6px;margin-top:20px}.details{background:#142b46;color:#fff;display:grid;grid-template-columns:repeat(3,1fr);gap:36px;padding:42px 40px}.number{font-size:14px;letter-spacing:1px;color:#8cbbff}h2{font-size:22px;line-height:1.25}.details p:not(.number){font-size:16px;line-height:1.65;color:#d3dfed}footer{display:flex;justify-content:space-between;gap:24px;padding:30px 40px;color:#54667b;font-size:14px;line-height:1.6}@media(max-width:700px){header{padding:24px}.hero{padding:36px 24px 44px}.details{grid-template-columns:1fr;padding:28px 24px;gap:12px}footer{padding:24px;flex-direction:column;gap:8px}.brand{font-size:32px}h1{letter-spacing:-1px}}
