/* Sección Numeración Telvoice — tema claro landing (section-bg-sky) */

.tv-numeracion-section {
  position: relative;
  color: inherit;
}

.tv-numeracion-section .lab-section-inner {
  position: relative;
  z-index: 1;
}

.tv-numeracion-section .lab-eyebrow {
  color: #0052cc;
}

.tv-numeracion-section .lab-section-title {
  color: #131b2e;
}

.tv-numeracion-section .lab-section-intro {
  color: #525f7a;
}

.tv-numeracion-section .lab-glass-card {
  background: #ffffff;
  border: 1px solid rgba(0, 82, 204, 0.1);
  box-shadow: 0 4px 24px rgba(0, 82, 204, 0.06);
}

.tv-numeracion-section .lab-glass-card:hover {
  border-color: rgba(0, 82, 204, 0.22);
  box-shadow: 0 8px 32px rgba(0, 82, 204, 0.1);
}

.tv-numeracion-section .lab-glass-card--glow {
  box-shadow:
    0 4px 24px rgba(0, 82, 204, 0.08),
    0 0 0 1px rgba(0, 82, 204, 0.06) inset;
}

.tv-numeracion-section .lab-num-card {
  min-height: 0 !important;
  height: auto !important;
}

.tv-numeracion-section .lab-num-card__visual {
  position: relative;
  flex: 0 0 auto !important;
  display: block;
  width: 100%;
  min-height: 9.5rem !important;
  height: auto !important;
  max-height: none !important;
  padding: 0 !important;
  overflow: hidden;
  aspect-ratio: 360 / 200;
  background: #f2f3ff !important;
  border-bottom: 1px solid rgba(0, 82, 204, 0.08);
}

.tv-numeracion-section .lab-num-card__visual::after {
  display: none !important;
  content: none !important;
}

.tv-numeracion-section .lab-num-scene {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  aspect-ratio: 360 / 200;
  object-fit: cover;
  border-radius: 0;
  overflow: visible;
  pointer-events: none;
}

.tv-numeracion-section .lab-num-grid {
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

/* Carrusel móvil — patrón alineado con Casos de uso */
.tv-numeracion-section .lab-num-carousel {
  position: relative;
  width: 100%;
  max-width: 76rem;
  margin-inline: auto;
  min-width: 0;
}

.tv-numeracion-section .lab-num-carousel-viewport {
  container-type: inline-size;
  container-name: numeracion-carousel;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
  overscroll-behavior-x: contain;
}

.tv-numeracion-section .lab-num-carousel-viewport::-webkit-scrollbar {
  display: none;
}

.tv-numeracion-section .lab-num-carousel-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  width: max-content;
  min-width: 100%;
  margin-top: 0;
}

.tv-numeracion-section .lab-num-carousel-track .lab-num-card {
  flex: 0 0 100cqw;
  width: 100cqw;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  scroll-snap-align: start;
  align-self: stretch;
}

.tv-numeracion-section .lab-num-carousel-track .lab-num-card:hover {
  transform: none;
}

.tv-numeracion-section .lab-num-carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1.35rem;
  padding: 0;
  list-style: none;
}

.tv-numeracion-section .lab-num-carousel-dot {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: none;
  border-radius: 9999px;
  background: rgba(0, 82, 204, 0.22);
  cursor: pointer;
  transition:
    width 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.tv-numeracion-section .lab-num-carousel-dot.is-active {
  width: 1.35rem;
  background: linear-gradient(90deg, #0052cc, #0ea5e9);
  box-shadow: 0 0 10px rgba(0, 82, 204, 0.24);
}

.tv-numeracion-section .lab-num-carousel-dot:focus-visible {
  outline: 2px solid #0052cc;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .tv-numeracion-section .lab-num-carousel-viewport {
    overflow: visible;
    scroll-snap-type: none;
    min-height: 0 !important;
  }

  .tv-numeracion-section .lab-num-carousel-track {
    display: grid;
    width: 100%;
    flex-wrap: wrap;
  }

  .tv-numeracion-section .lab-num-carousel-track .lab-num-card {
    flex: initial;
    width: auto;
    max-width: none;
  }

  .tv-numeracion-section .lab-num-carousel-track .lab-num-card:hover {
    transform: translateY(-2px);
  }

  .tv-numeracion-section .lab-num-carousel-dots {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tv-numeracion-section .lab-num-carousel-viewport {
    scroll-behavior: auto;
  }
}

.tv-numeracion-section .lab-num-card__body {
  text-align: center;
}

.tv-numeracion-section .lab-num-card__title {
  color: #131b2e;
}

.tv-numeracion-section .lab-num-card__text {
  color: #525f7a;
}

.tv-numeracion-section .lab-num-band {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 82, 204, 0.12);
  border-left: 3px solid rgba(0, 82, 204, 0.55);
}

.tv-numeracion-section .lab-num-band .lab-eyebrow {
  color: #525f7a;
}

.tv-numeracion-section .text-lab-cyan {
  color: #0052cc;
}

.tv-numeracion-section .text-lab-cyan:hover {
  color: #0066ff;
}

@media (min-width: 1024px) {
  .tv-numeracion-section .lab-num-card__visual {
    min-height: 8.75rem !important;
  }
}
