/* About page — immersive hero (Nosotros). Loaded only on sobre-nosotros. */

.about-hero-v2 {
  --ah-brand: var(--mws-green, #c9ff00);
  --ah-brand-rgb: 201, 255, 0;
  --ah-bg0: #030303;
  --ah-bg1: #12110f;
  --ah-bg2: #1d1d1b;
  --ah-title-y: 26%;
  --ah-tilt-x: calc(var(--ah-mx, 0) * 7px);
  --ah-tilt-y: calc(var(--ah-my, 0) * 5px);
  /* Seguimiento leve del cursor en cards (desktop; JS actualiza -1…1) */
  --ah-mx: 0;
  --ah-my: 0;
  position: relative;
  height: clamp(720px, 90svh, 860px);
  max-height: clamp(720px, 90svh, 860px);
  min-height: clamp(720px, 90svh, 860px);
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  color: var(--mws-white, #d5d5d5);
  isolation: isolate;
  background: var(--ah-bg0);
  box-sizing: border-box;
}

.about-hero-v2__ship {
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(96px, 16vw, 152px);
  height: clamp(96px, 16vw, 152px);
  margin: 0;
  pointer-events: none;
  z-index: 15;
  object-fit: contain;
  opacity: 0;
  visibility: hidden;
  filter: drop-shadow(0 0 10px rgba(var(--ah-brand-rgb), 0.55));
}

.about-hero-v2__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(125% 85% at 50% 100%, rgba(var(--ah-brand-rgb), 0.28), transparent 58%),
    radial-gradient(70% 50% at 50% 0%, rgba(30, 32, 28, 0.9), transparent 55%),
    linear-gradient(180deg, var(--ah-bg0) 0%, var(--ah-bg1) 42%, var(--ah-bg2) 100%);
  opacity: 0;
  transform: scale(1.08);
  will-change: opacity, transform;
}

.about-hero-v2__vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse 70% 55% at 50% 38%, transparent 0%, rgba(0, 0, 0, 0.38) 72%, rgba(0, 0, 0, 0.55) 100%);
}

.about-hero-v2__grid {
  position: absolute;
  inset: -10%;
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(rgba(var(--ah-brand-rgb), 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--ah-brand-rgb), 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 65% 55% at 50% 40%, #000 0%, transparent 75%);
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
}

.about-hero-v2__world {
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
  z-index: 4;
  width: min(1900px, 118vw);
  max-height: min(50vh, 420px);
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  animation: ah-world-float 7s ease-in-out infinite;
}

.about-hero-v2__world::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18%;
  width: min(72vw, 640px);
  height: min(72vw, 640px);
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(var(--ah-brand-rgb), 0.35) 0%,
    rgba(var(--ah-brand-rgb), 0.12) 38%,
    transparent 68%
  );
  filter: blur(28px);
  animation: ah-world-pulse 4.5s ease-in-out infinite;
}

.about-hero-v2__world picture {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.about-hero-v2__world-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: min(58vh, 480px);
  object-fit: contain;
  object-position: bottom center;
  display: block;
  user-select: none;
  filter: brightness(1.12) drop-shadow(0 -8px 56px rgba(var(--ah-brand-rgb), 0.45));
  animation: ah-world-breathe 5s ease-in-out infinite;
}

@keyframes ah-world-float {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}

@keyframes ah-world-pulse {
  0%,
  100% {
    opacity: 0.65;
    transform: translateX(-50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.06);
  }
}

@keyframes ah-world-breathe {
  0%,
  100% {
    filter: brightness(1.1) drop-shadow(0 -8px 48px rgba(var(--ah-brand-rgb), 0.4));
  }
  50% {
    filter: brightness(1.2) drop-shadow(0 -14px 64px rgba(var(--ah-brand-rgb), 0.55));
  }
}

.about-hero-v2__canvas {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}

.about-hero-v2__glow {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    420px 420px at 50% 45%,
    rgba(var(--ah-brand-rgb), 0.24),
    rgba(255, 255, 255, 0.04) 42%,
    transparent 62%
  );
  mix-blend-mode: screen;
  transition: opacity 0.4s ease;
}

.about-hero-v2__connect {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}

.about-hero-v2__connect path {
  fill: none;
  stroke: rgba(var(--ah-brand-rgb), 0.28);
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-dasharray: 8 14;
  animation: ah-connect-flow 14s linear infinite;
}

