/* ======================== */
/* CONFIG GERAL & FONTES  */
/* ======================== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

/* ======================== */
/* VARIÁVEIS CSS      */
/* ======================== */
:root {
    --cor-fundo: #0B0B1A;        /* Preto/Azul muito escuro */
    --cor-card: #16162D;         /* Fundo dos cards */
    --cor-primaria: #00D1FF;     /* Ciano/Azul claro */
    --cor-secundaria: #8A2BE2;   /* Roxo */
    --cor-texto: #F0F0F8;        /* Branco suave */
    --cor-subtexto: #A0A0B5;     /* Cinza para parágrafos */
    --cor-vermelho: #FF4136;     /* Para tags críticas */
    --cor-laranja: #FF851B;      /* Para tags 'Alto' */
    --cor-alerta-fundo: #5c0000; /* Fundo do alerta vibrante */
    --cor-alerta-borda: #FF4136; /* Borda do alerta vibrante */
}

/* ======================== */
/* RESET & BASE        */
/* ======================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--cor-fundo);
    color: var(--cor-texto);
    line-height: 1.6;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

h1, h2, h3 {
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

p {
    color: var(--cor-subtexto);
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    color: var(--cor-primaria);
    transition: color 0.3s ease;
}

a:hover {
    color: var(--cor-texto);
}

/* ======================== */
/* COMPONENTES        */
/* ======================== */
.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: var(--cor-primaria);
    color: var(--cor-fundo);
    border: 2px solid var(--cor-primaria);
}
.btn-primary:hover {
    background-color: transparent;
    color: var(--cor-primaria);
}

.btn-secondary {
    background-color: transparent;
    color: var(--cor-texto);
    border: 2px solid #444;
}
.btn-secondary:hover {
    background-color: #444;
    color: var(--cor-texto);
}

.btn-full-width {
    width: 100%;
    margin-top: 1.5rem;
}

.tag {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    margin-bottom: 1rem;
    background-color: rgba(0, 209, 255, 0.1);
    color: var(--cor-primaria);
    border: 1px solid var(--cor-primaria);
}

.gradient-text {
    background: linear-gradient(90deg, var(--cor-secundaria), var(--cor-primaria));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* Fallback */
}

.section-title {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.1rem;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 2.5rem auto;
}

/* ======================== */
/* HEADER           */
/* ======================== */
.site-header {
    padding: 1.5rem 0;
    border-bottom: 1px solid #2a2a4a;
}
.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--cor-texto);
}
.logo i {
    color: var(--cor-primaria);
    margin-right: 0.5rem;
}

/* Esconde menu desktop e botão mobile por padrão */
.nav-desktop { display: none; }
.nav-mobile-menu { display: none; }
.nav-toggle { display: block; }

.nav-toggle {
    background: transparent;
    border: none;
    color: var(--cor-texto);
    font-size: 1.5rem;
    cursor: pointer;
}

/* Estilo do Menu Mobile (quando visível) */
.nav-mobile-menu {
    position: fixed; /* Fica por cima de tudo */
    top: 81px; /* Altura do header */
    left: 0;
    width: 100%;
    height: calc(100vh - 81px);
    background: var(--cor-fundo);
    z-index: 100;
    display: none; /* JS vai mudar para 'flex' */
    flex-direction: column;
    padding: 2rem;
    text-align: center;
    overflow-y: auto; /* Para scrollar se o conteúdo for grande */
}
.nav-mobile-menu a {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--cor-texto);
}
.nav-mobile-menu hr {
    border-color: #333;
    margin: 1.5rem 0;
}


/* ======================== */
/* SEÇÃO HERO         */
/* ======================== */
.hero-section {
    padding: 3rem 0;
}
/* Mobile: 1 coluna */
.hero-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: center;
}

.hero-title {
    font-size: 2.5rem;
}
.hero-subtitle {
    font-size: 1.1rem;
    margin: 1.5rem 0;
}
.hero-buttons {
    display: flex;
    flex-direction: column; /* Botões empilhados no mobile */
    gap: 1rem;
}
/* ======================== */
/* SEÇÃO HERO (CELULAR)     */
/* ======================== */

.hero-video {
    /* 1. A Moldura do Celular */
    margin-top: 3rem;
    width: 100%;
    max-width: 355px; /* Limita a largura para parecer um celular */
    margin-left: auto;  /* Centraliza o celular na coluna */
    margin-right: auto; /* Centraliza o celular na coluna */
    
    aspect-ratio: 11 / 19.5; /* Proporção de um celular moderno (alto) */
    
    background-color: #111; /* Cor da moldura */
    border-radius: 40px; /* Cantos bem arredondados */
    border: 8px solid #222; /* Borda lateral escura */
    
    padding: 10px; /* Bezel (borda interna) */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 
                inset 0 0 10px rgba(255, 255, 255, 0.05); /* Sombra 3D e brilho interno */
    
    position: relative; /* Para posicionar o notch */
    overflow: hidden; /* Esconde o video que vazar */
}

