
body{font-family:Arial;margin:0;background:#f7f7f7;color:#333}
.container{width:min(1200px,calc(100% - 40px));margin:auto}
header{background:#fff;border-bottom:1px solid #eee}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0}
.logo{font-weight:700;font-size:22px;color:#e60000}
nav a{margin:0 12px;text-decoration:none;color:#333;font-weight:500}
nav a:hover{color:#e60000}
.btn-call{background:#e60000;color:#fff;padding:10px 18px;border-radius:6px;text-decoration:none;font-weight:600}
.hero{background:#fff;padding:80px 0;border-bottom:1px solid #eee}
.hero h1{font-size:38px}
.services{padding:70px 0}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}
.card{background:#fff;border:1px solid #eee;border-top:3px solid #e60000;padding:25px;border-radius:8px}
footer{background:#fff;border-top:1px solid #eee;padding:40px 0;margin-top:40px;font-size:14px}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #eee;padding:15px;display:flex;justify-content:space-between;align-items:center}
.cookie-banner button{background:#e60000;border:0;color:#fff;padding:8px 14px;border-radius:4px}
