/* Color Corporativo y letra blanca obligatoria */
.text-leones { color: #911046; }
.bg-leones { background-color: #911046 !important; }

/* Forzado de blanco para el cuadro final */
.bg-leones h2, .bg-leones p { color: #ffffff !important; }
.text-white { color: #ffffff !important; }

.fw-black { font-weight: 900; }
.italic { font-style: italic; }
.tracking-tighter { letter-spacing: -2px; }

/* Estilo Badge */
.badge-beta { 
    background-color: #fef9c3; 
    color: #911046; 
    border: 2px solid #911046;
    font-weight: 900;
}

/* Botón (Letras granates sobre fondo blanco) */
.btn-cta {
    background-color: #ffffff;
    color: #911046;
    border: none;
    font-weight: 900;
    font-style: italic;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.btn-cta:hover {
    background-color: #f8f9fa;
    color: #000;
}