
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#202020;background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
.container{width:min(1050px,90%);margin:auto}
header{border-bottom:1px solid #eee;background:#fff}
.nav{height:72px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:15px}
.brand img{width:35px;height:48px;object-fit:contain}
.brand small{display:block;color:#777;font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.links{display:flex;gap:22px;font-size:13px;font-weight:600;color:#555}
.links a:hover,.links .active{color:#c71927}
.hero{padding:75px 0 85px;text-align:center;background:#fff}
.hero img{width:115px;height:160px;object-fit:contain;margin-bottom:22px}
.label{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#c71927;font-weight:700}
h1{font-size:clamp(42px,7vw,70px);line-height:1.02;letter-spacing:-.05em;margin:12px 0}
h2{font-size:36px;line-height:1.1;letter-spacing:-.035em;margin:0 0 12px}
h3{font-size:20px;margin:0 0 7px}
.lead{font-size:18px;color:#666;max-width:620px;margin:0 auto}
.btn{display:inline-block;margin-top:25px;padding:12px 22px;border-radius:3px;background:#c71927;color:white;font-size:13px;font-weight:700}
.simple-section{padding:70px 0;border-top:1px solid #eee}
.center{text-align:center}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:35px}
.card{padding:28px;background:#fafafa;border:1px solid #eee}
.card p{color:#666;font-size:14px;margin:0}
.number{font-size:12px;color:#c71927;font-weight:700;margin-bottom:18px}
.page{padding:70px 0}
.page-intro{max-width:700px;margin-bottom:42px}
.page-intro p{color:#666;font-size:17px}
.info{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.info-box{border-top:2px solid #c71927;padding:22px 0}
.info-box p{color:#666;margin:0}
.big-time{font-size:31px;font-weight:700;margin:8px 0}
.contact{margin-top:45px;padding:35px;background:#fafafa;text-align:center}
footer{border-top:1px solid #eee;padding:35px 0;color:#777;font-size:12px}
.footer-inner{display:flex;justify-content:space-between;gap:20px}
@media(max-width:700px){
 .links{gap:12px}.links a:not(:last-child){display:none}
 .hero{padding:55px 0 65px}.hero img{width:90px;height:125px}
 .cards,.info{grid-template-columns:1fr}
 .simple-section,.page{padding:55px 0}
 .footer-inner{flex-direction:column}
}