.phone-notch {
    /* 2. O 'Notch' (Entalhe da Câmera) */
    position: absolute;
    top: 10px; /* Alinha com o padding */
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 30px;
    background-color: #111; /* Mesmo fundo da moldura */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 2; /* Fica por cima do vídeo */
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-speaker {
    /* 3. O Alto-falante (detalhe) */
    width: 50px;
    height: 5px;
    background-color: #333;
    border-radius: 5px;
}

.hero-video-content {
    /* 4. O Vídeo (a tela) */
    width: 100%;
    height: 100%;
    object-fit: cover; /* Garante que o vídeo cubra a tela */
    border-radius: 30px; /* Cantos arredondados da tela (interna) */
    z-index: 1;
}

/* Substitui o .video-placeholder antigo.
   Removemos o placeholder e seus estilos.
*/
.video-placeholder {
    display: none; 
}

/* ======================== */
/* SEÇÃO SERVIÇOS       */
/* ======================== */
.servicos-section {
    padding: 4rem 0;
    text-align: center;
}
.servicos-section .tag {
    margin-bottom: 0.5rem;
}

.servicos-grid {
    display: flex; /* Flexbox por padrão para empilhar no mobile */
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
}

.servicos-menu {
    background: var(--cor-card);
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.servico-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 12px;
    color: var(--cor-subtexto);
    transition: all 0.3s ease;
    position: relative;
    text-align: left;
}
.servico-item i {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: var(--cor-primaria);
}
.servico-item span:not(.bullet) {
    flex-grow: 1; /* Para o texto ocupar o espaço */
    color: var(--cor-texto);
    font-weight: 600;
}
.servico-time {
    font-size: 0.9rem;
    color: var(--cor-subtexto);
    font-weight: 400;
    margin-left: 0.5rem;
}

.servico-item:hover, .servico-item.active {
    background-color: rgba(0, 209, 255, 0.1);
    color: var(--cor-texto);
    border: 1px solid var(--cor-primaria);
}

.servico-item.active .bullet {
    display: block; /* Esconde por padrão, mostra quando ativo */
}

/* Bullet ativo */
.bullet {
    width: 10px;
    height: 10px;
    background-color: var(--cor-primaria);
    border-radius: 50%;
    margin-left: auto;
    display: none; /* Escondido por padrão */
    box-shadow: 0 0 15px var(--cor-primaria);
}

.servico-detalhes {
    background: var(--cor-card);
    border-radius: 16px;
    padding: 2rem;
    text-align: left;
    border: 1px solid #2a2a4a;
}
.servico-detalhe-icon {
    font-size: 3rem;
    color: var(--cor-primaria);
    margin-bottom: 1rem;
}
.servico-detalhe-title {
    font-size: 1.8rem;
    color: var(--cor-texto);
    margin-bottom: 0.5rem;
}
.servico-detalhe-subtitle {
    font-size: 1.1rem;
    color: var(--cor-subtexto);
    margin-bottom: 1.5rem;
}
.servico-features {
    list-style: none;
    margin: 1.5rem 0;
}
.servico-features li {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    color: var(--cor-texto);
    font-weight: 400;
}
.servico-features li i {
    color: var(--cor-primaria);
    margin-right: 0.8rem;
    font-size: 1.1rem;
}
.servico-investimento {
    background-color: rgba(0, 209, 255, 0.05);
    border: 1px solid rgba(0, 209, 255, 0.2);
    border-radius: 8px;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}
.servico-investimento p {
    margin-bottom: 0;
    color: var(--cor-subtexto);
}
.investimento-valor {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--cor-texto);
}

/* ======================== */
/* SEÇÃO ALERTA MÁXIMO    */
/* ======================== */
.alerta-maximo-section {
    padding: 4rem 0;
    text-align: center;
}

.alerta-card {
    background: linear-gradient(135deg, rgba(255, 65, 54, 0.1), rgba(138, 43, 226, 0.1));
    border: 2px solid var(--cor-alerta-borda); /* Borda sólida para animação */
    border-radius: 20px;
    padding: 2.5rem 1.5rem;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(255, 65, 54, 0.3); /* Sombra inicial */
    transition: all 0.3s ease; /* Transição para o hover se precisar */
}

.alerta-icon {
    font-size: 4rem;
    color: var(--cor-vermelho);
    margin-bottom: 1rem;
}

.alerta-title {
    font-size: 2.5rem;
    color: var(--cor-texto);
    margin-bottom: 0.5rem;
}

.alerta-text {
    font-size: 1.2rem;
    color: var(--cor-subtexto);
    margin-bottom: 2rem;
}
.alerta-text strong {
    color: var(--cor-vermelho);
}

.btn-alert-action {
    background: linear-gradient(90deg, #FF4136, #FF851B);
    color: var(--cor-texto);
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 5px 20px rgba(255, 65, 54, 0.4);
}
.btn-alert-action:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(255, 65, 54, 0.6);
}

/* Keyframes para a animação de pulsação */
@keyframes pulsate {
    0% {
        transform: scale(1);
        box-shadow: 0 0 25px rgba(255, 65, 54, 0.3);
        border-color: var(--cor-alerta-borda);
    }
    50% {
        transform: scale(1.03); /* Levemente maior */
        box-shadow: 0 0 40px rgba(255, 65, 54, 0.7); /* Brilho mais intenso */
        border-color: #FF851B; /* Muda de cor levemente */
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 25px rgba(255, 65, 54, 0.3);
        border-color: var(--cor-alerta-borda);
    }
}

.pulsate-animation {
    animation: pulsate 2s infinite ease-in-out; /* Aplica a animação */
}


/* ======================== */
/* SEÇÃO NÚMEROS       */
/* ======================== */
.numeros-section {
    padding: 3rem 0;
}
/* Mobile: 1 coluna */
.numeros-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.numero-card {
    background: var(--cor-card);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    border: 1px solid #2a2a4a;
    transition: all 0.3s ease;
}
.numero-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 209, 255, 0.1);
    border-color: var(--cor-primaria);
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 1.5rem auto;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--cor-secundaria), var(--cor-primaria));
    font-size: 1.8rem;
    color: var(--cor-texto);
    box-shadow: 0 0 20px rgba(0, 209, 255, 0.3);
}

.numero {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--cor-texto);
    line-height: 1.2;
}

.descricao {
    font-size: 1rem;
    color: var(--cor-subtexto);
}

/* ======================== */
/* SEÇÃO AMEAÇAS       */
/* ======================== */
.ameacas-section {
    padding: 3rem 0;
}
.ameacas-section .container {
    text-align: center;
}
.tag-alert {
    background: rgba(255, 65, 54, 0.1);
    color: var(--cor-vermelho);
    border-color: var(--cor-vermelho);
    /* ADICIONE ESTA LINHA PARA FAZER PISCAR: */
    animation: blink-red-alert 1.3s infinite ease-in-out;
}
/* Mobile: 1 coluna */
.ameacas-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
    text-align: left;
}

.ameaca-card {
    background: var(--cor-card);
    border: 1px solid #2a2a4a;
    border-radius: 16px;
    padding: 2rem;
    position: relative;
    overflow: hidden; /* para a tag não vazar */
}

.ameaca-tag {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    color: var(--cor-texto);
}
.tag-critico { background-color: var(--cor-vermelho); }
.tag-alto { background-color: var(--cor-laranja); }

.ameaca-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--cor-primaria);
}

.ameaca-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--cor-texto);
}

