/* =============================================
   BACKGROUNDS - Fondos para páginas
   ============================================= */

/* Servicios */
.services-hero,
.page-section.services-hero {
    background: linear-gradient(135deg, rgba(0, 40, 86, 0.5) 0%, rgba(21, 113, 112, 0.5) 100%),
                url('../img/backgrounds/Captura de pantalla 2025-09-01 180120.png') center/cover !important;
    background-attachment: fixed !important;
}

/* Nosotros */
.about-section,
.page-section.about-section {
    background: linear-gradient(135deg, rgba(0, 40, 86, 0.45) 0%, rgba(21, 113, 112, 0.45) 100%),
                url('../img/backgrounds/Captura de pantalla 2025-09-01 180120.png') center/cover !important;
    background-attachment: fixed !important;
}

/* Contacto */
.contact-hero {
    background: linear-gradient(135deg, rgba(0, 40, 86, 0.55) 0%, rgba(21, 113, 112, 0.55) 100%),
                url('../img/backgrounds/Gemini_Generated_Image_8s0bt08s0bt08s0b.png') center/cover;
    background-attachment: fixed;
}

/* Socios */
.section-gray,
.page-section.section-gray {
    background: linear-gradient(135deg, rgba(0, 40, 86, 0.5) 0%, rgba(21, 113, 112, 0.5) 100%),
                url('../img/backgrounds/Captura de pantalla 2025-09-01 180028.png') center/cover !important;
    background-attachment: fixed !important;
    min-height: 70vh;
    padding: 40px 0;
}

/* Clientes */
.clients-section {
    background: linear-gradient(135deg, rgba(0, 40, 86, 0.45) 0%, rgba(21, 113, 112, 0.45) 100%),
                url('../img/backgrounds/Gemini_Generated_Image_8s0bt08s0bt08s0b.png') center/cover;
    background-attachment: fixed;
    padding: 40px 0;
    min-height: 70vh;
}

/* Notas Ejecutivas */
.notes-section {
    background: linear-gradient(135deg, rgba(0, 40, 86, 0.7) 0%, rgba(0, 40, 86, 0.9) 100%),
                url('../img/backgrounds/Captura de pantalla 2025-09-01 180155.png') center/cover;
    background-attachment: fixed;
}