body.page-nosotros .aboutCleanPage{
  background:
    radial-gradient(1000px 520px at 10% 0%, rgba(var(--brand-rgb), .10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,0));
}

body.page-nosotros .aboutCleanPage .section{
  padding: 34px 0 54px;
}

body.page-nosotros .aboutClean__eyebrow{
  margin: 0 0 12px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
  color: var(--brand2);
}

body.page-nosotros .aboutClean__lead{
  margin: 0;
  max-width: 58ch;
  color: rgba(234,240,255,.78);
  font-size: 17px;
  line-height: 1.7;
}

body.page-nosotros .aboutCleanHero{
  padding-top: 42px;
}

body.page-nosotros .aboutCleanHero__shell{
  position: relative;
  padding: clamp(28px, 3vw, 38px);
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(520px 360px at 82% 32%, rgba(var(--brand2-rgb), .16), transparent 72%),
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.022));
  box-shadow: 0 28px 68px rgba(3, 10, 24, .22);
  overflow: hidden;
}

body.page-nosotros .aboutCleanHero__shell::after{
  content:"";
  position:absolute;
  inset: 14px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.04);
  pointer-events:none;
}

body.page-nosotros .aboutCleanHero__grid,
body.page-nosotros .aboutCleanSplit{
  display:grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, .84fr);
  gap: clamp(22px, 2.2vw, 34px);
  align-items: center;
}

body.page-nosotros .aboutCleanHero__copy,
body.page-nosotros .aboutCleanCard,
body.page-nosotros .aboutCleanStats article,
body.page-nosotros .aboutCleanInfoCard,
body.page-nosotros .aboutCleanMediaCard,
body.page-nosotros .aboutCleanCTA__box,
body.page-nosotros .aboutCleanClients__item{
  border:1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow: 0 24px 60px rgba(3, 10, 24, .24);
}

body.page-nosotros .aboutCleanHero__copy,
body.page-nosotros .aboutCleanCard,
body.page-nosotros .aboutCleanCTA__box{
  border-radius: 28px;
  padding: 34px;
}

body.page-nosotros .aboutCleanHero__copy{
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  position: relative;
  z-index: 1;
}

body.page-nosotros .aboutCleanHero__copy h1,
body.page-nosotros .aboutCleanCard h2,
body.page-nosotros .aboutCleanHeading h2,
body.page-nosotros .aboutCleanCTA__box h2{
  margin: 0 0 16px;
  line-height: 1.08;
  letter-spacing: -.03em;
}

body.page-nosotros .aboutCleanHero__copy h1{
  font-size: clamp(2.2rem, 4.4vw, 4.25rem);
  max-width: 9.5ch;
}

body.page-nosotros .aboutCleanCard h2,
body.page-nosotros .aboutCleanHeading h2,
body.page-nosotros .aboutCleanCTA__box h2{
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

body.page-nosotros .aboutCleanCard p,
body.page-nosotros .aboutCleanHeading p,
body.page-nosotros .aboutCleanCTA__box p,
body.page-nosotros .aboutCleanInfoCard p,
body.page-nosotros .aboutCleanMediaCard__body p,
body.page-nosotros .aboutCleanStats p,
body.page-nosotros .aboutCleanPlaceholder p{
  margin: 0;
  color: rgba(234,240,255,.76);
  line-height: 1.72;
}

body.page-nosotros .aboutCleanHero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin: 26px 0 0;
}

body.page-nosotros .aboutCleanHero__badges{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top: 22px;
}

body.page-nosotros .aboutCleanHero__badges span{
  display:inline-flex;
  align-items:center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  color: rgba(234,240,255,.9);
  font-weight: 600;
}

body.page-nosotros .aboutCleanPlaceholder{
  position: relative;
  min-height: 100%;
  border-radius: 30px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025)),
    repeating-linear-gradient(135deg, rgba(120,168,255,.07) 0 10px, rgba(255,255,255,.03) 10px 20px);
  border:1px solid rgba(120,168,255,.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 26px 56px rgba(3, 10, 24, .24);
}

body.page-nosotros .aboutCleanPlaceholder__inner{
  min-height: 100%;
  border-radius: 22px;
  border: 2px dashed rgba(138,180,255,.45);
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap: 12px;
  padding: 28px;
  text-align:left;
}

