:root{--red:#AA151B;--yellow:#F1BF00;--black:#111;--white:#fff;--light:#f7f7f7}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:Inter,sans-serif;line-height:1.7;color:var(--black);background:#fff;overflow-x:hidden}
img{max-width:100%;display:block;height:auto}
header{padding:16px 5%;display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom:4px solid var(--yellow);position:sticky;top:0;z-index:1000;flex-wrap:wrap;gap:12px}
.logo-wrap{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}
.logo-wrap img{height:52px;width:auto}
.logo-text{font-size:clamp(1.1rem,3vw,1.5rem);font-weight:900;text-transform:uppercase}
.logo-text span{color:var(--red)}
nav{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
nav a{text-decoration:none;color:var(--black);font-weight:700;font-size:.92rem}
nav a:hover,nav a.active{color:var(--red)}
nav .lang{border:2px solid var(--black);padding:3px 10px;border-radius:8px}
.intro,.hero{background:var(--red);color:#fff;text-align:center;padding:clamp(80px,12vw,140px) 5%}
.intro h1,.hero h1{font-size:clamp(2.2rem,7vw,4.5rem);margin-bottom:22px;font-weight:900;line-height:1.1}
.intro p,.hero p{max-width:920px;margin:0 auto;font-size:clamp(1.05rem,2.5vw,1.2rem)}
.btn-group,.hero-buttons{margin-top:40px;display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.btn{padding:15px 28px;text-decoration:none;font-weight:800;border-radius:10px;transition:.3s;font-size:1rem;min-width:160px;text-align:center;display:inline-block}
.btn:hover{transform:translateY(-4px);box-shadow:0 10px 18px rgba(0,0,0,.2)}
.btn-dark{background:var(--black);color:#fff}
.btn-white{background:var(--yellow);color:var(--black)}
.btn-whatsapp{background:#25D366;color:#fff}
.btn-red{background:var(--red);color:#fff}
.section{padding:clamp(70px,12vw,120px) 5%;max-width:1280px;margin:0 auto}
.section h2{font-size:clamp(1.9rem,5vw,3.2rem);margin-bottom:22px;font-weight:900;text-align:center;line-height:1.15}
.section-description{max-width:900px;margin:0 auto 50px;text-align:center;font-size:1.08rem}
.gallery-grid,.stats-grid,.grid,.dark-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px}
.gallery-item,.card,.stat-card{border:3px solid var(--black);border-radius:18px;overflow:hidden;background:#fff;box-shadow:6px 6px 0 var(--red);transition:.3s}
.gallery-item:hover,.card:hover,.stat-card:hover{transform:translateY(-8px)}
.gallery-item img{width:100%;height:240px;object-fit:cover}
.gallery-item-content,.card,.stat-card{padding:28px 22px;text-align:center}
.card-number{font-size:2.6rem;font-weight:900;color:var(--red);margin-bottom:10px}
.stat-card h3{font-size:clamp(2.2rem,5vw,2.8rem);color:var(--red);margin-bottom:12px;font-weight:900}
.stats-section{background:var(--light)}
.map-container{width:100%;height:clamp(360px,70vw,500px);border-radius:18px;overflow:hidden;border:4px solid var(--black)}
.map-container iframe{width:100%;height:100%;border:0}
.fabrication-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.fabrication-grid img{width:100%;border-radius:16px;border:4px solid var(--black)}
.services,.dark-section{background:var(--black);color:#fff}
.services h2,.dark-section h2{color:#fff}
.service-row{display:flex;gap:36px;padding:36px;background:#1a1a1a;border-radius:20px;margin-top:32px;align-items:center}
.service-row:nth-child(even){flex-direction:row-reverse}
.service-img{width:100%;max-width:400px;height:280px;object-fit:cover;border-radius:14px;border:3px solid var(--red);flex-shrink:0}
.dark-card{background:#1c1c1c;border-radius:20px;padding:30px;border:3px solid var(--red)}
.cta-box{background:var(--black);color:#fff;padding:clamp(50px,10vw,80px) 24px;border-radius:24px;text-align:center;border:4px solid var(--red);box-shadow:8px 8px 0 var(--red)}
.cta-box h2{color:#fff}
footer{padding:50px 5%;text-align:center;border-top:4px solid var(--yellow);background:#111;color:#fff}
footer a{color:var(--yellow);margin:0 6px}
.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:9999;background:#111;color:#fff;padding:14px;display:none}
.cookie-inner{max-width:1000px;margin:0 auto;display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}
.cookie-inner a{color:var(--yellow)}
@media(max-width:768px){
  header{flex-direction:column;align-items:flex-start}
  .fabrication-grid{grid-template-columns:1fr}
  .service-row,.service-row:nth-child(even){flex-direction:column!important;text-align:center}
  .service-img{max-width:100%;height:220px}
  .btn-group,.hero-buttons{flex-direction:column;align-items:center}
  .btn{width:100%;max-width:320px}
}
