/* Fondo premium para sección QUIÉNES SOMOS (#sobre)
   Objetivo: diferenciar visualmente de Sedes/Amistosos (bg #1A1A1A)
   sin romper el resto del diseño. */

#sobre.sobre-section{
  background: #0A0A0A !important; /* negro premium */
}

/* Sutil textura/luz (sin degradé visible fuerte) */
#sobre.sobre-section{
  position: relative;
  overflow: hidden;
}

#sobre.sobre-section::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 420px at 20% 0%, rgba(212,175,55,0.10), rgba(0,0,0,0) 60%),
    radial-gradient(900px 420px at 85% 110%, rgba(255,215,0,0.06), rgba(0,0,0,0) 55%);
  opacity: 0.75;
  pointer-events: none;
}

#sobre.sobre-section > .container{
  position: relative;
  z-index: 1;
}

/* Asegurar buena lectura */
#sobre.sobre-section .section-title{
  color: #fff !important;
}

#sobre.sobre-section .sobre-intro{
  color: rgba(255,255,255,0.88) !important;
}

/* Que las cards se vean sobre el nuevo fondo */
#sobre.sobre-section .sobre-card,
#sobre.sobre-section .valor-item,
#sobre.sobre-section .fundador-card{
  background: rgba(255,255,255,0.03) !important;
  border-color: rgba(212,175,55,0.16) !important;
}