.ameaca-descricao {
    font-size: 0.95rem;
    color: var(--cor-subtexto);
    margin-bottom: 0;
}


/* =========================== */
/* === AJUSTES RESPONSIVOS === */
/* =========================== */

/* === TABLET (min-width: 768px) === */
@media (min-width: 768px) {
    .section-title { font-size: 2.5rem; }
    
    /* Mostra menu desktop, esconde mobile */
    .nav-desktop {
        display: flex;
        gap: 1.5rem;
    }
    .nav-toggle { display: none; }
    .nav-mobile-menu { display: none !important; } /* Garante que está escondido */

    .header-buttons { display: flex; gap: 1rem; }
    
    /* Hero */
    .hero-container {
        flex-direction: row; /* Coloca lado a lado */
        text-align: left;
        align-items: start;
        gap: 2rem;
    }
    .hero-content { flex: 1; }
    .hero-video { flex: 1; margin-top: 0; }
    .hero-buttons { flex-direction: row; }
    .video-placeholder { aspect-ratio: 16 / 9; } /* Proporção de vídeo desktop */

    /* Serviços */
    .servicos-grid {
        flex-direction: row; /* Volta a ser row para tablet/desktop */
        text-align: left;
    }
    .servicos-menu {
        flex: 0 0 300px; /* Largura fixa para o menu lateral */
    }
    .servico-detalhes {
        flex: 1;
    }

    /* Números */
    .numeros-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 colunas */
    }

    /* Ameaças */
    .ameacas-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 colunas */
    }
    .ameacas-section .container {
        text-align: center;
    }
}


/* === DESKTOP (min-width: 1024px) === */
@media (min-width: 1024px) {
    .section-title { font-size: 2.8rem; }
    
    /* Hero */
    .hero-title { font-size: 3.5rem; }

    /* Números */
    .numeros-grid {
        grid-template-columns: repeat(4, 1fr); /* 4 colunas */
    }
    
    /* Ameaças */
    .ameacas-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 colunas */
    }
}

/* ======================== */
/* SEÇÃO PROCESSO (NOVA)    */
/* ======================== */
.processo-section {
    padding: 4rem 0;
}
.processo-section .container {
    text-align: center;
}

.processo-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 3rem;
    text-align: left;
}

/* Linha vertical (Mobile) */
.processo-timeline::before {
    content: '';
    position: absolute;
    left: 24px; /* Centralizado no número de 50px */
    top: 25px; /* Começa abaixo da metade do primeiro número */
    bottom: 25px; /* Termina acima da metade do último número */
    width: 4px;
    background: #2a2a4a; /* Cor de borda sutil */
    z-index: 1;
}

.processo-passo {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.passo-numero-wrapper {
    flex-shrink: 0;
    z-index: 2; /* Fica acima da linha */
}

.passo-numero {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--cor-primaria);
    color: var(--cor-fundo);
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    border: 4px solid var(--cor-fundo); /* Cria o espaçamento da linha */
}
/* Cor laranja para o passo 2, como na imagem */
.processo-passo:nth-child(2) .passo-numero {
    background: var(--cor-laranja);
}

.passo-card {
    background: var(--cor-card);
    border: 1px solid #2a2a4a;
    border-radius: 16px;
    padding: 1.5rem;
    flex-grow: 1;
    position: relative;
}
.passo-card:hover {
    border-color: var(--cor-primaria);
}

.passo-tempo {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--cor-subtexto);
    background-color: var(--cor-fundo);
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

.passo-card i {
    font-size: 2rem;
    color: var(--cor-primaria);
    margin-bottom: 1rem;
}

.processo-passo:nth-child(2) .passo-card i {
    color: var(--cor-laranja);
}

.passo-title {
    font-size: 1.25rem;
    color: var(--cor-texto);
    margin-bottom: 0.5rem;
}

.passo-descricao {
    font-size: 0.95rem;
    color: var(--cor-subtexto);
    margin-bottom: 0;
}

/* ======================== */
/* SEÇÃO CTA URGENTE (NOVA) */
/* ======================== */
.cta-urgente-section {
    padding: 5rem 0;
    background: radial-gradient(ellipse at bottom, var(--cor-card) 0%, var(--cor-fundo) 70%);
    text-align: center;
}

.cta-urgente-section .section-title {
    font-size: 2.5rem;
}

.cta-urgente-section .section-subtitle {
    font-size: 1.2rem;
    color: var(--cor-texto);
    margin-bottom: 2.5rem;
}

.cta-urgente-section .highlight {
    color: var(--cor-primaria);
    font-weight: 700;
}

.btn-glow {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    box-shadow: 0 0 15px var(--cor-primaria), 0 0 30px var(--cor-primaria);
    animation: pulse-glow 2s infinite ease-in-out;
}
.btn-glow:hover {
    box-shadow: 0 0 25px var(--cor-primaria), 0 0 45px var(--cor-primaria);
}

@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 15px var(--cor-primaria);
    }
    50% {
        box-shadow: 0 0 35px var(--cor-primaria);
    }
    100% {
        box-shadow: 0 0 15px var(--cor-primaria);
    }
}

/* ======================== */
/* SEÇÃO COMPARATIVO (NOVA) */
/* ======================== */
.comparativo-section {
    padding: 4rem 0;
}
.comparativo-section .container {
    text-align: center;
}

.comparativo-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
}

.comparativo-coluna {
    border-radius: 16px;
    padding: 1.5rem;
}

/* Coluna da Esquerda (Sem Proteção) */
.coluna-sem {
    background: rgba(255, 65, 54, 0.05);
    border: 1px solid var(--cor-alerta-borda);
}

.coluna-sem .coluna-header {
    color: var(--cor-vermelho);
}
.coluna-sem .comparativo-item {
    border-color: rgba(255, 65, 54, 0.2);
}
.coluna-sem .comparativo-item p {
    color: var(--cor-subtexto);
}


/* Coluna da Direita (Com Lead Bank) */
.coluna-com {
    background: rgba(0, 209, 255, 0.05);
    border: 1px solid var(--cor-primaria);
    box-shadow: 0 0 25px rgba(0, 209, 255, 0.1);
}

