/* Estilos Globais */
:root {
    --preto: #121212;
    --laranja: #FF6B00;
    --branco: #F5F5F5;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--preto);
    color: var(--branco);
    line-height: 1.6;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

section {
    padding: 80px 0;
    position: relative;
}
.palavra{
    color: var(--laranja);
}
h1 {
    font-weight: 700;
    color: var(--branco);
    font-size: 3.5rem;
    text-align: left;
    margin-bottom: 20px;
}

h2 {
    font-weight: 700;
    font-size: 2.5rem;
    color: var(--branco);
    text-align: center;
    margin-bottom: 10px;
}

h3 {
    font-weight: 700;
    color: var(--laranja);
    text-align: center;
    margin-bottom: 20px;
}

p.subtitle {
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
    color: #ccc;
}

/* Partículas em todo o site */
#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

/* Botões */
.btn {
    display: inline-block;
    background-color: var(--laranja);
    color: var(--preto);
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn:hover {
    background-color: #e65c00;
    transform: translateY(-3px);
}

.btn-secondary {
    background-color: transparent;
    color: var(--laranja);
    border: 1px solid var(--laranja);
    margin-left: 10px;
}

.btn-secondary:hover {
    background-color: var(--laranja);
    color: var(--preto);
}

.btn-orcamento-header {
    background-color: transparent;
    border: 1px solid var(--laranja);
    color: var(--laranja);
    padding: 8px 15px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-left: 50px;
}

.btn-orcamento-header:hover {
    background-color: var(--laranja);
    color: var(--preto);
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background-color: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

/* Cabeçalho */
header {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(5px);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    max-width: 1100px;
    margin: 0 auto;
}

nav .logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--branco);
}

nav .logo span {
    color: var(--laranja);
}

nav ul {
    display: flex;
    list-style: none;
    align-items: center;
}

nav ul li a {
    color: var(--branco);
    text-decoration: none;
    font-weight: 600;
    padding: 10px 15px;
    transition: color 0.3s ease;
}

nav ul li a:hover {
    color: var(--laranja);
}
/* --- Estilos do Menu Responsivo --- */
.hamburger-menu {
    display: none; /* Esconde por padrão em telas maiores */
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1000;
    order: 2; /* Move o botão para o lado direito */
}

.hamburger-menu .bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--branco);
    border-radius: 3px;
    position: relative;
    transition: all 0.3s ease;
}

.hamburger-menu .bar::before,
.hamburger-menu .bar::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: var(--branco);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.hamburger-menu .bar::before {
    transform: translateY(-8px);
}

.hamburger-menu .bar::after {
    transform: translateY(8px);
}

/* Animação do ícone X */
.hamburger-menu.active .bar {
    background-color: transparent;
}

.hamburger-menu.active .bar::before {
    transform: translateY(0) rotate(45deg);
}

.hamburger-menu.active .bar::after {
    transform: translateY(0) rotate(-45deg);
}

/* --- Configuração para Mobile (telas até 768px) --- */
@media (max-width: 768px) {
    /* Resolve a sobreposição do header sobre o conteúdo */
    body {
        padding-top: 80px;
    }

    .nav {
        justify-content: space-between; /* Mantém a logo à esquerda e o botão à direita */
    }

    .nav .logo img {
        max-width: 120px;
    }

    .hamburger-menu {
        display: block; /* Exibe o botão em telas menores */
    }

    .nav-links {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0; /* Alinha o menu à direita */
        width: 70%; /* Define uma largura para o menu que desliza */
        height: 100%;
        background-color: rgba(0, 0, 0, 0.95);
        padding-top: 80px;
        align-items: center;
        transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
        transform: translateX(100%); /* Esconde o menu fora da tela, à direita */
        z-index: 999;
    }
    
    .nav-links.active {
        transform: translateX(0); /* Desliza para dentro da tela */
    }

    .nav-links li {
        margin: 20px 0;
    }

    .nav-links li a {
        font-size: 1.5rem;
        color: var(--branco);
    }
}
/* Seção Hero (Início) */
.hero {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: transparent;
    position: relative;
    z-index: 1;
}

