 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        html, body {
            overflow-y: auto !important;
            overflow-x: hidden;
            height: auto !important;
            margin: 0;
            padding: 0;
            font-family: 'Avenir Next Arabic', sans-serif;
            scroll-behavior: smooth;
            background: #f8f5f0;
            color: #1a1a1a;
        }

        h1, h2, h3, .section-title, .digital-name {
            font-family: 'Playfair Display', serif !important;
            font-weight: 300;
            letter-spacing: 0.1em;
            text-transform: none;
        }
        p, .section-subtitle {
            font-family: 'Avenir Next Arabic', sans-serif !important;
            line-height: 1.6;
            letter-spacing: 0.02em;
        }

        /* ELIMINĂ SCROLL-SNAP ȘI BLOCAJELE */
        .page-container, section, main, html, body {
            scroll-snap-type: none !important;
            scroll-snap-align: none !important;
            min-height: auto !important;
            height: auto !important;
            overflow: visible !important;
        }

        /* ASIGURĂ CLIC PE MENIU */
        .static-nav, .menu-btn, #logo-button {
            pointer-events: auto !important;
            z-index: 99999 !important;
        }