*{box-sizing:border-box} :root{--blue:#1F66D1;--blue-dark:#123F8D;--red:#D71920;--dark:#111827;--gray:#6B7280} body{margin:0;background:#F4F7FB;color:var(--dark);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}header{max-width:1120px;margin:auto;padding:32px;display:flex;justify-content:space-between;align-items:center;gap:24px}header img{width:170px;height:auto;display:block}nav{display:flex;gap:18px}a{color:var(--blue-dark);text-underline-offset:5px}nav a{padding:8px;text-decoration:none}nav a[aria-current]{font-weight:700;border-bottom:2px solid var(--blue)}main{max-width:960px;margin:64px auto 96px;padding:64px;background:white;border:1px solid #D9E2EF;border-radius:16px} .eyebrow{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--blue-dark);font-weight:650}.eyebrow:before{content:"";display:inline-block;background:var(--red);width:8px;height:8px;border-radius:50%;margin-right:12px}h1{font-size:clamp(38px,7vw,72px);line-height:1.08;letter-spacing:-.045em;margin:24px 0}h2{font-size:clamp(24px,4vw,36px);font-weight:500;margin:0 0 28px}.description{font-size:20px;line-height:1.6;max-width:620px}.note{line-height:1.7;color:#4B5563;max-width:560px}.button{display:inline-block;margin-top:28px;background:var(--blue);color:white;text-decoration:none;padding:16px 24px;border-radius:6px;font-weight:600}.button:hover{background:var(--blue-dark)}a:focus-visible{outline:3px solid var(--blue);outline-offset:5px}footer{max-width:1120px;margin:auto;padding:0 32px 32px;color:#4B5563;font-size:14px}@media(max-width:600px){header{padding:24px 20px}header img{width:132px}main{margin:24px 16px 48px;padding:36px 24px}.description{font-size:18px}footer{padding:0 24px 24px}}