/* =========================================================
   ML in Cloud — Nosotros
   Archivo: css/nosotros.css
   Versión limpia y final
   ========================================================= */

/* =========================================================
   HERO NOSOTROS
   ========================================================= */

.nosotros-page .nosotros-hero.brand-video-hero {
  min-height: 340px !important;
  padding: 108px 0 56px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  isolation: isolate;
}

/* Imagen fija del hero */
.nosotros-page .nosotros-hero .brand-hero-bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 75% !important;
}

/* Contenido centrado */
.nosotros-page .nosotros-hero .brand-hero-centered {
  position: relative !important;
  z-index: 2 !important;
  min-height: auto !important;
  display: grid !important;
  place-items: center !important;
  text-align: center !important;
}

.nosotros-page .nosotros-hero-copy {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

/* Label */
.nosotros-page .nosotros-hero .nosotros-brand-label {
  width: fit-content !important;
  max-width: 520px !important;
  margin: 0 auto 18px !important;
  padding: 16px 28px !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(18px);
}

.nosotros-page .nosotros-hero .nosotros-brand-label strong {
  color: #ffffff !important;
  font-size: clamp(1.45rem, 2.2vw, 2.1rem) !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  letter-spacing: -0.04em !important;
}

.nosotros-page .nosotros-hero h1 {
  max-width: 720px !important;
  margin: 0 auto !important;
  color: #ffffff !important;
  font-size: clamp(2.4rem, 4.8vw, 4.2rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.055em !important;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.46) !important;
}

/* Oculta eyebrow si llegara a existir */
.nosotros-page .nosotros-hero .eyebrow {
  display: none !important;
}

/* =========================================================
   ETIQUETAS NUMERADAS 01 / 02 / 03
   ========================================================= */

.nosotros-page .nosotros-section-label {
  position: sticky;
  top: 120px;
  align-self: start;
  display: block;
  height: fit-content;
  padding: 0 0 0 22px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.nosotros-page .nosotros-section-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 86px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--brand), var(--accent-warm));
}

.nosotros-page .nosotros-section-label::after {
  display: none !important;
}

.nosotros-page .nosotros-section-label span {
  width: auto;
  height: auto;
  display: block;
  margin-bottom: 8px;
  color: var(--brand-dark);
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.nosotros-page .nosotros-section-label p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.35;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
}

/* Etiquetas sobre fondo oscuro */
.nosotros-page .nosotros-difference .nosotros-section-label span {
  color: #ffffff;
}

.nosotros-page .nosotros-difference .nosotros-section-label p {
  color: rgba(255, 255, 255, 0.72);
}

/* =========================================================
   QUIÉNES SOMOS
   ========================================================= */

.nosotros-page .nosotros-about {
  padding: 96px 0 90px !important;
  background:
    radial-gradient(circle at 88% 12%, rgba(56, 175, 228, 0.06), transparent 30%),
    linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%) !important;
}

.nosotros-page .nosotros-about-layout {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 72px;
  align-items: start;
}

.nosotros-page .nosotros-about-content {
  display: block;
}

.nosotros-page .nosotros-about-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 70px;
  align-items: center;
}

.nosotros-page .nosotros-about-copy {
  max-width: 700px;
}

/* Texto uniforme */
.nosotros-page .nosotros-about-copy h2,
.nosotros-page .nosotros-about-copy p {
  max-width: 700px;
  margin: 0 0 18px;
  color: #13212d;
  font-size: 1.08rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: normal;
}

.nosotros-page .nosotros-about-copy h2 {
  font-size: 1.12rem;
  font-weight: 700;
}

.nosotros-page .nosotros-about-copy p:last-child {
  margin-bottom: 0;
}

/* Imagen lateral limpia */
.nosotros-page .nosotros-about-image {
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  overflow: visible;
}

.nosotros-page .nosotros-about-image::before {
  display: none;
}

.nosotros-page .nosotros-about-image img {
  width: 100%;
  height: auto;
  min-height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  opacity: 1;
  box-shadow: none;
}

.nosotros-page .nosotros-about-image:hover img {
  transform: none;
}

/* =========================================================
   CONTADORES
   ========================================================= */

.nosotros-page .nosotros-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(135deg, #101827, #203546);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 64px rgba(16, 36, 58, 0.16);
}

