:root{font-family:system-ui,-apple-system,"Segoe UI",sans-serif;color:#102b49;background:#f4f7fb;line-height:1.6}
*{box-sizing:border-box}body{margin:0}a{color:#0964ad}a:focus-visible{outline:3px solid #78baff;outline-offset:3px}
.wrap{width:min(980px,calc(100% - 40px));margin:auto}
header{background:#0c3155;color:white}.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{color:white;text-decoration:none;font-size:1.4rem;font-weight:800;letter-spacing:-.04em}.brand span{color:#90cbff}
nav{display:flex;gap:22px;flex-wrap:wrap}nav a{color:#e6f3ff;text-decoration:none;font-size:.92rem}nav a:hover,footer a:hover{text-decoration:underline}
.hero{background:linear-gradient(145deg,#0c3155,#176fa9);color:white;padding:78px 0 82px}.eyebrow{font-size:.88rem;font-weight:700;color:#bfe8ff}
h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.6rem,6vw,4.8rem);line-height:1.08;letter-spacing:-.055em;margin:18px 0 25px}.hero p{font-size:1.18rem;max-width:680px;color:#e2f0fb}
.status{border-left:4px solid #9fe0b6;background:#ffffff20;padding:15px 19px;border-radius:0 12px 12px 0;margin-top:29px;font-size:.95rem}
main section{padding:65px 0}.section-title{font-size:clamp(1.9rem,4vw,2.7rem);letter-spacing:-.04em;line-height:1.15}.muted{color:#4d6178}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.card,.paper{background:white;border:1px solid #d8e3ee;border-radius:18px;box-shadow:0 8px 24px #0d29420a}.card{padding:26px}.card h3{margin-bottom:10px}.card p{margin:0;color:#4d6178}
.facts{background:#eaf2fa}.facts ul{padding-left:22px}.facts li{margin:10px 0}.paper{padding:clamp(24px,5vw,55px);margin:42px auto 70px}.paper h1{font-size:clamp(2.3rem,5vw,3.5rem)}.paper h2{font-size:1.45rem;margin-top:32px}.paper p,.paper li{max-width:75ch}.notice{background:#edf5fc;border-left:4px solid #1377bd;padding:16px 20px;border-radius:0 10px 10px 0}
footer{background:#0c3155;color:#dce9f5;padding:30px 0}footer .wrap{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}footer a{color:white;text-decoration:none;margin-left:16px}
@media(max-width:700px){.grid{grid-template-columns:1fr}.nav{align-items:flex-start;flex-direction:column;padding:18px 0;gap:10px}.hero{padding:60px 0}}