.about-hero-v2__connect.is-hot path {
  stroke: rgba(var(--ah-brand-rgb), 0.62);
  filter: drop-shadow(0 0 6px rgba(var(--ah-brand-rgb), 0.45));
}

@keyframes ah-connect-flow {
  to {
    stroke-dashoffset: -220;
  }
}

.about-hero-v2__stage {
  position: absolute;
  inset: 0;
  z-index: 6;
  padding: clamp(52px, 6vh, 64px) 0 clamp(148px, 16vh, 168px);
  box-sizing: border-box;
  pointer-events: none;
}

/* Medio óvalo alrededor del título (referencia: esquinas + base, 7 tarjetas) */
.about-hero-v2__cards-band {
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
}

.about-hero-v2__cards-band > .about-hero-v2__card {
  position: absolute;
  left: var(--ah-x, 50%);
  top: var(--ah-y, 55%);
  width: min(172px, 12.5vw);
  max-width: 188px;
  margin: 0;
  pointer-events: auto;
  transform: translate(-50%, -50%) rotate(var(--ah-rot, 0deg)) translate3d(var(--ah-tilt-x), var(--ah-tilt-y), 0);
  transform-origin: center center;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 8 tarjetas: escalera; base (3 y 7) hacia el centro; más aire vertical */
.about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="0"] {
  --ah-x: 19%;
  --ah-y: 15%;
  --ah-rot: 2deg;
}
.about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="1"] {
  --ah-x: 15%;
  --ah-y: 38%;
  --ah-rot: 1deg;
}
.about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="2"] {
  --ah-x: 18%;
  --ah-y: 61%;
  --ah-rot: 1deg;
}
.about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="3"] {
  --ah-x: 32%;
  --ah-y: 74%;
  --ah-rot: 0deg;
}

.about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="4"] {
  --ah-x: 81%;
  --ah-y: 15%;
  --ah-rot: -2deg;
}
.about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="5"] {
  --ah-x: 85%;
  --ah-y: 38%;
  --ah-rot: -1deg;
}
.about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="6"] {
  --ah-x: 82%;
  --ah-y: 61%;
  --ah-rot: -1deg;
}
.about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="7"] {
  --ah-x: 68%;
  --ah-y: 74%;
  --ah-rot: 0deg;
}

.about-hero-v2__cards-band > .about-hero-v2__card:hover {
  z-index: 12;
  transform: translate(-50%, -50%) rotate(0deg) scale(1.04) translate3d(var(--ah-tilt-x), var(--ah-tilt-y), 0);
}

.about-hero-v2__card {
  padding: 12px 12px 14px;
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  pointer-events: auto;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(var(--ah-brand-rgb), 0.28);
  box-shadow: 0 0 0 1px rgba(var(--ah-brand-rgb), 0.06) inset, 0 12px 40px rgba(0, 0, 0, 0.45),
    0 0 48px rgba(var(--ah-brand-rgb), 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  will-change: transform, box-shadow;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.about-hero-v2__card::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(var(--ah-brand-rgb), 0.55), transparent);
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 0.3s ease, transform 0.35s ease;
}

.about-hero-v2__card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.about-hero-v2__card:hover {
  border-color: rgba(var(--ah-brand-rgb), 0.55);
  box-shadow: 0 0 0 1px rgba(var(--ah-brand-rgb), 0.12) inset, 0 22px 56px rgba(0, 0, 0, 0.55),
    0 0 72px rgba(var(--ah-brand-rgb), 0.22);
}

.about-hero-v2__card-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--ah-brand);
  background: rgba(var(--ah-brand-rgb), 0.12);
  border: 1px solid rgba(var(--ah-brand-rgb), 0.22);
  margin-bottom: 8px;
  transition: color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.about-hero-v2__card:hover .about-hero-v2__card-icon {
  color: #fff;
  box-shadow: 0 0 24px rgba(var(--ah-brand-rgb), 0.45);
  transform: scale(1.06);
}

