/* ==========================================================================
   --- RESET E GERAL ---
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: inherit;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Poppins';
    background-color: #000;
    color: #fff;
    overflow-x: hidden; /* Evita rolagem lateral indesejada */
}
/* ==========================================================================
   --- FONTES LOCAIS (POPPINS) ---
   ========================================================================== */
/* Peso 400 (Regular) */
@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins-v24-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins-v24-latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Peso 600 (SemiBold) */
@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins-v24-latin-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Peso 700 (Bold) */
@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins-v24-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Peso 800 (ExtraBold) */
@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins-v24-latin-800.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins-v24-latin-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/* ==========================================================================
   --- SEÃ‡ÃƒO 1: HERO MOBILE ---
   ========================================================================== */
.hero-mobile {
    position: relative;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    
    background-image: url('fundo celular-6.webp'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 28vh; 
}
.container-s1 {
    position: relative;
    z-index: 2;
    padding: 20px;
    padding-bottom: 10px; 
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
}

.logo-area {
    margin-bottom: 20px; 
    display: flex;
    justify-content: flex-start;
}

.logo-area img {
    display: block;
    max-width: 160px;
    width: 100%;
    height: auto;
}

.headline {
    font-size: 1.5rem; 
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
}

.highlight {
    color: #FF9900;
}

.subheadline {
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 400;
    color: #dcdcdc;
    margin-bottom: 20px;
}

.cta-button {
    display: block;
    width: 100%;
    background-color: #D4F62E;
    color: #000;
    text-align: center;
    padding: 16px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    box-shadow: 0px 4px 15px rgba(212, 246, 46, 0.3);
    transition: transform 0.2s ease;
    margin-bottom: 20px;
}

.cta-button:active {
    transform: scale(0.98);
}

.hero-footer {
    
    /* 1. Alinha o conteÃºdo Ã  esquerda */
    text-align: left; 
    
    /* Garante que nÃ£o herde centralizaÃ§Ã£o de outros lugares */
    display: flex; 
    justify-content: flex-start; 
}

/* 2. Controla o tamanho da imagem da medalha */
.hero-footer img {
    max-width: 300px; /* TAMANHO: Aumente ou diminua esse nÃºmero */
    height: auto;    /* MantÃ©m a proporÃ§Ã£o */
    display: block;
}
/* ==========================================================================
   --- SEÃ‡ÃƒO 4: BÃ”NUS DESKTOP/MOBILE (ESTILO UNIFICADO) ---
   ========================================================================== */

/* 1. ConfiguraÃ§Ã£o Base (Desktop) */
.section-bonus-desktop {
    background-color: #000;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.section-bonus-desktop .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.bonus-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px; 
}

/* Coluna Imagem Desktop */
.bonus-col-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.hero-image {
    width: 100%;
    max-width: 650px; 
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 20px rgba(255, 153, 0, 0.1));
}

/* Coluna Texto */
.bonus-col-text {
    flex: 1;
    max-width: 550px;
}

.bonus-title {
    font-size: 1.5rem;
    font-weight: 400; 
    color: #b0b0b0;
    line-height: 1.3;
    margin-bottom: 25px;
}

.highlight-gold {
    background: linear-gradient(90deg,  #FF9900, #ffc165);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.bonus-title .text-white {
    font-weight: 700;
    color: #fff;
}

.bonus-subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    color: #ccc;
    line-height: 1.5;
    margin-bottom: 30px;
    border-left: 3px solid #D4F62E; 
    padding-left: 20px;
}

.bonus-subtitle .text-white {
    display: block;
    margin-top: 5px;
    font-weight: 700;
    font-size: 1.4rem; 
    color: #fff;
}

.highlight-underline {
    border-bottom: 2px solid rgba(255, 153, 0, 0.5);
    padding-bottom: 2px;
}

.bonus-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #dcdcdc;
    margin-bottom: 40px;
}

.course-name {
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    background: rgba(255, 255, 255, 0.05);
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.1);
}

/* Specs Grid (O Quadro de Vidro) */
.specs-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.03); 
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px 10px;
    margin-bottom: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5); 
}

.spec-card {
    flex: 1;
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    text-align: center;
}

.spec-value {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-bottom: 5px;
}

.spec-icon {
    font-size: 1.8rem;
    color: #D4F62E;
    line-height: 1;
    margin-bottom: 8px;
}

.spec-label {
    font-size: 0.7rem;
    font-weight: 700;
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.3;
}

.spec-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, #333, transparent);
}

/* Por padrÃ£o, a imagem mobile fica INVISÃVEL no Desktop */
.hero-image-mobile {
    display: none;
}


/* ==========================================================================
   --- VERSÃƒO MOBILE (DEFINITIVA & CORRIGIDA) ---
   ========================================================================== */

@media (max-width: 1024px) {
    
    .section-bonus-desktop {
        padding: 50px 0;
        height: auto !important;
        background-image: none;
    }

    .section-bonus-desktop .container {
        padding: 0 25px;
    }

    /* Colunas viram linhas */
    .bonus-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    /* Esconde a imagem do TOPO (Desktop) */
    .bonus-col-image {
        display: none !important; 
    }

    /* Texto assume o topo */
    .bonus-col-text {
        width: 100%;
        text-align: left !important;
        order: 1; 
    }

    .bonus-title {
        font-size: 1.2rem !important;
        line-height: 1.3;
        margin-bottom: 20px;
        color: #e0e0e0;
    }

    .bonus-subtitle {
        font-size: 1rem !important;
        margin-bottom: 25px;
        text-align: left;
        border: none !important; /* Remove linha lateral */
        padding: 0;
    }

    .bonus-subtitle .highlight-underline {
        border-bottom: 3px solid #FF9900;
        display: inline;
    }
    
    .bonus-subtitle .text-white {
        display: block;
        margin-top: 5px;
        font-size: 1rem;
        color: #fff;
    }

    .bonus-text {
        font-size: 1rem !important;
        color: #bbb;
        margin-bottom: 30px;
        text-align: left;
    }

    /* Grid do Specs */
    .specs-grid {
        justify-content: space-between;
        gap: 10px;
        padding: 20px 15px !important;
        margin-bottom: 30px; /* EspaÃ§o para a imagem abaixo */
        width: 100%;
    }

    .spec-card { flex: 1; text-align: center; }
    .spec-value { font-size: 1.6rem !important; margin-bottom: 5px; }
    .spec-icon { font-size: 1.4rem !important; margin-bottom: 8px; display: block; }
    .spec-label { font-size: 0.65rem !important; line-height: 1.2; min-height: 25px; }
    .spec-divider { display: none; }

    /* --- A CORREÃ‡ÃƒO DO TAMANHO DA IMAGEM --- */
/* --- A CORREÃ‡ÃƒO DO TAMANHO DA IMAGEM (SUPER ZOOM) --- */
    /* --- NOVO CONTAINER (A MÃSCARA) --- */
    .mobile-image-container {
        display: block !important;
        width: 100vw; /* Ocupa a largura TOTAL da viewport (tela) */
        margin-left: -25px; /* Compensa o padding do container pai (.container) para encostar na borda */
        overflow: hidden; /* O SEGREDO: Corta o excesso da imagem para nÃ£o gerar rolagem */
        position: relative;
        margin-bottom: 20px;
        
        /* Centraliza a imagem estourada */
        display: flex;
        justify-content: center;
        align-items: flex-end; /* Alinha por baixo */
    }

    /* --- A IMAGEM COM ZOOM --- */
    .hero-image-mobile {
        display: block !important;
        
        /* Aumente aqui se quiser mais zoom (ex: 180%) */
        width: 90% !important; 
        max-width: none !important; /* Destrava limites */
        height: auto;
        
        /* Opcional: Se precisar subir a imagem, use margin-top negativo */
        margin-top: -20px; 
        /* --- O SEGREDO DO ALINHAMENTO --- */
        margin-left: auto !important;
        margin-right: auto !important;
        
        /* MÃ¡scara suave na base */
        -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
    }

    .bonus-footer {
        font-size: 0.95rem !important;
        text-align: left;
        color: #ddd; 
    }
}
/* --- FUNDO E GERAL --- */
.cronograma-cinematic {
    /* Gradiente profundo para dar ar de mistÃ©rio/cinema */
    background: radial-gradient(circle at top center, #1a1a1e 0%, #000000 80%);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 80px;
    font-style: italic;
}

.highlight-gold {
    color: #FF9900;
    font-style: normal;
    font-weight: 700;
}

/* --- O CONTAINER DOS ITENS --- */
.timeline-stack {
    display: flex;
    flex-direction: column;
    gap: 60px; /* DistÃ¢ncia entre os blocos */
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- ITEM INDIVIDUAL (O BLOCO) --- */
.stack-item {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 250px;
}

/* Alinhamentos Zig-Zag */
.item-left { justify-content: flex-start; }
.item-right { justify-content: flex-end; }

/* --- A DATA GIGANTE (Fundo) --- */
.big-date-layer {
    position: absolute;
    font-style: italic;
    font-weight: 700;
    font-size: 9rem; /* Tamanho massivo */
    line-height: 1;
    z-index: 1; /* Fica atrÃ¡s */
    
    /* O Segredo do visual "Fantasma" Premium */
    background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.01) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    transition: transform 0.5s ease;
}

/* Posicionamento da data em relaÃ§Ã£o ao card */
.item-left .big-date-layer { left: -20px; top: -40px; }
.item-right .big-date-layer { right: -20px; top: -40px; }

/* Efeito Hover na data */
.stack-item:hover .big-date-layer {
    transform: scale(1.05) translateY(-10px);
    background: linear-gradient(180deg, rgba(255, 153, 0, 0.2) 0%, rgba(255,255,255,0.01) 100%);
    -webkit-background-clip: text;
}

/* --- O CARD DE VIDRO (ConteÃºdo) --- */
.glass-content {
    position: relative;
    z-index: 10; /* Fica na frente */
    width: 100%;
    max-width: 500px;
    
    /* Efeito Frosted Glass Dark */
    background: rgba(20, 20, 20, 0.6); 
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.15); /* Luz no topo */
    border-radius: 12px;
    padding: 35px;
    
    /* Sombra suave */
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
    transition: all 0.3s ease;
    
    /* Margem para nÃ£o cobrir totalmente a data */
    margin-top: 40px; 
}

