/* PATCH_VIDEO_CARDS_PREMIUM_V1
   Scope: SOLO estética del bloque blanco (testimonio) + ocultar bloque metab debajo.
   NO toca JS/motor.
*/

/* A) Ocultar COMPLETO el bloque metab debajo del testimonio (todas las variantes) */
#bn-metab-note,
#bn-metab-quote,
.metabNote,
.metab-note,
.noteCard,
.note-card,
.quoteBlock,
.quote-block,
.bn-metab-note,
.bn-metab-quote{
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* B) Testimonio: convertir tarjeta blanca a "glass oscuro" premium */
.testimonial,
.testimonialCard,
.testimonio,
.testimonioCard,
#testimonial,
#testimonio{
  background: rgba(10, 22, 30, .88) !important;
  color: rgba(245, 250, 250, .92) !important;
  border: 1px solid rgba(0, 194, 179, .22) !important;
  box-shadow: 0 28px 90px rgba(0,0,0,.55) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Texto dentro del testimonio */
.testimonial * ,
.testimonialCard * ,
.testimonio * ,
.testimonioCard * ,
#testimonial * ,
#testimonio *{
  color: rgba(245, 250, 250, .92) !important;
}

/* Títulos más fuertes */
.testimonial h1, .testimonial h2, .testimonial h3,
.testimonio h1, .testimonio h2, .testimonio h3,
.testimonialCard h1, .testimonialCard h2, .testimonialCard h3,
.testimonioCard h1, .testimonioCard h2, .testimonioCard h3{
  color: rgba(255,255,255,.96) !important;
  font-weight: 900 !important;
}

/* “METABOLISMO” pill dentro del blanco: mantenerlo legible (no cambiar copy) */
.testimonial .pill, .testimonial .chip,
.testimonio .pill, .testimonio .chip,
.testimonialCard .pill, .testimonialCard .chip,
.testimonioCard .pill, .testimonioCard .chip{
  background: rgba(0,0,0,.85) !important;
  color: rgba(255,255,255,.96) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
}
