/* =========================================
   1. VARIÁVEIS E CONFIGURAÇÕES GERAIS
   ========================================= */
:root {
    /* PALETA OFICIAL PLAYNAMBUCO */
    --color-red: #E61F4A;
    --color-yellow: #F7A619;
    --color-green: #00A775;
    --color-blue: #0B78AA;
    --color-white: #F0EFE6;
    
    /* MODO PADRÃO (AZUL COMO PRINCIPAL) */
    --bg-main: var(--color-blue);       
    --bg-secondary: #096a96; /* Azul levemente mais escuro */
    --bg-tertiary: #085c82;   /* Azul para profundidade */
    --bg-darker: #053b54;     /* Azul profundo para rodapés */
    
    --text-main: var(--color-white);     
    --text-secondary: rgba(240, 239, 230, 0.8); 
    --input-border: rgba(240, 239, 230, 0.2);
    
    --color-highlight: var(--color-red);
    --font-main: 'Source Sans 3', sans-serif;
}

h1, h2, h3, h4 {
    color: var(--text-main) !important;
}

.section-divider {
    height: 4px;
    width: 100px;
    background-color: var(--color-red);
    margin: 20px auto 40px;
    border-radius: 2px;
}

/* MODO CLARO (INVERSÃO DA PALETA) */
body.light-mode {
    --bg-main: var(--color-white);
    --bg-secondary: #e5e4dc;
    --bg-tertiary: #d6d5cd;
    
    --text-main: var(--color-blue);
    --text-secondary: #085c82;
    
    --color-highlight: var(--color-red);
}

/* APLICAÇÃO DO VERMELHO NOS DESTAQUES */
.btn-gamer, .btn-highlight, .tag-red {
    background-color: var(--color-highlight) !important;
    color: white !important;
}

.section-title::after {
    background: var(--color-highlight) !important;
}

html { scroll-behavior: smooth; }
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: var(--font-main);
    background-color: var(--bg-main);
    color: var(--text-main);
    line-height: 1.6;
    font-family: 'Source Sans 3', sans-serif;
    transition: background-color 0.3s, color 0.3s;
}

h1, h2, h3, h4, h5, h6, .section-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}

button, .btn-gamer, .btn-outline {
    font-family: 'Rubik', sans-serif;
}

a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section-padding { padding: 80px 0; }
.bg-darker { background-color: var(--bg-darker); }


.store-icon-link {
    color: var(--store-icon-color) !important;
    transition: color 0.3s ease, transform 0.2s ease !important;
}

.store-icon-link:hover {
    color: var(--color-yellow) !important; /* Brilha amarelo ao passar o mouse */
    transform: scale(1.2);
}

/* Estilização dos Cards da Seção Sobre */
.about-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease, background 0.3s ease;
    cursor: default;
}

.about-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--color-red);
}

.about-icon {
    font-size: 3rem;
    color: var(--color-red);
    margin-bottom: 20px;
    display: inline-block;
}

.about-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--color-white);
}

.about-card p {
    color: var(--text-secondary);
    line-height: 1.5;
    font-size: 1rem;
}

/* ========================================= */
/* DIRETORIA (MEMBROS)                       */
/* ========================================= */
.dir-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    padding: 30px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.3s, border-color 0.3s;
    width: 100%;
    max-width: 250px;
}

.dir-card:hover {
    transform: translateY(-5px);
    border-color: var(--color-yellow);
}

.dir-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid var(--color-blue);
    padding: 3px;
    background: var(--bg-secondary);
}

.dir-name {
    color: var(--text-main);
    font-size: 1.2rem;
    margin-bottom: 5px;
    text-align: center;
}

