:root{--navy:#041a33;--gold:#cfa437;--gold2:#f1d37a;--text:#f6f0df;--paper:#fffdf8;--ink:#1d2430}
*{box-sizing:border-box}
html{background:var(--navy)}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:linear-gradient(#041a33,#0a2344 320px,#f4efe3 320px)}
a{color:#7a5312}
header{max-width:980px;margin:0 auto;padding:28px 22px 22px;color:white;display:flex;align-items:center;justify-content:space-between;gap:24px}
header a{color:white;text-decoration:none;font-weight:700}.brand{font-size:26px;letter-spacing:.04em}.nav{display:flex;gap:18px;flex-wrap:wrap}.nav a:hover{text-decoration:underline}
.card{max-width:980px;margin:18px auto 40px;background:var(--paper);border-radius:22px;padding:clamp(24px,5vw,58px);box-shadow:0 18px 50px rgba(0,0,0,.25);border:3px solid var(--gold)}
h1,h2{color:#3b2a12}h1{font-size:clamp(34px,6vw,56px);margin-top:0}h2{margin-top:34px}.note{background:#fff8e7;border-left:5px solid var(--gold);padding:15px 18px;border-radius:8px;line-height:1.55}p,li{line-height:1.65}
footer{max-width:980px;margin:0 auto;padding:0 22px 34px;color:white;display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}footer a{color:white}
@media(max-width:600px){header{align-items:flex-start;flex-direction:column}.card{margin:8px 12px 30px;border-radius:16px}}