.coluna-com .coluna-header {
    color: #28a745; /* Verde para o checkmark */
}
.coluna-com .coluna-header h3 {
    color: var(--cor-texto); /* Título da coluna volta ao normal */
}

.coluna-com .comparativo-item {
    border-color: rgba(0, 209, 255, 0.2);
}
.coluna-com .comparativo-item p {
    color: var(--cor-texto);
}
.coluna-com .comparativo-item p.highlight {
    color: var(--cor-primaria);
    font-weight: 700;
}


/* Itens comuns das colunas */
.coluna-header {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #2a2a4a;
    padding-bottom: 1rem;
}

.coluna-header i {
    font-size: 1.8rem;
}

.coluna-header h3 {
    font-size: 1.5rem;
    margin: 0;
    color: var(--cor-texto);
}

.comparativo-item {
    background: var(--cor-card);
    border: 1px solid #2a2a4a;
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1rem;
    text-align: left;
}

.comparativo-item:last-child {
    margin-bottom: 0;
}

.comparativo-item h4 {
    font-size: 0.9rem;
    color: var(--cor-subtexto);
    margin-bottom: 0.25rem;
    font-weight: 400;
}

.comparativo-item p {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.comparativo-cta {
    text-align: center;
    margin-top: 2.5rem;
}

.comparativo-cta .btn {
    font-size: 1.1rem;
    padding: 1rem 2rem;
}
.comparativo-cta .btn i {
    margin-left: 0.5rem;
}


/* ======================== */
/* AJUSTES RESPONSIVOS      */
/* ======================== */

@media (min-width: 768px) {
    /* Timeline (Processo) */
    .processo-timeline::before {
        /* Centraliza a linha no desktop */
        left: 50%;
        transform: translateX(-50%);
    }
    .processo-passo {
        width: 50%;
        padding-right: 30px; /* Espaço da linha central */
        align-self: flex-start;
    }
    .processo-passo:nth-child(even) {
        align-self: flex-end;
        padding-right: 0;
        padding-left: 30px; /* Espaço da linha central */
    }
    .passo-numero-wrapper {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .processo-passo:nth-child(odd) {
        /* Lado esquerdo */
        .passo-numero-wrapper {
            right: -25px; /* (50px / 2) */
            left: auto;
            transform: none;
        }
    }
    .processo-passo:nth-child(even) {
        /* Lado direito */
        flex-direction: row-reverse; /* Inverte card e número */
        .passo-numero-wrapper {
            left: -25px; /* (50px / 2) */
            transform: none;
        }
        .passo-card {
            text-align: right;
        }
        .passo-tempo {
            left: 1.5rem;
            right: auto;
        }
    }

    /* Comparativo */
    .comparativo-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ======================== */
/* SEÇÃO RESULTADOS (NOVA)  */
/* ======================== */
.resultados-section {
    padding: 4rem 0;
    background-color: #0E0E21; /* Um pouco diferente do fundo */
}
.resultados-section .container {
    text-align: center;
}
.resultados-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
    text-align: left;
}
.resultado-card {
    background: var(--cor-card);
    border: 1px solid #2a2a4a;
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
}
.resultado-card:hover {
    transform: translateY(-5px);
    border-color: var(--cor-primaria);
}
.resultado-card .card-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--cor-primaria);
}
.resultado-card .card-title {
    font-size: 1.25rem;
    color: var(--cor-texto);
    margin-bottom: 0.8rem;
}
.resultado-card .card-descricao {
    font-size: 0.95rem;
    color: var(--cor-subtexto);
    margin-bottom: 1.5rem;
}
.card-highlight {
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.highlight-success {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}
.highlight-warning {
    background: rgba(255, 133, 27, 0.1);
    color: var(--cor-laranja);
}
.highlight-danger {
    background: rgba(255, 65, 54, 0.1);
    color: var(--cor-vermelho);
}

/* Cores específicas dos ícones */
.resultado-card:nth-child(2) .card-icon { color: var(--cor-laranja); }
.resultado-card:nth-child(3) .card-icon { color: var(--cor-vermelho); }
.resultado-card:nth-child(4) .card-icon { color: #28a745; }


/* ======================== */
/* SEÇÃO VANTAGENS (NOVA)   */
/* ======================== */
.vantagens-section {
    padding: 4rem 0;
}
.vantagens-section .container {
    text-align: center;
}
.vantagens-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
    text-align: left;
}
.vantagem-card {
    background: var(--cor-card);
    border: 1px solid #2a2a4a;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
}
.vantagem-card:hover {
    transform: translateY(-5px);
    border-bottom-color: var(--cor-primaria);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.vantagem-card i {
    font-size: 2.5rem;
    color: var(--cor-primaria);
    margin-bottom: 1.5rem;
}
.vantagem-card .vantagem-title {
    font-size: 1.3rem;
    color: var(--cor-texto);
    margin-bottom: 0.8rem;
}
.vantagem-card p {
    color: var(--cor-subtexto);
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* ======================== */
/* SEÇÃO PLANOS (NOVA)      */
/* ======================== */
.planos-section {
    padding: 5rem 0;
    background: radial-gradient(ellipse at top, var(--cor-card) 0%, var(--cor-fundo) 70%);
}
.planos-section .container {
    text-align: center;
}
.planos-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
    align-items: stretch; /* Faz os cards terem a mesma altura */
}
.plano-card {
    background: var(--cor-card);
    border: 1px solid #2a2a4a;
    border-radius: 20px;
    padding: 2rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.plano-card .btn {
    margin-top: auto; /* Empurra o botão para o final */
}
.plano-card i:first-of-type {
    font-size: 2rem;
    color: var(--cor-primaria);
    margin-bottom: 1rem;
}
.plano-title {
    font-size: 1.5rem;
    color: var(--cor-texto);
    margin-bottom: 0.5rem;
}
.plano-preco {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--cor-texto);
    margin-bottom: 0.5rem;
}
.plano-recorrencia {
    font-size: 1rem;
    font-weight: 400;
    color: var(--cor-subtexto);
}
.plano-features {
    list-style: none;
    margin: 1.5rem 0;
}
.plano-features li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    color: var(--cor-subtexto);
}
.plano-features li i {
    color: #28a745; /* Verde */
    font-size: 1.1rem;
}
/* Card Popular */
.plano-popular {
    border: 2px solid var(--cor-secundaria);
    transform: scale(1.05); /* Levemente maior no mobile */
    box-shadow: 0 0 30px rgba(138, 43, 226, 0.3);
}
.plano-popular i:first-of-type {
    color: var(--cor-secundaria);
}
.plano-popular .btn-primary {
    background: var(--cor-secundaria);
    border-color: var(--cor-secundaria);
    box-shadow: 0 0 20px rgba(138, 43, 226, 0.5);
}
.plano-popular .btn-primary:hover {
    background: transparent;
    color: var(--cor-secundaria);
}
.plano-tag {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: var(--cor-secundaria);
    color: var(--cor-texto);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
}
/* Terceiro card (Emergência) */
.plano-card:last-child i:first-of-type {
    color: var(--cor-laranja);
}


/* ======================== */
/* SEÇÃO DEPOIMENTOS VÍDEO  */
/* ======================== */
.depoimentos-video-section {
    padding: 4rem 0;
    background-color: var(--cor-fundo);
}
.depoimentos-video-section .container {
    text-align: center;
    position: relative;
}
.video-slider {
    padding: 2rem 0;
}
.video-card {
    background: var(--cor-card);
    border: 1px solid #2a2a4a;
    border-radius: 16px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    opacity: 0.5;
    transform: scale(0.9);
}
.swiper-slide-active .video-card {
    opacity: 1;
    transform: scale(1);
    border-color: var(--cor-primaria);
    box-shadow: 0 0 25px rgba(0, 209, 255, 0.1);
}
.video-thumbnail {
    width: 100%;
    aspect-ratio: 9 / 16;
    background: #000;
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin-bottom: 1.5rem;
    position: relative;
}
.video-thumbnail i {
    font-size: 3rem;
    color: var(--cor-primaria);
    opacity: 0.8;
    transition: all 0.3s ease;
}
.video-thumbnail:hover i {
    opacity: 1;
    transform: scale(1.1);
}
.video-card > i { /* Ícone de aspas */
    font-size: 1.5rem;
    color: var(--cor-primaria);
    margin-bottom: 0.5rem;
}
.video-card p {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--cor-texto);
    margin-bottom: 0.5rem;
}
.video-card span {
    font-size: 0.9rem;
    color: var(--cor-subtexto);
}
/* Setas de navegação */
.video-slider .swiper-button-prev,
.video-slider .swiper-button-next {
    color: var(--cor-primaria);
    width: 50px;
    height: 50px;
    background: var(--cor-card);
    border-radius: 50%;
    border: 1px solid #2a2a4a;
}
.video-slider .swiper-button-prev::after,
.video-slider .swiper-button-next::after {
    font-size: 1.2rem;
    font-weight: 900;
}
.video-slider .swiper-button-prev { left: -10px; }
.video-slider .swiper-button-next { right: -10px; }