body.page-nosotros .aboutCleanPlaceholder__tag{
  display:inline-flex;
  width:max-content;
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  color:#dbe8ff;
  background: rgba(var(--brand2-rgb), .16);
  border:1px solid rgba(var(--brand2-rgb), .25);
}

body.page-nosotros .aboutCleanPlaceholder strong{
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1.2;
  color: #fff;
}

body.page-nosotros .aboutCleanPlaceholder--hero{ min-height: 420px; }
body.page-nosotros .aboutCleanPlaceholder--tall{ min-height: 360px; }
body.page-nosotros .aboutCleanPlaceholder--card{ min-height: 220px; border-radius: 22px; }
body.page-nosotros .aboutCleanPlaceholder--card .aboutCleanPlaceholder__inner{ padding: 20px; }
body.page-nosotros .aboutCleanPlaceholder--card strong{ font-size: 1.05rem; }

body.page-nosotros .aboutCleanHero__media{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:100%;
  padding: 0;
  position: relative;
}

body.page-nosotros .aboutCleanHero__mediaFrame{
  width: min(100%, 430px);
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius: 30px;
  padding: 10px 10px 0;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}

body.page-nosotros .aboutCleanHero__media picture,
body.page-nosotros .aboutCleanHero__media img{
  display:block;
  width:100%;
}

body.page-nosotros .aboutCleanHero__media img{
  max-width: 400px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 26px 54px rgba(4, 10, 24, .30));
}

body.page-nosotros .aboutCleanStats{
  display:grid;
  gap:16px;
}

body.page-nosotros .aboutCleanStats article{
  border-radius: 22px;
  padding: 22px;
}

body.page-nosotros .aboutCleanStats strong,
body.page-nosotros .aboutCleanInfoCard h3,
body.page-nosotros .aboutCleanMediaCard h3{
  display:block;
  margin: 0 0 10px;
  color:#fff;
  font-size: 1.1rem;
}

body.page-nosotros .aboutCleanHeading{
  max-width: 760px;
  margin: 0 0 24px;
}

body.page-nosotros .aboutCleanCards{
  display:grid;
  gap: 18px;
}

