/* PATCH_TESTIMONIO_PREMIUM_V1
   Objetivo: quitar look "blanco" y hacerlo premium oscuro/teal legible.
   Scope: SOLO #testimonioCard (no motor).
*/
#testimonioCard{
  background: linear-gradient(180deg, rgba(12,22,28,.92), rgba(10,18,26,.88)) !important;
  border: 1px solid rgba(0,194,179,.22) !important;
  box-shadow: 0 28px 90px rgba(0,0,0,.55) !important;
}
#testimonioCard *{
  color: rgba(255,255,255,.88) !important;
}
#testimonioCard b,
#testimonioCard strong{
  color: rgba(255,255,255,.96) !important;
}
#testimonioCard .pill,
#testimonioCard .chip{
  background: rgba(0,0,0,.38) !important;
  border: 1px solid rgba(0,194,179,.25) !important;
  color: rgba(255,255,255,.92) !important;
}