.nosotros-page .nosotros-stats-row article {
  position: relative;
  min-height: 150px;
  padding: 38px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.nosotros-page .nosotros-stats-row article:last-child {
  border-right: 0;
}

.nosotros-page .nosotros-stats-row article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: var(--brand);
  transform: translateX(-50%);
}

.nosotros-page .nosotros-stats-row strong,
.nosotros-page .nosotros-stats-row .stat-icon {
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #ffffff;
  font-size: clamp(2.2rem, 3.4vw, 3.2rem);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -0.05em;
  text-align: center;
}

.nosotros-page .nosotros-stats-row p {
  max-width: 290px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
  line-height: 1.5;
  font-weight: 650;
  text-align: center;
}

/* Ícono México */
.nosotros-page .nosotros-stats-row .mexico-icon img {
  width: 84px;
  height: auto;
  display: block;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(0 4px 10px rgba(56, 175, 228, 0.18));
}

/* =========================================================
   QUÉ NOS HACE DIFERENTES
   ========================================================= */

.nosotros-page .nosotros-difference {
  position: relative;
  overflow: visible;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 14%, rgba(56, 175, 228, 0.18), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255, 111, 44, 0.10), transparent 28%),
    linear-gradient(135deg, #101827 0%, #203546 100%);
}

.nosotros-page .nosotros-difference::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.45;
}

.nosotros-page .nosotros-difference-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 72px;
  align-items: start;
}

.nosotros-page .nosotros-difference-content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 70px;
  align-items: start;
}

.nosotros-page .nosotros-difference-intro {
  max-width: 620px;
}

.nosotros-page .section-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--brand-light);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nosotros-page .section-kicker.dark {
  color: var(--brand);
}

.nosotros-page .nosotros-difference-intro h2 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(1.6rem, 2.8vw, 2.6rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.nosotros-page .nosotros-difference-intro p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.06rem;
  line-height: 1.78;
  font-weight: 400;
}

/* Lista */
.nosotros-page .nosotros-difference-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.nosotros-page .nosotros-difference-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition:
    padding-left 0.25s ease,
    border-color 0.25s ease;
}

.nosotros-page .nosotros-difference-list article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--brand-light);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.82rem;
  font-weight: 900;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.nosotros-page .nosotros-difference-list h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1.18rem;
  line-height: 1.3;
  font-weight: 800;
}

.nosotros-page .nosotros-difference-list p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.98rem;
  line-height: 1.7;
  font-weight: 400;
}

.nosotros-page .nosotros-difference-list article:hover {
  padding-left: 14px;
  border-bottom-color: rgba(56, 175, 228, 0.34);
}

.nosotros-page .nosotros-difference-list article:hover > span {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  border-color: rgba(255, 255, 255, 0.22);
}

/* =========================================================
   NUESTROS VALORES
   ========================================================= */

