        .page-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 999;
            display: none;
        }
        
        .cookie-modal {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            display: none;
        }
        
        body.no-scroll {
            overflow: hidden;
        }
        
        .content-blur {
            filter: blur(5px);
            pointer-events: none;
            user-select: none;
        }