
/* Designio PHP - Bloque 7: assets + tipografía original */
:root{
  --cream:#e8e1ce;
  --paper:#f8f6f1;
  --dark:#303030;
  --black:#111111;
  --text:#111111;
  --white:#ffffff;
  --max:1120px;
}

*{
  box-sizing:border-box;
}

html,
body{
  margin:0;
  padding:0;
}

body{
  font-family:'Poppins', Arial, Helvetica, sans-serif;
  color:var(--text);
  background:var(--paper);
  font-size:16px;
  line-height:1.45;
  font-weight:400;
}

img{
  display:block;
  max-width:100%;
  height:auto;
}

a{
  color:inherit;
}

.container{
  max-width:var(--max);
  margin:0 auto;
  padding:0 24px;
}

/* HEADER */
.site-header{
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:50!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  height:auto!important;
  min-height:0!important;
}

.main-nav{
  width:min(980px,calc(100% - 40px));
  margin:0 auto!important;
  padding-top:29px!important;
  display:grid!important;
  grid-template-columns:1fr auto 1fr!important;
  gap:34px!important;
  align-items:start!important;
}

.nav-side{
  display:flex!important;
  gap:28px!important;
  padding-top:32px!important;
}

.nav-left{
  justify-content:flex-end!important;
}

.nav-right{
  justify-content:flex-start!important;
}

.main-nav a{
  color:#fff!important;
  text-decoration:none!important;
  font-size:13px!important;
  font-weight:500!important;
  text-shadow:0 2px 10px rgba(0,0,0,.55)!important;
}

.brand{
  text-align:center!important;
  min-width:255px!important;
  text-decoration:none!important;
}

.brand img{
  width:255px!important;
  max-width:255px!important;
  height:auto!important;
  margin:0 auto 7px!important;
}

.brand span{
  display:block!important;
  color:#fff!important;
  font-size:8px!important;
  font-weight:600!important;
  letter-spacing:.08em!important;
  text-shadow:0 2px 8px rgba(0,0,0,.55)!important;
}

.nav-toggle{
  display:none;
}

/* HERO */
.hero{
  min-height:620px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  padding:175px 24px 115px!important;
  color:#fff!important;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.58),
      rgba(0,0,0,.34) 46%,
      rgba(232,225,206,.98) 100%
    ),
    url('/media.php?src=%2Fwp-content%2Fuploads%2F2025%2F10%2Freformas-interiorismo-designio-studio-rubi-hero.jpg') center center/cover no-repeat!important;
}

.hero-grid{
  max-width:980px!important;
  margin:0 auto!important;
  display:block!important;
}

.hero .kicker,
.hero .image-card{
  display:none!important;
}

.hero h1{
  max-width:790px!important;
  margin:0 auto 36px!important;
  color:#fff!important;
  font-size:clamp(30px,3.25vw,45px)!important;
  line-height:1.28!important;
  font-weight:500!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
  text-shadow:0 2px 16px rgba(0,0,0,.5)!important;
}

.hero .lead{
  max-width:780px!important;
  margin:0 auto 28px!important;
  color:#fff!important;
  font-size:18px!important;
  font-weight:500!important;
  text-shadow:0 2px 14px rgba(0,0,0,.55)!important;
}

.btns{
  display:flex!important;
  justify-content:center!important;
  gap:14px!important;
  flex-wrap:wrap!important;
}

.btn,
.button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  padding:8px 21px!important;
  border:2px solid #111!important;
  background:#fff!important;
  color:#111!important;
  text-decoration:none!important;
  border-radius:0!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1!important;
}

.btn:hover,
.button:hover{
  background:#111!important;
  color:#fff!important;
}

.btn.secondary{
  background:#fff!important;
  color:#111!important;
}

/* CITA */
.quote-section{
  background:var(--cream);
  text-align:center;
  padding:70px 20px 60px;
}

.quote-section blockquote{
  margin:0;
  font-size:clamp(27px,2.6vw,39px);
  font-weight:400;
  line-height:1.22;
}

.quote-section cite{
  display:block;
  font-size:18px;
  font-style:normal;
  margin-top:6px;
}

/* SECCIONES GENERALES */
.section{
  padding:92px 0;
  background:var(--paper);
}

.section.alt{
  background:var(--cream);
}

.grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:54px;
  align-items:center;
}

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

h1,
h2,
h3{
  color:#111;
  font-weight:500;
}

h2{
  margin:0 0 24px;
  font-size:clamp(28px,2.6vw,36px);
  line-height:1.18;
}

h3{
  font-size:21px;
  margin:0 0 14px;
}

p{
  margin:0 0 18px;
  color:#111;
}

/* INTRO HOME */
.intro-section{
  padding-top:60px;
}

.intro-block{
  max-width:980px;
  margin:0 auto;
}

.intro-image img{
  width:430px;
  margin-left:auto;
}

.intro-copy{
  max-width:430px;
  font-size:15px;
  line-height:1.45;
}

.intro-copy h2{
  font-size:32px;
  line-height:1.15;
  margin-bottom:26px;
}

.intro-copy p{
  font-size:15px;
  line-height:1.5;
  margin-bottom:21px;
}

.outline-btn{
  display:inline-flex;
  padding:7px 18px;
  border:2px solid #111;
  text-decoration:none;
  background:transparent;
  font-size:16px;
  line-height:1;
}

.outline-btn:hover{
  background:#111;
  color:#fff;
}

/* SERVICIOS */
.services-title{
  background:#f8f8f8;
  text-align:center;
  padding:46px 0 22px;
  font-size:23px;
  font-weight:400;
}

.services-section{
  background:var(--paper);
  padding:34px 0 70px;
}

.service-grid{
  max-width:1150px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px 300px;
  padding:0 25px;
}

.service-card{
  text-align:center;
  text-decoration:none;
}

.service-card img{
  width:100%;
  max-width:450px;
  height:260px;
  object-fit:cover;
  margin:0 auto 5px;
}

.service-card h3{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.02em;
  margin:0;
  font-weight:500;
}

.center-btn{
  text-align:center;
  margin-top:50px;
}

/* PROYECTOS OSCURO */
.dark-projects{
  background:var(--dark);
  color:#fff;
  padding:88px 20px;
  text-align:center;
}

.dark-projects p{
  color:#fff;
  max-width:760px;
  margin:0 auto 58px;
  font-size:23px;
  line-height:1.32;
  font-weight:400;
}

.project-mini-grid{
  display:flex;
  gap:45px;
  justify-content:center;
  margin-bottom:58px;
}

.project-mini{
  position:relative;
  width:210px;
  height:310px;
  overflow:hidden;
  text-align:left;
  text-decoration:none;
}

.project-mini img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.project-mini span{
  position:absolute;
  left:12px;
  bottom:14px;
  color:#fff;
  font-weight:700;
  font-size:14px;
  text-shadow:0 2px 8px #000;
}

/* ESTUDIO */
.studio-section{
  padding-top:82px;
}

.studio-block{
  max-width:800px;
}

.studio-block > h2{
  text-align:center;
  margin-bottom:52px;
}

.studio-row img{
  width:390px;
  margin-left:auto;
}

/* PÁGINAS INTERNAS */
body:not(.home) .hero{
  min-height:520px!important;
}

body:not(.home) .hero h1{
  text-transform:none!important;
  font-size:clamp(36px,4.2vw,58px)!important;
  max-width:900px!important;
}

.card{
  background:#fff;
  padding:26px;
  border:0;
  box-shadow:none;
  min-height:100%;
}

.card .check{
  font-weight:800;
  font-size:20px;
}

.list{
  padding-left:20px;
}

.list li{
  margin:8px 0;
}

.faq-item{
  border-top:1px solid rgba(0,0,0,.16);
  padding:22px 0;
}

.cta{
  text-align:center;
  background:var(--cream);
}

.cta .container{
  max-width:840px;
}

/* CONTACTO */
.contact-box{
  background:#fff;
  padding:28px;
  border:1px solid #ddd;
}

.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

label{
  display:block;
  font-weight:600;
  margin:10px 0 6px;
}

input,
textarea,
select{
  width:100%;
  padding:12px;
  border:1px solid #bbb;
  font:inherit;
}

textarea{
  min-height:150px;
}

/* FOOTER */
.site-footer{
  background:#303030;
  color:#fff;
}

.footer-cta{
  min-height:330px;
  background:
    linear-gradient(rgba(0,0,0,.48),rgba(0,0,0,.64)),
    url('../img/cta-bg.jpg') center/cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.footer-cta h2{
  color:#fff;
  margin-bottom:24px;
}

.footer-cta p{
  color:#fff;
  max-width:680px;
  font-size:17px;
  font-weight:600;
}

.white{
  background:#fff!important;
  color:#111!important;
  border-color:#fff!important;
}

.footer-main{
  max-width:980px;
  margin:0 auto;
  padding:60px 20px;
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1.4fr;
  gap:42px;
}

.footer-brand img{
  width:210px;
}

.footer-brand p{
  font-size:9px;
  letter-spacing:.08em;
}

.footer-main h3{
  color:#fff;
  font-size:14px;
  margin-bottom:12px;
  font-weight:600;
}

.footer-main p,
.footer-main a{
  display:block;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  margin:6px 0;
}

.socials{
  display:flex;
  gap:22px;
  margin-top:24px;
}

.socials span{
  width:34px;
  height:34px;
  border-radius:50%;
  background:#fff;
  color:#111;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
}

.copyright{
  background:#171b1e;
  color:#fff;
  text-align:center;
  padding:12px;
  font-size:11px;
}

/* MÓVIL */
@media(max-width:900px){
  .nav-toggle{
    display:block;
    position:absolute;
    right:18px;
    top:18px;
    background:#fff;
    color:#111;
    border:0;
    padding:9px 14px;
    z-index:60;
  }

  .main-nav{
    display:none!important;
    background:rgba(0,0,0,.88)!important;
    padding:18px!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
  }

  .main-nav.open{
    display:grid!important;
  }

  .nav-side{
    flex-direction:column!important;
    align-items:center!important;
    gap:14px!important;
    padding-top:0!important;
  }

  .brand{
    order:-1!important;
    min-width:0!important;
  }

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

  .hero{
    min-height:560px!important;
    padding-top:180px!important;
  }

  .grid-2,
  .grid-3,
  .service-grid,
  .footer-main{
    grid-template-columns:1fr!important;
  }

  .service-grid{
    gap:38px;
    padding:0 22px;
  }

  .project-mini-grid{
    flex-direction:column;
    align-items:center;
  }

  .form-row{
    grid-template-columns:1fr;
  }

  .intro-block,
  .studio-block{
    max-width:100%;
  }

  .intro-image img,
  .studio-row img{
    width:100%;
    margin:0 auto 28px;
  }

  .intro-copy{
    max-width:100%;
  }

  .intro-copy h2{
    font-size:30px;
  }
}


/* =========================================================
   BLOQUE 8 - PARTE SUPERIOR IGUALADA A WEB OFICIAL
   Solo afecta al header y hero superior.
   ========================================================= */

.site-header{
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:100!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  height:auto!important;
  min-height:0!important;
}

.main-nav{
  width:min(1180px,calc(100% - 80px))!important;
  margin:0 auto!important;
  padding-top:25px!important;
  display:grid!important;
  grid-template-columns:1fr 410px 1fr!important;
  gap:34px!important;
  align-items:start!important;
}

.nav-side{
  display:flex!important;
  gap:31px!important;
  padding-top:31px!important;
}

.nav-left{
  justify-content:flex-end!important;
}

.nav-right{
  justify-content:flex-start!important;
}

.main-nav a{
  color:#fff!important;
  text-decoration:none!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:17px!important;
  line-height:1!important;
  font-weight:500!important;
  letter-spacing:.01em!important;
  text-shadow:0 2px 9px rgba(0,0,0,.48)!important;
}

.main-nav a:hover{
  opacity:.78!important;
}

.brand{
  display:block!important;
  text-align:center!important;
  min-width:410px!important;
  text-decoration:none!important;
}

.brand img{
  width:410px!important;
  max-width:410px!important;
  height:auto!important;
  margin:0 auto 22px!important;
}

.brand span{
  display:block!important;
  color:#fff!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:600!important;
  letter-spacing:.01em!important;
  text-shadow:0 2px 8px rgba(0,0,0,.52)!important;
}

.hero,
.home-hero{
  min-height:690px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  padding:200px 24px 125px!important;
  color:#fff!important;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.52) 0%,
      rgba(0,0,0,.43) 43%,
      rgba(0,0,0,.28) 62%,
      rgba(232,225,206,.88) 100%
    ),
    url('/media.php?src=%2Fwp-content%2Fuploads%2F2025%2F10%2Freformas-interiorismo-designio-studio-rubi-hero.jpg') center center/cover no-repeat!important;
}

.hero-grid{
  max-width:1160px!important;
  margin:0 auto!important;
  display:block!important;
}

.hero .kicker,
.hero .image-card{
  display:none!important;
}

.hero h1{
  max-width:980px!important;
  margin:95px auto 72px!important;
  color:#fff!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:clamp(42px,4.2vw,68px)!important;
  line-height:1.38!important;
  font-weight:400!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  text-shadow:0 2px 14px rgba(0,0,0,.45)!important;
}

.hero .lead{
  max-width:780px!important;
  margin:0 auto 28px!important;
  color:#fff!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:18px!important;
  font-weight:500!important;
  text-shadow:0 2px 14px rgba(0,0,0,.55)!important;
}

.btns{
  display:flex!important;
  justify-content:center!important;
  gap:14px!important;
  flex-wrap:wrap!important;
}

.hero .btn,
.hero .button,
.btn,
.button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:54px!important;
  padding:0 34px!important;
  border:2px solid #111!important;
  background:#fff!important;
  color:#111!important;
  text-decoration:none!important;
  border-radius:0!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:24px!important;
  line-height:1!important;
  font-weight:400!important;
  box-shadow:none!important;
}

.hero .btn:hover,
.hero .button:hover{
  background:#111!important;
  color:#fff!important;
}

.nav-toggle{
  display:none;
}

/* Móvil: mantener estética, pero usable */
@media(max-width:900px){
  .site-header{
    position:absolute!important;
  }

  .nav-toggle{
    display:block!important;
    position:absolute!important;
    right:18px!important;
    top:18px!important;
    z-index:120!important;
    background:#fff!important;
    color:#111!important;
    border:0!important;
    padding:9px 14px!important;
    font-size:14px!important;
  }

  .main-nav{
    display:none!important;
    width:calc(100% - 36px)!important;
    margin:62px 18px 0!important;
    padding:20px!important;
    grid-template-columns:1fr!important;
    gap:20px!important;
    background:rgba(0,0,0,.86)!important;
  }

  .main-nav.open{
    display:grid!important;
  }

  .nav-side{
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:15px!important;
    padding-top:0!important;
  }

  .brand{
    order:-1!important;
    min-width:0!important;
  }

  .brand img{
    width:230px!important;
    max-width:230px!important;
    margin-bottom:12px!important;
  }

  .brand span{
    font-size:9px!important;
  }

  .hero,
  .home-hero{
    min-height:610px!important;
    padding:170px 20px 95px!important;
  }

  .hero h1{
    margin:60px auto 44px!important;
    font-size:34px!important;
    line-height:1.25!important;
  }

  .hero .btn{
    font-size:18px!important;
    min-height:46px!important;
    padding:0 24px!important;
  }
}


/* =========================================================
   BLOQUE 8C - AJUSTES PARTE SUPERIOR
   - Logo alineado a la altura del menú.
   - Frase duplicada del hero oculta.
   - Titular en 2 líneas y mayúsculas.
   ========================================================= */

.main-nav{
  width:min(1180px,calc(100% - 80px))!important;
  padding-top:24px!important;
  grid-template-columns:1fr 430px 1fr!important;
  align-items:start!important;
}

.nav-side{
  padding-top:12px!important;
  gap:31px!important;
}

.brand{
  min-width:430px!important;
  transform:translateY(-6px)!important;
}

.brand img{
  width:390px!important;
  max-width:390px!important;
  margin:0 auto 14px!important;
}

.brand span{
  font-size:12px!important;
  margin-top:0!important;
}

/* Oculta la segunda frase si alguna página la trae como lead del hero */
.hero .lead{
  display:none!important;
}

.hero h1{
  max-width:1120px!important;
  margin:112px auto 72px!important;
  font-size:clamp(42px,4.25vw,66px)!important;
  line-height:1.42!important;
  font-weight:400!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  white-space:normal!important;
}

.hero h1 br{
  display:block!important;
}

.hero .btn,
.hero .button{
  min-height:54px!important;
  padding:0 34px!important;
  font-size:24px!important;
}

@media(max-width:900px){
  .main-nav{
    grid-template-columns:1fr!important;
    padding-top:20px!important;
  }

  .nav-side{
    padding-top:0!important;
  }

  .brand{
    min-width:0!important;
    transform:none!important;
  }

  .brand img{
    width:230px!important;
    max-width:230px!important;
    margin-bottom:10px!important;
  }

  .brand span{
    font-size:9px!important;
  }

  .hero h1{
    margin:70px auto 44px!important;
    font-size:32px!important;
    line-height:1.28!important;
  }
}


/* =========================================================
   BLOQUE 8D - AJUSTE FINAL HEADER + HERO
   Objetivo:
   - Logo en la misma línea visual que el menú.
   - Eliminar la segunda frase duplicada del hero.
   - H1 exacto en 2 líneas.
   ========================================================= */

.site-header{
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:100!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  height:auto!important;
  min-height:0!important;
}

.main-nav{
  width:min(1180px,calc(100% - 70px))!important;
  margin:0 auto!important;
  padding-top:30px!important;
  display:grid!important;
  grid-template-columns:1fr 410px 1fr!important;
  gap:28px!important;
  align-items:start!important;
}

.nav-side{
  display:flex!important;
  gap:31px!important;
  padding-top:17px!important;
}

.nav-left{
  justify-content:flex-end!important;
}

.nav-right{
  justify-content:flex-start!important;
}

.main-nav a{
  color:#fff!important;
  text-decoration:none!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:17px!important;
  line-height:1!important;
  font-weight:500!important;
  letter-spacing:.01em!important;
  text-shadow:0 2px 9px rgba(0,0,0,.48)!important;
}

.brand{
  display:block!important;
  min-width:410px!important;
  max-width:410px!important;
  text-align:center!important;
  text-decoration:none!important;
  transform:translateY(-18px)!important;
}

.brand img{
  width:390px!important;
  max-width:390px!important;
  height:auto!important;
  margin:0 auto 16px!important;
}

.brand span{
  display:block!important;
  color:#fff!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:600!important;
  letter-spacing:.01em!important;
  text-shadow:0 2px 8px rgba(0,0,0,.52)!important;
}

.hero,
.home-hero{
  min-height:690px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  padding:205px 24px 120px!important;
  color:#fff!important;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.52) 0%,
      rgba(0,0,0,.43) 44%,
      rgba(0,0,0,.28) 62%,
      rgba(232,225,206,.88) 100%
    ),
    url('/media.php?src=%2Fwp-content%2Fuploads%2F2025%2F10%2Freformas-interiorismo-designio-studio-rubi-hero.jpg') center center/cover no-repeat!important;
}

.hero-grid{
  width:100%!important;
  max-width:1240px!important;
  margin:0 auto!important;
  display:block!important;
}

.hero .kicker,
.hero .lead,
.hero .image-card{
  display:none!important;
}

.hero h1{
  width:100%!important;
  max-width:none!important;
  margin:78px auto 74px!important;
  color:#fff!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:clamp(45px,4.25vw,67px)!important;
  line-height:1.42!important;
  font-weight:400!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  text-align:center!important;
  white-space:nowrap!important;
  text-shadow:0 2px 14px rgba(0,0,0,.45)!important;
}

.hero h1 br{
  display:block!important;
}

.hero .btn,
.hero .button,
.btn,
.button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:54px!important;
  padding:0 34px!important;
  border:2px solid #111!important;
  background:#fff!important;
  color:#111!important;
  text-decoration:none!important;
  border-radius:0!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:24px!important;
  line-height:1!important;
  font-weight:400!important;
  box-shadow:none!important;
}

.hero .btn:hover,
.hero .button:hover{
  background:#111!important;
  color:#fff!important;
}

@media(max-width:1200px){
  .hero h1{
    font-size:clamp(39px,4.1vw,58px)!important;
  }
}

@media(max-width:900px){
  .nav-toggle{
    display:block!important;
    position:absolute!important;
    right:18px!important;
    top:18px!important;
    z-index:120!important;
    background:#fff!important;
    color:#111!important;
    border:0!important;
    padding:9px 14px!important;
    font-size:14px!important;
  }

  .main-nav{
    display:none!important;
    width:calc(100% - 36px)!important;
    margin:62px 18px 0!important;
    padding:20px!important;
    grid-template-columns:1fr!important;
    gap:20px!important;
    background:rgba(0,0,0,.86)!important;
  }

  .main-nav.open{
    display:grid!important;
  }

  .nav-side{
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:15px!important;
    padding-top:0!important;
  }

  .brand{
    order:-1!important;
    min-width:0!important;
    max-width:none!important;
    transform:none!important;
  }

  .brand img{
    width:230px!important;
    max-width:230px!important;
    margin-bottom:10px!important;
  }

  .brand span{
    font-size:9px!important;
  }

  .hero,
  .home-hero{
    min-height:610px!important;
    padding:170px 20px 95px!important;
  }

  .hero h1{
    margin:70px auto 44px!important;
    font-size:32px!important;
    line-height:1.28!important;
    white-space:normal!important;
  }

  .hero .btn{
    font-size:18px!important;
    min-height:46px!important;
    padding:0 24px!important;
  }
}


/* =========================================================
   BLOQUE 8F - MENU CENTRADO EN ALTURA CON EL LOGO
   ========================================================= */

/* Cabecera transparente */
.site-header{
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:100!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

/* Grid del menú */
.main-nav{
  width:min(1180px,calc(100% - 70px))!important;
  margin:0 auto!important;
  padding-top:28px!important;
  display:grid!important;
  grid-template-columns:1fr 410px 1fr!important;
  gap:28px!important;
  align-items:start!important;
}

/* Bajamos los menús laterales para que queden centrados con el logo */
.nav-side{
  display:flex!important;
  gap:31px!important;
  padding-top:42px!important;
}

.nav-left{
  justify-content:flex-end!important;
}

.nav-right{
  justify-content:flex-start!important;
}

.main-nav a{
  color:#fff!important;
  text-decoration:none!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:17px!important;
  line-height:1!important;
  font-weight:500!important;
  letter-spacing:.01em!important;
  text-shadow:0 2px 9px rgba(0,0,0,.48)!important;
}

/* Logo centrado en la misma fila visual */
.brand{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  min-width:410px!important;
  max-width:410px!important;
  text-align:center!important;
  text-decoration:none!important;
  transform:translateY(-20px)!important;
}

.brand img{
  width:390px!important;
  max-width:390px!important;
  height:auto!important;
  margin:0 auto!important;
}

/* El claim bajo el logo queda eliminado aunque quedara cacheado */
.brand span,
.hero .lead,
.hero .kicker{
  display:none!important;
}

/* Mantener el titular centrado */
.hero-grid{
  width:100%!important;
  max-width:1240px!important;
  margin:0 auto!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
}

.hero-grid > div{
  width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}

.hero h1{
  width:100%!important;
  max-width:1180px!important;
  text-align:center!important;
}

.hero h1 .line{
  display:block!important;
  text-align:center!important;
  white-space:nowrap!important;
}

@media(max-width:900px){
  .nav-side{
    padding-top:0!important;
  }

  .brand{
    transform:none!important;
    min-width:0!important;
    max-width:none!important;
  }

  .brand img{
    width:230px!important;
    max-width:230px!important;
  }

  .hero h1 .line{
    white-space:normal!important;
  }
}


/* =========================================================
   BLOQUE 8G - ALINEACION FINA MENU / LOGO
   Comparativa oficial: el texto del menu debe quedar centrado
   verticalmente respecto al cuerpo principal del logo.
   ========================================================= */

.main-nav{
  width:min(1180px,calc(100% - 70px))!important;
  margin:0 auto!important;
  padding-top:32px!important;
  display:grid!important;
  grid-template-columns:1fr 410px 1fr!important;
  gap:28px!important;
  align-items:start!important;
}

/* Bajamos el menu lateral respecto al test actual */
.nav-side{
  display:flex!important;
  gap:31px!important;
  padding-top:34px!important;
}

.nav-left{
  justify-content:flex-end!important;
}

.nav-right{
  justify-content:flex-start!important;
}

.main-nav a{
  color:#fff!important;
  text-decoration:none!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:17px!important;
  line-height:1!important;
  font-weight:500!important;
  letter-spacing:.01em!important;
  text-shadow:0 2px 9px rgba(0,0,0,.48)!important;
}

/* Subimos el logo respecto al test actual */
.brand{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  min-width:410px!important;
  max-width:410px!important;
  text-align:center!important;
  text-decoration:none!important;
  transform:translateY(-50px)!important;
}

.brand img{
  width:390px!important;
  max-width:390px!important;
  height:auto!important;
  margin:0 auto!important;
}

/* Si queda el claim de versiones anteriores, lo eliminamos */
.brand span{
  display:none!important;
}

/* Ajuste opcional: si se quiere mover un poco:
   - Menú más abajo: aumenta padding-top en .nav-side.
   - Logo más arriba: más negativo en translateY.
*/

@media(max-width:900px){
  .nav-side{
    padding-top:0!important;
  }

  .brand{
    transform:none!important;
    min-width:0!important;
    max-width:none!important;
  }

  .brand img{
    width:230px!important;
    max-width:230px!important;
  }
}


/* =========================================================
   BLOQUE 8H - TITULAR HERO CENTRADO + TIPOGRAFIA OFICIAL
   Solo afecta al titular principal del hero.
   ========================================================= */

.hero-grid{
  width:100%!important;
  max-width:1280px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
}

.hero-grid > div{
  width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}

.hero h1,
.hero-title{
  width:100%!important;
  max-width:1280px!important;
  margin:78px auto 74px!important;
  padding:0!important;
  color:#fff!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:clamp(45px,4.15vw,64px)!important;
  line-height:1.32!important;
  font-weight:300!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
  text-align:center!important;
  text-shadow:0 2px 14px rgba(0,0,0,.45)!important;
  white-space:normal!important;
}

.hero-title-line,
.hero h1 .line{
  display:block!important;
  width:100%!important;
  text-align:center!important;
  white-space:nowrap!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.hero h1 br{
  display:none!important;
}

@media(max-width:1200px){
  .hero h1,
  .hero-title{
    font-size:clamp(38px,4vw,55px)!important;
    max-width:1100px!important;
  }
}

@media(max-width:900px){
  .hero h1,
  .hero-title{
    font-size:32px!important;
    line-height:1.28!important;
    margin:70px auto 44px!important;
  }

  .hero-title-line,
  .hero h1 .line{
    white-space:normal!important;
  }
}


/* =========================================================
   BLOQUE 8I - HERO MAS OSCURO
   Solo oscurece la imagen de fondo para acercarla a la web oficial.
   ========================================================= */

.hero,
.home-hero{
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.66) 0%,
      rgba(0,0,0,.58) 42%,
      rgba(0,0,0,.48) 62%,
      rgba(0,0,0,.28) 82%,
      rgba(232,225,206,.82) 100%
    ),
    url('/media.php?src=%2Fwp-content%2Fuploads%2F2025%2F10%2Freformas-interiorismo-designio-studio-rubi-hero.jpg') center center/cover no-repeat!important;
}