.nosotros-page .nosotros-values-clean {
  position: relative;
  overflow: visible;
  background:
    radial-gradient(circle at 12% 18%, rgba(56, 175, 228, 0.10), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(255, 111, 44, 0.07), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

.nosotros-page .nosotros-values-layout {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 72px;
  align-items: start;
}

.nosotros-page .nosotros-values-content {
  display: block;
}

.nosotros-page .nosotros-values-intro {
  max-width: 760px;
  margin-bottom: 46px;
}

.nosotros-page .nosotros-values-intro .section-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nosotros-page .nosotros-values-intro p {
  max-width: 760px;
  margin: 0;
  color: #13212d;
  font-size: 1.08rem;
  line-height: 1.78;
  font-weight: 500;
}

/* Grid */
.nosotros-page .nosotros-values-cards {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Card giratoria */
.nosotros-page .value-flip-card {
  min-height: 280px;
  perspective: 1400px;
  outline: none;
}

.nosotros-page .value-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border-radius: 30px;
  transform-style: preserve-3d;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.nosotros-page .value-flip-card:hover .value-card-inner,
.nosotros-page .value-flip-card:focus .value-card-inner,
.nosotros-page .value-flip-card:focus-within .value-card-inner {
  transform: rotateY(180deg);
}

.nosotros-page .value-card-face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 28px;
  border-radius: 30px;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Frente */
.nosotros-page .value-card-front {
  align-items: center;
  text-align: center;
  color: #13212d;
  background:
    radial-gradient(circle at 85% 12%, rgba(56, 175, 228, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  border: 1px solid rgba(217, 229, 239, 0.95);
  box-shadow:
    0 24px 64px rgba(16, 36, 58, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.nosotros-page .value-card-front::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), var(--accent-warm));
}

.nosotros-page .value-card-front::after {
  content: "Pasa el cursor";
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--text-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Reverso */
.nosotros-page .value-card-back {
  justify-content: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 12%, rgba(56, 175, 228, 0.24), transparent 34%),
    linear-gradient(135deg, #101827 0%, #203546 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 30px 80px rgba(16, 36, 58, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: rotateY(180deg);
}

.nosotros-page .value-card-back::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 30px;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), var(--accent-warm));
}

/* Icono */
.nosotros-page .value-icon {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 26px;
  color: #ffffff;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.28), transparent 38%),
    linear-gradient(135deg, var(--brand), var(--brand-dark));
  box-shadow:
    0 18px 38px rgba(56, 175, 228, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.nosotros-page .value-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Textos */
.nosotros-page .value-card-front h3 {
  max-width: 220px;
  margin: 0;
  color: #13212d;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.nosotros-page .value-card-back h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 850;
}

.nosotros-page .value-card-back p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.98rem;
  line-height: 1.7;
  font-weight: 400;
}

/* =========================================================
   CTA FINAL
   ========================================================= */

.nosotros-page .nosotros-cta {
  position: relative;
  overflow: hidden;
  padding: 96px 0 !important;
  background:
    radial-gradient(circle at 14% 18%, rgba(56, 175, 228, 0.10), transparent 30%),
    radial-gradient(circle at 86% 20%, rgba(255, 111, 44, 0.07), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%) !important;
}

.nosotros-page .nosotros-cta::before {
  display: none !important;
}

.nosotros-page .nosotros-cta-box {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
  padding: 56px 54px;
  text-align: center;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(56, 175, 228, 0.28), transparent 34%),
    radial-gradient(circle at bottom left, rgba(255, 111, 44, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(16, 24, 39, 0.96), rgba(32, 53, 70, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 34px 90px rgba(16, 36, 58, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}

.nosotros-page .nosotros-cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      120deg,
      transparent 0%,
      rgba(255, 255, 255, 0.10) 42%,
      transparent 68%
    );
  transform: translateX(-120%);
  animation: nosotrosCtaGlassShine 6.5s ease-in-out infinite;
}

.nosotros-page .nosotros-cta-box::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -120px;
  top: -130px;
  border-radius: 50%;
  background: rgba(56, 175, 228, 0.16);
  filter: blur(10px);
  pointer-events: none;
}

.nosotros-page .nosotros-cta-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--brand-light);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nosotros-page .nosotros-cta h2 {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto 18px;
  color: #ffffff;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.nosotros-page .nosotros-cta p {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.02rem;
  line-height: 1.72;
  font-weight: 400;
}

.nosotros-page .nosotros-cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nosotros-page .nosotros-cta .btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  border: 1px solid rgba(89, 197, 244, 0.62);
  box-shadow:
    0 18px 42px rgba(56, 175, 228, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.nosotros-page .nosotros-cta .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -90%;
  z-index: -1;
  width: 70%;
  height: 100%;
  background:
    linear-gradient(
      120deg,
      transparent 0%,
      rgba(255, 255, 255, 0.55) 50%,
      transparent 100%
    );
  transform: skewX(-18deg);
  transition: left 0.65s ease;
}

.nosotros-page .nosotros-cta .btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, var(--accent-warm), var(--brand));
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow:
    0 22px 50px rgba(255, 111, 44, 0.24),
    0 0 28px rgba(56, 175, 228, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.nosotros-page .nosotros-cta .btn:hover::before {
  left: 120%;
}

@keyframes nosotrosCtaGlassShine {
  0%,
  72% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(120%);
  }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1120px) {
  .nosotros-page .nosotros-about-layout,
  .nosotros-page .nosotros-difference-layout,
  .nosotros-page .nosotros-values-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .nosotros-page .nosotros-section-label {
    position: relative;
    top: auto;
  }

  .nosotros-page .nosotros-about-main,
  .nosotros-page .nosotros-difference-content {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .nosotros-page .nosotros-about-image {
    max-width: 420px;
    margin: 0 auto;
  }

  .nosotros-page .nosotros-values-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .nosotros-page {
    overflow-x: hidden;
  }

  .nosotros-page .container {
    width: min(100% - 40px, 1180px);
  }

  .nosotros-page .nosotros-about-layout,
  .nosotros-page .nosotros-difference-layout,
  .nosotros-page .nosotros-values-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .nosotros-page .nosotros-section-label,
  .nosotros-page .nosotros-about .nosotros-section-label,
  .nosotros-page .nosotros-difference .nosotros-section-label,
  .nosotros-page .nosotros-values-clean .nosotros-section-label {
    position: relative;
    top: auto;
    width: 100%;
    max-width: 100%;
    padding-left: 22px;
    margin: 0;
  }

  .nosotros-page .nosotros-about-main {
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
  }

  .nosotros-page .nosotros-about-copy {
    width: 100%;
    max-width: 100%;
  }

  .nosotros-page .nosotros-about-copy h2,
  .nosotros-page .nosotros-about-copy p {
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.75;
    text-align: left;
    word-break: normal;
    overflow-wrap: normal;
    white-space: normal;
  }

  .nosotros-page .nosotros-about-image {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .nosotros-page .nosotros-about-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .nosotros-page .nosotros-stats-row {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .nosotros-page .nosotros-stats-row article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nosotros-page .nosotros-stats-row article:last-child {
    border-bottom: 0;
  }

  .nosotros-page .nosotros-difference-content {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .nosotros-page .nosotros-difference-list article {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .nosotros-page .nosotros-difference-list article:hover {
    padding-left: 0;
  }

  .nosotros-page .nosotros-values-content {
    display: block;
  }

  .nosotros-page .nosotros-values-intro {
    max-width: 100%;
    margin-bottom: 34px;
  }

  .nosotros-page .nosotros-values-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .nosotros-page .value-flip-card,
  .nosotros-page .value-card-inner {
    min-height: 250px;
  }

  .nosotros-page .nosotros-cta-box {
    padding: 42px 26px;
  }

  .nosotros-page .nosotros-cta .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .nosotros-page .nosotros-hero.brand-video-hero {
    min-height: 330px !important;
    padding: 96px 0 48px !important;
  }

  .nosotros-page .nosotros-hero .nosotros-brand-label {
    padding: 14px 22px !important;
    margin-bottom: 18px !important;
  }

  .nosotros-page .nosotros-hero h1 {
    font-size: clamp(2.2rem, 10vw, 3.1rem) !important;
  }

  .nosotros-page .nosotros-about {
    padding: 76px 0 !important;
  }

  .nosotros-page .nosotros-stats-row {
    margin-top: 44px;
  }

  .nosotros-page .nosotros-stats-row article {
    min-height: 142px;
    padding: 34px 28px;
  }

  .nosotros-page .nosotros-stats-row strong,
  .nosotros-page .nosotros-stats-row .stat-icon {
    font-size: 2.45rem;
  }

  .nosotros-page .nosotros-difference-intro h2 {
    font-size: clamp(1.8rem, 8vw, 2.55rem);
  }

  .nosotros-page .nosotros-difference-intro p,
  .nosotros-page .nosotros-values-intro p {
    font-size: 1rem;
  }

  .nosotros-page .value-card-front::after {
    content: "Toca para ver";
  }

  .nosotros-page .nosotros-cta {
    padding: 76px 0 !important;
  }

  .nosotros-page .nosotros-cta-box {
    padding: 42px 28px;
    border-radius: 28px;
  }

  .nosotros-page .nosotros-cta h2 {
    font-size: clamp(1.75rem, 8vw, 2.55rem);
  }

  .nosotros-page .nosotros-cta p {
    font-size: 1rem;
  }
}

/* =========================================================
   ACCESIBILIDAD / RENDIMIENTO
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .nosotros-page *,
  .nosotros-page *::before,
  .nosotros-page *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  .nosotros-page .value-card-inner {
    transition: none !important;
  }
}