*{box-sizing:border-box}body{margin:0;background:#f4f6f9;color:#172b42;font-family:Inter,Arial,sans-serif;line-height:1.65}header,main,footer{max-width:1200px;margin:auto;padding:28px}header{display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;text-decoration:none;gap:10px}.brand img{width:48px;height:48px}.brand strong{font-size:30px;letter-spacing:-1px;color:#172b42}.brand span{color:#0874ac;font-weight:450}a{color:#086da6;font-weight:600}a:focus-visible{outline:3px solid #b39552;outline-offset:5px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:2px;color:#45657e}h1{font-size:clamp(36px,5vw,64px);line-height:1.1;letter-spacing:-2px;margin:20px 0}h2{font-size:24px;line-height:1.3}.intro{font-size:18px;max-width:650px;color:#506477}.start{background:#101f32;color:white;border-left:4px solid #c9a961;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:28px;margin:36px 0}.start p{color:#cad7e4}.button{display:inline-block;color:white;background:#086da6;text-decoration:none;padding:13px 20px;border-radius:5px;font-size:14px}.button:hover{background:#075784}.grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.grid article{background:white;border:1px solid #dce3eb;padding:30px;border-radius:7px;display:flex;align-items:start;flex-direction:column;gap:14px}.grid p,.grid h2{margin:0}.grid .button{margin-top:auto}.grid a:not(.button){font-size:13px}.small{font-size:12px;color:#506477}.notes{border-top:1px solid #dce3eb;margin-top:36px;padding:24px 0}.notes p{max-width:880px}footer{border-top:1px solid #dce3eb;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:#506477}@media(max-width:650px){header,main,footer{padding:20px}.brand strong{font-size:25px}.brand img{width:38px;height:38px}header>a:last-child{font-size:12px;max-width:120px}.grid{grid-template-columns:1fr}.start{flex-direction:column;align-items:start;padding:24px}.grid article{padding:24px}footer{flex-direction:column}}