/* ======================== */
/* SEÇÃO DEPOIMENTOS TEXTO  */
/* ======================== */
.depoimentos-section {
    padding: 4rem 0;
    background-color: #0E0E21;
}
.depoimentos-section .container {
    text-align: center;
}
.depoimento-card {
    background: var(--cor-card);
    border: 1px solid #2a2a4a;
    border-radius: 16px;
    padding: 2.5rem;
    max-width: 700px;
    margin: 0 auto;
}
.depoimento-card > i { /* Aspas */
    font-size: 3rem;
    color: var(--cor-primaria);
    margin-bottom: 1rem;
    display: block;
}
.depoimento-card p {
    font-size: 1.25rem;
    font-style: italic;
    color: var(--cor-texto);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}
.stars {
    color: #FFD700; /* Dourado */
    margin-bottom: 2rem;
    font-size: 1.2rem;
}
.autor {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: left;
}
.autor img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid var(--cor-primaria);
}
.autor-info strong {
    color: var(--cor-texto);
    font-size: 1.1rem;
    display: block;
}
.autor-info span {
    color: var(--cor-subtexto);
    font-size: 0.9rem;
}
/* Paginação (pontos) */
.testimonial-slider .swiper-pagination-bullet {
    background: var(--cor-subtexto);
    opacity: 0.7;
}
.testimonial-slider .swiper-pagination-bullet-active {
    background: var(--cor-primaria);
    opacity: 1;
}

/* ======================== */
/* SEÇÃO FERRAMENTAS (NOVA) */
/* ======================== */
.ferramentas-section {
    padding: 4rem 0;
}
.ferramentas-section .container {
    text-align: center;
}
.ferramentas-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.ferramenta-card {
    background: var(--cor-card);
    border: 1px solid #2a2a4a;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    transition: all 0.3s ease;
}
.ferramenta-card:hover {
    transform: translateY(-5px);
    border-color: var(--cor-primaria);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.ferramenta-card i {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: var(--cor-primaria);
}
.ferramenta-card h3 {
    font-size: 1.3rem;
    color: var(--cor-texto);
    margin-bottom: 0.5rem;
}
.ferramenta-card p {
    color: var(--cor-subtexto);
    font-size: 0.95rem;
    margin-bottom: 0;
}
.ferramentas-section .btn {
    font-size: 1.1rem;
}

/* ======================== */
/* SEÇÃO CERTIFICAÇÕES (NOVA) */
/* ======================== */
.certificacoes-section {
    padding: 4rem 0;
    background-color: #0E0E21;
}
.certificacoes-section .container {
    text-align: center;
}
.certificacoes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 colunas no mobile */
    gap: 1.5rem;
    margin-top: 3rem;
}
.certificacao-card {
    background: var(--cor-card);
    border: 1px solid #2a2a4a;
    border-radius: 16px;
    padding: 2rem;
    color: var(--cor-subtexto);
    transition: all 0.3s ease;
}
.certificacao-card:hover {
    color: var(--cor-texto);
    border-color: var(--cor-texto);
    transform: scale(1.05);
}
.certificacao-card i {
    font-size: 3rem;
    margin-bottom: 1rem;
}
.certificacao-card h3 {
    font-size: 1rem;
    color: inherit; /* Pega a cor do pai */
    font-weight: 600;
}

