/**
 * Centro de Control — fondo HD hero (#pg-exec .exec-hub-recuadro--hero)
 * Imagen: icons/exec-hero-centro.webp / .jpg
 */
#pg-exec.exec-serio-v1.mejora-visual .exec-hub-recuadro--hero {
  overflow: hidden !important;
  border-radius: 14px !important;
}

#pg-exec.exec-serio-v1.mejora-visual .exec-hub-recuadro--hero > .dash-inicio-recuadro__body.exec-hub-hero-body {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}

#pg-exec.exec-serio-v1.mejora-visual .exec-hub-hero-card {
  position: relative !important;
  min-height: 112px !important;
  padding: 14px 16px !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: #0f172a !important;
  background-image:
    linear-gradient(
      118deg,
      rgba(15, 23, 42, 0.58) 0%,
      rgba(30, 41, 59, 0.32) 45%,
      rgba(15, 23, 42, 0.52) 100%
    ),
    url("../icons/exec-hero-centro.jpg?v=20260709execHero1") !important;
  background-size: auto, cover !important;
  background-position: center, center 40% !important;
  background-repeat: no-repeat, no-repeat !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

#pg-exec.exec-serio-v1.mejora-visual .exec-hub-hero-card__kicker,
#pg-exec.exec-serio-v1.mejora-visual .exec-hub-hero-card__title,
#pg-exec.exec-serio-v1.mejora-visual .exec-hub-hero-card__sub {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) !important;
}

/* Icono hero — 48px como Animales / Dashboard Repro */
#pg-exec.exec-serio-v1.mejora-visual .exec-hub-hero-card__ico-box {
  width: auto !important;
  min-width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#pg-exec.exec-serio-v1.mejora-visual .exec-hub-hero-card__ico-box img,
#pg-exec.exec-serio-v1.mejora-visual .exec-hub-hero-card__ico-box .exec-hub-hero-card__ico,
#pg-exec.exec-serio-v1.mejora-visual .exec-hub-hero-card__ico-box .dash-inicio-recuadro__ico {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
  object-fit: contain !important;
  filter:
    drop-shadow(0 0 2px rgba(255, 255, 255, 1))
    drop-shadow(0 0 4px rgba(255, 255, 255, 0.85))
    drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35)) !important;
}

/* Índice — vidrio translúcido como otros heroes (recuadro-contador) */
#pg-exec.exec-serio-v1.mejora-visual .exec-hub-hero-card__stat.recuadro-contador {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
  box-sizing: border-box !important;
  flex: 0 0 72px !important;
  width: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  padding: 5px 4px 6px !important;
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.42) !important;
  border-radius: 12px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 4px 14px rgba(0, 0, 0, 0.18) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

#pg-exec.exec-serio-v1.mejora-visual .exec-hub-hero-card__stat-lbl,
#pg-exec.exec-serio-v1.mejora-visual .exec-hub-hero-card__stat-unit,
#pg-exec.exec-serio-v1.mejora-visual .exec-hub-hero-card__stat-val {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28) !important;
}

#pg-exec.exec-serio-v1.mejora-visual .exec-hub-hero-card__stat-lbl,
#pg-exec.exec-serio-v1.mejora-visual .exec-hub-hero-card__stat-unit {
  font-size: 8px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  line-height: 1.1 !important;
}

#pg-exec.exec-serio-v1.mejora-visual .exec-hub-hero-card__stat-val {
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  font-variant-numeric: tabular-nums !important;
}

@media (max-width: 380px) {
  #pg-exec.exec-serio-v1.mejora-visual .exec-hub-hero-card {
    min-height: 128px !important;
  }

  #pg-exec.exec-serio-v1.mejora-visual .exec-hub-hero-card__stat.recuadro-contador {
    flex-direction: row !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 44px !important;
    max-height: none !important;
    padding: 8px 12px !important;
    gap: 6px !important;
  }
}