.dir-role {
    color: var(--color-yellow);
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.dir-social {
    color: var(--text-secondary);
    font-size: 1.5rem;
    transition: color 0.3s;
}

.dir-social:hover {
    color: #0077B5; /* Cor oficial do LinkedIn */
}

/* Responsividade para o Grid */
@media (max-width: 768px) {
    .about-card {
        padding: 30px 20px;
    }
    #pillars-admin-container {
        grid-template-columns: 1fr !important;
    }
}

/* Ajuste de equilíbrio para a tabela da diretoria */
.admin-table {
    table-layout: fixed; /* Força o navegador a respeitar as larguras definidas */
    width: 100%;
}

.admin-table th, .admin-table td {
    width: 25%; /* Divide as 4 colunas (Foto, Nome, Cargo, Ações) igualmente */
    text-align: center;
    vertical-align: middle;
    word-wrap: break-word; /* Evita que nomes longos quebrem o layout */
}

/* Garante que os botões dentro da coluna de ações fiquem alinhados */
.admin-table td.actions {
    display: table-cell; /* Mantém o comportamento de tabela */
}

.admin-table td.actions button {
    margin: 2px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-main); /* Garante cor certa no modo claro */
}

.color-accent {
    background: var(--gradient-brand);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* =========================================
   2. CABEÇALHO
   ========================================= */
.top-stripe { height: 4px; background: var(--gradient-brand); box-shadow: 0 0 15px rgba(244, 168, 29, 0.4); }

header {
    background-color: rgba(32, 32, 36, 0.95);
    backdrop-filter: blur(10px);
    position: sticky; top: 0; z-index: 1000;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* Header Claro */
body.light-mode header {
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.nav-container { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; }
.logo img { height: 55px; }

.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a { font-weight: 700; color: var(--text-main); font-size: 0.95rem; }
.nav-links a:hover { color: var(--color-yellow); }

.theme-btn {
    background: transparent;
    border: 2px solid var(--text-main);
    color: var(--text-main);
    width: 40px; height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    transition: 0.3s;
    display: flex; align-items: center; justify-content: center;
}
.theme-btn:hover { background: var(--text-main); color: var(--bg-main); }
.hamburger { display: none; cursor: pointer; font-size: 1.5rem; color: var(--text-main); }

/* --- CORREÇÃO DO BOTÃO GAMER --- */
.btn-gamer {
    background: var(--gradient-brand);
    /* Cor do texto adapta ao tema (Preto no Claro / Branco no Escuro) */
    color: var(--text-main) !important; 
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: none;
    cursor: pointer;
    transition: color 0.3s;
}

.btn-gamer::before {
    content: '';
    position: absolute;
    top: 2px; left: 2px; right: 2px; bottom: 2px;
    /* O fundo interno muda com o tema */
    background: var(--bg-secondary);
    border-radius: 4px;
    z-index: -1;
    transition: 0.3s;
}

.btn-gamer:hover {
    color: white !important; 
    text-shadow: 0 0 5px rgba(0,0,0,0.5); /* Melhora leitura no gradiente */
}
.btn-gamer:hover::before { opacity: 0; }

/* --- SEÇÃO SOBRE --- */
.about-text-container {
    max-width: 800px;
    margin: 0 auto 50px auto; /* Margem inferior para separar dos ícones */
    text-align: center;
    font-size: 1.2rem; /* Texto um pouco maior */
    line-height: 1.8;
    color: var(--text-secondary);
}

/* Destaque para as estatísticas/ícones abaixo do texto */
.about-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.stat-item i {
    font-size: 2.5rem;
    background: var(--gradient-brand);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /* Ícone com gradiente */
    background-clip: text;
}

.stat-item span {
    font-weight: 700;
    color: var(--text-main);
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

/* --- MAPA INTERATIVO --- */
.map-wrapper {
    margin: 50px 0;
}

#pernambuco-map {
    height: 400px; /* Altura do mapa */
    width: 100%;
    border-radius: 15px;
    border: 2px solid var(--bg-tertiary);
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    z-index: 1; /* Garante que não cubra o menu */
}

/* Customização do Popup do Leaflet para ficar Dark/Gamer */
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: var(--bg-secondary);
    color: var(--text-main);
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-popup-content b {
    color: var(--color-yellow);
}

/* ========================================= */
/* ESTILO CARROSSEL                          */
/* ========================================= */
.steam-carousel-wrapper {
    background: linear-gradient(to bottom,--color-blue 0%, --color-blue 100%);
    padding: 50px 0;
    margin-bottom: 40px;
    position: relative;
}

.steam-carousel {
    display: flex;
    background: var(--color-green);
    border: 4px solid #fff; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
}

.steam-slide {
    display: none; 
    width: 100%;
    height: 100%;
    animation: fadeIn 0.5s ease-in-out;
}
.steam-slide.active { display: flex; }

.steam-media {
    flex: 7; 
    position: relative;
    background-color: #000;
}
.steam-media img, .steam-media iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.steam-info {
    flex: 3; 
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid rgba(255,255,255,0.1);
}

.steam-info h2 { 
    font-size: 2rem; 
    margin: 0 0 10px 0; 
    color: #fff; /* Título Branco */
}

/* Estilo específico para as tags dentro do info */
.steam-info .tag {
    background: #fff; /* Fundo branco limpo */
    color: #0050ef;   /* Texto Azul Cobalto */
    font-size: 0.8rem;
    padding: 4px 10px;
    margin-right: 5px;
    font-weight: bold;
    border-radius: 4px;
}



.steam-desc {
    font-size: 1rem; 
    color: rgba(255,255,255,0.8); /* Descrição Branco fosco */
    line-height: 1.6;
    display: -webkit-box; 
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; 
    overflow: hidden;
    margin-bottom: 25px;
}

/* Botão Gamer (Ajuste para cor Sol) */
.steam-info .btn-gamer {
    margin-top: auto; 
    text-align: center; 
    width: 100%; 
    display: block; 
    box-sizing: border-box;
    /* Usando o Amarelo Sol vibrante da bandeira */
    background-color: var(--color-yellow); 
    border: 2px solid var(--color-yellow);
    color: #000; /* Texto preto para leitura */
}
.steam-info .btn-gamer:hover {
    background-color: #fff;
    color: #0050ef;
    border-color: #fff;
}

.cyber-divider {
    border: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--color-yellow), transparent);
    margin: 60px auto;
    width: 80%;
    opacity: 0.5;
}

/* Bolinhas de navegação (Ajuste para Amarelo e Branco) */
.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.carousel-dot {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.3); /* Inativa: Branco transparente */
    border-radius: 50%; /* Perfeitamente redondas */
    cursor: pointer;
    transition: 0.3s;
    border: 2px solid transparent;
}
.carousel-dot:hover { background: rgba(255,255,255,0.6); }