body.page-nosotros .aboutCleanCards--steps{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-nosotros .aboutCleanCards--diffs{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-nosotros .aboutCleanInfoCard,
body.page-nosotros .aboutCleanMediaCard{
  border-radius: 24px;
  overflow:hidden;
}

body.page-nosotros .aboutCleanInfoCard{
  padding: 24px;
}

body.page-nosotros .aboutCleanInfoCard__number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: rgba(var(--brand2-rgb), .16);
  color: #fff;
  font-weight: 800;
}

body.page-nosotros .aboutCleanMediaCard__body{
  padding: 22px;
}

body.page-nosotros .aboutCleanSplit--alliance{
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
}

body.page-nosotros .aboutCleanList{
  margin: 20px 0 0;
  padding-left: 18px;
  color: rgba(234,240,255,.82);
}

body.page-nosotros .aboutCleanList li + li{
  margin-top: 10px;
}

body.page-nosotros .aboutCleanClients__grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.page-nosotros .aboutCleanClients__item{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height: 124px;
  padding: 18px;
  border-radius: 22px;
}

body.page-nosotros .aboutCleanClients__item img{
  max-width: 82%;
  max-height: 58px;
  object-fit: contain;
  filter: saturate(.98) contrast(1.02);
}

body.page-nosotros .aboutCleanCTA{
  padding-bottom: 68px;
}

body.page-nosotros .aboutCleanCTA__box{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 22px;
}

@media (max-width: 1080px){
  body.page-nosotros .aboutCleanHero__grid,
  body.page-nosotros .aboutCleanSplit,
  body.page-nosotros .aboutCleanSplit--alliance,
  body.page-nosotros .aboutCleanCTA__box{
    grid-template-columns: 1fr;
    display:grid;
  }

  body.page-nosotros .aboutCleanCards--steps,
  body.page-nosotros .aboutCleanCards--diffs,
  body.page-nosotros .aboutCleanClients__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px){
  body.page-nosotros .aboutCleanPage .section{
    padding: 24px 0 34px;
  }

  body.page-nosotros .aboutCleanHero{
    padding-top: 22px;
  }

  body.page-nosotros .aboutCleanHero__copy,
  body.page-nosotros .aboutCleanCard,
  body.page-nosotros .aboutCleanCTA__box{
    padding: 22px;
    border-radius: 22px;
  }

  body.page-nosotros .aboutCleanPlaceholder,
  body.page-nosotros .aboutCleanInfoCard,
  body.page-nosotros .aboutCleanMediaCard,
  body.page-nosotros .aboutCleanClients__item{
    border-radius: 20px;
  }

  body.page-nosotros .aboutCleanCards--steps,
  body.page-nosotros .aboutCleanCards--diffs,
  body.page-nosotros .aboutCleanClients__grid{
    grid-template-columns: 1fr;
  }

  body.page-nosotros .aboutCleanHero__actions .btn{
    width:100%;
  }

  body.page-nosotros .aboutCleanPlaceholder--hero{
    min-height: 280px;
  }

  body.page-nosotros .aboutCleanHero__media{
    min-height: auto;
    order: -1;
  }

  body.page-nosotros .aboutCleanHero__media img{
    max-width: min(360px, 78vw);
    margin: 0 auto;
  }
}


/* ajustes v3: restaurar carrusel grande de clientes en nosotros */
body.page-nosotros .aboutTrust.section{
  padding-top: 76px !important;
  padding-bottom: 82px !important;
}

body.page-nosotros .aboutTrust__intro{
  margin-bottom: 22px;
}

body.page-nosotros .aboutTrust__logo{
  min-width: 180px;
  min-height: 88px;
}

body.page-nosotros .aboutTrust__logo img{
  max-width: 220px;
  max-height: 74px;
}

@media (max-width: 991px){
  body.page-nosotros .aboutTrust__logo{
    min-width: 150px;
    min-height: 74px;
  }

  body.page-nosotros .aboutTrust__logo img{
    max-width: 180px;
    max-height: 60px;
  }
}

@media (max-width: 767px){
  body.page-nosotros .aboutTrust.section{
    padding-top: 52px !important;
    padding-bottom: 58px !important;
  }

  body.page-nosotros .aboutTrust__logo{
    min-width: 126px;
    min-height: 60px;
  }

  body.page-nosotros .aboutTrust__logo img{
    max-width: 150px;
    max-height: 46px;
  }
}

/* ajustes v4: carrusel grande con logos del cliente */
body.page-nosotros .aboutTrust__intro{
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

body.page-nosotros .aboutTrust__marqueeShell{
  position: relative;
  padding: clamp(18px, 2.6vw, 28px);
  border-radius: 34px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 22px 56px rgba(14, 30, 62, 0.10);
}

body.page-nosotros .aboutTrust__marquee{
  padding: 8px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
}

body.page-nosotros .aboutTrust__logoStrip{
  animation-duration: 40s;
}

body.page-nosotros .aboutTrust__logoSet{
  gap: clamp(18px, 2vw, 30px);
  padding-right: clamp(18px, 2vw, 30px);
}

body.page-nosotros .aboutTrust__logo{
  min-width: clamp(240px, 22vw, 320px);
  min-height: clamp(138px, 12vw, 170px);
  padding: 16px 20px;
  border-radius: 30px;
  background: linear-gradient(180deg, #f5f5f5 0%, #ececec 100%) !important;
  border: 1px solid rgba(17, 24, 39, 0.05) !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.10) !important;
}

body.page-nosotros .aboutTrust__logo:hover{
  transform: translateY(-4px);
  transition: transform .28s ease, box-shadow .28s ease;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.14) !important;
}

body.page-nosotros .aboutTrust__logo img{
  max-width: 90%;
  max-height: 118px;
}

body.page-nosotros .aboutTrust__logo--square img{
  max-height: 136px;
}

@media (max-width: 991px){
  body.page-nosotros .aboutTrust__marqueeShell{
    padding: 18px;
    border-radius: 28px;
  }

  body.page-nosotros .aboutTrust__logoStrip{
    animation-duration: 34s;
  }

  body.page-nosotros .aboutTrust__logo{
    min-width: 220px;
    min-height: 130px;
    border-radius: 26px;
  }

  body.page-nosotros .aboutTrust__logo img{
    max-height: 102px;
  }

  body.page-nosotros .aboutTrust__logo--square img{
    max-height: 118px;
  }
}

@media (max-width: 767px){
  body.page-nosotros .aboutTrust__intro{
    margin-bottom: 20px;
  }

  body.page-nosotros .aboutTrust__marqueeShell{
    padding: 14px;
    border-radius: 24px;
  }

  body.page-nosotros .aboutTrust__marquee{
    -webkit-mask-image: none;
    mask-image: none;
  }

  body.page-nosotros .aboutTrust__logoStrip{
    animation-duration: 28s;
  }

  body.page-nosotros .aboutTrust__logoSet{
    gap: 14px;
    padding-right: 14px;
  }

  body.page-nosotros .aboutTrust__logo{
    min-width: 180px;
    min-height: 106px;
    padding: 12px 14px;
    border-radius: 22px;
  }

  body.page-nosotros .aboutTrust__logo img{
    max-height: 78px;
  }

  body.page-nosotros .aboutTrust__logo--square img{
    max-height: 90px;
  }
}


/* v5: carrusel de clientes simple, grande y visible */
body.page-nosotros .clientShowcase.section{
  padding: 76px 0 84px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

body.page-nosotros .clientShowcase__intro{
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

body.page-nosotros .clientShowcase__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 999px;
  background: #eaf0f8;
  color: #183762;
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .22em;
  margin-bottom: 16px;
}

body.page-nosotros .clientShowcase__intro h2{
  margin: 0;
  color: #10233e;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -.04em;
  text-wrap: balance;
}

body.page-nosotros .clientShowcase__viewport{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 18px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

body.page-nosotros .clientShowcase__track{
  display: flex;
  align-items: center;
  gap: 22px;
  width: max-content;
  animation: clientShowcaseSlide 34s linear infinite;
}

body.page-nosotros .clientShowcase__viewport:hover .clientShowcase__track{
  animation-play-state: paused;
}

body.page-nosotros .clientShowcase__card{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(240px, 24vw, 310px);
  height: clamp(138px, 14vw, 172px);
  padding: 18px 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, #f3f3f3 0%, #ebebeb 100%);
  border: 1px solid rgba(16, 35, 62, 0.08);
  box-shadow: 0 16px 34px rgba(16, 35, 62, 0.10);
}

body.page-nosotros .clientShowcase__card img{
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 108px;
  object-fit: contain;
}

body.page-nosotros .clientShowcase__card--square img{
  max-height: 124px;
}

@keyframes clientShowcaseSlide{
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - 11px), 0, 0); }
}

