        body {
            background-color: #050505;
            color: #ffffff;
            overflow-x: hidden;
        }

        /* Custom Scrollbar */
        ::-webkit-scrollbar {
            width: 6px;
        }

        ::-webkit-scrollbar-track {
            background: #050505;
        }

        ::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 4px;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: #C5A880;
        }

        .glass-panel {
            background: rgba(255, 255, 255, 0.03);
            backdrop-filter: blur(24px);
            -webkit-backdrop-filter: blur(24px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            will-change: transform;
            transform: translateZ(0);
            backface-visibility: hidden;
        }

        .glass-panel:hover {
            background: rgba(255, 255, 255, 0.05);
            border-color: rgba(197, 168, 128, 0.3);
        }

        .glass-navbar {
            background: linear-gradient(to bottom, rgba(5, 5, 5, 0.8), rgba(5, 5, 5, 0.0));
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        /* Splitting animations */
        .splitting .char {
            opacity: 0;
            transform: translateY(100%);
        }

        .reveal-elem {
            opacity: 0;
            transform: translateY(30px);
        }

        /* Refined Button Styles */
        .btn-premium {
            position: relative;
            overflow: hidden;
        }

        .btn-premium::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.7s ease;
        }

        .btn-premium:hover::before {
            left: 100%;
        }

        .text-gradient-premium {
            background: linear-gradient(135deg, #FFF 0%, #C5A880 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .text-gradient-premium .char {
            background: linear-gradient(135deg, #FFF 0%, #C5A880 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero-overlay {
            background: linear-gradient(to top, rgba(5, 5, 5, 1) 0%, rgba(5, 5, 5, 0.4) 40%, rgba(5, 5, 5, 0.7) 100%);
        }

        .luxury-shadow {
            box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.8);
        }

        /* Light Beam Cursor System */
        .cursor-dot {
            width: 4px;
            height: 4px;
            background-color: #fff;
            border-radius: 50%;
            position: fixed;
            top: 0;
            left: 0;
            pointer-events: none;
            z-index: 10000;
            transform: translate(-50%, -50%);
            box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
            transition: width 0.3s, height 0.3s, opacity 0.3s, background-color 0.3s;
        }

        .cursor-beam {
            width: 120px;
            height: 120px;
            background: radial-gradient(circle, rgba(197, 168, 128, 0.15) 0%, rgba(197, 168, 128, 0) 70%);
            border-radius: 50%;
            position: fixed;
            top: 0;
            left: 0;
            pointer-events: none;
            z-index: 9999;
            transform: translate(-50%, -50%);
            mix-blend-mode: screen;
            transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1), height 0.4s cubic-bezier(0.25, 1, 0.5, 1), background 0.4s;
        }

        .cursor-dot.magnetic-active {
            width: 8px;
            height: 8px;
            background-color: #C5A880;
            box-shadow: 0 0 15px rgba(197, 168, 128, 0.8);
        }

        .cursor-beam.magnetic-active {
            width: 60px;
            height: 60px;
            background: radial-gradient(circle, rgba(197, 168, 128, 0.4) 0%, rgba(197, 168, 128, 0) 70%);
        }

        .cursor-beam.gallery-active {
            width: 250px;
            height: 250px;
            background: radial-gradient(circle, rgba(197, 168, 128, 0.25) 0%, rgba(197, 168, 128, 0) 70%);
        }

        .cursor-beam.form-active {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(4px);
        }

        .cursor-dot.form-active {
            opacity: 0;
        }

        /* Cinematic Overlays */
        .global-overlay {
            position: fixed;
            inset: 0;
            pointer-events: none;
            z-index: 9998;
            /* Vignette + Noise - SVG Tile Optimization (99% Rasterization Reduction) */
            background: 
                radial-gradient(circle at center, transparent 30%, rgba(0,0,0,0.85) 150%),
                url('data:image/svg+xml,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.75" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)"/%3E%3C/svg%3E');
            background-size: 100% 100%, 200px 200px;
            background-repeat: no-repeat, repeat;
            opacity: 0.25;
            mix-blend-mode: overlay;
            /* GPU Acceleration */
            will-change: transform;
            transform: translateZ(0);
            backface-visibility: hidden;
        }

        /* Animated Backgrounds */
        .bg-grid {
            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
                linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
            background-size: 50px 50px;
        }

        .liquid-blob {
            position: absolute;
            border-radius: 50%;
            filter: blur(100px);
            animation: floatBlob 20s ease-in-out infinite alternate;
            z-index: 0;
            pointer-events: none;
            /* Optimização: Cache do blur como textura na GPU */
            will-change: filter, transform;
            transform: translateZ(0);
            backface-visibility: hidden;
        }
    
        .form-reveal-left, .form-reveal-right {
            will-change: filter, transform;
            transform: translateZ(0);
            backface-visibility: hidden;
        }

        @keyframes floatBlob {
            0% {
                transform: translate(0, 0) scale(1) rotate(0deg);
            }

            33% {
                transform: translate(5%, 10%) scale(1.1) rotate(15deg);
            }

            66% {
                transform: translate(-5%, -5%) scale(0.9) rotate(-10deg);
            }

            100% {
                transform: translate(2%, -10%) scale(1.05) rotate(5deg);
            }
        }
    


/* ===== LEGAL MODALS ===== */
.legal-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.legal-modal.active {
    opacity: 1;
    pointer-events: auto;
}

.legal-modal-inner {
    background: #0A0A0A;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    transform: translateY(20px);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.legal-modal.active .legal-modal-inner {
    transform: translateY(0);
}

.legal-modal-header {
    padding: 24px 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.legal-modal-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.legal-modal-close:hover {
    background: #C5A880;
    color: black;
    border-color: #C5A880;
    transform: rotate(90deg);
}

.legal-modal-body {
    flex: 1;
    padding: 32px;
    overflow-y: auto;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.6;
}

.legal-modal-body::-webkit-scrollbar {
    width: 4px;
}
.legal-modal-body::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.2);
}
.legal-modal-body::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.1);
    border-radius: 2px;
}

.legal-modal-body h3 {
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 12px;
}

.legal-modal-body h3:first-of-type {
    margin-top: 0;
}

.legal-modal-body p {
    margin-bottom: 16px;
}

.legal-modal-body ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 16px;
}

.legal-modal-body li {
    margin-bottom: 8px;
}

.legal-updated {
    font-size: 0.75rem;
    color: #C5A880;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 24px !important;
}