/* Bolinha Ativa: Amarelo Sol vibrante com borda branca */
.carousel-dot.active { 
    background: var(--color-yellow); 
    width: 12px; 
    transform: scale(1.3);
    border-color: #fff;
}

/* Responsivo para Celular */
@media (max-width: 992px) {
    .steam-slide.active { flex-direction: column; }
    .steam-carousel { height: auto; border: 2px solid #fff; }
    .steam-media { height: 250px; flex: none; }
    .steam-info { padding: 20px; flex: none; }
    .steam-info h2 { font-size: 1.5rem; }
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* =========================================
   3. HERO SECTION
   ========================================= */
.hero {
    height: 70vh;
    background: url('https://images.unsplash.com/photo-1542751371-adc38448a05e?q=80&w=2070&auto=format&fit=crop') center/cover no-repeat;
    position: relative; display: flex; align-items: center; justify-content: center; text-align: center;
    color: white !important; /* Sempre branco na hero */
}
.hero h1, .hero p { color: white; }
.hero-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(18,18,20,0.8), var(--bg-main));
}
.hero-content { position: relative; z-index: 2; max-width: 800px; padding: 20px; }
.hero h1 { font-size: 3.5rem; font-weight: 900; line-height: 1.1; margin-bottom: 20px; }
.hero p { font-size: 1.2rem; opacity: 0.9; margin-bottom: 30px; }
.btn-lg { padding: 14px 40px; font-size: 1.1rem; display: inline-block; }
.btn-outline {
    background-color: transparent; /* Remove o fundo cinza do navegador */
    color: var(--text-main);       /* Garante que o texto fique branco/claro */
    border: 2px solid var(--text-main);
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    transition: 0.3s;
}