@media (max-width: 991px){
  body.page-nosotros .clientShowcase.section{
    padding: 64px 0 72px !important;
  }

  body.page-nosotros .clientShowcase__track{
    gap: 18px;
    animation-duration: 28s;
  }

  body.page-nosotros .clientShowcase__card{
    width: 240px;
    height: 132px;
    border-radius: 24px;
  }

  body.page-nosotros .clientShowcase__card img{
    max-height: 96px;
  }
}

@media (max-width: 767px){
  body.page-nosotros .clientShowcase.section{
    padding: 54px 0 60px !important;
  }

  body.page-nosotros .clientShowcase__viewport{
    -webkit-mask-image: none;
    mask-image: none;
  }

  body.page-nosotros .clientShowcase__track{
    gap: 14px;
    animation-duration: 24s;
  }

  body.page-nosotros .clientShowcase__card{
    width: 190px;
    height: 108px;
    padding: 14px 16px;
    border-radius: 20px;
  }

  body.page-nosotros .clientShowcase__card img{
    max-height: 74px;
  }

  body.page-nosotros .clientShowcase__card--square img{
    max-height: 86px;
  }
}

@media (prefers-reduced-motion: reduce){
  body.page-nosotros .clientShowcase__viewport{
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
  }

  body.page-nosotros .clientShowcase__track{
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    animation: none;
  }

  body.page-nosotros .clientShowcase__card[aria-hidden="true"]{
    display: none;
  }
}


/* v6: ajuste solicitado - titulo legible y logos sin cajas */
body.page-nosotros .clientShowcase__intro h2{
  color:#10233e !important;
  opacity:1 !important;
  text-shadow:none !important;
  -webkit-text-fill-color:#10233e !important;
}

body.page-nosotros .clientShowcase__viewport{
  padding: 26px 0 10px;
}

body.page-nosotros .clientShowcase__track{
  gap: 42px;
}

