:root{
  --red:#ef1717;--red-dark:#c80d0d;--red-soft:#fff0f0;--black:#101113;
  --text:#45484f;--muted:#73777f;--line:#e5e6e8;--bg:#f5f5f6;--white:#fff;
  --shadow:0 24px 70px rgba(16,17,19,.10);--shadow-soft:0 12px 35px rgba(16,17,19,.07);
  --container:min(1180px,calc(100% - 40px))
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--black);background:#fff;line-height:1.65}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{font:inherit;cursor:pointer}
.container{width:var(--container);margin-inline:auto}
.skip{position:absolute;left:-999px;top:10px;background:#fff;padding:10px 14px;z-index:100}
.skip:focus{left:10px}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(229,230,232,.9)}
.nav{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{width:clamp(300px,24vw,390px);max-height:88px;object-fit:contain;object-position:left center}
.nav-links{display:flex;gap:26px;font-size:14px;font-weight:800}
.nav-links a:hover{color:var(--red)}
.nav-actions{display:flex;gap:10px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:0 19px;border-radius:999px;border:1px solid transparent;font-weight:850;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}
.btn-red{background:var(--red);color:#fff;box-shadow:0 10px 25px rgba(239,23,23,.20)}
.btn-red:hover{background:var(--red-dark)}
.btn-dark{background:var(--black);color:#fff}
.btn-light{background:#fff;border-color:var(--line)}
.btn-white{background:#fff;color:#111}
.btn-outline{border-color:rgba(255,255,255,.45);color:#fff}
.btn-big{min-height:56px;padding-inline:24px}
.menu{display:none;width:46px;height:46px;background:#fff;border:1px solid var(--line);border-radius:14px}

.hero{padding:68px 0 60px;background:radial-gradient(circle at 10% 5%,rgba(239,23,23,.07),transparent 29rem),linear-gradient(180deg,#fff,#fafafa);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:62px;align-items:center}
.eyebrow,.kicker{display:inline-block;color:var(--red);font-size:12px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.eyebrow{padding:8px 12px;background:var(--red-soft);border:1px solid #f3cccc;border-radius:999px}
h1,h2,h3{margin:0;line-height:1.08;letter-spacing:-.045em}
h1{font-size:clamp(48px,6.3vw,82px);margin-top:18px;text-wrap:balance}
h2{font-size:clamp(34px,4.2vw,56px);text-wrap:balance}
h3{font-size:24px}
.lead{max-width:670px;font-size:19px;color:var(--text);margin:24px 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.proof{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:32px}
.proof div{padding:16px 0;border-top:1px solid var(--line)}
.proof strong{display:block;font-size:22px}
.proof span{display:block;color:var(--muted);font-size:13px}
.hero-media{position:relative}
.hero-image{min-height:600px;border-radius:38px;background: linear-gradient(180deg,rgba(16,17,19,.02),rgba(16,17,19,.10)),url("../images/hero-limpiezas-hispanidad.webp") center/cover;) center/cover;box-shadow:var(--shadow)}
.hero-card{position:absolute;left:-28px;bottom:26px;width:290px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:20px;padding:17px 19px;box-shadow:var(--shadow-soft)}
.stars{color:#f3a000;letter-spacing:.06em}
.hero-card strong{display:block;margin:4px 0}
.hero-card span{font-size:12px;color:var(--muted)}

.section{padding:92px 0}
.soft{background:var(--bg)}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:36px}
.section-head>div{max-width:680px}
.section-head>p{max-width:520px;color:var(--muted);margin:0}
.services{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.service{min-height:435px;background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;display:flex;flex-direction:column;transition:.2s ease}
.service:hover{transform:translateY(-5px);box-shadow:var(--shadow-soft)}
.dark-card{background:var(--black);color:#fff;border-color:var(--black)}
.num{font-size:12px;font-weight:950;color:var(--red);margin-bottom:46px}
.service p{color:var(--muted);font-size:14px}
.service ul{padding-left:18px;margin:15px 0 24px;color:var(--text);font-size:14px}
.dark-card p,.dark-card li{color:#c9cbd0}
.service a{margin-top:auto;font-weight:900;color:var(--red)}

.about{display:grid;grid-template-columns:.92fr 1.08fr;gap:62px;align-items:center}
.about-image{min-height:570px;border-radius:34px;background:linear-gradient(180deg,rgba(16,17,19,.02),rgba(16,17,19,.17)),url("https://images.unsplash.com/photo-1527515637462-cff94eecc1ac?auto=format&fit=crop&w=1400&q=85") center/cover;box-shadow:var(--shadow-soft)}
.about-copy p{color:var(--muted)}
.advantages{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}
.advantages div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}
.advantages b{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:9px;background:var(--red-soft);color:var(--red);margin-bottom:16px}
.advantages strong,.advantages small{display:block}
.advantages small{color:var(--muted);margin-top:3px}

.reviews-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}
.rating{display:flex;align-items:center;gap:16px}
.rating>strong{font-size:50px;letter-spacing:-.06em}
.rating small{display:block;color:var(--muted)}
.slider{background:var(--black);color:#fff;border-radius:34px;padding:46px;box-shadow:var(--shadow)}
.slides{min-height:260px}
.slide{display:none;animation:fade .35s ease}
.slide.active{display:block}
.quote{font:80px/0.8 Georgia,serif;color:var(--red)}
.slide p{font-size:clamp(30px,4vw,48px);line-height:1.15;letter-spacing:-.035em;max-width:850px;margin:20px 0 40px}
.slide footer{display:flex;flex-direction:column}
.slide footer span{color:#aeb1b7;font-size:13px}
.slider-controls{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #303238;padding-top:20px}
.slider-controls button{width:44px;height:44px;border-radius:50%;border:1px solid #3b3e43;background:#1a1c1f;color:#fff}
.dots{display:flex;gap:8px}
.dot{width:8px!important;height:8px!important;border:0!important;border-radius:50%!important;background:#55585e!important;padding:0!important}
.dot.active{background:var(--red)!important;transform:scale(1.25)}
.google-link{display:inline-block;margin-top:18px;color:var(--red);font-weight:900}
@keyframes fade{from{opacity:.4;transform:translateY(6px)}to{opacity:1;transform:none}}

.location{display:grid;grid-template-columns:.78fr 1.22fr;gap:26px}
.location-copy{background:#fff;border:1px solid var(--line);border-radius:30px;padding:34px}
.location-copy p{color:var(--muted)}
.location-data{display:grid;gap:10px;margin:26px 0}
.location-data a{padding:13px 0;border-bottom:1px solid var(--line)}
.location-data span{display:block;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.location-data strong{display:block;margin-top:2px}
.map{border-radius:30px;overflow:hidden;min-height:520px;box-shadow:var(--shadow-soft);background:#ddd}
.map iframe{width:100%;height:100%;min-height:520px;display:block}

.contact{padding-top:72px}
.contact-box{background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff;border-radius:34px;padding:52px;display:flex;justify-content:space-between;align-items:center;gap:36px;box-shadow:0 24px 70px rgba(239,23,23,.20)}
.contact-box>div:first-child{max-width:700px}
.light-kicker{color:#fff}
.contact-box p{color:#ffe3e3;margin-bottom:0}
.contact-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}

.footer{background:#111214;color:#fff;padding:48px 0 90px;margin-top:80px}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr auto;gap:28px;align-items:center}
.footer-logo{background:#fff;border-radius:16px;padding:8px 12px;display:inline-flex;width:max-content}
.footer-logo img{width:240px;max-height:66px;object-fit:contain}
.footer-grid>div span{display:block;color:#aeb1b7;font-size:13px}
.footer-contact{display:grid;gap:5px;color:#c3c5c9;font-size:14px}
.copy{color:#80838a;font-size:13px}
.mobile-actions{display:none}

@media(max-width:1020px){
  .nav-links,.nav-actions{display:none}
  .menu{display:grid;place-items:center}
  .nav.open{flex-wrap:wrap;padding:14px 0}
  .nav.open .nav-links{display:grid;flex:1 0 100%;gap:0;background:#fff;border:1px solid var(--line);border-radius:16px;padding:8px}
  .nav.open .nav-links a{padding:11px}
  .hero-grid,.about,.location{grid-template-columns:1fr}
  .services{grid-template-columns:1fr 1fr}
  .hero-media{max-width:760px}
  .hero-card{left:18px}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  :root{--container:min(1180px,calc(100% - 24px))}
  .nav{min-height:82px}
  .brand img{width:235px;max-height:66px}
  .hero{padding:34px 0 44px}
  h1{font-size:44px}
  .lead{font-size:17px}
  .hero-actions .btn{width:100%}
  .proof{grid-template-columns:1fr}
  .hero-image{min-height:410px;border-radius:25px}
  .hero-card{right:14px;left:14px;bottom:14px;width:auto}
  .section{padding:62px 0}
  .section-head,.reviews-head{align-items:flex-start;flex-direction:column}
  .services{grid-template-columns:1fr}
  .service{min-height:360px}
  .about-image{min-height:400px;border-radius:24px}
  .advantages{grid-template-columns:1fr}
  .slider{padding:28px 22px;border-radius:24px}
  .slides{min-height:290px}
  .slide p{font-size:32px}
  .location-copy{padding:24px}
  .map,.map iframe{min-height:390px}
  .contact-box{padding:32px 22px;flex-direction:column;align-items:flex-start}
  .contact-actions{width:100%}
  .contact-actions .btn{width:100%}
  .footer-grid{grid-template-columns:1fr}
  .footer-logo img{width:220px}
  .mobile-actions{display:grid;grid-template-columns:repeat(3,1fr);position:fixed;left:10px;right:10px;bottom:10px;z-index:60;background:#fff;border:1px solid var(--line);padding:7px;border-radius:17px;box-shadow:0 15px 45px rgba(0,0,0,.18)}
  .mobile-actions a{min-height:45px;display:grid;place-items:center;font-size:12px;font-weight:850;border-radius:11px}
  .mobile-actions a:last-child{background:var(--red);color:#fff}
}


/* Header refinado */
.header{
  background:#ffffff !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  border-bottom:1px solid #ececee !important;
  box-shadow:0 4px 18px rgba(16,17,19,.035);
}

.nav-links{
  color:#5f6369;
  font-weight:750;
}

.nav-links a{
  color:#5f6369;
  transition:color .2s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible{
  color:#2f3236;
}

.header-phone{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid #e4e5e7;
  background:#ffffff;
  color:#555960;
  font-size:14px;
  font-weight:800;
  transition:.2s ease;
}

.header-phone:hover,
.header-phone:focus-visible{
  color:#202225;
  border-color:#d5d7da;
  background:#fafafa;
}

@media(max-width:1020px){
  .nav.open .nav-links{
    background:#ffffff;
    box-shadow:0 12px 35px rgba(16,17,19,.06);
  }

  .nav.open .nav-links a{
    color:#5f6369;
    border-radius:10px;
  }

  .nav.open .nav-links a:hover,
  .nav.open .nav-links a:focus-visible{
    background:#f7f7f8;
    color:#2f3236;
  }
}


/* Botón de llamada rojo en header */
.header-phone-red{
  min-width:150px;
  min-height:58px;
  padding:8px 18px;
  border:none;
  background:var(--red);
  color:#fff;
  border-radius:16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:1px;
  box-shadow:0 10px 24px rgba(239,23,23,.20);
}

.header-phone-red:hover,
.header-phone-red:focus-visible{
  background:var(--red-dark);
  color:#fff;
  transform:translateY(-1px);
}

.call-label{
  display:block;
  font-size:11px;
  line-height:1;
  letter-spacing:.13em;
  font-weight:950;
}

.call-number{
  display:block;
  font-size:15px;
  line-height:1.2;
  font-weight:900;
}

@media(max-width:1020px){
  .header-phone-red{
    display:none;
  }
}


/* Paleta clara premium para empresa de limpieza */
:root{
  --red:#ef1717;
  --red-dark:#c80d0d;
  --red-soft:#fbeded;

  --black:#4a4d52;
  --text:#5f6369;
  --muted:#858990;
  --line:#e7e8ea;

  --bg:#f8f8f8;
  --white:#ffffff;

  --gray-900:#4a4d52;
  --gray-800:#5a5e64;
  --gray-700:#6d7178;
  --gray-600:#858990;
  --gray-500:#9da1a7;
  --gray-300:#dcdfe2;
  --gray-200:#eceeef;
  --gray-100:#f5f6f7;

  --blush:#fbeded;
  --blush-strong:#f8dfdf;

  --shadow:0 20px 55px rgba(93,97,104,.10);
  --shadow-soft:0 10px 30px rgba(93,97,104,.07);
}

/* Fondo general más luminoso */
body{
  color:var(--gray-900);
  background:#ffffff;
}

/* Header */
.header{
  background:#ffffff !important;
  border-bottom:1px solid #eeeeef !important;
  box-shadow:0 4px 18px rgba(93,97,104,.035) !important;
}

.nav-links,
.nav-links a{
  color:#74787f !important;
}

.nav-links a:hover,
.nav-links a:focus-visible{
  color:#4f5358 !important;
}

/* Tipografía */
h1,h2,h3{
  color:#50545a;
}

.lead,
.section-head>p,
.about-copy p,
.location-copy p{
  color:#74787f;
}

/* Hero */
.hero{
  background:
    radial-gradient(circle at 12% 6%, rgba(251,237,237,.95), transparent 30rem),
    linear-gradient(180deg,#ffffff,#fbfbfb) !important;
}

.eyebrow{
  background:#fbeded;
  border-color:#f6d6d6;
  color:#cb1b1b;
}

.proof div{
  border-top-color:#eceeef;
}

.proof strong{
  color:#555960;
}

/* Botones */
.btn-dark{
  background:#666a70 !important;
  color:#ffffff !important;
}

.btn-dark:hover{
  background:#565a60 !important;
}

.btn-light{
  background:#ffffff;
  border-color:#e7e8ea;
  color:#666a70;
}

.header-phone-red{
  box-shadow:0 9px 22px rgba(239,23,23,.16);
}

/* Servicios */
.section{
  background:#ffffff;
}

.soft{
  background:#f7f7f8 !important;
}

.service{
  border-color:#e7e8ea;
  box-shadow:0 8px 22px rgba(93,97,104,.035);
}

.service p,
.service ul{
  color:#74787f;
}

.dark-card{
  background:#fbeded !important;
  color:#555960 !important;
  border-color:#f5d7d7 !important;
}

.dark-card p,
.dark-card li{
  color:#74787f !important;
}

.dark-card .num,
.dark-card a{
  color:#cf1d1d !important;
}

/* Nosotros */
.about-image{
  box-shadow:0 16px 40px rgba(93,97,104,.08);
}

.advantages div{
  border-color:#e7e8ea;
  background:#ffffff;
}

.advantages b{
  background:#fbeded;
}

.advantages small{
  color:#858990;
}

/* Opiniones: sustituimos negro duro por gris claro */
.slider{
  background:#f4f4f5 !important;
  color:#555960 !important;
  border:1px solid #e5e6e8;
  box-shadow:0 16px 40px rgba(93,97,104,.08);
}

.slide p{
  color:#555960;
}

.slide footer strong{
  color:#5b5f65;
}

.slide footer span{
  color:#8b8f95 !important;
}

.slider-controls{
  border-top-color:#dedfe2 !important;
}

.slider-controls button{
  border-color:#d8dade !important;
  background:#ffffff !important;
  color:#686c72 !important;
}

.slider-controls button:hover{
  background:#fbeded !important;
  border-color:#f2caca !important;
}

.dot{
  background:#c8cbd0 !important;
}

.dot.active{
  background:var(--red) !important;
}

.quote{
  color:#e63232 !important;
}

/* Ubicación y mapa */
.location-copy{
  background:#ffffff;
  border-color:#e7e8ea;
}

.map{
  box-shadow:0 14px 35px rgba(93,97,104,.08);
}

/* CTA final más suave */
.contact-box{
  background:linear-gradient(135deg,#ef1717,#d51d1d) !important;
  box-shadow:0 18px 45px rgba(239,23,23,.16);
}

/* Footer: gris claro en vez de negro */
.footer{
  background:#f3f3f4 !important;
  color:#5b5f65 !important;
  border-top:1px solid #e4e5e7;
}

.footer-grid>div span,
.footer-contact,
.copy{
  color:#858990 !important;
}

.footer-contact a{
  color:#686c72 !important;
}

.footer-logo{
  background:#ffffff;
  border:1px solid #e5e6e8;
}

/* Barra móvil */
.mobile-actions{
  background:#ffffff;
  border-color:#e4e5e7;
  box-shadow:0 12px 35px rgba(93,97,104,.14);
}

.mobile-actions a{
  color:#74787f;
}

.mobile-actions a:last-child{
  background:var(--red);
  color:#ffffff;
}

/* Ajustes visuales de bloques */
.services .service:nth-child(2){
  background:#fbfbfb;
}

.services .service:nth-child(3){
  background:#f9f9fa;
}

.section:nth-of-type(odd){
  position:relative;
}

/* Responsive */
@media(max-width:680px){
  .hero{
    background:
      radial-gradient(circle at 10% 4%, rgba(251,237,237,.95), transparent 22rem),
      #ffffff !important;
  }

  .slider{
    background:#f5f5f6 !important;
  }
}


/* ===== Segunda pasada premium clara ===== */

:root{
  --page-bg:#ffffff;
  --soft-bg:#f7f7f8;
  --soft-gray:#f1f2f3;
  --blush:#fbeded;
  --blush-2:#f8e3e3;
  --heading:#55595f;
  --body:#73777e;
  --body-soft:#8d9197;
  --border:#e5e6e8;
}

/* Ritmo general */
body{
  background:var(--page-bg);
  color:var(--body);
}

.section{
  padding:104px 0;
}

.section-head{
  margin-bottom:44px;
}

.section-head h2,
.about-copy h2,
.reviews-head h2,
.location-copy h2,
.contact-box h2{
  max-width:780px;
}

h1,h2,h3{
  color:var(--heading);
  font-weight:760;
}

h1{
  letter-spacing:-.052em;
}

h2{
  letter-spacing:-.042em;
}

p{
  text-wrap:pretty;
}

/* Header más limpio y proporcionado */
.header{
  box-shadow:none !important;
}

.nav{
  min-height:96px;
}

.brand img{
  width:clamp(285px,22vw,360px);
  max-height:80px;
}

.nav-links{
  gap:30px;
  font-size:13px;
  letter-spacing:.01em;
}

.nav-links a{
  position:relative;
  padding:8px 0;
}

.nav-links a::after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:2px;
  height:1.5px;
  background:var(--red);
  transition:right .2s ease;
}

.nav-links a:hover::after{
  right:0;
}

.header-phone-red{
  border-radius:999px;
  min-width:160px;
  min-height:54px;
  padding-inline:20px;
}

/* Hero más ligero */
.hero{
  padding:82px 0 74px;
  background:
    radial-gradient(circle at 4% 5%, rgba(251,237,237,.92), transparent 27rem),
    radial-gradient(circle at 92% 14%, rgba(241,242,243,.9), transparent 25rem),
    #fff !important;
}

.hero-grid{
  gap:78px;
}

.hero-copy{
  padding-top:10px;
}

.eyebrow{
  padding:9px 14px;
  border-color:#f4d7d7;
  background:#fbeded;
}

.lead{
  color:#73777e;
  line-height:1.72;
  max-width:640px;
}

.hero-actions{
  margin-top:4px;
}

.btn{
  letter-spacing:.005em;
}

.btn-red{
  box-shadow:0 8px 20px rgba(239,23,23,.14);
}

.btn-dark{
  background:#74787f !important;
}

.btn-dark:hover{
  background:#62666c !important;
}

.proof{
  margin-top:38px;
  gap:20px;
}

.proof div{
  padding-top:18px;
}

.proof strong{
  font-size:24px;
  color:#5d6167;
}

.proof span{
  font-size:12px;
  color:#969aa0;
}

.hero-image{
  min-height:620px;
  border-radius:32px;
  box-shadow:0 18px 50px rgba(91,95,101,.09);
}

.hero-card{
  border:none;
  border-radius:18px;
  box-shadow:0 16px 38px rgba(91,95,101,.11);
}

/* Servicios */
.section-services{
  background:#fff;
}

.services{
  gap:20px;
}

.service{
  min-height:420px;
  border-radius:24px;
  border-color:#e9eaec;
  padding:30px;
  box-shadow:none;
}

.service:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 34px rgba(91,95,101,.07);
}

.service:nth-child(1){
  background:#ffffff !important;
}

.service:nth-child(2){
  background:#f8f8f9 !important;
}

.service:nth-child(3){
  background:#fbfbfb !important;
}

.service.dark-card{
  background:#fbeded !important;
  border-color:#f3d4d4 !important;
}

.service h3{
  font-size:23px;
  margin-bottom:8px;
}

.service p,
.service li{
  color:#7e8288 !important;
}

.service a{
  font-size:14px;
}

.num{
  margin-bottom:38px;
  color:#d92a2a;
}

/* Nosotros */
.section-about{
  background:
    linear-gradient(180deg,#f7f7f8 0%,#f9f9fa 100%) !important;
}

.about{
  gap:76px;
}

.about-image{
  min-height:590px;
  border-radius:30px;
  box-shadow:0 14px 36px rgba(91,95,101,.07);
}

.about-copy p{
  color:#7b7f85;
  line-height:1.75;
}

.advantages{
  gap:14px;
  margin-top:32px;
}

.advantages div{
  border-radius:16px;
  border-color:#e8e9eb;
  padding:20px;
}

.advantages b{
  background:#fbeded;
  color:#db2424;
}

.advantages strong{
  color:#666a70;
}

.advantages small{
  color:#95999f;
}

/* Opiniones */
.section-reviews{
  background:#fff;
}

.reviews-head{
  margin-bottom:40px;
}

.rating{
  background:#f8f8f9;
  border:1px solid #e7e8ea;
  border-radius:18px;
  padding:14px 18px;
}

.rating>strong{
  color:#5f6369;
  font-size:44px;
}

.slider{
  padding:52px;
  border-radius:28px;
  background:
    linear-gradient(135deg,#f6f6f7 0%,#fbfbfb 100%) !important;
  border:1px solid #e5e6e8;
  box-shadow:none;
}

.slide p{
  color:#5f6369;
  font-size:clamp(28px,3.4vw,44px);
  max-width:820px;
}

.quote{
  color:#e94a4a !important;
}

.slide footer strong{
  color:#64686e;
}

.slide footer span{
  color:#9b9fa5 !important;
}

.slider-controls button{
  box-shadow:none;
}

.google-link{
  margin-top:22px;
  font-size:14px;
}

/* Ubicación */
.section-location{
  background:#f7f7f8 !important;
}

.location{
  gap:28px;
}

.location-copy{
  border:none;
  border-radius:26px;
  padding:38px;
  box-shadow:0 10px 28px rgba(91,95,101,.05);
}

.location-data a{
  border-bottom-color:#eceef0;
}

.map{
  border-radius:26px;
  box-shadow:0 12px 32px rgba(91,95,101,.07);
}

/* Pre CTA */
.pre-cta{
  background:#fff;
  padding:22px 0 0;
}

.pre-cta-inner{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}

.pre-cta-inner span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:#f6f6f7;
  color:#8a8e94;
  font-size:12px;
  font-weight:800;
}

/* CTA final más fino */
.contact{
  padding-top:64px;
  padding-bottom:100px;
}

.contact-box{
  border-radius:28px;
  padding:48px 52px;
  background:
    linear-gradient(135deg,#ef1717 0%,#db2525 100%) !important;
  box-shadow:0 16px 38px rgba(239,23,23,.13);
}

.contact-box h2{
  color:#fff;
}

.contact-box p{
  color:#ffe9e9;
}

.btn-outline{
  background:rgba(255,255,255,.06);
}

/* Footer más ligero */
.footer{
  margin-top:0;
  padding:42px 0 86px;
  background:#f4f4f5 !important;
  border-top:1px solid #e4e5e7;
}

.footer-grid{
  gap:34px;
}

.footer-logo{
  border:none;
  box-shadow:0 6px 18px rgba(91,95,101,.05);
}

.footer-grid strong{
  color:#666a70;
}

.footer-contact a{
  color:#7b7f85 !important;
}

/* Móvil */
@media(max-width:1020px){
  .section{
    padding:86px 0;
  }

  .hero-grid{
    gap:48px;
  }

  .services{
    gap:16px;
  }
}

@media(max-width:680px){
  .section{
    padding:68px 0;
  }

  .nav{
    min-height:78px;
  }

  .brand img{
    width:220px;
    max-height:60px;
  }

  .hero{
    padding:38px 0 50px;
  }

  .hero-grid{
    gap:36px;
  }

  .hero-image{
    min-height:390px;
    border-radius:24px;
  }

  .service{
    min-height:auto;
    padding:24px;
  }

  .about{
    gap:34px;
  }

  .about-image{
    min-height:390px;
  }

  .slider{
    padding:26px 20px;
    border-radius:22px;
  }

  .location-copy{
    padding:24px;
  }

  .contact{
    padding-bottom:84px;
  }

  .contact-box{
    padding:30px 22px;
    border-radius:22px;
  }

  .pre-cta{
    padding-top:8px;
  }
}


/* ===== Círculos decorativos de la primera versión ===== */

/* Hero */
.hero{
  position:relative;
  overflow:hidden;
}

.hero::before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  border-radius:50%;
  right:-180px;
  top:-180px;
  background:rgba(239,23,23,.06);
  border:78px solid rgba(239,23,23,.045);
  pointer-events:none;
}

.hero::after{
  content:"";
  position:absolute;
  width:240px;
  height:240px;
  border-radius:50%;
  left:-90px;
  bottom:20px;
  background:rgba(251,237,237,.95);
  pointer-events:none;
}

/* Tarjetas de servicios */
.service{
  position:relative;
  overflow:hidden;
}

.service::before{
  content:"";
  position:absolute;
  width:170px;
  height:170px;
  border-radius:50%;
  top:-78px;
  right:-68px;
  background:rgba(239,23,23,.055);
  pointer-events:none;
}

.service.dark-card::before{
  background:rgba(239,23,23,.09);
}

/* Bloque nosotros */
.section-about{
  position:relative;
  overflow:hidden;
}

.section-about::before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  border-radius:50%;
  left:-150px;
  top:80px;
  background:rgba(251,237,237,.82);
  pointer-events:none;
}

.section-about::after{
  content:"";
  position:absolute;
  width:300px;
  height:300px;
  border-radius:50%;
  right:-110px;
  bottom:30px;
  background:rgba(241,242,243,.95);
  pointer-events:none;
}

/* Slider de opiniones */
.slider{
  position:relative;
  overflow:hidden;
}

.slider::before{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  border-radius:50%;
  top:-120px;
  right:-90px;
  background:rgba(239,23,23,.05);
  pointer-events:none;
}

.slider::after{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  border-radius:50%;
  left:-70px;
  bottom:-75px;
  background:rgba(251,237,237,.9);
  pointer-events:none;
}

/* Ubicación */
.section-location{
  position:relative;
  overflow:hidden;
}

.section-location::before{
  content:"";
  position:absolute;
  width:300px;
  height:300px;
  border-radius:50%;
  right:-110px;
  top:65px;
  background:rgba(251,237,237,.82);
  pointer-events:none;
}

/* CTA final */
.contact-box{
  position:relative;
  overflow:hidden;
}

.contact-box::after{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  border-radius:50%;
  right:-120px;
  top:-180px;
  border:72px solid rgba(255,255,255,.10);
  pointer-events:none;
}

.contact-box::before{
  content:"";
  position:absolute;
  width:170px;
  height:170px;
  border-radius:50%;
  left:-60px;
  bottom:-70px;
  background:rgba(255,255,255,.09);
  pointer-events:none;
}

/* Footer suave */
.footer{
  position:relative;
  overflow:hidden;
}

.footer::before{
  content:"";
  position:absolute;
  width:240px;
  height:240px;
  border-radius:50%;
  right:-90px;
  bottom:-110px;
  background:rgba(239,23,23,.045);
  pointer-events:none;
}

/* Capas por encima de los círculos */
.hero > .container,
.section-about > .container,
.section-location > .container,
.slider > *,
.contact-box > *,
.footer > .container{
  position:relative;
  z-index:1;
}

.service > *{
  position:relative;
  z-index:1;
}

@media(max-width:1020px){
  .hero::before{
    width:420px;
    height:420px;
    right:-160px;
    top:-140px;
  }

  .section-about::before,
  .section-about::after,
  .section-location::before{
    opacity:.8;
  }
}

@media(max-width:680px){
  .hero::before{
    width:300px;
    height:300px;
    border-width:48px;
    right:-120px;
    top:-90px;
  }

  .hero::after{
    width:150px;
    height:150px;
    left:-55px;
    bottom:18px;
  }

  .service::before{
    width:130px;
    height:130px;
    top:-58px;
    right:-52px;
  }

  .slider::before{
    width:170px;
    height:170px;
    top:-80px;
    right:-60px;
  }

  .slider::after{
    width:120px;
    height:120px;
    left:-45px;
    bottom:-45px;
  }

  .contact-box::after{
    width:220px;
    height:220px;
    border-width:42px;
    right:-80px;
    top:-100px;
  }

  .contact-box::before{
    width:110px;
    height:110px;
    left:-35px;
    bottom:-35px;
  }
}


/* ===== Mejora sección ubicación ===== */

.section-location{
  padding-top:84px !important;
  padding-bottom:84px !important;
}

.location{
  grid-template-columns:.95fr 1.05fr !important;
  align-items:stretch;
  gap:24px !important;
}

.location-copy{
  padding:30px 32px !important;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:390px;
}

.location-copy h2{
  font-size:clamp(32px,3.5vw,46px);
  max-width:520px;
}

.location-copy p{
  max-width:560px;
  margin:14px 0 8px;
  line-height:1.65;
}

.location-data{
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin:20px 0 22px;
}

.location-data a{
  border-bottom:0 !important;
  background:#f7f7f8;
  border-radius:14px;
  padding:14px 16px !important;
}

.location-data span{
  margin-bottom:2px;
}

.map{
  min-height:390px !important;
  max-height:390px;
  border-radius:24px !important;
  overflow:hidden;
}

.map iframe{
  min-height:390px !important;
  height:390px !important;
  width:100%;
}

/* Círculos más finos en ubicación */
.section-location::before{
  width:230px !important;
  height:230px !important;
  right:-75px !important;
  top:45px !important;
  background:rgba(251,237,237,.72) !important;
}

.section-location::after{
  content:"";
  position:absolute;
  width:110px;
  height:110px;
  border-radius:50%;
  left:7%;
  bottom:34px;
  background:rgba(239,23,23,.035);
  pointer-events:none;
}

/* Afinar círculos generales */
.hero::before{
  opacity:.78;
}

.hero::after{
  opacity:.68;
}

.service::before{
  opacity:.82;
}

.slider::before,
.slider::after{
  opacity:.72;
}

.contact-box::after{
  border-color:rgba(255,255,255,.075) !important;
}

.contact-box::before{
  background:rgba(255,255,255,.065) !important;
}

@media(max-width:1020px){
  .location{
    grid-template-columns:1fr !important;
  }

  .location-copy{
    min-height:auto;
  }

  .map,
  .map iframe{
    min-height:360px !important;
    height:360px !important;
    max-height:360px;
  }

  .location-data{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:680px){
  .section-location{
    padding-top:64px !important;
    padding-bottom:64px !important;
  }

  .location-copy{
    padding:24px !important;
  }

  .location-data{
    grid-template-columns:1fr;
  }

  .map,
  .map iframe{
    min-height:300px !important;
    height:300px !important;
    max-height:300px;
  }

  .section-location::before{
    width:170px !important;
    height:170px !important;
    right:-60px !important;
  }

  .section-location::after{
    width:80px;
    height:80px;
    left:-20px;
    bottom:22px;
  }
}


/* ===== Mapa compacto estilo captura ===== */
.location{
  grid-template-columns: .98fr 1.02fr !important;
  gap: 22px !important;
}

.location-copy{
  min-height: 300px !important;
  padding: 28px 30px !important;
}

.map{
  min-height: 260px !important;
  max-height: 260px !important;
  height: 260px !important;
  border-radius: 20px !important;
  border: 1px solid #e6e7e9;
  background: #fff;
  box-shadow: 0 10px 28px rgba(91,95,101,.07);
  overflow: hidden;
}

.map iframe{
  width: 100%;
  min-height: 260px !important;
  max-height: 260px !important;
  height: 260px !important;
  display: block;
}

/* Menos verticalidad en el texto */
.location-copy h2{
  margin-bottom: 10px;
}

.location-copy p{
  max-width: 580px;
  margin: 10px 0 12px;
}

.location-data{
  margin: 16px 0 18px !important;
}

/* En tablet y móvil */
@media (max-width: 1020px){
  .location{
    grid-template-columns: 1fr !important;
  }

  .location-copy{
    min-height: auto !important;
  }

  .map,
  .map iframe{
    min-height: 250px !important;
    max-height: 250px !important;
    height: 250px !important;
  }
}

@media (max-width: 680px){
  .location-copy{
    padding: 22px !important;
  }

  .map,
  .map iframe{
    min-height: 220px !important;
    max-height: 220px !important;
    height: 220px !important;
    border-radius: 18px !important;
  }
}


/* ===== Mapa igualado exactamente al bloque de texto ===== */

.location{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:24px !important;
  align-items:stretch !important;
}

.location-copy{
  min-height:0 !important;
  height:100% !important;
  padding:28px 30px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}

.map{
  min-height:0 !important;
  max-height:none !important;
  height:100% !important;
  border-radius:22px !important;
  overflow:hidden !important;
  border:1px solid #e6e7e9 !important;
  background:#ffffff !important;
  box-shadow:0 10px 28px rgba(91,95,101,.07) !important;
}

.map iframe{
  width:100% !important;
  height:100% !important;
  min-height:100% !important;
  max-height:none !important;
  display:block !important;
  border:0 !important;
}

/* Compactar ligeramente el texto para mantener una altura elegante */
.location-copy h2{
  margin-bottom:8px !important;
}

.location-copy p{
  margin:8px 0 12px !important;
  line-height:1.58 !important;
}

.location-data{
  margin:14px 0 16px !important;
  gap:12px !important;
}

.location-data a{
  padding:12px 14px !important;
}

/* En pantallas medianas y pequeñas, vuelve a apilarse */
@media(max-width:1020px){
  .location{
    grid-template-columns:1fr !important;
  }

  .map{
    height:320px !important;
  }

  .map iframe{
    height:320px !important;
    min-height:320px !important;
  }
}

@media(max-width:680px){
  .map{
    height:260px !important;
  }

  .map iframe{
    height:260px !important;
    min-height:260px !important;
  }
}


/* Ajuste fino de la nueva imagen del hero */
.hero-image{
  background-position:center center !important;
}
@media(max-width:680px){
  .hero-image{
    background-position:center top !important;
  }
}


/* ===== Hero premium con imagen propia ===== */

.hero{
  position:relative;
  padding:88px 0 78px !important;
  background:
    radial-gradient(circle at 4% 8%, rgba(251,237,237,.92), transparent 27rem),
    linear-gradient(180deg,#ffffff 0%,#fbfbfb 100%) !important;
}

.hero-grid{
  grid-template-columns:.94fr 1.06fr !important;
  gap:82px !important;
  align-items:center !important;
}

.hero-copy{
  position:relative;
  z-index:2;
  padding-top:4px;
}

.hero-copy::before{
  content:"";
  position:absolute;
  width:110px;
  height:110px;
  border-radius:50%;
  left:-46px;
  top:-22px;
  background:rgba(251,237,237,.58);
  z-index:-1;
}

.eyebrow{
  background:#fbeded !important;
  border-color:#f4d5d5 !important;
  color:#c91c1c !important;
}

.hero h1{
  max-width:690px;
  color:#55595f;
  margin-top:20px;
  line-height:1.02;
}

.hero .lead{
  max-width:620px;
  color:#72767d;
  font-size:18px;
  line-height:1.72;
  margin-top:26px;
}

.hero-actions{
  margin-top:8px;
}

.hero .btn-red{
  min-width:205px;
}

.hero .btn-dark{
  min-width:160px;
  background:#73777d !important;
}

.hero .btn-dark:hover{
  background:#62666c !important;
}

.proof{
  margin-top:38px !important;
  gap:24px !important;
}

.proof div{
  border-top:1px solid #ececef;
  padding-top:18px !important;
}

.proof strong{
  color:#5e6268 !important;
  font-size:25px !important;
}

.proof span{
  color:#969aa0 !important;
}

/* Imagen */
.hero-media{
  position:relative;
  isolation:isolate;
}

.hero-media::before{
  content:"";
  position:absolute;
  width:240px;
  height:240px;
  border-radius:50%;
  right:-48px;
  top:-42px;
  background:#fbeded;
  z-index:-1;
}

.hero-media::after{
  content:"";
  position:absolute;
  width:118px;
  height:118px;
  border-radius:50%;
  left:-34px;
  bottom:52px;
  background:#f2f3f4;
  z-index:-1;
}

.hero-image{
  min-height:610px !important;
  border-radius:30px !important;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(255,255,255,.01),rgba(86,86,86,.06)),
    url("../images/hero-limpiezas-hispanidad.webp") 58% center / cover no-repeat !important;
  box-shadow:0 18px 46px rgba(85,89,95,.10) !important;
  border:1px solid rgba(226,228,230,.85);
}

/* Tarjeta flotante más fina */
.hero-card{
  left:-26px !important;
  bottom:24px !important;
  width:305px !important;
  padding:18px 20px !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.96) !important;
  border:1px solid #ececef !important;
  box-shadow:0 16px 34px rgba(85,89,95,.11) !important;
}

.hero-card .stars{
  font-size:14px;
  letter-spacing:.08em;
}

.hero-card strong{
  color:#5f6369;
  font-size:15px;
  margin:5px 0 2px;
}

.hero-card span{
  color:#969aa0;
}

/* Adaptación tablet */
@media(max-width:1020px){
  .hero{
    padding:66px 0 60px !important;
  }

  .hero-grid{
    grid-template-columns:1fr !important;
    gap:46px !important;
  }

  .hero-copy{
    max-width:760px;
  }

  .hero-image{
    min-height:560px !important;
    background-position:58% center !important;
  }

  .hero-media{
    max-width:820px;
  }

  .hero-card{
    left:18px !important;
  }
}

/* Adaptación móvil */
@media(max-width:680px){
  .hero{
    padding:38px 0 48px !important;
  }

  .hero-grid{
    gap:34px !important;
  }

  .hero-copy::before{
    width:76px;
    height:76px;
    left:-28px;
    top:-12px;
  }

  .hero h1{
    font-size:43px !important;
    line-height:1.03;
  }

  .hero .lead{
    font-size:16.5px;
    line-height:1.68;
  }

  .hero-actions .btn{
    width:100%;
  }

  .proof{
    grid-template-columns:1fr 1fr !important;
    gap:14px !important;
  }

  .proof div:last-child{
    grid-column:1 / -1;
  }

  .hero-image{
    min-height:440px !important;
    border-radius:23px !important;
    background-position:58% center !important;
  }

  .hero-media::before{
    width:150px;
    height:150px;
    right:-52px;
    top:-36px;
  }

  .hero-media::after{
    width:82px;
    height:82px;
    left:-24px;
    bottom:34px;
  }

  .hero-card{
    left:12px !important;
    right:12px !important;
    bottom:12px !important;
    width:auto !important;
    padding:15px 17px !important;
  }
}


/* ===== Corrección de alineación de la tarjeta flotante del hero ===== */
.hero-card{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  gap:8px !important;
}

.hero-card .stars{
  display:block !important;
  margin:0 !important;
  line-height:1 !important;
}

.hero-card strong{
  display:block !important;
  margin:0 !important;
  line-height:1.3 !important;
}

.hero-card span{
  display:block !important;
  margin:0 !important;
  line-height:1.45 !important;
}

@media(max-width:680px){
  .hero-card{
    gap:6px !important;
  }

  .hero-card strong{
    font-size:14px !important;
  }

  .hero-card span{
    font-size:12px !important;
  }
}


/* ===== Tarjeta del hero anclada al borde inferior e izquierdo de la imagen ===== */
.hero-media{
  position:relative;
}

.hero-card{
  left:0 !important;
  bottom:0 !important;
  right:auto !important;
  width:min(330px, calc(100% - 18px)) !important;
  margin:0 !important;
  border-radius:0 22px 0 0 !important;
  box-shadow:0 14px 30px rgba(85,89,95,.10) !important;
}

/* En tablet la mantenemos anclada, pero con radio algo más suave */
@media(max-width:1020px){
  .hero-card{
    left:0 !important;
    bottom:0 !important;
    width:min(320px, calc(100% - 16px)) !important;
    border-radius:0 20px 0 0 !important;
  }
}

/* En móvil sigue integrada en la imagen */
@media(max-width:680px){
  .hero-card{
    left:0 !important;
    right:auto !important;
    bottom:0 !important;
    width:calc(100% - 10px) !important;
    border-radius:0 18px 0 0 !important;
    padding:14px 16px !important;
  }
}


/* ===== Tarjeta del hero anclada, manteniendo radio redondeado ===== */
.hero-card{
  left:0 !important;
  bottom:0 !important;
  right:auto !important;
  width:min(330px, calc(100% - 18px)) !important;
  margin:0 !important;
  border-radius:18px !important;
  box-shadow:0 14px 30px rgba(85,89,95,.10) !important;
}

@media(max-width:1020px){
  .hero-card{
    left:0 !important;
    bottom:0 !important;
    width:min(320px, calc(100% - 16px)) !important;
    border-radius:18px !important;
  }
}

@media(max-width:680px){
  .hero-card{
    left:0 !important;
    right:auto !important;
    bottom:0 !important;
    width:calc(100% - 10px) !important;
    border-radius:18px !important;
    padding:14px 16px !important;
  }
}


/* Botón de llamada en una sola línea */
.header-phone-red{
  min-width:auto !important;
  min-height:50px !important;
  padding:0 20px !important;
  border-radius:999px !important;
  display:inline-flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:center !important;
  white-space:nowrap !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.02em !important;
}

.call-label,
.call-number{
  display:inline !important;
  margin:0 !important;
}


/* ===== Pulido final de diseño ===== */

:root{
  --red:#ef1717;
  --red-dark:#cf1515;
  --blush:#fbeded;
  --gray-050:#fcfcfc;
  --gray-100:#f7f7f8;
  --gray-150:#f2f3f4;
  --gray-200:#eceef0;
  --gray-300:#dfe1e4;
  --gray-500:#9a9ea4;
  --gray-600:#7f8389;
  --gray-700:#666a70;
  --gray-800:#55595f;
}

/* Header */
.header{
  border-bottom:1px solid #eeeeef !important;
}

.nav{
  min-height:92px !important;
  gap:24px;
}

.brand img{
  width:clamp(280px,21vw,350px) !important;
  max-height:78px !important;
}

.nav-links{
  gap:28px !important;
}

.nav-links a{
  font-size:13px;
  font-weight:760;
  color:#787c82 !important;
}

.nav-links a:hover{
  color:#55595f !important;
}

/* Botón llamada */
.header-phone-red{
  min-height:48px !important;
  padding:0 18px !important;
  gap:7px !important;
  background:var(--red) !important;
  box-shadow:0 8px 20px rgba(239,23,23,.15) !important;
  border-radius:999px !important;
  font-size:13px !important;
  font-weight:850 !important;
  letter-spacing:.015em !important;
}

.header-phone-red:hover{
  background:var(--red-dark) !important;
  transform:translateY(-1px);
}

.call-word{
  font-size:11px;
  font-weight:950;
  letter-spacing:.12em;
}

.call-separator{
  opacity:.62;
}

.call-phone{
  font-size:14px;
  font-weight:900;
  letter-spacing:.01em;
}

/* Hero */
.hero{
  padding-top:82px !important;
  padding-bottom:74px !important;
}

.hero-grid{
  gap:76px !important;
}

.hero h1{
  max-width:660px;
  color:#565a60 !important;
}

.hero .lead{
  color:#74787e !important;
  max-width:610px;
}

.hero-actions{
  gap:10px !important;
}

.hero-actions .btn{
  min-height:54px;
}

.proof{
  margin-top:34px !important;
}

.proof strong{
  color:#60646a !important;
}

.proof span{
  color:#999da3 !important;
}

/* Imagen hero */
.hero-image{
  min-height:600px !important;
  border-radius:28px !important;
  box-shadow:0 18px 42px rgba(92,96,102,.085) !important;
}

.hero-card{
  width:min(340px, calc(100% - 18px)) !important;
  border-radius:18px !important;
  padding:18px 20px !important;
  box-shadow:0 14px 28px rgba(92,96,102,.10) !important;
}

.hero-card strong{
  color:#60646a !important;
}

.hero-card span{
  color:#999da3 !important;
}

/* Secciones */
.section{
  padding-top:96px !important;
  padding-bottom:96px !important;
}

.section-head{
  margin-bottom:40px !important;
}

.kicker{
  color:#d22323 !important;
}

/* Servicios */
.services{
  gap:18px !important;
}

.service{
  border-radius:22px !important;
  padding:28px !important;
  border-color:#e9eaec !important;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service:hover{
  transform:translateY(-3px) !important;
  border-color:#dfe1e4 !important;
  box-shadow:0 12px 28px rgba(91,95,101,.06) !important;
}

.service h3{
  color:#5e6268 !important;
}

.service p,
.service li{
  color:#81858b !important;
}

.dark-card{
  background:#fbeded !important;
}

/* Nosotros */
.about{
  gap:70px !important;
}

.about-image{
  border-radius:28px !important;
}

.about-copy p{
  color:#7d8187 !important;
}

.advantages div{
  border-radius:15px !important;
  background:#fff !important;
}

.advantages strong{
  color:#686c72 !important;
}

/* Reviews */
.rating{
  border-radius:16px !important;
  background:#fafafa !important;
}

.slider{
  border-radius:26px !important;
  padding:48px !important;
  background:linear-gradient(135deg,#f7f7f8,#fdfdfd) !important;
}

.slide p{
  color:#61656b !important;
}

.slider-controls button{
  transition:.2s ease;
}

.slider-controls button:hover{
  transform:translateY(-1px);
}

/* Ubicación */
.location{
  gap:22px !important;
}

.location-copy{
  border-radius:24px !important;
}

.map{
  border-radius:24px !important;
}

/* CTA */
.contact-box{
  border-radius:26px !important;
  padding:46px 50px !important;
}

.contact-box h2{
  color:#fff !important;
}

.contact-box p{
  max-width:670px;
}

/* Footer */
.footer{
  padding-top:38px !important;
  background:#f5f5f6 !important;
}

.footer-logo{
  border-radius:14px !important;
}

.footer-contact a:hover{
  color:#5f6369 !important;
}

/* Mobile bar */
.mobile-actions{
  border-radius:16px !important;
}

.mobile-actions a:last-child{
  background:#ef1717 !important;
}

/* Focus visible */
a:focus-visible,
button:focus-visible{
  outline:3px solid rgba(239,23,23,.22);
  outline-offset:3px;
}

/* Responsive refinado */
@media(max-width:1020px){
  .nav{
    min-height:84px !important;
  }

  .brand img{
    width:260px !important;
  }

  .hero{
    padding-top:58px !important;
  }

  .hero-grid{
    gap:42px !important;
  }

  .section{
    padding-top:82px !important;
    padding-bottom:82px !important;
  }
}

@media(max-width:680px){
  .nav{
    min-height:76px !important;
  }

  .brand img{
    width:215px !important;
    max-height:58px !important;
  }

  .hero{
    padding-top:34px !important;
    padding-bottom:44px !important;
  }

  .hero h1{
    font-size:41px !important;
  }

  .hero .lead{
    font-size:16px !important;
  }

  .hero-image{
    min-height:420px !important;
    border-radius:22px !important;
  }

  .hero-card{
    width:calc(100% - 12px) !important;
    padding:14px 16px !important;
    border-radius:16px !important;
  }

  .section{
    padding-top:64px !important;
    padding-bottom:64px !important;
  }

  .service{
    padding:24px !important;
  }

  .slider{
    padding:24px 20px !important;
  }

  .contact-box{
    padding:28px 22px !important;
    border-radius:22px !important;
  }
}


/* Imagen clicable de reseñas de Google */
.google-reviews-badge{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-height:68px;
  padding-top:6px;
  border-top:1px solid #ececef;
}

.google-reviews-badge img{
  display:block;
  width:min(185px, 100%);
  height:auto;
  border-radius:12px;
}

.google-reviews-badge:hover img,
.google-reviews-badge:focus-visible img{
  transform:translateY(-1px);
}

.google-reviews-badge img{
  transition:transform .2s ease;
}

@media(max-width:680px){
  .google-reviews-badge{
    min-height:auto;
    padding-top:10px;
  }

  .google-reviews-badge img{
    width:165px;
  }
}


/* Google Reviews - nueva imagen */
.google-reviews-badge img{
  width:min(190px,100%) !important;
  height:auto !important;
  border-radius:10px !important;
  object-fit:contain !important;
}

@media(max-width:680px){
  .google-reviews-badge img{
    width:170px !important;
  }
}


/* ===== Texto destacado animado en sección Servicios ===== */
.services-quote{
  position:relative;
  margin:0;
  padding:22px 24px 22px 58px;
  max-width:560px;
  background:linear-gradient(135deg,#fff 0%,#fdf8f8 100%);
  border:1px solid #f0dddd;
  border-radius:20px;
  box-shadow:0 10px 28px rgba(91,95,101,.045);
  overflow:hidden;
}

.services-quote::after{
  content:"";
  position:absolute;
  width:92px;
  height:92px;
  border-radius:50%;
  right:-34px;
  bottom:-36px;
  background:rgba(251,237,237,.88);
  pointer-events:none;
}

.services-quote .quote-symbol{
  position:absolute;
  left:18px;
  top:8px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:54px;
  line-height:1;
  color:#e74b4b;
  opacity:.92;
}

.services-quote p{
  position:relative;
  z-index:1;
  margin:0 !important;
  color:#73777e !important;
  font-size:16px;
  line-height:1.72;
}

/* Animación suave */
.reveal-quote{
  opacity:0;
  transform:translateY(14px);
  transition:
    opacity .65s ease,
    transform .65s cubic-bezier(.22,.61,.36,1);
}

.reveal-quote.is-visible{
  opacity:1;
  transform:translateY(0);
}

.reveal-quote.is-visible .quote-symbol{
  animation:quotePulse .8s ease .18s both;
}

@keyframes quotePulse{
  0%{transform:scale(.72) rotate(-5deg);opacity:0}
  60%{transform:scale(1.08) rotate(1deg);opacity:1}
  100%{transform:scale(1) rotate(0);opacity:.92}
}

@media(prefers-reduced-motion:reduce){
  .reveal-quote{
    opacity:1;
    transform:none;
    transition:none;
  }
  .reveal-quote.is-visible .quote-symbol{
    animation:none;
  }
}

@media(max-width:680px){
  .services-quote{
    padding:20px 20px 20px 50px;
    border-radius:18px;
  }

  .services-quote .quote-symbol{
    left:15px;
    top:8px;
    font-size:46px;
  }

  .services-quote p{
    font-size:15px;
  }
}


/* ===== Bloque destacado en sección Nosotros ===== */
.about{
  align-items:start !important;
}

.about-media{
  display:grid;
  gap:18px;
  align-content:start;
}

.about-trust-quote{
  max-width:none;
  margin:0;
}

.about-trust-quote p{
  font-size:15.5px;
  line-height:1.72;
}

.about-trust-quote strong{
  display:inline-block;
  color:#666a70;
  font-size:19px;
  line-height:1.35;
  margin-bottom:6px;
}

@media(max-width:680px){
  .about-media{
    gap:14px;
  }

  .about-trust-quote p{
    font-size:15px;
  }

  .about-trust-quote strong{
    font-size:18px;
  }
}


/* Imagen actualizada para la sección Nosotros */
.about-image{
  background:
    linear-gradient(180deg,rgba(255,255,255,.01),rgba(86,86,86,.05)),
    url("../images/about-nosotros-limpiezas-hispanidad.webp") center/cover no-repeat !important;
  background-position:center center !important;
}
@media(max-width:680px){
  .about-image{
    background-position:center top !important;
  }
}


/* ===== Carrusel premium de opiniones en tarjetas ===== */
.section-reviews{
  background:#fff !important;
  overflow:hidden;
}

.reviews-head-cards{
  align-items:flex-end !important;
  margin-bottom:38px !important;
}

.reviews-intro{
  max-width:650px;
  margin:16px 0 0;
  color:#81858b;
  line-height:1.7;
}

.reviews-google-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  padding:10px 14px;
  background:#fff;
  border:1px solid #e8e9eb;
  border-radius:18px;
  box-shadow:0 8px 22px rgba(91,95,101,.055);
  transition:.2s ease;
}

.reviews-google-badge:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(91,95,101,.08);
}

.reviews-google-badge img{
  width:175px;
  height:auto;
  display:block;
}

.reviews-carousel{
  position:relative;
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 48px;
  gap:16px;
  align-items:center;
}

.reviews-viewport{
  overflow:hidden;
  border-radius:24px;
  padding:4px;
  margin:-4px;
  touch-action:pan-y;
}

.reviews-track{
  display:flex;
  gap:18px;
  transform:translate3d(0,0,0);
  transition:transform .48s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
}

.review-card{
  flex:0 0 calc((100% - 36px) / 3);
  min-width:0;
  min-height:390px;
  padding:28px;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid #e7e8ea;
  border-radius:22px;
  box-shadow:0 8px 24px rgba(91,95,101,.045);
  position:relative;
  overflow:hidden;
}

.review-card::after{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  border-radius:50%;
  right:-52px;
  bottom:-54px;
  background:rgba(251,237,237,.88);
  pointer-events:none;
}

.review-card:nth-child(even){
  background:#fbfbfb;
}

.review-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:30px;
}

.review-stars{
  color:#f0a000;
  letter-spacing:.06em;
  font-size:15px;
}

.review-source{
  font-size:11px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#9a9ea4;
}

.review-identity{
  margin-bottom:20px;
}

.review-identity h3{
  font-size:20px;
  color:#5f6369 !important;
  margin:0 0 8px;
  letter-spacing:-.025em;
}

.review-service-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
}

.review-service{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:#fbeded;
  color:#c91d1d;
  font-size:11px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.075em;
}

.review-editorial{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 8px;
  border-radius:999px;
  background:#f3f4f5;
  color:#9a9ea4;
  font-size:9px;
  line-height:1;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.review-text{
  margin:0 0 26px;
  color:#777b81;
  font-size:15px;
  line-height:1.72;
  position:relative;
  z-index:1;
}

.review-card-footer{
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid #e9eaec;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  position:relative;
  z-index:1;
}

.review-card-footer span{
  color:#a0a4aa;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.055em;
}

.review-card-footer a{
  color:#d32424;
  font-size:12px;
  font-weight:850;
}

.reviews-arrow{
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid #dfe1e4;
  background:#fff;
  color:#6c7076;
  box-shadow:0 8px 20px rgba(91,95,101,.055);
  display:grid;
  place-items:center;
  transition:.2s ease;
  z-index:2;
}

.reviews-arrow:hover:not(:disabled){
  background:#fbeded;
  border-color:#f1cccc;
  color:#c91d1d;
  transform:translateY(-1px);
}

.reviews-arrow:disabled{
  opacity:.35;
  cursor:default;
}

.reviews-carousel-footer{
  margin-top:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.reviews-dots{
  display:flex;
  gap:8px;
  align-items:center;
}

.reviews-dot{
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:999px;
  background:#d5d7da;
  transition:.2s ease;
}

.reviews-dot.active{
  width:24px;
  background:#ef1717;
}

@media(max-width:1020px){
  .reviews-google-badge img{
    width:155px;
  }

  .review-card{
    flex-basis:calc((100% - 18px) / 2);
    min-height:370px;
  }

  .reviews-carousel{
    grid-template-columns:42px minmax(0,1fr) 42px;
    gap:12px;
  }

  .reviews-arrow{
    width:42px;
    height:42px;
  }
}

@media(max-width:680px){
  .reviews-head-cards{
    align-items:flex-start !important;
  }

  .reviews-google-badge{
    margin-top:4px;
  }

  .reviews-google-badge img{
    width:145px;
  }

  .reviews-carousel{
    display:block;
  }

  .reviews-viewport{
    overflow:visible;
  }

  .reviews-track{
    gap:14px;
  }

  .review-card{
    flex-basis:100%;
    min-height:350px;
    padding:24px;
    border-radius:20px;
  }

  .reviews-arrow{
    position:absolute;
    bottom:-62px;
  }

  .reviews-arrow-prev{
    left:0;
  }

  .reviews-arrow-next{
    left:54px;
  }

  .reviews-carousel-footer{
    min-height:48px;
    margin-top:18px;
    padding-left:118px;
    align-items:center;
  }

  .reviews-carousel-footer .google-link{
    font-size:12px;
    text-align:right;
  }

  .reviews-dots{
    display:none;
  }
}


/* ===== Mejora sección Contacto ===== */
.contact-kicker{
  color:#ffffff !important;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.20);
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin-bottom:12px;
}

.btn-whatsapp{
  background:#ffffff !important;
  color:#1f6f4a !important;
  border:1px solid rgba(255,255,255,.95) !important;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
  font-weight:900 !important;
  gap:10px !important;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus-visible{
  background:#f5fff8 !important;
  color:#17583a !important;
  transform:translateY(-1px);
}

.wa-icon{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#25d366;
  display:inline-block;
  box-shadow:0 0 0 4px rgba(37,211,102,.13);
}

.contact-actions{
  align-items:center;
}

@media(max-width:680px){
  .contact-kicker{
    font-size:11px;
    padding:7px 10px;
  }

  .btn-whatsapp{
    width:100%;
  }
}


/* ===== Refinado premium del CTA final ===== */
.contact{
  padding-top:58px !important;
  padding-bottom:96px !important;
}

.contact-box{
  position:relative;
  overflow:hidden;
  display:grid !important;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr) !important;
  align-items:center !important;
  gap:52px !important;
  padding:52px 56px !important;
  border-radius:28px !important;
  background:
    radial-gradient(circle at 92% 18%, rgba(255,255,255,.12), transparent 13rem),
    linear-gradient(135deg,#ef1717 0%,#d92525 100%) !important;
  box-shadow:0 18px 42px rgba(239,23,23,.14) !important;
}

.contact-box::before{
  content:"";
  position:absolute;
  width:170px;
  height:170px;
  border-radius:50%;
  left:-64px;
  bottom:-74px;
  background:rgba(255,255,255,.055);
  pointer-events:none;
}

.contact-box::after{
  content:"";
  position:absolute;
  width:330px;
  height:330px;
  border-radius:50%;
  right:-105px;
  top:-165px;
  border:58px solid rgba(255,255,255,.07);
  pointer-events:none;
}

.contact-copy,
.contact-actions{
  position:relative;
  z-index:1;
}

.contact-copy{
  max-width:720px;
}

.contact-kicker{
  margin-bottom:14px !important;
  background:rgba(255,255,255,.11) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  color:#fff !important;
}

.contact-copy h2{
  color:#fff !important;
  max-width:680px;
}

.contact-copy p{
  max-width:650px;
  color:#ffe7e7 !important;
  font-size:16px;
  line-height:1.72;
  margin-bottom:0;
}

.contact-trust{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:22px;
}

.contact-trust span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 11px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  font-size:11px;
  font-weight:850;
  letter-spacing:.03em;
}

.contact-actions{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:12px !important;
  width:100%;
  max-width:360px;
  justify-self:end;
}

.contact-call-btn,
.btn-whatsapp{
  width:100%;
  min-height:58px !important;
  border-radius:16px !important;
}

.contact-call-btn{
  background:#fff !important;
  color:#d21d1d !important;
  border:1px solid rgba(255,255,255,.95) !important;
  box-shadow:0 9px 22px rgba(0,0,0,.08);
  display:flex !important;
  flex-direction:column;
  gap:2px;
}

.contact-call-btn:hover,
.contact-call-btn:focus-visible{
  background:#fff8f8 !important;
  transform:translateY(-1px);
}

.contact-btn-label{
  font-size:10px;
  line-height:1;
  font-weight:950;
  letter-spacing:.12em;
}

.contact-btn-value{
  font-size:17px;
  line-height:1.25;
  font-weight:900;
  letter-spacing:.01em;
}

.btn-whatsapp{
  min-height:58px !important;
  background:#f7fff9 !important;
  color:#1d6b47 !important;
  border:1px solid rgba(255,255,255,.95) !important;
  box-shadow:0 9px 22px rgba(0,0,0,.07);
}

.btn-whatsapp:hover,
.btn-whatsapp:focus-visible{
  background:#effcf4 !important;
  color:#155737 !important;
}

.wa-icon{
  width:11px !important;
  height:11px !important;
  flex:0 0 11px;
}

/* Microajustes generales para cerrar la landing */
.footer{
  margin-top:0 !important;
}

.pre-cta{
  padding-bottom:6px;
}

@media(max-width:1020px){
  .contact-box{
    grid-template-columns:1fr !important;
    gap:30px !important;
  }

  .contact-actions{
    max-width:none;
    justify-self:stretch;
    grid-template-columns:1fr 1fr !important;
  }
}

@media(max-width:680px){
  .contact{
    padding-top:46px !important;
    padding-bottom:82px !important;
  }

  .contact-box{
    padding:30px 22px !important;
    border-radius:22px !important;
    gap:24px !important;
  }

  .contact-copy p{
    font-size:15px;
  }

  .contact-trust{
    gap:7px;
    margin-top:18px;
  }

  .contact-trust span{
    font-size:10px;
    min-height:29px;
  }

  .contact-actions{
    grid-template-columns:1fr !important;
  }

  .contact-call-btn,
  .btn-whatsapp{
    min-height:56px !important;
    border-radius:14px !important;
  }
}


/* ===== Footer completo ===== */
.footer{
  margin-top:0 !important;
  padding:0 !important;
  background:#f6f6f7 !important;
  border-top:1px solid #ebecef;
  color:#72767c;
}

.footer-main{
  display:grid !important;
  grid-template-columns:minmax(260px,1.15fr) minmax(200px,.75fr) minmax(290px,1fr);
  gap:64px;
  align-items:start;
  padding-top:58px;
  padding-bottom:46px;
}

.footer-brand{
  max-width:360px;
}

.footer-logo{
  display:inline-flex;
  align-items:center;
  margin-bottom:20px;
}

.footer-logo img{
  width:210px !important;
  height:auto !important;
  display:block;
  object-fit:contain;
}

.footer-brand p{
  margin:0;
  max-width:340px;
  color:#85898f;
  font-size:14px;
  line-height:1.75;
}

.footer-column h3{
  margin:4px 0 20px;
  color:#61656b;
  font-size:15px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.02em;
}

.footer-services ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:13px;
}

.footer-services a{
  color:#7c8086;
  font-size:14px;
  line-height:1.45;
  transition:color .2s ease, transform .2s ease;
}

.footer-services a:hover,
.footer-services a:focus-visible{
  color:#d92323;
}

.footer-contact{
  display:grid !important;
  gap:18px;
}

.footer-contact-item{
  display:grid;
  gap:5px;
}

.footer-contact-label{
  color:#a0a4aa;
  font-size:10px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.footer-contact-item a{
  max-width:360px;
  color:#6d7177;
  font-size:14px;
  line-height:1.6;
  overflow-wrap:anywhere;
  transition:color .2s ease;
}

.footer-contact-item a:hover,
.footer-contact-item a:focus-visible{
  color:#d92323;
}

.footer-bottom{
  min-height:82px;
  padding-top:18px;
  padding-bottom:18px;
  border-top:1px solid #e3e4e7;
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.footer-bottom .copy{
  color:#9a9ea4;
  font-size:12px;
}

.footer-whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  background:#fff;
  border:1px solid #dfe3e1;
  color:#246847;
  font-size:13px;
  font-weight:900;
  box-shadow:0 6px 18px rgba(55,74,64,.06);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.footer-whatsapp:hover,
.footer-whatsapp:focus-visible{
  transform:translateY(-1px);
  background:#f4fff8;
  box-shadow:0 9px 22px rgba(55,74,64,.09);
}

.footer-wa-dot{
  width:10px;
  height:10px;
  flex:0 0 10px;
  border-radius:50%;
  background:#25d366;
  box-shadow:0 0 0 4px rgba(37,211,102,.12);
}

@media(max-width:1020px){
  .footer-main{
    grid-template-columns:1.1fr .9fr;
    gap:42px 52px;
  }

  .footer-contact{
    grid-column:1 / -1;
    grid-template-columns:1.25fr .55fr 1fr !important;
    gap:26px;
    padding-top:6px;
  }
}

@media(max-width:680px){
  .footer-main{
    grid-template-columns:1fr;
    gap:34px;
    padding-top:44px;
    padding-bottom:34px;
  }

  .footer-brand{
    max-width:none;
  }

  .footer-logo img{
    width:190px !important;
  }

  .footer-contact{
    grid-column:auto;
    grid-template-columns:1fr !important;
    gap:18px;
  }

  .footer-column h3{
    margin-bottom:16px;
  }

  .footer-bottom{
    min-height:auto;
    padding-top:22px;
    padding-bottom:92px;
    align-items:flex-start;
    flex-direction:column-reverse;
    gap:18px;
  }

  .footer-whatsapp{
    width:100%;
    min-height:48px;
  }
}


/* ===== Footer: botón redondo de WhatsApp ===== */
.footer-bottom{
  align-items:center !important;
}

.footer-whatsapp-round{
  width:54px;
  height:54px;
  min-width:54px;
  min-height:54px;
  padding:0 !important;
  border-radius:50% !important;
  background:#25d366 !important;
  border:1px solid #22c55e !important;
  color:#ffffff !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-shadow:0 10px 24px rgba(37,211,102,.22) !important;
}

.footer-whatsapp-round:hover,
.footer-whatsapp-round:focus-visible{
  background:#20bd5a !important;
  border-color:#20bd5a !important;
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(37,211,102,.28) !important;
}

.footer-whatsapp-round svg{
  width:24px;
  height:24px;
  display:block;
}

.footer-wa-dot{
  display:none !important;
}

@media(max-width:680px){
  .footer-bottom{
    align-items:stretch !important;
  }

  .footer-whatsapp-round{
    align-self:flex-end;
  }
}


/* ===== Refinado visual del footer ===== */
.footer-main{
  position:relative;
}

.footer-main::after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-70px;
  top:18px;
  border-radius:50%;
  background:rgba(251,237,237,.7);
  pointer-events:none;
  z-index:0;
}

.footer-brand,
.footer-column{
  position:relative;
  z-index:1;
}

.footer-column{
  padding-left:22px;
  border-left:1px solid #e7e8ea;
}

.footer-services a{
  display:flex;
  align-items:center;
  gap:10px;
}

.footer-service-dot{
  width:6px;
  height:6px;
  flex:0 0 6px;
  border-radius:50%;
  background:#e94d4d;
  opacity:.75;
  transition:transform .2s ease, opacity .2s ease;
}

.footer-services a:hover .footer-service-dot,
.footer-services a:focus-visible .footer-service-dot{
  transform:scale(1.25);
  opacity:1;
}

.footer-contact-label{
  display:inline-flex;
  align-items:center;
  gap:7px;
}

.footer-contact-label svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:#d92b2b;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex:0 0 14px;
}

.footer-contact-item{
  padding:0 0 14px;
  border-bottom:1px solid #ececef;
}

.footer-contact-item:last-child{
  border-bottom:0;
  padding-bottom:0;
}

.footer-bottom{
  position:relative;
  z-index:1;
}

.footer-whatsapp-round{
  position:relative;
  isolation:isolate;
}

.footer-whatsapp-round::before{
  content:"";
  position:absolute;
  inset:-6px;
  border-radius:50%;
  border:1px solid rgba(37,211,102,.25);
  opacity:.7;
  z-index:-1;
  animation:footerWaPulse 2.8s ease-out infinite;
}

@keyframes footerWaPulse{
  0%{
    transform:scale(.9);
    opacity:.55;
  }
  70%{
    transform:scale(1.14);
    opacity:0;
  }
  100%{
    transform:scale(1.14);
    opacity:0;
  }
}

.footer-whatsapp-round:focus-visible{
  outline:3px solid rgba(37,211,102,.24);
  outline-offset:4px;
}

@media(prefers-reduced-motion:reduce){
  .footer-whatsapp-round::before{
    animation:none;
  }
}

@media(max-width:1020px){
  .footer-column{
    padding-left:18px;
  }

  .footer-main::after{
    right:-95px;
    top:120px;
  }
}

@media(max-width:680px){
  .footer-column{
    padding-left:0;
    border-left:0;
  }

  .footer-services,
  .footer-contact{
    padding-top:4px;
  }

  .footer-services::before,
  .footer-contact::before{
    content:"";
    display:block;
    width:42px;
    height:1px;
    background:#e4e5e8;
    margin-bottom:24px;
  }

  .footer-main::after{
    width:140px;
    height:140px;
    right:-72px;
    top:34px;
  }

  .footer-contact-item{
    padding-bottom:13px;
  }

  .footer-whatsapp-round{
    width:56px;
    height:56px;
    min-width:56px;
    min-height:56px;
  }
}


/* ===== WhatsApp flotante global ===== */
.footer-whatsapp-round{
  position:fixed !important;
  right:28px !important;
  bottom:28px !important;
  width:76px !important;
  height:76px !important;
  min-width:76px !important;
  min-height:76px !important;
  border-radius:50% !important;
  z-index:9999 !important;
  background:#25d366 !important;
  border:2px solid rgba(255,255,255,.95) !important;
  color:#fff !important;
  box-shadow:
    0 14px 34px rgba(37,211,102,.34),
    0 4px 12px rgba(0,0,0,.10) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  opacity:1 !important;
  visibility:visible !important;
  transform:none;
}

.footer-whatsapp-round svg{
  width:34px !important;
  height:34px !important;
}

.footer-whatsapp-round::before{
  inset:-9px !important;
  border:2px solid rgba(37,211,102,.24) !important;
}

.footer-whatsapp-round:hover,
.footer-whatsapp-round:focus-visible{
  transform:translateY(-3px) scale(1.03) !important;
  background:#20bd5a !important;
  box-shadow:
    0 18px 40px rgba(37,211,102,.38),
    0 5px 14px rgba(0,0,0,.12) !important;
}

/* El footer ya no reserva espacio visual para el botón, porque ahora flota */
.footer-bottom{
  position:relative;
}

@media(max-width:680px){
  .footer-whatsapp-round{
    right:18px !important;
    bottom:88px !important;
    width:68px !important;
    height:68px !important;
    min-width:68px !important;
    min-height:68px !important;
  }

  .footer-whatsapp-round svg{
    width:30px !important;
    height:30px !important;
  }
}

@media(prefers-reduced-motion:reduce){
  .footer-whatsapp-round{
    transition:none !important;
  }

  .footer-whatsapp-round::before{
    animation:none !important;
  }
}


/* ===== Refinado final de interacción y responsive ===== */
:root{
  scroll-behavior:smooth;
}

a,
button{
  -webkit-tap-highlight-color:transparent;
}

a:not(.btn):focus-visible{
  outline:3px solid rgba(239,23,23,.18);
  outline-offset:3px;
}

/* WhatsApp flotante: presencia desde carga + etiqueta discreta */
.whatsapp-float-wrap{
  position:fixed;
  right:28px;
  bottom:28px;
  z-index:9999;
  display:flex;
  align-items:center;
  gap:12px;
  pointer-events:none;
}

.whatsapp-float-wrap .footer-whatsapp-round{
  position:relative !important;
  right:auto !important;
  bottom:auto !important;
  pointer-events:auto;
  animation:whatsappEnter .48s cubic-bezier(.22,.61,.36,1) both;
}

.whatsapp-float-label{
  pointer-events:none;
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid #e5e7e9;
  color:#5f6369;
  font-size:12px;
  font-weight:850;
  letter-spacing:.01em;
  box-shadow:0 10px 26px rgba(65,70,75,.10);
  opacity:0;
  transform:translateX(8px);
  transition:opacity .2s ease, transform .2s ease;
}

.whatsapp-float-wrap:hover .whatsapp-float-label,
.whatsapp-float-wrap:focus-within .whatsapp-float-label{
  opacity:1;
  transform:translateX(0);
}

@keyframes whatsappEnter{
  from{
    opacity:0;
    transform:translateY(10px) scale(.94);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

/* Mejora de consistencia en tarjetas y bloques */
.review-card,
.services-quote,
.contact-box,
.footer-main{
  -webkit-font-smoothing:antialiased;
}

.review-card{
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.review-card:hover{
  transform:translateY(-3px);
  border-color:#dedfe2;
  box-shadow:0 14px 32px rgba(91,95,101,.07);
}

.service-card{
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.service-card:hover{
  transform:translateY(-3px);
  border-color:#e3e4e7;
  box-shadow:0 14px 30px rgba(91,95,101,.06);
}

/* Ajustes finales para tablet */
@media(max-width:1020px){
  .whatsapp-float-wrap{
    right:22px;
    bottom:22px;
  }

  .whatsapp-float-label{
    display:none;
  }
}

/* Ajustes finales para móvil */
@media(max-width:680px){
  html{
    scroll-padding-top:76px;
  }

  .whatsapp-float-wrap{
    right:16px;
    bottom:88px;
  }

  .whatsapp-float-wrap .footer-whatsapp-round{
    width:66px !important;
    height:66px !important;
    min-width:66px !important;
    min-height:66px !important;
  }

  .whatsapp-float-wrap .footer-whatsapp-round svg{
    width:29px !important;
    height:29px !important;
  }

  .review-card:hover,
  .service-card:hover{
    transform:none;
  }

  .contact-trust{
    row-gap:8px;
  }

  .footer-main{
    gap:30px;
  }
}

@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto;
  }

  .whatsapp-float-wrap .footer-whatsapp-round{
    animation:none !important;
  }

  .review-card,
  .service-card,
  .whatsapp-float-label{
    transition:none !important;
  }
}


/* =========================================================
   LEGIBILIDAD GLOBAL — versión reforzada
   ========================================================= */

:root{
  --text-strong:#3f4348;
  --text-main:#555a60;
  --text-soft:#6d7278;
  --border-readable:#dde0e3;
}

/* Base */
body{
  color:var(--text-main) !important;
  font-size:16px;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

p,
li{
  font-size:inherit;
}

p{
  color:var(--text-main) !important;
  line-height:1.75 !important;
}

/* Encabezados */
h1,
h2,
h3,
h4{
  color:var(--text-strong) !important;
  text-wrap:balance;
}

h1{
  line-height:1.08 !important;
  letter-spacing:-.035em !important;
}

h2{
  line-height:1.14 !important;
  letter-spacing:-.028em !important;
}

h3{
  line-height:1.28 !important;
}

/* Navegación */
.nav a{
  color:#5f646a !important;
  font-weight:700 !important;
}

.nav a:hover,
.nav a:focus-visible{
  color:#cf1f1f !important;
}

/* Kicker / etiquetas */
.kicker{
  color:#c92020 !important;
  font-weight:900 !important;
  letter-spacing:.09em !important;
}

.light-kicker,
.contact-kicker{
  color:#fff !important;
}

/* Hero */
.hero-copy p{
  color:#5b6066 !important;
  font-size:17px !important;
  line-height:1.72 !important;
  max-width:650px;
}

.hero .proof strong{
  color:#43484d !important;
}

.hero .proof span{
  color:#6a6f75 !important;
}

/* Servicios */
.service-card{
  border-color:var(--border-readable) !important;
}

.service-card h3{
  color:#464b50 !important;
  font-size:20px !important;
}

.service-card p,
.service-card li{
  color:#5e6369 !important;
  font-size:15.5px !important;
  line-height:1.68 !important;
}

.services-quote{
  border-color:#eadada !important;
  background:linear-gradient(135deg,#fff 0%,#fdf7f7 100%) !important;
}

.services-quote p{
  color:#5f646a !important;
  font-size:16px !important;
}

.services-quote .quote-symbol{
  color:#d93636 !important;
  opacity:.95 !important;
}

/* Nosotros */
.about-copy p{
  color:#5b6066 !important;
  font-size:16px !important;
  line-height:1.75 !important;
}

.about-trust-quote strong{
  color:#454a50 !important;
}

.about-trust-quote p{
  color:#5d6268 !important;
}

/* Opiniones */
.reviews-intro{
  color:#5f646a !important;
  font-size:16px !important;
}

.review-card{
  border-color:var(--border-readable) !important;
}

.review-identity h3{
  color:#454a50 !important;
  font-size:21px !important;
}

.review-text{
  color:#555b61 !important;
  font-size:15.5px !important;
  line-height:1.75 !important;
}

.review-source,
.review-card-footer span{
  color:#73787e !important;
}

.review-service{
  font-size:11px !important;
  color:#b91d1d !important;
}

/* Ubicación */
.location-copy p,
.location-copy a{
  color:#565c62 !important;
}

.location-details strong{
  color:#44494e !important;
}

/* CTA */
.contact-copy p{
  color:#fff3f3 !important;
  font-size:16.5px !important;
}

.contact-trust span{
  color:#fff !important;
  background:rgba(255,255,255,.15) !important;
  border-color:rgba(255,255,255,.22) !important;
}

/* Footer */
.footer-brand p,
.footer-services a,
.footer-contact-item a{
  color:#666b71 !important;
}

.footer-column h3{
  color:#454a50 !important;
  font-size:16px !important;
}

.footer-contact-label{
  color:#757a80 !important;
}

.footer-bottom .copy{
  color:#777c82 !important;
}

/* Reducir ruido decorativo */
.review-card::after,
.footer-main::after,
.contact-box::before,
.contact-box::after{
  opacity:.62;
}

/* Mejor lectura en secciones */
.section{
  scroll-margin-top:90px;
}

.container > h2,
.section h2{
  max-width:820px;
}

@media(min-width:1021px){
  h1{
    font-size:clamp(46px,4.4vw,68px) !important;
  }

  h2{
    font-size:clamp(34px,3vw,46px) !important;
  }

  .section{
    padding-top:88px;
    padding-bottom:88px;
  }
}

@media(max-width:1020px){
  body{
    font-size:16px;
  }

  .hero-copy p{
    font-size:16.5px !important;
  }

  .service-card p,
  .service-card li,
  .review-text{
    font-size:15.5px !important;
  }
}

@media(max-width:680px){
  body{
    font-size:16px;
    line-height:1.72;
  }

  h1{
    font-size:38px !important;
    line-height:1.08 !important;
  }

  h2{
    font-size:31px !important;
    line-height:1.15 !important;
  }

  .hero-copy p,
  .about-copy p,
  .reviews-intro,
  .contact-copy p{
    font-size:16px !important;
  }

  .service-card p,
  .service-card li,
  .review-text,
  .services-quote p{
    font-size:15.5px !important;
  }

  .review-card,
  .service-card{
    padding:24px !important;
  }

  .footer-brand p,
  .footer-services a,
  .footer-contact-item a{
    font-size:14.5px !important;
    line-height:1.65 !important;
  }
}


/* ===== Botón Google Maps: texto blanco ===== */
.location .btn,
.location a.btn,
.section-location .btn,
.section-location a.btn{
  color:#ffffff !important;
}

.location .btn:hover,
.location .btn:focus-visible,
.section-location .btn:hover,
.section-location .btn:focus-visible{
  color:#ffffff !important;
}


/* ===== Header: botón Llamar con texto blanco ===== */
.header-phone-red,
.header-phone-red:link,
.header-phone-red:visited,
.header-phone-red:hover,
.header-phone-red:focus-visible,
.header-phone-red .call-word,
.header-phone-red .call-separator,
.header-phone-red .call-phone{
  color:#ffffff !important;
}


/* =========================================================
   Footer legal
   ========================================================= */
.footer-legal-line{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px 18px;
}

.footer-legal-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px 16px;
}

.footer-legal-links a{
  color:#6d7177;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
}

.footer-legal-links a:hover,
.footer-legal-links a:focus-visible{
  color:#cf1f1f;
  text-decoration:underline;
  text-underline-offset:3px;
}

@media(max-width:680px){
  .footer-legal-line{
    display:grid;
    gap:12px;
  }

  .footer-legal-links{
    gap:10px 14px;
  }
}

/* =========================================================
   Google Maps con consentimiento
   ========================================================= */
.map-consent-shell{
  position:relative;
  width:100%;
  height:100%;
  min-height:320px;
  border-radius:inherit;
  overflow:hidden;
  background:#f6f6f7;
}

.map-consent-shell iframe{
  width:100%;
  height:100%;
  min-height:320px;
  border:0;
  display:block;
}

.map-consent-placeholder{
  width:100%;
  height:100%;
  min-height:320px;
  padding:32px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:
    radial-gradient(circle at 85% 20%,rgba(251,237,237,.95),transparent 170px),
    #f5f6f7;
}

.map-consent-placeholder strong{
  color:#44494e;
  font-size:19px;
  margin-bottom:7px;
}

.map-consent-placeholder p{
  max-width:390px;
  margin:0 0 18px;
  color:#666b71;
  font-size:14px;
}

.map-consent-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin-bottom:14px;
  border-radius:50%;
  background:#fbeded;
  color:#d72424;
  font-size:26px;
}

.map-consent-btn{
  background:#64696f !important;
  color:#fff !important;
  border-color:#64696f !important;
}

/* =========================================================
   Banner y configuración de cookies
   ========================================================= */
.cookie-banner{
  position:fixed;
  z-index:12000;
  left:18px;
  right:18px;
  bottom:18px;
}

.cookie-banner[hidden],
.cookie-modal[hidden]{
  display:none !important;
}

.cookie-banner-inner{
  width:min(1120px,100%);
  margin:0 auto;
  padding:20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  background:#fff;
  border:1px solid #dedfe2;
  border-radius:20px;
  box-shadow:0 18px 55px rgba(40,44,48,.16);
}

.cookie-banner-copy{
  max-width:700px;
}

.cookie-banner-copy strong{
  display:block;
  color:#41464b;
  font-size:17px;
  margin-bottom:4px;
}

.cookie-banner-copy p{
  margin:0 0 5px !important;
  color:#60656b !important;
  font-size:13.5px !important;
  line-height:1.55 !important;
}

.cookie-banner-copy a{
  color:#c92020;
  font-size:12px;
  font-weight:800;
}

.cookie-banner-actions{
  display:flex;
  align-items:center;
  gap:9px;
  flex:0 0 auto;
}

.cookie-btn{
  min-height:44px;
  padding:0 17px;
  border-radius:12px;
  border:1px solid transparent;
  font:inherit;
  font-size:13px;
  font-weight:850;
  cursor:pointer;
}

.cookie-btn-primary{
  background:#ef1717;
  border-color:#ef1717;
  color:#fff;
}

.cookie-btn-secondary{
  background:#fff;
  border-color:#cfd2d5;
  color:#4e5358;
}

.cookie-modal{
  position:fixed;
  inset:0;
  z-index:13000;
  display:grid;
  place-items:center;
  padding:20px;
}

.cookie-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(40,43,47,.48);
}

.cookie-modal-card{
  position:relative;
  z-index:1;
  width:min(620px,100%);
  max-height:min(760px,calc(100vh - 40px));
  overflow:auto;
  padding:34px;
  border-radius:24px;
  background:#fff;
  box-shadow:0 22px 70px rgba(0,0,0,.2);
}

.cookie-modal-card h2{
  margin:8px 0 10px;
  font-size:30px;
}

.cookie-modal-card > p{
  margin:0 0 24px !important;
  color:#60656b !important;
  font-size:14px !important;
}

.cookie-modal-close{
  position:absolute;
  top:16px;
  right:16px;
  width:38px;
  height:38px;
  border:1px solid #e0e2e4;
  border-radius:50%;
  background:#fff;
  color:#62676d;
  font-size:25px;
  line-height:1;
  cursor:pointer;
}

.cookie-option{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 0;
  border-top:1px solid #ececef;
}

.cookie-option strong{
  color:#454a4f;
  font-size:15px;
}

.cookie-option p{
  margin:4px 0 0 !important;
  color:#73787e !important;
  font-size:13px !important;
  line-height:1.55 !important;
}

.cookie-always-on{
  color:#2d7d55;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}

.cookie-option-switch{
  position:relative;
  cursor:pointer;
}

.cookie-option-switch input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.cookie-switch{
  position:relative;
  width:48px;
  height:28px;
  flex:0 0 48px;
  border-radius:999px;
  background:#cfd2d5;
  transition:.2s ease;
}

.cookie-switch::after{
  content:"";
  position:absolute;
  width:22px;
  height:22px;
  left:3px;
  top:3px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 2px 6px rgba(0,0,0,.16);
  transition:.2s ease;
}

.cookie-option-switch input:checked + .cookie-switch{
  background:#ef1717;
}

.cookie-option-switch input:checked + .cookie-switch::after{
  transform:translateX(20px);
}

.cookie-modal-actions{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  margin-top:22px;
}

@media(max-width:760px){
  .cookie-banner{
    left:10px;
    right:10px;
    bottom:82px;
  }

  .cookie-banner-inner{
    display:grid;
    gap:15px;
    padding:17px;
    border-radius:17px;
  }

  .cookie-banner-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    width:100%;
  }

  .cookie-banner-actions .cookie-btn-primary{
    grid-column:1 / -1;
  }

  .cookie-btn{
    width:100%;
  }

  .cookie-modal-card{
    padding:28px 20px 22px;
    border-radius:20px;
  }

  .cookie-modal-card h2{
    font-size:26px;
  }

  .cookie-modal-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
}


/* ===== Acceso permanente a preferencias de cookies ===== */
.footer-cookie-settings{
  appearance:none;
  border:0;
  padding:0;
  background:transparent;
  color:#6d7177;
  font:inherit;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}

.footer-cookie-settings:hover,
.footer-cookie-settings:focus-visible{
  color:#cf1f1f;
  text-decoration:underline;
  text-underline-offset:3px;
}

.cookie-settings-anchor{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}

.legal-cookie-link{
  font-weight:700;
}


/* =========================================================
   Cookies — refinado visual y legibilidad
   ========================================================= */

.cookie-banner{
  left:20px !important;
  right:20px !important;
  bottom:20px !important;
}

.cookie-banner-inner{
  width:min(1080px,100%) !important;
  padding:22px 24px !important;
  gap:28px !important;
  border:1px solid #d9dcdf !important;
  border-radius:22px !important;
  background:rgba(255,255,255,.985) !important;
  box-shadow:
    0 18px 52px rgba(44,49,54,.17),
    0 3px 10px rgba(44,49,54,.05) !important;
}

.cookie-banner-copy{
  max-width:680px !important;
}

.cookie-banner-copy strong{
  color:#3f4449 !important;
  font-size:18px !important;
  line-height:1.25 !important;
  margin-bottom:7px !important;
}

.cookie-banner-copy p{
  color:#565c62 !important;
  font-size:14px !important;
  line-height:1.62 !important;
  margin:0 0 8px !important;
}

.cookie-banner-copy a{
  display:inline-flex;
  color:#c71f1f !important;
  font-size:12.5px !important;
  font-weight:850 !important;
}

.cookie-banner-actions{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:9px !important;
  min-width:310px;
}

.cookie-banner-actions [data-cookie-settings]{
  grid-column:1 / -1;
  grid-row:2;
}

.cookie-btn{
  min-height:46px !important;
  border-radius:13px !important;
  padding:0 18px !important;
  font-size:13px !important;
  font-weight:900 !important;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    background .18s ease,
    border-color .18s ease !important;
}

/* Aceptar y rechazar con peso visual equivalente */
.cookie-banner-actions [data-cookie-reject],
.cookie-banner-actions [data-cookie-accept]{
  min-width:0 !important;
}

.cookie-banner-actions [data-cookie-reject]{
  background:#5f646a !important;
  border-color:#5f646a !important;
  color:#fff !important;
  box-shadow:0 7px 16px rgba(58,62,67,.10);
}

.cookie-banner-actions [data-cookie-reject]:hover,
.cookie-banner-actions [data-cookie-reject]:focus-visible{
  background:#50555a !important;
  border-color:#50555a !important;
  color:#fff !important;
  transform:translateY(-1px);
}

.cookie-banner-actions [data-cookie-accept]{
  background:#ef1717 !important;
  border-color:#ef1717 !important;
  color:#fff !important;
  box-shadow:0 7px 16px rgba(239,23,23,.14);
}

.cookie-banner-actions [data-cookie-accept]:hover,
.cookie-banner-actions [data-cookie-accept]:focus-visible{
  background:#d91c1c !important;
  border-color:#d91c1c !important;
  color:#fff !important;
  transform:translateY(-1px);
}

/* Configurar queda como acción secundaria */
.cookie-banner-actions [data-cookie-settings]{
  background:#fff !important;
  border-color:#d7dade !important;
  color:#565b61 !important;
}

.cookie-banner-actions [data-cookie-settings]:hover,
.cookie-banner-actions [data-cookie-settings]:focus-visible{
  background:#f7f7f8 !important;
  border-color:#c9cdd1 !important;
  color:#3f4449 !important;
}

/* Modal */
.cookie-modal-card{
  width:min(640px,100%) !important;
  padding:36px !important;
  border:1px solid #dde0e3 !important;
}

.cookie-modal-card .kicker{
  margin-bottom:6px !important;
}

.cookie-modal-card h2{
  color:#40454a !important;
  font-size:31px !important;
  line-height:1.16 !important;
  margin:7px 42px 10px 0 !important;
}

.cookie-modal-card > p{
  color:#5d6268 !important;
  font-size:14.5px !important;
  line-height:1.65 !important;
}

.cookie-option{
  padding:20px 0 !important;
}

.cookie-option strong{
  color:#41464b !important;
  font-size:15.5px !important;
}

.cookie-option p{
  color:#656a70 !important;
  font-size:13.5px !important;
  line-height:1.58 !important;
}

.cookie-always-on{
  color:#28734f !important;
  background:#eef8f2;
  border:1px solid #dbeee3;
  border-radius:999px;
  padding:6px 9px;
}

.cookie-modal-actions{
  gap:10px !important;
}

.cookie-modal-actions [data-cookie-reject-modal]{
  background:#5f646a !important;
  border-color:#5f646a !important;
  color:#fff !important;
}

.cookie-modal-actions [data-cookie-reject-modal]:hover,
.cookie-modal-actions [data-cookie-reject-modal]:focus-visible{
  background:#50555a !important;
  color:#fff !important;
}

.cookie-modal-actions [data-cookie-save]{
  background:#ef1717 !important;
  border-color:#ef1717 !important;
  color:#fff !important;
}

.cookie-modal-close{
  color:#52575d !important;
}

@media(max-width:760px){
  .cookie-banner{
    left:10px !important;
    right:10px !important;
    bottom:84px !important;
  }

  .cookie-banner-inner{
    padding:18px !important;
    gap:16px !important;
    border-radius:18px !important;
  }

  .cookie-banner-copy strong{
    font-size:17px !important;
  }

  .cookie-banner-copy p{
    font-size:13.5px !important;
  }

  .cookie-banner-actions{
    min-width:0;
    width:100%;
    grid-template-columns:1fr 1fr !important;
  }

  .cookie-banner-actions [data-cookie-settings]{
    grid-column:1 / -1;
  }

  .cookie-modal-card{
    padding:28px 20px 22px !important;
    border-radius:20px !important;
  }

  .cookie-modal-card h2{
    font-size:26px !important;
    margin-right:38px !important;
  }

  .cookie-option{
    align-items:flex-start !important;
    gap:16px !important;
  }

  .cookie-modal-actions{
    grid-template-columns:1fr 1fr !important;
  }
}

@media(max-width:420px){
  .cookie-banner-actions{
    grid-template-columns:1fr !important;
  }

  .cookie-banner-actions [data-cookie-settings]{
    grid-column:auto;
  }

  .cookie-banner-actions [data-cookie-reject],
  .cookie-banner-actions [data-cookie-accept],
  .cookie-banner-actions [data-cookie-settings]{
    width:100%;
  }

  .cookie-modal-actions{
    grid-template-columns:1fr !important;
  }
}

@media(prefers-reduced-motion:reduce){
  .cookie-btn{
    transition:none !important;
  }
}


/* ===== QA final: estados críticos de contraste ===== */
.header-phone-red,
.header-phone-red:link,
.header-phone-red:visited,
.header-phone-red:hover,
.header-phone-red:focus-visible,
.header-phone-red .call-word,
.header-phone-red .call-separator,
.header-phone-red .call-phone{
  color:#fff !important;
}

.location .btn,
.location a.btn,
.section-location .btn,
.section-location a.btn,
.location .btn:hover,
.location .btn:focus-visible,
.section-location .btn:hover,
.section-location .btn:focus-visible{
  color:#fff !important;
}

/* Mantener botones legibles y sin herencias globales inesperadas */
.btn{
  text-decoration:none;
}

.btn:focus-visible,
.header-phone-red:focus-visible,
.footer-whatsapp-round:focus-visible{
  outline:3px solid rgba(239,23,23,.22);
  outline-offset:3px;
}

/* Evitar saltos visuales del carrusel */
.reviews-track{
  backface-visibility:hidden;
}

.review-card{
  overflow:hidden;
}

/* Mejor comportamiento del mapa con/sin consentimiento */
.map,
.map-consent-shell{
  min-height:320px;
}

.map-consent-shell iframe[hidden]{
  display:none !important;
}

/* Footer legal más estable en pantallas estrechas */
.footer-legal-line{
  min-width:0;
}

.footer-legal-links{
  min-width:0;
}

.footer-legal-links a,
.footer-cookie-settings{
  white-space:nowrap;
}

@media(max-width:520px){
  .footer-legal-links{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px 14px;
  }

  .footer-cookie-settings{
    text-align:left;
  }
}

.header-phone-red{
  white-space:nowrap;
}


/* ===== Hero: nueva imagen en formato panorámico ===== */
.hero-media img,
.hero-image img,
.hero-visual img{
  object-fit:cover !important;
  object-position:62% center !important;
}

@media(min-width:1021px){
  .hero-media,
  .hero-image,
  .hero-visual{
    min-height:620px !important;
  }

  .hero-media img,
  .hero-image img,
  .hero-visual img{
    min-height:620px !important;
  }
}

@media(max-width:1020px){
  .hero-media img,
  .hero-image img,
  .hero-visual img{
    object-position:64% center !important;
  }
}

@media(max-width:680px){
  .hero-media,
  .hero-image,
  .hero-visual{
    min-height:420px !important;
  }

  .hero-media img,
  .hero-image img,
  .hero-visual img{
    min-height:420px !important;
    object-position:66% center !important;
  }
}


/* ===== Referencias definitivas de imágenes ===== */
.hero-image{
  background-image:url("../images/hero-limpiezas-hispanidad.webp") !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-position:62% center !important;
}

.about-image{
  background-image:
    linear-gradient(180deg,rgba(255,255,255,.01),rgba(86,86,86,.05)),
    url("../images/about-nosotros-limpiezas-hispanidad.webp") !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-position:center center !important;
}

@media(max-width:680px){
  .hero-image{
    background-position:64% center !important;
  }

  .about-image{
    background-position:center top !important;
  }
}


/* ===== QA final de assets ===== */
img{
  max-width:100%;
  height:auto;
}

.google-reviews-badge img,
.reviews-google-badge img{
  display:block;
  object-fit:contain;
}


/* =========================================================
   PRODUCCIÓN FINAL — estabilidad, rendimiento y accesibilidad
   ========================================================= */

html{
  scroll-padding-top:90px;
}

body{
  overflow-x:hidden;
}

img{
  display:block;
}

.hero-image,
.about-image{
  background-color:#f4f4f4;
}

.hero-image{
  contain:paint;
}

.review-card,
.service-card,
.contact-box,
.services-quote{
  transform:translateZ(0);
}

a,
button{
  touch-action:manipulation;
}

button,
.btn,
.header-phone-red,
.footer-whatsapp-round{
  cursor:pointer;
}

.header-phone-red{
  color:#fff !important;
}

.header-phone-red *{
  color:#fff !important;
}

.location .btn,
.location a.btn,
.section-location .btn,
.section-location a.btn{
  color:#fff !important;
}

/* Botón flotante: evitar que tape contenido en pantallas pequeñas */
@media(max-width:680px){
  body{
    padding-bottom:72px;
  }

  .whatsapp-float-wrap{
    bottom:86px !important;
    right:14px !important;
  }

  .whatsapp-float-wrap .footer-whatsapp-round{
    width:64px !important;
    height:64px !important;
    min-width:64px !important;
    min-height:64px !important;
  }

  .whatsapp-float-wrap .footer-whatsapp-round svg{
    width:29px !important;
    height:29px !important;
  }
}

/* Reducir animaciones si el usuario lo solicita */
@media(prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    scroll-behavior:auto !important;
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
  }
}


/* ===== Estructura semántica definitiva del hero ===== */
.hero-seo-h1{
  display:inline-flex !important;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin:0 !important;
  padding:9px 14px !important;
  border:1px solid #f4d7d7 !important;
  border-radius:999px !important;
  background:#fbeded !important;
  color:#cb1b1b !important;
  font-size:13px !important;
  line-height:1.1 !important;
  font-weight:900 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
}

.hero-display-title{
  margin:18px 0 0 !important;
  color:#555a60 !important;
  font-size:clamp(48px,6.3vw,82px) !important;
  line-height:1.02 !important;
  font-weight:800 !important;
  letter-spacing:-.052em !important;
  text-wrap:balance;
}

@media(max-width:680px){
  .hero-seo-h1{
    font-size:11px !important;
    line-height:1.25 !important;
    letter-spacing:.11em !important;
    padding:9px 12px !important;
  }

  .hero-display-title{
    font-size:44px !important;
  }
}


/* ===== Semántica SEO: conservar diseño tras normalizar headings ===== */
.review-name{
  display:block;
  margin:0 0 8px;
  color:#454a50;
  font-size:21px;
  line-height:1.28;
  font-weight:800;
  letter-spacing:-.025em;
}

@media(max-width:680px){
  .review-name{
    font-size:20px;
  }
}


.local-seo-note{
  margin-top:22px;
  padding:20px 22px;
  border-left:3px solid #ef1717;
  background:#fafafa;
  border-radius:0 16px 16px 0;
}

.local-seo-note h3{
  margin:0 0 7px;
  color:#454a50;
  font-size:18px;
}

.local-seo-note p{
  margin:0 !important;
  color:#5f646a !important;
  font-size:15px !important;
  line-height:1.7 !important;
}


/* ===== SEO on-page: señales de confianza ===== */
.seo-trust-strip{
  padding:18px 0 0;
  background:#fff;
}

.seo-trust-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.seo-trust-grid > div{
  padding:20px 22px;
  border:1px solid #e2e4e6;
  border-radius:18px;
  background:#fafafa;
}

.seo-trust-grid strong{
  display:block;
  margin-bottom:4px;
  color:#474c51;
  font-size:16px;
  line-height:1.3;
}

.seo-trust-grid span{
  display:block;
  color:#686d73;
  font-size:13.5px;
  line-height:1.55;
}

@media(max-width:760px){
  .seo-trust-grid{
    grid-template-columns:1fr;
  }

  .seo-trust-grid > div{
    padding:18px 20px;
  }
}


/* ===== Nosotros: columnas alineadas en altura ===== */
.about{
  display:grid !important;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr) !important;
  gap:44px !important;
  align-items:stretch !important;
}

.about-media{
  display:grid !important;
  grid-template-rows:minmax(0,1fr) auto !important;
  gap:14px !important;
  height:100% !important;
}

.about-image{
  min-height:0 !important;
  height:100% !important;
}

.about-copy{
  display:flex !important;
  flex-direction:column !important;
  height:100% !important;
}

.about-copy .about-features,
.about-copy .about-grid,
.about-copy .features-grid{
  margin-top:auto !important;
}

.about-trust-quote{
  margin:0 !important;
}

/* Igualar visualmente la base de ambas columnas */
.about-media,
.about-copy{
  align-self:stretch !important;
}

@media(max-width:1020px){
  .about{
    grid-template-columns:1fr !important;
    gap:28px !important;
  }

  .about-media{
    grid-template-rows:auto auto !important;
    height:auto !important;
  }

  .about-image{
    height:auto !important;
    min-height:420px !important;
  }

  .about-copy{
    height:auto !important;
  }

  .about-copy .about-features,
  .about-copy .about-grid,
  .about-copy .features-grid{
    margin-top:24px !important;
  }
}

@media(max-width:680px){
  .about-image{
    min-height:360px !important;
  }
}


/* ===== H1 principal en rojo corporativo ===== */
.hero-seo-h1{
  color:#c91f1f !important;
}


/* ===== H1 optimizado para móvil ===== */
@media(max-width:680px){
  .hero-seo-h1{
    font-size:10px !important;
    line-height:1.2 !important;
    letter-spacing:.09em !important;
    padding:8px 11px !important;
    max-width:92% !important;
    white-space:normal !important;
  }
}

@media(max-width:390px){
  .hero-seo-h1{
    font-size:9.5px !important;
    letter-spacing:.08em !important;
    padding:8px 10px !important;
  }
}


/* =========================================================
   Responsive refinado — hero y primera parte de la landing
   ========================================================= */

@media(max-width:1020px){
  .hero{
    padding-top:40px !important;
  }

  .hero-grid{
    gap:34px !important;
  }

  .hero-copy{
    max-width:680px;
  }

  .hero-display-title{
    font-size:clamp(44px,7vw,60px) !important;
    line-height:1.04 !important;
  }

  .hero-copy p{
    max-width:620px;
  }
}

@media(max-width:680px){
  .hero{
    padding-top:28px !important;
    padding-bottom:54px !important;
  }

  .hero-grid{
    gap:26px !important;
  }

  .hero-copy{
    max-width:none !important;
  }

  .hero-seo-h1{
    margin-bottom:0 !important;
  }

  .hero-display-title{
    margin-top:14px !important;
    font-size:35px !important;
    line-height:1.06 !important;
    letter-spacing:-.035em !important;
    max-width:100% !important;
  }

  .hero-copy p{
    margin-top:16px !important;
    font-size:15.5px !important;
    line-height:1.68 !important;
    max-width:100% !important;
  }

  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin-top:22px !important;
  }

  .hero-actions .btn{
    width:100% !important;
    min-height:52px !important;
    padding:0 18px !important;
    border-radius:14px !important;
    font-size:14px !important;
  }

  .hero-proof,
  .proof{
    margin-top:22px !important;
    gap:12px !important;
  }

  .proof{
    grid-template-columns:1fr 1fr !important;
  }

  .proof > :last-child{
    grid-column:1 / -1 !important;
  }

  .hero-image{
    min-height:390px !important;
    border-radius:22px !important;
    background-position:66% center !important;
  }

  .hero-card{
    left:0 !important;
    bottom:0 !important;
    width:min(310px,calc(100% - 16px)) !important;
    padding:16px !important;
    border-radius:16px !important;
  }

  .hero-card strong{
    font-size:14px !important;
  }

  .hero-card p{
    font-size:12.5px !important;
    line-height:1.5 !important;
  }

  .section-services{
    padding-top:58px !important;
  }

  .section-services h2{
    font-size:29px !important;
    line-height:1.16 !important;
  }

  .services-quote{
    margin-top:18px !important;
  }
}

@media(max-width:420px){
  .hero{
    padding-top:24px !important;
  }

  .hero-display-title{
    font-size:33px !important;
  }

  .hero-copy p{
    font-size:15px !important;
  }

  .hero-image{
    min-height:365px !important;
    background-position:68% center !important;
  }

  .hero-card{
    width:calc(100% - 12px) !important;
    padding:14px !important;
  }

  .proof{
    gap:10px !important;
  }
}


/* ===== Cierre definitivo: hero / accesibilidad / estabilidad ===== */
.hero-seo-h1{
  color:#c91f1f !important;
}

@media(max-width:680px){
  .hero-seo-h1{
    font-size:10px !important;
    line-height:1.2 !important;
    letter-spacing:.09em !important;
    padding:8px 11px !important;
    max-width:92% !important;
  }

  .hero-display-title{
    font-size:35px !important;
    line-height:1.06 !important;
  }
}

@media(max-width:390px){
  .hero-seo-h1{
    font-size:9.5px !important;
  }

  .hero-display-title{
    font-size:33px !important;
  }
}

/* Contrastes aprobados */
.header-phone-red,
.header-phone-red *,
.location .btn,
.location a.btn,
.section-location .btn,
.section-location a.btn{
  color:#fff !important;
}

/* Mejor tactilidad */
a,
button{
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
}

/* Evitar scroll horizontal accidental */
html,
body{
  max-width:100%;
  overflow-x:hidden;
}

/* Imágenes estables */
img{
  max-width:100%;
  height:auto;
}


/* =========================================================
   CORRECCIÓN DEFINITIVA MÓVIL — HERO SIN DESBORDAMIENTOS
   ========================================================= */

@media(max-width:760px){

  html,
  body{
    width:100% !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  .container,
  .hero .container,
  .section .container{
    width:min(100% - 32px, 1180px) !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .hero,
  .hero-grid,
  .hero-copy,
  .hero-media,
  .hero-visual,
  .hero-image,
  .hero-actions,
  .hero-proof,
  .proof{
    min-width:0 !important;
    max-width:100% !important;
  }

  .hero{
    padding:26px 0 46px !important;
  }

  .hero-grid{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:28px !important;
    width:100% !important;
  }

  .hero-copy{
    width:100% !important;
    overflow:visible !important;
  }

  .hero-seo-h1{
    display:inline-flex !important;
    width:auto !important;
    max-width:100% !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
    word-break:normal !important;
    font-size:10px !important;
    line-height:1.25 !important;
    letter-spacing:.08em !important;
    padding:8px 10px !important;
    margin:0 !important;
    color:#c91f1f !important;
  }

  .hero-display-title{
    width:100% !important;
    max-width:100% !important;
    margin:14px 0 0 !important;
    font-size:34px !important;
    line-height:1.05 !important;
    letter-spacing:-.035em !important;
    white-space:normal !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
    text-wrap:balance !important;
  }

  .hero-copy > p,
  .hero-copy .hero-description{
    width:100% !important;
    max-width:100% !important;
    margin:15px 0 0 !important;
    font-size:15px !important;
    line-height:1.65 !important;
  }

  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    width:100% !important;
    gap:10px !important;
    margin:20px 0 0 !important;
  }

  .hero-actions .btn,
  .hero-actions a,
  .hero-actions button{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    min-height:50px !important;
    padding:0 16px !important;
    box-sizing:border-box !important;
    justify-content:center !important;
  }

  .hero-proof,
  .proof{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    width:100% !important;
    gap:12px !important;
    margin-top:22px !important;
  }

  .hero-proof > *,
  .proof > *{
    min-width:0 !important;
    max-width:100% !important;
  }

  .hero-proof > :last-child,
  .proof > :last-child{
    grid-column:1 / -1 !important;
  }

  .hero-media,
  .hero-visual{
    width:100% !important;
    display:block !important;
    margin:0 !important;
  }

  .hero-image{
    display:block !important;
    width:100% !important;
    height:360px !important;
    min-height:360px !important;
    max-height:none !important;
    border-radius:20px !important;
    background-size:cover !important;
    background-position:64% center !important;
    overflow:hidden !important;
  }

  .hero-image img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:64% center !important;
  }

  .hero-card{
    position:relative !important;
    inset:auto !important;
    width:calc(100% - 16px) !important;
    max-width:100% !important;
    margin:-54px auto 0 !important;
    padding:14px 16px !important;
    box-sizing:border-box !important;
    border-radius:16px !important;
    z-index:2 !important;
  }

  .hero-card p{
    margin-top:4px !important;
  }

  .google-badge,
  .hero-google-badge,
  .proof img{
    max-width:150px !important;
    height:auto !important;
  }

  .mobile-action-bar{
    left:0 !important;
    right:0 !important;
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  .whatsapp-float{
    right:16px !important;
  }
}

@media(max-width:420px){

  .container,
  .hero .container,
  .section .container{
    width:calc(100% - 28px) !important;
  }

  .hero-seo-h1{
    font-size:9px !important;
    letter-spacing:.07em !important;
    padding:7px 9px !important;
  }

  .hero-display-title{
    font-size:31px !important;
    line-height:1.06 !important;
  }

  .hero-image{
    height:330px !important;
    min-height:330px !important;
    background-position:66% center !important;
  }

  .hero-proof,
  .proof{
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
  }

  .google-badge,
  .hero-google-badge,
  .proof img{
    max-width:138px !important;
  }
}


/* =========================================================
   RESPONSIVE GLOBAL DEFINITIVO
   Corrige todos los bloques, no solo el hero
   ========================================================= */

html,
body{
  width:100%;
  max-width:100%;
}

body{
  overflow-x:hidden;
}

img,
svg,
iframe{
  max-width:100%;
}

.container{
  width:min(1180px,calc(100% - 40px));
  max-width:100%;
  margin-inline:auto;
}

/* Permitir que cualquier hijo de grid/flex pueda encogerse */
.hero-grid > *,
.services > *,
.about > *,
.reviews-head > *,
.location > *,
.contact-box > *,
.footer-main > *,
.footer-grid > *,
.advantages > *,
.seo-trust-grid > *{
  min-width:0;
}

/* Tablet */
@media(max-width:1020px){

  .container{
    width:calc(100% - 36px) !important;
  }

  .nav{
    min-height:82px !important;
  }

  .brand img{
    width:190px !important;
    max-width:58vw !important;
    height:auto !important;
  }

  .hero-grid,
  .about,
  .location{
    grid-template-columns:minmax(0,1fr) !important;
  }

  .hero-media{
    width:100% !important;
    max-width:760px !important;
    margin-inline:auto !important;
  }

  .services{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .contact-box{
    grid-template-columns:minmax(0,1fr) !important;
  }

  .footer-main,
  .footer-grid{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  }
}

/* Móvil */
@media(max-width:680px){

  :root{
    --container:calc(100% - 28px);
  }

  html,
  body{
    width:100% !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  .container,
  .hero .container,
  .section .container,
  .footer .container{
    width:calc(100% - 28px) !important;
    max-width:none !important;
    margin-left:14px !important;
    margin-right:14px !important;
  }

  .header{
    width:100% !important;
  }

  .nav{
    width:100% !important;
    min-height:78px !important;
    gap:12px !important;
  }

  .brand{
    min-width:0 !important;
  }

  .brand img{
    width:145px !important;
    max-width:52vw !important;
    max-height:54px !important;
  }

  .menu{
    flex:0 0 44px !important;
    width:44px !important;
    height:44px !important;
  }

  .nav.open{
    width:100% !important;
  }

  .nav.open .nav-links{
    width:100% !important;
    flex-basis:100% !important;
  }

  /* HERO */
  .hero{
    width:100% !important;
    padding:26px 0 48px !important;
    overflow:hidden !important;
  }

  .hero-grid{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
    gap:24px !important;
  }

  .hero-copy,
  .hero-media{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
  }

  .hero-seo-h1{
    display:inline-flex !important;
    width:auto !important;
    max-width:100% !important;
    margin:0 !important;
    padding:7px 10px !important;
    font-size:9.5px !important;
    line-height:1.25 !important;
    letter-spacing:.065em !important;
    white-space:normal !important;
    overflow-wrap:break-word !important;
    color:#c91f1f !important;
  }

  .hero-display-title{
    width:100% !important;
    max-width:100% !important;
    margin:14px 0 0 !important;
    font-size:clamp(30px,9.5vw,36px) !important;
    line-height:1.06 !important;
    letter-spacing:-.035em !important;
    white-space:normal !important;
    overflow-wrap:normal !important;
    text-wrap:balance !important;
  }

  .hero-copy p,
  .lead{
    width:100% !important;
    max-width:100% !important;
    margin:16px 0 0 !important;
    font-size:15px !important;
    line-height:1.65 !important;
  }

  .hero-actions{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
    gap:10px !important;
    margin-top:20px !important;
  }

  .hero-actions .btn{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    min-height:50px !important;
    box-sizing:border-box !important;
  }

  .proof{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    width:100% !important;
    gap:10px !important;
    margin-top:22px !important;
  }

  .proof > div{
    width:100% !important;
    min-width:0 !important;
  }

  .proof > div:last-child{
    grid-column:1 / -1 !important;
  }

  .proof img,
  .google-reviews-badge img{
    width:auto !important;
    max-width:135px !important;
    height:auto !important;
  }

  .hero-media{
    display:block !important;
    margin:0 !important;
  }

  .hero-image{
    display:block !important;
    width:100% !important;
    height:340px !important;
    min-height:340px !important;
    border-radius:22px !important;
    background-size:cover !important;
    background-position:64% center !important;
  }

  .hero-card{
    position:relative !important;
    inset:auto !important;
    width:calc(100% - 18px) !important;
    margin:-50px auto 0 !important;
    padding:14px !important;
    box-sizing:border-box !important;
  }

  /* SECCIONES */
  .section{
    width:100% !important;
    padding:58px 0 !important;
    overflow:hidden !important;
  }

  .section-head,
  .reviews-head{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    width:100% !important;
    gap:18px !important;
    margin-bottom:26px !important;
  }

  .section-head > *,
  .reviews-head > *{
    width:100% !important;
    max-width:100% !important;
  }

  .section h2,
  .section-head h2,
  .about-copy h2,
  .reviews-head h2,
  .location-copy h2,
  .contact-copy h2{
    width:100% !important;
    max-width:100% !important;
    font-size:29px !important;
    line-height:1.12 !important;
  }

  /* SERVICIOS */
  .services{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
    gap:14px !important;
  }

  .service{
    width:100% !important;
    min-width:0 !important;
    min-height:0 !important;
    padding:22px !important;
  }

  .services-quote{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  /* NOSOTROS */
  .about{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
    gap:26px !important;
  }

  .about-media,
  .about-copy{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
  }

  .about-image{
    width:100% !important;
    height:390px !important;
    min-height:390px !important;
    border-radius:22px !important;
    background-size:cover !important;
    background-position:center top !important;
  }

  .about-trust-quote{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  .advantages{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
    gap:10px !important;
  }

  .advantages > div{
    width:100% !important;
    min-width:0 !important;
  }

  /* OPINIONES */
  .reviews,
  .reviews-carousel,
  .reviews-viewport,
  .reviews-track{
    max-width:100% !important;
  }

  .reviews-carousel{
    width:100% !important;
    overflow:hidden !important;
  }

  .reviews-viewport{
    width:100% !important;
    overflow:hidden !important;
  }

  .reviews-track{
    min-width:0 !important;
  }

  .review-card{
    min-width:0 !important;
    max-width:100% !important;
  }

  .reviews-google-badge,
  .google-reviews-badge{
    max-width:150px !important;
  }

  .reviews-carousel-footer{
    width:100% !important;
    padding-left:0 !important;
    gap:12px !important;
  }

  /* UBICACIÓN */
  .location{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
    gap:18px !important;
  }

  .location-copy,
  .map{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
  }

  .location-copy{
    padding:22px !important;
  }

  .map,
  .map iframe{
    min-height:360px !important;
  }

  /* FRANJA PRE CTA */
  .seo-trust-grid{
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
  }

  .pre-cta-inner{
    width:100% !important;
    max-width:100% !important;
    overflow:hidden !important;
  }

  /* CTA */
  .contact-box{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
    max-width:100% !important;
    padding:28px 20px !important;
    gap:24px !important;
    border-radius:22px !important;
  }

  .contact-copy,
  .contact-actions{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
  }

  .contact-actions{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:10px !important;
  }

  .contact-actions .btn,
  .contact-call-btn,
  .btn-whatsapp{
    width:100% !important;
    max-width:100% !important;
  }

  /* FOOTER */
  .footer{
    width:100% !important;
    overflow:hidden !important;
  }

  .footer-main,
  .footer-grid{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
    gap:28px !important;
  }

  .footer-brand,
  .footer-column,
  .footer-contact{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
  }

  .footer-logo img{
    width:170px !important;
    max-width:100% !important;
  }

  .footer-contact{
    grid-template-columns:minmax(0,1fr) !important;
  }

  .footer-bottom,
  .footer-legal-line{
    width:100% !important;
    max-width:100% !important;
  }

  .footer-legal-links{
    display:flex !important;
    flex-wrap:wrap !important;
    width:100% !important;
  }

  .footer-legal-links a,
  .footer-cookie-settings{
    white-space:normal !important;
  }

  /* FIJOS */
  .mobile-actions{
    left:8px !important;
    right:8px !important;
    width:auto !important;
    max-width:none !important;
  }

  .whatsapp-float-wrap{
    right:14px !important;
    bottom:86px !important;
  }

  .cookie-banner{
    left:8px !important;
    right:8px !important;
    width:auto !important;
    max-width:none !important;
  }
}

/* Móviles muy pequeños */
@media(max-width:390px){

  .container,
  .hero .container,
  .section .container,
  .footer .container{
    width:calc(100% - 24px) !important;
    margin-left:12px !important;
    margin-right:12px !important;
  }

  .brand img{
    width:132px !important;
  }

  .hero-display-title{
    font-size:29px !important;
  }

  .hero-image{
    height:315px !important;
    min-height:315px !important;
  }

  .section h2,
  .section-head h2,
  .about-copy h2,
  .reviews-head h2,
  .location-copy h2,
  .contact-copy h2{
    font-size:27px !important;
  }
}