.item-left .glass-content { margin-left: 80px; }
.item-right .glass-content { margin-right: 80px; }

.glass-content:hover {
    border-color: rgba(255, 153, 0, 0.3); /* Brilho laranja ao passar o mouse */
    transform: translateY(-5px);
    background: rgba(30, 30, 30, 0.8);
}

/* Tipografia do Card */
.aula-pill {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #FF9900;
    margin-bottom: 15px;
    background: rgba(255, 153, 0, 0.1);
    padding: 5px 10px;
    border-radius: 4px;
}

.glass-content h3 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.glass-content p {
    font-size: 0.95rem;
    color: #a0a0a0; /* Cinza leitura */
    line-height: 1.6;
    font-weight: 400;
}

/* --- SETAS DECORATIVAS (SVG) --- */
.arrow-layer {
    position: absolute;
    width: 80px;
    height: 80px;
    opacity: 0.8; /* Aumentei um pouco a opacidade para destacar mais */
    
    /* CORREÃ‡ÃƒO AQUI: O z-index deve ser maior que o do cartÃ£o (que Ã© 10) */
    z-index: 20; 
    
    pointer-events: none; /* Para o mouse nÃ£o "bater" na seta */
}

/* O restante das regras das setas continua igual */
.arrow-layer svg {
    width: 100%;
    height: 100%;
    stroke: #fff;
    filter: drop-shadow(0 0 5px rgba(255,255,255,0.5));
}

.arrow-1 { top: -10px; left: 140px; transform: rotate(-10deg); }
.arrow-2 { top: -10px; right: 140px; transform: rotate(10deg) scaleX(-1); }
.arrow-3 { top: 0px; left: 160px; transform: rotate(5deg); }

/* --- MOBILE RESPONSIVO --- */
/* --- MOBILE TUNADO --- */
@media (max-width: 768px) {
    
    .section-title { 
        font-size: 1.8rem; 
        margin-bottom: 60px; 
    }
    
    /* Aumenta o espaÃ§o entre os cards para a data respirar */
    .timeline-stack { 
        gap: 90px; 
    }

    .stack-item {
        flex-direction: column;
        align-items: center; /* Centraliza tudo */
        justify-content: center;
        margin-top: 20px;
    }
    
    /* A MÃGICA NA DATA */
    .big-date-layer {
        font-size: 6.5rem; /* Aumentei para ficar imponente */
        line-height: 1;
        
        /* CentralizaÃ§Ã£o Absoluta */
        position: absolute;
        top: -65px !important; /* Sobe mais para aparecer bem */
        left: 0 !important;
        right: 0 !important;
        width: 100%;
        text-align: center; /* Garante que o texto fique no meio */
        
        /* Brilho Extra para Mobile (O Pulo do Gato) */
        opacity: 1; /* Remove opacidade geral */
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.0) 85%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        
        z-index: 1;
    }
    
    /* Ajuste no Card para contrastar com a data */
    .glass-content {
        margin: 0 !important;
        width: 100%;
        padding: 30px 25px;
        
        /* Fundo um pouco mais escuro para o texto ler bem */
        background: rgba(18, 18, 18, 0.92); 
        backdrop-filter: blur(15px);
        border: 1px solid rgba(255, 255, 255, 0.12);
    }
    
    /* Esconde setas no mobile para limpar o visual */
    .arrow-layer { display: none; }
}
/* --- CABEÃ‡ALHO DA SEÃ‡ÃƒO (TEXTOS) --- */
.header-intro {
    max-width: 850px;
    margin: 0 auto 100px auto; /* Margem grande embaixo para separar da timeline */
    text-align: center;
}

/* H2 - O Gancho */
.main-headline {
    font-size: 1.5rem;
    color: #e0e0e0;
    line-height: 1.4;
    margin-bottom: 30px;
    font-weight: 400;
}

