@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:#151515;background:#f5f5f5}a{text-decoration:none;color:inherit}.hero{min-height:650px;background:linear-gradient(135deg,#b90000,#e00000 55%,#970000);color:white}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 7%;border-bottom:1px solid rgba(255,255,255,.2)}.nav.inner{background:#fff;color:#111;border-bottom:1px solid #ddd}.logo{font-size:19px;font-weight:900;letter-spacing:.5px}.logo span{background:#fff;color:#c40000;padding:7px 9px;border-radius:7px;margin-right:8px}.inner .logo span{background:#c40000;color:#fff}.nav-links{display:flex;gap:28px;font-size:14px;font-weight:700}.nav-links a{opacity:.85}.nav-links a:hover,.nav-links .active{opacity:1}.hero-content{max-width:1000px;margin:0 auto;padding:115px 7%}.eyebrow,.red-label{font-size:12px;font-weight:900;letter-spacing:2px}.hero h1{font-size:64px;line-height:1.03;margin:15px 0}.hero h1 strong{font-weight:900}.hero p{font-size:19px;max-width:600px;line-height:1.6;opacity:.9}.buttons{display:flex;gap:12px;margin-top:35px}.button{padding:15px 24px;border-radius:7px;font-weight:800}.button.white{background:#fff;color:#c00000}.button.outline{border:2px solid #fff}.section{max-width:1180px;margin:auto;padding:80px 25px}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.section h2,.red-panel h2{font-size:40px;margin:8px 0 0}.red-label{color:#c00000}.section-title>a{font-weight:800;color:#c00000}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:#fff;padding:30px;border-radius:14px;min-height:260px;box-shadow:0 8px 30px #0000000b}.card.featured{border-top:5px solid #c00000}.tag{display:inline-block;background:#c00000;color:white;padding:6px 9px;border-radius:5px;font-size:10px;font-weight:900}.tag.dark{background:#222}.card h3{font-size:24px;margin:25px 0 12px}.card p{color:#666;line-height:1.6}.card a{display:block;margin-top:25px;color:#c00000;font-weight:800}.red-panel{margin:0 25px 70px;padding:55px;max-width:1130px;margin-left:auto;margin-right:auto;background:#c00000;color:white;border-radius:18px;display:flex;justify-content:space-between;align-items:center}.mini-links{display:flex;flex-direction:column;min-width:270px}.mini-links a{padding:17px 0;border-bottom:1px solid #ffffff55;font-weight:800}.mini-links span{float:right}.page{max-width:1100px;margin:auto;padding:85px 25px;min-height:650px}.page h1{font-size:54px;margin:12px 0}.lead{font-size:19px;color:#666;max-width:700px;line-height:1.7}.empty-news,.emergency,.about,.ov-grid>div{background:#fff;border-radius:15px;padding:35px;margin-top:45px;box-shadow:0 8px 30px #0000000b}.empty-news div{font-size:45px}.emergency{border-left:6px solid #c00000}.ov-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.ov-grid>div{margin-top:0;font-size:35px}.ov-grid h2{font-size:23px}.ov-grid p{font-size:15px;color:#666}.about{line-height:1.8}footer{background:#111;color:#fff;padding:35px 7%;display:flex;gap:30px;align-items:center;font-size:13px}footer strong{margin-right:auto}@media(max-width:750px){.nav{height:auto;padding:20px;flex-direction:column;gap:18px}.nav-links{gap:14px;flex-wrap:wrap;justify-content:center}.hero-content{padding:80px 25px}.hero h1{font-size:43px}.cards,.ov-grid{grid-template-columns:1fr}.red-panel{display:block;padding:35px 25px}.mini-links{margin-top:30px}.page h1{font-size:40px}footer{flex-wrap:wrap}.section-title{display:block}.section-title>a{display:block;margin-top:15px}}