/* =========================================================
   BLOQUE 8J - TITULAR REALMENTE CENTRADO + MONTSERRAT
   ========================================================= */

.hero-grid{
  width:100%!important;
  max-width:100%!important;
  margin:0 auto!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
}

.hero-grid > div{
  width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}

.hero h1,
.hero-title{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:78px auto 74px!important;
  padding:0!important;
  color:#fff!important;
  font-family:'Montserrat', Arial, Helvetica, sans-serif!important;
  font-size:clamp(42px,3.75vw,58px)!important;
  line-height:1.45!important;
  font-weight:400!important;
  letter-spacing:.055em!important;
  text-transform:uppercase!important;
  text-align:center!important;
  text-shadow:0 2px 14px rgba(0,0,0,.45)!important;
  white-space:normal!important;
}

.hero-title-line,
.hero h1 .line{
  display:block!important;
  width:fit-content!important;
  max-width:calc(100vw - 80px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
  white-space:nowrap!important;
}

.hero h1 br{
  display:none!important;
}

@media(max-width:1200px){
  .hero h1,
  .hero-title{
    font-size:clamp(36px,3.7vw,50px)!important;
    letter-spacing:.045em!important;
  }

  .hero-title-line,
  .hero h1 .line{
    max-width:calc(100vw - 50px)!important;
  }
}

@media(max-width:900px){
  .hero h1,
  .hero-title{
    font-size:31px!important;
    line-height:1.32!important;
    margin:70px auto 44px!important;
  }

  .hero-title-line,
  .hero h1 .line{
    width:auto!important;
    max-width:100%!important;
    white-space:normal!important;
  }
}


/* =========================================================
   BLOQUE 8L - CORRECCION TITULO SIN DESBORDAR
   Anula el centrado por viewport del bloque anterior.
   ========================================================= */

.hero-grid{
  width:100%!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:24px!important;
  padding-right:24px!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
}

.hero-grid > div{
  width:100%!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}

/* Reset completo del intento anterior */
.hero h1,
.hero-title{
  position:static!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  width:100%!important;
  max-width:1120px!important;
  margin:78px auto 74px!important;
  padding:0!important;
  box-sizing:border-box!important;
  color:#fff!important;
  font-family:'Montserrat', Arial, Helvetica, sans-serif!important;
  font-size:clamp(34px,3.25vw,52px)!important;
  line-height:1.42!important;
  font-weight:400!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  text-align:center!important;
  text-shadow:0 2px 14px rgba(0,0,0,.45)!important;
  white-space:normal!important;
  overflow:visible!important;
}

.hero-title-line,
.hero h1 .line{
  display:block!important;
  width:fit-content!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
  white-space:nowrap!important;
}

.hero h1 br{
  display:none!important;
}

/* Por si la frase bajo el logo sigue cacheada */
.brand span,
.hero .lead,
.hero .kicker{
  display:none!important;
}

@media(max-width:1200px){
  .hero h1,
  .hero-title{
    max-width:980px!important;
    font-size:clamp(31px,3vw,44px)!important;
    letter-spacing:.03em!important;
  }
}

@media(max-width:900px){
  .hero-grid{
    padding-left:20px!important;
    padding-right:20px!important;
  }

  .hero h1,
  .hero-title{
    max-width:100%!important;
    margin:70px auto 44px!important;
    font-size:30px!important;
    line-height:1.28!important;
    letter-spacing:.02em!important;
  }

  .hero-title-line,
  .hero h1 .line{
    width:auto!important;
    max-width:100%!important;
    white-space:normal!important;
  }
}


/* =========================================================
   BLOQUE 9 - CITA + INTRO IGUALADA A WEB OFICIAL
   Solo afecta a:
   - quote-section
   - intro-section / intro-block
   - imagen y texto "Transformando espacios"
   ========================================================= */

.quote-section{
  background:#e8e1ce!important;
  text-align:center!important;
  padding:68px 20px 170px!important;
}

.quote-section blockquote{
  margin:0 auto!important;
  max-width:980px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:clamp(31px,3.05vw,43px)!important;
  font-weight:400!important;
  line-height:1.18!important;
  letter-spacing:.01em!important;
  color:#000!important;
}

.quote-section cite{
  display:block!important;
  margin-top:8px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:20px!important;
  line-height:1.2!important;
  font-style:normal!important;
  font-weight:400!important;
  color:#000!important;
}

.intro-section{
  background:#e8e1ce!important;
  padding-top:0!important;
  padding-bottom:74px!important;
}

.intro-block{
  max-width:1080px!important;
  margin:0 auto!important;
  padding-left:24px!important;
  padding-right:24px!important;
}

.intro-block.grid-2{
  display:grid!important;
  grid-template-columns:520px 1fr!important;
  gap:50px!important;
  align-items:start!important;
}

.intro-image{
  width:520px!important;
}

.intro-image img{
  width:520px!important;
  height:620px!important;
  object-fit:cover!important;
  object-position:center center!important;
  margin:0!important;
}

.intro-copy{
  max-width:470px!important;
  padding-top:0!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  color:#000!important;
}

.intro-copy h2{
  margin:0 0 28px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:32px!important;
  line-height:1.18!important;
  font-weight:500!important;
  letter-spacing:0!important;
  color:#000!important;
}

.intro-copy p{
  margin:0 0 22px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:15px!important;
  line-height:1.48!important;
  font-weight:400!important;
  color:#000!important;
}

.intro-copy .outline-btn,
.intro-copy a.outline-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  padding:7px 20px!important;
  border:2px solid #111!important;
  background:transparent!important;
  color:#111!important;
  text-decoration:none!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:20px!important;
  line-height:1!important;
  font-weight:400!important;
  border-radius:0!important;
}

.intro-copy .outline-btn:hover,
.intro-copy a.outline-btn:hover{
  background:#111!important;
  color:#fff!important;
}

@media(max-width:900px){
  .quote-section{
    padding:48px 20px 72px!important;
  }

  .quote-section blockquote{
    font-size:28px!important;
  }

  .intro-block.grid-2{
    grid-template-columns:1fr!important;
    gap:34px!important;
  }

  .intro-image,
  .intro-image img{
    width:100%!important;
  }

  .intro-image img{
    height:auto!important;
    max-height:none!important;
  }

  .intro-copy{
    max-width:100%!important;
  }
}


/* =========================================================
   BLOQUE 9B - CITA EXACTA
   Solo ajusta la frase inicial Norman Foster.
   ========================================================= */

.quote-section{
  background:#e8e1ce!important;
  text-align:center!important;
  padding:28px 20px 162px!important;
}

.quote-section blockquote{
  display:block!important;
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:0!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:43px!important;
  font-weight:400!important;
  line-height:1.18!important;
  letter-spacing:.005em!important;
  color:#000!important;
  text-align:center!important;
}

.quote-section cite{
  display:block!important;
  margin:4px auto 0!important;
  padding:0!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:25px!important;
  font-weight:400!important;
  line-height:1.2!important;
  font-style:normal!important;
  color:#000!important;
  text-align:center!important;
}

@media(max-width:1200px){
  .quote-section blockquote{
    font-size:clamp(34px,3.3vw,43px)!important;
  }

  .quote-section cite{
    font-size:clamp(20px,2vw,25px)!important;
  }
}

@media(max-width:700px){
  .quote-section{
    padding:34px 18px 80px!important;
  }

  .quote-section blockquote{
    font-size:28px!important;
    line-height:1.22!important;
  }

  .quote-section cite{
    font-size:18px!important;
  }
}


/* =========================================================
   BLOQUE 9C - INTRO TEXTO MAS GRANDE + BOTON ALINEADO
   Solo afecta al bloque junto a la imagen.
   ========================================================= */

.intro-block.grid-2{
  align-items:stretch!important;
}

.intro-image,
.intro-image img{
  height:620px!important;
}

.intro-image img{
  object-fit:cover!important;
  object-position:center center!important;
}

/* La columna de texto ocupa la misma altura que la imagen */
.intro-copy{
  height:620px!important;
  max-width:500px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  padding-top:0!important;
}

/* Título un poco mayor y más parecido */
.intro-copy h2{
  font-size:34px!important;
  line-height:1.16!important;
  font-weight:500!important;
  margin:0 0 30px!important;
}

/* Texto algo mayor */
.intro-copy p{
  font-size:16.5px!important;
  line-height:1.52!important;
  font-weight:400!important;
  margin:0 0 24px!important;
}

/* Empuja el botón al fondo de la columna, alineado con la imagen */
.intro-copy .outline-btn,
.intro-copy a.outline-btn{
  margin-top:auto!important;
  align-self:flex-start!important;
  min-height:44px!important;
  padding:8px 22px!important;
  font-size:20px!important;
}

@media(max-width:900px){
  .intro-image,
  .intro-image img,
  .intro-copy{
    height:auto!important;
  }

  .intro-copy .outline-btn,
  .intro-copy a.outline-btn{
    margin-top:10px!important;
  }
}


/* =========================================================
   BLOQUE 10 - SERVICIOS CON IMAGENES OFICIALES GRANDES
   Solo afecta a la sección Servicios.
   ========================================================= */

.services-title{
  background:#f8f6f1!important;
  text-align:center!important;
  padding:58px 0 36px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:22px!important;
  line-height:1.2!important;
  font-weight:400!important;
  color:#111!important;
}

.services-section{
  background:#f8f6f1!important;
  padding:0 0 82px!important;
}

.service-grid{
  max-width:1410px!important;
  width:100%!important;
  margin:0 auto!important;
  padding:0 70px!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:86px 255px!important;
  align-items:start!important;
}

.service-card{
  display:block!important;
  text-align:center!important;
  text-decoration:none!important;
  color:#111!important;
}

.service-card img{
  width:100%!important;
  max-width:560px!important;
  height:340px!important;
  object-fit:cover!important;
  object-position:center center!important;
  margin:0 auto 3px!important;
}

.service-card h3{
  margin:0!important;
  padding:0!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:13px!important;
  line-height:1.15!important;
  font-weight:600!important;
  text-transform:uppercase!important;
  letter-spacing:.01em!important;
  color:#111!important;
}

.center-btn{
  text-align:center!important;
  margin-top:62px!important;
}

.center-btn .outline-btn{
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:16px!important;
  line-height:1!important;
  padding:8px 22px!important;
  border:2px solid #111!important;
  color:#111!important;
  background:transparent!important;
  text-decoration:none!important;
}

@media(max-width:1100px){
  .service-grid{
    gap:60px 90px!important;
    padding:0 38px!important;
  }

  .service-card img{
    max-width:520px!important;
    height:315px!important;
  }
}

@media(max-width:760px){
  .services-title{
    padding:42px 0 26px!important;
  }

  .service-grid{
    grid-template-columns:1fr!important;
    gap:38px!important;
    padding:0 22px!important;
  }

  .service-card img{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
  }
}


/* =========================================================
   BLOQUE 10B - SERVICIOS MAS GRANDES
   ========================================================= */

.services-section{
  background:#f8f6f1!important;
  padding:0 0 90px!important;
}

.service-grid{
  max-width:1540px!important;
  width:100%!important;
  margin:0 auto!important;
  padding:0 60px!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:92px 230px!important;
  align-items:start!important;
}

.service-card img{
  width:100%!important;
  max-width:650px!important;
  height:400px!important;
  object-fit:cover!important;
  object-position:center center!important;
  margin:0 auto 6px!important;
}

.service-card h3{
  margin:0!important;
  padding:0!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:15px!important;
  line-height:1.15!important;
  font-weight:600!important;
  text-transform:uppercase!important;
  letter-spacing:.01em!important;
  color:#111!important;
}

.center-btn{
  text-align:center!important;
  margin-top:70px!important;
}

@media(max-width:1200px){
  .service-grid{
    max-width:1180px!important;
    padding:0 38px!important;
    gap:70px 90px!important;
  }

  .service-card img{
    max-width:560px!important;
    height:350px!important;
  }
}

@media(max-width:760px){
  .service-grid{
    grid-template-columns:1fr!important;
    gap:42px!important;
    padding:0 22px!important;
  }

  .service-card img{
    max-width:100%!important;
    height:auto!important;
  }

  .service-card h3{
    font-size:14px!important;
  }
}


/* =========================================================
   BLOQUE 11 - PROYECTOS MAS GRANDE / MAS PARECIDO A OFICIAL
   Solo afecta a la sección oscura de proyectos.
   ========================================================= */

.dark-projects{
  background:#303030!important;
  color:#fff!important;
  padding:92px 20px 98px!important;
  text-align:center!important;
}

.dark-projects p{
  color:#fff!important;
  max-width:1000px!important;
  margin:0 auto 92px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:30px!important;
  line-height:1.28!important;
  font-weight:400!important;
  text-align:center!important;
}

.project-mini-grid{
  display:flex!important;
  justify-content:center!important;
  align-items:flex-start!important;
  gap:58px!important;
  margin:0 auto 92px!important;
  width:100%!important;
  max-width:1080px!important;
}

.project-mini{
  position:relative!important;
  display:block!important;
  width:290px!important;
  height:395px!important;
  overflow:hidden!important;
  text-align:left!important;
  text-decoration:none!important;
  color:#fff!important;
}

.project-mini img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
}

.project-mini::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  height:42%!important;
  background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.58))!important;
  pointer-events:none!important;
}

.project-mini span{
  position:absolute!important;
  left:16px!important;
  bottom:18px!important;
  z-index:2!important;
  color:#fff!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-weight:700!important;
  font-size:20px!important;
  line-height:1.1!important;
  text-shadow:0 2px 8px rgba(0,0,0,.8)!important;
}

.dark-projects .button,
.dark-projects .white{
  min-height:48px!important;
  padding:0 34px!important;
  border:2px solid #111!important;
  background:#fff!important;
  color:#111!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:22px!important;
  font-weight:400!important;
  line-height:1!important;
  text-decoration:none!important;
  border-radius:0!important;
}

@media(max-width:1100px){
  .dark-projects p{
    max-width:850px!important;
    font-size:27px!important;
  }

  .project-mini-grid{
    gap:36px!important;
    max-width:900px!important;
  }

  .project-mini{
    width:250px!important;
    height:350px!important;
  }
}

@media(max-width:760px){
  .dark-projects{
    padding:68px 20px 78px!important;
  }

  .dark-projects p{
    font-size:23px!important;
    margin-bottom:50px!important;
  }

  .project-mini-grid{
    flex-direction:column!important;
    align-items:center!important;
    gap:28px!important;
    margin-bottom:54px!important;
  }

  .project-mini{
    width:min(330px,100%)!important;
    height:420px!important;
  }
}


/* =========================================================
   BLOQUE 12 - SECCION ESTUDIO / TIENDA / EVENTOS
   ========================================================= */

.studio-section{
  background:#e8e1ce!important;
  padding:84px 0 110px!important;
}

.studio-block{
  max-width:1080px!important;
  margin:0 auto!important;
  padding:0 24px!important;
}

.studio-block > h2{
  margin:0 0 78px!important;
  text-align:left!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:38px!important;
  line-height:1.18!important;
  font-weight:400!important;
  color:#000!important;
}

.studio-row{
  display:grid!important;
  grid-template-columns:430px 520px!important;
  gap:80px!important;
  align-items:start!important;
  margin:0 0 96px!important;
}

.studio-row-eventos{
  grid-template-columns:520px 430px!important;
  margin-bottom:0!important;
}

.studio-copy{
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  color:#000!important;
}

.studio-copy h3{
  margin:0 0 26px!important;
  font-size:30px!important;
  line-height:1.15!important;
  font-weight:400!important;
  color:#000!important;
}

.studio-copy p{
  margin:0 0 24px!important;
  font-size:16.5px!important;
  line-height:1.5!important;
  font-weight:400!important;
  color:#000!important;
}

.studio-copy strong{
  font-weight:700!important;
}

.studio-copy .outline-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-top:8px!important;
  min-height:48px!important;
  padding:8px 24px!important;
  border:1.5px solid #111!important;
  background:transparent!important;
  color:#111!important;
  text-decoration:none!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:22px!important;
  line-height:1!important;
  font-weight:400!important;
  border-radius:0!important;
}

.studio-slider,
.studio-event-image{
  position:relative!important;
  width:520px!important;
  height:520px!important;
  overflow:hidden!important;
}

.studio-slider-img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  opacity:0!important;
  transition:opacity .7s ease!important;
}

.studio-slider-img.is-active{
  opacity:1!important;
}

.studio-event-image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
}

@media(max-width:1100px){
  .studio-block{
    max-width:960px!important;
  }

  .studio-row,
  .studio-row-eventos{
    grid-template-columns:1fr 1fr!important;
    gap:50px!important;
  }

  .studio-slider,
  .studio-event-image{
    width:100%!important;
    height:470px!important;
  }
}

@media(max-width:760px){
  .studio-section{
    padding:62px 0 82px!important;
  }

  .studio-block > h2{
    font-size:32px!important;
    margin-bottom:44px!important;
  }

  .studio-row,
  .studio-row-eventos{
    grid-template-columns:1fr!important;
    gap:34px!important;
    margin-bottom:70px!important;
  }

  .studio-row-eventos .studio-event-image{
    order:0!important;
  }

  .studio-slider,
  .studio-event-image{
    height:auto!important;
    aspect-ratio:1/1!important;
  }

  .studio-copy h3{
    font-size:27px!important;
  }

  .studio-copy p{
    font-size:16px!important;
  }
}


/* =========================================================
   BLOQUE 12B - ESTUDIO FORZADO
   Selectores específicos para que el cambio se vea sí o sí.
   ========================================================= */

section.studio-section-force,
.studio-section{
  background:#e8e1ce!important;
  padding:96px 0 118px!important;
}

.studio-block-force,
.studio-block{
  max-width:1080px!important;
  width:100%!important;
  margin:0 auto!important;
  padding:0 24px!important;
}

.studio-block-force > h2,
.studio-block > h2{
  display:block!important;
  margin:0 0 82px!important;
  text-align:left!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:40px!important;
  line-height:1.18!important;
  font-weight:400!important;
  color:#000!important;
}

.studio-section-force .studio-row,
.studio-section .studio-row{
  display:grid!important;
  grid-template-columns:430px 520px!important;
  gap:80px!important;
  align-items:start!important;
  margin:0 0 104px!important;
}

.studio-section-force .studio-row-eventos,
.studio-section .studio-row-eventos{
  grid-template-columns:520px 430px!important;
  margin-bottom:0!important;
}

.studio-section-force .studio-copy,
.studio-section .studio-copy{
  display:block!important;
  max-width:430px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  color:#000!important;
}

.studio-section-force .studio-copy h3,
.studio-section .studio-copy h3{
  margin:0 0 26px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:31px!important;
  line-height:1.15!important;
  font-weight:400!important;
  color:#000!important;
}

.studio-section-force .studio-copy p,
.studio-section .studio-copy p{
  margin:0 0 24px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:17px!important;
  line-height:1.5!important;
  font-weight:400!important;
  color:#000!important;
}

.studio-section-force .studio-copy strong,
.studio-section .studio-copy strong{
  font-weight:700!important;
}

.studio-section-force .studio-copy .outline-btn,
.studio-section .studio-copy .outline-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-top:8px!important;
  min-height:50px!important;
  padding:8px 26px!important;
  border:1.5px solid #111!important;
  background:transparent!important;
  color:#111!important;
  text-decoration:none!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:22px!important;
  line-height:1!important;
  font-weight:400!important;
  border-radius:0!important;
}

.studio-section-force .studio-slider,
.studio-section-force .studio-event-image,
.studio-section .studio-slider,
.studio-section .studio-event-image{
  position:relative!important;
  display:block!important;
  width:520px!important;
  height:520px!important;
  overflow:hidden!important;
}

.studio-section-force .studio-slider-img,
.studio-section .studio-slider-img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  opacity:0!important;
  transition:opacity .7s ease!important;
}

.studio-section-force .studio-slider-img.is-active,
.studio-section .studio-slider-img.is-active{
  opacity:1!important;
}

.studio-section-force .studio-event-image img,
.studio-section .studio-event-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}

@media(max-width:1100px){
  .studio-section-force .studio-row,
  .studio-section-force .studio-row-eventos,
  .studio-section .studio-row,
  .studio-section .studio-row-eventos{
    grid-template-columns:1fr 1fr!important;
    gap:50px!important;
  }

  .studio-section-force .studio-slider,
  .studio-section-force .studio-event-image,
  .studio-section .studio-slider,
  .studio-section .studio-event-image{
    width:100%!important;
    height:470px!important;
  }
}

@media(max-width:760px){
  section.studio-section-force,
  .studio-section{
    padding:62px 0 82px!important;
  }

  .studio-block-force > h2,
  .studio-block > h2{
    font-size:32px!important;
    margin-bottom:44px!important;
  }

  .studio-section-force .studio-row,
  .studio-section-force .studio-row-eventos,
  .studio-section .studio-row,
  .studio-section .studio-row-eventos{
    grid-template-columns:1fr!important;
    gap:34px!important;
    margin-bottom:70px!important;
  }

  .studio-section-force .studio-slider,
  .studio-section-force .studio-event-image,
  .studio-section .studio-slider,
  .studio-section .studio-event-image{
    width:100%!important;
    height:auto!important;
    aspect-ratio:1/1!important;
  }
}


/* =========================================================
   BLOQUE 12D - EVENTOS: IMAGEN ALINEADA CON BOTON
   Solo afecta a la fila de Eventos Exclusivos.
   ========================================================= */

.studio-section-force .studio-row-eventos,
.studio-section .studio-row-eventos{
  align-items:stretch!important;
}

/* Altura pensada para igualar el final de la imagen con el botón Contacto */
.studio-section-force .studio-row-eventos .studio-event-image,
.studio-section .studio-row-eventos .studio-event-image{
  width:520px!important;
  height:610px!important;
  align-self:stretch!important;
}

.studio-section-force .studio-row-eventos .studio-event-image img,
.studio-section .studio-row-eventos .studio-event-image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}

/* La columna de texto ocupa la misma altura y empuja el botón hacia abajo */
.studio-section-force .studio-row-eventos .studio-copy,
.studio-section .studio-row-eventos .studio-copy{
  height:610px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
}

/* El botón queda al fondo, alineado con el final de la imagen */
.studio-section-force .studio-row-eventos .studio-copy .outline-btn,
.studio-section .studio-row-eventos .studio-copy .outline-btn{
  margin-top:auto!important;
  align-self:flex-start!important;
}

@media(max-width:1100px){
  .studio-section-force .studio-row-eventos .studio-event-image,
  .studio-section .studio-row-eventos .studio-event-image,
  .studio-section-force .studio-row-eventos .studio-copy,
  .studio-section .studio-row-eventos .studio-copy{
    height:560px!important;
  }
}

@media(max-width:760px){
  .studio-section-force .studio-row-eventos .studio-event-image,
  .studio-section .studio-row-eventos .studio-event-image,
  .studio-section-force .studio-row-eventos .studio-copy,
  .studio-section .studio-row-eventos .studio-copy{
    height:auto!important;
  }

  .studio-section-force .studio-row-eventos .studio-copy .outline-btn,
  .studio-section .studio-row-eventos .studio-copy .outline-btn{
    margin-top:10px!important;
  }
}


/* =========================================================
   BLOQUE 12F - SERVICIOS FORZADO
   Si ves este CSS cargado, las URLs correctas están en index.php.
   ========================================================= */

.services-section#servicios,
.services-section{
  background:#f8f6f1!important;
  padding:0 0 90px!important;
}

.services-section#servicios .service-grid,
.services-section .service-grid{
  max-width:1540px!important;
  width:100%!important;
  margin:0 auto!important;
  padding:0 60px!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:92px 230px!important;
  align-items:start!important;
}

.services-section#servicios .service-card img,
.services-section .service-card img{
  width:100%!important;
  max-width:650px!important;
  height:400px!important;
  object-fit:cover!important;
  object-position:center center!important;
  margin:0 auto 6px!important;
}

.services-section#servicios .service-card h3,
.services-section .service-card h3{
  margin:0!important;
  padding:0!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:15px!important;
  line-height:1.15!important;
  font-weight:600!important;
  text-transform:uppercase!important;
  letter-spacing:.01em!important;
  color:#111!important;
}

@media(max-width:1200px){
  .services-section#servicios .service-grid,
  .services-section .service-grid{
    max-width:1180px!important;
    padding:0 38px!important;
    gap:70px 90px!important;
  }

  .services-section#servicios .service-card img,
  .services-section .service-card img{
    max-width:560px!important;
    height:350px!important;
  }
}

@media(max-width:760px){
  .services-section#servicios .service-grid,
  .services-section .service-grid{
    grid-template-columns:1fr!important;
    gap:42px!important;
    padding:0 22px!important;
  }

  .services-section#servicios .service-card img,
  .services-section .service-card img{
    max-width:100%!important;
    height:auto!important;
  }
}


/* =========================================================
   BLOQUE 13 - RESEÑAS GOOGLE TRUSTINDEX VIA IFRAME
   ========================================================= */

.reviews-section{
  background:#f8f6f1!important;
  padding:88px 20px 92px!important;
  text-align:center!important;
}

.reviews-inner{
  max-width:1160px!important;
  margin:0 auto!important;
}

.reviews-section h2{
  margin:0 0 6px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:38px!important;
  line-height:1.18!important;
  font-weight:400!important;
  color:#1b242d!important;
  text-align:center!important;
}

.reviews-section > .reviews-inner > p:first-of-type{
  margin:0 0 72px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:24px!important;
  line-height:1.25!important;
  font-weight:400!important;
  color:#1b242d!important;
  text-align:center!important;
}

.trustindex-frame-wrap{
  width:100%!important;
  max-width:1120px!important;
  margin:0 auto!important;
  overflow:hidden!important;
}

.trustindex-frame{
  display:block!important;
  width:100%!important;
  height:285px!important;
  border:0!important;
  background:transparent!important;
}

.reviews-button-wrap{
  margin:52px 0 0!important;
  text-align:center!important;
}

.reviews-button-wrap .outline-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:52px!important;
  padding:8px 30px!important;
  border:1.5px solid #111!important;
  background:transparent!important;
  color:#111!important;
  text-decoration:none!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:23px!important;
  line-height:1!important;
  font-weight:400!important;
  border-radius:0!important;
}