body.page-nosotros .clientShowcase__card{
  width: auto;
  min-width: 220px;
  height: 154px;
  padding: 0 8px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.page-nosotros .clientShowcase__card img{
  max-width: 290px;
  max-height: 122px;
  width: auto;
  height: auto;
  opacity:1;
  filter:none;
}

body.page-nosotros .clientShowcase__card--square img{
  max-height: 132px;
}

@media (max-width: 991px){
  body.page-nosotros .clientShowcase__track{
    gap: 30px;
  }

  body.page-nosotros .clientShowcase__card{
    min-width: 180px;
    height: 132px;
    padding: 0 4px;
  }

  body.page-nosotros .clientShowcase__card img{
    max-width: 240px;
    max-height: 98px;
  }
}

@media (max-width: 767px){
  body.page-nosotros .clientShowcase__intro h2{
    font-size: clamp(1.9rem, 8vw, 2.7rem);
  }

  body.page-nosotros .clientShowcase__track{
    gap: 22px;
  }

  body.page-nosotros .clientShowcase__card{
    min-width: 150px;
    height: 104px;
  }

  body.page-nosotros .clientShowcase__card img{
    max-width: 180px;
    max-height: 74px;
  }
}


/* v7: fondo uniforme y carrusel sin franja blanca */
body.page-nosotros,
body.page-nosotros .aboutCleanPage{
  background: #071121 !important;
}

body.page-nosotros .aboutCleanPage{
  background-image: none !important;
}

body.page-nosotros .aboutCleanHero,
body.page-nosotros .aboutCleanIntro,
body.page-nosotros .aboutCleanProcess,
body.page-nosotros .aboutCleanDifferentials,
body.page-nosotros .aboutCleanCTA,
body.page-nosotros .clientShowcase{
  background: transparent !important;
}

body.page-nosotros .aboutCleanHero__copy,
body.page-nosotros .aboutCleanCard,
body.page-nosotros .aboutCleanStats article,
body.page-nosotros .aboutCleanInfoCard,
body.page-nosotros .aboutCleanMediaCard,
body.page-nosotros .aboutCleanCTA__box{
  background: #0b1933 !important;
  border-color: rgba(132, 170, 236, .14) !important;
  box-shadow: 0 22px 54px rgba(2, 8, 24, .24) !important;
}

body.page-nosotros .aboutCleanHero__copy h1,
body.page-nosotros .aboutCleanCard h2,
body.page-nosotros .aboutCleanHeading h2,
body.page-nosotros .aboutCleanCTA__box h2,
body.page-nosotros .aboutCleanStats strong,
body.page-nosotros .aboutCleanInfoCard h3,
body.page-nosotros .aboutCleanMediaCard h3{
  color: #f4f7ff !important;
}

body.page-nosotros .aboutCleanCard p,
body.page-nosotros .aboutCleanHeading p,
body.page-nosotros .aboutCleanCTA__box p,
body.page-nosotros .aboutCleanInfoCard p,
body.page-nosotros .aboutCleanMediaCard__body p,
body.page-nosotros .aboutCleanStats p,
body.page-nosotros .aboutCleanPlaceholder p,
body.page-nosotros .aboutClean__lead{
  color: rgba(228, 236, 252, .82) !important;
}

body.page-nosotros .aboutCleanPlaceholder{
  background: #0b1933 !important;
  border: 1px solid rgba(132, 170, 236, .16) !important;
  box-shadow: 0 22px 54px rgba(2, 8, 24, .24) !important;
}

body.page-nosotros .aboutCleanPlaceholder__inner{
  background: rgba(255,255,255,.015) !important;
  border: 2px dashed rgba(132, 170, 236, .26) !important;
}

body.page-nosotros .clientShowcase.section{
  padding: 52px 0 54px !important;
  background: transparent !important;
}

body.page-nosotros .clientShowcase__intro{
  margin-bottom: 16px;
}

body.page-nosotros .clientShowcase__intro h2{
  color: #f4f7ff !important;
  -webkit-text-fill-color: #f4f7ff !important;
}

body.page-nosotros .clientShowcase__eyebrow{
  background: rgba(255,255,255,.08) !important;
  color: #dce7ff !important;
  border: 1px solid rgba(255,255,255,.08);
}

body.page-nosotros .clientShowcase__viewport{
  padding: 18px 0 0 !important;
  margin-bottom: 0 !important;
}

body.page-nosotros .clientShowcase__track{
  gap: 38px;
}

body.page-nosotros .clientShowcase__card{
  height: 144px !important;
  min-width: 210px !important;
  padding: 0 !important;
}

body.page-nosotros .clientShowcase__card img{
  max-width: 280px !important;
  max-height: 116px !important;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.08));
}

body.page-nosotros .clientShowcase__card--square img{
  max-height: 128px !important;
}

