*{box-sizing:border-box}body{margin:0;background:#f4f8fa;color:#17364d;font-family:system-ui,-apple-system,"Segoe UI",sans-serif}.wrap{max-width:1080px;margin:auto;padding:38px 18px 76px}.hero{background:linear-gradient(135deg,#12365b,#1c648f);color:#fff;border-radius:22px;padding:38px}.hero h1{font-size:clamp(36px,6vw,58px);line-height:1.02;margin:8px 0 14px;letter-spacing:-.04em}.hero p{max-width:790px;color:#dceaf3;line-height:1.65}.eyebrow{font-size:11px;font-weight:950;letter-spacing:.13em}.grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}.card{background:#fff;border:1px solid #d8e5ec;border-radius:16px;padding:23px}.card h2,.card h3{color:#12365b;margin-top:0}.muted{color:#617d8e;line-height:1.6}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:11px 14px;background:#12365b;color:#fff;text-decoration:none;font-weight:900;border:0}.btn.orange{background:#ff5e29}.btn.light{background:#edf6fa;color:#28546d}.price{font-size:42px;font-weight:950;color:#12365b}.tag{display:inline-block;border-radius:999px;background:#eaf5fb;padding:6px 9px;font-size:12px;font-weight:850}.links{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.links a{background:#fff;border:1px solid #d8e5ec;border-radius:12px;padding:14px;text-decoration:none;color:#28546d;font-weight:850}.notice{margin-top:16px;border-left:4px solid #2d728e;background:#eaf6fb;border-radius:9px;padding:13px 15px;line-height:1.55}.steps{counter-reset:s}.step{position:relative;padding:15px 15px 15px 55px;border-top:1px solid #edf2f5}.step:before{counter-increment:s;content:counter(s);position:absolute;left:9px;top:12px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#12365b;color:#fff;font-weight:900}.articlelist{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.articlelist a{display:block;background:#fff;border:1px solid #d8e5ec;border-radius:13px;padding:17px;text-decoration:none;color:#244f68}.articlelist strong{display:block;color:#12365b;margin-bottom:5px}.small{font-size:12px;color:#6d8593}@media(max-width:760px){.grid,.links,.articlelist{grid-template-columns:1fr}.hero{padding:29px 23px}}