.text-gradient {
    background: linear-gradient(90deg, #FF9900, #ffc165);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-style: italic;
}

/* H3/P - A Autoridade */
.sub-headline {
    font-size: 1.1rem;
    color: #a0a0a0;
    line-height: 1.8;
    margin-bottom: 40px;
    font-weight: 400;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.sub-headline strong {
    font-weight: 700;
}

.text-white {
    color: #fff;
}


.highlight-gold {
    color: #FF9900;
    font-weight: 700;
    text-decoration: underline; /* Opcional: sublinhado para Ãªnfase */
    text-decoration-color: rgba(255, 153, 0, 0.4);
}

/* Responsivo Mobile */
@media (max-width: 768px) {
    .header-intro {
        padding: 0 20px;
        margin-bottom: 60px;
    }
    
    .main-headline {
        font-size: 1.6rem;
        text-align: left;
    }

    .sub-headline{
        text-align: left;
    }
    
    .highlight-box {
        text-align: left;
        border-left: none;
        border-top: 4px solid #FF9900; /* No mobile fica melhor em cima */
        border-radius: 0 0 12px 12px;
    }
}
/* ==========================================================================
   --- ADAPTAÃ‡ÃƒO DESKTOP (TELA DIVIDIDA) ---
   SÃ³ ativa em telas maiores que 1024px
   ========================================================================== */
/* ==========================================================================
   --- ADAPTAÃ‡ÃƒO DESKTOP (TELA DIVIDIDA - CORRIGIDA) ---
   SÃ³ ativa em telas maiores que 1024px
   ========================================================================== */
@media (min-width: 1024px) {

    .hero-mobile {
        /* Imagem Desktop */
        background-image: url('versão-wide-sem-os-textos.webp'); /* Nome da sua foto horizontal */
        background-position: center right; /* Foca a pessoa na direita */
        background-size: cover;
        
        /* Centraliza verticalmente o bloco todo */
        justify-content: center;
        align-items: center; /* Garante alinhamento vertical */
        
        /* ADICIONADO: EspaÃ§amento vertical para nÃ£o ficar colado nas bordas */
        padding-top: 80px;
        padding-bottom: 80px;
        min-height: auto; /* Remove a altura mÃ­nima de 100vh se necessÃ¡rio */
        height: 100vh; /* ForÃ§a ocupar a tela toda */
    }


    /* CONTAINER PRINCIPAL */
    .container-s1 {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px; /* Margem de seguranÃ§a lateral */
        display: flex;
        align-items: center; /* Centraliza verticalmente o wrapper de texto */
        height: 100%; /* Ocupa a altura disponÃ­vel */
    }

    /* NOVO WRAPPER DE TEXTO - O Segredo do Alinhamento */
    .hero-text-wrapper {
        width: 50%; /* Ocupa exatamente a metade esquerda */
        max-width: 600px; /* Limite para telas muito largas */
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* ForÃ§a tudo para a esquerda */
    }
    
    /* Ajustes de Tamanho e Alinhamento dos Elementos */
    .headline {
        font-size: 2rem;
        text-align: left;
        max-width: 500px;
    }

    .subheadline {
        font-size: 1.1rem;
        text-align: left;
        margin-bottom: 30px;
        max-width: 500px;
    }
    
    .event-info {
        text-align: left;
        margin-bottom: 20px;
    }

    /* BOTÃƒO SEM BLUR */
    .cta-button {
        display: inline-block; /* BotÃ£o fica do tamanho do texto */
        width: auto;
        padding: 20px 50px;
        font-size: 1.1rem;
        transition: transform 0.2s, background-color 0.2s;
        box-shadow: none !important; /* REMOVE O BLUR/SOMBRA */
    }
    
    .cta-button:hover {
        transform: scale(1.05);
        /* box-shadow: none !important; - Garantindo que nÃ£o volte no hover */
    }
    
    .hero-footer {
        text-align: left;
        margin-top: 40px;
    }
}
/* --- VARIÃVEIS E BASE --- */
:root {
    --bg-dark: #020204;
    --text-main: #ffffff;
    --glass-border: rgba(255, 255, 255, 0.08);
    --glass-bg: rgba(255, 255, 255, 0.03);
    --blue-glow: #2d5af0;
}

/* --- ESTRUTURA DO PROCESSO (SCROLLYTELLING) --- */
.process-scroll-container {
    position: relative;
    height: 500vh; /* Controla a velocidade do scroll total */
    background-color: var(--bg-dark);
}

.sticky-wrapper {
    position: sticky; 
    top: 0;
    height: 100vh; 
    width: 100%;
    overflow: hidden;
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.process-step {
    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%; 
    max-width: 1000px;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}

.process-step.active { opacity: 1; pointer-events: all; }

/* AnimaÃ§Ãµes de Entrada e SaÃ­da dos Slides */
.process-step.incoming {
    transform: translate(-30%, -50%);
    opacity: 0; 
    filter: blur(10px);
}

.process-step.outgoing {
    transform: translate(-70%, -50%) scale(0.9);
    opacity: 0; 
    filter: blur(10px);
}

/* EstilizaÃ§Ã£o dos Textos do Processo */
.intro-title {
    font-size: clamp(1.5rem, 8vw, 3rem);
    line-height: 1.1; font-weight: 700;
    background: linear-gradient(to right, #fff, #888);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    margin-bottom: 20px; text-align: left;
}

.step-number {
    font-size: clamp(8rem, 15vw, 15rem);
    font-weight: 700; color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.1);
    line-height: 1;
}

.step-content h3 { font-size: clamp(1.5rem, 3vw, 2.5rem); color: #fff; margin-bottom: 20px; }
.step-content p { font-size: 1.1rem; color: #8892b0; line-height: 1.6; }

/* --- REVELAÃ‡ÃƒO AO SCROLL (GERAL) --- */
.scroll-reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s ease; }
.scroll-reveal.active { opacity: 1; transform: translateY(0); }
.scroll-hint {
    margin-top: 60px;
    display: flex; flex-direction: column; align-items: center; gap: 10px;
    color: #555; font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
    animation: bounce 2s infinite;
}
.mouse-icon {
    width: 20px; height: 32px; border: 2px solid #555; border-radius: 20px;
    position: relative;
}
.mouse-icon::after {
    content:''; position: absolute; top: 6px; left: 50%; transform: translateX(-50%);
    width: 2px; height: 6px; background: #fff; border-radius: 2px;
}
/* --- LAYOUT SPLIT (DESKTOP) --- */
.process-step.split-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr; /* Texto um pouco maior que a imagem */
    gap: 60px;
    align-items: center;
    max-width: 1200px;
}

.step-left-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.step-right-image {
    width: 100%;
    height: 450px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}

.step-right-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9) contrast(1.1);
}

/* BotÃ£o CTA dentro do passo */
.cta-button-step {
    display: inline-block;
    margin-top: 30px;
    padding: 16px 32px;
    background: #D4F62E;
    color: black;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.3s;
}
.cta-button-step:hover { background: #D4F62E; transform: translateY(-3px); }

/* --- ADAPTAÃ‡ÃƒO PARA MOBILE --- */
@media (max-width: 900px) {
    .process-step.split-layout {
        grid-template-columns: 1fr; /* Uma Ãºnica coluna */
        gap: 20px;
        text-align: center;
        width: 90%;
    }

    .step-left-content {
        align-items: center;
        text-align: center;
    }

    .step-right-image {
        height: 200px; /* Reduz altura no mobile para caber tudo na tela */
        order: -1; /* Imagem fica em cima do texto */
    }

    .split-layout .step-number {
        font-size: 4rem; /* Diminui o nÃºmero gigante no mobile */
        margin-bottom: 0;
    }

    .step-content h3 { font-size: 1.5rem; text-align: left; }
    .step-content p { font-size: 1rem; text-align: left; }

    /* Ajuste para o botÃ£o nÃ£o ocupar a tela toda */
    .cta-button-step {
        width: 100%;
        padding: 14px 20px;
        font-size: 12px;
    }
}
/* --- SEÃ‡ÃƒO EMPATIA / DORES --- */
.empathy-area {
    padding: 120px 20px;
    background-color: var(--bg-dark);
    display: flex;
    justify-content: center;
}

.empathy-area .container {
    max-width: 1100px;
    width: 100%;
    text-align: center;
}

.empathy-title {
    font-family: 'Poppins';
    font-size: clamp(1.5rem, 4vw, 1.5rem);
    line-height: 1.3;
    margin-bottom: 60px;
    color: #fff;
}

.empathy-title span {
    background: #FF9900;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Grid de Cards de Dores */
.pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 80px;
}

.pain-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 40px 30px;
    border-radius: 24px;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.pain-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: #FF9900;
    transform: translateY(-5px);
}

/* 1. Cria a "Caixa" da imagem */
.pain-img {
    width: 100%; /* Ocupa a largura do card (respeitando o padding) */
    height: 160px; /* 👈 AJUSTE AQUI: Altura da sua caixa de imagem */
    background: rgba(0, 0, 0, 0.5); /* Cor de fundo caso a imagem demore a carregar */
    border-radius: 12px; /* Arredonda os cantos da caixa */
    overflow: hidden; /* O SEGREDO: Corta qualquer rebarba da imagem que vazar */
    border: 1px solid rgba(255, 255, 255, 0.1); /* Bordinha sutil premium */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* Sombra para dar profundidade */
}

/* 2. Faz a imagem preencher a caixa perfeitamente */
.pain-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Garante que a foto preencha o espaço sem amassar ou distorcer */
    display: block;
    transition: transform 0.4s ease; /* Prepara para o efeito hover */
}

