/* ==========================================================
   INTERCOMUNALES - Hero gold gradient (LIGA PROFESIONAL / título / sub)
   Objetivo: aplicar el mismo look dorado fuerte del bloque de cards,
   pero SOLO al header/hero.
   ========================================================== */

#torneos-intercomunales.ti3 .ti3-hero{
  position: relative;
  background: #000 !important;
  border-color: rgba(212,175,55,0.20) !important;
  overflow: hidden;
}

#torneos-intercomunales.ti3 .ti3-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0) 55%),
    radial-gradient(900px 380px at 50% -20%, rgba(212,175,55,0.18), transparent 62%),
    radial-gradient(700px 320px at 12% 45%, rgba(212,175,55,0.11), transparent 66%),
    radial-gradient(700px 320px at 88% 65%, rgba(212,175,55,0.11), transparent 66%);
  opacity: 1;
}

#torneos-intercomunales.ti3 .ti3-heroInner{
  position: relative;
  z-index: 1;
}