@media (max-width: 991px){
  body.page-nosotros .clientShowcase.section{
    padding: 46px 0 48px !important;
  }

  body.page-nosotros .clientShowcase__track{
    gap: 28px;
  }
}

@media (max-width: 767px){
  body.page-nosotros .clientShowcase.section{
    padding: 40px 0 42px !important;
  }

  body.page-nosotros .clientShowcase__card{
    min-width: 150px !important;
    height: 96px !important;
  }

  body.page-nosotros .clientShowcase__card img{
    max-width: 172px !important;
    max-height: 72px !important;
  }
}


/* v8: seccion de clientes en blanco tambien en celular */
body.page-nosotros .clientShowcase.section{
  background: #ffffff !important;
  padding: 38px 0 52px !important;
}

body.page-nosotros .clientShowcase__intro{
  margin-bottom: 12px !important;
}

body.page-nosotros .clientShowcase__intro h2{
  margin-top: 0 !important;
  line-height: .96 !important;
}

body.page-nosotros .clientShowcase__intro h2{
  color: #10233e !important;
  -webkit-text-fill-color: #10233e !important;
}

body.page-nosotros .clientShowcase__eyebrow{
  background: #eaf0f8 !important;
  color: #183762 !important;
  border: 1px solid rgba(24, 55, 98, 0.08) !important;
}

body.page-nosotros .clientShowcase__viewport{
  padding: 14px 0 4px !important;
  margin-bottom: 0 !important;
}

body.page-nosotros .clientShowcase__track{
  gap: 38px !important;
}

body.page-nosotros .clientShowcase__card{
  min-width: 236px !important;
  height: 152px !important;
}

body.page-nosotros .clientShowcase__card img{
  max-width: 282px !important;
  max-height: 112px !important;
  filter: none !important;
}

body.page-nosotros .clientShowcase__card--square img{
  max-height: 124px !important;
}

@media (max-width: 767px){
  body.page-nosotros .clientShowcase.section{
    background: #ffffff !important;
    padding: 28px 0 34px !important;
  }

  body.page-nosotros .clientShowcase__intro h2{
    font-size: clamp(1.9rem, 8vw, 2.5rem) !important;
    color: #10233e !important;
    -webkit-text-fill-color: #10233e !important;
  }

  body.page-nosotros .clientShowcase__viewport{
    padding: 12px 0 2px !important;
  }

  body.page-nosotros .clientShowcase__track{
    gap: 22px !important;
  }

  body.page-nosotros .clientShowcase__card{
    min-width: 148px !important;
    height: 92px !important;
  }

  body.page-nosotros .clientShowcase__card img{
    max-width: 162px !important;
    max-height: 60px !important;
  }

  body.page-nosotros .clientShowcase__card--square img{
    max-height: 68px !important;
  }
}


/* refinamiento hero v9: más premium, alineado y con efecto ligero */
body.page-nosotros .aboutCleanHero__shell{
  isolation: isolate;
  background:
    radial-gradient(620px 420px at 84% 20%, rgba(var(--brand2-rgb), .20), transparent 72%),
    radial-gradient(520px 340px at 14% 88%, rgba(var(--brand-rgb), .12), transparent 76%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.028) 46%, rgba(255,255,255,.018));
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 28px 72px rgba(3,10,24,.26);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

body.page-nosotros .aboutCleanHero__shell::before{
  content:"";
  position:absolute;
  inset:-20% auto auto 56%;
  width: 44%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--brand2-rgb), .22), rgba(var(--brand2-rgb), 0) 70%);
  opacity: .68;
  pointer-events: none;
  z-index: 0;
}

body.page-nosotros .aboutCleanHero__shell:hover{
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 36px 84px rgba(3,10,24,.30);
}

body.page-nosotros .aboutCleanHero__grid{
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(28px, 3vw, 44px);
}

body.page-nosotros .aboutCleanHero__copy{
  align-self: center;
  padding-right: clamp(0px, 1vw, 10px);
}

body.page-nosotros .aboutCleanHero__copy h1{
  max-width: 8.2ch;
  text-wrap: balance;
}

body.page-nosotros .aboutClean__lead{
  max-width: 56ch;
}

body.page-nosotros .aboutCleanHero__actions{
  margin-top: 30px;
}

body.page-nosotros .aboutCleanHero__media{
  align-self: stretch;
}

