/* =======================
   IDENTIFICACIÓN CORPORATIVA - ESTILOS ESPECÍFICOS
   Mobile-First Approach
   ======================= */

/* =======================
   DIV-1: HERO INTRO SECTION
   ======================= */
#div-1 {
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, rgba(27, 77, 62, 0.9) 0%, rgba(184, 115, 51, 0.85) 100%), 
                url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=1920') center/cover no-repeat;
    background-size: cover;
    background-position: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}

#div-1.visible {
    display: flex;
}

.btn-hola-centro {
    position: fixed;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 100000;
    padding: 12px 24px;
    background-color: #B87333;
    color: #FAF3E0;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-family: 'Raleway', Arial, sans-serif;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-hola-centro:hover {
    transform: translate(-50%, -50%) scale(1.02) !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.btn-hola-centro:focus-visible {
    outline: 3px solid #FAF3E0;
    outline-offset: 3px;
}

@media (max-width: 768px) {
    .btn-hola-centro {
        left: 50%;
        top: 75vh;
        transform: translate(-50%, -50%) !important;
        width: 80%;
        max-width: 320px;
        padding: 14px 18px;
        text-align: center;
    }
}

.hero-intro-container {
    width: 100%;
    max-width: 1990px;
    text-align: center;
    z-index: 2;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-intro-content {
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-intro-title {
    font-family: 'poiret_oneregular', Arial, sans-serif;
    font-size: calc(1.75rem + 2vw);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.hero-intro-subtitle {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: calc(1rem + 0.75vw);
    line-height: 1.6;
    margin-bottom: 35px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    color: #FAF3E0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 480px) {
    .hero-intro-title {
        font-size: 1.75rem;
        margin-bottom: 20px;
    }
    .hero-intro-subtitle {
        font-size: 1rem;
        margin-bottom: 30px;
    }
}

/* =======================
   DIV-2: EL PROBLEMA (PAS)
   ======================= */
#div-2 {
    position: relative;
    width: 100%;
    padding: 40px 0;
    min-height: auto;
}

#div-2 .content {
    position: relative;
    z-index: 2;
}

#div-2 .section-title {
    font-family: 'poiret_oneregular', Arial, sans-serif;
    font-size: calc(1.5rem + 1.5vw);
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: #1B4D3E;
    padding: 0 20px;
}

#div-2 .categories-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0 15px;
    max-width: 1990px;
    margin: 0 auto;
}

#div-2 .category-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    border: 2px solid transparent;
}

#div-2 .category-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 8px 25px rgba(27, 77, 62, 0.3);
    border-color: #1B4D3E;
}

#div-2 .category-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background: linear-gradient(135deg, #1B4D3E 0%, #B87333 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 3rem;
    position: relative;
    overflow: hidden;
}

#div-2 .category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

#div-2 .category-card:hover .category-image img {
    transform: scale(1.1);
}

#div-2 .category-content {
    padding: 25px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

#div-2 .category-title {
    font-family: 'poiret_oneregular', Arial, sans-serif;
    font-size: calc(1.25rem + 0.75vw);
    font-weight: 700;
    color: #1B4D3E;
    margin-bottom: 15px;
    line-height: 1.3;
}

#div-2 .category-examples {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

#div-2 .category-examples li {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: calc(0.875rem + 0.25vw);
    color: #333333;
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    line-height: 1.5;
}

#div-2 .category-examples li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #1B4D3E;
    font-weight: bold;
    font-size: 1.2em;
}

#div-2 .category-button {
    display: inline-block;
    padding: 14px 30px;
    background-color: #1B4D3E;
    color: #ffffff;
    text-decoration: none;
    font-size: calc(0.875rem + 0.25vw);
    font-weight: 600;
    border-radius: 30px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: auto;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

#div-2 .category-button:hover {
    background-color: #B87333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(27, 77, 62, 0.4);
}

#div-2 .category-card.animated {
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s ease-out;
}

#div-2 .category-card.animated.move-up {
    transform: translateY(40px);
}

#div-2 .category-card.animated.move-up.visible {
    opacity: 1;
    transform: translateY(0);
}

#div-2 .section-title.animated {
    opacity: 0;
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s ease-out;
}

#div-2 .section-title.animated.escalar.bounce-in {
    transform: scale(0.9);
}

#div-2 .section-title.animated.escalar.bounce-in.visible {
    opacity: 1 !important;
    transform: scale(1);
}

