/* =========================================
           FIXES GERAIS
           ========================================= */
        .high-z-index { z-index: 999999 !important; pointer-events: auto !important; }
        body.mp-checkout-open, html.mp-checkout-open { overflow: auto !important; }

        div:where(.swal2-container) select.swal2-select {
            background-color: #151518 !important; color: #fff !important;
            border: 1px solid rgba(255, 255, 255, 0.1) !important;
        }
        div:where(.swal2-container) select.swal2-select option { background-color: #151518; color: #fff; }
        div:where(.swal2-container) select.swal2-select:focus {
            box-shadow: 0 0 0 2px rgba(194, 154, 91, 0.5) !important; border-color: #c29a5b !important;
        }

        /* SCROLLBAR */
        ::-webkit-scrollbar { width: 8px; }
        ::-webkit-scrollbar-track { background: #020202; border-left: 1px solid rgba(255, 255, 255, 0.02); }
        ::-webkit-scrollbar-thumb { background: linear-gradient(to bottom, #2a201a, #55402d); border-radius: 4px; border: 1px solid #000; }
        ::-webkit-scrollbar-thumb:hover { background: #6d563d; }
        html { scrollbar-width: thin; scrollbar-color: #55402d #020202; scroll-behavior: smooth; }

        /* MENU HAMBURGUER */
        #menu-toggle.active .hamburger-top { transform: rotate(45deg) translate(5px, 6px); }
        #menu-toggle.active .hamburger-middle { opacity: 0; }
        #menu-toggle.active .hamburger-bottom { transform: rotate(-45deg) translate(4px, -5px); }
    
        /* TIPOGRAFIA */
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body, html { 
            min-height: 100vh; width: 100%;
            background-color: #060403; color: #d1b894; 
            font-family: 'Inter', sans-serif; overflow-x: hidden;
        }
        .font-fantasy { font-family: 'Cinzel', serif; }
        .font-tech { font-family: 'Inter', sans-serif; font-weight: 800; letter-spacing: 0.5em; text-transform: uppercase; }
        .font-msn { font-family: 'Varela Round', sans-serif; letter-spacing: 0.02em; }

        #main-navbar {
            background: linear-gradient(to bottom, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.3) 70%, transparent 100%);
            border-bottom: 1px solid rgba(194, 154, 91, 0.03);
            backdrop-filter: blur(2px);
        }

        /* TIMER */
        .timer-container { display: flex; gap: 0.8rem; perspective: 1000px; }
        .timer-unit {
            background: rgba(0, 0, 0, 0.6); 
            border: 1px solid rgba(194, 154, 91, 0.25);
            border-bottom: 2px solid rgba(194, 154, 91, 0.6);
            backdrop-filter: blur(8px); padding: 0.8rem 0.5rem; 
            min-width: 90px; border-radius: 4px; position: relative; overflow: hidden;
            display: flex; flex-direction: column; align-items: center; justify-content: center;
            box-shadow: 0 4px 15px rgba(0,0,0,0.5);
        }
        .timer-unit::after {
            content: ''; position: absolute; top: 0; left: -150%; width: 100%; height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
            transform: skewX(-25deg); animation: timerShine 4s infinite;
        }
        @keyframes timerShine { 0% { left: -150%; } 20% { left: 150%; } 100% { left: 150%; } }
        .timer-value {
            font-family: 'Cinzel', serif; font-size: 2.2rem; font-weight: 700;
            color: #ffffff; line-height: 1; text-shadow: 0 2px 10px rgba(0,0,0,0.8);
            margin-bottom: 2px; position: relative; z-index: 10;
        }
        .timer-label { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: #c29a5b; opacity: 0.9; position: relative; z-index: 10; }

        /* LOGO */
        .logo-main {
            width: auto;
            height: clamp(120px, 1000vh, 250px); 
            filter: drop-shadow(0 0 20px rgba(194, 154, 91, 0.4));
            animation: logoPulse 3s infinite alternate ease-in-out;
            transition: all 0.4s ease;
        }
        @keyframes logoPulse {
            0% { transform: scale(1); filter: drop-shadow(0 0 20px rgba(194, 154, 91, 0.4)); }
            100% { transform: scale(1.02); filter: drop-shadow(0 0 40px rgba(194, 154, 91, 0.7)); }
        }

        /* VIDEO */
        .video-container { position: absolute; inset: 0; z-index: 0; top: 0; }
        .video-mask { position: absolute; inset: 0; background: radial-gradient(circle, transparent 40%, rgba(6,4,3,0.4) 70%, #060403 100%); z-index: 1; }
        video { filter: brightness(1.0) contrast(1.0); object-fit: cover; object-position: center 20%; width: 100%; height: 100%; }

        /* BOTOES */
        .btn-futuristic {
            font-family: 'Cinzel', serif; font-weight: 700; font-size: 13px; 
            letter-spacing: 0.3em; text-transform: uppercase;
            color: #f3e5ab; padding: 18px 45px; 
            background: rgba(194, 154, 91, 0.1); border: 2px solid rgba(194, 154, 91, 0.5);
            clip-path: polygon(15% 0, 100% 0, 100% 75%, 85% 100%, 0 100%, 0 25%);
            position: relative; overflow: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: inline-block;
        }
        .btn-futuristic::after {
            content: ''; position: absolute; top: -50%; left: -150%; width: 60%; height: 200%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transform: rotate(25deg); transition: 0.7s ease;
        }
        .btn-futuristic:hover::after { left: 150%; }
        .btn-futuristic:hover {
            background: rgba(194, 154, 91, 0.25); border-color: #f3e5ab;
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 10px 30px rgba(194, 154, 91, 0.3);
        }
        .title-announcement {
            font-family: 'Cinzel', serif; font-weight: 900;
            font-size: clamp(16px, 4vw, 24px);
            text-transform: uppercase; letter-spacing: 0.4em;
            background: linear-gradient(to bottom, #f3e5ab 0%, #c29a5b 50%, #8d6e63 100%);
            -webkit-background-clip: text; -webkit-text-fill-color: transparent;
            filter: drop-shadow(0 0 10px rgba(194, 154, 91, 0.4));
            position: relative; display: inline-block;
        }

        /* =========================================
           HUD E CARDS 
           ========================================= */
        .hud-card {
            background: rgba(15, 10, 8, 0.85); 
            border: 1px solid rgba(194, 154, 91, 0.2);
            backdrop-filter: blur(12px);
            /* Corte suave de 10px */
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
            position: relative; 
            overflow: hidden;
            display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
        }
        .char-bg { position: absolute; inset: 0; background-size: cover; background-position: center top; opacity: 0.15; filter: grayscale(100%) sepia(80%); transition: 0.8s ease; }
        .card-content { position: relative; z-index: 10; width: 100%; }

        /* =========================================
           AJUSTES CRÍTICOS PARA NOTEBOOK (Altura Reduzida)
           ========================================= */
        @media (max-height: 800px) {
            /* 1. COMPACTAR O TOPO */
            .hero-main-container { padding-top: 10px !important; }
            .logo-container { margin-bottom: 5px !important; } 
            
            /* --- AJUSTE SOLICITADO --- */
            /* Aumentei a Logo de 110px para 140px */
            .logo-main { height: 200px !important; }
            
            p.font-msn { margin-bottom: 20px !important; font-size: 11px !important; } 
            
            .info-bar-tech { 
                margin-bottom: 20px !important; 
                padding-top: 5px !important; 
                padding-bottom: 5px !important; 
            }
            
            .w-full.mb-16 { margin-bottom: 30px !important; } 
            
            /* Botões e Timer menores */
            nav .btn-futuristic { padding: 5px 12px !important; font-size: 12px !important; border-width: 1px !important; }
            #action-area .btn-futuristic { padding: 8px 20px !important; font-size: 16px !important; }
            .timer-unit { padding: 0.3rem !important; min-width: 60px !important; }
            .timer-value { font-size: 1.4rem !important; } 
            .title-announcement { font-size: 12px !important; margin-bottom: 5px !important; }

            /* 2. AUMENTAR OS GRIDS */
            .stats-wrapper .grid { gap: 0.5rem !important; } 
            
            .hud-card { 
                padding: 0 !important; 
                min-height: 95px !important; 
            }
            
            .hud-card h4 { 
                font-size: 9px !important; 
                margin-bottom: 0 !important; 
                letter-spacing: 0.2em !important;
            }
            .hud-card div.text-4xl, 
            .hud-card div.text-5xl { 
                font-size: 2rem !important; 
                line-height: 1.1 !important;
            }
        }

        /* MOBILE */
        @media (max-width: 640px) {
            nav img, .nav-logo-img { height: 35px !important; width: auto !important; }
            video { object-position: 50% 15% !important; }
            .timer-container { gap: 0.3rem; }
            .timer-unit { min-width: 78px; padding: 0.2rem; }
            .timer-value { font-size: 2.6rem; }
            .timer-label { font-size: 8px; }
            .logo-main { height: 120px !important; }
        }