/* css/pages/pisos-de-hule.css - OPTIMIZADO */

/* ======= HERO PISOS DE HULE (ÚNICO) ======= */
.hero-pisos-hule {
    background: linear-gradient(rgba(0, 44, 91, 0.2), rgba(0, 44, 91, 0.2)), 
                url('/images/hero-pisos-hule.webp') center/cover no-repeat;
    min-height: 60vh;
    padding: 100px 0 80px;
    position: relative;
}

/* ======= SECCIÓN INTRODUCCIÓN ======= */
.introduccion-pisos {
    padding: 80px 0;
}

.introduccion-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.introduccion-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 44, 91, 0.1), transparent);
    z-index: 1;
}

.introduccion-image img {
    transition: transform 0.5s ease;
}

.introduccion-image:hover img {
    transform: scale(1.05);
}

/* ======= SECCIÓN VENTAJAS ======= */
.ventajas-pisos-section {
    padding: 80px 0;
}

.ventaja-card {
    padding: 40px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border-top: 4px solid transparent;
}

.ventaja-card:hover {
    transform: translateY(-10px);
    border-top-color: #c40000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.ventaja-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #002c5b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: white;
    font-size: 2rem;
}

.ventaja-card h3 {
    color: #002c5b;
    margin-bottom: 15px;
    font-weight: 400;
}

.ventaja-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ======= SECCIÓN APLICACIONES ======= */
.aplicaciones-pisos-section {
    padding: 80px 0;
}

.aplicacion-piso-card {
    padding: 30px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

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

.aplicacion-piso-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #002c5b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.8rem;
}

.aplicacion-piso-card h3 {
    color: #002c5b;
    margin-bottom: 15px;
    font-weight: 400;
}

.aplicacion-piso-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ======= SECCIÓN INSTALACIÓN ======= */
.instalacion-pisos-section {
    padding: 80px 0;
}

.instalacion-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.instalacion-image img {
    transition: transform 0.5s ease;
}

.instalacion-image:hover img {
    transform: scale(1.05);
}

.proceso-instalacion {
    margin-top: 30px;
}

.proceso-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.proceso-paso {
    background: linear-gradient(135deg, #002c5b);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 1.1rem;
}

.proceso-content h5 {
    color: #002c5b;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.proceso-content p {
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* ======= SECCIÓN ESPECIFICACIONES ======= */
.especificaciones-pisos-section {
    padding: 80px 0;
}

.especificaciones-content h3 {
    color: #002c5b;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

.especificaciones-content h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #c40000;
}

/* ======= SECCIÓN MANTENIMIENTO ======= */
.mantenimiento-pisos-section {
    padding: 80px 0;
}

.mantenimiento-card {
    padding: 30px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

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

.mantenimiento-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #002c5b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.8rem;
}

.mantenimiento-card h3 {
    color: #002c5b;
    margin-bottom: 15px;
    font-weight: 400;
}

.mantenimiento-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ======= SECCIÓN CERTIFICACIONES ======= */
.certificaciones-rollos-section {
    padding: 80px 0;
}

.certificacion-item {
    padding: 30px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

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

.certificacion-item img {
    height: 80px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.certificacion-item:hover img {
    filter: grayscale(0%);
}

/* ======= RESPONSIVE ======= */
@media (max-width: 768px) {
    .hero-pisos-hule {
        min-height: 50vh;
        padding: 80px 0 60px;
        text-align: center;
    }
    
    .introduccion-pisos,
    .ventajas-pisos-section,
    .aplicaciones-pisos-section,
    .instalacion-pisos-section,
    .especificaciones-pisos-section,
    .mantenimiento-pisos-section,
    .certificaciones-rollos-section {
        padding: 60px 0;
    }
    
    .ventaja-card,
    .aplicacion-piso-card,
    .mantenimiento-card,
    .certificacion-item {
        padding: 30px 20px;
    }
    
    .ventaja-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }
    
    .aplicacion-piso-icon {
        width: 60px;
        height: 60px;
        font-size: 1.6rem;
    }
    
    .proceso-item {
        flex-direction: column;
        text-align: center;
    }
    
    .proceso-paso {
        margin: 0 auto 15px auto;
    }
}

@media (max-width: 576px) {
    .hero-pisos-hule h1 {
        font-size: 2.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);
}




/* ======= TIPOS DE HULE / CATEGORÍAS DE PISOS (MISMO ESTILO QUE ROLLOS Y PLACAS) ======= */
.tipos-hule-section {
    padding: 80px 0;
}

.tipo-hule-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

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

.tipo-hule-header {
    background: linear-gradient(135deg, #002c5b, #1a4a7a);
    color: white;
    padding: 20px;
    text-align: center;
}

.tipo-hule-header h3 {
    margin: 0;
    font-weight: 700;
    font-size: 1.3rem;
}

.tipo-hule-body {
    padding: 25px;
}

.tipo-hule-body p {
    color: #666;
    margin-bottom: 15px;
    font-weight: 500;
}

.tipo-hule-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tipo-hule-body li {
    padding: 8px 0;
    color: #555;
    position: relative;
    padding-left: 25px;
}

.tipo-hule-body li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #c40000;
    font-weight: bold;
}

/* Botones dentro de tipo-hule-card */
.tipo-hule-body .btn-outline-primary,
.tipo-hule-body .btn-primary {
    margin-top: 10px;
}

/* Tarjeta de cotización con fondo gris */
.tipo-hule-card.bg-light {
    background-color: #f8f9fa !important;
}

/* Responsive para tipos-hule */
@media (max-width: 768px) {
    .tipos-hule-section {
        padding: 60px 0;
    }
    
    .tipo-hule-body {
        padding: 20px;
    }
    
    .tipo-hule-header h3 {
        font-size: 1.1rem;
    }
}
/* ======= 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;
}

/* ======= GUÍA PARA ELEGIR PISO DE HULE ======= */
.guia-pisos-hule-section {
    padding: 80px 0;
}

.guia-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    gap: 15px;
}

.guia-numero {
    width: 32px;
    height: 32px;
    background: #c40000;
    color: white;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.guia-texto h4 {
    color: #002c5b;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.guia-texto p {
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.guia-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .guia-pisos-hule-section {
        padding: 60px 0;
    }
    
    .guia-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .guia-numero {
        margin: 0 auto 5px auto;
    }
}