/* 3. BÔNUS: Efeito de zoom na imagem quando passar o mouse no card */
.pain-card:hover .pain-img img {
    transform: scale(1.08); /* Dá um zoom suave dentro da caixa */
}

.pain-card p {
    font-size: 1.05rem;
    color: #fff;
    line-height: 1.6;
}

.pain-card p strong {
    color: #fff;
    font-weight: 700;
}

/* Footer (H3) */
.empathy-footer {
    max-width: 800px;
    margin: 0 auto;
}

.empathy-footer h3 {
    font-size: clamp(1.4rem, 2.5vw, 1rem);
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px;
}

.highlight-text {
    color: #FF9900;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1.2rem;
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #D4F62E;
    padding-bottom: 5px;
}

/* --- RESPONSIVIDADE --- */
@media (max-width: 900px) {
    .pain-grid {
        grid-template-columns: 1fr; /* Empilha no mobile */
    }
    
    .empathy-title { font-size: 1.4rem; text-align: left; }
    .pain-card p{ text-align: left; text-align: 1rem;
    }
    .empathy-footer h3{text-align: left; font-size: 1rem;}
    .highlight-text{text-align: left;
}}
/* --- SEÃ‡ÃƒO ESPECIALISTA --- */
.specialist-section {
    padding: 100px 20px;
    background-color: var(--bg-dark);
    position: relative;
    overflow: hidden;
}

.specialist-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr; /* Foto menor, Texto maior */
    gap: 80px;
    align-items: center;
}

/* Ãrea da Imagem */
.specialist-image-area {
    position: relative;
}

.image-wrapper {
    position: relative;
    z-index: 2;
    border-radius: 30px;
    /* Se a foto tiver fundo, pode usar border aqui. Se for sem fundo, tire o overflow hidden */
}

.image-wrapper img {
    width: 100%;
    display: block;
    filter: drop-shadow(0 20px 50px rgba(0,0,0,0.5));
}

/* Brilho Azul atrÃ¡s da foto */
.glow-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(45, 90, 240, 0.2) 0%, transparent 70%);
    z-index: -1;
    border-radius: 50%;

}

/* Texto e Biografia */
.specialist-tag {
    color: #FF9900;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    text-align: left;
}

.specialist-name {
    font-size: clamp(1.8rem, 3vw, 1.5rem);
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.2;
    text-align: left;
}

.specialist-name span {
    color: #FF9900; /* Ou gradiente se preferir */
}

.specialist-text p {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: left;
}

.specialist-text p strong {
    color: #fff;
}

/* Cards de NÃºmeros/Proof */
.proof-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 40px;
}

.proof-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 15px;
    border-radius: 16px;
    text-align: center;
    transition: 0.3s;
}

.proof-card:hover {
    border-color: #FF9900;
    background: rgba(59, 130, 246, 0.05);
}

.proof-number {
    display: block;
    font-size: 1.2rem;
    color: #FF9900;
    margin-bottom: 5px;
}

.proof-label {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
}

/* --- RESPONSIVIDADE --- */
@media (max-width: 900px) {
    .specialist-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }
    
    .specialist-content {
        order: 2;
    }
    
    .specialist-image-area {
        order: 1;
        max-width: 400px;
        margin: 0 auto;
    }
    .specialist-name{
        font-size: 1.4rem;
    }
    
    .proof-row {
        grid-template-columns: 1fr; /* Empilha as medalhas no mobile */
    }
    .specialist-text{
        font-size: 1rem;
    }
}
/* ==========================================================================
   --- SEÃ‡ÃƒO FAQ (ESTILO CUSTOMIZADO) ---
   ========================================================================== */

.section-faq {
    background-color: #020204; /* Mantendo o fundo dark */
    padding: 100px 20px;
    position: relative;
}

.container-faq {
    max-width: 900px;
    margin: 0 auto;
}

/* Tipografia do CabeÃ§alho */
.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-title {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 25px;
    font-style: italic;
}

.faq-subtitle {
    font-size: 1rem;
    color: #b0b0b0;
    line-height: 1.6;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
}

/* O AcordeÃ£o (Glassmorphism) */
.faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

