/* ===================== OVERLAY AHUMADO ===================== */
.page-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(6px);
    z-index: 1500;
    display: none;
}