.reviews-button-wrap .outline-btn:hover{
  background:#111!important;
  color:#fff!important;
}

@media(max-width:760px){
  .reviews-section{
    padding:64px 18px 72px!important;
  }

  .reviews-section h2{
    font-size:31px!important;
  }

  .reviews-section > .reviews-inner > p:first-of-type{
    font-size:19px!important;
    margin-bottom:38px!important;
  }

  .trustindex-frame{
    height:520px!important;
  }
}


/* =========================================================
   BLOQUE 13B - RESEÑAS IFRAME DIRECTO Y MAS ALTO
   ========================================================= */

.trustindex-frame-wrap{
  width:100%!important;
  max-width:1160px!important;
  margin:0 auto!important;
  overflow:hidden!important;
  background:transparent!important;
}

.trustindex-frame{
  display:block!important;
  width:100%!important;
  height:520px!important;
  border:0!important;
  background:transparent!important;
}

@media(max-width:760px){
  .trustindex-frame{
    height:760px!important;
  }
}


/* =========================================================
   BLOQUE 13C - RECORTAR IFRAME RESEÑAS
   Oculta el header/hero de WordPress dentro del iframe.
   ========================================================= */

.trustindex-frame-wrap{
  width:100%!important;
  max-width:1120px!important;
  height:315px!important;
  margin:0 auto!important;
  overflow:hidden!important;
  background:#f8f6f1!important;
  position:relative!important;
}

/* 
   El iframe carga la página completa de WordPress.
   Lo desplazamos hacia arriba para que solo queden visibles las reseñas.
*/
.trustindex-frame{
  display:block!important;
  width:100%!important;
  height:900px!important;
  border:0!important;
  background:transparent!important;
  transform:translateY(-245px)!important;
  transform-origin:top center!important;
}

.reviews-button-wrap{
  margin-top:46px!important;
}

@media(max-width:900px){
  .trustindex-frame-wrap{
    height:520px!important;
  }

  .trustindex-frame{
    height:1050px!important;
    transform:translateY(-220px)!important;
  }
}


/* =========================================================
   BLOQUE 13D - RESEÑAS SIN RECORTE
   Ya funciona Elementor Canvas, así que quitamos el recorte.
   ========================================================= */

.trustindex-frame-wrap{
  width:100%!important;
  max-width:1120px!important;
  height:auto!important;
  margin:0 auto!important;
  overflow:visible!important;
  background:transparent!important;
  position:relative!important;
}

.trustindex-frame{
  display:block!important;
  width:100%!important;
  height:430px!important;
  border:0!important;
  background:transparent!important;
  transform:none!important;
  margin:0!important;
}

.reviews-button-wrap{
  margin-top:42px!important;
}

@media(max-width:760px){
  .trustindex-frame{
    height:680px!important;
    transform:none!important;
  }
}


/* =========================================================
   BLOQUE 13E - RESEÑAS FONDO BEIGE
   Iguala el fondo del área de reseñas al fondo de la sección.
   ========================================================= */

.reviews-section{
  background:#f8f6f1!important;
}

.trustindex-frame-wrap{
  background:#f8f6f1!important;
  overflow:hidden!important;
}

/* El iframe en sí no puede modificar estilos internos por seguridad,
   pero sí evitamos que el contenedor exterior cree un bloque gris. */
.trustindex-frame{
  background:#f8f6f1!important;
}


/* =========================================================
   BLOQUE 14 - FOOTER IGUALADO A WEB ACTUAL
   ========================================================= */

/* Oculta cualquier bloque CTA final tipo "¡Te esperamos!" si quedó en HTML */
.footer-cta,
.final-cta,
.cta-section,
section:has(.cta-title){
  display:none!important;
}

.site-footer.footer-official,
.footer-official{
  background:#303030!important;
  color:#fff!important;
  padding:72px 20px 64px!important;
  margin:0!important;
}

.footer-inner{
  max-width:1120px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:260px 240px 210px 330px!important;
  gap:34px!important;
  align-items:start!important;
}

.footer-brand{
  text-align:center!important;
  padding-top:28px!important;
}

.footer-brand img{
  width:245px!important;
  max-width:245px!important;
  height:auto!important;
  display:block!important;
  margin:0 auto 26px!important;
}

.footer-brand p{
  margin:0 auto 28px!important;
  max-width:250px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:14px!important;
  line-height:1.8!important;
  font-weight:400!important;
  letter-spacing:.02em!important;
  color:#fff!important;
  text-align:center!important;
}

.footer-social{
  display:flex!important;
  justify-content:center!important;
  gap:48px!important;
  align-items:center!important;
}

.footer-social a{
  width:50px!important;
  height:50px!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#303030!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-decoration:none!important;
  font-family:Arial, Helvetica, sans-serif!important;
  font-size:29px!important;
  line-height:1!important;
  font-weight:700!important;
}

.footer-col h3{
  margin:0 0 24px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:22px!important;
  line-height:1.18!important;
  font-weight:700!important;
  color:#fff!important;
  text-transform:uppercase!important;
}

.footer-col a,
.footer-col p{
  display:block!important;
  margin:0 0 19px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:16.5px!important;
  line-height:1.35!important;
  font-weight:400!important;
  color:#fff!important;
  text-decoration:none!important;
}

.footer-col a:hover{
  text-decoration:underline!important;
}

.footer-project-list{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:0 28px!important;
}

.footer-project-list a{
  margin:0 0 17px!important;
}

.footer-contact p{
  display:flex!important;
  align-items:flex-start!important;
  gap:14px!important;
  margin-bottom:24px!important;
}

.footer-contact p a,
.footer-contact p span:not(.footer-icon){
  display:inline!important;
  margin:0!important;
  font-size:16.5px!important;
  line-height:1.55!important;
}

.footer-icon{
  display:inline-flex!important;
  width:22px!important;
  min-width:22px!important;
  color:#fff!important;
  font-size:22px!important;
  line-height:1.1!important;
  justify-content:center!important;
}

@media(max-width:1100px){
  .footer-inner{
    max-width:900px!important;
    grid-template-columns:1fr 1fr!important;
    gap:54px 70px!important;
  }

  .footer-brand{
    text-align:left!important;
  }

  .footer-brand img,
  .footer-brand p{
    margin-left:0!important;
    margin-right:0!important;
  }

  .footer-social{
    justify-content:flex-start!important;
  }
}

@media(max-width:760px){
  .site-footer.footer-official,
  .footer-official{
    padding:54px 24px 56px!important;
  }

  .footer-inner{
    grid-template-columns:1fr!important;
    gap:38px!important;
  }

  .footer-brand{
    text-align:center!important;
    padding-top:0!important;
  }

  .footer-brand img,
  .footer-brand p{
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .footer-social{
    justify-content:center!important;
  }

  .footer-project-list{
    grid-template-columns:1fr!important;
  }
}


/* =========================================================
   BLOQUE 14B - CTA FINAL CON IMAGEN CORRECTA
   Imagen usada:
   /media.php?src=%2Fwp-content%2Fuploads%2F2026%2F04%2Fhero-reformas-integrales-designio-overlay.webp
   ========================================================= */

/* Reactivamos solo el CTA final correcto */
.footer-cta-official{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:330px!important;
  padding:64px 20px!important;
  margin:0!important;
  text-align:center!important;
  color:#fff!important;
  background:
    linear-gradient(180deg, rgba(0,0,0,.58), rgba(0,0,0,.58)),
    url('/media.php?src=%2Fwp-content%2Fuploads%2F2026%2F04%2Fhero-reformas-integrales-designio-overlay.webp') center center/cover no-repeat!important;
}

.footer-cta-content{
  max-width:760px!important;
  margin:0 auto!important;
}

.footer-cta-official h2{
  margin:0 0 26px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:36px!important;
  line-height:1.15!important;
  font-weight:700!important;
  color:#fff!important;
  text-align:center!important;
}

.footer-cta-official p{
  margin:0 0 28px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:18px!important;
  line-height:1.45!important;
  font-weight:700!important;
  color:#fff!important;
  text-align:center!important;
}

.footer-cta-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:54px!important;
  padding:0 36px!important;
  border:2px solid #111!important;
  background:#fff!important;
  color:#111!important;
  text-decoration:none!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:25px!important;
  line-height:1!important;
  font-weight:400!important;
  border-radius:0!important;
}

.footer-cta-btn:hover{
  background:#111!important;
  color:#fff!important;
}

@media(max-width:760px){
  .footer-cta-official{
    min-height:290px!important;
    padding:52px 20px!important;
  }

  .footer-cta-official h2{
    font-size:31px!important;
  }

  .footer-cta-official p{
    font-size:16px!important;
  }

  .footer-cta-btn{
    font-size:20px!important;
    min-height:48px!important;
    padding:0 26px!important;
  }
}


/* =========================================================
   BLOQUE 14D - CLAIM FOOTER EN DOS LINEAS
   ========================================================= */

.footer-brand p{
  text-transform:uppercase!important;
  line-height:1.75!important;
  letter-spacing:.02em!important;
}


/* =========================================================
   BLOQUE 15 - PAGINAS INTERNAS + BLOG PHP
   Estética común basada en la home.
   ========================================================= */

.internal-hero{
  min-height:520px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  padding:180px 24px 95px!important;
  color:#fff!important;
  background:
    linear-gradient(180deg, rgba(0,0,0,.64), rgba(0,0,0,.42), rgba(232,225,206,.88)),
    var(--internal-hero-img) center center/cover no-repeat!important;
}

.internal-hero h1{
  max-width:1100px!important;
  margin:0 auto!important;
  color:#fff!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:clamp(42px,4vw,64px)!important;
  line-height:1.18!important;
  font-weight:400!important;
  text-align:center!important;
  text-shadow:0 2px 14px rgba(0,0,0,.45)!important;
}

.internal-hero p{
  max-width:780px!important;
  margin:26px auto 0!important;
  color:#fff!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:20px!important;
  line-height:1.5!important;
  font-weight:400!important;
  text-align:center!important;
}

.internal-section{
  background:#f8f6f1!important;
  padding:88px 0!important;
}

.internal-section.beige{
  background:#e8e1ce!important;
}

.internal-container{
  max-width:1120px!important;
  margin:0 auto!important;
  padding:0 24px!important;
}

.internal-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:72px!important;
  align-items:center!important;
}

.internal-copy h2,
.internal-section h2{
  margin:0 0 26px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:clamp(32px,3vw,42px)!important;
  line-height:1.18!important;
  font-weight:400!important;
  color:#111!important;
}

.internal-copy h3,
.internal-section h3{
  margin:0 0 18px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:26px!important;
  line-height:1.2!important;
  font-weight:500!important;
  color:#111!important;
}

.internal-copy p,
.internal-section p,
.internal-section li{
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:17px!important;
  line-height:1.62!important;
  font-weight:400!important;
  color:#111!important;
}

.internal-copy p{
  margin:0 0 22px!important;
}

.internal-image{
  width:100%!important;
  height:520px!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
}

.internal-card-grid{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:28px!important;
}

.internal-card{
  background:#fff!important;
  padding:32px 28px!important;
  min-height:100%!important;
  border:0!important;
  box-shadow:none!important;
}

.internal-card h3{
  font-size:22px!important;
  margin-bottom:14px!important;
}

.internal-card p{
  font-size:16px!important;
  margin:0!important;
}

.internal-cta{
  background:#303030!important;
  color:#fff!important;
  text-align:center!important;
  padding:78px 20px!important;
}

.internal-cta h2{
  margin:0 0 20px!important;
  color:#fff!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:40px!important;
  line-height:1.18!important;
  font-weight:400!important;
}

.internal-cta p{
  max-width:760px!important;
  margin:0 auto 30px!important;
  color:#fff!important;
  font-size:18px!important;
}

.internal-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:52px!important;
  padding:0 34px!important;
  border:2px solid #111!important;
  background:#fff!important;
  color:#111!important;
  text-decoration:none!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:22px!important;
  line-height:1!important;
  font-weight:400!important;
  border-radius:0!important;
}

.internal-btn:hover{
  background:#111!important;
  color:#fff!important;
}

/* Proyectos */
.projects-grid{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:34px!important;
}

.project-card{
  position:relative!important;
  display:block!important;
  height:420px!important;
  overflow:hidden!important;
  text-decoration:none!important;
  color:#fff!important;
  background:#303030!important;
}

.project-card img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transition:transform .35s ease!important;
}

.project-card::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.58))!important;
}

.project-card span{
  position:absolute!important;
  left:22px!important;
  bottom:22px!important;
  z-index:2!important;
  color:#fff!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:23px!important;
  font-weight:700!important;
}

.project-card:hover img{
  transform:scale(1.04)!important;
}

/* Blog PHP */
.blog-grid{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:34px!important;
}

.blog-card{
  background:#fff!important;
  text-decoration:none!important;
  color:#111!important;
  display:block!important;
}

.blog-card img{
  width:100%!important;
  height:260px!important;
  object-fit:cover!important;
}

.blog-card-content{
  padding:28px!important;
}

.blog-card h2{
  font-size:24px!important;
  line-height:1.22!important;
  margin:0 0 14px!important;
}

.blog-card p{
  font-size:16px!important;
  line-height:1.55!important;
  margin:0!important;
}

/* Contacto */
.contact-layout{
  display:grid!important;
  grid-template-columns:430px 1fr!important;
  gap:70px!important;
  align-items:start!important;
}

.contact-info-box{
  background:#e8e1ce!important;
  padding:38px!important;
}

.contact-info-box p,
.contact-info-box a{
  font-size:17px!important;
  line-height:1.6!important;
  color:#111!important;
  text-decoration:none!important;
}

.contact-form{
  background:#fff!important;
  padding:38px!important;
}

.contact-form label{
  display:block!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:15px!important;
  font-weight:600!important;
  margin:0 0 8px!important;
}

.contact-form input,
.contact-form textarea{
  width:100%!important;
  border:1px solid #cfcfcf!important;
  padding:13px 14px!important;
  margin:0 0 18px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:16px!important;
}

.contact-form textarea{
  min-height:170px!important;
}

@media(max-width:900px){
  .internal-hero{
    min-height:460px!important;
    padding:150px 22px 80px!important;
  }

  .internal-grid,
  .internal-card-grid,
  .projects-grid,
  .blog-grid,
  .contact-layout{
    grid-template-columns:1fr!important;
  }

  .internal-image{
    height:auto!important;
  }

  .project-card{
    height:390px!important;
  }
}


/* =========================================================
   BLOQUE 18 - CONTACTO FUNCIONAL
   ========================================================= */

.contact-form select{
  width:100%!important;
  border:1px solid #cfcfcf!important;
  padding:13px 14px!important;
  margin:0 0 18px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:16px!important;
  background:#fff!important;
  color:#111!important;
  border-radius:0!important;
}

.form-message{
  padding:16px 18px!important;
  margin:0 0 24px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:16px!important;
  line-height:1.45!important;
}

.form-message.success{
  background:#e8e1ce!important;
  color:#111!important;
  border:1px solid rgba(0,0,0,.12)!important;
}

.form-message.error{
  background:#fff0f0!important;
  color:#7a1111!important;
  border:1px solid rgba(122,17,17,.25)!important;
}

.hp-field{
  position:absolute!important;
  left:-9999px!important;
  opacity:0!important;
  height:0!important;
  width:0!important;
  pointer-events:none!important;
}


/* =========================================================
   BLOQUE 18B - MAPA EN CONTACTO
   ========================================================= */

.contact-map{
  width:100%!important;
  margin-top:26px!important;
  border:0!important;
  overflow:hidden!important;
  background:#fff!important;
}

.contact-map iframe{
  display:block!important;
  width:100%!important;
  height:260px!important;
  border:0!important;
  filter:grayscale(15%)!important;
}

@media(max-width:900px){
  .contact-map iframe{
    height:300px!important;
  }
}


/* =========================================================
   BLOQUE 19 - WHATSAPP FLOTANTE
   ========================================================= */

.whatsapp-float{
  position:fixed!important;
  right:24px!important;
  bottom:24px!important;
  z-index:9999!important;
  width:62px!important;
  height:62px!important;
  border-radius:50%!important;
  background:#25D366!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-decoration:none!important;
  box-shadow:0 8px 24px rgba(0,0,0,.26)!important;
  transition:transform .2s ease, box-shadow .2s ease!important;
}

.whatsapp-float:hover{
  transform:translateY(-3px) scale(1.03)!important;
  box-shadow:0 12px 30px rgba(0,0,0,.32)!important;
}

.whatsapp-icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  font-family:Arial, Helvetica, sans-serif!important;
  font-size:32px!important;
  line-height:1!important;
  color:#fff!important;
}

/* Dibujo simple tipo WhatsApp usando texto si no usamos SVG externo */
.whatsapp-icon::before{
  content:"✆"!important;
  font-size:34px!important;
  line-height:1!important;
  transform:rotate(-12deg)!important;
}

.whatsapp-icon{
  font-size:0!important;
}

@media(max-width:760px){
  .whatsapp-float{
    right:18px!important;
    bottom:18px!important;
    width:56px!important;
    height:56px!important;
  }

  .whatsapp-icon::before{
    font-size:31px!important;
  }
}


/* =========================================================
   BLOQUE 20 - ICONOS OFICIALES / FOOTER MAS CLARO
   ========================================================= */

/* WhatsApp flotante con SVG oficial */
.whatsapp-float{
  background:#25D366!important;
}

.whatsapp-icon{
  font-size:0!important;
  color:#fff!important;
}

.whatsapp-icon::before{
  content:none!important;
}

.whatsapp-icon svg{
  width:36px!important;
  height:36px!important;
  display:block!important;
  fill:currentColor!important;
}

/* Redes sociales footer con SVG */
.footer-social a{
  font-size:0!important;
  color:#303030!important;
}

.footer-social a svg{
  width:30px!important;
  height:30px!important;
  display:block!important;
  fill:currentColor!important;
}

.footer-social a[aria-label="Instagram"] svg{
  width:32px!important;
  height:32px!important;
}

/* Iconos contacto footer */
.footer-icon{
  width:26px!important;
  min-width:26px!important;
  height:26px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
  margin-top:1px!important;
}

.footer-icon svg{
  width:22px!important;
  height:22px!important;
  display:block!important;
  fill:currentColor!important;
}

.footer-contact p{
  gap:14px!important;
  align-items:flex-start!important;
}

/* Un poco más de legibilidad en teléfonos */
.footer-contact a[href^="tel:"]{
  letter-spacing:.01em!important;
}


/* =========================================================
   BLOQUE20B_GLOBAL_ICONOS
   Iconos globales aplicados desde footer.php y styles.css comunes.
   ========================================================= */

.whatsapp-float{
  position:fixed!important;
  right:24px!important;
  bottom:24px!important;
  z-index:99999!important;
}

.whatsapp-icon svg,
.footer-social svg,
.footer-icon svg{
  display:block!important;
  fill:currentColor!important;
}

.whatsapp-icon::before{
  content:none!important;
}

.whatsapp-icon{
  font-size:0!important;
}

.footer-social a{
  font-size:0!important;
}

.footer-social a svg{
  width:30px!important;
  height:30px!important;
}

.footer-icon svg{
  width:22px!important;
  height:22px!important;
}


/* =========================================================
   BLOQUE21_LEGALES
   Páginas legales y mapa web.
   ========================================================= */

.legal-hero{
  min-height:430px!important;
}

.legal-page-section{
  padding:78px 0 92px!important;
}

.legal-content{
  max-width:900px!important;
}

.legal-content h2{
  margin:42px 0 16px!important;
  font-size:30px!important;
  line-height:1.2!important;
  font-weight:500!important;
}

.legal-content h2:first-child{
  margin-top:0!important;
}

.legal-content p,
.legal-content li{
  font-size:17px!important;
  line-height:1.65!important;
}

.legal-content a{
  color:#111!important;
  text-decoration:underline!important;
}

.legal-sitemap{
  padding-left:22px!important;
  margin:0 0 30px!important;
}

.legal-sitemap li{
  margin:9px 0!important;
}


/* =========================================================
   BLOQUE23_RENDIMIENTO_IMAGENES
   Estabilidad visual y mejoras de carga sin cambiar diseño.
   ========================================================= */

img{
  max-width:100%;
  height:auto;
}

/* Evita saltos visuales en tarjetas de servicios/proyectos/blog */
.service-card img,
.project-card img,
.project-mini img,
.blog-card img,
.internal-image,
.studio-slider-img,
.studio-event-image img{
  background:#e8e1ce;
}

/* Mejora suavidad visual al cargar imágenes */
.service-card img,
.project-card img,
.project-mini img,
.blog-card img,
.internal-image{
  content-visibility:auto;
}


/* =========================================================
   BLOQUE24_COOKIES
   Aviso básico de cookies.
   ========================================================= */

.cookie-banner{
  position:fixed!important;
  left:20px!important;
  right:20px!important;
  bottom:20px!important;
  z-index:100000!important;
  display:none;
  pointer-events:none!important;
}

.cookie-banner.is-visible{
  display:block!important;
}

.cookie-banner-inner{
  max-width:980px!important;
  margin:0 auto!important;
  background:#303030!important;
  color:#fff!important;
  padding:18px 20px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:22px!important;
  box-shadow:0 12px 34px rgba(0,0,0,.28)!important;
  pointer-events:auto!important;
}

.cookie-banner p{
  margin:0!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:14px!important;
  line-height:1.45!important;
  color:#fff!important;
}

.cookie-actions{
  display:flex!important;
  gap:14px!important;
  align-items:center!important;
  flex-shrink:0!important;
}

.cookie-actions a{
  color:#fff!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:14px!important;
  text-decoration:underline!important;
  white-space:nowrap!important;
}

.cookie-actions button{
  border:1.5px solid #fff!important;
  background:#fff!important;
  color:#111!important;
  min-height:38px!important;
  padding:0 20px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:15px!important;
  cursor:pointer!important;
  border-radius:0!important;
}

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

  .cookie-banner-inner{
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:14px!important;
  }

  .cookie-actions{
    width:100%!important;
    justify-content:space-between!important;
  }
}


/* =========================================================
   BLOQUE25_SEO_ONPAGE
   Bloques SEO locales sin cambiar la estética general.
   ========================================================= */

.seo-local-block{
  padding-top:70px!important;
  padding-bottom:70px!important;
}

.seo-local-block .internal-container{
  max-width:940px!important;
}

.seo-local-block h2{
  text-align:left!important;
}

.seo-local-block p{
  max-width:900px!important;
}


/* =========================================================
   BLOQUE27_FAQS_LOCALES
   FAQs visibles para SEO local y contenido útil.
   ========================================================= */

.faq-section{
  background:#f8f6f1!important;
  padding:78px 0!important;
}

.faq-section .internal-container{
  max-width:980px!important;
}

.faq-section h2{
  margin:0 0 36px!important;
  text-align:center!important;
  font-size:38px!important;
  line-height:1.2!important;
}

.faq-list{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:24px!important;
}

.faq-item{
  background:#fff!important;
  padding:28px 30px!important;
}

.faq-item h3{
  margin:0 0 12px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:21px!important;
  line-height:1.28!important;
  font-weight:600!important;
  color:#111!important;
}

.faq-item p{
  margin:0!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:16px!important;
  line-height:1.58!important;
  color:#111!important;
}

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

  .faq-section h2{
    font-size:31px!important;
  }
}


/* =========================================================
   BLOQUE28_BLOG_SEO_LOCAL
   Artículos de blog ampliados para SEO local.
   ========================================================= */

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

.blog-post-content{
  max-width:900px!important;
}

.blog-post-content .blog-post-lead{
  font-size:22px!important;
  line-height:1.58!important;
  margin:0 0 42px!important;
}

.blog-post-content h2{
  margin:46px 0 18px!important;
  font-size:32px!important;
  line-height:1.22!important;
  font-weight:500!important;
}

.blog-post-content p{
  font-size:18px!important;
  line-height:1.72!important;
  margin:0 0 22px!important;
}

.blog-post-cta{
  margin-top:58px!important;
  padding:38px!important;
  background:#fff!important;
  text-align:center!important;
}

.blog-post-cta h2{
  margin-top:0!important;
  text-align:center!important;
}

.blog-post-cta p{
  max-width:680px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

@media(max-width:760px){
  .blog-post-content .blog-post-lead{
    font-size:19px!important;
  }

  .blog-post-content h2{
    font-size:28px!important;
  }

  .blog-post-content p{
    font-size:16.5px!important;
  }

  .blog-post-cta{
    padding:28px 22px!important;
  }
}


/* =========================================================
   BLOQUE29_ENLAZADO_INTERNO
   Enlaces relacionados para SEO y navegación.
   ========================================================= */

.related-links-section{
  background:#e8e1ce!important;
  padding:68px 0!important;
}

.related-links-section h2{
  margin:0 0 30px!important;
  text-align:center!important;
  font-size:34px!important;
  line-height:1.2!important;
}

.related-links-grid{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:18px!important;
}

.related-links-grid a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:86px!important;
  padding:18px!important;
  background:#fff!important;
  color:#111!important;
  text-decoration:none!important;
  text-align:center!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:16.5px!important;
  line-height:1.35!important;
  font-weight:500!important;
  transition:transform .18s ease, background .18s ease!important;
}

.related-links-grid a:hover{
  background:#303030!important;
  color:#fff!important;
  transform:translateY(-2px)!important;
}

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

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


/* =========================================================
   BLOQUE31_BREADCRUMBS_VISIBLES
   Ruta de navegación visible para páginas internas.
   ========================================================= */

.breadcrumbs{
  background:#f8f6f1!important;
  border-bottom:1px solid rgba(0,0,0,.06)!important;
  padding:16px 0!important;
}

.breadcrumbs ol{
  list-style:none!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  align-items:center!important;
  margin:0!important;
  padding:0!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:14px!important;
  line-height:1.4!important;
  color:#111!important;
}

.breadcrumbs li{
  display:flex!important;
  align-items:center!important;
  color:#111!important;
}

.breadcrumbs li:not(:last-child)::after{
  content:"/"!important;
  margin-left:8px!important;
  color:rgba(0,0,0,.45)!important;
}

.breadcrumbs a{
  color:#111!important;
  text-decoration:none!important;
}

.breadcrumbs a:hover{
  text-decoration:underline!important;
}

.breadcrumbs [aria-current="page"]{
  color:rgba(0,0,0,.62)!important;
}

@media(max-width:760px){
  .breadcrumbs{
    padding:13px 0!important;
  }

  .breadcrumbs ol{
    font-size:13px!important;
  }
}


/* =========================================================
   BLOQUE34_ACCESIBILIDAD_UX
   Mejoras de accesibilidad y navegación por teclado.
   ========================================================= */