/* ======================== */
/* SEÇÃO BLOG (NOVA)        */
/* ======================== */
.blog-section {
    padding: 4rem 0;
}
.blog-section .container {
    text-align: center;
}
.blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
    text-align: left;
}
.post-card {
    background: var(--cor-card);
    border: 1px solid #2a2a4a;
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
}
.post-card:hover {
    transform: translateY(-5px);
    border-color: var(--cor-primaria);
}
.post-tag {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    margin-bottom: 1rem;
}
.tag-seguranca { background-color: rgba(255, 65, 54, 0.1); color: var(--cor-vermelho); }
.tag-juridico { background-color: rgba(138, 43, 226, 0.1); color: var(--cor-secundaria); }
.tag-tutorial { background-color: rgba(0, 209, 255, 0.1); color: var(--cor-primaria); }

.post-title {
    font-size: 1.25rem;
    color: var(--cor-texto);
    margin-bottom: 0.8rem;
}
.post-card p {
    font-size: 0.95rem;
    color: var(--cor-subtexto);
    margin-bottom: 1.5rem;
}
.post-link {
    font-weight: 600;
    color: var(--cor-primaria);
}
.post-link i {
    margin-left: 0.25rem;
    transition: margin-left 0.3s ease;
}
.post-link:hover i {
    margin-left: 0.5rem;
}

/* ======================== */
/* SEÇÃO FAQ (NOVA)         */
/* ======================== */
.faq-section {
    padding: 4rem 0;
    background-color: #0E0E21;
}
.faq-section .container {
    text-align: center;
}
.faq-container {
    max-width: 800px;
    margin: 3rem auto 0 auto;
    text-align: left;
}
.faq-item {
    background: var(--cor-card);
    border: 1px solid #2a2a4a;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden; /* Para a resposta sanfona */
}
.faq-item.active {
    border-color: var(--cor-primaria);
}
.faq-pergunta {
    background: transparent;
    border: none;
    width: 100%;
    padding: 1.5rem 2rem;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--cor-texto);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-pergunta i {
    color: var(--cor-primaria);
    font-size: 1rem;
    transition: transform 0.3s ease;
}
.faq-resposta {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}
.faq-resposta p {
    padding: 0 2rem 1.5rem 2rem;
    color: var(--cor-subtexto);
    line-height: 1.7;
    margin: 0;
}
/* Estilo 'active' é controlado pelo JS */

/* ======================== */
/* SEÇÃO CTA FINAL (NOVA)   */
/* ======================== */
.cta-final-section {
    padding: 5rem 0;
    background: linear-gradient(180deg, #0B0B1A 0%, #160B29 100%);
    text-align: center;
}
.cta-final-section > .container > i {
    font-size: 3rem;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: var(--cor-primaria);
    color: var(--cor-fundo);
    margin-bottom: 1.5rem;
    box-shadow: 0 0 30px var(--cor-primaria);
}
.cta-final-section .section-title {
    font-size: 2.5rem;
    color: var(--cor-texto);
}
.cta-final-section .section-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}
.timer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    max-width: 400px;
    margin: 0 auto 2.5rem auto;
}
.timer-card {
    background: rgba(138, 43, 226, 0.1);
    border: 1px solid var(--cor-secundaria);
    border-radius: 12px;
    padding: 1rem 0.5rem;
}
.timer-card span {
    font-size: 2rem;
    font-weight: 700;
    color: var(--cor-texto);
    display: block;
}
.timer-card p {
    font-size: 0.8rem;
    color: var(--cor-subtexto);
    margin: 0;
    font-weight: 600;
}
.cta-final-section .btn {
    font-size: 1.1rem;
    padding: 1rem 2rem;
}
.cta-final-section .btn i {
    margin-right: 0.5rem;
}
.cta-subtext {
    font-size: 0.9rem;
    color: var(--cor-subtexto);
    margin-top: 1.5rem;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}
.cta-subtext i {
    color: #28a745;
    margin-right: 0.3rem;
}

