/* Ajuste premium de dorados (evitar tono café/naranjo) en secciones clave */

:root{
  --gold-premium: #D4AF37;
  --gold-premium-2: #E8C766;
  --gold-border: rgba(212,175,55,0.22);
  --panel: rgba(255,255,255,0.035);
}

/* ===== 1) CÓMO PARTICIPAR (nuevo bloque) ===== */
#como-participar{
  background: #0A0A0A !important;
}
#como-participar .cp-card{
  background: var(--panel) !important;
  border: 1px solid var(--gold-border) !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.45);
}
#como-participar .cp-item{
  background: rgba(212,175,55,0.045) !important;
  border: 1px solid rgba(212,175,55,0.16) !important;
}
#como-participar .cp-item h4{ color: var(--gold-premium) !important; }

/* Botones dentro del bloque: sin naranjo, dorado limpio */
#como-participar .btn.gold{
  background: linear-gradient(135deg, var(--gold-premium), var(--gold-premium-2)) !important;
  border-color: var(--gold-premium) !important;
  color: #0A0A0A !important;
  box-shadow: 0 10px 28px rgba(212,175,55,0.25);
}
#como-participar .btn.gold:hover{
  box-shadow: 0 14px 34px rgba(212,175,55,0.32);
}

/* ===== 2) INSCRIPCIONES (evitar dorado “café” de fondo) ===== */
#inscripciones.inscripciones-section{
  background: linear-gradient(135deg, #F6E27A 0%, #D4AF37 55%, #B8891A 100%) !important;
}

/* Subir contraste y mantener look premium */
#inscripciones .section-title{
  color: #0A0A0A !important;
}

/* Cards blancas: borde más fino y elegante */
#inscripciones .container > div[style*="background: white"]{
  border: 1px solid rgba(0,0,0,0.10) !important;
  box-shadow: 0 10px 26px rgba(0,0,0,0.16) !important;
}