@media (min-width: 600px) {
    #div-2 .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding: 0 20px;
    }
}

@media (min-width: 1024px) {
    #div-2 {
        padding: 60px 0;
    }
    #div-2 .categories-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        padding: 0 40px;
    }
}

@media (max-width: 480px) {
    #div-2 {
        padding: 30px 0;
    }
    #div-2 .section-title {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }
    #div-2 .categories-grid {
        gap: 20px;
        padding: 0 10px;
    }
}

/* =======================
   DIV-3: BENEFICIOS CLAVE
   ======================= */
#div-3 {
    position: relative;
    width: 100%;
    padding: 60px 0;
    min-height: auto;
    background: linear-gradient(135deg, #FAF3E0 0%, #f9f4e8 100%);
}

#div-3 .content {
    position: relative;
    z-index: 2;
}

#div-3 .section-title {
    font-family: 'poiret_oneregular', Arial, sans-serif;
    font-size: calc(1.75rem + 1.5vw);
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #1B4D3E;
    padding: 0 20px;
}

.solutions-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0 15px;
    max-width: 1990px;
    margin: 0 auto;
}

.solution-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 35px 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    text-align: center;
}

.solution-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 8px 25px rgba(27, 77, 62, 0.3);
    border-color: #1B4D3E;
}

.solution-icon {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}

.solution-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.solution-card:hover .solution-icon img {
    transform: scale(1.1);
}

.solution-title {
    font-family: 'poiret_oneregular', Arial, sans-serif;
    font-size: calc(1.25rem + 0.5vw);
    font-weight: 700;
    color: #1B4D3E;
    margin-bottom: 15px;
}

.solution-description {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: calc(0.875rem + 0.25vw);
    color: #666666;
    line-height: 1.6;
}

@media (min-width: 600px) {
    .solutions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (min-width: 1024px) {
    #div-3 {
        padding: 80px 0;
    }
    .solutions-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        padding: 0 40px;
    }
}

/* =======================
   DIV-4: SOLUCIONES DESTACADAS
   ======================= */
#div-4 {
    position: relative;
    width: 100%;
    padding: 60px 0;
    min-height: auto;
    background: #ffffff;
}

#div-4 .content {
    position: relative;
    z-index: 2;
}

#div-4 .section-title {
    font-family: 'poiret_oneregular', Arial, sans-serif;
    font-size: calc(1.75rem + 1.5vw);
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #1B4D3E;
    padding: 0 20px;
}

.products-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0 15px;
    max-width: 1990px;
    margin: 0 auto;
}

.product-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    text-align: center;
}

.product-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 8px 25px rgba(27, 77, 62, 0.3);
    border-color: #1B4D3E;
}

.product-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #1B4D3E 0%, #B87333 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-title {
    font-family: 'poiret_oneregular', Arial, sans-serif;
    font-size: calc(1.125rem + 0.5vw);
    font-weight: 700;
    color: #1B4D3E;
    margin: 20px 0 10px;
}

.product-city {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: calc(0.875rem + 0.25vw);
    color: #B87333;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #1B4D3E;
    color: #ffffff;
    text-decoration: none;
    font-size: calc(0.875rem + 0.25vw);
    font-weight: 600;
    border-radius: 30px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.product-button:hover {
    background-color: #B87333;
    transform: translateY(-2px);
}

@media (min-width: 600px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (min-width: 1024px) {
    #div-4 {
        padding: 80px 0;
    }
    .products-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        padding: 0 40px;
    }
}

/* =======================
   DIV-5: PROVEEDORES ESPECIALIZADOS
   ======================= */
#div-5 {
    position: relative;
    width: 100%;
    padding: 60px 0;
    min-height: auto;
    background: linear-gradient(135deg, #FAF3E0 0%, #f9f4e8 100%);
}

#div-5 .content {
    position: relative;
    z-index: 2;
}

#div-5 .section-title {
    font-family: 'poiret_oneregular', Arial, sans-serif;
    font-size: calc(1.75rem + 1.5vw);
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #1B4D3E;
    padding: 0 20px;
}

.providers-section-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0 15px;
    max-width: 1990px;
    margin: 0 auto;
}

.provider-section-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    text-align: center;
}

.provider-section-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 8px 25px rgba(27, 77, 62, 0.3);
    border-color: #1B4D3E;
}

