/* OVERRIDE CSS PARA AWARDSPACE - CARGA DESPUÉS DE TAILWIND */

/* Forzar color blanco en sección de estadísticas - MÁXIMA AGRESIVIDAD */
.stats-section {
    background: linear-gradient(135deg, rgba(1, 112, 122, 0.95), rgba(1, 192, 200, 0.85)),
                url('https://www.ianexus.net/Lezaeta/imagenes/EDIFICIO.png') center/cover no-repeat !important;
}

.stats-section,
.stats-section *,
.stats-section h1,
.stats-section h2,
.stats-section h3,
.stats-section h4,
.stats-section h5,
.stats-section h6,
.stats-section p,
.stats-section span,
.stats-section div,
.stats-section article,
.stats-section section {
    color: #ffffff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7) !important;
}

/* Clases específicas de Tailwind que causan problemas */
.stats-section .text-teal-100,
.stats-section .text-teal-200,
.stats-section .text-teal-300,
.stats-section .text-gray-100,
.stats-section .text-gray-200,
.stats-section .text-gray-300,
.stats-section .text-gray-400,
.stats-section .text-gray-500,
.stats-section .text-gray-600,
.stats-section .text-gray-700,
.stats-section .text-gray-800,
.stats-section .text-gray-900,
.stats-section .max-w-3xl,
.stats-section .intro-heading,
.stats-section .intro-heading h2,
.stats-section .intro-heading p {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7) !important;
}

/* Elementos específicos de estadísticas */
.stats-section .stat-value,
.stats-section .stat-label,
.stats-section .stat-copy,
.stats-section .stat-card,
.stats-section .stat-card *,
.stats-section article,
.stats-section article * {
    color: #ffffff !important;
    opacity: 1 !important;
    font-weight: inherit !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7) !important;
}

.stats-section .stat-marker {
    color: #ffffff !important;
    opacity: 0.8 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7) !important;
}

/* Forzar en todas las clases posibles de Tailwind */
.stats-section [class*="text-"],
.stats-section [class*="opacity-"] {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7) !important;
}