
:root{
  --bg:#070707;--panel:#101010;--panel2:#171717;--text:#f6f6f6;--muted:#b8b8b8;
  --red:#e01b1b;--red-dark:#9f0808;--green:#18a947;--line:#2a2a2a;
  --max:1180px;--radius:22px;--shadow:0 18px 55px rgba(0,0,0,.38)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.5}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(var(--max),calc(100% - 36px));margin-inline:auto}
.skip-link{position:absolute;left:-9999px;top:0;background:#fff;color:#000;padding:10px;z-index:999}
.skip-link:focus{left:10px;top:10px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(5,5,5,.94);backdrop-filter:blur(12px);border-bottom:1px solid #222}
.header-inner{min-height:84px;display:flex;align-items:center;gap:26px}
.brand img{width:230px;height:auto}
.desktop-nav{display:flex;gap:22px;margin-left:auto}
.desktop-nav a{font-weight:800;text-transform:uppercase;font-size:.83rem;letter-spacing:.08em;color:#ddd}
.desktop-nav a:hover{color:#fff}
.header-actions{display:flex;gap:10px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;font-weight:900;text-transform:uppercase;letter-spacing:.025em;transition:.2s ease;min-height:50px;padding:0 22px}
.btn:hover{transform:translateY(-2px);filter:brightness(1.08)}
.btn-call{background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff}
.btn-whatsapp{background:linear-gradient(135deg,#20bb54,#0e8737);color:#fff}
.btn-small{min-height:44px;padding-inline:17px;font-size:.82rem}
.hero{position:relative;overflow:hidden;background:
 radial-gradient(circle at 12% 18%,rgba(225,27,27,.17),transparent 32%),
 linear-gradient(135deg,#050505,#0b0b0b 72%,#170505)}
.hero:after{content:"";position:absolute;inset:auto 0 0;height:36px;background:repeating-linear-gradient(135deg,transparent 0 20px,rgba(222,25,25,.15) 20px 24px)}
.hero-grid{min-height:650px;display:grid;grid-template-columns:1.02fr .98fr;align-items:stretch;gap:0}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:76px 48px 80px 0;position:relative;z-index:2}
.eyebrow{display:inline-flex;align-items:center;align-self:flex-start;background:#270606;border:1px solid #a81111;color:#fff;padding:8px 14px;border-radius:999px;font-weight:800;text-transform:uppercase;font-size:.78rem;letter-spacing:.05em}
.hero h1{margin:18px 0 5px;font-size:clamp(4.2rem,7.6vw,7.2rem);line-height:.86;text-transform:uppercase;letter-spacing:-.055em}
.hero h1 strong{display:block;color:var(--red)}
.hero-subtitle{margin:14px 0 6px;font-size:1.5rem;font-weight:900;text-transform:uppercase}
.hero-text{max-width:620px;color:#d4d4d4;font-size:1.06rem;margin:8px 0 25px}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap}
.btn-large{min-width:210px;min-height:66px;flex-direction:column;align-items:flex-start;padding:9px 22px}
.btn-large span{font-size:.73rem}.btn-large strong{font-size:1.2rem}
.hero-points{display:flex;gap:24px;flex-wrap:wrap;margin-top:24px;color:#ddd;font-weight:800;font-size:.82rem;text-transform:uppercase}
.hero-points span:before{content:"✓";color:var(--red);margin-right:7px}
.hero-photo{position:relative;min-height:650px;overflow:hidden}
.hero-photo:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#090909 0,transparent 28%);z-index:1}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.section{padding:78px 0}
.section-heading{text-align:center;margin-bottom:30px}
.section-heading p{margin:0;color:#aaa;text-transform:uppercase;font-size:.75rem;letter-spacing:.15em;font-weight:800}
.section-heading h2,.coverage h2{margin:5px 0 0;font-size:clamp(2.1rem,4vw,3.4rem);text-transform:uppercase}
.section-heading strong,.coverage strong{color:var(--red)}
.services{background:#0b0b0b}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.service-card{background:linear-gradient(180deg,#161616,#0b0b0b);border:1px solid #381010;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);transition:.2s}
.service-card:hover{transform:translateY(-5px);border-color:#a31515}
.service-card img{width:100%;aspect-ratio:4/5;object-fit:cover}
.service-card h3,.service-card p{position:absolute;clip:rect(0 0 0 0);clip-path:inset(50%);width:1px;height:1px;overflow:hidden;white-space:nowrap}
.coverage{background:linear-gradient(180deg,#080808,#0d0d0d)}
.coverage-box{display:grid;grid-template-columns:1fr 1fr;gap:28px;background:#111;border:1px solid #2e2e2e;border-radius:var(--radius);padding:44px;box-shadow:var(--shadow)}
.coverage-copy p{color:#c7c7c7;max-width:590px}
.zones{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.zones span{border:1px solid #383838;background:#181818;border-radius:999px;padding:7px 11px;color:#ddd;font-size:.85rem}
.map-visual{position:relative;min-height:310px;border-radius:18px;overflow:hidden;background:
 linear-gradient(25deg,transparent 0 47%,rgba(225,25,25,.42) 48% 49%,transparent 50%),
 linear-gradient(155deg,transparent 0 46%,rgba(225,25,25,.24) 47% 48%,transparent 49%),
 repeating-linear-gradient(35deg,#171717 0 3px,#101010 3px 13px)}
.map-visual:before,.map-visual:after{content:"";position:absolute;border:1px solid #303030;border-radius:50%;width:330px;height:160px;left:22%;top:18%;transform:rotate(-18deg)}
.map-visual:after{width:480px;height:230px;left:3%;top:38%;transform:rotate(22deg)}
.pin{position:absolute;left:50%;top:42%;transform:translate(-50%,-50%);width:68px;height:68px;background:var(--red);border-radius:50% 50% 50% 0;rotate:-45deg;box-shadow:0 0 30px rgba(225,27,27,.7);z-index:2}
.pin span{position:absolute;width:22px;height:22px;background:#111;border-radius:50%;left:23px;top:23px}
.map-visual strong,.map-visual small{position:absolute;left:50%;transform:translateX(-50%);z-index:3}
.map-visual strong{top:68%;font-size:1.8rem}.map-visual small{top:79%;color:#bbb}
.trust{padding-top:0;background:#0d0d0d}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #303030;border-radius:18px;overflow:hidden;background:#131313}
.trust-grid article{display:flex;gap:16px;align-items:center;padding:27px;border-right:1px solid #303030}
.trust-grid article:last-child{border-right:0}
.trust-icon{display:grid;place-items:center;flex:0 0 62px;height:62px;border:3px solid var(--red);border-radius:50%;color:#fff;font-weight:900;font-size:1.15rem}
.trust h3{margin:0;text-transform:uppercase}.trust p{margin:3px 0 0;color:#bdbdbd;font-size:.9rem}
.site-footer{background:
 radial-gradient(circle at left,rgba(215,14,14,.25),transparent 28%),
 radial-gradient(circle at right,rgba(215,14,14,.2),transparent 28%),
 #060606;border-top:1px solid #2b0b0b;padding:38px 0 90px}
.footer-main{display:grid;grid-template-columns:260px 1fr auto;gap:32px;align-items:center}
.footer-logo{width:240px}
.footer-phone span{display:block;text-transform:uppercase;font-weight:900;color:#ddd}
.footer-phone a{font-size:clamp(2.2rem,5vw,4.8rem);font-weight:900;letter-spacing:-.04em;white-space:nowrap}
.footer-actions{display:flex;gap:10px}
.footer-bottom{display:flex;justify-content:center;gap:38px;flex-wrap:wrap;border-top:1px solid #2a2a2a;margin-top:30px;padding-top:22px;color:#d3d3d3;font-weight:700;font-size:.88rem}
.mobile-sticky{display:none}
@media (max-width:980px){
  .desktop-nav{display:none}.brand img{width:195px}.header-actions .btn-small:first-child{display:none}
  .hero-grid{grid-template-columns:1fr}.hero-copy{padding:64px 0 24px}.hero-photo{min-height:470px;border-radius:18px 18px 0 0}
  .hero-photo:before{background:linear-gradient(180deg,#090909 0,transparent 30%)}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .coverage-box{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr}.trust-grid article{border-right:0;border-bottom:1px solid #303030}.trust-grid article:last-child{border-bottom:0}
  .footer-main{grid-template-columns:1fr;text-align:center}.footer-logo{margin:auto}.footer-actions{justify-content:center}
}
@media (max-width:620px){
  body{padding-bottom:66px}.container{width:min(100% - 24px,var(--max))}
  .site-header{position:relative}.header-inner{min-height:72px}.brand img{width:180px}.header-actions{margin-left:auto}.header-actions .btn{display:none}
  .hero-grid{min-height:auto}.hero-copy{padding:42px 0 22px}.hero h1{font-size:4rem}.hero-subtitle{font-size:1.15rem}
  .hero-buttons{display:grid;grid-template-columns:1fr 1fr;gap:9px}.btn-large{min-width:0;width:100%;padding:8px 12px}.btn-large strong{font-size:1rem}
  .hero-points{gap:10px 15px;font-size:.71rem}.hero-photo{min-height:440px;margin-inline:-12px;border-radius:0}
  .section{padding:58px 0}.services-grid{grid-template-columns:1fr 1fr;gap:10px}.service-card{border-radius:13px}
  .coverage-box{padding:24px}.map-visual{min-height:260px}.trust-grid article{padding:20px}.trust-icon{flex-basis:54px;height:54px}
  .site-footer{padding-bottom:32px}.footer-phone a{font-size:2.35rem}.footer-actions{display:grid}.footer-bottom{gap:12px;flex-direction:column}
  .mobile-sticky{position:fixed;display:grid;grid-template-columns:1fr 1fr;left:0;right:0;bottom:0;z-index:100;height:66px;box-shadow:0 -10px 30px rgba(0,0,0,.42)}
  .mobile-sticky a{display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:900}
  .mobile-call{background:var(--red)}.mobile-whatsapp{background:var(--green)}
}
@media (max-width:390px){
  .hero h1{font-size:3.45rem}.services-grid{grid-template-columns:1fr}.hero-buttons{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.service-card{transition:none}}

/* =========================================================
   AJUSTE FINAL DE LOGOS Y CENTRADO — 2026-08-05
   Estas reglas están al final para evitar cualquier conflicto.
   ========================================================= */
.site-header .header-inner{
  min-height:104px;
  padding-block:8px;
}
.site-header .brand{
  flex:0 0 88px;
  width:88px;
  height:88px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
}
.site-header .brand img{
  display:block;
  width:88px !important;
  height:88px !important;
  max-width:88px !important;
  max-height:88px !important;
  object-fit:contain;
  object-position:center;
  margin:0;
}
.footer-main{
  grid-template-columns:100px minmax(0,1fr) auto;
  align-items:center;
}
.site-footer .footer-logo{
  display:block;
  width:84px !important;
  height:84px !important;
  max-width:84px !important;
  max-height:84px !important;
  object-fit:contain;
  object-position:center;
  margin:0 auto;
}
.hero-buttons .btn-large{
  align-items:center;
  text-align:center;
}
.footer-actions .btn,
.mobile-sticky a{
  text-align:center;
}

@media (max-width:980px){
  .site-header .header-inner{
    min-height:92px;
    padding-block:7px;
  }
  .site-header .brand{
    flex-basis:76px;
    width:76px;
    height:76px;
  }
  .site-header .brand img{
    width:76px !important;
    height:76px !important;
    max-width:76px !important;
    max-height:76px !important;
  }
  .footer-main{
    grid-template-columns:1fr;
    justify-items:center;
    text-align:center;
  }
  .site-footer .footer-logo{
    width:78px !important;
    height:78px !important;
    max-width:78px !important;
    max-height:78px !important;
  }
  .footer-actions{
    justify-content:center;
  }
}

@media (max-width:620px){
  body{
    padding-bottom:calc(66px + env(safe-area-inset-bottom));
  }
  .site-header{
    position:relative;
  }
  .site-header .header-inner{
    min-height:88px;
    padding-block:8px;
    justify-content:center;
    position:relative;
  }
  .site-header .brand{
    flex:0 0 70px;
    width:70px;
    height:70px;
    margin:0 auto;
  }
  .site-header .brand img{
    width:70px !important;
    height:70px !important;
    max-width:70px !important;
    max-height:70px !important;
  }
  .site-header .desktop-nav,
  .site-header .header-actions{
    display:none !important;
  }
  .hero-copy{
    padding-top:34px;
  }
  .hero h1{
    font-size:clamp(3.15rem,15vw,3.75rem);
  }
  .hero-subtitle{
    font-size:1.05rem;
  }
  .hero-text{
    font-size:.98rem;
    line-height:1.55;
  }
  .hero-buttons{
    grid-template-columns:1fr;
    width:100%;
  }
  .hero-buttons .btn-large{
    width:100%;
    min-height:68px;
    padding:10px 16px;
    align-items:center;
    justify-content:center;
    text-align:center;
  }
  .hero-buttons .btn-large span,
  .hero-buttons .btn-large strong{
    width:100%;
    text-align:center;
  }
  .hero-points{
    justify-content:center;
  }
  .site-footer .footer-logo{
    width:72px !important;
    height:72px !important;
    max-width:72px !important;
    max-height:72px !important;
    margin:0 auto 2px;
  }
  .footer-main{
    gap:18px;
  }
  .footer-phone,
  .footer-actions,
  .footer-bottom{
    text-align:center;
  }
  .footer-actions{
    width:min(100%,320px);
    margin-inline:auto;
  }
  .footer-actions .btn{
    width:100%;
    justify-content:center;
  }
  .mobile-sticky{
    padding-bottom:env(safe-area-inset-bottom);
    height:auto;
  }
  .mobile-sticky a{
    min-height:66px;
    justify-content:center;
  }
}

@media (max-width:390px){
  .site-header .header-inner{min-height:82px}
  .site-header .brand{flex-basis:64px;width:64px;height:64px}
  .site-header .brand img{
    width:64px !important;
    height:64px !important;
    max-width:64px !important;
    max-height:64px !important;
  }
  .site-footer .footer-logo{
    width:66px !important;
    height:66px !important;
    max-width:66px !important;
    max-height:66px !important;
  }
}

