
:root{--navy:#102a4c;--red:#b5222a;--gold:#b88a2d;--ink:#17202a;--paper:#fbfaf6;--line:#d9dde2}
*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;color:var(--ink);line-height:1.6}a{color:var(--navy)}
.container{width:min(1080px,92%);margin:auto}.topbar{background:var(--navy);color:#fff;text-align:center;padding:.55rem}
header{border-bottom:1px solid var(--line);background:#fff}.nav{display:flex;justify-content:space-between;align-items:center;min-height:78px}
.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:var(--navy);font-family:Georgia,serif;font-weight:700}
.mark{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;border:3px solid var(--gold)}
nav a{text-decoration:none;margin-left:1rem;font-weight:700}.hero{background:linear-gradient(135deg,#102a4c,#1a426f);color:#fff;padding:85px 0}
h1,h2,h3{font-family:Georgia,serif;line-height:1.15}h1{font-size:clamp(2.8rem,6vw,5rem);margin:.4rem 0 1rem}h2{font-size:clamp(2rem,4vw,3rem);color:var(--navy)}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#f2d28a;font-weight:700;font-size:.8rem}.section{padding:70px 0}.soft{background:var(--paper)}
.grid-3,.grid-2{display:grid;gap:1.4rem}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}
.card,.price-box{background:#fff;border:1px solid var(--line);border-radius:10px;padding:1.5rem}.price-box{border:2px solid var(--gold)}.price{font:700 3.2rem Georgia;color:var(--navy)}
.button{display:inline-block;padding:.9rem 1.25rem;border-radius:5px;text-decoration:none;font-weight:700;background:var(--gold);color:#13233b;margin-top:1rem}
.notice{border-left:5px solid var(--gold);background:#fffaf0;padding:1rem 1.2rem;margin:1.2rem 0}.contact{background:var(--navy);color:#fff}.contact h2,.contact a{color:#fff}
footer{background:#091b32;color:#dfe6ef;padding:30px 0}.footer-links{display:flex;gap:1rem;flex-wrap:wrap}.footer-links a{color:#fff}.legal{padding:50px 0 75px}.legal h1{font-size:2.6rem;color:var(--navy)}.legal h2{font-size:1.45rem;margin-top:2rem}
@media(max-width:800px){.grid-3,.grid-2{grid-template-columns:1fr}nav{display:none}}
