*{box-sizing:border-box}body{margin:0;font:17px/1.7 system-ui,sans-serif;color:#17324d;background:#f7faf9}a{color:#17324d;text-underline-offset:4px}header,main,footer{max-width:1080px;margin:auto;padding:24px}header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dce7e3}.brand{display:flex;align-items:center;font-size:25px;font-weight:600;text-decoration:none}.brand img{width:64px;height:64px}nav{display:flex;gap:22px;flex-wrap:wrap}h1{font-size:clamp(32px,5vw,56px);line-height:1.15;letter-spacing:-1px}h2{font-size:25px;line-height:1.3}.hero{display:grid;grid-template-columns:1.4fr 1fr;gap:36px;align-items:center;padding:44px 0}.hero img{width:100%;background:white;border-radius:24px}.eyebrow{color:#28765f;font-size:13px;letter-spacing:2px;font-weight:700}.button{display:inline-block;background:#17324d;color:white;padding:12px 24px;border-radius:8px;text-decoration:none}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card,.policy{background:white;border:1px solid #dce7e3;border-radius:16px;padding:28px}.policy{max-width:850px;margin:24px auto}.policy h1{font-size:40px}.policy section{margin-top:28px}.muted,footer{color:#536773;font-size:14px}footer{border-top:1px solid #dce7e3;margin-top:40px}footer nav{margin-bottom:16px}@media(max-width:700px){.hero,.cards{grid-template-columns:1fr}.hero img{max-width:280px;margin:auto}header{gap:12px;flex-wrap:wrap}.policy{padding:22px}.policy h1{font-size:32px}}