/* ======================== */
/* FOOTER (NOVO)            */
/* ======================== */
.site-footer {
    padding: 4rem 0 2rem 0;
    background: #0E0E21;
    border-top: 1px solid #2a2a4a;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-bottom: 3rem;
}
.footer-col .logo {
    margin-bottom: 1rem;
}
.footer-col p {
    font-size: 0.95rem;
    color: var(--cor-subtexto);
    max-width: 300px;
}
.footer-col h4 {
    font-size: 1.1rem;
    color: var(--cor-texto);
    margin-bottom: 1.5rem;
}
.footer-col ul {
    list-style: none;
}
.footer-col ul li {
    margin-bottom: 0.8rem;
}
.footer-col ul a,
.footer-col ul li {
    color: var(--cor-subtexto);
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.footer-col ul a {
    transition: color 0.3s ease;
}
.footer-col ul a:hover {
    color: var(--cor-primaria);
}
.social-icons {
    display: flex;
    gap: 1rem;
}
.social-icons a {
    width: 40px;
    height: 40px;
    border: 1px solid #444;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--cor-subtexto);
    transition: all 0.3s ease;
}
.social-icons a:hover {
    color: var(--cor-primaria);
    border-color: var(--cor-primaria);
    transform: scale(1.1);
}
.footer-bottom {
    border-top: 1px solid #2a2a4a;
    padding-top: 2rem;
    text-align: center;
    font-size: 0.9rem;
}
.footer-bottom p {
    color: var(--cor-subtexto);
    margin-bottom: 0.5rem;
}
.footer-bottom a {
    color: var(--cor-subtexto);
}
.footer-bottom a:hover {
    color: var(--cor-primaria);
}


/* =========================== */
/* === AJUSTES RESPONSIVOS === */
/* =========================== */

/* === TABLET (min-width: 768px) === */
@media (min-width: 768px) {
    /* Resultados */
    .resultados-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    /* Vantagens */
    .vantagens-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    /* Planos */
    .planos-grid {
        grid-template-columns: 1fr 1fr;
    }
    .plano-popular {
        transform: scale(1.05); /* Mantém destaque */
    }
    .plano-card:last-child {
        /* Centraliza o plano de emergência se for ímpar */
        grid-column: 1 / -1;
        max-width: 50%;
        margin: 0 auto;
    }
    /* Ferramentas */
    .ferramentas-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    /* Certificações */
    .certificacoes-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    /* Blog */
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    /* CTA Final */
    .cta-subtext {
        flex-direction: row;
        justify-content: center;
        gap: 1.5rem;
    }
    /* Footer */
    .footer-grid {
        grid-template-columns: 2fr 1fr 1.5fr 1fr;
    }
    .footer-bottom {
        display: flex;
        justify-content: space-between;
    }
    .footer-bottom p {
        margin-bottom: 0;
    }
}


/* === DESKTOP (min-width: 1024px) === */
@media (min-width: 1024px) {
    /* Resultados */
    .resultados-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    /* Vantagens */
    .vantagens-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    /* Planos */
    .planos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .plano-popular {
        transform: scale(1.1); /* Mais destaque */
    }
    .plano-card:last-child {
        grid-column: auto; /* Reseta o span */
        max-width: 100%;
        margin: 0;
    }
    /* Setas do slider de vídeo */
    .video-slider .swiper-button-prev { left: -60px; }
    .video-slider .swiper-button-next { right: -60px; }
    
    /* Ferramentas */
    .ferramentas-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    /* Blog */
    .blog-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ======================== */
/* SEÇÃO CONTATO (NOVA)     */
/* ======================== */
.contato-section {
    padding: 5rem 0;
    background: linear-gradient(180deg, #0B0B1A 0%, #160B29 100%);
    text-align: center;
}
.contato-section .section-title {
    font-size: 2.5rem;
}
.contato-section .section-subtitle {
    font-size: 1.1rem;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.contato-section .highlight {
    color: var(--cor-primaria);
    font-weight: 700;
}
.contato-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: left;
}
.contato-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.contato-card {
    background: var(--cor-card);
    border: 1px solid #2a2a4a;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    transition: all 0.3s ease;
    color: var(--cor-subtexto);
}
.contato-card:hover {
    border-color: var(--cor-primaria);
    transform: scale(1.02);
}
.contato-card i {
    font-size: 2rem;
    color: var(--cor-primaria);
    margin-top: 5px;
}
/* Ícone específico do WhatsApp */
.contato-card i.fa-whatsapp {
    color: #25D366; /* Verde WhatsApp */
}

.contato-card .card-text {
    flex: 1;
}
.contato-card strong {
    font-size: 1.1rem;
    color: var(--cor-texto);
    display: block;
    margin-bottom: 0.25rem;
}
.contato-card span {
    font-size: 1rem;
    color: var(--cor-texto);
    font-weight: 600;
}
.contato-card p {
    font-size: 0.9rem;
    margin-top: 0.25rem;
    margin-bottom: 0;
}
.contato-alerta {
    background: rgba(0, 209, 255, 0.05);
    border: 1px solid var(--cor-primaria);
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1rem;
}
.alerta-header {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--cor-primaria);
    margin-bottom: 0.8rem;
}
.contato-alerta p {
    font-size: 0.95rem;
    color: var(--cor-subtexto);
    margin-bottom: 0;
}

/* Formulário */
.contato-form {
    background: var(--cor-card);
    border: 1px solid #2a2a4a;
    border-radius: 16px;
    padding: 2rem;
}
.contato-form h3 {
    font-size: 1.8rem;
    color: var(--cor-texto);
    margin-bottom: 2rem;
    text-align: center;
}
.form-group {
    margin-bottom: 1.5rem;
}
.form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--cor-subtexto);
    margin-bottom: 0.5rem;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea {
    width: 100%;
    background: var(--cor-fundo);
    border: 1px solid #444;
    border-radius: 8px;
    padding: 0.9rem 1rem;
    font-size: 1rem;
    color: var(--cor-texto);
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="tel"]:focus,
.form-group textarea:focus {
    border-color: var(--cor-primaria);
    outline: none;
    box-shadow: 0 0 10px rgba(0, 209, 255, 0.2);
}
.form-group textarea {
    resize: vertical;
    min-height: 120px;
}
.form-disclaimer {
    font-size: 0.8rem;
    color: var(--cor-subtexto);
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0;
}
/* Botão do formulário */
.contato-form .btn-primary {
    box-shadow: 0 0 20px rgba(0, 209, 255, 0.4);
    font-size: 1.1rem;
    padding: 1rem;
}

/* ======================== */
/* RESPONSIVO: CONTATO      */
/* ======================== */
@media (min-width: 768px) {
    .contato-section .section-title {
        font-size: 2.8rem;
    }
    .contato-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    .contato-form h3 {
        text-align: left;
    }
}
@media (min-width: 1024px) {
    .contato-grid {
        grid-template-columns: 1fr 1.2fr; /* Form um pouco maior */
        gap: 4rem;
    }
}

/* Removendo estilos do CTA FINAL (Contador) - APENAS PARA LIMPEZA, opcional */
.cta-final-section, .timer-grid, .timer-card {
    display: none; /* Esconde seletor antigo caso exista */
}

/* ======================== */
/* SEÇÃO SERVIÇOS (TABS)    */
/* ======================== */

/* Keyframe para a animação de fade-in */
@keyframes fadeInTabs {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* O wrapper é necessário para que os painéis 
  não quebrem o layout flex do .servicos-grid 
*/
.servico-detalhes-wrapper {
    position: relative;
    flex: 1; /* Ocupa o espaço restante no grid flex */
    
    /* Define uma altura mínima para evitar "pulos" 
       na troca de abas de alturas diferentes. 
       Ajuste este valor se necessário. */
    min-height: 650px; 
}

/* Esconde todos os painéis de detalhes por padrão.
  O painel ativo será controlado pelo JS.
*/
.servico-detalhes {
    display: none;
    opacity: 0;
    
    /* Garante que os painéis não-ativos 
       não ocupem espaço */
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
}

/* Mostra APENAS o painel ativo e aplica
  a animação de fade-in.
*/
.servico-detalhes.active {
    display: block; /* Torna o painel ativo visível */
    position: relative; /* Volta ao fluxo normal */
    opacity: 1;
    animation: fadeInTabs 0.4s ease-out;
}

/* ======================== */
/* SEÇÃO PROCESSO (NOVOS EFEITOS) */
/* ======================== */

/* 1. ADICIONE ISSO AO SEU SELETOR .passo-card EXISTENTE */
/* Encontre seu seletor .passo-card e adicione a linha 'transition' a ele */
.passo-card {
    /* ... seu código existente ... */
    transition: all 0.3s ease-in-out; /* Adicione esta linha */
}

/* 2. ADICIONE ESTAS NOVAS REGRAS NO FINAL DO SEU CSS */

/* Efeito de hover padrão (crescer + sombra neon azul) */
.passo-card:hover {
    transform: scale(1.03); /* Cresce um pouco */
    border-color: var(--cor-primaria); /* Borda neon */
    box-shadow: 0 0 25px rgba(0, 209, 255, 0.3); /* Sombra neon */
}

/* Cor do Passo 2 (Laranja) - Sombra neon laranja no hover */
.processo-passo:nth-child(2) .passo-card:hover {
    border-color: var(--cor-laranja);
    box-shadow: 0 0 25px rgba(255, 133, 27, 0.4); 
}

/* Cor do Passo 3 (Roxo) */
.processo-passo:nth-child(3) .passo-numero {
    background: var(--cor-secundaria); 
}
.processo-passo:nth-child(3) .passo-card i {
    color: var(--cor-secundaria);
}
.processo-passo:nth-child(3) .passo-card:hover {
    border-color: var(--cor-secundaria);
    box-shadow: 0 0 25px rgba(138, 43, 226, 0.4); /* Sombra neon roxa */
}

/* Cor do Passo 4 (Verde) */
.processo-passo:nth-child(4) .passo-numero {
    background: #28a745; /* Verde */
}
.processo-passo:nth-child(4) .passo-card i {
    color: #28a745;
}
.processo-passo:nth-child(4) .passo-card:hover {
    border-color: #28a745;
    box-shadow: 0 0 25px rgba(40, 167, 69, 0.4); /* Sombra neon verde */
}

/* Cor do Passo 5 (Ciano/Azul) */
/* O passo 5 já usa as cores padrão (--cor-primaria), 
   então o hover padrão azul neon já funciona perfeitamente. */

   /* ======================== */
/* ANIMAÇÃO PISCAR (NOVO)   */
/* ======================== */
@keyframes blink-red-alert {
    0% {
        background-color: rgba(255, 65, 54, 0.1);
        color: var(--cor-vermelho);
        border-color: var(--cor-vermelho);
        box-shadow: none;
    }
    50% {
        /* Inverte as cores para "piscar" */
        background-color: var(--cor-vermelho);
        color: var(--cor-texto); 
        border-color: var(--cor-vermelho);
        box-shadow: 0 0 15px rgba(255, 65, 54, 0.7);
    }
    100% {
        background-color: rgba(255, 65, 54, 0.1);
        color: var(--cor-vermelho);
        border-color: var(--cor-vermelho);
        box-shadow: none;
    }
}

/* ======================== */
/* SEÇÃO HERO (NOVOS ESTILOS) */
/* ======================== */

/* 1. Modifique sua regra .hero-section existente */
/* Adicione as propriedades 'background' e 'border-bottom' */
.hero-section {
    padding: 3rem 0;
    
    /* NOVO BACKGROUND DEGRADÊ (BRILHO SUTIL NO TOPO) */
    background: radial-gradient(ellipse at 50% -20%, 
                rgba(0, 209, 255, 0.1), /* Brilho da sua cor primária */
                var(--cor-fundo) 50%); /* Fundo escuro padrão */

    border-bottom: 1px solid #2a2a4a; /* Separação sutil */
}

/* 2. Adicione estas NOVAS regras para os cards de estatística */
.hero-stats-grid {
    display: flex;
    flex-wrap: wrap; /* Permite quebrar em telas menores */
    justify-content: space-between;
    text-align: center;
    gap: 1.5rem; /* Espaçamento entre os cards */
    margin-top: 3.5rem; /* Espaço acima (dos botões) */
    padding-top: 2.5rem; /* Espaço interno */
    border-top: 1px solid #2a2a4a; /* Linha de separação */
}

.hero-stat-card {
    flex: 1; /* Ocupa espaço igual */
    min-width: 100px; /* Largura mínima */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.hero-stat-card i {
    font-size: 2rem;
    color: var(--cor-primaria);
    margin-bottom: 0.5rem;
}

.stat-numero {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--cor-texto);
    line-height: 1.2;
}

.stat-descricao {
    font-size: 0.9rem;
    color: var(--cor-subtexto);
}

/* ======================== */
/* AJUSTES FINAIS (HERO)    */
/* ======================== */

/* 1. Deixa a tag "1ª EMPRESA..." um pouco maior */
.hero-content .tag {
    font-size: 0.9rem; /* Um pouco maior que o 0.8rem padrão */
    padding: 0.4rem 1rem; /* Aumenta o padding para compensar */
}

/* 2. Adiciona o gradiente neon ao botão de Proteção Emergencial */
.hero-buttons .btn-primary {
    /* O Gradiente */
    background-color: transparent; /* Remove a cor sólida */
    background-image: linear-gradient(90deg, 
                      var(--cor-primaria) 0%,  /* Ciano/Azul */
                      var(--cor-secundaria) 100%); /* Lilás/Roxo */
    
    color: var(--cor-texto); /* Texto branco fica melhor */
    border: 2px solid transparent; /* Remove a borda, mas mantém o tamanho */

    /* O Efeito Neon */
    box-shadow: 0 0 15px rgba(0, 209, 255, 0.5), /* Sombra neon azul */
                0 0 15px rgba(138, 43, 226, 0.3); /* Sombra neon lilás */
    
    transition: all 0.3s ease;
}

/* Efeito ao passar o mouse */
.hero-buttons .btn-primary:hover {
    background-image: linear-gradient(90deg, 
                      var(--cor-secundaria) 0%, /* Inverte o gradiente */
                      var(--cor-primaria) 100%);
    
    color: var(--cor-texto);
    border-color: transparent;
    transform: scale(1.03); /* Cresce um pouco */

    /* Brilho mais intenso */
    box-shadow: 0 0 25px rgba(0, 209, 255, 0.7),
                0 0 25px rgba(138, 43, 226, 0.5);
}