.hero .hero-content {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.hero .hero-intro {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero .tag {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--laranja);
    margin-bottom: 10px;
}

.hero h1, .hero p {
    text-align: left;
}

.hero p {
    font-size: 1rem;
    color: #ccc;
    max-width: 600px;
}

.hero .hero-btns {
    margin: 30px 0;
}

.hero .hero-stats {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.stats-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.badge {
    background-color: #1a1a1a;
    color: var(--laranja);
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 0.9rem;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.stat-item {
    background-color: #1a1a1a;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #333;
}

.stat-item h3 {
    font-size: 2rem;
    margin-bottom: 5px;
}

.stat-item p {
    font-size: 0.8rem;
    color: #aaa;
}

/* Seção Serviços */
.servicos {
    background-color: #161616;
}

.grid-servicos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.servicos .card {
    padding: 30px;
    border-radius: 10px;
    text-align: left;
    border: 1px solid #333;
    transition: border-color 0.3s ease;
    position: relative;
    overflow: hidden;
}
.servicos .card .mdi {
    font-size: 2.5rem;
    color: var(--laranja);
    margin-bottom: 15px;
}

.servicos h3 {
    text-align: left;
    font-size: 1.2rem;
    color: var(--laranja);
    margin-bottom: 5px;
}

.servicos .card p {
    text-align: left;
    color: #ccc;
}
/* ==================================== */
/* 1. SEÇÃO AUTORIDADE/DIFERENCIAIS (Laranja) */
/* ==================================== */

.autoridade {
    padding: 80px 0;
    text-align: center;
    background-color: transparent; /* Permite que o fundo 3D preto apareça */
    color: #f0f0f0;
}

.autoridade h2 {
    font-size: 2.5rem;
    color: #FF6600; /* Título com o tom Laranja da marca */
    margin-bottom: 10px;
    font-weight: 700;
}

.autoridade .subtitle {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 50px auto;
    color: #a0a0a0;
}

/* Estrutura de Grid para os Cards */
.grid-autoridade {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: left;
}

/* Estilo dos Cards de Diferenciais */
.card-autoridade {
    background-color: rgba(12, 12, 12, 0.7); /* Fundo escuro semi-transparente (quase preto) */
    border: 1px solid rgba(255, 102, 0, 0.3); /* Borda sutil laranja */
    padding: 30px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(5px); /* Efeito de vidro que permite ver o 3D por trás */
}

/* Efeito de Hover: destaca o card com Laranja, combinando com o tema 'Nuke' */
.card-autoridade:hover {
    transform: translateY(-5px);
    /* Efeito de brilho (glow) forte em Laranja */
    box-shadow: 0 0 20px rgba(255, 102, 0, 0.6), 
                0 0 40px rgba(255, 102, 0, 0.2);
    border-color: #FF6600;
}

.card-autoridade i {
    font-size: 3rem;
    color: #FF6600; /* Ícone em Laranja */
    margin-bottom: 15px;
    /* Adiciona um pequeno "brilho" laranja ao ícone */
    text-shadow: 0 0 10px rgba(255, 102, 0, 0.6);
}

.card-autoridade h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}

.card-autoridade p {
    font-size: 1rem;
    line-height: 1.6;
    color: #ccc;
}

/* 2. RESPONSIVIDADE (MOBILE) - Mantido */

@media (max-width: 768px) {
    .autoridade {
        padding: 60px 0;
    }
    
    .autoridade h2 {
        font-size: 2rem;
    }

    .grid-autoridade {
        grid-template-columns: 1fr;
    }
}

/* Seção Processo */
/* --- Seção Processo (Timeline) --- */
.processo {
    padding: 80px 0;
    color: var(--branco);
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    
}

/* Linha central da Timeline (Desktop) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #333;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    z-index: 0;
}

.timeline-item {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
    z-index: 1;
    
}

/* Alinhamento dos itens */
.timeline-item.left {
    left: 0;
}

.timeline-item.right {
    left: 50%;
}

/* Bolinhas de marcador */
.timeline-marker {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -20px;
    top: 20px;
    background-color: var(--laranja); /* Use a cor de destaque (ex: verde) */
    color: var(--preto);
    border-radius: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.timeline-item.right .timeline-marker {
    left: -20px;
}

/* Conteúdo do Card */
.timeline-content {
    padding: 20px;
    background-color: var(--preto-card-escuro); /* Fundo do card */
    border-radius: 8px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(3px);
    border: 1px solid #333;
}

.timeline-content h3 {
    color: var(--laranja); /* Cor do título */
    margin-top: 0;
}

/* --- Responsividade (Telas Menores) --- */
@media (max-width: 768px) {
    /* Remove a linha central e move tudo para a esquerda */
    .timeline::after {
        left: 31px; /* Move a linha vertical para o lado esquerdo */
    }

    .timeline-item {
        width: 100%; /* Ocupa a largura total */
        padding-left: 70px; /* Cria espaço para a linha e o marcador */
        padding-right: 25px;
    }

    .timeline-item.right, .timeline-item.left {
        left: 0; /* Alinha todos os itens à esquerda */
    }
    
    /* Alinha os marcadores à nova linha vertical */
    .timeline-marker {
        left: 10px;
    }

    .timeline-item.right .timeline-marker {
        left: 10px;
    }
}

/* --- Seção Planos --- */
.planos {
    padding: 80px 0;
    background-color: var(--preto);
    color: var(--branco);
}

.section-title {
    color: var(--branco);
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #aaa;
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 50px;
}

.planos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px;
    padding: 0 20px; 
    max-width: 1500px;
}
.plano-card {
    background-color: var(--preto-card-escuro);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    display: flex;
    flex-direction: column;

}

.plano-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.7);
}

