:root { --primary: #fbbf24; --bg-dark: #0a0a0a; --card-bg: #1a1a1a; }
body { background-color: var(--bg-dark); scroll-behavior: smooth; overflow-x: hidden; color: white; }

/* MANTENDO SEUS ESTILOS ORIGINAIS DE SUBMENU */
.glass-header { background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.menu-item { position: relative; }
.submenu { display: none !important; opacity: 0; transform: translateY(-6px); transition: all 0.25s ease-in-out; z-index: 9999; background: white; color: black; border-radius: 4px; }
.menu-item:hover > .submenu { display: block !important; opacity: 1; transform: translateY(0); }
.submenu a { display: block; padding: 10px 15px; white-space: nowrap; }
.submenu a:hover { background: #fef3c7; }

/* RESTAURANDO EFEITO DE SELECIONADO NOS FILTROS */
.filter-btn.active { background-color: var(--primary) !important; color: black !important; font-weight: bold; }

/* SIDEBAR MOBILE */
#mobile-sidebar { position: fixed; top: 0; left: -100%; width: 300px; height: 100%; background: #111; z-index: 10000; transition: 0.4s; overflow-y: auto; padding-bottom: 40px; }
#mobile-sidebar.active { left: 0; }
.sidebar-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.8); z-index: 9999; display: none; }
.sidebar-overlay.active { display: block; }
.acc-content { display: none; background: #000; padding-left: 20px; }
.acc-btn.active + .acc-content { display: block; }

/* Seção de Dispositivos - Visual Premium */
.devices-section {
    padding: 80px 20px;
    background-color: #0a0a0a; /* Fundo escuro igual ao site */
    text-align: center;
}

.container-devices {
    max-width: 1100px;
    margin: 0 auto;
}

.header-devices h3 {
    color: white;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.header-devices h3 span {
    color: #fbbf24; /* Amarelo Faria Stream */
}

.header-devices p {
    color: #888;
    margin-bottom: 40px;
}

.grid-devices {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
}

.device-card {
    background: #111;
    border: 1px solid #222;
    padding: 30px 20px;
    border-radius: 15px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.device-card i {
    font-size: 2.5rem;
    color: #fbbf24; /* Ícones em Amarelo */
}

.device-card span {
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.device-card:hover {
    border-color: #fbbf24;
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(251, 191, 36, 0.1);
}

/* Logos das marcas no rodapé da seção */
.brand-footer {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    opacity: 0.5;
}

.brand-footer img {
    height: 25px;
    filter: grayscale(1) brightness(2);
}
/* Efeito Premium para Logos no Fundo Escuro */
.filter-white {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(200%) contrast(100%);
}

/* Brilho suave ao passar o mouse para dar vida ao site */
.filter-white:hover {
    filter: invert(100%) drop-shadow(0 0 8px rgba(255, 255, 255, 0.6));
    transition: 0.5s;
}
/* Efeitos de Luxo - Seção Dispositivos */
.premium-card {
    position: relative;
    padding: 1px; /* Para a borda gradiente */
    background: linear-gradient(180deg, rgba(251, 191, 36, 0.3) 0%, rgba(251, 191, 36, 0) 100%);
    border-radius: 24px;
    transition: all 0.5s ease;
}

.card-glass {
    background: rgba(15, 15, 15, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 40px 20px;
    border-radius: 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #888;
    transition: all 0.5s ease;
}

.premium-card:hover {
    transform: translateY(-10px);
    background: linear-gradient(180deg, #fbbf24 0%, rgba(251, 191, 36, 0) 100%);
    box-shadow: 0 20px 40px rgba(251, 191, 36, 0.15);
}

.premium-card:hover .card-glass {
    background: rgba(20, 20, 20, 0.6);
    color: #fbbf24; /* Amarelo brilha no hover */
}

/* Filtro para logos brancas */
.filter-white {
    filter: invert(100%) brightness(200%);
}


/* SLIDER CANAIS CORRIGIDO */
.slider { 
    overflow: hidden; 
    width: 100%; 
    padding: 40px 0; 
    position: relative;
    background: rgba(0,0,0,0.3);
}
.slide-track { 
    display: flex; 
    width: max-content; 
    animation: scroll 200s linear infinite; /* Aumente este valor para ficar mais lento (ex: 150s, 200s) */
    will-change: transform;
}
.slide { 
    flex: 0 0 auto; 
    width: 140px; 
    margin: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide img { 
    height: 55px; 
    width: auto;
    filter: grayscale(100%) brightness(1.5); 
    transition: 0.5s; 
    display: block; 
    object-fit: contain;
}
.slide:hover img { 
    filter: grayscale(0%) brightness(1); 
    transform: scale(1.2); 
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(var(--scroll-width, -10000px)); }
}

/* MOVIE CARDS */
.movie-card { position: relative; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.movie-card:hover { transform: translateY(-10px) scale(1.02); z-index: 10; }
.movie-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%); opacity: 0; transition: opacity 0.3s ease; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem; }
.movie-card:hover .movie-overlay { opacity: 1; }

/* MODAL */
#movie-modal { position: fixed; inset: 0; z-index: 100000; background: rgba(0,0,0,0.95); backdrop-filter: blur(8px); display: none; align-items: center; justify-content: center; padding: 1rem; }
#movie-modal.active { display: flex; }

/* ROOT DO MODAL */
.modal-root {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.95);
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.modal-root.active { display: flex !important; }

/* CARD DO MODAL */
.modal-card {
    position: relative;
    background: #111;
    width: 100%;
    max-width: 900px;
    max-height: 85vh;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #333;
}

/* BOTÃO FECHAR */
.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 100;
    color: white;
    font-size: 30px;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 1;
}

/* CONTAINER DA IMAGEM */
.modal-img-container {
    width: 100%;
    height: 200px;
    background: #000;
    flex-shrink: 0;
}
.modal-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ÁREA DE TEXTO */
.modal-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.modal-scroll-area {
    overflow-y: auto;
    margin-bottom: 15px;
}
#modal-title { font-size: 24px; font-weight: 900; color: #fbbf24; margin-bottom: 10px; text-transform: uppercase; }
.modal-meta { margin-bottom: 10px; font-weight: bold; font-size: 14px; }
#modal-rating { color: #fbbf24; border: 1px solid #fbbf24; padding: 2px 8px; border-radius: 4px; margin-right: 10px; }
#modal-desc { color: #ccc; line-height: 1.5; font-size: 14px; }

/* BOTÃO WHATSAPP */
.modal-btn-whatsapp {
    background: #fbbf24;
    color: black;
    font-weight: 900;
    padding: 15px;
    border-radius: 50px;
    text-transform: uppercase;
    width: 100%;
    transition: 0.3s;
}

@keyframes pulse-yellow {
  0% { box-shadow: 0 0 0 0 rgba(229, 191, 0, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(229, 191, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(229, 191, 0, 0); }
}

.animate-glow-yellow { animation: pulse-yellow 2s infinite; }

@keyframes pulse-yellow-button {
  0% { box-shadow: 0 0 0 0 rgba(234, 179, 8, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(234, 179, 8, 0); }
  100% { box-shadow: 0 0 0 0 rgba(234, 179, 8, 0); }
}

.animate-glow-cta { animation: pulse-yellow-button 2s infinite; }

/* --- AJUSTES PARA DESKTOP (PC) --- */
@media (min-width: 768px) {
    .modal-card { flex-direction: row; height: 500px; }
    .modal-img-container { width: 35%; height: 100%; }
    .modal-img-container img { object-fit: cover; }
    .modal-info { width: 65%; padding: 40px; }
    #modal-title { font-size: 36px; }
    .modal-btn-whatsapp { width: max-content; padding: 15px 40px; }
}

@keyframes border-glow {
  0%, 100% { box-shadow: 0 0 20px 5px rgba(250, 204, 21, 0.4); }
  50% { box-shadow: 0 0 40px 10px rgba(250, 204, 21, 0.6); }
}

.animate-border-glow { animation: border-glow 3s infinite ease-in-out; }
.premium-card::before {
    content: '';
    position: absolute;
    top: var(--y);
    left: var(--x);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(251,191,36,0.15), transparent 70%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}
.premium-card:hover::before { opacity: 1; }

