    /* ── HERO CARRERA (fondo específico de Análisis de Sistemas) ── */
    .carrera-hero {
        --hero-bg: url('https://images.unsplash.com/photo-1555066931-4365d14bab8c?w=1400&q=80');
    }

    /* ── IMÁGENES DE LA GALERÍA ── */
    .img-carrera-analista {
        border-radius: 20px;
        object-fit: contain;
        max-height: 250px;
        box-shadow: 0 20px 60px rgba(1, 75, 77, 0.25), 0 0 0 3px rgba(0, 107, 114, 0.25);
    }