/* Header do Card */
.card-header {
    text-align: center;
    margin-bottom: 20px;
}

.card-header i {
    font-size: 3rem;
    color: var(--laranja);
    margin-bottom: 10px;
}

.card-header h3 {
    font-size: 1.5rem;
    color: var(--branco);
    margin-bottom: 5px;
}

.card-header .tagline {
    font-size: 0.9rem;
    color: #aaa;
}

/* Preço */
.card-price {
    text-align: center;
    margin-bottom: 25px;
    padding: 15px 0;
    border-top: 1px dashed #333;
    border-bottom: 1px dashed #333;
}

.card-price .price {
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    color: var(--laranja);
}

.card-price .detail {
    font-size: 0.9rem;
    color: #999;
}

/* Lista de Recursos */
.card-features {
    list-style: none;
    padding: 0;
    flex-grow: 1;
    margin-bottom: 25px;
}

.card-features li {
    padding: 8px 0;
    border-bottom: 1px dotted #222;
    font-size: 1rem;
    color: #ccc;
    display: flex;
    align-items: center;
}

.card-features li i {
    margin-right: 10px;
    color: var(--laranja);
}


/* Botões */
.btn-plano, .btn-plano-destaque {
    display: block;
    text-align: center;
    padding: 12px 20px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s, box-shadow 0.3s;
    margin-top: auto; /* Alinha o botão na base do card */
}

.btn-plano {
    background-color: #333;
    color: var(--branco);
}

.btn-plano:hover {
    background-color: var(--laranja);
    color: var(--preto-fundo-escuro);
}

/* Card Destaque (Plano do Meio) */
.plano-card.presenca {
    border: 3px solid var(--laranja);
    box-shadow: 0 0 25px rgba(255, 107, 0, 0.4); /* Glow de destaque */
}

.tag-destaque {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--laranja);
    color: var(--preto-fundo-escuro);
    padding: 5px 15px;
    font-size: 0.8rem;
    font-weight: bold;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.btn-plano-destaque {
    background-color: var(--laranja);
    color: var(--preto-fundo-escuro);
    box-shadow: 0 0 15px rgba(255, 107, 0, 0.5);
}

.btn-plano-destaque:hover {
    background-color: var(--laranja);
    box-shadow: 0 0 25px rgba(255, 107, 0, 0.8);
}

/* --- Responsividade (Mobile) --- */
@media (max-width: 992px) {
    .planos-grid {
        grid-template-columns: repeat(1, 1fr); /* 1 coluna no mobile */
        gap: 40px;
        padding: 0 20px;
    }
}

/* Seção FAQ */


.faq-accordion {
    max-width: 800px;
    margin: 40px auto;
}

.faq-item {
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    backdrop-filter: blur(15px);
    border: 1px solid #333;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #222;
}

.faq-question h3 {
    margin-bottom: 0;
    text-align: left;
    font-size: 1rem;
    color: var(--branco);
}