.provider-section-logo {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.provider-logo-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1B4D3E 0%, #B87333 100%);
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'poiret_oneregular', Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
}

.provider-section-name {
    font-family: 'poiret_oneregular', Arial, sans-serif;
    font-size: calc(1.125rem + 0.5vw);
    font-weight: 700;
    color: #1B4D3E;
    margin-bottom: 10px;
}

.provider-section-cities {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: calc(0.875rem + 0.25vw);
    color: #666666;
    margin-bottom: 10px;
}

.provider-section-certifications {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: calc(0.875rem + 0.25vw);
    color: #B87333;
    font-weight: 600;
    margin-bottom: 20px;
}

.provider-section-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #1B4D3E;
    color: #ffffff;
    text-decoration: none;
    font-size: calc(0.875rem + 0.25vw);
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.provider-section-button:hover {
    background-color: #B87333;
    transform: translateY(-2px);
}

@media (min-width: 600px) {
    .providers-section-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (min-width: 1024px) {
    #div-5 {
        padding: 80px 0;
    }
    .providers-section-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 35px;
        padding: 0 40px;
    }
}

/* =======================
   DIV-6: FORMULARIO DE COTIZACIÓN
   ======================= */
#div-6 {
    position: relative;
    width: 100%;
    padding: 60px 0;
    min-height: auto;
    background: linear-gradient(135deg, #1B4D3E 0%, #B87333 100%);
}

#div-6 .content {
    position: relative;
    z-index: 2;
}

#div-6 .section-title {
    font-family: 'poiret_oneregular', Arial, sans-serif;
    font-size: calc(1.75rem + 1.5vw);
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #ffffff;
    padding: 0 20px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.quote-form-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px;
}

.quote-form {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 25px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.quote-form .form-group {
    margin-bottom: 25px;
}

.quote-form label {
    display: block;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: calc(0.875rem + 0.25vw);
    font-weight: 600;
    color: #1B4D3E;
    margin-bottom: 8px;
}

.quote-form input {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: calc(0.875rem + 0.25vw);
    color: #333333;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.quote-form input:focus {
    outline: none;
    border-color: #1B4D3E;
    box-shadow: 0 0 0 3px rgba(27, 77, 62, 0.1);
}

.quote-form .submit-button {
    width: 100%;
    padding: 18px 40px;
    background: linear-gradient(135deg, #1B4D3E 0%, #B87333 100%);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-family: 'poiret_oneregular', Arial, sans-serif;
    font-size: calc(1rem + 0.5vw);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(27, 77, 62, 0.4);
}

.quote-form .submit-button:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 6px 20px rgba(27, 77, 62, 0.6);
}

.quote-form .success-message {
    display: none;
    background: #4CAF50;
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
    font-family: 'Raleway', Arial, sans-serif;
}

.quote-form .success-message.show {
    display: block;
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

.whatsapp-icon {
    font-size: 2rem;
}

@media (min-width: 1024px) {
    #div-6 {
        padding: 80px 0;
    }
    .quote-form {
        padding: 50px 45px;
    }
}

@media (max-width: 480px) {
    #div-6 {
        padding: 40px 0;
    }
    .quote-form {
        padding: 25px 15px;
    }
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
}

/* =======================
   DIV-7: PRUEBA SOCIAL CORPORATIVA
   ======================= */
#div-7 {
    position: relative;
    width: 100%;
    padding: 60px 0;
    min-height: auto;
    background: #ffffff;
}

#div-7 .content {
    position: relative;
    z-index: 2;
}

#div-7 .section-title {
    font-family: 'poiret_oneregular', Arial, sans-serif;
    font-size: calc(1.75rem + 1.5vw);
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #1B4D3E;
    padding: 0 20px;
}

.testimonials-section-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 15px;
    max-width: 1990px;
    margin: 0 auto 50px;
}

.testimonial-section-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    position: relative;
}

.testimonial-section-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(27, 77, 62, 0.2);
    border-color: #B87333;
}

.testimonial-quote {
    font-size: 4rem;
    font-family: 'poiret_oneregular', Arial, sans-serif;
    color: #B87333;
    line-height: 1;
    margin-bottom: 15px;
    opacity: 0.3;
}

.testimonial-section-text {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: calc(0.875rem + 0.25vw);
    color: #333333;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-section-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 2px solid #FAF3E0;
}

