.elementor-1122 .elementor-element.elementor-element-a7a5887{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1122 .elementor-element.elementor-element-8e7e828{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-1a96c10 *//* ===== REPUTACIÓN PREMIUM COMPACTA - TRUJILLO SMART ===== */

.reputacion-premium{
  max-width:1180px;
  margin:auto;
  padding:18px;
  background:#f7f9f7;
}

/* HERO PREMIUM */
.reputacion-hero{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  padding:56px 34px;
  text-align:center;
  background:
    radial-gradient(circle at 18% 22%, rgba(160,255,190,.34), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(255,255,255,.20), transparent 28%),
    linear-gradient(135deg,#063d18 0%,#0f6b2e 45%,#063313 100%);
  box-shadow:0 22px 55px rgba(0,0,0,.14);
}

.reputacion-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(120deg, transparent 25%, rgba(255,255,255,.13) 48%, transparent 65%);
  opacity:.55;
}

.badge-premium{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  color:#d8ffe2;
  font-size:12px;
  font-weight:800;
  letter-spacing:.7px;
  margin-bottom:18px;
}

.reputacion-hero h1{
  position:relative;
  z-index:2;
  color:#fff !important;
  font-size:clamp(38px,5vw,62px);
  line-height:1;
  margin:0 0 16px;
  font-weight:900;
  letter-spacing:-1.8px;
  text-shadow:0 8px 28px rgba(0,0,0,.28);
}

.reputacion-hero p{
  position:relative;
  z-index:2;
  max-width:760px;
  margin:auto;
  color:rgba(255,255,255,.92);
  font-size:clamp(16px,2vw,21px);
  line-height:1.45;
  font-weight:500;
}

/* TARJETAS */
.stats-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:22px;
}

.stat-card{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(0,0,0,.06);
  border-radius:24px;
  padding:22px 20px;
  box-shadow:0 14px 34px rgba(0,0,0,.06);
  display:flex;
  align-items:center;
  gap:16px;
  min-height:118px;
}

.stat-icon{
  width:58px;
  height:58px;
  min-width:58px;
  border-radius:18px;
  background:linear-gradient(135deg,#e9f9ed,#ffffff);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  box-shadow:inset 0 0 0 1px rgba(20,150,65,.12);
}

.stat-card h2{
  color:#14813a;
  font-size:34px;
  line-height:1;
  margin:0 0 4px;
  font-weight:900;
}

.stat-card h3{
  font-size:17px;
  line-height:1.2;
  margin:0;
  color:#111;
  font-weight:800;
}

/* BLOQUE FOTO + TEXTO */
.confianza-box{
  margin-top:22px;
  border-radius:28px;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:320px;
  background:#fff;
  box-shadow:0 18px 48px rgba(0,0,0,.07);
}

.confianza-info{
  padding:42px;
  background:
    linear-gradient(110deg,#f7fff8 0%,#dff6e5 72%,rgba(255,255,255,0) 100%);
  position:relative;
  z-index:2;
}

.confianza-tag{
  display:inline-block;
  padding:8px 16px;
  border-radius:999px;
  background:#e9fff0;
  border:1px solid #c8f5d5;
  color:#147a36;
  font-size:12px;
  font-weight:900;
  margin-bottom:16px;
}

.confianza-info h2{
  color:#0b2614;
  font-size:clamp(30px,4vw,46px);
  line-height:1.02;
  margin:0 0 16px;
  font-weight:900;
  letter-spacing:-1.3px;
}

.confianza-info p{
  color:#46524b;
  font-size:17px;
  line-height:1.65;
  margin:0;
}

.confianza-img{
  position:relative;
  min-height:320px;
}

.confianza-img:before{
  content:"";
  position:absolute;
  left:-90px;
  top:0;
  width:190px;
  height:100%;
  z-index:2;
  background:linear-gradient(90deg,#dff6e5 0%,rgba(223,246,229,.75) 35%,rgba(255,255,255,0) 100%);
}

.confianza-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* RESEÑAS */
.reputacion-reviews{
  margin-top:22px;
  background:#fff;
  border-radius:28px;
  padding:34px;
  box-shadow:0 18px 48px rgba(0,0,0,.06);
}

.reputacion-reviews h2{
  font-size:clamp(28px,4vw,44px);
  margin:0 0 8px;
  color:#0b2614;
  font-weight:900;
}

.reputacion-reviews p{
  margin:0 0 24px;
  color:#5d665f;
  font-size:17px;
}

.facebook-reviews{
  margin-top:18px;
}

/* MÓVIL */
@media(max-width:768px){

  .reputacion-premium{
    padding:12px;
  }

  .reputacion-hero{
    border-radius:24px;
    padding:42px 20px;
  }

  .reputacion-hero h1{
    font-size:38px;
  }

  .reputacion-hero p{
    font-size:16px;
  }

  .stats-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .stat-card{
    padding:18px;
    border-radius:20px;
    min-height:96px;
  }

  .stat-icon{
    width:52px;
    height:52px;
    min-width:52px;
    font-size:24px;
  }

  .stat-card h2{
    font-size:30px;
  }

  .stat-card h3{
    font-size:16px;
  }

  .confianza-box{
    grid-template-columns:1fr;
    min-height:auto;
    border-radius:24px;
  }

  .confianza-info{
    padding:30px 22px;
  }

  .confianza-img{
    min-height:240px;
  }

  .confianza-img:before{
    display:none;
  }

  .reputacion-reviews{
    padding:26px 20px;
    border-radius:24px;
  }
}
/* CORRECCIÓN ALTURA BLOQUE FOTO REPUTACIÓN */

.confianza-box{
  max-height: 340px !important;
  align-items: stretch !important;
}

.confianza-info{
  max-height: 340px !important;
  overflow: hidden !important;
}

.confianza-img{
  height: 340px !important;
  min-height: 340px !important;
  max-height: 340px !important;
  overflow: hidden !important;
}

.confianza-img img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* MÓVIL */
@media(max-width:768px){
  .confianza-box{
    max-height: none !important;
  }

  .confianza-info{
    max-height: none !important;
  }

  .confianza-img{
    height: 260px !important;
    min-height: 260px !important;
    max-height: 260px !important;
  }
}
/* ===== CORRECCIÓN BLOQUE CONFIANZA / FOTO ===== */

.confianza-box{
  display: grid !important;
  grid-template-columns: 46% 54% !important;
  min-height: 360px !important;
  max-height: none !important;
  border-radius: 30px !important;
  overflow: hidden !important;
  background: linear-gradient(90deg,#f4fff6 0%,#ecfaef 45%,#ffffff 100%) !important;
}

.confianza-info{
  padding: 46px 42px !important;
  max-height: none !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.confianza-info h2{
  font-size: clamp(32px, 3.3vw, 44px) !important;
  line-height: 1.04 !important;
  max-width: 430px !important;
}

.confianza-info p{
  font-size: 17px !important;
  line-height: 1.55 !important;
  max-width: 460px !important;
}

.confianza-img{
  height: 360px !important;
  min-height: 360px !important;
  max-height: 360px !important;
  overflow: hidden !important;
  position: relative !important;
}

.confianza-img:before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:0 !important;
  width:180px !important;
  height:100% !important;
  z-index:2 !important;
  background:linear-gradient(90deg,#ecfaef 0%,rgba(236,250,239,.8) 35%,rgba(236,250,239,0) 100%) !important;
}

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

/* MÓVIL */
@media(max-width:768px){
  .confianza-box{
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .confianza-info{
    padding: 30px 22px !important;
  }

  .confianza-img{
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
  }

  .confianza-img:before{
    display:none !important;
  }

  .confianza-img img{
    object-position: center top !important;
  }
}/* End custom CSS */