.faq-question .mdi {
    color: var(--laranja);
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.faq-question.active .mdi {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    padding: 0 20px;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    overflow: hidden;
}

.faq-answer p {
    padding-bottom: 20px;
    text-align: left;
    color: #ccc;
}




/* Responsividade (celulares) */
@media (max-width: 768px) {
    h1 { font-size: 2.5rem; text-align: center; }
    h2 { font-size: 2rem; }

    nav { flex-direction: column; text-align: center; }
    nav ul { margin-top: 15px; flex-wrap: wrap; justify-content: center; }
    .btn-whatsapp-header { margin-top: 10px; }

    .hero-content { flex-direction: column; text-align: center; }
    .hero h1, .hero p, .hero .tag { text-align: center; }
    .hero-btns { justify-content: center; display: flex; flex-direction: column; gap: 10px; }
    .btn-secondary { margin-left: 0; }
    .stats-badges { justify-content: center; }
    .stat-item { text-align: center; }
    .contato-grid { grid-template-columns: 1fr; }
    .contato h2, .contato p.subtitle { text-align: center; }

    /* Responsividade FAQ */
    .faq-question h3 { font-size: 0.9rem; }
}

/* Nova Seção de Depoimentos (Fading) */

.depoimentos{
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    backdrop-filter: blur(6px);
}
.testimonial-fader {
    position: relative;
    height: 350px; /* Altura para evitar que o layout pule */
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-fader .testimonial-card {
    position: absolute;
    width: 100%;
    max-width: 800px;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.testimonial-fader .testimonial-card.active {
    opacity: 1;
}

.quote-icon-big {
    color: var(--laranja);
    font-size: 3rem;
    margin-bottom: 20px;
}

.testimonial-fader p {
    font-style: italic;
    font-size: 1.2rem;
    color: #ccc;
    line-height: 1.5;
    margin-bottom: 30px;
}

.client-info-clean h4 {
    color: var(--branco);
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.client-info-clean span {
    font-size: 0.9rem;
    color: #888;
}

.testimonial-dots {
    text-align: center;
    margin-top: 40px;
}

.testimonial-dots .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    background-color: #333;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.testimonial-dots .dot.active {
    background-color: var(--laranja);
}
.disclaimer {
    font-size: 0.8rem;
    color: #888;
    text-align: center;
    margin: 10px auto 0; /* Centraliza horizontalmente e adiciona margem superior */
    font-style: italic;
    max-width: 600px;
    line-height: 1.5;
}
/* Seção Contato */
.contato {
    background-color: #1a1a1a;
}

.contato-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 40px;
}

.form-container, .contato-info {
    background-color: #161616;
    padding: 30px;
    border-radius: 10px;
}

.contato h2, .contato p.subtitle {
    text-align: left;
}

.contato input, .contato textarea, .contato select {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #444;
    background-color: #222;
    color: var(--branco);
    outline: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contato input:focus, .contato textarea:focus, .contato select:focus {
    border-color: var(--laranja);
    box-shadow: 0 0 10px rgba(255, 107, 0, 0.5);
}

.btn-solicitar {
    width: 100%;
    margin-top: 10px;
}

.checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.checkbox-wrapper input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: #222;
    border: 1px solid #444;
    cursor: pointer;
}

.checkbox-wrapper input[type="checkbox"]:checked {
    background-color: var(--laranja);
}

.checkbox-wrapper label {
    font-size: 0.9rem;
    color: #aaa;
    text-align: left;
}

.checkbox-wrapper label a {
    color: var(--laranja);
    text-decoration: underline;
}

.privacy-note {
    font-size: 0.8rem;
    color: #666;
    margin-top: 5px;
    text-align: left;
}

.contato-info h3 {
    text-align: left;
    color: var(--branco);
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.contato-info p {
    text-align: left;
    font-size: 0.9rem;
    color: #ccc;
    margin-bottom: 20px;
}

.contato-info h4 {
    text-align: left;
    color: var(--laranja);
    font-size: 1rem;
    margin-bottom: 5px;
}

.contato-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.btn-whatsapp-full, .btn-email-full {
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 1rem;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #2c2c2c;
    color: var(--laranja);
    transition: background-color 0.3s ease;
}

.btn-whatsapp-full:hover, .btn-email-full:hover {
    background-color: #444;
}

.contato-horario, .contato-local {
    margin-bottom: 20px;
}

.contato-horario p, .contato-local p {
    text-align: left;
    color: #aaa;
}

/* Correção para a visibilidade do texto no select */
.contato select option {
    background-color: #121212;
    color: #F5F5F5;
}

/* Estilos para o novo campo de país e WhatsApp */
.input-group {
    display: flex;
    gap: 15px;
}

.custom-dropdown {
    position: relative;
    width: 30%;
}

.custom-dropdown .selected-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #444;
    background-color: #222;
    color: var(--branco);
    cursor: pointer;
    font-size: 1rem;
}

.custom-dropdown .selected-option i {
    transition: transform 0.3s ease;
}

.custom-dropdown.active .selected-option i {
    transform: rotate(180deg);
}

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background-color: #222;
    border: 1px solid #444;
    border-radius: 5px;
    margin-top: 5px;
    z-index: 10;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-dropdown.active .dropdown-list {
    display: block;
    opacity: 1;
}

.dropdown-item {
    padding: 10px 15px;
    cursor: pointer;
    color: var(--branco);
    transition: background-color 0.2s ease;
}

.dropdown-item:hover {
    background-color: #333;
}

.dropdown-item span {
    font-size: 1rem;
}

#whatsapp {
    width: 70%;
}

/* Responsividade */
@media (max-width: 768px) {
    .contato-grid {
        grid-template-columns: 1fr;
    }
    .contato h2, .contato p.subtitle {
        text-align: center;
    }
    .input-group {
        flex-direction: column;
        gap: 0;
    }
    .custom-dropdown, #whatsapp {
        width: 100%;
    }
    .custom-dropdown {
        margin-bottom: 15px;
    }
}
/* --- Estilização do Footer Galáxia (Nukeweb Theme) --- */
/* Assumindo que você tem --laranja definido no seu root */