.btn-outline:hover { 
    background-color: var(--text-main); 
    color: var(--bg-main); /* Texto fica escuro ao passar o mouse */
}

/* Correção botão ver agenda no modo claro */
.btn-dark-fix {
    border-color: var(--text-main);
    color: var(--text-main);
}
.btn-dark-fix:hover {
    background: var(--text-main);
    color: var(--bg-main);
}

/* =========================================
   4. FILTROS E CARDS
   ========================================= */
.filter-container { display: flex; flex-direction: column; align-items: center; gap: 20px; margin-bottom: 50px; }

.search-box {
    position: relative; /* IMPORTANTE: Prende o ícone dentro desta caixa */
    width: 100%;
    max-width: 500px;
    margin: 0 auto; /* Centraliza a caixa na tela */
}

.search-box input {
    width: 100%;
    padding: 15px 20px 15px 50px; /* padding-left maior para o texto não ficar cima do ícone */
    background: var(--bg-tertiary);
    border: 1px solid var(--input-border);
    border-radius: 50px;
    color: var(--text-main);
    font-size: 1rem;
    outline: none;
    transition: 0.3s;
}

.search-box i {
    position: absolute; /* IMPORTANTE: Flutua o ícone */
    left: 20px;         /* Distância da esquerda */
    top: 50%;           /* Centraliza verticalmente */
    transform: translateY(-50%); /* Ajuste fino do centro vertical */
    color: var(--text-secondary);
    pointer-events: none; /* Permite clicar no input através do ícone */
}

/* Efeito de foco */
.search-box input:focus {
    border-color: var(--color-blue);
    box-shadow: 0 0 10px rgba(29, 118, 187, 0.3);
}

.filter-btn {
    background: var(--bg-secondary);
    color: var(--text-secondary);
    border: 1px solid var(--input-border);
    padding: 8px 20px; border-radius: 20px; cursor: pointer; font-weight: 700; transition: 0.3s;
}
.filter-btn:hover, .filter-btn.active {
    background: var(--bg-tertiary); color: var(--text-main);
    border-color: var(--btn-color, var(--text-main));
}

.grid-studios { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; }
.card {
    background: var(--bg-secondary);
    border-radius: 12px; overflow: hidden;
    border: 1px solid var(--input-border);
    transition: 0.3s;
}
.card:hover { transform: translateY(-8px); border-color: var(--color-blue); }
.card h3 { color: var(--text-main); margin-bottom: 15px; }

.card-banner { height: 100px; width: 100%; position: relative; }
.card-banner::after {
    content: ''; width: 60px; height: 60px;
    background: #333;
    border: 3px solid var(--bg-secondary);
    border-radius: 50%;
    position: absolute; bottom: -30px; left: 20px;
}
.card-body { padding: 40px 20px 20px 20px; }

/* Tags */
.tag { display: inline-block; padding: 4px 10px; border-radius: 4px; font-size: 0.75rem; font-weight: 800; margin-right: 5px; }
.tag-yellow { background: rgba(244, 168, 29, 0.2); color: var(--color-yellow); }
.tag-blue { background: rgba(29, 118, 187, 0.2); color: var(--color-blue); }
.tag-green { background: rgba(31, 169, 111, 0.2); color: var(--color-green); }
.tag-red { background: rgba(227, 28, 77, 0.2); color: var(--color-red); }
.tag-gray { background: rgba(128,128,128,0.1); color: var(--text-secondary); }