.skip-link{
  position:fixed!important;
  left:16px!important;
  top:16px!important;
  z-index:100001!important;
  transform:translateY(-140%)!important;
  background:#fff!important;
  color:#111!important;
  padding:12px 18px!important;
  border:2px solid #111!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:15px!important;
  text-decoration:none!important;
  box-shadow:0 8px 24px rgba(0,0,0,.25)!important;
}

.skip-link:focus{
  transform:translateY(0)!important;
}

/* Foco visible para navegación por teclado */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible{
  outline:3px solid #111!important;
  outline-offset:3px!important;
}

/* Mantener foco visible en fondos oscuros */
.site-footer a:focus-visible,
.dark-projects a:focus-visible,
.footer-cta-official a:focus-visible,
.internal-cta a:focus-visible{
  outline:3px solid #fff!important;
  outline-offset:4px!important;
}

/* Mejora clic/tap en enlaces pequeños */
.footer-col a,
.breadcrumbs a,
.cookie-actions a{
  text-underline-offset:3px!important;
}

/* Respeto a usuarios con reducción de movimiento */
@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
  }
}


/* =========================================================
   BLOQUE36_CORE_WEB_VITALS
   Mejoras seguras de rendimiento sin alterar diseño.
   ========================================================= */

/* Reduce trabajo de render en bloques largos fuera de pantalla */
.internal-section,
.faq-section,
.related-links-section,
.blog-post-section,
.reviews-section,
.studio-section,
.services-section,
.dark-projects{
  content-visibility:auto;
  contain-intrinsic-size:1px 900px;
}

/* Evita saltos de layout en iframes */
.trustindex-frame,
.contact-map iframe{
  background:#f8f6f1;
}

/* Mejora estabilidad en tarjetas repetidas */
.blog-card,
.internal-card,
.faq-item,
.project-card,
.service-card{
  contain:layout paint;
}

/* Imágenes remotas: evitar overflow y mantener render estable */
img{
  max-width:100%;
}


/* =========================================================
   BLOQUE39_ZONAS_SERVICIO
   Páginas de zonas de servicio para SEO local.
   ========================================================= */

.zone-page-section{
  padding:82px 0 94px!important;
}

.zone-content{
  max-width:1040px!important;
}

.zone-content > h2{
  text-align:center!important;
  margin-bottom:24px!important;
}

.zone-content > p{
  max-width:850px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
  font-size:18px!important;
  line-height:1.65!important;
}

.zone-points{
  max-width:760px!important;
  margin:36px auto 52px!important;
  padding-left:24px!important;
}

.zone-points li{
  margin:10px 0!important;
  font-size:17px!important;
}

.zone-services-grid,
.zone-cards{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:28px!important;
  margin-top:42px!important;
}

.zone-services-grid a,
.zone-cards a{
  display:block!important;
  background:#fff!important;
  color:#111!important;
  text-decoration:none!important;
  overflow:hidden!important;
}

.zone-services-grid img{
  width:100%!important;
  height:260px!important;
  object-fit:cover!important;
  display:block!important;
}

.zone-services-grid span{
  display:block!important;
  padding:22px!important;
  text-align:center!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:19px!important;
  font-weight:600!important;
}

.zone-cards a{
  padding:34px 30px!important;
  min-height:230px!important;
}

.zone-cards h3{
  margin:0 0 14px!important;
  font-size:26px!important;
}

.zone-cards p{
  margin:0!important;
  font-size:16.5px!important;
  line-height:1.58!important;
}

.zone-services-grid a:hover,
.zone-cards a:hover{
  background:#303030!important;
  color:#fff!important;
}

@media(max-width:900px){
  .zone-services-grid,
  .zone-cards{
    grid-template-columns:1fr!important;
  }

  .zone-services-grid img{
    height:auto!important;
  }
}


/* =========================================================
   BLOQUE39B_ZONAS_CERCANAS
   Zonas fuertes cercanas a Rubí.
   ========================================================= */

.zone-local-note{
  max-width:850px!important;
  margin:34px auto 0!important;
  padding:28px 32px!important;
  background:#fff!important;
}

.zone-local-note p{
  margin:0!important;
  font-size:17px!important;
  line-height:1.62!important;
  text-align:center!important;
}

.zone-secondary-links{
  margin-top:58px!important;
}

.zone-secondary-links h2{
  text-align:center!important;
  margin-bottom:26px!important;
}

.zone-nearby{
  max-width:900px!important;
  margin:48px auto 56px!important;
  padding:34px!important;
  background:#fff!important;
  text-align:center!important;
}

.zone-nearby h2{
  margin:0 0 16px!important;
  font-size:30px!important;
}

.zone-nearby p{
  margin:0 auto 24px!important;
  max-width:760px!important;
}

.nearby-tags{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  gap:12px!important;
}

.nearby-tags span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  padding:7px 16px!important;
  background:#e8e1ce!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:15px!important;
  color:#111!important;
}


/* =========================================================
   BLOQUE40_CHECKLIST_PRODUCCION
   Página interna de comprobación técnica.
   ========================================================= */

.check-section{
  padding:78px 0 96px!important;
}

.check-container{
  max-width:1120px!important;
}

.check-container h2{
  margin:48px 0 22px!important;
}

.check-container h2:first-child{
  margin-top:0!important;
}

.check-table{
  display:grid!important;
  gap:10px!important;
}

.check-row{
  display:grid!important;
  grid-template-columns:220px 1fr 100px 1.2fr!important;
  gap:14px!important;
  align-items:start!important;
  background:#fff!important;
  padding:16px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:14px!important;
  line-height:1.45!important;
}

.check-ok{
  display:inline-flex!important;
  padding:4px 10px!important;
  background:#d8f1df!important;
  color:#0b5a20!important;
  font-weight:700!important;
}

.check-warn{
  display:inline-flex!important;
  padding:4px 10px!important;
  background:#fff0c2!important;
  color:#6b4d00!important;
  font-weight:700!important;
}

.check-url-grid{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:12px!important;
}

.check-url-grid a{
  display:block!important;
  background:#fff!important;
  color:#111!important;
  padding:14px!important;
  text-decoration:none!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:14px!important;
}

.check-url-grid a:hover{
  background:#303030!important;
  color:#fff!important;
}

.check-manual{
  background:#fff!important;
  padding:28px 32px!important;
}

.check-manual li{
  margin:9px 0!important;
}

.check-manual code{
  background:#f0ede3!important;
  padding:2px 5px!important;
}

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

  .check-url-grid{
    grid-template-columns:1fr!important;
  }
}


/* =========================================================
   BLOQUE42_GRACIAS_FORMULARIO
   Página de gracias para formulario de contacto.
   ========================================================= */

.thanks-hero{
  min-height:460px!important;
}

.thanks-section{
  padding:82px 0 94px!important;
}

.thanks-container{
  max-width:860px!important;
  text-align:center!important;
}

.thanks-container h2{
  margin:0 0 20px!important;
  font-size:38px!important;
}

.thanks-container p{
  max-width:720px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  font-size:18px!important;
  line-height:1.65!important;
}

.thanks-actions{
  display:flex!important;
  justify-content:center!important;
  gap:16px!important;
  flex-wrap:wrap!important;
  margin-top:34px!important;
}

@media(max-width:760px){
  .thanks-container h2{
    font-size:31px!important;
  }

  .thanks-actions{
    flex-direction:column!important;
    align-items:center!important;
  }
}


/* =========================================================
   BLOQUE43_SERVICIOS_HUB
   Página hub /servicios/.
   ========================================================= */

.services-hub-section{
  padding:84px 0 96px!important;
}

.services-hub-intro{
  max-width:860px!important;
  margin:0 auto 52px!important;
  text-align:center!important;
}

.services-hub-intro h2{
  margin:0 0 20px!important;
  font-size:40px!important;
  line-height:1.2!important;
}

.services-hub-intro p{
  font-size:18px!important;
  line-height:1.65!important;
  margin:0!important;
}

.services-hub-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:34px!important;
}

.services-hub-card{
  display:grid!important;
  grid-template-columns:230px 1fr!important;
  gap:0!important;
  background:#fff!important;
  color:#111!important;
  text-decoration:none!important;
  min-height:270px!important;
  overflow:hidden!important;
}

.services-hub-card img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}

.services-hub-card > div{
  padding:30px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}

.services-hub-card h3{
  margin:0 0 14px!important;
  font-size:25px!important;
  line-height:1.2!important;
}

.services-hub-card p{
  margin:0 0 20px!important;
  font-size:16.5px!important;
  line-height:1.55!important;
}

.services-hub-card span{
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:15px!important;
  font-weight:700!important;
  text-decoration:underline!important;
  text-underline-offset:4px!important;
}

.services-hub-card:hover{
  background:#303030!important;
  color:#fff!important;
}

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

@media(max-width:680px){
  .services-hub-card{
    grid-template-columns:1fr!important;
  }

  .services-hub-card img{
    height:260px!important;
  }

  .services-hub-intro h2{
    font-size:32px!important;
  }
}


/* =========================================================
   BLOQUE44_CONTENIDO_SERVICIOS_SEO
   Ampliación de contenido útil en páginas de servicio.
   ========================================================= */

.service-detail-section{
  background:#f8f6f1!important;
  padding:82px 0!important;
}

.service-detail-container{
  max-width:1040px!important;
}

.service-detail-container > h2,
.service-process-section h2{
  max-width:820px!important;
  margin:0 auto 22px!important;
  text-align:center!important;
  font-size:38px!important;
  line-height:1.2!important;
}

.service-detail-container > p{
  max-width:860px!important;
  margin:0 auto 48px!important;
  text-align:center!important;
  font-size:18px!important;
  line-height:1.65!important;
}

.service-detail-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:24px!important;
}

.service-detail-grid article{
  background:#fff!important;
  padding:30px!important;
}

.service-detail-grid h3{
  margin:0 0 12px!important;
  font-size:23px!important;
  line-height:1.25!important;
  font-weight:600!important;
}

.service-detail-grid p{
  margin:0!important;
  font-size:16.5px!important;
  line-height:1.58!important;
}

.service-process-section{
  padding:82px 0!important;
}

.process-steps{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:20px!important;
  margin-top:44px!important;
}

.process-steps > div{
  background:#fff!important;
  padding:28px 24px!important;
  min-height:260px!important;
}

.process-steps span{
  display:block!important;
  margin:0 0 18px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:28px!important;
  line-height:1!important;
  font-weight:700!important;
  color:#303030!important;
}

.process-steps h3{
  margin:0 0 12px!important;
  font-size:21px!important;
  line-height:1.25!important;
}

.process-steps p{
  margin:0!important;
  font-size:16px!important;
  line-height:1.56!important;
}

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

@media(max-width:760px){
  .service-detail-grid,
  .process-steps{
    grid-template-columns:1fr!important;
  }

  .service-detail-container > h2,
  .service-process-section h2{
    font-size:31px!important;
  }

  .process-steps > div{
    min-height:0!important;
  }
}


/* =========================================================
   BLOQUE45_FICHAS_PROYECTOS
   Fichas individuales de proyectos.
   ========================================================= */

.project-detail-hero{
  min-height:560px!important;
}

.project-detail-section{
  padding:86px 0 96px!important;
}

.project-detail-layout{
  display:grid!important;
  grid-template-columns:1fr 470px!important;
  gap:64px!important;
  align-items:start!important;
}

.project-detail-kicker{
  margin:0 0 18px!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  font-size:13px!important;
  font-weight:700!important;
}

.project-detail-copy h2{
  margin:0 0 24px!important;
  font-size:42px!important;
  line-height:1.15!important;
}

.project-detail-copy h3{
  margin:38px 0 16px!important;
  font-size:27px!important;
}

.project-detail-copy p,
.project-detail-copy li{
  font-size:17px!important;
  line-height:1.66!important;
}

.project-detail-copy ul{
  margin:0 0 24px!important;
  padding-left:22px!important;
}

.project-detail-copy li{
  margin:9px 0!important;
}

.project-detail-image-wrap{
  background:#fff!important;
  padding:18px!important;
}

.project-detail-image-wrap img{
  width:100%!important;
  height:auto!important;
  display:block!important;
  object-fit:cover!important;
}

@media(max-width:980px){
  .project-detail-layout{
    grid-template-columns:1fr!important;
  }

  .project-detail-image-wrap{
    max-width:520px!important;
    margin:0 auto!important;
  }
}

@media(max-width:760px){
  .project-detail-copy h2{
    font-size:33px!important;
  }
}


/* =========================================================
   BLOQUE47_DIRECCION_GOOGLE_MAPS
   Dirección clicable hacia Google Maps.
   ========================================================= */

.footer-address-link{
  color:inherit!important;
  text-decoration:none!important;
  line-height:1.55!important;
}

.footer-address-link:hover,
.contact-address-link:hover{
  text-decoration:underline!important;
  text-underline-offset:4px!important;
}

.contact-address-link{
  color:#111!important;
  text-decoration:none!important;
}


/* =========================================================
   BLOQUE48_RESPONSIVE_MOBILE_TABLET
   Ajustes responsive seguros para móvil y tablet.
   ========================================================= */

/* Evitar desbordamientos horizontales */
html,
body{
  overflow-x:hidden!important;
}

img,
iframe,
video{
  max-width:100%!important;
}

/* Ajuste general de contenedores en pantallas pequeñas */
@media(max-width:1180px){
  .internal-container,
  .container,
  .site-container{
    width:min(100% - 40px, 1120px)!important;
  }
}

@media(max-width:760px){
  .internal-container,
  .container,
  .site-container{
    width:min(100% - 28px, 1120px)!important;
  }

  .internal-section,
  .service-detail-section,
  .service-process-section,
  .services-hub-section,
  .zone-page-section,
  .project-detail-section,
  .blog-post-section,
  .faq-section,
  .related-links-section,
  .thanks-section,
  .check-section{
    padding-top:58px!important;
    padding-bottom:64px!important;
  }
}

/* Hero interno: textos más estables en móvil */
@media(max-width:760px){
  .internal-hero{
    min-height:430px!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }

  .internal-hero h1{
    font-size:38px!important;
    line-height:1.08!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
  }

  .internal-hero p{
    font-size:16px!important;
    line-height:1.45!important;
    max-width:92vw!important;
  }
}

@media(max-width:420px){
  .internal-hero h1{
    font-size:32px!important;
  }
}

/* Breadcrumbs en móvil */
@media(max-width:560px){
  .breadcrumbs ol{
    row-gap:6px!important;
  }

  .breadcrumbs li{
    max-width:100%!important;
  }
}

/* Grids nuevos y antiguos más seguros */
@media(max-width:900px){
  .services-hub-grid,
  .service-detail-grid,
  .process-steps,
  .zone-services-grid,
  .zone-cards,
  .related-links-grid,
  .faq-list,
  .projects-grid,
  .blog-grid{
    grid-template-columns:1fr!important;
  }
}

/* Tarjetas servicios hub */
@media(max-width:760px){
  .services-hub-card{
    min-height:0!important;
  }

  .services-hub-card > div{
    padding:24px!important;
  }

  .services-hub-card h3{
    font-size:23px!important;
  }

  .services-hub-card img{
    height:245px!important;
  }
}

/* Fichas de proyecto */
@media(max-width:760px){
  .project-detail-layout{
    gap:34px!important;
  }

  .project-detail-copy h2{
    font-size:31px!important;
  }

  .project-detail-copy h3{
    font-size:24px!important;
  }

  .project-detail-image-wrap{
    padding:12px!important;
  }
}

/* Blog: lectura en móvil */
@media(max-width:760px){
  .blog-post-content{
    max-width:100%!important;
  }

  .blog-post-content .blog-post-lead{
    font-size:18px!important;
    line-height:1.62!important;
  }

  .blog-post-content h2{
    font-size:27px!important;
    line-height:1.22!important;
  }

  .blog-post-content p{
    font-size:16px!important;
    line-height:1.7!important;
  }
}

/* Footer más limpio en móvil */
@media(max-width:760px){
  .footer-project-list{
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
  }

  .footer-contact p{
    align-items:flex-start!important;
  }

  .footer-address-link{
    display:inline-block!important;
  }

  .footer-social{
    gap:18px!important;
  }
}

@media(max-width:420px){
  .footer-project-list{
    grid-template-columns:1fr!important;
  }
}

/* Cookies y WhatsApp: que no se pisen en móvil */
@media(max-width:760px){
  .cookie-banner{
    bottom:84px!important;
  }

  .whatsapp-float{
    right:16px!important;
    bottom:16px!important;
  }
}

