/* ========================================= */
/* --- 13-INCH SCREEN OPTIMIZATIONS --- */
/* ========================================= */
@media (min-width: 1025px) and (max-width: 1440px) {

    /* Tiendas Section Adjustments */
    #tiendas .premium-split-layout {
        gap: 30px !important;
        align-items: center;
    }

    #tiendas .partner-visual-composition {
        max-width: 320px;
        /* Reduce visual size */
        margin-right: auto;
    }

    #tiendas h2 {
        font-size: 2.2rem !important;
        margin-bottom: 15px;
    }

    #tiendas .subtitle {
        font-size: 0.95rem !important;
        margin-bottom: 20px;
    }

    #tiendas .partner-features {
        margin: 20px 0;
    }

    #tiendas .partner-features li {
        font-size: 0.95rem;
    }

    /* Adjust contact buttons margin */
    #tiendas .contact-buttons-wrapper {
        margin-top: 20px;
    }

    /* Improve overall header size for this view */
    h2 {
        font-size: 2.4rem;
    }

    /* --- Beneficios Compact (13") --- */
    #beneficios {
        padding: 60px 0 !important;
    }

    .benefits-grid {
        gap: 20px !important;
        margin-top: 40px !important;
    }

    .benefit-item {
        padding: 30px 20px !important;
    }

    .benefit-item i {
        font-size: 3rem !important;
        margin-bottom: 15px !important;
    }

    .benefit-item h3 {
        font-size: 1.3rem !important;
    }
}

/* ========================================= */
/* --- REMOVING ANIMATIONS & FIXES --- */
/* ========================================= */

/* 1. Force Visibility on ALL Reveal Elements (Logo, Text, Images) */
.reveal,
.reveal-simple,
.section-logo-wrapper.reveal,
.h2-animate.reveal-simple,
.subtitle.reveal-simple,
.feature-card.reveal-simple,
.split-content.reveal-simple,
.split-media.reveal-simple {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    visibility: visible !important;
}

/* 2. Force Text Content Visibility */
.h2-animate span {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* 3. Fix Home Text Color (Restore Red Gradient) */
#inicio .highlight,
#tiendas .highlight,
#unete .highlight {
    background: linear-gradient(135deg, #ff3333, var(--primary-red), var(--dark-red)) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: var(--primary-red) !important;
    opacity: 1 !important;
    text-shadow: none !important;
    filter: drop-shadow(0 3px 8px rgba(255, 51, 51, 0.5)) !important;
}


.certificaciones-impact-section {
    max-width: 1400px;
    margin: 40px auto 80px;
    padding: 0 5%;
    text-align: left;
}

.certificaciones-impact-section h3 {
    color: #d3161c !important;
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.certificaciones-impact-section p {
    color: #555;
    max-width: 850px;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 45px;
}

.cert-logos-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    align-items: center;
}

.cert-img-impact {
    height: 50px;
    width: auto;
    filter: grayscale(1);
    opacity: 0.6;
    transition: all 0.4s ease;
    cursor: pointer;
}

.cert-img-impact:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.1);
}

@media (max-width: 1024px) {
    .flex-container {
        flex-direction: column;
        text-align: center;
    }

    .branding-box {
        max-width: 320px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .beneficios-banner-impact {
        padding: 60px 5% 100px;
    }

    .benefits-premium-grid {
        margin-top: -60px;
    }

    .certificaciones-impact-section {
        text-align: center;
    }

    .cert-logos-wrapper {
        justify-content: center;
    }
}