/* Estado Aberto - Brilho Laranja */
.faq-item[open] {
    border-color: rgba(255, 153, 0, 0.5); /* Laranja do seu tema */
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* A Pergunta (BotÃ£o ClicÃ¡vel) */
.faq-question {
    list-style: none; /* Remove seta padrÃ£o */
    padding: 25px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s;
}

/* Remove a seta padrÃ£o do Chrome/Safari */
.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question:hover {
    color: #FF9900; /* Hover Laranja */
}

/* Ãcone (+ / -) */
.faq-icon {
    font-size: 1.5rem;
    color: #D4F62E; /* Verde Neon do seu botÃ£o */
    font-weight: 400;
    transition: transform 0.3s ease;
}

/* Gira o Ã­cone quando aberto */
.faq-item[open] .faq-icon {
    transform: rotate(45deg); /* Vira um X */
    color: #FF9900;
}

/* A Resposta */
.faq-answer {
    padding: 0 25px 25px 25px;
    color: #ccc;
    font-size: 1rem;
    line-height: 1.6;
    animation: fadeIn 0.4s ease;
}

.faq-answer p {
    margin: 0;
}

.faq-answer strong {
    color: #fff;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsivo Mobile */
@media (max-width: 768px) {
    .faq-title {
        font-size: 1.5rem;
        text-align: left;
    }
    
    .faq-subtitle {
        text-align: left;
        font-size: 1rem;
    }

    .faq-question {
        font-size: 1rem;
        padding: 20px;
    }
}
/* ==========================================================================
   --- SEÃ‡ÃƒO PREÃ‡OS (ESTILO DARK PREMIUM) ---
   ========================================================================== */

.section-pricing {
    background-color: #020204;
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

/* Fundo decorativo (Glow) */
.section-pricing::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 153, 0, 0.05) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.container-pricing {
    max-width: 1000px; /* Largura controlada para os cards ficarem bonitos */
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* CabeÃ§alho */
.pricing-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-title {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
}

.pricing-subtitle {
    color: #b0b0b0;
    font-size: 1.1rem;
}

/* --- SUBSTITUA O SEU .pricing-grid POR ESTE --- */
.pricing-grid {
    display: grid;
    /* Isso garante que o card único fique no centro com largura máxima de 450px */
    grid-template-columns: minmax(auto, 450px); 
    justify-content: center; 
    gap: 30px;
    align-items: center; 
}

/* CARD GERAL */
.pricing-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
}


/* ESTILOS ESPECÃFICOS: VIP */
.pricing-card.standard {
    border: 1px solid #FF9900; /* Borda Laranja */
    background: linear-gradient(180deg, rgba(255, 153, 0, 0.05) 0%, rgba(0,0,0,0.4) 100%);
    box-shadow: 0 0 30px rgba(255, 153, 0, 0.15);
    position: relative;
    transform: scale(1.05); /* Um pouco maior no desktop */
    z-index: 10;
}

.pricing-card.vip:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 0 50px rgba(255, 153, 0, 0.3);
}

/* TIPOGRAFIA DOS CARDS */
.card-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    background: #D4F62E;
    padding: 5px 15px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.badge-vip {
    background: #FF9900;
    color: #000;
}

.card-name {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 10px;
}

.card-desc {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 30px;
    min-height: 40px; /* Alinha a altura das descriÃ§Ãµes */
}

.text-vip { color: #FF9900 !important; }

/* PREÃ‡O */
.price-box { margin-bottom: 30px; }

.old-price {
    display: block;
    font-size: 0.9rem;
    color: #666;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.current-price {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.current-price small { font-size: 1.5rem; font-weight: 700; }

.installments {
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #aaa;
}

/* LISTA DE BENEFÃCIOS */
.card-divider {
    border: 0;
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 0 0 30px 0;
}
.divider-vip { background: rgba(255, 153, 0, 0.3); }

.benefit-list {
    list-style: none;
    text-align: left;
    margin-bottom: 40px;
    flex-grow: 1; /* Empurra o botÃ£o para o fundo */
}

.benefit-list li {
    margin-bottom: 15px;
    color: #ccc;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.check-icon {
    color: #D4F62E; /* Verde Neon */
    font-style: normal;
    font-weight: bold;
}
.icon-vip { color: #FF9900; }

.unavailable {
    color: #444 !important;
    text-decoration: line-through;
}
.unavailable i { color: #444; }

/* BOTÃ•ES */
.cta-button.btn-outline {
    background: #D4F62E;
    border: 1px solid #D4F62E;
    color: #000;
    box-shadow: none;
}
.cta-button.btn-outline:hover {
    background: #D4F62E;
    color: #000;
}

.cta-button.btn-vip {
    background: #FF9900; /* BotÃ£o Laranja para o VIP */
    color: #000;
    box-shadow: 0 4px 20px rgba(255, 153, 0, 0.4);
    width: 100%; /* Garante largura total */
}
.cta-button.btn-vip:hover {
    background: #ffb84d;
    transform: scale(1.02);
}

/* ==========================================================================
   --- RESPONSIVO (MOBILE) ---
   ========================================================================== */
@media (max-width: 900px) {
    .pricing-grid {
        grid-template-columns: 1fr; /* Um embaixo do outro */
        gap: 50px;
    }

    .pricing-card.vip {
        transform: scale(1); /* Remove o zoom do desktop */
        order: 2; /* Garante que fique em segundo lugar se necessÃ¡rio */
    }
    
    .pricing-card.standard {
        order: 1;
    }

    .pricing-title {
        font-size: 1.5rem; text-align: left;
    }
    
    .card-desc {
        min-height: auto; text-align: left;
    }
    .pricing-subtitle{
        text-align: left;
    }
    .card-name{
        text-align: left;
    }
}
/* ==========================================================================
   --- RODAPÃ‰ (ESTILO DARK PREMIUM) ---
   ========================================================================== */

.footer-section {
    background-color: #050505; /* Um pouco mais claro que o fundo principal para separar */
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px 20px 30px 20px;
    font-size: 0.9rem;
    color: #a0a0a0;
}

.container-footer {
    max-width: 1000px;
    margin: 0 auto;
}

/* --- BLOCO SUPERIOR --- */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

/* Dados da Empresa */
.company-name {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.company-info p {
    margin-bottom: 5px;
    line-height: 1.5;
}

.email-link {
    color: #FF9900;
    text-decoration: none;
    font-weight: 700;
    display: block;
    margin: 10px 0;
    transition: color 0.3s;
}

.email-link:hover {
    color: #D4F62E;
}

/* Selos de SeguranÃ§a */
.security-badges {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.badge-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 0.85rem;
    width: 200px; /* Largura fixa para alinhar */
}

.badge-icon {
    font-size: 1.2rem;
}

/* --- DIVISORES E LINKS --- */
.footer-divider {
    border: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 20px 0;
}

.footer-links-row {
    margin: 20px 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-links-row a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.footer-links-row a:hover {
    color: #FF9900;
    text-decoration: underline;
}

.separator {
    color: #444;
}

/* --- AVISO LEGAL (DISCLAIMER) --- */
.footer-legal {
    background: rgba(255, 255, 255, 0.02);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-legal h5 {
    color: #ddd;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.footer-legal p {
    font-size: 0.75rem; /* Texto menor conforme padrÃ£o jurÃ­dico */
    line-height: 1.6;
    color: #777;
    margin: 0;
}

.footer-legal a {
    color: #999;
}

/* --- COPYRIGHT --- */
.footer-copyright {
    text-align: center;
    font-size: 0.8rem;
    color: #555;
    margin-top: 40px;
}

/* ==========================================================================
   --- RESPONSIVO (MOBILE) ---
   ========================================================================== */
@media (max-width: 768px) {
    .footer-section {
        text-align: center;
    }

    .footer-top {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .company-info {
        order: 1;
    }

    .security-badges {
        order: 2;
        width: 100%;
        align-items: center;
    }

    .badge-item {
        width: 100%; /* Ocupa largura total no mobile */
        justify-content: center;
        max-width: 300px;
    }

    .footer-links-row {
        justify-content: center;
        font-size: 0.85rem;
    }

    .footer-legal {
        text-align: justify; /* Melhora leitura do texto jurÃ­dico */
    }
}
/* ==========================================================================
   --- ESTILOS DO POPUP (MODAL) ---
   ========================================================================== */
.modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 20px;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-container {
    background: #111;
    border: 1px solid #333;
    width: 100%;
    max-width: 500px;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.3s ease;
    box-shadow: 0 20px 60px rgba(0,0,0,0.8);
    /* Borda sutil neon */
    border-top: 2px solid var(--neon-green, #D4F62E);
}

.modal-overlay.active .modal-container {
    transform: translateY(0);
}

.modal-close {
    position: absolute;
    top: 15px; right: 20px;
    background: none;
    border: none;
    color: #666;
    font-size: 2rem;
    cursor: pointer;
    transition: color 0.2s;
}

.modal-close:hover { color: #fff; }

/* Header do Modal */
.modal-tag {
    display: inline-block;
    background: rgba(212, 246, 46, 0.1);
    color: var(--neon-green, #D4F62E);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.modal-tag.vip {
    background: rgba(255, 153, 0, 0.1);
    color: var(--brand-orange, #FF9900);
}

.modal-title {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 5px;
}

.modal-desc {
    color: #aaa;
    font-size: 0.9rem;
    margin-bottom: 25px;
}

/* FormulÃ¡rio */
.modal-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-group label {
    display: block;
    color: #ccc;
    font-size: 0.85rem;
    margin-bottom: 5px;
    font-weight: 500;
}

.modal-form input, 
.modal-form select {
    width: 100%;
    padding: 12px 15px;
    background: #0a0a0a;
    border: 1px solid #333;
    border-radius: 8px;
    color: #fff;
    font-size: 0.95rem;
    transition: 0.3s;
    outline: none;
}

.modal-form select {
    appearance: none; /* Remove seta padrÃ£o do navegador */
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23D4F62E%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    background-size: 10px auto;
}

.modal-form input:focus, 
.modal-form select:focus {
    border-color: var(--neon-green, #D4F62E);
    box-shadow: 0 0 10px rgba(212, 246, 46, 0.1);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.modal-btn {
    margin-top: 10px;
    border: none;
    cursor: pointer;
}

.form-footer {
    text-align: center;
    font-size: 0.7rem;
    color: #555;
    margin-top: 5px;
}

/* Responsivo */
@media (max-width: 600px) {
    .modal-container { padding: 25px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .modal-title { font-size: 1.5rem; }
}
/* Container que segura as badges */
.badges-wrapper {
    display: flex;
    flex-wrap: wrap; /* Permite quebrar linha no celular se faltar espaÃ§o */
    gap: 10px;       /* EspaÃ§o entre as badges */
    margin-bottom: 20px;
    align-items: center;
}

/* O visual da Badge individual */
.info-badge {
    display: inline-flex;
    align-items: left;
    gap: 6px; /* EspaÃ§o entre o Ã­cone e o texto */
    
    background:#FF9900; /* Fundo transparente chique */
    border: 1px solid rgba(255, 255, 255, 0.15); /* Borda sutil */
    border-radius: 20px; /* Cantos arredondados (troque por 50px se quiser formato pÃ­lula) */
    
    padding: 4px 10px;
    
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    
    transition: all 0.3s ease;
    cursor: default;
}
.info-badge-zoom{

    display: inline-flex;
    align-items: left;
    gap: 6px; /* EspaÃ§o entre o Ã­cone e o texto */
    
    background:#0b5cff; /* Fundo transparente chique */
    border: 1px solid rgba(255, 255, 255, 0.15); /* Borda sutil */
    border-radius: 20px; /* Cantos arredondados (troque por 50px se quiser formato pÃ­lula) */
    
    padding: 4px 10px;
    
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    
    transition: all 0.3s ease;
    cursor: default;

}

/* Efeito ao passar o mouse (opcional, mas fica legal) */
.info-badge-zoom:hover {
    background: rgba(212, 246, 46, 0.1); /* Um brilho verde bem leve */
    border-color: #D4F62E; /* Borda fica verde neon */
    color: #fff;
    transform: translateY(-2px);
}
/* Efeito ao passar o mouse (opcional, mas fica legal) */
.info-badge:hover {
    background: rgba(212, 246, 46, 0.1); /* Um brilho verde bem leve */
    border-color: #D4F62E; /* Borda fica verde neon */
    color: #fff;
    transform: translateY(-2px);
}
/* Ajuste para telas grandes (Desktop) */
@media (min-width: 1024px) {
    .badges-wrapper {
        justify-content: flex-start; /* Alinha Ã  esquerda no desktop */
    }
}
/* ==========================================================================
   --- SEÃ‡ÃƒO IMERSÃƒO (VIDEOS) ---
   ========================================================================== */
.immersive-section {
    background-color: #000;
    padding: 80px 0;
    text-align: center;
    overflow: hidden; /* Importante para o slider nÃ£o vazar */
}
.text-orange{
    background-color: #FF9900;
}
.immersive-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Tipografia */
.immersive-title {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.3;
}

.immersive-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #e0e0e0;
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.immersive-text strong {
    font-weight: 700;
    color: #fff;
}

.cta-highlight {
    display: block;
    margin-top: 10px;
    font-weight: 700;
    font-size: 1.15rem;
    color: #FF9900; /* Laranja da marca */
}

/* GRID / SLIDER DE VÃDEOS */
.immersive-grid {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
    width: 100%;
}

.immersive-card {
    position: relative;
    width: 100%;
    max-width: 250px; /* Aumentei um pouquinho para ficar mais harmônico */
    aspect-ratio: 9 / 14; /* Formato retrato padrão, evita o zoom extremo do 9/16 */
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
    transition: transform 0.3s ease, border-color 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.immersive-card:hover {
    transform: scale(1.03);
    border-color: #FF9900;
}

/* Thumbnail */
.video-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
    transition: opacity 0.3s;
}

.immersive-card:hover .video-thumb {
    opacity: 1;
}

/* BotÃ£o Play CSS Puro */
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 35px solid rgba(255, 153, 0, 0.9);
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
    pointer-events: none; /* Clique passa direto para o card */
}

/* Overlay de InformaÃ§Ãµes (Nome/Cargo) */
.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%);
    text-align: center;
    z-index: 10;
}

.card-overlay strong {
    display: block;
    font-size: 0.9rem;
    color: #fff;
    line-height: 1.2;
}

.card-overlay span {
    font-size: 0.75rem;
    color: #ccc;
    font-weight: 400;
}

/* --- MOBILE: TransformaÃ§Ã£o em Carrossel (Slider) --- */
.immersive-dots {
    display: none; /* Escondido no Desktop */
}

@media (max-width: 768px) {
    /* Transforma o grid em scroll horizontal */
    .immersive-grid {
        justify-content: flex-start;
        overflow-x: auto;
        scroll-snap-type: x mandatory; /* Efeito magnÃ©tico */
        padding-bottom: 20px;
        gap: 15px;
        
        /* Esconder Scrollbar */
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    
    .immersive-grid::-webkit-scrollbar {
        display: none;
    }

    /* Ajuste do Card no Mobile */
    .immersive-card {
        scroll-snap-align: center;
        min-width: 65vw; /* Ocupa 65% da tela */
    }

    /* EspaÃ§amento fake para centralizar o primeiro e Ãºltimo item */
    .immersive-grid::before,
    .immersive-grid::after {
        content: '';
        min-width: 17.5vw; /* (100 - 65) / 2 */
    }

    /* Dots Navigation */
    .immersive-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 10px;
    }

    .dot {
        width: 10px;
        height: 10px;
        background-color: #333;
        border-radius: 50%;
        transition: all 0.3s;
    }

    .dot.active {
        background-color: #FF9900;
        transform: scale(1.2);
    }
    .immersive-title{
        text-align: left;
    }
    .immersive-text{
        text-align: left;
    }
}
/* ==========================================================================
   --- SEÃ‡ÃƒO CRONOGRAMA (LAYOUT FRAME + ESTILO CINEMATIC) ---
   ========================================================================== */
.schedule-section {
    width: 100%;
    background-color: #050505;
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
    display: block;
}

.container-schedule {
    max-width: 1200px;
    margin: 0 auto;
}

/* --- CABEÃ‡ALHO (Centralizado Sempre) --- */
.schedule-header {
    text-align: center; /* Centraliza tudo */
    max-width: 900px;
    margin: 0 auto 80px auto;
    display: flex;
    flex-direction: column;
    align-items: center; /* Garante alinhamento flex */
}

.schedule-title {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
}

.text-gold {
    color: #FF9900;
    font-weight: 700;
}

.schedule-desc {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center;
}

/* --- BOX DOURADO (Igual ao Frame) --- */
.gold-alert-box {
    background: linear-gradient(90deg, #4A3215 0%, #2e200e 100%); /* Fundo Marrom */
    border-left: 5px solid #FF9900; /* Borda Laranja na Esquerda */
    padding: 25px 30px;
    border-radius: 8px; /* Cantos levemente arredondados */
    display: inline-block;
    max-width: 800px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.gold-alert-box p {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}

/* --- FLEXBOX SYSTEM (Substitua o .schedule-grid anterior por este) --- */
.schedule-grid {
    display: flex; /* Mudamos de Grid para Flexbox */
    flex-wrap: wrap; /* Permite que os cards caiam um embaixo do outro no celular */
    justify-content: center; /* Força tudo para o centro absoluto */
    gap: 40px;
    align-items: stretch; /* Garante que os cards fiquem com a mesma altura */
    margin-top: 100px;
    width: 100%;
}

/* --- ITEM DA LISTA (Adicione estas regras de largura) --- */
.schedule-item {
    flex: 1 1 350px; /* Tamanho base de 350px, pode esticar um pouco se precisar */
    max-width: 420px; /* Trava a largura para não ficarem largos demais no PC */
    width: 100%; /* Garante que ocupe o espaço no mobile */
    position: relative;
    padding-top: 50px;
}
/* --- DATA GIGANTE (Fundo) --- */
.bg-date {
    position: absolute;
    top: -50px;
    left: 0;
    font-size: 7rem;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    z-index: 0;
    color: #3d2b0e; /* Marrom escuro */
    pointer-events: none;
    letter-spacing: -3px;
    width: 100%;
    text-align: left; /* Alinhado com o card */
}

/* --- SETA CURVA --- */
.arrow-curve {
    position: absolute;
    top: 5px;
    left: 30px;
    width: 60px;
    height: 80px;
    z-index: 5;
    opacity: 0.9;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.8));
    pointer-events: none;
}

/* --- CARD DE VIDRO --- */
.glass-card-schedule {
    position: relative;
    z-index: 2;
    background: #1a1a1a; /* Fundo cinza escuro sÃ³lido */
    border: 1px solid #333;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.8);
    transition: transform 0.3s ease, border-color 0.3s ease;
    height: 100%;
}

.glass-card-schedule:hover {
    border-color: #FF9900;
    transform: translateY(-5px);
}

/* --- BOTÃƒO DO DIA (Estilo Frame) --- */
.day-button {
    display: inline-block;
    background: #5c4018; /* Marrom botÃ£o */
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px 0;
    width: 100%; /* Ocupa largura ou fixo? No frame parece botÃ£o largo */
    max-width: 150px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #7a5c2d;
    margin-bottom: 20px;
    
    /* Centralizar o botÃ£o no card */
    margin-left: auto;
    margin-right: auto;
    display: block; 
}

/* --- TÃTULO DO CARD --- */
.glass-card-schedule h3 {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.4;
    font-weight: 700;
    text-align: left; /* TÃ­tulo centralizado no frame? Parece que sim */
}

/* --- LISTA COM CHECKS --- */
.schedule-list { 
    list-style: none; 
    text-align: left; /* Lista alinhada Ã  esquerda */
}

.schedule-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    color: #e0e0e0;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Checkbox Verde Quadrado (Igual Frame) */
.schedule-list li::before {
    content: '\2714';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background-color: #00C851; /* Verde */
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    border-radius: 3px; /* Levemente arredondado */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- RESPONSIVO --- */
@media (max-width: 900px) {
    .schedule-grid {
        grid-template-columns: 1fr;
        gap: 80px;
    }
    
    .bg-date {
        font-size: 5rem;
        text-align: center; /* Centraliza data no mobile */
        width: 100%;
    }
    
    .arrow-curve {
        left: 50%;
        transform: translateX(-150%);
    }

    /* ForÃ§a centralizaÃ§Ã£o no mobile tambÃ©m */
    .schedule-header, .schedule-title, .schedule-desc, .gold-alert-box p {
        text-align: left !important;
    }
}
/* ==========================================================================
   --- SEÃ‡ÃƒO FERRAMENTAS PREMIUM ---
   ========================================================================== */
.tools-section {
    background-color: #000;
    padding: 100px 0;
    position: relative;
    overflow-x: hidden; /* Impede rolagem lateral por causa da linha infinita */
}

/* A LINHA INFINITA (Atravessa a tela toda) */
.infinite-line {
    position: absolute;
    top: 55%; /* Ajuste fino para ficar no meio dos cÃ­rculos */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw; /* Largura total da viewport */
    height: 1px;
    background: linear-gradient(90deg, 
        rgba(255, 153, 0, 0) 0%, 
        rgba(255, 153, 0, 0.8) 20%, 
        rgba(255, 153, 0, 0.8) 80%, 
        rgba(255, 153, 0, 0) 100%
    );
    z-index: 0;
    pointer-events: none;
}

.container-tools {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* --- HEADER --- */
.tools-header {
    text-align: center;
    margin-bottom: 80px;
}

.tools-header h2 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 20px;
}

.highlight-orange { color: #FF9900; font-weight: 700; }

.tools-sub {
    color: #ccc;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* --- TIMELINE WRAPPER --- */
.timeline-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Alinha no topo para texto nÃ£o quebrar layout */
    margin-bottom: 80px;
    position: relative;
    padding-top: 20px; /* EspaÃ§o para o hover subir */
}

/* --- ITEM INDIVIDUAL --- */
.tool-item {
    position: relative;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* CÃ­rculo (Imagem) */
.circle-container {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #111;
    border: 2px solid #444; /* Borda cinza padrÃ£o */
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
    z-index: 2; /* Fica acima da linha */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
}

.circle-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%); /* Preto e branco por padrÃ£o */
    transition: 0.4s;
}

/* Label (Texto embaixo) */
.label-text {
    font-size: 0.9rem;
    font-weight: 700;
    color: #888;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

/* --- INTERAÃ‡ÃƒO (HOVER DESKTOP) --- */
.tool-item:hover .circle-container {
    transform: scale(1.2);
    border-color: #FF9900;
    box-shadow: 0 0 30px rgba(255, 153, 0, 0.4);
}

.tool-item:hover .circle-container img {
    filter: grayscale(0%);
}

.tool-item:hover .label-text {
    color: #fff;
}

/* --- POPUP FLUTUANTE (GLASSMORPHISM) --- */
.tool-popup {
    position: absolute;
    bottom: 140px; /* Aparece ACIMA do cÃ­rculo */
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    width: 280px;
    
    background: rgba(20, 20, 20, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 153, 0, 0.3);
    border-radius: 12px;
    overflow: hidden;
    
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 10;
    pointer-events: none; /* Evita flicker */
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}

/* TriÃ¢ngulo do popup */
.tool-popup::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: #191919; /* Cor parecida com o fundo do popup */
    border-right: 1px solid rgba(255, 153, 0, 0.3);
    border-bottom: 1px solid rgba(255, 153, 0, 0.3);
}

.popup-header {
    height: 100px;
    width: 100%;
}
.popup-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup-body {
    padding: 15px;
    text-align: left;
}
.popup-body h4 {
    color: #FF9900;
    margin-bottom: 5px;
    font-size: 1rem;
}
.popup-body p {
    font-size: 0.8rem;
    color: #ddd;
    line-height: 1.4;
    margin: 0;
}

/* Mostra o popup no hover */
.tool-item:hover .tool-popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* --- FOOTER --- */
.tools-footer {
    text-align: center;
    color: #aaa;
    max-width: 800px;
    margin: 0 auto;
}

/* ==========================================================================
   --- VERSÃƒO MOBILE (LAYOUT "ACCORDION VERTICAL") ---
   ========================================================================== */
@media (max-width: 768px) {
    
    /* Esconde a linha horizontal infinita */
    .infinite-line {
        display: none;
    }

    .timeline-wrapper {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        padding-left: 20px; /* EspaÃ§o para a linha vertical */
        margin-top: 40px;
        gap: 0;
    }

    /* Cria uma NOVA linha vertical para mobile conectando os pontos */
    .timeline-wrapper::before {
        content: '';
        position: absolute;
        top: 40px; /* ComeÃ§a no meio do primeiro cÃ­rculo */
        bottom: 40px; /* Termina no meio do Ãºltimo */
        left: 55px; /* Alinhado ao centro dos cÃ­rculos */
        width: 2px;
        background: linear-gradient(to bottom, #FF9900 0%, rgba(255,153,0,0.2) 100%);
        z-index: 0;
    }

    .tools-footer{
        text-align:left;}

    .tool-item {
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 30px;
        flex-wrap: wrap; /* Permite que o popup caia para a prÃ³xima linha */
    }

    .circle-container {
        width: 70px;
        height: 70px;
        margin-right: 20px;
        margin-bottom: 0;
        flex-shrink: 0;
        border-color: #FF9900; /* JÃ¡ deixa laranja no mobile */
        box-shadow: 0 0 15px rgba(255,153,0,0.2);
    }
    
    .circle-container img {
        filter: grayscale(0%); /* Colorido sempre no mobile */
    }

    .label-text {
        text-align: left;
        color: #fff;
        margin-top: 25px; /* Alinha com o meio do circulo */
        width: calc(100% - 100px);
    }

    /* O Popup no Mobile vira uma "gaveta" que abre embaixo */
    .tool-popup {
        position: relative;
        top: 0;
        left: 0;
        bottom: auto;
        transform: none;
        width: 100%;
        margin-top: 15px;
        margin-left: 90px; /* Alinhado com o texto */
        width: calc(100% - 90px);
        
        /* ComeÃ§a fechado */
        display: none; 
        opacity: 1;
        visibility: visible;
        
        box-shadow: none;
        background: rgba(255,255,255,0.05);
    }

    .tool-popup::after { display: none; } /* Remove triÃ¢ngulo */

    /* Quando clicar (Classe ativa via JS) */
    .tool-item.active-mobile .tool-popup {
        display: block;
        animation: slideDown 0.3s ease;
    }

    .tool-item.active-mobile .label-text {
        color: #FF9900;
    }
    .tools-header{
        text-align: left;
    }
    .tools-header h2{
        font-size: 1.2rem;
    }
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
/* ==========================================================================
   --- FAIXA DE DESTAQUE (BANNER STRIP) ---
   ========================================================================== */
.cta-banner-strip {
    /* Um fundo ligeiramente mais claro que o preto total para criar contraste e parecer uma "faixa" */
    background-color: #ffffff; 
    padding: 70px 0; /* Espaçamento generoso acima e abaixo */
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05); /* Linhas sutis para delimitar a faixa */
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}

.parag{
    margin-bottom: 40px;
    font-size: 1.2rem;
}

/* Container para limitar a largura do texto e não ficar muito esticado */
.container-banner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Tipografia do Texto */
.banner-text {
    font-size: 1.5rem; /* Tamanho bem grande para impacto */
    line-height: 1.4;
    color: #000000; /* Cor base cinza, conforme sua referência */
    margin: 0; /* Remove margens padrão */
    font-weight: 400;
}

/* Destaque em Branco */
.banner-text .text-white {
    color: #ffffff;
    font-weight: 700;
}

/* Destaque em Laranja */
.banner-text strong {
    color: #FF9900;
    font-weight: 700;
}

/* --- RESPONSIVO (MOBILE) --- */
@media (max-width: 768px) {
    .cta-banner-strip {
        padding: 50px 0; /* Um pouco menos de espaço no mobile */
    }
    
    .banner-text {
        font-size: 1.2rem; /* Tamanho adaptado para telas menores, mas ainda grande */
        text-align: left; /* Garante centralização */
    }
}
/* Fundo e base */
.nova-secao-entregas {
    background-color: #020202; /* Preto um pouco mais profundo */
    color: #ffffff;
    padding: 100px 20px;
}

.container-alternado {
    max-width: 1000px; /* Mais largo para acomodar imagem e texto lado a lado */
    margin: 0 auto;
}

/* Cabeçalho */
.titulo-principal {
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 1.5rem);
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
}

.destaque {
    color: #f7931e;
}

.subtitulo {
    text-align: center;
    font-size: 20px;
    color: #aaaaaa;
    margin-bottom: 80px; /* Bastante respiro antes de começar a lista */
}

/* Container da Lista */
.lista-entregas {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Espaço bem grande entre uma linha e outra */
}

/* Linha de cada entrega */
.linha-entrega {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #0a0a0a;
    padding: 40px;
    border-radius: 24px;
    border-left: 5px solid #f7931e; /* Um detalhe laranja na lateral para dar charme */
}

/* A mágica do Zigue-Zague: Inverte a direção da flexbox */
.linha-entrega.invertido {
    flex-direction: row-reverse;
    border-left: none;
    border-right: 5px solid #f7931e;
    text-align: right; /* Alinha o texto para a direita também */
}

/* Imagens */
.bloco-imagem {
    flex: 1; /* Ocupa metade do espaço */
    max-width: 200px;
}

.bloco-imagem img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.6); /* Sombra pesada para dar profundidade */
    display: block;
}

/* Textos */
.bloco-texto {
    flex: 1; /* Ocupa a outra metade */
}

.bloco-texto h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #ffffff;
}

.bloco-texto p {
    font-size: 18px;
    line-height: 1.6;
    color: #cccccc;
    margin: 0;
}

/* Responsivo: Quando for celular, empilha tudo normal como blocos */
@media (max-width: 768px) {
    .linha-entrega, .linha-entrega.invertido {
        flex-direction: column;
        text-align: left;
        border-left: none;
        border-right: none;
        border-top: 5px solid #f7931e; /* O detalhe vai pro topo no celular */
        padding: 30px 20px;
        gap: 30px;
    }
    .bloco-texto h3{
        font-size: 1.2rem;
    }
    .bloco-texto p{
        font-size: 1rem;
    }
    .titulo-principal{
        text-align: left; font-size: 1.2rem;
    }
    .subtitulo{text-align: left; font-size: 1rem;}
    .bloco-imagem {
        max-width: 100%;
    }
}
/* Base */
.jornada-especialista {
    background-color: #000000;
    padding: 100px 20px;
    font-family: 'Inter', system-ui, sans-serif;
    color: #ffffff;
}

.container-jornada {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

/* Coluna da Esquerda (Foto + Título) */
.apresentacao-fixa {
    flex: 0 0 35%;
    position: sticky;
    top: 100px; /* Gruda na tela enquanto a timeline rola */
    text-align: center;
}

.foto-marcio {
    width: 100%;
    max-width: 300px;
    margin-bottom: 24px;
}

.titulo-jornada {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}

.titulo-jornada span {
    color: #F7931E;
}

/* Coluna da Direita (A Linha do Tempo) */
.timeline-texto {
    flex: 1;
    position: relative;
    padding-left: 40px; /* Espaço para a linha */
    border-left: 2px solid #333333; /* A linha vertical principal */
}

/* Cada Bloco de Texto */
.passo-timeline {
    position: relative;
    margin-bottom: 60px;
}

.passo-timeline:last-child {
    margin-bottom: 0;
}

/* A bolinha na linha do tempo */
.marcador {
    position: absolute;
    left: -49px; /* Posiciona exatamente em cima da borda esquerda */
    top: 0;
    width: 16px;
    height: 16px;
    background-color: #F7931E;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(247, 147, 30, 0.5);
}

/* O Cartão de Texto */
.conteudo-passo {
    background: #0a0a0a;
    border: 1px solid #1a1a1a;
    border-radius: 16px;
    padding: 30px;
    transition: transform 0.3s ease;
}

.conteudo-passo:hover {
    transform: translateX(10px); /* Dá um pulinho pro lado quando passa o mouse */
    border-color: #333333;
}

/* Tags de Fase (Opcional, mas ajuda a guiar a leitura) */
.tag-fase {
    display: inline-block;
    background-color: rgba(247, 147, 30, 0.1);
    color: #F7931E;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* O Texto Original */
.conteudo-passo p {
    color: #cccccc;
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
}

.conteudo-passo strong {
    color: #ffffff;
}


/* Responsividade (Garantindo o respiro no celular) */
@media (max-width: 850px) {
    .conteudo-passo p {
        font-size: 16px; 
        line-height: 1.75; /* Mantém o entrelinhas bem alto no mobile */
        letter-spacing: 0.2px;
    }
    
    /* Outros ajustes de mobile que fizemos antes... */
    .container-jornada { flex-direction: column; gap: 40px; }
    .apresentacao-fixa { position: static; width: 100%; }
    .timeline-texto { padding-left: 24px; }
    .marcador { left: -33px; width: 14px; height: 14px; }
    .conteudo-passo { padding: 20px 16px; }
}
/* Thumbnail base e Ícone */
/* Thumbnail base */
.video-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5;
    opacity: 1 !important; /* AQUI ESTÁ O SEGREDO: mudamos para 1 para ficar 100% sólido */
    pointer-events: none !important;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 35px solid rgba(255, 153, 0, 0.9);
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
    z-index: 6;
    pointer-events: none !important; /* ISSO TAMBÉM */
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* O estado quando o JS entra em ação */
.immersive-card.video-playing .video-thumb,
.immersive-card.video-playing .play-icon,
.immersive-card.video-playing .card-overlay {
    opacity: 0 !important;
    visibility: hidden !important;
}