.about-hero-v2__card-title {
  font-family: var(--font-primary, "Montserrat", sans-serif);
  font-size: 0.86rem;
  font-weight: 800;
  margin: 0 0 5px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.about-hero-v2__card-title-short {
  display: none;
}

.about-hero-v2__card-desc {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.4;
  color: rgba(213, 213, 213, 0.88);
}

/* Destacado en órbita (p. ej. IA) */
.about-hero-v2__card--accent {
  border-color: rgba(var(--ah-brand-rgb), 0.45);
  box-shadow: 0 0 0 1px rgba(var(--ah-brand-rgb), 0.1) inset, 0 12px 40px rgba(0, 0, 0, 0.45),
    0 0 64px rgba(var(--ah-brand-rgb), 0.18);
}

.about-hero-v2__center {
  position: absolute;
  left: 50%;
  top: var(--ah-title-y);
  transform: translate(-50%, -50%);
  z-index: 10;
  width: min(480px, 46vw);
  max-width: 520px;
  text-align: center;
  padding: 0 clamp(8px, 1.5vw, 16px);
  box-sizing: border-box;
  pointer-events: auto;
}

.about-hero-v2__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ah-brand);
  border: 1px solid rgba(var(--ah-brand-rgb), 0.4);
  background: rgba(var(--ah-brand-rgb), 0.08);
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(12px);
}

.about-hero-v2__title {
  font-family: var(--font-primary, "Montserrat", sans-serif);
  font-weight: 900;
  font-size: clamp(1.55rem, 3.4vw, 2.45rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
  color: #fff;
}

.about-hero-v2__line {
  display: block;
  overflow: hidden;
}

/* Línea con “impulsan” + resplandor (::after), sin trocear el texto del degradado */
.about-hero-v2__line:has(.about-hero-v2__line-inner--mixed) {
  overflow: visible;
  padding-top: 0.42em;
  margin-top: -0.28em;
}

/* Estado final legible sin depender solo del CSS inicial (GSAP hace set + reveal) */
.about-hero-v2__line-inner {
  display: block;
  color: #fff;
  filter: none;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity, filter;
}

.about-hero-v2__line-inner--mixed {
  white-space: nowrap;
}

@media (max-width: 520px) {
  .about-hero-v2__line-inner--mixed {
    white-space: normal;
    max-width: min(100%, 22rem);
    margin-left: auto;
    margin-right: auto;
  }
}

.about-hero-v2__title-plain {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.about-hero-v2__title-gradient {
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #f2f2ec 22%,
    rgba(var(--ah-brand-rgb), 1) 48%,
    #e8ff66 72%,
    #f5ffd0 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.about-hero-v2__title-gradient--impulsan {
  position: relative;
  display: inline-block;
  padding-right: 0.12em;
  overflow: visible;
  isolation: isolate;
}

/* Punto de luz entre “a” y “n” (misma palabra, degradado continuo) */
.about-hero-v2__title-gradient--impulsan::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 74%;
  top: 0;
  width: 0.48em;
  height: 0.48em;
  margin: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff 0%, rgba(255, 255, 255, 0.95) 28%, rgba(255, 255, 255, 0.2) 55%, transparent 72%);
  box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.55), 0 0 22px 6px rgba(var(--ah-brand-rgb), 0.35);
  pointer-events: none;
  transform: translate(-50%, -58%);
  mix-blend-mode: screen;
}

.about-hero-v2__lead {
  margin: 0 auto 10px;
  max-width: min(40ch, 92vw);
  font-size: clamp(0.78rem, 1.35vw, 0.9rem);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.94);
  opacity: 0;
  transform: translateY(16px);
}

.about-hero-v2__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  opacity: 0;
  transform: translateY(18px);
}

.about-hero-v2__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  font-family: var(--font-primary, "Montserrat", sans-serif);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.25s ease;
}