.footer-galaxy {
    background-color: #0d0d0d;
    color: #ccc;
    padding-top: 60px;
    position: relative;
    overflow: hidden; 
}

/* Efeito Galáxia/Estrelas no Fundo (CSS Puro) */
.footer-galaxy::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* Padrão sutil de estrelas/pontos */
    background: radial-gradient(#222, #0d0d0d 60%);
    opacity: 0.5;
    animation: galaxy-move 120s linear infinite;
}

@keyframes galaxy-move {
    from { background-position: 0 0; }
    to { background-position: 100% 100%; }
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    gap: 40px;
    border-bottom: 1px solid #222;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

.footer-col {
    padding: 0 15px;
}

/* Branding e Logo */
.footer-logo img.logo-futuristic {
    max-width: 150px;
    margin-bottom: 10px;
}

.footer-branding p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #aaa;
}

/* Títulos das Colunas */
.footer-col h4 {
    color: var(--laranja); /* Títulos em Laranja */
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Links */
.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 2.2;
    transition: color 0.3s, text-shadow 0.3s;
}

.footer-links ul li a:hover {
    color: var(--branco);
    text-shadow: 0 0 5px var(--laranja); /* Efeito glow Laranja no hover */
}

/* Contato */
.footer-contact p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.footer-contact p a {
    color: #ccc;
    text-decoration: none;
}

.footer-contact i {
    color: var(--laranja);
    font-size: 1.2rem;
}

/* Botão CTA com Efeito Glow */
.btn-glow {
    display: block;
    text-align: center;
    padding: 12px 20px;
    margin-top: 15px;
    background-color: var(--laranja);
    color: var(--preto); /* Cor do texto no botão */
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 0 15px rgba(255, 107, 0, 0.5); /* Brilho neon Laranja sutil */
    transition: box-shadow 0.3s ease, background-color 0.3s;
}

.btn-glow:hover {
    box-shadow: 0 0 25px rgba(255, 107, 0, 0.8); /* Brilho mais intenso no hover */
    background-color: var(--laranja);
}

/* Links Sociais */
.social-links {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.social-links a i {
    font-size: 1.8rem;
    color: #555;
    transition: color 0.3s, filter 0.3s;
}

.social-links a:hover i {
    color: var(--laranja);
    filter: drop-shadow(0 0 5px var(--laranja)); /* Glow nos ícones sociais */
}


/* Rodapé Inferior */
.footer-bottom {
    padding: 20px 0;
    text-align: center;
    font-size: 0.8rem;
    color: #555;
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom a {
    color: #555;
    text-decoration: none;
}

/* --- Responsividade (Mobile) --- */
@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .footer-col {
        padding: 0;
    }
    
    .footer-branding {
        padding-bottom: 20px;
        border-bottom: 1px solid #222;
    }

    .footer-links ul {
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }

    .footer-bottom .container {
        flex-direction: column;
        gap: 10px;
    }
}