/* =========================================
   5. CALENDÁRIO
   ========================================= */
.calendar-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; width: 100%; }
.event-card {
    display: flex; align-items: center;
    background: var(--bg-secondary);
    padding: 20px; border-radius: 10px;
    border-left: 4px solid var(--color-red);
    border: 1px solid var(--input-border);
    transition: 0.3s;
}
.event-card:hover { transform: translateX(5px); }
.date-box {
    text-align: center; margin-right: 20px;
    background: var(--bg-tertiary);
    padding: 10px; border-radius: 8px; min-width: 70px;
}
.date-box .day { color: var(--text-main); font-weight: 900; font-size: 1.5rem; }
.date-box .month { color: var(--color-red); font-weight: 700; font-size: 0.8rem; }
.event-info h4 { color: var(--text-main); margin-bottom: 5px; }
.btn-icon {
    margin-left: auto; width: 40px; height: 40px;
    border-radius: 50%; background: var(--bg-tertiary); color: var(--text-main);
    display: flex; align-items: center; justify-content: center;
}
.btn-icon:hover { background: var(--color-red); color: white; }

/* =========================================
   6. CONTATO E FORMULÁRIO (NOVO)
   ========================================= */
.contact-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
    background: var(--bg-secondary);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid var(--input-border);
}

.contact-form-area h3 { margin-bottom: 20px; color: var(--text-main); }

/* Inputs Estilosos (Floating Labels) */
.form-group { position: relative; margin-bottom: 20px; }

.form-group input, .form-group textarea {
    width: 100%;
    padding: 15px;
    background: var(--bg-tertiary);
    border: 2px solid var(--input-border);
    border-radius: 8px;
    color: var(--text-main);
    font-size: 1rem;
    outline: none;
    transition: 0.3s;
    font-family: inherit;
}

.form-group label {
    position: absolute;
    left: 15px; top: 18px;
    color: var(--text-secondary);
    pointer-events: none;
    transition: 0.3s;
    background: transparent;
}

/* Animação do Label quando foca ou tem texto */
.form-group input:focus, .form-group textarea:focus { border-color: var(--color-yellow); }

.form-group input:focus ~ label,
.form-group input:not(:placeholder-shown) ~ label,
.form-group textarea:focus ~ label,
.form-group textarea:not(:placeholder-shown) ~ label {
    top: -10px;
    left: 10px;
    font-size: 0.85rem;
    color: var(--color-yellow);
    background: var(--bg-secondary);
    padding: 0 5px;
}

/* Área Lateral de Infos */
.contact-info-area {
    display: flex; flex-direction: column; justify-content: center;
    border-left: 1px solid var(--input-border);
    padding-left: 40px;
}

.socials-vertical { display: flex; flex-direction: column; gap: 15px; margin-top: 20px; }

.social-row {
    display: flex; align-items: center; gap: 15px;
    color: var(--text-secondary);
    padding: 15px;
    border-radius: 8px;
    background: var(--bg-tertiary);
    transition: 0.3s;
    font-weight: 700;
}
.social-row:hover {
    background: var(--text-main);
    color: var(--bg-main); /* Inverte a cor no hover */
    transform: translateX(10px);
}
.social-row i { font-size: 1.5rem; }

/* --- Ajuste do Box de Informação (QR Code) --- */
.info-box {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza horizontalmente imagem e texto */
    text-align: center;  /* Garante que o texto fique centralizado */
    margin-bottom: 30px;
}

/* Tamanho do QR Code */
.qr-code-img {
    width: 250px;        /* Tamanho maior (ajuste se quiser mais) */
    max-width: 100%;     /* Para não quebrar em celulares muito pequenos */
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px; /* Opcional: borda arredondada fica bonito em QR Code */
    box-shadow: 0 4px 15px rgba(0,0,0,0.3); /* Opcional: sombra para destaque */
}

