/* ============================================================
   Vídeos explicativos V0–V3 · bloque añadido 2026-09-04
   No modifica styles.css. Reutiliza .v2-frame / .v2-cnr / .v2-sec-lead.
   ============================================================ */

.v2-video { margin: 36px 0 0; padding: 0; max-width: 860px; }
.v2-video-kicker { margin: 0 0 12px; font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #069880; }
.v2-sec-dark .v2-video-kicker { color: #5fe3cd; }

/* marco: fondo oscuro mientras carga + aspect-ratio reservado (CLS 0) */
.v2-video-shell { position: relative; aspect-ratio: 16 / 9; background: #2b3942; }
.v2-video-shell > video,
.v2-video-shell > img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 0; }

.v2-video figcaption { margin-top: 14px; font-size: 15px; line-height: 1.65; color: #7a9099; max-width: 62ch; }
.v2-sec-dark .v2-video figcaption { color: #9fb0b7; }

.v2-video-cta { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* estado pendiente de render: poster + aviso, sin reproductor roto */
.v2-video[data-status="pending"] .v2-video-shell::after {
  content: ""; position: absolute; inset: 0; background: rgba(43,57,66,0.45);
}
.v2-video[data-status="pending"] .v2-video-note {
  position: absolute; z-index: 2; left: 0; bottom: 0; margin: 0;
  display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
  padding: 12px 16px; background: #2b3942;
  border-top: 1px solid rgba(0,191,165,0.5); border-right: 1px solid rgba(0,191,165,0.5);
  font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #9fb0b7;
}

/* nota fuera del marco: no puede solaparse con los controles nativos */
.v2-video-flag {
  display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
  margin: 0 0 14px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #7a9099;
}
.v2-sec-dark .v2-video-flag { color: #9fb0b7; }

@media (max-width: 640px) {
  .v2-video figcaption { font-size: 16px; }
  .v2-video-note { font-size: 11px; padding: 10px 12px; }
}