.testimonial-section-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1B4D3E 0%, #B87333 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'poiret_oneregular', Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    flex-shrink: 0;
}

.testimonial-section-name {
    font-family: 'poiret_oneregular', Arial, sans-serif;
    font-size: calc(1rem + 0.25vw);
    font-weight: 700;
    color: #1B4D3E;
    margin-bottom: 5px;
}

.testimonial-section-role {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: calc(0.75rem + 0.25vw);
    color: #666666;
}

.brands-section {
    max-width: 1200px;
    margin: 0 auto 50px;
    padding: 0 15px;
}

.brands-title {
    font-family: 'poiret_oneregular', Arial, sans-serif;
    font-size: calc(1.25rem + 0.75vw);
    font-weight: 700;
    text-align: center;
    color: #1B4D3E;
    margin-bottom: 30px;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.brand-item {
    background: #FAF3E0;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-item img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}

.brand-item:hover {
    background: #1B4D3E;
    transform: translateY(-5px);
}

.counter-section {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #FAF3E0 0%, #f9f4e8 100%);
    border-radius: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.counter-number {
    font-family: 'poiret_oneregular', Arial, sans-serif;
    font-size: calc(3rem + 2vw);
    font-weight: 700;
    color: #1B4D3E;
    margin-bottom: 10px;
    line-height: 1;
}

.counter-text {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: calc(1rem + 0.5vw);
    color: #666666;
    font-weight: 600;
}

@media (min-width: 600px) {
    .testimonials-section-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }
    .brands-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1024px) {
    #div-7 {
        padding: 80px 0;
    }
    .testimonials-section-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        padding: 0 40px;
    }
    .brands-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }
}

/* =======================
   DIV-8: FAQ
   ======================= */
#div-8 {
    position: relative;
    width: 100%;
    padding: 60px 0;
    min-height: auto;
    background: linear-gradient(135deg, #FAF3E0 0%, #f9f4e8 100%);
}

#div-8 .content {
    position: relative;
    z-index: 2;
}

#div-8 .section-title {
    font-family: 'poiret_oneregular', Arial, sans-serif;
    font-size: calc(1.75rem + 1.5vw);
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #1B4D3E;
    padding: 0 20px;
}

.faq-section-container {
    max-width: 1990px;
    margin: 0 auto;
    padding: 0 15px;
}

.faq-section-item {
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    overflow: hidden;
}

.faq-section-item.active {
    border-color: #1B4D3E;
    box-shadow: 0 4px 20px rgba(27, 77, 62, 0.2);
}

.faq-section-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'poiret_oneregular', Arial, sans-serif;
    font-size: calc(1rem + 0.5vw);
    font-weight: 600;
    color: #1B4D3E;
    transition: all 0.3s ease;
}

.faq-section-item:hover .faq-section-question {
    color: #B87333;
}

.faq-section-item.active .faq-section-question {
    background: linear-gradient(135deg, #FAF3E0 0%, #f9f4e8 100%);
}

.faq-section-icon {
    font-size: calc(1.25rem + 0.5vw);
    color: #B87333;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}

.faq-section-item.active .faq-section-icon {
    transform: rotate(180deg);
    color: #1B4D3E;
}

.faq-section-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 25px;
}

.faq-section-item.active .faq-section-answer {
    max-height: 1000px;
    padding: 0 25px 20px 25px;
}

.faq-section-answer p {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: calc(0.875rem + 0.25vw);
    color: #666666;
    line-height: 1.7;
    padding-top: 15px;
}

@media (min-width: 1024px) {
    #div-8 {
        padding: 80px 0;
    }
    .faq-section-container {
        padding: 0 40px;
    }
}

@media (max-width: 480px) {
    #div-8 {
        padding: 40px 0;
    }
    .faq-section-question {
        padding: 15px 20px;
        font-size: 1rem;
    }
    .faq-section-answer {
        padding: 0 20px;
    }
    .faq-section-item.active .faq-section-answer {
        padding: 0 20px 15px 20px;
    }
}

/* Animaciones comunes */
.animated {
    opacity: 0;
}

.animated.move-up {
    transform: translateY(40px);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s ease-out;
}

.animated.move-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.animated.escalar.bounce-in {
    transform: scale(0.9);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s ease-out;
}

.animated.escalar.bounce-in.visible {
    opacity: 1 !important;
    transform: scale(1);
}

.animated.visible {
    opacity: 1 !important;
}