/* =========================================
   7. FOOTER
   ========================================= */
.stripe-footer { height: 4px; background: var(--gradient-brand); }
footer { background: #000; padding-top: 20px; color: #E1E1E6; }
.copyright { background: #000; text-align: center; padding: 20px; font-size: 0.85rem; }


/* --- ESTILOS DA PÁGINA DE DETALHES (studio.html) --- */
.studio-hero {
    height: 50vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
}

.studio-header-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.studio-big-logo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid white;
    background: #fff;
    object-fit: contain;
    padding: 10px;
}

.studio-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.studio-video iframe {
    width: 100%;
    height: 300px;
    border-radius: 12px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.gallery-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.3s;
    cursor: pointer;
}
.gallery-img:hover { transform: scale(1.05); }



/* --- AJUSTE VLIBRAS (Mobile na Esquerda) --- */
@media (max-width: 768px) {
    div[vw] {
        left: 10px !important;    /* Cola na esquerda */
        right: auto !important;   /* Solta da direita */
        bottom: 10px !important;  /* Fica no rodapé */
        top: auto !important;
    }

    #contact .container {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
        padding: 40px 20px !important;
    }

    /* Ajusta o mapa para não sumir e ter uma altura boa no mobile */
    #map {
        height: 300px !important;
        width: 100% !important;
        border-radius: 8px;
        order: 2; /* Joga o mapa para baixo das informações */
    }

    /* Ajusta as informações de contato */
    .contact-info {
        width: 100% !important;
        text-align: center;
        order: 1;
    }

    .social-row {
        justify-content: center !important;
    }
    
    /* Garante que o painel interno também abra para o lado certo */
    div[vw-plugin-wrapper] {
        left: 0 !important;
        right: auto !important;
    }

    div[vw] {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important; /* Centraliza na altura da tela */
    transform: translateY(-50%) !important;
    bottom: auto !important; /* Cancela qualquer comando de ficar embaixo */
    z-index: 999999 !important; /* Fica acima de tudo, inclusive do menu */
}

    .studio-details-grid { grid-template-columns: 1fr; }

    .about-stats { gap: 30px; }
    .stat-item i { font-size: 2rem; }

    .hamburger {
        display: flex !important; /* Força o ícone a aparecer */
        position: fixed !important;
        top: 25px !important;
        right: 20px !important;
        z-index: 10001 !important; /* Fica acima de tudo, inclusive do menu */
        
        /* Estética do Botão Flutuante */
        background: var(--bg-secondary) !important;
        color: var(--color-yellow) !important;
        width: 45px;
        height: 45px;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        border: 2px solid var(--color-yellow);
        box-shadow: 0 4px 15px rgba(0,0,0,0.5);
        cursor: pointer;
    }

    /* Ajuste do Dropdown que desce do topo */
    .nav-links {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        background: rgba(18, 18, 20, 0.98) !important;
        backdrop-filter: blur(10px);
        flex-direction: column !important;
        padding: 100px 0 40px 0 !important; /* Espaço para o botão não cobrir o primeiro link */
        
        /* Animação de Dropdown */
        transform: translateY(-100%) !important;
        opacity: 0;
        transition: all 0.4s ease-in-out !important;
        z-index: 10000 !important;
        border-bottom: 3px solid var(--color-yellow);
    }

    .nav-links.active {
        transform: translateY(0) !important;
        opacity: 1;
    }

    .nav-links li {
        margin: 15px 0 !important;
    }
}

/* Link discreto para o Admin */
.admin-access {
    opacity: 0.3;
    font-size: 0.8rem;
    color: var(--text-secondary);
    margin-top: 10px;
    display: inline-block;
    transition: 0.3s;
}
.admin-access:hover {
    opacity: 1;
    color: var(--color-red);
}