body.page-nosotros .aboutCleanHero__mediaFrame{
  position: relative;
  width: min(100%, 470px);
  min-height: 100%;
  padding: 14px;
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.022)),
    linear-gradient(135deg, rgba(var(--brand2-rgb), .09), rgba(255,255,255,.02));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.06),
    0 24px 56px rgba(4,10,24,.22);
}

body.page-nosotros .aboutCleanHero__mediaFrame::before{
  content:"";
  position:absolute;
  inset: 14px 14px auto 14px;
  height: 44%;
  border-radius: 24px 24px 120px 120px;
  background: linear-gradient(180deg, rgba(115,160,255,.20), rgba(115,160,255,0));
  pointer-events:none;
  z-index: 0;
}

body.page-nosotros .aboutCleanHero__mediaFrame::after{
  content:"";
  position:absolute;
  inset: 14px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.045);
  pointer-events:none;
  z-index: 2;
}

body.page-nosotros .aboutCleanHero__media picture{
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 620px;
  border-radius: 24px;
  overflow: hidden;
}

body.page-nosotros .aboutCleanHero__media img{
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 620px;
  object-fit: cover;
  object-position: center 16%;
  border-radius: 24px;
  filter: saturate(1.02) contrast(1.03);
  transform: scale(1.015);
  transition: transform .42s ease;
}

body.page-nosotros .aboutCleanHero__shell:hover .aboutCleanHero__media img{
  transform: scale(1.035);
}

body.page-nosotros .aboutCleanHero__actions .btn{
  position: relative;
  overflow: hidden;
}

body.page-nosotros .aboutCleanHero__actions .btn::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(115deg, transparent 18%, rgba(255,255,255,.16) 50%, transparent 82%);
  transform: translateX(-140%);
  transition: transform .6s ease;
  pointer-events:none;
}

body.page-nosotros .aboutCleanHero__actions .btn:hover::after{
  transform: translateX(140%);
}

@media (max-width: 1080px){
  body.page-nosotros .aboutCleanHero__shell::before{
    inset: -14% -6% auto auto;
    width: 56%;
  }

  body.page-nosotros .aboutCleanHero__mediaFrame{
    width: min(100%, 520px);
    margin-inline: auto;
  }

  body.page-nosotros .aboutCleanHero__media picture,
  body.page-nosotros .aboutCleanHero__media img{
    min-height: 560px;
  }
}

@media (max-width: 720px){
  body.page-nosotros .aboutCleanHero__shell{
    padding: 18px;
    border-radius: 24px;
  }

  body.page-nosotros .aboutCleanHero__shell::after{
    inset: 10px;
    border-radius: 18px;
  }

  body.page-nosotros .aboutCleanHero__copy h1{
    max-width: 9.4ch;
  }

  body.page-nosotros .aboutCleanHero__mediaFrame{
    padding: 10px;
    border-radius: 24px;
  }

  body.page-nosotros .aboutCleanHero__mediaFrame::after,
  body.page-nosotros .aboutCleanHero__mediaFrame::before{
    inset: 10px;
  }

  body.page-nosotros .aboutCleanHero__mediaFrame::before{
    height: 38%;
    border-radius: 18px 18px 80px 80px;
  }

  body.page-nosotros .aboutCleanHero__media picture,
  body.page-nosotros .aboutCleanHero__media img{
    min-height: 420px;
    border-radius: 18px;
  }
}

/* hero v10: integra texto + imagen sin espacio sobrante */
body.page-nosotros .aboutCleanHero__shell{
  padding: clamp(24px, 2.8vw, 34px);
}

body.page-nosotros .aboutCleanHero__grid{
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .78fr);
  gap: clamp(24px, 2.8vw, 52px);
  align-items: stretch;
}

body.page-nosotros .aboutCleanHero__copy{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(2px, .6vw, 10px) 0;
}

