:root{--red:#e51d2f;--black:#101010;--paper:#fffaf4;--text:#1a1a1a;--muted:#666}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--paper);line-height:1.65}
a{color:var(--red)}
.nav{background:#fff;border-bottom:1px solid #ece7e2;box-shadow:0 4px 18px #00000008}
.navin{max-width:1060px;min-height:76px;margin:auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.logo{font-weight:900;font-size:20px;line-height:1}.logo span{color:var(--red)}
.back{display:inline-block;background:var(--red);color:#fff;text-decoration:none;font-weight:800;padding:11px 16px;border-radius:8px}
.hero{background:linear-gradient(125deg,#111,#1d1d1d);color:#fff;padding:58px 24px}
.hero-inner{max-width:960px;margin:auto}
.kicker{font-weight:900;color:#ff5261;text-transform:uppercase;letter-spacing:1.6px;font-size:13px}
h1,h2,h3{font-family:Impact,'Arial Narrow',Arial,sans-serif;text-transform:uppercase;letter-spacing:.3px;line-height:1.08}
h1{font-size:clamp(44px,7vw,72px);margin:10px 0 12px}
.hero p{margin:0;color:#ddd;font-size:18px}
main{max-width:960px;margin:0 auto;padding:50px 24px 70px}
.card{background:#fff;border:1px solid #ece6df;border-left:6px solid var(--red);padding:28px;border-radius:10px;box-shadow:0 10px 28px #0000000c;margin-bottom:22px}
h2{font-size:31px;margin:0 0 14px}
h3{font-size:22px;margin:24px 0 8px}
p,ul{margin:0 0 14px}
address{font-style:normal}
.muted{color:var(--muted)}
footer{background:#101010;color:#bbb;padding:30px 24px}
.foot{max-width:960px;margin:auto;display:flex;justify-content:space-between;gap:22px;flex-wrap:wrap}
.foot a{color:#fff;text-decoration:none;font-weight:800;margin-right:16px}
.foot a:hover,.foot a:focus{text-decoration:underline}
@media(max-width:600px){.navin{align-items:flex-start}.back{font-size:14px}main{padding-top:32px}.card{padding:22px}h2{font-size:27px}}