/* Formularios: campos y botones cómodos */
@media(max-width:760px){
  input,
  textarea,
  select,
  button{
    font-size:16px!important;
  }

  .contact-form,
  .contact-info-box{
    width:100%!important;
  }

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

/* Checklist: más legible en móvil */
@media(max-width:760px){
  .check-row{
    gap:8px!important;
  }

  .check-url-grid a{
    overflow-wrap:anywhere!important;
  }
}

/* Botones dobles en móvil */
@media(max-width:560px){
  .thanks-actions,
  .hero-actions,
  .cta-actions{
    flex-direction:column!important;
    align-items:center!important;
  }

  .internal-btn{
    max-width:100%!important;
    text-align:center!important;
  }
}


/* =========================================================
   BLOQUE48B_FIX_MENU_MOVIL
   Corrección específica del menú móvil y desbordamiento lateral.
   ========================================================= */

/* Seguridad global contra franja blanca lateral */
html,
body{
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
}

.site-header,
.site-header *,
.hero,
.hero *,
.home-hero,
.home-hero *{
  box-sizing:border-box!important;
}

/* En móvil el header no debe ocupar más ancho que la pantalla */
@media(max-width:900px){
  .site-header,
  .main-header,
  header{
    width:100vw!important;
    max-width:100vw!important;
    left:0!important;
    right:0!important;
    overflow:visible!important;
  }

  .header-inner,
  .nav-wrapper,
  .site-nav,
  .main-nav{
    max-width:100vw!important;
  }
}

/* Menú móvil cerrado por defecto */
@media(max-width:900px){
  .desktop-nav,
  .nav-left,
  .nav-right{
    display:none!important;
  }

  .mobile-menu-toggle,
  .menu-toggle,
  .nav-toggle{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    position:absolute!important;
    top:22px!important;
    right:18px!important;
    z-index:10010!important;
    min-width:72px!important;
    min-height:44px!important;
    padding:10px 16px!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid rgba(0,0,0,.35)!important;
    font-family:'Poppins', Arial, Helvetica, sans-serif!important;
    font-size:14px!important;
    line-height:1!important;
    cursor:pointer!important;
  }

  .mobile-menu,
  .mobile-nav,
  .site-header .menu,
  .site-header nav ul{
    display:none!important;
  }

  body.mobile-menu-open .mobile-menu,
  body.mobile-menu-open .mobile-nav,
  body.mobile-menu-open .site-header .menu,
  body.mobile-menu-open .site-header nav ul,
  .site-header.is-open .mobile-menu,
  .site-header.is-open .mobile-nav,
  .site-header.is-open .menu,
  .site-header.is-open nav ul{
    display:flex!important;
    flex-direction:column!important;
  }

  body.mobile-menu-open .site-header nav,
  .site-header.is-open nav{
    position:absolute!important;
    top:74px!important;
    left:0!important;
    right:0!important;
    width:100vw!important;
    max-width:100vw!important;
    background:rgba(0,0,0,.86)!important;
    padding:18px 22px 22px!important;
    z-index:10000!important;
  }

  body.mobile-menu-open .site-header nav ul,
  .site-header.is-open nav ul{
    list-style:none!important;
    margin:0!important;
    padding:0!important;
    gap:14px!important;
    align-items:center!important;
  }

  body.mobile-menu-open .site-header nav a,
  .site-header.is-open nav a{
    display:block!important;
    color:#fff!important;
    text-align:center!important;
    font-size:18px!important;
    line-height:1.35!important;
    padding:7px 0!important;
    text-shadow:none!important;
  }
}

/* Logo centrado y contenido del hero dentro de pantalla */
@media(max-width:900px){
  .logo,
  .site-logo,
  .header-logo{
    position:relative!important;
    left:auto!important;
    transform:none!important;
    max-width:190px!important;
    margin:0 auto!important;
    display:block!important;
  }

  .logo img,
  .site-logo img,
  .header-logo img{
    max-width:190px!important;
    height:auto!important;
  }

  .hero,
  .home-hero,
  .hero-section{
    width:100vw!important;
    max-width:100vw!important;
    overflow:hidden!important;
  }

  .hero-content,
  .home-hero-content{
    width:100%!important;
    max-width:100%!important;
    padding-left:20px!important;
    padding-right:20px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

/* H1 de home más legible en móvil y sin salirse */
@media(max-width:760px){
  .hero h1,
  .home-hero h1,
  .hero-title{
    width:100%!important;
    max-width:100%!important;
    font-size:38px!important;
    line-height:1.14!important;
    letter-spacing:.08em!important;
    text-align:center!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .hero .internal-btn,
  .home-hero .internal-btn,
  .hero .btn,
  .home-hero .btn{
    max-width:calc(100vw - 42px)!important;
    white-space:normal!important;
  }
}

@media(max-width:420px){
  .hero h1,
  .home-hero h1,
  .hero-title{
    font-size:32px!important;
    letter-spacing:.065em!important;
  }
}


/* =========================================================
   BLOQUE48C_HEADER_MOVIL_LOGO_MENU
   Reajuste final del header móvil: logo centrado y menú usable.
   ========================================================= */

@media(max-width:900px){
  /* Barra móvil limpia */
  .site-header{
    position:absolute!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100vw!important;
    max-width:100vw!important;
    min-height:112px!important;
    height:112px!important;
    padding:0!important;
    background:rgba(0,0,0,.70)!important;
    z-index:9999!important;
    overflow:visible!important;
  }

  .site-header .header-inner{
    position:relative!important;
    width:100%!important;
    max-width:100vw!important;
    height:112px!important;
    padding:0 18px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  /* Ocultar las columnas de navegación de escritorio */
  .site-header .nav-left,
  .site-header .nav-right,
  .site-header .desktop-nav{
    display:none!important;
  }

  /* Logo perfectamente centrado */
  .site-header .logo,
  .site-header .site-logo,
  .site-header .header-logo{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    width:220px!important;
    max-width:48vw!important;
    margin:0!important;
    z-index:10002!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }

  .site-header .logo img,
  .site-header .site-logo img,
  .site-header .header-logo img{
    display:block!important;
    width:220px!important;
    max-width:48vw!important;
    height:auto!important;
    margin:0 auto!important;
  }

  /* Botón menú integrado en la barra */
  .site-header .mobile-menu-toggle,
  .site-header .menu-toggle,
  .site-header .nav-toggle{
    position:absolute!important;
    right:18px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    z-index:10003!important;
    min-width:70px!important;
    min-height:42px!important;
    padding:9px 14px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid rgba(0,0,0,.35)!important;
    font-family:'Poppins', Arial, Helvetica, sans-serif!important;
    font-size:15px!important;
    line-height:1!important;
    box-shadow:none!important;
  }

  /* El nav móvil debe estar cerrado, no ocupando pantalla */
  .site-header nav{
    position:absolute!important;
    top:112px!important;
    left:0!important;
    right:0!important;
    width:100vw!important;
    max-width:100vw!important;
    padding:0!important;
    margin:0!important;
    background:transparent!important;
    z-index:10001!important;
    pointer-events:none!important;
  }

  .site-header nav ul,
  .site-header .menu,
  .site-header .mobile-menu,
  .site-header .mobile-nav{
    display:none!important;
  }

  /* Al abrir menú */
  body.mobile-menu-open .site-header nav,
  .site-header.is-open nav{
    pointer-events:auto!important;
    background:rgba(0,0,0,.90)!important;
    padding:18px 24px 24px!important;
  }

  body.mobile-menu-open .site-header nav ul,
  .site-header.is-open nav ul{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:14px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
  }

  body.mobile-menu-open .site-header nav li,
  .site-header.is-open nav li{
    display:block!important;
    width:100%!important;
    text-align:center!important;
  }

  body.mobile-menu-open .site-header nav a,
  .site-header.is-open nav a{
    display:block!important;
    width:100%!important;
    color:#fff!important;
    text-align:center!important;
    font-size:18px!important;
    line-height:1.35!important;
    font-weight:600!important;
    padding:8px 0!important;
    text-decoration:none!important;
    text-shadow:none!important;
  }

  /* Hero debe arrancar visualmente debajo del header pero conservar fondo completo */
  .hero,
  .home-hero,
  .hero-section{
    padding-top:112px!important;
  }

  .hero-content,
  .home-hero-content{
    margin-top:0!important;
  }
}

@media(max-width:430px){
  .site-header{
    min-height:102px!important;
    height:102px!important;
  }

  .site-header .header-inner{
    height:102px!important;
  }

  .site-header .logo,
  .site-header .site-logo,
  .site-header .header-logo{
    width:190px!important;
    max-width:46vw!important;
  }

  .site-header .logo img,
  .site-header .site-logo img,
  .site-header .header-logo img{
    width:190px!important;
    max-width:46vw!important;
  }

  .site-header .mobile-menu-toggle,
  .site-header .menu-toggle,
  .site-header .nav-toggle{
    right:14px!important;
    min-width:64px!important;
    padding:8px 11px!important;
    font-size:14px!important;
  }

  .site-header nav{
    top:102px!important;
  }

  .hero,
  .home-hero,
  .hero-section{
    padding-top:102px!important;
  }
}

/* En pantallas extremadamente estrechas, dar prioridad a que no se pisen logo y botón */
@media(max-width:360px){
  .site-header .logo,
  .site-header .site-logo,
  .site-header .header-logo,
  .site-header .logo img,
  .site-header .site-logo img,
  .site-header .header-logo img{
    width:160px!important;
    max-width:42vw!important;
  }
}


/* =========================================================
   BLOQUE48D_HEADER_MOVIL_INDEPENDIENTE
   Header móvil independiente para evitar conflictos con header escritorio.
   ========================================================= */

.mobile-header-fixed{
  display:none!important;
}

@media(max-width:900px){
  /* Ocultamos por completo el header original en móvil */
  body > header,
  .site-header:not(.mobile-header-fixed),
  .main-header:not(.mobile-header-fixed){
    display:none!important;
  }

  .mobile-header-fixed{
    display:block!important;
    position:absolute!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100vw!important;
    max-width:100vw!important;
    height:112px!important;
    background:rgba(0,0,0,.82)!important;
    z-index:100000!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }

  .mobile-header-logo{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:220px!important;
    max-width:48vw!important;
    height:auto!important;
    text-decoration:none!important;
    z-index:100002!important;
  }

  .mobile-header-logo img{
    display:block!important;
    width:220px!important;
    max-width:48vw!important;
    height:auto!important;
    margin:0 auto!important;
  }

  .mobile-header-toggle{
    position:absolute!important;
    top:50%!important;
    right:18px!important;
    transform:translateY(-50%)!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:70px!important;
    min-height:42px!important;
    padding:9px 14px!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid rgba(0,0,0,.35)!important;
    font-family:'Poppins', Arial, Helvetica, sans-serif!important;
    font-size:15px!important;
    line-height:1!important;
    cursor:pointer!important;
    z-index:100003!important;
  }

  .mobile-header-menu{
    display:none!important;
    position:absolute!important;
    top:112px!important;
    left:0!important;
    right:0!important;
    width:100vw!important;
    max-width:100vw!important;
    background:rgba(0,0,0,.93)!important;
    padding:22px 28px 28px!important;
    box-sizing:border-box!important;
    z-index:100001!important;
  }

  body.mobile-header-open .mobile-header-menu{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:14px!important;
  }

  .mobile-header-menu a{
    display:block!important;
    width:100%!important;
    max-width:320px!important;
    color:#fff!important;
    text-align:center!important;
    text-decoration:none!important;
    font-family:'Poppins', Arial, Helvetica, sans-serif!important;
    font-size:19px!important;
    line-height:1.35!important;
    font-weight:600!important;
    padding:8px 0!important;
  }

  .mobile-header-menu a:hover,
  .mobile-header-menu a:focus-visible{
    text-decoration:underline!important;
    text-underline-offset:4px!important;
  }

  /* Compensación del hero, ahora el header móvil es independiente */
  .hero,
  .home-hero,
  .hero-section{
    padding-top:112px!important;
  }

  html,
  body{
    overflow-x:hidden!important;
    max-width:100%!important;
  }
}

@media(max-width:430px){
  .mobile-header-fixed{
    height:104px!important;
  }

  .mobile-header-logo,
  .mobile-header-logo img{
    width:185px!important;
    max-width:46vw!important;
  }

  .mobile-header-toggle{
    right:14px!important;
    min-width:64px!important;
    min-height:40px!important;
    padding:8px 11px!important;
    font-size:14px!important;
  }

  .mobile-header-menu{
    top:104px!important;
  }

  .hero,
  .home-hero,
  .hero-section{
    padding-top:104px!important;
  }
}

@media(max-width:360px){
  .mobile-header-logo,
  .mobile-header-logo img{
    width:155px!important;
    max-width:42vw!important;
  }

  .mobile-header-toggle{
    min-width:58px!important;
    padding-left:9px!important;
    padding-right:9px!important;
  }
}


/* =========================================================
   BLOQUE48E_MENU_MOVIL_FUNCIONAL
   Menú móvil funcional sin depender de JavaScript.
   ========================================================= */

.mobile-menu-state{
  position:absolute!important;
  opacity:0!important;
  pointer-events:none!important;
  width:1px!important;
  height:1px!important;
}

.mobile-label-close{
  display:none!important;
}

@media(max-width:900px){
  .mobile-header-fixed{
    display:block!important;
    position:absolute!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100vw!important;
    max-width:100vw!important;
    height:112px!important;
    background:rgba(0,0,0,.84)!important;
    z-index:100000!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }

  .mobile-header-logo{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:220px!important;
    max-width:48vw!important;
    text-decoration:none!important;
    z-index:100002!important;
  }

  .mobile-header-logo img{
    display:block!important;
    width:220px!important;
    max-width:48vw!important;
    height:auto!important;
    margin:0 auto!important;
  }

  .mobile-header-toggle{
    position:absolute!important;
    top:50%!important;
    right:18px!important;
    transform:translateY(-50%)!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:72px!important;
    min-height:44px!important;
    padding:9px 14px!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid rgba(0,0,0,.35)!important;
    font-family:'Poppins', Arial, Helvetica, sans-serif!important;
    font-size:15px!important;
    line-height:1!important;
    cursor:pointer!important;
    z-index:100003!important;
    user-select:none!important;
  }

  .mobile-header-menu{
    display:none!important;
    position:absolute!important;
    top:112px!important;
    left:0!important;
    right:0!important;
    width:100vw!important;
    max-width:100vw!important;
    background:rgba(0,0,0,.94)!important;
    padding:24px 28px 30px!important;
    box-sizing:border-box!important;
    z-index:100001!important;
  }

  .mobile-menu-state:checked ~ .mobile-header-menu{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:14px!important;
  }

  .mobile-menu-state:checked ~ .mobile-header-toggle .mobile-label-open{
    display:none!important;
  }

  .mobile-menu-state:checked ~ .mobile-header-toggle .mobile-label-close{
    display:inline!important;
  }

  .mobile-header-menu a{
    display:block!important;
    width:100%!important;
    max-width:320px!important;
    color:#fff!important;
    text-align:center!important;
    text-decoration:none!important;
    font-family:'Poppins', Arial, Helvetica, sans-serif!important;
    font-size:19px!important;
    line-height:1.35!important;
    font-weight:600!important;
    padding:9px 0!important;
  }

  .mobile-header-menu a:hover,
  .mobile-header-menu a:focus-visible{
    text-decoration:underline!important;
    text-underline-offset:4px!important;
  }

  /* Desactivar reglas antiguas basadas en body.mobile-header-open */
  body.mobile-header-open .mobile-header-menu{
    display:none!important;
  }

  body.mobile-header-open .mobile-menu-state:checked ~ .mobile-header-menu{
    display:flex!important;
  }
}

@media(max-width:430px){
  .mobile-header-fixed{
    height:104px!important;
  }

  .mobile-header-logo,
  .mobile-header-logo img{
    width:185px!important;
    max-width:46vw!important;
  }

  .mobile-header-toggle{
    right:14px!important;
    min-width:66px!important;
    min-height:40px!important;
    padding:8px 11px!important;
    font-size:14px!important;
  }

  .mobile-header-menu{
    top:104px!important;
  }
}

@media(max-width:360px){
  .mobile-header-logo,
  .mobile-header-logo img{
    width:155px!important;
    max-width:42vw!important;
  }

  .mobile-header-toggle{
    min-width:60px!important;
  }
}


/* =========================================================
   BLOQUE49_404_MEJORADO
   Página 404 útil para recuperar navegación.
   ========================================================= */

.error-hero{
  min-height:460px!important;
}

.error-section{
  padding:82px 0 96px!important;
}

.error-container{
  max-width:1040px!important;
}

.error-intro{
  max-width:820px!important;
  margin:0 auto 46px!important;
  text-align:center!important;
}

.error-code{
  display:block!important;
  margin-bottom:14px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:76px!important;
  line-height:1!important;
  font-weight:700!important;
  color:#303030!important;
}

.error-intro h2{
  margin:0 0 18px!important;
  font-size:38px!important;
  line-height:1.2!important;
}

.error-intro p{
  margin:0!important;
  font-size:18px!important;
  line-height:1.65!important;
}

.error-links-grid{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:22px!important;
}

.error-links-grid a{
  display:block!important;
  background:#fff!important;
  color:#111!important;
  text-decoration:none!important;
  padding:28px!important;
  min-height:170px!important;
}

.error-links-grid h3{
  margin:0 0 12px!important;
  font-size:23px!important;
  line-height:1.2!important;
}

.error-links-grid p{
  margin:0!important;
  font-size:16px!important;
  line-height:1.56!important;
}

.error-links-grid a:hover{
  background:#303030!important;
  color:#fff!important;
}

.error-actions{
  display:flex!important;
  justify-content:center!important;
  gap:16px!important;
  flex-wrap:wrap!important;
  margin-top:42px!important;
}

.internal-btn.secondary{
  background:#fff!important;
  color:#111!important;
}

.internal-btn.secondary:hover{
  background:#303030!important;
  color:#fff!important;
}

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

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

  .error-code{
    font-size:58px!important;
  }

  .error-intro h2{
    font-size:31px!important;
  }

  .error-actions{
    flex-direction:column!important;
    align-items:center!important;
  }
}


/* =========================================================
   BLOQUE52_FAQS_ZONAS_LOCALES
   FAQs visibles y schema en páginas de zonas.
   ========================================================= */

.zone-faq-section{
  background:#f8f6f1!important;
}

.zone-faq-section .faq-list{
  margin-top:8px!important;
}


/* =========================================================
   BLOQUE54_AUDITORIA_ENLACES_URLS
   Página interna de auditoría de enlaces.
   ========================================================= */

.check-links-hero{
  min-height:440px!important;
}

.check-links-section{
  padding:78px 0 96px!important;
}

.check-links-container{
  max-width:1120px!important;
}

.check-links-summary{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:18px!important;
  margin-bottom:52px!important;
}

.check-links-summary > div{
  background:#fff!important;
  padding:26px!important;
  text-align:center!important;
}

.check-links-summary strong{
  display:block!important;
  font-size:42px!important;
  line-height:1!important;
  margin-bottom:8px!important;
}

.check-links-summary span{
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:15px!important;
}

.check-links-group{
  margin:0 0 42px!important;
}

.check-links-group h2{
  margin:0 0 18px!important;
  font-size:30px!important;
}

.check-links-table{
  display:grid!important;
  gap:9px!important;
}

.check-links-row{
  display:grid!important;
  grid-template-columns:1fr 1.1fr 110px!important;
  gap:14px!important;
  align-items:center!important;
  background:#fff!important;
  padding:14px 16px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:14px!important;
}

.check-links-row a{
  color:#111!important;
  text-decoration:none!important;
  overflow-wrap:anywhere!important;
}

.check-links-row a:hover{
  text-decoration:underline!important;
}

.check-links-row.is-missing{
  background:#fff7db!important;
}

.check-links-note{
  background:#fff!important;
  padding:32px!important;
  margin-top:54px!important;
}

.check-links-note h2{
  margin-top:0!important;
}

@media(max-width:800px){
  .check-links-summary{
    grid-template-columns:1fr!important;
  }

  .check-links-row{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
}


/* =========================================================
   BLOQUE55_NORMALIZACION_CSS_FINAL
   Capa final de consistencia visual antes de producción.
   No elimina CSS anterior; reduce conflictos y estabiliza componentes.
   ========================================================= */

:root{
  --designio-bg:#f8f6f1;
  --designio-beige:#e8e1ce;
  --designio-dark:#303030;
  --designio-text:#111;
  --designio-white:#fff;
}

/* Base estable */
*,
*::before,
*::after{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  color:var(--designio-text);
  background:var(--designio-bg);
}

/* Imágenes e iframes estables */
img,
svg,
video,
iframe{
  max-width:100%;
}

img{
  height:auto;
}

/* Enlaces visibles y consistentes */
a{
  text-underline-offset:4px;
}

/* Contenedores principales */
.internal-container{
  width:min(100% - 48px, 1180px);
  margin-left:auto;
  margin-right:auto;
}

@media(max-width:760px){
  .internal-container{
    width:min(100% - 28px, 1180px);
  }
}

/* Botones */
.internal-btn,
button,
input[type="submit"]{
  cursor:pointer;
}

.internal-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

/* Tarjetas clicables */
.project-card,
.blog-card,
.services-hub-card,
.zone-cards a,
.zone-services-grid a,
.related-links-grid a,
.error-links-grid a{
  -webkit-tap-highlight-color:rgba(0,0,0,.08);
}

/* Formularios */
input,
textarea,
select{
  max-width:100%;
}

textarea{
  resize:vertical;
}

/* Tablas/listados internos en pantallas pequeñas */
.check-table,
.check-links-table{
  max-width:100%;
  overflow-wrap:anywhere;
}

/* Evitar que elementos largos rompan layout */
p,
li,
h1,
h2,
h3,
h4,
a{
  overflow-wrap:break-word;
}

/* Header móvil definitivo: asegurar prioridad frente a reglas antiguas */
@media(max-width:900px){
  .mobile-header-fixed{
    display:block!important;
  }

  body > header:not(.mobile-header-fixed),
  .site-header:not(.mobile-header-fixed),
  .main-header:not(.mobile-header-fixed){
    display:none!important;
  }
}

/* Estado de foco accesible y elegante */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
label[role="button"]:focus-visible{
  outline:3px solid var(--designio-dark)!important;
  outline-offset:3px!important;
}

/* Reforzar consistencia de bloques beige */
.beige,
.faq-section,
.zone-faq-section,
.blog-post-section,
.service-process-section{
  background:var(--designio-bg);
}

/* Evitar que el banner de cookies tape CTA en móvil */
@media(max-width:760px){
  .cookie-banner{
    max-width:calc(100vw - 24px)!important;
    left:12px!important;
    right:12px!important;
  }
}

/* Impresión básica limpia */
@media print{
  .mobile-header-fixed,
  .site-header,
  .site-footer,
  .whatsapp-float,
  .cookie-banner,
  .internal-cta{
    display:none!important;
  }

  body{
    background:#fff!important;
    color:#000!important;
  }

  a{
    color:#000!important;
    text-decoration:underline!important;
  }
}


/* =========================================================
   BLOQUE60C_RECUPERACION_HOME
   Home estable de recuperación tras incidencia de imágenes locales.
   ========================================================= */

.home-recovery-hero{
  position:relative!important;
  min-height:760px!important;
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background-image:var(--hero-img)!important;
  background-size:cover!important;
  background-position:center!important;
  overflow:hidden!important;
}

.home-recovery-overlay{
  position:absolute!important;
  inset:0!important;
  background:rgba(0,0,0,.42)!important;
  z-index:1!important;
}

.home-recovery-content{
  position:relative!important;
  z-index:2!important;
  width:min(100% - 40px, 1100px)!important;
  margin:0 auto!important;
  text-align:center!important;
  color:#fff!important;
  padding-top:90px!important;
}

.home-recovery-content h1{
  margin:0 auto 34px!important;
  color:#fff!important;
  font-family:'Montserrat', Arial, Helvetica, sans-serif!important;
  font-size:58px!important;
  line-height:1.12!important;
  font-weight:400!important;
  letter-spacing:.08em!important;
  text-align:center!important;
  text-transform:uppercase!important;
}

.home-recovery-services{
  padding:84px 0 96px!important;
}

@media(max-width:900px){
  .home-recovery-hero{
    min-height:680px!important;
    padding-top:112px!important;
  }

  .home-recovery-content{
    padding-top:0!important;
  }

  .home-recovery-content h1{
    font-size:38px!important;
    line-height:1.18!important;
    letter-spacing:.06em!important;
  }
}

@media(max-width:430px){
  .home-recovery-hero{
    min-height:620px!important;
    padding-top:104px!important;
  }

  .home-recovery-content h1{
    font-size:30px!important;
  }
}


/* =========================================================
   BLOQUE61_PROYECTOS_REALES_CAROUSEL_READY
   Proyectos reales y fichas preparadas para carrusel.
   ========================================================= */

.projects-grid-real{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:54px!important;
}

.projects-grid-real .project-card{
  min-height:520px!important;
  background:#222!important;
}

.projects-grid-real .project-card img{
  width:100%!important;
  height:520px!important;
  object-fit:cover!important;
  display:block!important;
}

.project-carousel{
  background:#fff!important;
  padding:18px!important;
}

.project-carousel-main{
  position:relative!important;
  width:100%!important;
  overflow:hidden!important;
  background:#222!important;
}

.project-carousel-main img{
  display:none!important;
  width:100%!important;
  height:auto!important;
  max-height:680px!important;
  object-fit:contain!important;
  margin:0 auto!important;
}

.project-carousel-main img.is-active{
  display:block!important;
}

.project-carousel-controls{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:22px!important;
  margin-top:16px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
}

.project-carousel-controls button{
  width:42px!important;
  height:42px!important;
  border:1px solid #111!important;
  background:#fff!important;
  color:#111!important;
  font-size:28px!important;
  line-height:1!important;
  cursor:pointer!important;
}

.project-pending-note{
  background:#fff!important;
  padding:18px!important;
  margin-top:28px!important;
}

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

  .projects-grid-real .project-card,
  .projects-grid-real .project-card img{
    min-height:0!important;
    height:390px!important;
  }
}

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

  .projects-grid-real .project-card,
  .projects-grid-real .project-card img{
    height:430px!important;
  }

  .project-carousel{
    padding:10px!important;
  }
}


/* =========================================================
   BLOQUE62_NAVEGACION_PROYECTOS
   Flechas anterior/siguiente en fichas de proyecto.
   ========================================================= */
.project-next-prev-section{background:#f8f6f1!important;padding:24px 0 78px!important;}
.project-next-prev{display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;gap:22px!important;}
.project-nav-link,.project-nav-all{text-decoration:none!important;font-family:'Poppins',Arial,Helvetica,sans-serif!important;}
.project-nav-link{display:flex!important;align-items:center!important;gap:16px!important;min-height:92px!important;padding:22px 24px!important;background:#fff!important;color:#111!important;border:1px solid rgba(0,0,0,.08)!important;transition:background .2s ease,color .2s ease,transform .2s ease!important;}
.project-nav-link:hover{background:#303030!important;color:#fff!important;transform:translateY(-2px)!important;}
.project-nav-next{justify-content:flex-end!important;text-align:right!important;}
.project-nav-prev{justify-content:flex-start!important;text-align:left!important;}
.project-nav-arrow{display:flex!important;align-items:center!important;justify-content:center!important;width:46px!important;height:46px!important;min-width:46px!important;border:1px solid currentColor!important;border-radius:50%!important;font-size:36px!important;line-height:1!important;font-weight:300!important;}
.project-nav-link small{display:block!important;margin-bottom:5px!important;color:inherit!important;opacity:.68!important;font-size:13px!important;line-height:1.2!important;text-transform:uppercase!important;letter-spacing:.08em!important;}
.project-nav-link strong{display:block!important;color:inherit!important;font-size:24px!important;line-height:1.15!important;}
.project-nav-all{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:52px!important;padding:14px 24px!important;background:#303030!important;color:#fff!important;white-space:nowrap!important;border:1px solid #303030!important;}
.project-nav-all:hover{background:#fff!important;color:#111!important;}
@media(max-width:900px){.project-next-prev{grid-template-columns:1fr!important;}.project-nav-all{order:3!important;width:100%!important;}.project-nav-link{width:100%!important;}}
@media(max-width:520px){.project-next-prev-section{padding:16px 0 58px!important;}.project-nav-link{min-height:82px!important;padding:18px!important;}.project-nav-link strong{font-size:21px!important;}.project-nav-arrow{width:40px!important;height:40px!important;min-width:40px!important;font-size:30px!important;}}


/* BLOQUE63_CALCULADORA_COCINA */
.calculator-hero{min-height:500px!important}.calculator-section{padding:86px 0 96px!important}.calculator-layout{display:grid!important;grid-template-columns:1fr 470px!important;gap:64px!important;align-items:start!important}.calculator-copy h2{margin:0 0 24px!important;font-size:42px!important;line-height:1.15!important}.calculator-copy p,.calculator-copy li{font-size:17px!important;line-height:1.66!important}.calculator-note{margin-top:34px!important;background:#fff!important;padding:28px!important}.calculator-card{background:#fff!important;padding:30px!important;position:sticky!important;top:28px!important}.calculator-form{display:grid!important;gap:18px!important}.calculator-field label,.calculator-check label{display:block!important;margin-bottom:8px!important;font-family:'Poppins',Arial,Helvetica,sans-serif!important;font-size:15px!important;font-weight:600!important}.calculator-field input,.calculator-field select{width:100%!important;min-height:48px!important;border:1px solid rgba(0,0,0,.22)!important;background:#f8f6f1!important;padding:10px 12px!important;font-size:16px!important}.calculator-field small{display:block!important;margin-top:7px!important;font-size:13px!important;line-height:1.4!important;opacity:.75!important}.calculator-check{display:flex!important;align-items:center!important;gap:10px!important;margin:2px 0 8px!important}.calculator-check input{width:20px!important;height:20px!important}.calculator-check label{margin:0!important}.calculator-submit{width:100%!important}.calculator-result{margin-top:26px!important;padding:26px!important;background:#303030!important;color:#fff!important;text-align:center!important}.calculator-result span{display:block!important;margin-bottom:8px!important;font-family:'Poppins',Arial,Helvetica,sans-serif!important;font-size:13px!important;text-transform:uppercase!important;letter-spacing:.08em!important;opacity:.78!important}.calculator-result strong{display:block!important;font-size:31px!important;line-height:1.15!important}.calculator-result p{margin:12px 0 0!important;font-size:15px!important;line-height:1.45!important;opacity:.86!important}.calculator-actions{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;margin-top:16px!important}.calculator-promo-section{background:#e8e1ce!important;padding:54px 0!important}.calculator-promo{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important}.calculator-promo h2{margin:0 0 10px!important;font-size:34px!important}.calculator-promo p{margin:0!important;max-width:760px!important;font-size:17px!important;line-height:1.55!important}@media(max-width:980px){.calculator-layout{grid-template-columns:1fr!important}.calculator-card{position:static!important}.calculator-promo{flex-direction:column!important;align-items:flex-start!important}}@media(max-width:620px){.calculator-copy h2{font-size:32px!important}.calculator-card{padding:22px!important}.calculator-result strong{font-size:26px!important}.calculator-promo h2{font-size:28px!important}}


/* =========================================================
   BLOQUE63B_CALIDAD_TEXTOS
   Textos de calidad y nota de calculadora global.
   ========================================================= */

.quality-description{
  background:#f8f6f1!important;
  padding:12px 14px!important;
  border-left:3px solid #303030!important;
}

.calculator-service-note{
  background:#f8f6f1!important;
  padding:18px!important;
  margin-bottom:20px!important;
}

.calculator-service-note strong{
  display:block!important;
  margin-bottom:6px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:15px!important;
}

.calculator-service-note p{
  margin:0!important;
  font-size:14px!important;
  line-height:1.5!important;
}


/* =========================================================
   BLOQUE63C_CALCULADORA_DISENO_SUAVE
   Ajuste visual de la calculadora: beige + resultado menos oscuro.
   ========================================================= */

/* Fondo general de la zona de calculadora con beige de la web */
.calculator-section{
  background:#f8f6f1!important;
}

/* Tarjeta de la calculadora más integrada con la estética */
.calculator-card{
  background:#e8e1ce!important;
  border:1px solid rgba(48,48,48,.10)!important;
  box-shadow:0 18px 44px rgba(48,48,48,.08)!important;
}

/* Campos sobre fondo claro para seguir siendo legibles */
.calculator-field input,
.calculator-field select{
  background:#fff!important;
  border:1px solid rgba(48,48,48,.18)!important;
}

/* Bloques informativos dentro de la calculadora */
.calculator-service-note,
.quality-description{
  background:#f8f6f1!important;
  border-left:3px solid #8b806d!important;
}

/* Resultado: tono cálido más suave que el gris oscuro */
.calculator-result{
  background:#d8cfbb!important;
  color:#111!important;
  border:1px solid rgba(48,48,48,.12)!important;
}

.calculator-result span{
  color:#303030!important;
  opacity:.72!important;
}

.calculator-result strong{
  color:#111!important;
}

.calculator-result p{
  color:#303030!important;
  opacity:.88!important;
}

/* Botón secundario dentro de calculadora más integrado */
.calculator-actions .internal-btn.secondary{
  background:#f8f6f1!important;
  color:#111!important;
  border:1px solid rgba(48,48,48,.18)!important;
}

.calculator-actions .internal-btn.secondary:hover{
  background:#fff!important;
  color:#111!important;
}

/* En móvil, mantener aire y lectura */
@media(max-width:620px){
  .calculator-card{
    box-shadow:0 12px 28px rgba(48,48,48,.07)!important;
  }

  .calculator-result{
    padding:22px!important;
  }
}


/* =========================================================
   BLOQUE64_CALCULADORA_COCINA_BANO
   Campos condicionales para calculadora global.
   ========================================================= */

.calculator-fields-kitchen,
.calculator-fields-bathroom{
  display:grid!important;
  gap:18px!important;
}

.calculator-fields-kitchen[hidden],
.calculator-fields-bathroom[hidden]{
  display:none!important;
}

.calculator-mini-note{
  background:#f8f6f1!important;
  border-left:3px solid #8b806d!important;
  padding:14px 16px!important;
}

.calculator-mini-note strong{
  display:block!important;
  margin-bottom:5px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:15px!important;
}

.calculator-mini-note p{
  margin:0!important;
  font-size:14px!important;
  line-height:1.5!important;
}


/* =========================================================
   BLOQUE65_CALCULADORA_INTEGRAL_CONTACTO
   Reforma integral por descripción y contacto.
   ========================================================= */

.calculator-fields-integral{
  display:grid!important;
  gap:18px!important;
}

.calculator-fields-integral[hidden]{
  display:none!important;
}

.calculator-field textarea{
  width:100%!important;
  min-height:138px!important;
  border:1px solid rgba(48,48,48,.18)!important;
  background:#fff!important;
  padding:12px!important;
  font-size:16px!important;
  line-height:1.5!important;
  resize:vertical!important;
}


/* =========================================================
   BLOQUE67_FIX_INTEGRAL_CALCULADORA
   ========================================================= */
.calculator-fields-integral[hidden],
.calculator-fields-kitchen[hidden],
.calculator-fields-bathroom[hidden],
.calculator-field[hidden]{display:none!important;}
.calculator-actions #calculator-whatsapp{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:52px!important;line-height:1.2!important;white-space:normal!important;text-align:center!important;}


/* =========================================================
   BLOQUE68_OCULTAR_BOTON_INTEGRAL
   Oculta el botón Calcular presupuesto en Reforma integral.
   ========================================================= */

.calculator-card.is-integral-mode .calculator-submit{
  display:none!important;
}


/* =========================================================
   BLOQUE69_HEADER_FONDO_HOME_GLOBAL
   Fondo de la home aplicado a los headers/hero interiores.
   ========================================================= */

.internal-hero,
.project-detail-hero,
.calculator-hero{
  background-image:linear-gradient(rgba(0,0,0,.43), rgba(0,0,0,.43)), var(--internal-hero-img, url('/media.php?src=%2Fwp-content%2Fuploads%2F2026%2F04%2Fhero-reformas-integrales-designio-overlay.webp'))!important;
  background-size:cover!important;
  background-position:center!important;
}

.internal-hero::before,
.project-detail-hero::before,
.calculator-hero::before{
  background:linear-gradient(to bottom, rgba(0,0,0,.28), rgba(0,0,0,.34))!important;
}

.internal-hero h1,
.project-detail-hero h1,
.calculator-hero h1,
.internal-hero p,
.project-detail-hero p,
.calculator-hero p{
  color:#fff!important;
  text-shadow:0 2px 14px rgba(0,0,0,.32)!important;
}


/* =========================================================
   BLOQUE70_HERO_HOME_REAL_GLOBAL
   Forzado definitivo: todas las hero interiores usan exactamente
   el mismo fondo que la hero de la home.
   ========================================================= */

body:not(.home) .internal-hero,
body:not(.home) .project-detail-hero,
body:not(.home) .calculator-hero,
.internal-hero,
.project-detail-hero,
.calculator-hero{
  background-image:
    linear-gradient(rgba(0,0,0,.43), rgba(0,0,0,.43)),
    var(--internal-hero-img, url('/media.php?src=%2Fwp-content%2Fuploads%2F2025%2F10%2Freformas-interiorismo-designio-studio-rubi-hero.jpg'))!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}

.project-detail-hero{
  background-image:
    linear-gradient(rgba(0,0,0,.43), rgba(0,0,0,.43)),
    url('/media.php?src=%2Fwp-content%2Fuploads%2F2025%2F10%2Freformas-interiorismo-designio-studio-rubi-hero.jpg')!important;
}

.calculator-hero{
  background-image:
    linear-gradient(rgba(0,0,0,.43), rgba(0,0,0,.43)),
    url('/media.php?src=%2Fwp-content%2Fuploads%2F2025%2F10%2Freformas-interiorismo-designio-studio-rubi-hero.jpg')!important;
}


/* =========================================================
   BLOQUE71_FOTOS_REALES_PROYECTOS
   Galerías de proyectos con fotos reales.
   ========================================================= */

.project-carousel-main{
  background:#f8f6f1!important;
}

.project-carousel-main img{
  max-height:760px!important;
  object-fit:contain!important;
  background:#f8f6f1!important;
}

.project-carousel-controls span{
  min-width:70px!important;
  text-align:center!important;
}


/* =========================================================
   BLOQUE74_FIX_FORMULARIO_CONTACTO
   Estados del formulario y honeypot antispam.
   ========================================================= */

.form-status{
  margin:0 0 24px!important;
  padding:16px 18px!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
  font-size:15px!important;
  line-height:1.45!important;
  border-left:4px solid #303030!important;
  background:#f8f6f1!important;
  color:#111!important;
}

.form-status.success{
  border-left-color:#6f7f55!important;
}

.form-status.error{
  border-left-color:#9b4b3f!important;
}

.hp-field{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}


/* =========================================================
   BLOQUE79_RESTORE_WP_CONTENT_REAL
   Diseño real usando imágenes restauradas en /wp-content/uploads/.
   ========================================================= */

.home-hero,
.hero,
.internal-hero,
.project-detail-hero,
.calculator-hero{
  background-image:
    linear-gradient(rgba(0,0,0,.43), rgba(0,0,0,.43)),
    var(--hero-img, var(--internal-hero-img, url('/media.php?src=%2Fwp-content%2Fuploads%2F2025%2F10%2Freformas-interiorismo-designio-studio-rubi-hero.jpg')))!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}

.internal-hero,
.project-detail-hero,
.calculator-hero{
  background-image:
    linear-gradient(rgba(0,0,0,.43), rgba(0,0,0,.43)),
    url('/media.php?src=%2Fwp-content%2Fuploads%2F2025%2F10%2Freformas-interiorismo-designio-studio-rubi-hero.jpg')!important;
}

.home-hero h1,
.home-hero p,
.hero h1,
.hero p,
.internal-hero h1,
.internal-hero p,
.project-detail-hero h1,
.project-detail-hero p,
.calculator-hero h1,
.calculator-hero p{
  color:#fff!important;
  text-shadow:0 2px 14px rgba(0,0,0,.34)!important;
}

.site-logo img,
.logo img,
.header-logo img,
.navbar-brand img,
header img[alt*="Designio"],
footer img[alt*="Designio"]{
  display:block!important;
  max-width:190px!important;
  height:auto!important;
  object-fit:contain!important;
}

@media(max-width:768px){
  .site-logo img,
  .logo img,
  .header-logo img,
  .navbar-brand img,
  header img[alt*="Designio"],
  footer img[alt*="Designio"]{
    max-width:150px!important;
  }
}


/* =========================================================
   BLOQUE80_FIX_IMAGENES_WPCONTENT
   Usar rutas relativas /wp-content/uploads/ y permitir fallback visual.
   ========================================================= */

.home-hero,
.hero,
.internal-hero,
.project-detail-hero,
.calculator-hero{
  background-color:#8b806d!important;
}

.internal-hero,
.project-detail-hero,
.calculator-hero{
  background-image:
    linear-gradient(rgba(0,0,0,.43), rgba(0,0,0,.43)),
    url('/media.php?src=%2Fwp-content%2Fuploads%2F2025%2F10%2Freformas-interiorismo-designio-studio-rubi-hero.jpg')!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}

.site-logo img,
.logo img,
.header-logo img,
.navbar-brand img,
header img[alt*="Designio"],
footer img[alt*="Designio"]{
  display:block!important;
  max-width:190px!important;
  height:auto!important;
  object-fit:contain!important;
}


/* =========================================================
   BLOQUE81_LOGO_TEXT_IMAGES_OK
   Logo de texto porque el archivo de logo no existe.
   Mantiene hero/proyectos desde /wp-content/uploads/.
   ========================================================= */

.designio-text-logo{
  display:inline-flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  line-height:1!important;
  color:#111!important;
  text-decoration:none!important;
  font-family:'Poppins', Arial, Helvetica, sans-serif!important;
}

.designio-text-logo strong{
  display:block!important;
  font-size:28px!important;
  font-weight:600!important;
  line-height:.95!important;
  letter-spacing:.02em!important;
  color:inherit!important;
}

.designio-text-logo small{
  display:block!important;
  margin-top:3px!important;
  font-size:12px!important;
  font-weight:400!important;
  text-transform:uppercase!important;
  letter-spacing:.22em!important;
  color:inherit!important;
}

@media(max-width:768px){
  .designio-text-logo strong{font-size:24px!important;}
  .designio-text-logo small{font-size:10px!important;}
}

.home-hero,
.hero,
.internal-hero,
.project-detail-hero,
.calculator-hero{
  background-color:#8b806d!important;
}

.internal-hero,
.project-detail-hero,
.calculator-hero{
  background-image:
    linear-gradient(rgba(0,0,0,.43), rgba(0,0,0,.43)),
    url('/media.php?src=%2Fwp-content%2Fuploads%2F2025%2F10%2Freformas-interiorismo-designio-studio-rubi-hero.jpg')!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}

.home-hero h1,
.home-hero p,
.hero h1,
.hero p,
.internal-hero h1,
.internal-hero p,
.project-detail-hero h1,
.project-detail-hero p,
.calculator-hero h1,
.calculator-hero p{
  color:#fff!important;
  text-shadow:0 2px 14px rgba(0,0,0,.34)!important;
}


/* =========================================================
   BLOQUE82_FORCE_HERO_IMAGES_WPCONTENT
   Fuerza imagen real de hero también en la home.
   ========================================================= */

:root{
  --designio-global-hero:url('/media.php?src=%2Fwp-content%2Fuploads%2F2025%2F10%2Freformas-interiorismo-designio-studio-rubi-hero.jpg');
}

.home-hero,
.hero,
.hero-section,
.main-hero,
.site-hero,
.front-hero,
.home .hero,
.home .hero-section,
.home main > section:first-of-type,
body.home .hero,
body.home .home-hero,
body:not(.single) main > section:first-child,
.internal-hero,
.project-detail-hero,
.calculator-hero{
  background-image:
    linear-gradient(rgba(0,0,0,.43), rgba(0,0,0,.43)),
    var(--hero-img, var(--internal-hero-img, var(--designio-global-hero)))!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  background-color:#8b806d!important;
}

.home-hero::before,
.hero::before,
.hero-section::before,
.main-hero::before,
.site-hero::before,
.front-hero::before,
.internal-hero::before,
.project-detail-hero::before,
.calculator-hero::before{
  background:linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.12))!important;
}

img[src^="/wp-content/uploads/"]{
  display:inline-block;
  max-width:100%;
  height:auto;
}


/* =========================================================
   BLOQUE84_FIX_IMAGENES_FALTANTES
   Corrige rutas NO EXISTE detectadas por auditoría.
   ========================================================= */

.designio-logo-img,
header img[src="/media.php?src=%2Fassets%2Fimg%2Flogo.svg"],
footer img[src="/media.php?src=%2Fassets%2Fimg%2Flogo.svg"]{
  display:block!important;
  width:auto!important;
  max-width:220px!important;
  height:auto!important;
  object-fit:contain!important;
}

@media(max-width:768px){
  .designio-logo-img,
  header img[src="/media.php?src=%2Fassets%2Fimg%2Flogo.svg"],
  footer img[src="/media.php?src=%2Fassets%2Fimg%2Flogo.svg"]{
    max-width:170px!important;
  }
}


/* =========================================================
   BLOQUE85_LIMPIEZA_DIAGNOSTICOS_LOGOS
   Logo fallback completo y diagnósticos antiguos neutralizados.
   ========================================================= */

.designio-logo-img{
  display:block!important;
  width:auto!important;
  max-width:220px!important;
  height:auto!important;
  object-fit:contain!important;
}

@media(max-width:768px){
  .designio-logo-img{
    max-width:170px!important;
  }
}


/* =========================================================
   BLOQUE86_FIX_HEADER_HTML
   Header HTML limpio: evita restos de atributos visibles.
   ========================================================= */

.brand .designio-logo-img,
.mobile-header-logo .designio-logo-img{
  display:block!important;
  width:auto!important;
  max-width:255px!important;
  height:auto!important;
  margin:0 auto!important;
  object-fit:contain!important;
}

.mobile-header-logo .designio-logo-img{
  max-width:150px!important;
}

@media(max-width:768px){
  .brand .designio-logo-img{
    max-width:180px!important;
  }
}


/* =========================================================
   BLOQUE87_MEDIA_PROXY_IMAGENES
   Fuerza imágenes mediante /media.php cuando /wp-content no pinta en web.
   ========================================================= */

.home-hero,
.hero,
.hero-section,
.main-hero,
.site-hero,
.front-hero,
.internal-hero,
.project-detail-hero,
.calculator-hero{
  background-image:
    linear-gradient(rgba(0,0,0,.43), rgba(0,0,0,.43)),
    url('/media.php?src=%2Fwp-content%2Fuploads%2F2025%2F10%2Freformas-interiorismo-designio-studio-rubi-hero.jpg')!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  background-color:#8b806d!important;
}

img[src^="/media.php?src="]{
  display:inline-block;
  max-width:100%;
  height:auto;
}

.designio-logo-img{
  display:block!important;
  width:auto!important;
  max-width:220px!important;
  height:auto!important;
  object-fit:contain!important;
}


/* =========================================================
   BLOQUE88_LOGO_PSD_REAL
   Integra el logo real exportado desde PSD y lo centra con el menú.
   ========================================================= */

.site-header .main-nav{
  max-width:1240px!important;
  margin:0 auto!important;
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;
  align-items:center!important;
  column-gap:36px!important;
}

.site-header .nav-side{
  display:flex!important;
  align-items:center!important;
  gap:clamp(18px, 2.1vw, 34px)!important;
  min-width:0!important;
}

.site-header .nav-left{
  justify-content:flex-end!important;
}

.site-header .nav-right{
  justify-content:flex-start!important;
}

.site-header .brand,
.mobile-header-logo,
.footer-brand a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.site-header .brand{
  margin:0 auto!important;
  padding:0 10px!important;
  text-align:center!important;
  line-height:0!important;
}

.site-header .brand .designio-logo-img{
  display:block!important;
  width:min(320px, 23vw)!important;
  max-width:320px!important;
  min-width:220px!important;
  height:auto!important;
  object-fit:contain!important;
  filter:drop-shadow(0 4px 12px rgba(0,0,0,.22))!important;
}

.mobile-header-logo .designio-logo-img{
  display:block!important;
  width:min(220px, 48vw)!important;
  max-width:220px!important;
  min-width:140px!important;
  height:auto!important;
  object-fit:contain!important;
  filter:drop-shadow(0 4px 12px rgba(0,0,0,.22))!important;
}

.footer-brand .designio-logo-img{
  display:block!important;
  width:min(290px, 100%)!important;
  max-width:290px!important;
  height:auto!important;
  object-fit:contain!important;
  filter:drop-shadow(0 4px 12px rgba(0,0,0,.20))!important;
  margin:0 auto 26px!important;
}

@media(max-width:1180px){
  .site-header .main-nav{
    column-gap:24px!important;
  }

  .site-header .brand .designio-logo-img{
    width:min(280px, 24vw)!important;
    max-width:280px!important;
    min-width:190px!important;
  }
}

@media(max-width:900px){
  .mobile-header-fixed{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .mobile-header-logo{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%, -50%)!important;
    margin:0!important;
    padding:0!important;
    width:auto!important;
    max-width:50vw!important;
    z-index:10002!important;
  }

  .site-header .brand .designio-logo-img{
    width:min(220px, 48vw)!important;
    max-width:220px!important;
    min-width:140px!important;
  }

  .footer-brand .designio-logo-img{
    width:min(250px, 88vw)!important;
    max-width:250px!important;
  }
}


/* =========================================================
   BLOQUE89_LOGO_BLANCO_CENTRADO
   Usa el nuevo logo blanco transparente y mantiene centrado
   el bloque marca con el menú, como en el test validado.
   ========================================================= */

.site-header .main-nav{
  max-width:1280px!important;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;
  column-gap:40px!important;
}

.site-header .brand{
  align-self:center!important;
  justify-self:center!important;
  min-width:0!important;
}

.site-header .brand .designio-logo-img{
  width:min(560px, 32vw)!important;
  max-width:560px!important;
  min-width:260px!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  display:block!important;
  margin:0 auto!important;
  filter:drop-shadow(0 3px 10px rgba(0,0,0,.18))!important;
}

.footer-brand .designio-logo-img{
  width:min(420px, 92vw)!important;
  max-width:420px!important;
  height:auto!important;
  object-fit:contain!important;
  display:block!important;
  margin:0 auto 26px!important;
  filter:drop-shadow(0 3px 10px rgba(0,0,0,.18))!important;
}

.mobile-header-logo .designio-logo-img{
  width:min(260px, 58vw)!important;
  max-width:260px!important;
  min-width:160px!important;
  height:auto!important;
  object-fit:contain!important;
}

@media(max-width:1180px){
  .site-header .main-nav{
    column-gap:28px!important;
  }

  .site-header .brand .designio-logo-img{
    width:min(470px, 30vw)!important;
    max-width:470px!important;
    min-width:220px!important;
  }
}

@media(max-width:900px){
  .site-header .brand .designio-logo-img,
  .mobile-header-logo .designio-logo-img{
    width:min(240px, 60vw)!important;
    max-width:240px!important;
    min-width:150px!important;
  }

  .footer-brand .designio-logo-img{
    width:min(280px, 85vw)!important;
    max-width:280px!important;
  }
}


/* =========================================================
   BLOQUE90_HEADER_LOGO_CENTRADO_TEST
   Ajuste definitivo del header:
   - Logo centrado como en el test.
   - Menú izquierdo y derecho alineados verticalmente con el logo.
   - Resetea transform/padding heredados de bloques antiguos.
   ========================================================= */

@media(min-width:901px){
  .site-header{
    position:absolute!important;
    top:0!important;
    left:0!important;
    right:0!important;
    z-index:100!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    height:auto!important;
    min-height:0!important;
  }

  .site-header .main-nav{
    width:min(1500px, calc(100% - 56px))!important;
    max-width:1500px!important;
    margin:0 auto!important;
    padding:24px 0 0!important;
    min-height:168px!important;
    display:grid!important;
    grid-template-columns:minmax(0, 1fr) minmax(360px, 560px) minmax(0, 1fr)!important;
    column-gap:34px!important;
    row-gap:0!important;
    align-items:center!important;
    justify-items:stretch!important;
  }

  .site-header .nav-side{
    display:flex!important;
    align-items:center!important;
    align-self:center!important;
    gap:clamp(22px, 2.1vw, 38px)!important;
    padding-top:0!important;
    margin-top:0!important;
    transform:none!important;
    min-width:0!important;
    height:auto!important;
  }

  .site-header .nav-left{
    justify-content:flex-end!important;
    text-align:right!important;
  }

  .site-header .nav-right{
    justify-content:flex-start!important;
    text-align:left!important;
  }

  .site-header .main-nav .nav-side a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:32px!important;
    padding:0!important;
    margin:0!important;
    white-space:nowrap!important;
    line-height:1!important;
    font-size:clamp(17px, 1.2vw, 22px)!important;
    font-weight:600!important;
  }

  .site-header .brand{
    grid-column:2!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    justify-self:center!important;
    align-self:center!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    line-height:0!important;
    text-align:center!important;
    transform:none!important;
  }

  .site-header .brand .designio-logo-img{
    display:block!important;
    width:min(540px, 31vw)!important;
    max-width:540px!important;
    min-width:350px!important;
    height:auto!important;
    max-height:150px!important;
    object-fit:contain!important;
    margin:0 auto!important;
    padding:0!important;
    filter:drop-shadow(0 3px 10px rgba(0,0,0,.18))!important;
  }

  .home-hero,
  .hero{
    padding-top:220px!important;
  }

  .internal-hero,
  .project-detail-hero,
  .calculator-hero{
    padding-top:210px!important;
  }
}

@media(min-width:901px) and (max-width:1180px){
  .site-header .main-nav{
    width:min(1180px, calc(100% - 44px))!important;
    grid-template-columns:minmax(0, 1fr) minmax(280px, 410px) minmax(0, 1fr)!important;
    column-gap:22px!important;
    min-height:140px!important;
    padding-top:20px!important;
  }

  .site-header .brand .designio-logo-img{
    width:min(410px, 32vw)!important;
    max-width:410px!important;
    min-width:280px!important;
    max-height:125px!important;
  }

  .site-header .main-nav .nav-side a{
    font-size:clamp(16px, 1.3vw, 19px)!important;
  }
}

@media(max-width:900px){
  .mobile-header-fixed{
    min-height:86px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .mobile-header-logo{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%, -50%)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    max-width:62vw!important;
    margin:0!important;
    padding:0!important;
  }

  .mobile-header-logo .designio-logo-img{
    width:min(270px, 62vw)!important;
    max-width:270px!important;
    min-width:170px!important;
    height:auto!important;
    max-height:72px!important;
    object-fit:contain!important;
    margin:0 auto!important;
  }
}

.footer-brand .designio-logo-img{
  width:min(420px, 92vw)!important;
  max-width:420px!important;
  height:auto!important;
  object-fit:contain!important;
  display:block!important;
  margin:0 auto 26px!important;
}


/* =========================================================
   BLOQUE91_TRUSTINDEX_REVIEWS_EMBED
   Sustituye el plugin WP roto por un contenedor Trustindex embed.
   ========================================================= */

.designio-reviews-section{
  background:#f8f6f1;
  padding:90px 20px;
  overflow:hidden;
}

.reviews-container{
  width:min(1180px, 100%);
  margin:0 auto;
}

.reviews-heading{
  text-align:center;
  max-width:760px;
  margin:0 auto 46px;
}

.reviews-heading .section-kicker{
  margin:0 0 10px;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:13px;
  color:#7c715f;
}

.reviews-heading h2{
  margin:0 0 10px;
  font-size:clamp(34px, 4vw, 54px);
  line-height:1.08;
  font-weight:400;
  color:#111;
}

.reviews-heading p{
  margin:0;
  font-size:clamp(18px, 2vw, 28px);
  line-height:1.35;
  color:#111;
}

.trustindex-widget-wrap{
  width:100%;
  min-height:160px;
}

.trustindex-widget-wrap iframe,
.trustindex-widget-wrap .ti-widget,
.trustindex-widget-wrap [class*="ti-widget"]{
  max-width:100%!important;
}

.reviews-widget-placeholder{
  display:grid;
  gap:18px;
  max-width:760px;
  margin:0 auto;
}

.reviews-placeholder-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.12);
  box-shadow:0 18px 60px rgba(0,0,0,.08);
  padding:34px;
  text-align:center;
}

.reviews-stars{
  color:#8b6b3e;
  font-size:30px;
  letter-spacing:.08em;
  margin-bottom:14px;
}

.reviews-placeholder-card h3{
  margin:0 0 12px;
  font-size:28px;
  line-height:1.2;
}

.reviews-placeholder-card p{
  margin:0 auto 24px;
  max-width:560px;
  color:#555;
  font-size:17px;
  line-height:1.55;
}

.reviews-placeholder-help{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  padding:14px 18px;
  background:#e8e1ce;
  border:1px solid rgba(0,0,0,.08);
  text-align:center;
  color:#111;
  font-size:14px;
}

.reviews-placeholder-help code{
  background:rgba(255,255,255,.75);
  padding:2px 5px;
  border-radius:4px;
}

@media(max-width:768px){
  .designio-reviews-section{
    padding:64px 16px;
  }

  .reviews-placeholder-card{
    padding:26px 18px;
  }
}


/* =========================================================
   BLOQUE92_TRUSTINDEX_EMBED_ACTIVO
   Ajuste visual para el widget Trustindex ya integrado.
   ========================================================= */

.trustindex-widget-wrap{
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto!important;
  min-height:180px!important;
  background:transparent!important;
  overflow:visible!important;
}

.trustindex-widget-wrap iframe{
  max-width:100%!important;
  margin:0 auto!important;
}

.trustindex-widget-wrap .ti-widget,
.trustindex-widget-wrap [class*="ti-widget"],
.trustindex-widget-wrap [class*="trustindex"]{
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
}


/* =========================================================
   BLOQUE93_FOOTER_LOGO_AJUSTADO
   Reduce el logo del footer para que no invada la columna
   de proyectos y quede equilibrado visualmente.
   ========================================================= */

.site-footer .footer-brand,
footer .footer-brand{
  max-width:430px!important;
  width:100%!important;
}

.site-footer .footer-brand .designio-logo-img,
footer .footer-brand .designio-logo-img,
.site-footer .footer-logo img,
footer .footer-logo img{
  width:min(330px, 100%)!important;
  max-width:330px!important;
  min-width:0!important;
  height:auto!important;
  display:block!important;
  object-fit:contain!important;
  margin:0 auto 22px!important;
}

.site-footer .footer-brand p,
footer .footer-brand p{
  max-width:360px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

@media(max-width:900px){
  .site-footer .footer-brand .designio-logo-img,
  footer .footer-brand .designio-logo-img,
  .site-footer .footer-logo img,
  footer .footer-logo img{
    width:min(280px, 82vw)!important;
    max-width:280px!important;
  }
}

@media(max-width:520px){
  .site-footer .footer-brand .designio-logo-img,
  footer .footer-brand .designio-logo-img,
  .site-footer .footer-logo img,
  footer .footer-logo img{
    width:min(240px, 78vw)!important;
    max-width:240px!important;
  }
}


/* =========================================================
   BLOQUE94_BOTONES_ELEGANTES
   Sistema visual global para botones y CTAs.
   Mantiene estética Designio: elegante, cálida, sobria.
   ========================================================= */

:root{
  --designio-btn-dark:#2f2a24;
  --designio-btn-brown:#7a4b36;
  --designio-btn-brown-soft:#8b5b45;
  --designio-btn-beige:#efe8d6;
  --designio-btn-cream:#fbf8ef;
  --designio-btn-border:rgba(47,42,36,.24);
  --designio-btn-shadow:0 14px 34px rgba(47,42,36,.16);
  --designio-btn-shadow-hover:0 18px 44px rgba(47,42,36,.23);
}

a.btn,
.btn,
button,
input[type="submit"],
input[type="button"],
.button,
.button-primary,
.cta-button,
.hero-cta,
.contact-cta,
.calculator-form button,
.calculator-card button,
.budget-calculator button,
.form-actions button,
.project-nav a,
.project-navigation a,
.pagination a,
.wp-block-button__link{
  appearance:none;
  -webkit-appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55rem;
  min-height:48px;
  padding:14px 28px;
  border:1px solid var(--designio-btn-border);
  border-radius:0;
  background:rgba(251,248,239,.94);
  color:#16130f;
  font-family:inherit;
  font-size:clamp(16px, 1.05vw, 19px);
  font-weight:500;
  line-height:1.15;
  letter-spacing:.01em;
  text-decoration:none!important;
  text-align:center;
  cursor:pointer;
  box-shadow:0 8px 22px rgba(47,42,36,.08);
  position:relative;
  overflow:hidden;
  isolation:isolate;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease, color .22s ease;
}

a.btn::before,
.btn::before,
button::before,
input[type="submit"]::before,
input[type="button"]::before,
.button::before,
.button-primary::before,
.cta-button::before,
.hero-cta::before,
.contact-cta::before,
.calculator-form button::before,
.calculator-card button::before,
.budget-calculator button::before,
.form-actions button::before,
.project-nav a::before,
.project-navigation a::before,
.pagination a::before,
.wp-block-button__link::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(255,255,255,.32), rgba(255,255,255,0) 54%);
  opacity:.75;
  z-index:-1;
  pointer-events:none;
}

a.btn::after,
.btn::after,
button::after,
input[type="submit"]::after,
input[type="button"]::after,
.button::after,
.button-primary::after,
.cta-button::after,
.hero-cta::after,
.contact-cta::after,
.calculator-form button::after,
.calculator-card button::after,
.budget-calculator button::after,
.form-actions button::after,
.project-nav a::after,
.project-navigation a::after,
.pagination a::after,
.wp-block-button__link::after{
  content:"";
  width:18px;
  height:1px;
  background:currentColor;
  opacity:.65;
  transform:scaleX(.75);
  transform-origin:left center;
  transition:transform .22s ease, opacity .22s ease;
}

a.btn:hover,
.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.button:hover,
.button-primary:hover,
.cta-button:hover,
.hero-cta:hover,
.contact-cta:hover,
.calculator-form button:hover,
.calculator-card button:hover,
.budget-calculator button:hover,
.form-actions button:hover,
.project-nav a:hover,
.project-navigation a:hover,
.pagination a:hover,
.wp-block-button__link:hover{
  transform:translateY(-2px);
  box-shadow:var(--designio-btn-shadow-hover);
  border-color:rgba(122,75,54,.55);
  background:#fff;
  color:#111;
}

a.btn:hover::after,
.btn:hover::after,
button:hover::after,
input[type="submit"]:hover::after,
input[type="button"]:hover::after,
.button:hover::after,
.button-primary:hover::after,
.cta-button:hover::after,
.hero-cta:hover::after,
.contact-cta:hover::after,
.calculator-form button:hover::after,
.calculator-card button:hover::after,
.budget-calculator button:hover::after,
.form-actions button:hover::after,
.project-nav a:hover::after,
.project-navigation a:hover::after,
.pagination a:hover::after,
.wp-block-button__link:hover::after{
  transform:scaleX(1.25);
  opacity:.9;
}

a.btn:active,
.btn:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
.button:active,
.button-primary:active,
.cta-button:active,
.hero-cta:active,
.contact-cta:active,
.calculator-form button:active,
.calculator-card button:active,
.budget-calculator button:active,
.form-actions button:active,
.project-nav a:active,
.project-navigation a:active,
.pagination a:active,
.wp-block-button__link:active{
  transform:translateY(0);
  box-shadow:0 8px 18px rgba(47,42,36,.12);
}

a.btn:focus-visible,
.btn:focus-visible,
button:focus-visible,
input[type="submit"]:focus-visible,
input[type="button"]:focus-visible,
.button:focus-visible,
.button-primary:focus-visible,
.cta-button:focus-visible,
.hero-cta:focus-visible,
.contact-cta:focus-visible,
.calculator-form button:focus-visible,
.calculator-card button:focus-visible,
.budget-calculator button:focus-visible,
.form-actions button:focus-visible,
.project-nav a:focus-visible,
.project-navigation a:focus-visible,
.pagination a:focus-visible,
.wp-block-button__link:focus-visible{
  outline:2px solid rgba(122,75,54,.55);
  outline-offset:4px;
}

.btn-primary,
.button-primary,
.hero-cta,
.contact-cta,
.hero .btn,
.home-hero .btn,
.home-hero a[href*="contacto"],
.hero a[href*="contacto"],
form button[type="submit"],
form input[type="submit"],
.calculator-form button[type="submit"],
.budget-calculator button[type="submit"]{
  background:linear-gradient(135deg, var(--designio-btn-brown), #5f3d2f);
  border-color:rgba(255,255,255,.28);
  color:#fff!important;
  box-shadow:0 16px 38px rgba(49,31,23,.26);
}

.btn-primary:hover,
.button-primary:hover,
.hero-cta:hover,
.contact-cta:hover,
.hero .btn:hover,
.home-hero .btn:hover,
.home-hero a[href*="contacto"]:hover,
.hero a[href*="contacto"]:hover,
form button[type="submit"]:hover,
form input[type="submit"]:hover,
.calculator-form button[type="submit"]:hover,
.budget-calculator button[type="submit"]:hover{
  background:linear-gradient(135deg, #8b5b45, #6c4636);
  color:#fff!important;
  border-color:rgba(255,255,255,.42);
}

.home-hero a,
.hero a,
.internal-hero a,
.project-detail-hero a,
.calculator-hero a{
  border-color:rgba(255,255,255,.42);
  box-shadow:0 18px 46px rgba(0,0,0,.20);
}

.btn-secondary,
.secondary-button,
a[href*="wa.me"],
a[href*="whatsapp" i],
.whatsapp-button,
.calculator-whatsapp,
.project-card a,
.service-card a{
  background:rgba(255,255,255,.88);
  color:#2f2a24!important;
  border-color:rgba(122,75,54,.30);
}

a[href*="wa.me"]:hover,
a[href*="whatsapp" i]:hover,
.whatsapp-button:hover,
.calculator-whatsapp:hover{
  background:#f6efe0;
  border-color:rgba(122,75,54,.50);
  color:#1d1812!important;
}

.project-nav,
.project-navigation{
  gap:16px;
}

.project-nav a,
.project-navigation a{
  min-width:180px;
  background:transparent;
  border-color:rgba(47,42,36,.22);
}

.project-nav a:hover,
.project-navigation a:hover{
  background:#fff;
}

.calculator-section .btn,
.calculator-section button,
.designio-reviews-section .btn,
.contact-section .btn,
.contact-section button,
.services-section .btn,
.projects-section .btn{
  box-shadow:0 12px 30px rgba(47,42,36,.10);
}

.whatsapp-float::before,
.whatsapp-float::after,
.floating-whatsapp::before,
.floating-whatsapp::after,
.back-to-top::before,
.back-to-top::after,
.scroll-top::before,
.scroll-top::after,
.social-link::before,
.social-link::after,
.footer-social a::before,
.footer-social a::after,
.mobile-header-toggle::before,
.mobile-header-toggle::after,
.carousel-control::before,
.carousel-control::after,
.swiper-button-next::before,
.swiper-button-next::after,
.swiper-button-prev::before,
.swiper-button-prev::after{
  content:none!important;
}

.whatsapp-float,
.floating-whatsapp,
.back-to-top,
.scroll-top,
.social-link,
.footer-social a,
.carousel-control,
.swiper-button-next,
.swiper-button-prev{
  border-radius:999px!important;
  min-height:auto;
  padding:0;
}

form button,
form input[type="submit"]{
  width:auto;
  min-width:220px;
}

@media(max-width:768px){
  a.btn,
  .btn,
  button,
  input[type="submit"],
  input[type="button"],
  .button,
  .button-primary,
  .cta-button,
  .hero-cta,
  .contact-cta,
  .calculator-form button,
  .calculator-card button,
  .budget-calculator button,
  .form-actions button,
  .project-nav a,
  .project-navigation a,
  .pagination a,
  .wp-block-button__link{
    width:100%;
    min-height:50px;
    padding:14px 22px;
    font-size:17px;
  }

  .project-nav,
  .project-navigation,
  .form-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .whatsapp-float,
  .floating-whatsapp,
  .back-to-top,
  .scroll-top,
  .social-link,
  .footer-social a{
    width:auto;
  }
}


/* =========================================================
   BLOQUE95_PRESUPUESTADOR_BOTONES
   Corrige botones con texto invisible y añade consistencia
   visual para CTAs, formularios y hero.
   ========================================================= */

:root{
  --designio-btn-dark:#5b3a2b;
  --designio-btn-dark-hover:#3f291f;
  --designio-btn-light:#ffffff;
  --designio-btn-cream:#f8f6f1;
  --designio-btn-border:#2b211c;
  --designio-btn-text:#111111;
}

.btn,
.button,
button,
input[type="submit"],
input[type="button"],
.hero a[class*="btn"],
.hero .btn,
.home-hero .btn,
.home-hero a[class*="btn"],
.contact-form button,
.contact-form input[type="submit"],
form button,
form input[type="submit"],
.calculator button,
.calculator-form button,
.budget-calculator button,
.project-nav a,
.cta-button,
.cta a,
a.btn,
a.button{
  color:var(--designio-btn-text)!important;
  -webkit-text-fill-color:var(--designio-btn-text)!important;
}

.btn-primary,
.button-primary,
.primary-btn,
button.btn-primary,
input[type="submit"],
form button[type="submit"],
.contact-form button[type="submit"],
.calculator button[type="submit"],
.budget-calculator button[type="submit"],
.whatsapp-budget-btn,
.cta-primary{
  background:linear-gradient(135deg, var(--designio-btn-dark), var(--designio-btn-dark-hover))!important;
  border-color:var(--designio-btn-dark)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  box-shadow:0 18px 42px rgba(63,41,31,.24)!important;
}

.btn-primary *,
.button-primary *,
.primary-btn *,
button.btn-primary *,
input[type="submit"] *,
form button[type="submit"] *,
.contact-form button[type="submit"] *,
.calculator button[type="submit"] *,
.budget-calculator button[type="submit"] *,
.whatsapp-budget-btn *,
.cta-primary *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

.btn-secondary,
.button-secondary,
.secondary-btn,
.hero .btn,
.home-hero .btn,
.hero a.btn,
.home-hero a.btn,
.hero .cta-button,
.home-hero .cta-button,
a[href*="contacto"].btn,
a[href*="calculadora-presupuesto-reforma"].btn{
  background:rgba(255,255,255,.94)!important;
  border:2px solid var(--designio-btn-border)!important;
  color:#111!important;
  -webkit-text-fill-color:#111!important;
  box-shadow:0 18px 44px rgba(0,0,0,.18)!important;
}

.btn-secondary *,
.button-secondary *,
.secondary-btn *,
.hero .btn *,
.home-hero .btn *,
.hero a.btn *,
.home-hero a.btn *,
.hero .cta-button *,
.home-hero .cta-button *,
a[href*="contacto"].btn *,
a[href*="calculadora-presupuesto-reforma"].btn *{
  color:#111!important;
  -webkit-text-fill-color:#111!important;
}

.btn:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
a.btn:hover,
a.button:hover{
  transform:translateY(-2px);
}

.hero .btn:hover,
.home-hero .btn:hover,
.hero a.btn:hover,
.home-hero a.btn:hover,
.hero .cta-button:hover,
.home-hero .cta-button:hover{
  background:#fff!important;
  color:#111!important;
  -webkit-text-fill-color:#111!important;
}

/* No tocar iconos flotantes ni carruseles */
.whatsapp-float,
.whatsapp-float *,
.back-to-top,
.back-to-top *,
.carousel-button,
.carousel-button *,
.swiper-button-next,
.swiper-button-prev{
  -webkit-text-fill-color:initial!important;
}

/* Menú con más enlaces: ajuste suave para que Presupuestador encaje */
@media(min-width:901px){
  .site-header .main-nav{
    grid-template-columns:minmax(0, 1.15fr) minmax(320px, 520px) minmax(0, 1fr)!important;
    column-gap:26px!important;
  }

  .site-header .nav-side{
    gap:clamp(16px, 1.55vw, 28px)!important;
  }

  .site-header .main-nav .nav-side a{
    font-size:clamp(15px, 1.05vw, 20px)!important;
  }
}

@media(min-width:901px) and (max-width:1220px){
  .site-header .main-nav{
    grid-template-columns:minmax(0, 1.25fr) minmax(260px, 410px) minmax(0, 1fr)!important;
    column-gap:18px!important;
  }

  .site-header .nav-side{
    gap:14px!important;
  }

  .site-header .main-nav .nav-side a{
    font-size:15px!important;
  }
}

/* =========================================================
   BLOQUE97_COCINA_SIN_OBRA
   Landing y bloques para renovar cocina sin obra.
   ========================================================= */

.no-work-kitchen-hero .hero-content{max-width:920px;}
.no-work-kitchen-hero h1{max-width:900px;margin-left:auto;margin-right:auto;}
.no-work-kitchen-intro .feature-card,.no-work-kitchen-card{background:#e8e1ce;border:1px solid rgba(0,0,0,.10);padding:34px;box-shadow:0 18px 60px rgba(0,0,0,.08);}
.no-work-kitchen-card h3,.featured-service-card h3{margin-top:0;}
.no-work-kitchen-card ul,.home-no-work-kitchen-card ul{margin:18px 0 0;padding-left:20px;line-height:1.8;}
.beige-section,.home-no-work-kitchen-section,.services-no-work-section{background:#e8e1ce;}
.home-no-work-kitchen-section{padding:90px 20px;}
.home-no-work-kitchen{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:42px;align-items:center;}
.home-no-work-kitchen-copy h2{font-size:clamp(36px,4.8vw,68px);line-height:1.05;margin:0 0 20px;font-weight:400;}
.home-no-work-kitchen-copy p{max-width:680px;font-size:clamp(17px,1.5vw,22px);line-height:1.55;margin:0 0 28px;}
.home-no-work-kitchen-card{background:#fff;border:1px solid rgba(0,0,0,.12);padding:34px;box-shadow:0 18px 60px rgba(0,0,0,.09);}
.home-no-work-kitchen-card h3{font-size:28px;line-height:1.2;margin:0 0 14px;}
.no-work-grid .service-card,.services-no-work-section .service-card{background:#fff;}
.comparison-table-wrap{overflow-x:auto;background:#fff;border:1px solid rgba(0,0,0,.12);box-shadow:0 18px 60px rgba(0,0,0,.06);}
.comparison-table{width:100%;border-collapse:collapse;min-width:680px;}
.comparison-table th,.comparison-table td{padding:22px 24px;border-bottom:1px solid rgba(0,0,0,.10);text-align:left;vertical-align:top;}
.comparison-table th{background:#e8e1ce;font-size:20px;}
.comparison-table tr:last-child td{border-bottom:0;}
.process-list{display:grid;gap:16px;}
.process-list div{display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:start;background:#fff;border:1px solid rgba(0,0,0,.10);padding:20px;}
.process-list span{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#5b3a2b;color:#fff;font-weight:700;border-radius:50%;}
.process-list p{margin:0;line-height:1.55;}
.no-work-kitchen-cta{background:#303030;color:#fff;text-align:center;}
.no-work-kitchen-cta .section-kicker,.no-work-kitchen-cta h2,.no-work-kitchen-cta p{color:#fff;}
.no-work-kitchen-cta p{max-width:780px;margin-left:auto;margin-right:auto;}
.cta-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:28px;}
@media(max-width:900px){.home-no-work-kitchen{grid-template-columns:1fr}.home-no-work-kitchen-section{padding:64px 16px}.no-work-kitchen-card,.home-no-work-kitchen-card,.no-work-kitchen-intro .feature-card{padding:26px 20px}.process-list div{grid-template-columns:48px 1fr;padding:18px}.comparison-table{min-width:560px}}


/* =========================================================
   BLOQUE98_COCINA_SIN_OBRA_REDESIGN
   Rediseño visual de la landing para integrarla con la web.
   ========================================================= */

.no-work-kitchen-hero{
  --internal-hero-img:url('/media.php?src=%2Fwp-content%2Fuploads%2F2024%2F04%2FFotoHero.jpg');
}

.no-work-kitchen-showcase{
  padding-top:76px!important;
  padding-bottom:38px!important;
}

.no-work-kitchen-showcase-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr)!important;
  gap:42px!important;
  align-items:stretch!important;
}

.showcase-copy{
  padding:20px 0!important;
}

.showcase-copy h2{
  max-width:960px!important;
  margin:0 0 28px!important;
  font-size:clamp(38px,4.2vw,66px)!important;
  line-height:1.08!important;
  font-weight:400!important;
}

.showcase-copy p{
  max-width:860px!important;
  font-size:clamp(18px,1.45vw,23px)!important;
  line-height:1.55!important;
  color:#171717!important;
}

.showcase-panel{
  position:relative!important;
}

.showcase-panel-inner{
  position:relative!important;
  height:100%!important;
  padding:40px 34px 36px!important;
  background:linear-gradient(180deg, rgba(232,225,206,.96), rgba(232,225,206,.96)), url('/media.php?src=%2Fwp-content%2Fuploads%2F2024%2F04%2Fmonti.jpg') center center/cover no-repeat!important;
  border:1px solid rgba(24,24,24,.09)!important;
  box-shadow:0 24px 60px rgba(0,0,0,.08)!important;
  overflow:hidden!important;
}

.showcase-panel-inner:before{
  content:''!important;
  position:absolute!important;
  inset:0 auto 0 0!important;
  width:8px!important;
  background:#8a5b3b!important;
}

.panel-tag{
  display:inline-flex!important;
  align-items:center!important;
  min-height:34px!important;
  padding:0 14px!important;
  margin:0 0 18px!important;
  border:1px solid rgba(0,0,0,.12)!important;
  background:#fff!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:600!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  color:#5b3a2b!important;
}

.showcase-panel h3{
  margin:0 0 18px!important;
  font-size:31px!important;
  line-height:1.18!important;
}

.showcase-panel ul{
  margin:0 0 24px!important;
  padding:0!important;
  list-style:none!important;
}

.showcase-panel li{
  position:relative!important;
  margin:0 0 14px!important;
  padding-left:28px!important;
  font-size:18px!important;
  line-height:1.45!important;
}

.showcase-panel li:before{
  content:'+'!important;
  position:absolute!important;
  left:0!important;
  top:0!important;
  color:#8a5b3b!important;
  font-weight:700!important;
}

.no-work-kitchen-benefits-wrap{
  padding-top:34px!important;
  padding-bottom:96px!important;
}

.section-heading-compact{
  margin-bottom:28px!important;
}

.no-work-kitchen-benefits{
  display:grid!important;
  grid-template-columns:repeat(4, minmax(0,1fr))!important;
  gap:24px!important;
}

.benefit-card{
  padding:30px 26px!important;
  border:1px solid rgba(0,0,0,.09)!important;
  background:#fff!important;
  box-shadow:0 18px 46px rgba(0,0,0,.05)!important;
}

.benefit-number,
.element-card-index,
.choice-label{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:auto!important;
}

.benefit-number{
  width:52px!important;
  height:52px!important;
  border-radius:50%!important;
  background:#5b3a2b!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:700!important;
  letter-spacing:.04em!important;
  margin:0 0 18px!important;
}

.benefit-card h3{
  margin:0 0 12px!important;
  font-size:24px!important;
  line-height:1.18!important;
}

.benefit-card p{
  margin:0!important;
  font-size:17px!important;
  line-height:1.55!important;
}

.no-work-kitchen-elements-section{
  position:relative!important;
  overflow:hidden!important;
}

.no-work-kitchen-elements-section:before{
  content:''!important;
  position:absolute!important;
  right:-140px!important;
  top:80px!important;
  width:340px!important;
  height:340px!important;
  border:1px solid rgba(138,91,59,.16)!important;
  border-radius:50%!important;
}

.no-work-elements-grid{
  position:relative!important;
  display:grid!important;
  grid-template-columns:repeat(3, minmax(0,1fr))!important;
  gap:24px!important;
  z-index:1!important;
}

.element-card{
  position:relative!important;
  padding:32px 28px 28px!important;
  background:#fff!important;
  border:1px solid rgba(0,0,0,.09)!important;
  box-shadow:0 18px 48px rgba(0,0,0,.05)!important;
  transition:transform .25s ease, box-shadow .25s ease!important;
}

.element-card:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 24px 56px rgba(0,0,0,.09)!important;
}

.element-card-index{
  min-width:60px!important;
  height:34px!important;
  padding:0 14px!important;
  border:1px solid rgba(138,91,59,.2)!important;
  background:#f7f3e8!important;
  color:#8a5b3b!important;
  font-size:13px!important;
  font-weight:700!important;
  letter-spacing:.08em!important;
  margin:0 0 18px!important;
}

.element-card h3{
  margin:0 0 12px!important;
  font-size:24px!important;
  line-height:1.2!important;
}

.element-card p{
  margin:0!important;
  font-size:17px!important;
  line-height:1.55!important;
}

.no-work-choice-section{
  padding-top:96px!important;
  padding-bottom:96px!important;
}

.choice-cards-grid{
  display:grid!important;
  grid-template-columns:repeat(2, minmax(0,1fr))!important;
  gap:28px!important;
}

.choice-card{
  padding:38px 34px!important;
  background:#fff!important;
  border:1px solid rgba(0,0,0,.10)!important;
  box-shadow:0 20px 54px rgba(0,0,0,.05)!important;
}

.choice-card.is-featured{
  background:linear-gradient(180deg, #2f2f2f, #3f3b35)!important;
  color:#fff!important;
}

.choice-label{
  min-height:34px!important;
  padding:0 14px!important;
  border:1px solid rgba(0,0,0,.12)!important;
  background:#f7f3e8!important;
  color:#8a5b3b!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:700!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  margin:0 0 18px!important;
}

.choice-card.is-featured .choice-label{
  background:rgba(255,255,255,.1)!important;
  border-color:rgba(255,255,255,.18)!important;
  color:#fff!important;
}

.choice-card h3{
  margin:0 0 20px!important;
  font-size:31px!important;
  line-height:1.18!important;
}

.choice-card ul{
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}

.choice-card li{
  position:relative!important;
  margin:0 0 15px!important;
  padding-left:28px!important;
  font-size:18px!important;
  line-height:1.45!important;
}

.choice-card li:before{
  content:'•'!important;
  position:absolute!important;
  left:7px!important;
  top:0!important;
  color:#8a5b3b!important;
  font-size:22px!important;
  line-height:1!important;
}

.choice-card.is-featured li:before{
  color:#fff!important;
}

.no-work-process-section{
  position:relative!important;
}

.no-work-process-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(360px,.92fr)!important;
  gap:34px!important;
  align-items:stretch!important;
}

.process-visual-panel{
  position:relative!important;
  min-height:620px!important;
  overflow:hidden!important;
  box-shadow:0 24px 60px rgba(0,0,0,.10)!important;
}

.process-visual-image{
  position:absolute!important;
  inset:0!important;
  background:
    linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.34)),
    url('/media.php?src=%2Fwp-content%2Fuploads%2F2024%2F04%2Finteriorismo-designio-studio-rubi-showroom.jpg') center center/cover no-repeat!important;
}

.process-visual-overlay{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  min-height:620px!important;
  padding:40px 36px!important;
  color:#fff!important;
}

.process-visual-overlay .section-kicker,
.process-visual-overlay h2,
.process-visual-overlay p{
  color:#fff!important;
}

.process-visual-overlay h2{
  max-width:620px!important;
  margin:0 0 16px!important;
  font-size:clamp(34px,3.2vw,54px)!important;
  line-height:1.1!important;
  font-weight:400!important;
}

.process-visual-overlay p{
  max-width:580px!important;
  margin:0!important;
  font-size:18px!important;
  line-height:1.55!important;
}

.process-steps-card{
  display:flex!important;
  align-items:center!important;
}

.process-steps-card .process-list{
  width:100%!important;
  gap:16px!important;
}

.process-steps-card .process-list div{
  background:#fff!important;
  border:1px solid rgba(0,0,0,.08)!important;
  box-shadow:0 14px 36px rgba(0,0,0,.05)!important;
}

.no-work-kitchen-cta{
  background:
    linear-gradient(180deg, rgba(31,31,31,.92), rgba(52,52,52,.92)),
    url('/media.php?src=%2Fwp-content%2Fuploads%2F2024%2F04%2Fproyecto-anduan-cocina-madera-designio.jpg') center center/cover no-repeat!important;
}

.no-work-kitchen-cta .btn.btn-secondary{
  background:transparent!important;
  color:#fff!important;
  border-color:#fff!important;
}

.no-work-kitchen-cta .btn.btn-secondary:hover{
  background:#fff!important;
  color:#111!important;
}

@media(max-width:1180px){
  .no-work-kitchen-benefits{
    grid-template-columns:repeat(2, minmax(0,1fr))!important;
  }

  .no-work-elements-grid{
    grid-template-columns:repeat(2, minmax(0,1fr))!important;
  }
}

@media(max-width:980px){
  .no-work-kitchen-showcase-grid,
  .no-work-process-grid,
  .choice-cards-grid{
    grid-template-columns:1fr!important;
  }

  .showcase-copy{
    padding:0!important;
  }

  .process-visual-panel,
  .process-visual-overlay{
    min-height:460px!important;
  }
}

@media(max-width:760px){
  .no-work-kitchen-showcase{
    padding-top:56px!important;
    padding-bottom:22px!important;
  }

  .showcase-copy h2,
  .section-heading h2{
    font-size:clamp(32px,9vw,44px)!important;
  }

  .showcase-panel-inner,
  .choice-card,
  .benefit-card,
  .element-card{
    padding:26px 22px!important;
  }

  .no-work-kitchen-benefits,
  .no-work-elements-grid{
    grid-template-columns:1fr!important;
  }

  .choice-card h3,
  .showcase-panel h3{
    font-size:26px!important;
  }

  .process-visual-overlay{
    padding:28px 24px!important;
  }

  .process-visual-overlay h2{
    font-size:clamp(28px,8vw,38px)!important;
  }
}

/* =========================================================
   BLOQUE99_HOME_COCINA_SIN_OBRA_MID_HERO
   Mueve y rediseña el bloque de cocina sin obra en home.
   Igual la hero de la landing con la hero de la home.
   ========================================================= */

.no-work-kitchen-hero{
  --internal-hero-img:url('/media.php?src=%2Fwp-content%2Fuploads%2F2025%2F10%2Freformas-interiorismo-designio-studio-rubi-hero.jpg')!important;
  background:
    linear-gradient(180deg, rgba(0,0,0,.64), rgba(0,0,0,.42), rgba(232,225,206,.88)),
    url('/media.php?src=%2Fwp-content%2Fuploads%2F2025%2F10%2Freformas-interiorismo-designio-studio-rubi-hero.jpg') center center/cover no-repeat!important;
}

.home-no-work-kitchen-feature{
  position:relative!important;
  padding:0!important;
  margin:0!important;
  background:#f8f6f1!important;
  overflow:hidden!important;
}

.home-no-work-kitchen-feature:before{
  content:''!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:0!important;
  height:42%!important;
  background:#e8e1ce!important;
  z-index:0!important;
}

.home-no-work-kitchen-shell{
  position:relative!important;
  z-index:1!important;
  width:min(1240px, calc(100% - 40px))!important;
  margin:0 auto!important;
  padding:90px 0!important;
  display:grid!important;
  grid-template-columns:minmax(0, .92fr) minmax(0, 1.08fr)!important;
  align-items:stretch!important;
  gap:0!important;
}

.home-no-work-kitchen-image{
  min-height:520px!important;
  background:
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.24)),
    url('/media.php?src=%2Fwp-content%2Fuploads%2F2024%2F04%2Fproyecto-carsad-reforma-cocina-designio.jpg') center center/cover no-repeat!important;
  box-shadow:0 24px 60px rgba(0,0,0,.12)!important;
}

.home-no-work-kitchen-content{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:58px 58px!important;
  background:#303030!important;
  color:#fff!important;
  box-shadow:0 24px 60px rgba(0,0,0,.12)!important;
}

.home-no-work-kitchen-content .section-kicker{
  color:#e8e1ce!important;
}

.home-no-work-kitchen-content h2{
  margin:0 0 22px!important;
  font-size:clamp(36px, 4.5vw, 66px)!important;
  line-height:1.06!important;
  font-weight:400!important;
  color:#fff!important;
}

.home-no-work-kitchen-content p{
  max-width:640px!important;
  margin:0 0 28px!important;
  font-size:clamp(17px, 1.45vw, 22px)!important;
  line-height:1.55!important;
  color:#fff!important;
}

.home-no-work-kitchen-points{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin:0 0 32px!important;
}

.home-no-work-kitchen-points span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:36px!important;
  padding:0 14px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1!important;
  letter-spacing:.02em!important;
}

.home-no-work-kitchen-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:14px!important;
  align-items:center!important;
}

.home-no-work-kitchen-content .btn.btn-secondary{
  background:transparent!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border-color:#fff!important;
}

.home-no-work-kitchen-content .btn.btn-secondary:hover{
  background:#fff!important;
  color:#111!important;
  -webkit-text-fill-color:#111!important;
}

/* Desactiva el diseño antiguo si alguna caché mezcla clases */
.home-no-work-kitchen:not(.home-no-work-kitchen-shell){
  display:initial;
}

@media(max-width:980px){
  .home-no-work-kitchen-shell{
    grid-template-columns:1fr!important;
    padding:68px 0!important;
  }

  .home-no-work-kitchen-image{
    min-height:360px!important;
  }

  .home-no-work-kitchen-content{
    padding:42px 30px!important;
  }
}

@media(max-width:620px){
  .home-no-work-kitchen-shell{
    width:min(100% - 28px, 1240px)!important;
    padding:54px 0!important;
  }

  .home-no-work-kitchen-image{
    min-height:300px!important;
  }

  .home-no-work-kitchen-content{
    padding:34px 22px!important;
  }

  .home-no-work-kitchen-actions .btn{
    width:100%!important;
  }
}


/* =========================================================
   BLOQUE102_FAQ_SEO_COCINA_SIN_OBRA
   FAQ visible + diseño integrado para landing cocina sin obra.
   ========================================================= */

.no-work-faq-section{
  background:#f8f6f1!important;
  padding:96px 20px!important;
}

.no-work-faq-grid{
  display:grid!important;
  grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr)!important;
  gap:56px!important;
  align-items:start!important;
}

.no-work-faq-heading{
  position:sticky!important;
  top:120px!important;
}

.no-work-faq-heading h2{
  margin:0 0 20px!important;
  font-size:clamp(36px, 4.2vw, 62px)!important;
  line-height:1.08!important;
  font-weight:400!important;
}

.no-work-faq-heading p{
  margin:0!important;
  font-size:clamp(17px,1.35vw,21px)!important;
  line-height:1.58!important;
  color:#333!important;
}

.no-work-faq-list{
  display:grid!important;
  gap:14px!important;
}

.no-work-faq-list .faq-item{
  background:#fff!important;
  border:1px solid rgba(0,0,0,.10)!important;
  box-shadow:0 14px 38px rgba(0,0,0,.045)!important;
  overflow:hidden!important;
}

.no-work-faq-list .faq-item summary{
  cursor:pointer!important;
  list-style:none!important;
  position:relative!important;
  padding:24px 64px 24px 26px!important;
  font-size:clamp(18px,1.5vw,23px)!important;
  line-height:1.28!important;
  font-weight:600!important;
  color:#111!important;
}

.no-work-faq-list .faq-item summary::-webkit-details-marker{
  display:none!important;
}

.no-work-faq-list .faq-item summary:after{
  content:'+'!important;
  position:absolute!important;
  right:24px!important;
  top:50%!important;
  width:32px!important;
  height:32px!important;
  transform:translateY(-50%)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#e8e1ce!important;
  color:#5b3a2b!important;
  border-radius:50%!important;
  font-size:22px!important;
  font-weight:400!important;
}

.no-work-faq-list .faq-item[open] summary:after{
  content:'–'!important;
}

.no-work-faq-list .faq-item div{
  padding:0 26px 24px!important;
}

.no-work-faq-list .faq-item p{
  margin:0!important;
  font-size:17px!important;
  line-height:1.62!important;
  color:#444!important;
}

@media(max-width:900px){
  .no-work-faq-section{
    padding:70px 16px!important;
  }

  .no-work-faq-grid{
    grid-template-columns:1fr!important;
    gap:34px!important;
  }

  .no-work-faq-heading{
    position:static!important;
  }

  .no-work-faq-list .faq-item summary{
    padding:22px 58px 22px 20px!important;
  }

  .no-work-faq-list .faq-item div{
    padding:0 20px 22px!important;
  }
}


/* =========================================================
   BLOQUE103_BLOG_COSTE_COCINA_SIN_OBRA
   Artículo SEO + enlaces internos del clúster cocina sin obra.
   ========================================================= */

.article-hero{
  background:
    linear-gradient(180deg, rgba(0,0,0,.62), rgba(0,0,0,.40), rgba(232,225,206,.86)),
    url('/media.php?src=%2Fwp-content%2Fuploads%2F2025%2F10%2Freformas-interiorismo-designio-studio-rubi-hero.jpg') center center/cover no-repeat!important;
}

.article-content-section{
  background:#f8f6f1;
  padding:78px 20px 96px;
}

.article-layout{
  display:grid;
  grid-template-columns:280px minmax(0, 820px);
  gap:58px;
  align-items:start;
  justify-content:center;
}

.article-sidebar{position:sticky;top:120px}

.article-sidebar-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  padding:24px;
  box-shadow:0 14px 38px rgba(0,0,0,.045);
}

.article-sidebar-card a{
  display:block;
  padding:11px 0;
  color:#111;
  text-decoration:none;
  border-bottom:1px solid rgba(0,0,0,.08);
}

.article-sidebar-card a:last-child{border-bottom:0}

.article-content{
  background:#fff;
  border:1px solid rgba(0,0,0,.09);
  padding:54px;
  box-shadow:0 18px 52px rgba(0,0,0,.055);
}

.article-content .article-intro{
  font-size:clamp(20px, 1.8vw, 27px);
  line-height:1.48;
  color:#222;
  margin:0 0 42px;
}

.article-content h2{
  font-size:clamp(31px, 3.1vw, 48px);
  line-height:1.12;
  font-weight:400;
  margin:54px 0 20px;
}

.article-content h3{font-size:24px;line-height:1.22;margin:0 0 12px}
.article-content p,.article-content li{font-size:18px;line-height:1.68;color:#333}
.article-content a{color:#5b3a2b;font-weight:700}

.article-highlight{
  background:#e8e1ce;
  border-left:7px solid #5b3a2b;
  padding:28px;
  margin:38px 0;
}

.article-cards-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:18px;
  margin:34px 0;
}

.article-cards-grid div{
  background:#f8f6f1;
  border:1px solid rgba(0,0,0,.08);
  padding:24px;
}

.article-cta,.related-article-card{background:#303030;color:#fff}
.article-cta{margin-top:58px;padding:40px;text-align:center}

.article-cta .section-kicker,.article-cta h2,.article-cta p,
.related-article-card .section-kicker,.related-article-card h2,.related-article-card p{color:#fff}

.article-cta h2{
  margin:0 0 16px;
  font-size:clamp(32px, 3.6vw, 54px);
  line-height:1.08;
  font-weight:400;
}

.article-cta p{max-width:660px;margin-left:auto;margin-right:auto}

.related-article-section{
  background:#f8f6f1;
  padding:74px 20px;
}

.related-article-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
  padding:42px;
  box-shadow:0 20px 54px rgba(0,0,0,.09);
}

.related-article-card h2{
  margin:0 0 12px;
  font-size:clamp(30px, 3vw, 48px);
  line-height:1.1;
  font-weight:400;
}

.related-article-card p{margin:0;max-width:720px}

.blog-card-category{
  display:inline-block;
  margin-bottom:12px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#8a5b3b;
}

.blog-card-link{display:inline-block;margin-top:16px;font-weight:700}

@media(max-width:980px){
  .article-layout{grid-template-columns:1fr;gap:30px}
  .article-sidebar{position:static}
  .article-sidebar-card{display:none}
  .article-content{padding:34px 24px}
  .article-cards-grid,.related-article-card{grid-template-columns:1fr}
  .related-article-card{padding:32px 24px}
}

@media(max-width:680px){
  .article-content-section{padding:54px 14px 70px}
  .article-content{padding:28px 20px}
  .article-content p,.article-content li{font-size:17px}
  .article-cta{padding:30px 20px}
}


/* =========================================================
   BLOQUE104_SEO_SERVICIOS_COCINA_BANO_REFORMA
   Páginas SEO para cocina, baño y enlazado interno.
   ========================================================= */

.seo-service-hero{
  background:
    linear-gradient(180deg, rgba(0,0,0,.62), rgba(0,0,0,.40), rgba(232,225,206,.86)),
    url('/media.php?src=%2Fwp-content%2Fuploads%2F2025%2F10%2Freformas-interiorismo-designio-studio-rubi-hero.jpg') center center/cover no-repeat!important;
}

.seo-service-intro{background:#f8f6f1;padding:86px 20px}
.seo-service-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:48px;align-items:start}
.seo-service-grid h2{font-size:clamp(36px,4.3vw,66px);line-height:1.08;font-weight:400;margin:0 0 24px}
.seo-service-grid p{font-size:18px;line-height:1.62;color:#333}
.seo-service-panel{background:#303030;color:#fff;padding:38px;box-shadow:0 20px 54px rgba(0,0,0,.10)}
.seo-service-panel h3,.seo-service-panel li{color:#fff}
.seo-service-panel h3{font-size:30px;line-height:1.16;margin:0 0 20px}
.seo-service-panel ul{margin:0 0 28px;padding:0;list-style:none}
.seo-service-panel li{position:relative;padding-left:28px;margin:0 0 14px;font-size:18px;line-height:1.45}
.seo-service-panel li:before{content:'+';position:absolute;left:0;color:#e8e1ce;font-weight:700}

.seo-service-process-section{padding:90px 20px}
.seo-service-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.seo-service-process article{background:#fff;border:1px solid rgba(0,0,0,.09);padding:28px;box-shadow:0 14px 38px rgba(0,0,0,.045)}
.seo-service-process span{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#5b3a2b;color:#fff;font-weight:700;margin-bottom:18px}
.seo-service-process h3{font-size:23px;line-height:1.18;margin:0 0 12px}
.seo-service-process p{margin:0;font-size:16px;line-height:1.55;color:#444}

.seo-service-links-section{background:#fff;padding:86px 20px}
.seo-service-faq-section{background:#f8f6f1!important}

.home-service-links-strip{background:#f8f6f1;padding:0 20px 70px}
.home-service-links-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.home-service-links-grid a{display:block;background:#fff;border:1px solid rgba(0,0,0,.10);padding:24px;text-decoration:none;color:#111;box-shadow:0 12px 34px rgba(0,0,0,.045);transition:transform .25s ease, box-shadow .25s ease}
.home-service-links-grid a:hover{transform:translateY(-3px);box-shadow:0 20px 48px rgba(0,0,0,.08)}
.home-service-links-grid span{display:block;font-size:22px;line-height:1.18;margin-bottom:8px}
.home-service-links-grid small{display:block;font-size:15px;line-height:1.4;color:#666}

.seo-services-hub-section{background:#f8f6f1;padding:86px 20px}

@media(max-width:980px){
  .seo-service-grid,.seo-service-process,.home-service-links-grid{grid-template-columns:1fr}
  .seo-service-panel{padding:30px 24px}
  .seo-service-intro,.seo-service-process-section,.seo-service-links-section,.seo-services-hub-section{padding:64px 16px}
}


/* =========================================================
   BLOQUE106_AJUSTES_VISUALES_PRESUPUESTADOR
   Ajustes: botones home, Eleto, servicios relacionados y nota electrodomésticos.
   ========================================================= */

.home-no-work-kitchen-content .home-no-work-kitchen-actions .btn{
  background:transparent!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border:2px solid #fff!important;
  box-shadow:none!important;
}

.home-no-work-kitchen-content .home-no-work-kitchen-actions .btn:hover{
  background:#fff!important;
  color:#111!important;
  -webkit-text-fill-color:#111!important;
  transform:translateY(-2px)!important;
}

.seo-integral-related-services{
  background:#f8f6f1!important;
  padding:96px 20px!important;
  margin:0!important;
  clear:both!important;
}

.seo-integral-related-services .section-heading{
  max-width:960px!important;
  margin:0 auto 42px!important;
  text-align:center!important;
}

.seo-integral-related-services .section-heading h2{
  font-size:clamp(36px, 4vw, 62px)!important;
  line-height:1.08!important;
  font-weight:400!important;
  margin:0 0 18px!important;
}

.seo-integral-related-services .section-heading p{
  max-width:780px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  font-size:clamp(17px,1.35vw,21px)!important;
  line-height:1.55!important;
}

.seo-integral-related-services .article-cards-grid{
  max-width:1160px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
}

.seo-integral-related-services .article-cards-grid > div{
  position:relative!important;
  background:#fff!important;
  border:1px solid rgba(0,0,0,.10)!important;
  padding:32px 28px!important;
  box-shadow:0 16px 42px rgba(0,0,0,.05)!important;
  transition:transform .25s ease, box-shadow .25s ease!important;
}

.seo-integral-related-services .article-cards-grid > div:before{
  content:''!important;
  position:absolute!important;
  left:0!important;
  top:0!important;
  bottom:0!important;
  width:6px!important;
  background:#8a5b3b!important;
  opacity:.75!important;
}

.seo-integral-related-services .article-cards-grid > div:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 24px 56px rgba(0,0,0,.09)!important;
}

.seo-integral-related-services .article-cards-grid h3{
  font-size:26px!important;
  line-height:1.18!important;
  margin:0 0 14px!important;
}

.seo-integral-related-services .article-cards-grid p{
  font-size:17px!important;
  line-height:1.55!important;
  margin:0 0 22px!important;
  color:#333!important;
}

.seo-integral-related-services .article-cards-grid a{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:44px!important;
  padding:0 18px!important;
  border:1px solid #2b211c!important;
  text-decoration:none!important;
  color:#111!important;
  -webkit-text-fill-color:#111!important;
  background:#fff!important;
  transition:background .25s ease, color .25s ease!important;
}

.seo-integral-related-services .article-cards-grid a:after{content:'→'!important}

.seo-integral-related-services .article-cards-grid a:hover{
  background:#303030!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

.calculator-muted-note{
  color:#8f8a80!important;
  font-size:.88em!important;
  font-weight:400!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
}

@media(max-width:980px){
  .seo-integral-related-services{padding:68px 16px!important}
  .seo-integral-related-services .article-cards-grid{grid-template-columns:1fr!important}
  .calculator-muted-note{display:block!important;margin-top:2px!important;white-space:normal!important}
}


/* =========================================================
   BLOQUE107_PRESUPUESTADOR_SIN_IVA
   Refuerzo de claridad: presupuesto orientativo y sin IVA.
   ========================================================= */

.calculator-tax-note{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px 10px!important;
  align-items:center!important;
  margin:18px 0 26px!important;
  padding:16px 18px!important;
  background:#f8f6f1!important;
  border:1px solid rgba(0,0,0,.10)!important;
  color:#3a352f!important;
  font-size:15px!important;
  line-height:1.45!important;
}

.calculator-tax-note strong{
  color:#111!important;
  font-weight:700!important;
}

.calculator-tax-note span{
  color:#6f6a61!important;
}

.result-tax-note{
  display:block!important;
  margin-top:8px!important;
  color:#8f8a80!important;
  font-size:.9rem!important;
  font-weight:400!important;
  line-height:1.4!important;
}

span.result-tax-note{
  display:inline-block!important;
  margin:0 0 0 6px!important;
  padding:3px 8px!important;
  background:#f8f6f1!important;
  border:1px solid rgba(0,0,0,.08)!important;
  color:#8f8a80!important;
  font-size:.78em!important;
  vertical-align:middle!important;
}


/* =========================================================
   BLOQUE110_NOSOTROS_INTERIORISTAS
   Nueva página Nosotros con equipo, proceso y fotos reales.
   ========================================================= */

.designio-about-hero{
  background:
    linear-gradient(180deg, rgba(0,0,0,.62), rgba(0,0,0,.42), rgba(232,225,206,.82)),
    url('/media.php?src=%2Fwp-content%2Fuploads%2F2025%2F10%2Freformas-interiorismo-designio-studio-rubi-hero.jpg') center center/cover no-repeat!important;
}

.about-intro-section,
.about-team-section{
  background:#f8f6f1;
  padding:90px 20px;
}

.about-intro-grid{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(340px, .72fr);
  gap:58px;
  align-items:center;
}

.about-intro-copy h2{
  font-size:clamp(38px, 4.5vw, 72px);
  line-height:1.04;
  font-weight:400;
  margin:0 0 28px;
  letter-spacing:-.03em;
}

.about-intro-copy p{
  font-size:clamp(17px, 1.35vw, 21px);
  line-height:1.65;
  color:#333;
}

.about-intro-image{
  position:relative;
  min-height:520px;
  box-shadow:0 24px 70px rgba(0,0,0,.12);
}

.about-intro-image:before{
  content:'';
  position:absolute;
  inset:22px -22px -22px 22px;
  border:1px solid rgba(91,58,43,.28);
  z-index:0;
}

.about-intro-image img,
.about-small-image img,
.about-team-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  position:relative;
  z-index:1;
}

.about-philosophy-section{
  background:#303030;
  padding:96px 20px;
  color:#fff;
}

.about-philosophy-grid{
  display:grid;
  grid-template-columns:minmax(220px,.55fr) minmax(0,1fr) minmax(220px,.55fr);
  gap:26px;
  align-items:center;
}

.about-philosophy-card{
  background:#e8e1ce;
  color:#111;
  padding:54px;
  box-shadow:0 24px 60px rgba(0,0,0,.20);
}

.about-philosophy-card h2{
  font-size:clamp(34px, 3.8vw, 60px);
  line-height:1.08;
  font-weight:400;
  margin:0 0 22px;
}

.about-philosophy-card p{
  font-size:18px;
  line-height:1.66;
  color:#333;
}

.about-small-image{
  height:420px;
  overflow:hidden;
  box-shadow:0 18px 48px rgba(0,0,0,.22);
}

.about-small-image-b{
  transform:translateY(46px);
}

.about-team-section .section-heading{
  max-width:880px;
  margin:0 auto 54px;
  text-align:center;
}

.about-team-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:30px;
}

.about-team-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.09);
  box-shadow:0 18px 48px rgba(0,0,0,.06);
  display:grid;
  grid-template-rows:430px auto;
}

.about-team-card div{
  padding:34px;
}

.about-team-card h3{
  font-size:clamp(28px, 2.4vw, 40px);
  line-height:1.1;
  font-weight:400;
  margin:0 0 14px;
}

.about-team-card p{
  font-size:17px;
  line-height:1.6;
  color:#333;
}

.about-closing-section{
  background:#f8f6f1;
  padding:0 20px 96px;
}

.about-closing-card{
  background:#303030;
  color:#fff;
  text-align:center;
  padding:64px 42px;
  box-shadow:0 24px 70px rgba(0,0,0,.14);
}

.about-closing-card .section-kicker,
.about-closing-card h2,
.about-closing-card p{
  color:#fff;
}

.about-closing-card h2{
  max-width:900px;
  margin:0 auto 22px;
  font-size:clamp(36px, 4.2vw, 70px);
  line-height:1.05;
  font-weight:400;
}

.about-closing-card p{
  max-width:880px;
  margin:0 auto 32px;
  font-size:clamp(17px, 1.3vw, 21px);
  line-height:1.62;
}

@media(max-width:1020px){
  .about-intro-grid,
  .about-philosophy-grid,
  .about-team-grid{
    grid-template-columns:1fr;
  }

  .about-intro-section,
  .about-team-section,
  .about-philosophy-section{
    padding:66px 16px;
  }

  .about-intro-image{
    min-height:420px;
  }

  .about-philosophy-card{
    padding:36px 26px;
  }

  .about-small-image,
  .about-small-image-b{
    height:320px;
    transform:none;
  }

  .about-team-card{
    grid-template-rows:360px auto;
  }
}

@media(max-width:680px){
  .about-intro-copy h2{
    font-size:38px;
  }

  .about-intro-image{
    min-height:360px;
  }

  .about-team-card{
    grid-template-rows:320px auto;
  }

  .about-team-card div,
  .about-closing-card{
    padding:28px 22px;
  }
}


/* =========================================================
   BLOQUE114_NOSOTROS_DOBLE_IMAGEN
   Ajuste página Nosotros: imagen interiorista 2 bajo interiorista 1.
   ========================================================= */

.about-intro-images-stack{
  position:relative!important;
  display:grid!important;
  gap:28px!important;
}

.about-intro-images-stack:before{
  content:''!important;
  position:absolute!important;
  inset:26px -24px -26px 24px!important;
  border:1px solid rgba(91,58,43,.24)!important;
  z-index:0!important;
  pointer-events:none!important;
}

.about-intro-images-stack .about-intro-image{
  min-height:auto!important;
  height:auto!important;
  margin:0!important;
  box-shadow:0 24px 70px rgba(0,0,0,.12)!important;
  background:#f8f6f1!important;
  position:relative!important;
  z-index:1!important;
}

.about-intro-images-stack .about-intro-image:before{
  display:none!important;
}

.about-intro-images-stack .about-intro-image img{
  width:100%!important;
  height:auto!important;
  max-height:520px!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}

.about-intro-images-stack .about-intro-image-secondary img{
  max-height:560px!important;
  object-position:center!important;
}

@media(max-width:1020px){
  .about-intro-images-stack{
    gap:22px!important;
  }

  .about-intro-images-stack:before{
    inset:18px -14px -18px 14px!important;
  }

  .about-intro-images-stack .about-intro-image img,
  .about-intro-images-stack .about-intro-image-secondary img{
    max-height:none!important;
  }
}


/* =========================================================
   BLOQUE115_NOSOTROS_FOTOS_IGUALADAS
   Igualar tamaño de las dos fotos principales de interioristas.
   ========================================================= */

.about-intro-images-stack .about-intro-image{
  height:360px!important;
  min-height:360px!important;
  max-height:360px!important;
  overflow:hidden!important;
}

.about-intro-images-stack .about-intro-image img,
.about-intro-images-stack .about-intro-image-secondary img{
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  display:block!important;
}

.about-intro-images-stack .about-intro-image:first-child img{
  object-position:center 44%!important;
}

.about-intro-images-stack .about-intro-image-secondary img{
  object-position:center 38%!important;
}

@media(max-width:1020px){
  .about-intro-images-stack .about-intro-image{
    height:340px!important;
    min-height:340px!important;
    max-height:340px!important;
  }
}

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


/* =========================================================
   BLOQUE116_NOSOTROS_NOMBRES_CARGOS
   Fotos más pequeñas y nombre/cargo bajo cada interiorista.
   ========================================================= */

.about-intro-images-stack{
  max-width:420px!important;
  margin-left:auto!important;
  gap:22px!important;
}

.about-intro-images-stack:before{
  inset:20px -18px -20px 18px!important;
}

.about-intro-images-stack .about-intro-image{
  height:auto!important;
  min-height:auto!important;
  max-height:none!important;
  background:#fff!important;
  overflow:visible!important;
}

.about-intro-images-stack .about-intro-image img,
.about-intro-images-stack .about-intro-image-secondary img{
  height:270px!important;
  min-height:270px!important;
  max-height:270px!important;
  object-fit:cover!important;
  display:block!important;
}

.about-intro-images-stack .about-intro-image:first-child img{
  object-position:center 45%!important;
}

.about-intro-images-stack .about-intro-image-secondary img{
  object-position:center 38%!important;
}

.about-person-caption{
  display:block!important;
  padding:14px 16px 16px!important;
  background:#fff!important;
  border-top:1px solid rgba(0,0,0,.06)!important;
  text-align:left!important;
}

.about-person-caption strong{
  display:block!important;
  font-size:18px!important;
  line-height:1.25!important;
  font-weight:600!important;
  color:#111!important;
  margin:0 0 4px!important;
}

.about-person-caption span{
  display:block!important;
  font-size:14px!important;
  line-height:1.45!important;
  font-weight:400!important;
  color:#777166!important;
  margin:0!important;
}

@media(max-width:1020px){
  .about-intro-images-stack{
    max-width:620px!important;
    margin:0 auto!important;
  }

  .about-intro-images-stack .about-intro-image img,
  .about-intro-images-stack .about-intro-image-secondary img{
    height:340px!important;
    min-height:340px!important;
    max-height:340px!important;
  }
}

@media(max-width:680px){
  .about-intro-images-stack{
    max-width:100%!important;
  }

  .about-intro-images-stack .about-intro-image img,
  .about-intro-images-stack .about-intro-image-secondary img{
    height:280px!important;
    min-height:280px!important;
    max-height:280px!important;
  }

  .about-person-caption{
    padding:12px 14px 14px!important;
  }

  .about-person-caption strong{
    font-size:17px!important;
  }

  .about-person-caption span{
    font-size:13px!important;
  }
}


/* =========================================================
   BLOQUE117_NOSOTROS_TEXTO_FUNCIONALIDAD
   Ajuste cargo Jemima y título "Primero funcionalidad".
   ========================================================= */

.about-philosophy-card h2{
  font-size:clamp(34px, 3.2vw, 54px)!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}

@media(max-width:680px){
  .about-philosophy-card h2{
    font-size:clamp(32px, 10vw, 46px)!important;
    line-height:1.08!important;
  }
}


/* =========================================================
   BLOQUE118_TURNSTILE_ANTISPAM
   Estilos para Cloudflare Turnstile y honeypot.
   ========================================================= */

.turnstile-wrap{
  margin:18px 0 22px!important;
  display:flex!important;
  justify-content:flex-start!important;
}

.designio-hp-field,
.hp-field{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

.form-note.form-error{
  color:#8f3f2b!important;
  font-size:14px!important;
  margin:12px 0!important;
}

@media(max-width:680px){
  .turnstile-wrap{
    transform:scale(.92)!important;
    transform-origin:left center!important;
  }
}


/* =========================================================
   BLOQUE119_TURNSTILE_FIX_VISIBLE
   Turnstile visible y mensajes de ayuda en formulario contacto.
   ========================================================= */

.turnstile-block{
  margin:18px 0 24px!important;
  padding:16px!important;
  border:1px solid rgba(91,58,43,.18)!important;
  background:#fbfaf7!important;
}

.turnstile-label{
  margin:0 0 10px!important;
  font-weight:600!important;
  color:#111!important;
  font-size:15px!important;
}

.turnstile-help{
  margin:10px 0 0!important;
  color:#777166!important;
  font-size:13px!important;
  line-height:1.4!important;
}

.turnstile-wrap{
  min-height:65px!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
}

.designio-hp-field,
.hp-field{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

@media(max-width:680px){
  .turnstile-block{
    padding:14px!important;
  }

  .turnstile-wrap{
    transform:scale(.92)!important;
    transform-origin:left center!important;
  }
}


/* =========================================================
   BLOQUE120_TURNSTILE_RENDER_EXPLICITO
   Diagnóstico visible para carga de Cloudflare Turnstile.
   ========================================================= */

.turnstile-loading{
  margin:0!important;
  color:#777166!important;
  font-size:14px!important;
}

.turnstile-error-text{
  color:#9b1c1c!important;
  font-weight:600!important;
}

.turnstile-ok-text{
  color:#2f6f3e!important;
  font-weight:600!important;
}

#designio-turnstile-widget{
  min-height:80px!important;
}


/* =========================================================
   BLOQUE121_SIN_TURNSTILE
   Anti-spam invisible sin Cloudflare Turnstile.
   ========================================================= */

.designio-hp-field,
.hp-field{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

/* =========================================================
   BLOQUE122_EMBEDSOCIAL_REVIEWS
   Sustituye Trustindex por EmbedSocial manteniendo estética Designio.
   ========================================================= */

.embedsocial-widget-wrap{
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto!important;
  min-height:180px!important;
  padding:28px!important;
  background:#fff!important;
  border:1px solid rgba(17,17,17,.08)!important;
  border-radius:24px!important;
  box-shadow:0 18px 45px rgba(31,27,24,.08)!important;
  overflow:visible!important;
}

.embedsocial-widget-wrap iframe,
.embedsocial-widget-wrap .embedsocial-hashtag,
.embedsocial-widget-wrap [class*="embedsocial"],
.embedsocial-widget-wrap [class*="es-"]{
  max-width:100%!important;
}

.embedsocial-widget-wrap .embedsocial-hashtag{
  margin:0 auto!important;
}

.designio-reviews-section .reviews-heading .section-kicker{
  color:#8a735f;
}

.designio-reviews-section .reviews-heading h2{
  color:#1f1b18;
}

.designio-reviews-section .reviews-heading p{
  color:#5f564e;
  font-size:clamp(16px, 1.6vw, 20px);
}

@media(max-width:768px){
  .embedsocial-widget-wrap{
    padding:18px!important;
    border-radius:18px!important;
  }
}
