/* --- SOLO ARREGLO PARA RETAIL (EVITAR QUE SE ROMPA) --- */

.glass-bg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.glass-bg-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.15; /* Más sutil */
    pointer-events: none;
}
