*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;line-height:1.7;color:#1a2332;background:#fafbfc;-webkit-font-smoothing:antialiased}
a{color:#0b2540;text-decoration:underline;text-underline-offset:2px}
a:hover{color:#d4a24c}
.container{max-width:820px;margin:0 auto;padding:0 24px}
header{background:#fff;border-bottom:1px solid #e6ebf1;position:sticky;top:0;z-index:10}
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;max-width:1180px;margin:0 auto}
.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.1rem;color:#0b2540;text-decoration:none}
.logo svg{width:30px;height:30px}
.back{font-size:.92rem;color:#0b2540;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:6px}
.back:hover{color:#d4a24c}
main{padding:48px 0 80px}
.eyebrow{color:#d4a24c;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}
h1{font-size:clamp(1.8rem,4vw,2.5rem);color:#0b2540;line-height:1.2;margin-bottom:16px;letter-spacing:-.02em}
.lead{font-size:1.05rem;color:#5a6478;margin-bottom:8px}
.updated{font-size:.85rem;color:#8892a6;margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid #e6ebf1}
h2{font-size:1.35rem;color:#0b2540;margin:36px 0 12px;letter-spacing:-.01em}
h3{font-size:1.05rem;color:#0b2540;margin:20px 0 8px;font-weight:700}
p{margin-bottom:14px;color:#3a4657}
ul,ol{margin:0 0 16px 22px;color:#3a4657}
li{margin-bottom:6px}
.box{background:#fff;padding:24px;border-radius:10px;border-left:4px solid #d4a24c;margin:24px 0;box-shadow:0 4px 20px rgba(11,37,64,.06)}
.box strong{color:#0b2540}
footer{background:#061529;color:rgba(255,255,255,.6);padding:32px 0;text-align:center;font-size:.85rem}
footer a{color:rgba(255,255,255,.75)}
footer a:hover{color:#e8c078}
.footer-links{margin-bottom:12px}
.footer-links a{margin:0 10px}
