/* ESTILOS ESPECÍFICOS PARA HULE MINERO GREEN FORCE hule-minero-green-force.css */

/* ======= VARIABLES ======= */
:root {
    --everest-blue: #002c5b;
    --everest-red: #c40000;
    --everest-white: #ffffff;
    --everest-black: #000000;
    --green-force: #28a745;
}

/* ======= FONTS ======= */
body {
    font-family: 'Roboto', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif !important;
}

/* ======= HERO SECTION ======= */
.hero-green-force {
    background: linear-gradient(rgba(0, 44, 91, 0.3), rgba(0, 44, 91, 0.5)), 
                url('../../images/seccion-hule-para-industrias/hero-hule-minero.jpg') center/cover no-repeat;
    min-height: 60vh;
    padding: 100px 0 80px;
}

.hero-green-force h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero-green-force .lead {
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.btn-hero {
    background-color: #c40000;
    border: 2px solid #c40000;
    color: white;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-hero:hover {
    background-color: transparent;
    color: white;
    transform: translateY(-2px);
    border: 2px solid #c40000;
}

/* ======= TARJETAS DE APLICACIÓN MINERA ======= */
.aplicacion-minera-card {
    background: white;
    border-radius: 10px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border-top: 4px solid var(--green-force);
}

.aplicacion-minera-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.aplicacion-minera-icon {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.aplicacion-minera-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
    min-height: 60px;
}

.aplicacion-minera-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.aplicacion-especificaciones {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.aplicacion-especificaciones li {
    padding: 5px 0;
    position: relative;
    padding-left: 25px;
    font-size: 0.9rem;
}

.aplicacion-especificaciones li:before {
    content: "•";
    color: var(--green-force);
    font-weight: bold;
    position: absolute;
    left: 10px;
}

/* ======= BENEFICIOS MINERA ======= */
.beneficios-grid {
    display: grid;
    gap: 25px;
}

.beneficio-minera {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid var(--green-force);
}

.beneficio-icon {
    background: var(--green-force);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.beneficio-content h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

.beneficio-content p {
    margin: 0;
    line-height: 1.6;
}

/* ======= TABLA DE ESPECIFICACIONES ======= */
.tabla-especificaciones {
    border-color: #dee2e6;
}

.tabla-especificaciones thead th {
    background-color: var(--everest-blue);
    color: white;
    font-weight: 600;
    border-color: var(--everest-blue);
    text-align: center;
}

.tabla-especificaciones tbody td {
    vertical-align: middle;
}

.tabla-especificaciones tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

.tabla-especificaciones tbody tr:hover {
    background-color: #e9ecef;
}

/* ======= SECCIONES GENERALES ======= */
.section-title {
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--everest-red);
}

.bg-blue {
    background-color: var(--everest-blue) !important;
}

.text-blue {
    color: var(--everest-blue) !important;
}

.text-red {
    color: var(--everest-red) !important;
}

.text-white {
    color: var(--everest-white) !important;
}

.text-black {
    color: var(--everest-black) !important;
}

.small-word {
    font-size: 2.5rem;
    font-weight: 700;
}

/* ======= LISTAS ======= */
.caracteristicas-green-force ul {
    list-style: none;
    padding-left: 0;
}

.caracteristicas-green-force li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
}

.caracteristicas-green-force li:before {
    content: "✓";
    color: var(--green-force);
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* ======= INVITACIÓN CONTACTO ======= */
.invitacion-contacto-section .btn-light {
    background: white;
    color: #002c5b;
    border: 2px solid white;
    padding: 12px 35px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.invitacion-contacto-section .btn-light:hover {
    background: #c40000;
    color: white;
    transform: translateY(-2px);
}

/* ======= RESPONSIVE ======= */
@media (max-width: 768px) {
    .hero-green-force {
        min-height: 50vh;
        padding: 80px 0 60px;
        text-align: center;
    }
    
    .hero-green-force h1 {
        font-size: 2.2rem;
    }
    
    .hero-green-force .lead {
        font-size: 1.2rem;
    }
    
    .small-word {
        font-size: 2rem;
    }
    
    .beneficio-minera {
        flex-direction: column;
        text-align: center;
    }
    
    .beneficio-icon {
        margin: 0 auto 15px;
    }
    
    .aplicacion-minera-card h4 {
        min-height: auto;
    }
}

@media (max-width: 576px) {
    .hero-green-force h1 {
        font-size: 1.8rem;
    }
    
    .tabla-especificaciones {
        font-size: 0.9rem;
    }
    
    .aplicacion-minera-card {
        padding: 20px;
    }
}