.about-hero-v2__btn--primary {
  color: var(--mws-black, #1d1d1b);
  background: linear-gradient(120deg, var(--ah-brand), #d4ff4d);
  box-shadow: 0 8px 32px rgba(var(--ah-brand-rgb), 0.35);
}

.about-hero-v2__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(var(--ah-brand-rgb), 0.48);
}

.about-hero-v2__btn--ghost {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.about-hero-v2__btn--ghost:hover {
  border-color: rgba(var(--ah-brand-rgb), 0.55);
  color: var(--ah-brand);
  transform: translateY(-2px);
}

.about-hero-v2__stats {
  position: absolute;
  left: 50%;
  bottom: clamp(14px, 2.5vh, 24px);
  transform: translateX(-50%);
  z-index: 11;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 14px;
  width: min(1080px, 96vw);
  padding: clamp(16px, 2.2vh, 22px) clamp(18px, 2.5vw, 28px);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(var(--ah-brand-rgb), 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
}

.about-hero-v2--anim-pending .about-hero-v2__stats {
  opacity: 0;
  visibility: hidden;
}

.about-hero-v2__stat {
  flex: 1 1 160px;
  min-width: min(160px, 42vw);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 14px;
}

.about-hero-v2__stat-body {
  min-width: 0;
}

.about-hero-v2__stat-icon {
  font-size: clamp(1.55rem, 2.2vw, 1.9rem);
  color: var(--ah-brand);
  opacity: 0.95;
  flex-shrink: 0;
}

.about-hero-v2__stat-num {
  font-family: var(--font-primary, "Montserrat", sans-serif);
  font-weight: 900;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  color: var(--ah-brand);
  line-height: 1;
  text-shadow: 0 0 28px rgba(var(--ah-brand-rgb), 0.4);
}

.about-hero-v2__stat-label {
  font-size: clamp(0.78rem, 1.1vw, 0.9rem);
  color: rgba(213, 213, 213, 0.72);
  line-height: 1.3;
}

.about-hero-v2__scroll-hint {
  display: none;
}

@media (min-width: 1400px) {
  .about-hero-v2 {
    --ah-title-y: 26%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="0"] {
    --ah-x: 18%;
    --ah-y: 14%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="1"] {
    --ah-x: 14%;
    --ah-y: 37%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="2"] {
    --ah-x: 17%;
    --ah-y: 60%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="3"] {
    --ah-x: 31%;
    --ah-y: 73%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="4"] {
    --ah-x: 82%;
    --ah-y: 14%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="5"] {
    --ah-x: 86%;
    --ah-y: 37%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="6"] {
    --ah-x: 83%;
    --ah-y: 60%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="7"] {
    --ah-x: 69%;
    --ah-y: 73%;
  }
}

@media (max-height: 820px) and (min-width: 769px) {
  .about-hero-v2 {
    --ah-title-y: 22%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="0"] {
    --ah-y: 14%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="1"] {
    --ah-y: 36%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="2"] {
    --ah-y: 58%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="3"] {
    --ah-x: 30%;
    --ah-y: 71%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="4"] {
    --ah-y: 14%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="5"] {
    --ah-y: 36%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="6"] {
    --ah-y: 58%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="7"] {
    --ah-x: 67%;
    --ah-y: 71%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card {
    width: min(152px, 14vw);
    max-width: 168px;
    padding: 9px 10px 10px;
  }
  .about-hero-v2__card-icon {
    width: 34px;
    height: 34px;
    font-size: 0.95rem;
    margin-bottom: 5px;
  }
  .about-hero-v2__card-title {
    font-size: 0.78rem;
  }
  .about-hero-v2__card-desc {
    font-size: 0.66rem;
  }
  .about-hero-v2__title {
    font-size: clamp(1.4rem, 2.8vw, 2.1rem);
  }
  .about-hero-v2__stage {
    padding-bottom: clamp(130px, 14vh, 148px);
  }
}

@media (max-width: 1100px) and (min-width: 769px) {
  .about-hero-v2 {
    --ah-title-y: 23%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="0"] {
    --ah-x: 17%;
    --ah-y: 16%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="1"] {
    --ah-x: 13%;
    --ah-y: 38%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="2"] {
    --ah-x: 16%;
    --ah-y: 60%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="3"] {
    --ah-x: 29%;
    --ah-y: 72%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="4"] {
    --ah-x: 83%;
    --ah-y: 16%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="5"] {
    --ah-x: 87%;
    --ah-y: 38%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="6"] {
    --ah-x: 84%;
    --ah-y: 60%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="7"] {
    --ah-x: 66%;
    --ah-y: 72%;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card {
    width: min(148px, 14.5vw);
    max-width: 168px;
  }
  .about-hero-v2__center {
    width: min(420px, 50vw);
  }
}

@media (max-width: 768px) {
  .about-hero-v2 {
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: none;
    min-height: 0;
    overflow: hidden;
    padding: 0 0 12px;
  }
  .about-hero-v2__world {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 160vw;
    max-height: 42vh;
    opacity: 1;
  }
  .about-hero-v2__world-img {
    max-height: 42vh;
  }
  .about-hero-v2__glow {
    inset: auto;
    top: auto;
    bottom: 8%;
    left: 50%;
    width: min(120vw, 520px);
    height: min(52vw, 280px);
    transform: translateX(-50%);
    opacity: 0.55;
    background: radial-gradient(
      ellipse at 50% 50%,
      rgba(var(--ah-brand-rgb), 0.32),
      rgba(255, 255, 255, 0.04) 42%,
      transparent 68%
    );
  }
  .about-hero-v2__stage {
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 52px 0 0;
    min-height: 0;
    pointer-events: auto;
    order: 1;
  }
  .about-hero-v2__center {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    padding: 0 16px 18px;
    text-align: center;
  }
  .about-hero-v2__title {
    font-size: clamp(1.45rem, 6.8vw, 1.85rem);
    margin-bottom: 10px;
  }
  .about-hero-v2__lead {
    max-width: 34ch;
    font-size: 0.82rem;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .about-hero-v2__lead-br {
    display: none;
  }
  .about-hero-v2__cta {
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
  }
  .about-hero-v2__btn {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    padding: 10px 12px;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }
  .about-hero-v2__cards-band {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0 14px 10px;
    pointer-events: auto;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    max-width: none;
    transform: none !important;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="2"],
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="3"],
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="4"],
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="5"],
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="6"],
  .about-hero-v2__cards-band > .about-hero-v2__card[data-ah-card="7"] {
    display: none;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card:hover {
    transform: scale(1.02) !important;
  }
  .about-hero-v2__card {
    position: relative;
    padding: 12px 11px 13px;
    min-height: 118px;
  }
  .about-hero-v2__card-title-full {
    display: none;
  }
  .about-hero-v2__card-title-short {
    display: inline;
  }
  .about-hero-v2__card-title {
    font-size: 0.78rem;
  }
  .about-hero-v2__card-desc {
    font-size: 0.68rem;
    line-height: 1.35;
  }
  .about-hero-v2__card-icon {
    width: 34px;
    height: 34px;
    font-size: 0.95rem;
    margin-bottom: 7px;
  }
  .about-hero-v2__stats {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    order: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: auto;
    margin: 0 14px 16px;
    padding: 0;
    border: none;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
  }
  .about-hero-v2--anim-pending .about-hero-v2__stats {
    opacity: 1;
    visibility: visible;
  }
  .about-hero-v2__stat {
    flex: none;
    min-width: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 12px;
    min-height: 104px;
    border-radius: 20px;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(var(--ah-brand-rgb), 0.28);
    box-shadow: 0 0 0 1px rgba(var(--ah-brand-rgb), 0.06) inset, 0 12px 40px rgba(0, 0, 0, 0.45),
      0 0 48px rgba(var(--ah-brand-rgb), 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
  .about-hero-v2__stat-icon {
    flex-shrink: 0;
    width: auto;
    height: auto;
    display: block;
    font-size: clamp(1.55rem, 6.5vw, 1.85rem);
    line-height: 1;
    border-radius: 0;
    background: none;
    border: none;
    opacity: 1;
  }
  .about-hero-v2__stat-body {
    flex: 0 1 auto;
    min-width: 0;
    text-align: left;
  }
  .about-hero-v2__stat-num {
    font-size: clamp(2rem, 9.5vw, 2.55rem);
    line-height: 0.95;
    margin-top: 0;
    letter-spacing: -0.03em;
    white-space: nowrap;
  }
  .about-hero-v2__stat-label {
    margin-top: 5px;
    font-size: clamp(0.68rem, 2.8vw, 0.76rem);
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.82);
  }
  .about-hero-v2__canvas,
  .about-hero-v2__grid {
    opacity: 0.4;
  }
  .about-hero-v2__connect {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero-v2 {
    --ah-mx: 0 !important;
    --ah-my: 0 !important;
  }
  .about-hero-v2__connect path {
    animation: none;
  }
  .about-hero-v2__line-inner {
    filter: none !important;
  }
  .about-hero-v2__world,
  .about-hero-v2__world-img,
  .about-hero-v2__world::before {
    animation: none !important;
  }
  .about-hero-v2__cards-band > .about-hero-v2__card {
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
  }
}

/* Sin GSAP: hero aún usable */
.about-hero-v2--no-motion .about-hero-v2__badge,
.about-hero-v2--no-motion .about-hero-v2__lead,
.about-hero-v2--no-motion .about-hero-v2__cta,
.about-hero-v2--no-motion .about-hero-v2__stats,
.about-hero-v2--no-motion .about-hero-v2__scroll-hint,
.about-hero-v2--no-motion .about-hero-v2__card,
.about-hero-v2--no-motion .about-hero-v2__stat {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
}

.about-hero-v2--no-motion .about-hero-v2__bg,
.about-hero-v2--no-motion .about-hero-v2__grid,
.about-hero-v2--no-motion .about-hero-v2__world,
.about-hero-v2--no-motion .about-hero-v2__canvas,
.about-hero-v2--no-motion .about-hero-v2__glow,
.about-hero-v2--no-motion .about-hero-v2__connect {
  opacity: 1 !important;
}
