/* css/pages/hule-automotriz.css - OPTIMIZADO */

/* ======= HERO SECTOR AUTOMOTRIZ (ESTILO CONSISTENTE) ======= */
.hero-automotriz {
    background: url('/images/hero-hule-automotriz.webp') center/cover no-repeat;
    min-height: 60vh;
    padding: 100px 0 80px;
}

/* ======= TARJETAS DE MATERIALES (HEREDAN ESTILO DE empaque-card) ======= */
.material-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e9ecef;
    text-align: center;
}

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

.material-card i {
    font-size: 2.8rem;
    color: #002c5b;
    margin-bottom: 20px;
}

.material-card h3 {
    color: #002c5b;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.material-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

/* ======= SECCIÓN FABRICACIÓN A MEDIDA (HEREDA ESTILOS) ======= */
.fabricacion-medida {
    background-color: #fff;
}

.fabricacion-medida ul li {
    margin-bottom: 12px;
    font-size: 1rem;
    color: #333;
}

.fabricacion-medida ul li i {
    color: #c40000;
    font-size: 1.1rem;
}

/* ======= SECCIÓN APLICACIONES AUTOMOTRICES ======= */
.aplicaciones-automotriz ul li {
    margin-bottom: 12px;
    font-size: 1rem;
    color: #555;
}

.aplicaciones-automotriz ul li strong {
    color: #002c5b;
}

/* ======= TARJETAS DE CALIDAD (HEREDAN ESTILO DE beneficio-card) ======= */
.calidad-automotriz .beneficio-card {
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e9ecef;
    text-align: center;
}

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

.calidad-automotriz .beneficio-card i {
    font-size: 2.5rem;
    color: #002c5b;
    margin-bottom: 20px;
}

.calidad-automotriz .beneficio-card h5 {
    color: #002c5b;
    font-weight: 600;
    margin-bottom: 15px;
}

.calidad-automotriz .beneficio-card p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

/* ======= FAQ SECTION (MISMO ESTILO QUE PISOS PARA GIMNASIO) ======= */
.faq-automotriz .faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-automotriz .accordion-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px !important;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.faq-automotriz .accordion-button {
    padding: 20px 25px;
    background-color: #f8f9fa;
    color: #002c5b;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    box-shadow: none;
}

.faq-automotriz .accordion-button:not(.collapsed) {
    background-color: #e9ecef;
    color: #c40000;
}

.faq-automotriz .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.faq-automotriz .accordion-button::after {
    background-size: 1.2rem;
}

.faq-automotriz .accordion-body {
    padding: 25px;
    background-color: white;
    color: #666;
    line-height: 1.7;
}

/* ======= SECCIÓN INVITACIÓN A CONTACTO (MISMO ESTILO) ======= */
.invitacion-contacto-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #002c5b, #004085) !important;
}

.invitacion-contacto-section h2 {
    font-weight: 700;
}

.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;
    border-color: #c40000;
    transform: translateY(-2px);
}

/* ======= BOTONES HERO (MISMO ESTILO QUE PISOS) ======= */
.btn-hero {
    display: inline-block;
    background: #c40000;
    color: white;
    padding: 12px 35px;
    border-radius: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    margin-right: 15px;
}

.btn-hero:hover {
    background: #a00000;
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}

.btn-hero-outline {
    display: inline-block;
    background: transparent;
    border: 2px solid white;
    color: white;
    padding: 12px 35px;
    border-radius: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-hero-outline:hover {
    background: white;
    color: #002c5b;
    text-decoration: none;
    transform: translateY(-2px);
}

/* ======= RESPONSIVE (MISMO QUE PISOS) ======= */
@media (max-width: 768px) {
    .hero-automotriz {
        min-height: 50vh;
        padding: 80px 0 60px;
        text-align: center;
    }
    
    .material-card {
        margin-bottom: 20px;
    }
    
    .calidad-automotriz .beneficio-card {
        margin-bottom: 20px;
    }
    
    .faq-automotriz .accordion-button {
        font-size: 0.95rem;
        padding: 15px 20px;
    }
    
    .btn-hero, .btn-hero-outline {
        padding: 10px 25px;
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .hero-automotriz .text-start {
        text-align: center !important;
    }
    
    .btn-hero, .btn-hero-outline {
        display: block;
        width: 80%;
        margin: 10px auto;
        text-align: center;
    }
    
    .material-card {
        padding: 20px 15px;
    }
    
    .material-card i {
        font-size: 2.2rem;
    }
    
    .material-card h3 {
        font-size: 1.2rem;
    }
}



/* ======= SECCIÓN INVITACIÓN A CONTACTO ======= */
.invitacion-contacto-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #002c5b, #004085) !important;
}

.invitacion-contacto-section h2 {
    font-weight: 700;
}

.invitacion-contacto-section .btn-invitacion {
    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-invitacion:hover {
    background: #c40000;
    color: white;
    transform: translateY(-2px);
}




/* ======= SECCIÓN FAQ (ACCORDION) ======= */
.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-accordion .accordion-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px !important;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.faq-accordion .accordion-button {
    padding: 20px 25px;
    background-color: #f8f9fa;
    color: #002c5b;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: #e9ecef;
    color: #c40000;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.faq-accordion .accordion-button::after {
    background-size: 1.2rem;
}

.faq-accordion .question-number {
    color: #c40000;
    font-weight: 700;
    margin-right: 15px;
    min-width: 30px;
}

.faq-accordion .accordion-body {
    padding: 25px;
    background-color: white;
    color: #666;
    line-height: 1.7;
}