body.page-nosotros .aboutCleanHero__media{
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

body.page-nosotros .aboutCleanHero__mediaFrame{
  width: min(100%, 390px);
  min-height: clamp(560px, 66vh, 740px);
  height: 100%;
  padding: 0 !important;
  border-radius: 34px;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}

body.page-nosotros .aboutCleanHero__mediaFrame::before,
body.page-nosotros .aboutCleanHero__mediaFrame::after{
  display: none !important;
}

body.page-nosotros .aboutCleanHero__media picture,
body.page-nosotros .aboutCleanHero__video{
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border-radius: 30px;
  overflow: hidden;
  box-shadow:
    0 26px 68px rgba(3, 10, 24, .34),
    inset 0 0 0 1px rgba(255,255,255,.08);
}

body.page-nosotros .aboutCleanHero__media img,
body.page-nosotros .aboutCleanHero__video{
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px;
  filter: saturate(1.02) contrast(1.02);
  transform: none;
}

body.page-nosotros .aboutCleanHero__video{
  background: transparent;
  pointer-events: none;
}

body.page-nosotros .aboutCleanHero__shell:hover .aboutCleanHero__media img,
body.page-nosotros .aboutCleanHero__shell:hover .aboutCleanHero__video{
  transform: scale(1.015);
}

@media (max-width: 1080px){
  body.page-nosotros .aboutCleanHero__grid{
    grid-template-columns: minmax(0, 1fr);
  }

  body.page-nosotros .aboutCleanHero__media{
    justify-content: center;
  }

  body.page-nosotros .aboutCleanHero__mediaFrame{
    width: min(100%, 520px);
    min-height: 520px;
  }
}

@media (max-width: 720px){
  body.page-nosotros .aboutCleanHero__shell{
    padding: 18px;
  }

  body.page-nosotros .aboutCleanHero__mediaFrame{
    width: 100%;
    min-height: 420px;
  }

  body.page-nosotros .aboutCleanHero__media picture,
  body.page-nosotros .aboutCleanHero__media img,
  body.page-nosotros .aboutCleanHero__video{
    border-radius: 22px;
  }
}


/* hero v22: mejora balance visual y evita bloque estirado */
body.page-nosotros .aboutCleanHero .container{
  max-width: 1240px;
}

body.page-nosotros .aboutCleanHero__shell{
  padding: clamp(28px, 3vw, 40px);
}

body.page-nosotros .aboutCleanHero__grid{
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  gap: clamp(30px, 3.4vw, 72px);
  align-items: center;
}

body.page-nosotros .aboutCleanHero__copy{
  max-width: 650px;
  padding: 0;
}

body.page-nosotros .aboutCleanHero__copy h1{
  margin: 0;
  max-width: 11.5ch;
  font-size: clamp(54px, 5.5vw, 82px);
  line-height: .92;
  letter-spacing: -.05em;
}

body.page-nosotros .aboutClean__lead{
  margin-top: 22px;
  max-width: 58ch;
}

body.page-nosotros .aboutCleanHero__highlights{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

body.page-nosotros .aboutCleanHero__highlights span{
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(17,37,83,.48), rgba(9,20,48,.76));
  color: rgba(240,245,255,.92);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

body.page-nosotros .aboutCleanHero__actions{
  margin-top: 30px;
}

body.page-nosotros .aboutCleanHero__media{
  justify-content: center;
}

body.page-nosotros .aboutCleanHero__mediaFrame{
  width: min(100%, 450px);
  aspect-ratio: 4 / 5.15;
  min-height: auto;
  max-height: 620px;
  height: auto;
  border-radius: 34px;
  overflow: hidden;
}

body.page-nosotros .aboutCleanHero__media picture,
body.page-nosotros .aboutCleanHero__video{
  min-height: 0;
  height: 100%;
  border-radius: inherit;
}

body.page-nosotros .aboutCleanHero__media img,
body.page-nosotros .aboutCleanHero__video{
  min-height: 0;
  border-radius: inherit;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 1180px){
  body.page-nosotros .aboutCleanHero__copy h1{
    font-size: clamp(48px, 5.1vw, 72px);
  }

  body.page-nosotros .aboutCleanHero__mediaFrame{
    width: min(100%, 410px);
  }
}

@media (max-width: 1080px){
  body.page-nosotros .aboutCleanHero__grid{
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  body.page-nosotros .aboutCleanHero__copy{
    max-width: 100%;
  }

  body.page-nosotros .aboutCleanHero__copy h1{
    max-width: 12ch;
  }

  body.page-nosotros .aboutCleanHero__mediaFrame{
    width: min(100%, 560px);
    aspect-ratio: 5 / 4.8;
    max-height: none;
  }
}

@media (max-width: 720px){
  body.page-nosotros .aboutCleanHero__copy h1{
    max-width: 100%;
    font-size: clamp(40px, 13vw, 58px);
  }

  body.page-nosotros .aboutCleanHero__highlights{
    gap: 10px;
  }

  body.page-nosotros .aboutCleanHero__highlights span{
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  body.page-nosotros .aboutCleanHero__mediaFrame{
    width: 100%;
    aspect-ratio: 4 / 5;
  }
}
