
/* TVDigital Plus V5.2 — FIX EXACTO de contadores */
#hero.hero{
  display:grid!important;
  grid-template-columns:260px minmax(0,1fr)!important;
  align-items:center!important;
  gap:28px!important;
  min-height:0!important;
  padding:24px 28px!important;
  border-radius:20px!important;
  overflow:hidden!important;
}
#hero .home-brand{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
#hero .home-brand img{
  width:190px!important;
  max-width:100%!important;
  height:135px!important;
  object-fit:contain!important;
  margin:0 auto!important;
}
#hero #stats.stats{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
  width:100%!important;
  min-width:0!important;
  align-items:stretch!important;
}
#hero #stats .stat{
  min-width:0!important;
  width:auto!important;
  padding:20px 10px!important;
  border-radius:15px!important;
  overflow:hidden!important;
  text-align:center!important;
  background:linear-gradient(180deg,#111e31,#0d1727)!important;
  border:1px solid #29415f!important;
}
#hero #stats .stat strong{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  font-size:clamp(26px,3vw,46px)!important;
  line-height:1!important;
  letter-spacing:-1.5px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:clip!important;
  color:#fff!important;
}
#hero #stats .stat span{
  display:block!important;
  margin-top:10px!important;
  font-size:12px!important;
  color:#b9c9dd!important;
}
.tabs .tab.active{
  background:linear-gradient(135deg,#2f7cff,#4f63e9)!important;
  border-color:#4c83ff!important;
  color:#fff!important;
}
@media(max-width:900px){
  #hero.hero{grid-template-columns:1fr!important;padding:18px!important;gap:14px!important}
  #hero .home-brand img{width:140px!important;height:90px!important}
  #hero #stats .stat strong{font-size:clamp(24px,7vw,38px)!important}
}
@media(max-width:560px){
  #hero #stats.stats{gap:7px!important}
  #hero #stats .stat{padding:13px 5px!important}
  #hero #stats .stat strong{font-size:clamp(18px,7.2vw,28px)!important;letter-spacing:-1px!important}
  #hero #stats .stat span{font-size:9px!important;margin-top:7px!important}
}
@media(max-width:390px){
  #hero #stats.stats{grid-template-columns:1fr!important}
  #hero .home-brand{display:none!important}
}
