*{box-sizing:border-box;margin:0;padding:0}
:root{--black:#070b14;--dark:#0f172a;--yellow:#ffbd00;--orange:#f59e0b;--red:#dc2626;--green:#16a34a;--white:#fff;--muted:#64748b}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;color:#263244;background:#fff;line-height:1.6}
.container{width:min(1140px,92%);margin:auto}
.header{position:absolute;z-index:10;left:0;right:0;top:0;background:linear-gradient(#000b,transparent);padding:14px 0}
.nav{display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand img{width:185px;height:70px;object-fit:contain;mix-blend-mode:screen}
.nav-phone{background:var(--yellow);color:#090b10;text-decoration:none;font-weight:900;padding:11px 18px;border-radius:30px;box-shadow:0 5px 20px #0006}
.hero{height:720px;min-height:680px;position:relative;display:flex;align-items:center;overflow:hidden;background:#050912;color:#fff}
.hero-image{position:absolute;inset:0}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#02050dcc 0%,#02050d99 42%,#02050d25 100%)}
.hero-content{position:relative;z-index:2;padding-top:70px}
.badge,.eyebrow,.section-title span{color:var(--yellow);font-weight:900;letter-spacing:1.7px;font-size:13px}
.hero h1{font-size:clamp(44px,7vw,78px);line-height:1.02;margin:17px 0}
.hero h1 strong{color:var(--yellow)}
.hero p{max-width:650px;font-size:20px;color:#f2f4f7}
.buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:7px;text-decoration:none;font-weight:900;transition:.2s}
.btn-primary{background:var(--yellow);color:#090b10}.btn-primary:hover{transform:translateY(-2px);background:#ffd24d}
.btn-whatsapp{background:var(--green);color:#fff}.btn-whatsapp:hover{transform:translateY(-2px)}
.btn-dark{background:var(--dark);color:#fff}.phone{font-size:31px;font-weight:900;letter-spacing:2px;margin-top:22px;color:#fff}
.intro{padding:90px 0;background:#fff}.intro-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:55px;align-items:center}
.intro h2,.coverage h2,.section-title h2{color:#111827;font-size:42px;line-height:1.12;margin:8px 0 15px}.intro p{color:var(--muted);max-width:500px;margin-bottom:25px}
.second-image{border-radius:18px;overflow:hidden;box-shadow:0 20px 50px #0f172a20}.second-image img{display:block;width:100%;height:430px;object-fit:cover}
.services{padding:85px 0;background:#f8fafc}.section-title{text-align:center;margin-bottom:42px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:#fff;border:1px solid #e5e7eb;border-top:4px solid var(--yellow);padding:28px;border-radius:10px;box-shadow:0 10px 30px #0f172a08}.icon{font-size:35px;margin-bottom:10px}.card h3{color:#111827;margin-bottom:7px}.card p{color:var(--muted);font-size:14px}
.coverage{padding:80px 0;background:#101827;color:#fff}.coverage h2{color:#fff}.coverage p{color:#cbd5e1;margin-bottom:25px}.area-list{display:flex;flex-wrap:wrap;gap:9px}.area-list span{background:#1e293b;border:1px solid #334155;padding:8px 13px;border-radius:25px;font-size:13px;font-weight:700}
.cta{padding:80px 0;text-align:center;background:linear-gradient(135deg,#070b14,#172033);color:#fff}.cta-logo img{width:260px;height:105px;object-fit:contain;mix-blend-mode:screen}.cta h2{font-size:42px;margin:8px 0}.cta p{color:#cbd5e1;margin-bottom:20px}.big{font-size:20px;padding:16px 30px}
footer{background:#050810;color:#9ca3af;padding:25px 0}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:15px}.footer-inner strong{color:#fff}.footer-inner a{color:#fff;text-decoration:none;font-weight:900}
@media(max-width:850px){.cards{grid-template-columns:repeat(2,1fr)}.intro-grid{grid-template-columns:1fr}.hero{height:690px}.second-image img{height:360px}}
@media(max-width:550px){.header{padding:7px 0}.nav{flex-direction:column;gap:3px}.brand img{width:160px;height:58px}.nav-phone{font-size:14px;padding:8px 13px}.hero{min-height:700px;height:700px}.hero-content{padding-top:105px}.hero h1{font-size:44px}.hero p{font-size:17px}.buttons{flex-direction:column}.btn{width:100%}.phone{font-size:24px}.cards{grid-template-columns:1fr}.intro,.services,.coverage,.cta{padding:60px 0}.intro h2,.coverage h2,.section-title h2,.cta h2{font-size:32px}.footer-inner{flex-direction:column;text-align:center}}
