:root {
    --dark-bg: #0F172A;
    --card-bg: #1E293B;
    --accent-orange: #FF6600;      
    --accent-orange-hover: #E05A00;
    --text-main: #F8FAFC;
    --text-muted: #94A3B8;
    --alert-red: #EF4444;
}

* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
    font-family: system-ui, -apple-system, sans-serif; 
}

html {
    scroll-behavior: smooth;
}

body { 
    background-color: var(--dark-bg); 
    color: var(--text-main); 
    line-height: 1.6; 
}

.container { 
    width: 90%; 
    max-width: 1100px; 
    margin: 0 auto; 
    padding: 0 20px; 
}

/* --- Cabeçalho Fixo (Fundo Claro / Texto Cinza Escuro) --- */
.site-header {
    background-color: #F1F5F9; 
    border-bottom: 1px solid #E2E8F0; 
    padding: 15px 0;
    width: 100%;
    position: sticky; 
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); 
}

.header-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; 
}

.logo-area {
    display: flex;
    align-items: center;
}

.logo-image {
    height: 40px; 
    width: auto;
    display: block;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px; 
}

.nav-link {
    color: #334155; 
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: color 0.2s ease-in-out;
}

.nav-link:hover {
    color: #0F172A; 
}

/* --- Estilos do Hero Split --- */
.hero-section-split {
    background-color: #0F172A;
    padding: 100px 0;
    width: 100%;
    display: block;
}

.hero-split-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.hero-column-left {
    flex: 0 0 55%;
    text-align: left;
}

.hero-main-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    color: #F8FAFC;
    margin-bottom: 20px;
}

.hero-main-title span {
    color: var(--accent-orange); 
}

.hero-sub-text {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #94A3B8;
    margin-bottom: 35px;
    max-width: 95%;
}

.hero-column-right {
    flex: 0 0 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.hero-image-wrapper {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #1E293B;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    margin-bottom: 25px; 
}

.hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-action-area {
    width: 100%;
    text-align: center; 
}

.btn-hero-cta {
    display: inline-block;
    background-color: var(--accent-orange); 
    color: #FFFFFF;
    padding: 16px 32px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.3);
}

.btn-hero-cta:hover {
    transform: translateY(-2px);
    background-color: var(--accent-orange-hover);
}

/* Section 2: Diagnóstico */
.diagnostico { 
    padding: 80px 0; 
    background-color: #0b111e; 
    border-top: 1px solid #1e293b; 
}

.section-title { 
    text-align: center; 
    font-size: 2rem; 
    margin-bottom: 40px; 
}

.section-title span { 
    color: var(--alert-red); 
}

.funil-container { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 20px; 
    justify-content: center; 
    margin-top: 30px; 
}

.funil-step { 
    background: var(--card-bg); 
    padding: 25px; 
    border-radius: 8px; 
    width: 300px; 
    border-left: 4px solid var(--alert-red); 
}

.funil-step h3 { 
    margin-bottom: 10px; 
    color: #fff; 
}

/* Section 3: Solução */
.solucao { 
    padding: 80px 0; 
}

.solucao-title .title-intro {
    color: #cecece; 
}

.solucao-title .brand-promo {
    color: #ffffff !important; 
}

.solucao-title .brand-clicks {
    color: var(--accent-orange) !important; 
}

.grid-solucao { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 30px; 
    justify-content: space-between; 
    margin-top: 40px; 
}

.card-solucao { 
    background: var(--card-bg); 
    padding: 40px; 
    border-radius: 8px; 
    flex: 1; 
    min-width: 340px; 
    border-top: 4px solid var(--accent-orange); 
}

.card-solucao h3 { 
    font-size: 1.5rem; 
    margin-bottom: 15px; 
}

.metodo-patenteado {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-top: 10px;
    font-style: italic;
}

/* Section 4: Psicologia */
.psicologia { 
    padding: 80px 0; 
    background-color: #0b111e; 
    text-align: center; 
}

.psicologia-content { 
    max-width: 750px; 
    margin: 0 auto; 
}

/* Section 5: Segmentos Reestruturada */
.segmentos { 
    padding: 80px 0; 
    text-align: center; 
}

.grid-segmentos { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
    gap: 25px; 
    margin-top: 40px; 
}

.card-segmento-item {
    background: var(--card-bg); 
    border-radius: 8px;
    overflow: hidden; 
    border: 1px solid #1E293B;
    transition: transform 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.card-segmento-item:hover {
    transform: translateY(-5px);
    border-color: var(--accent-orange); 
}

.segmento-thumb {
    width: 100%;
    aspect-ratio: 16 / 10; 
    overflow: hidden;
    background-color: #0b111e;
}

.segmento-thumb img {
    width: 63%; 
    height: 100%;
    object-fit: cover; 
}

.segmento-body {
    padding: 15px;
    text-align: center;
}

.segmento-body h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-main);
}

/* Bloco do Caso Farmacêutico */
.case-sucesso {
    margin-top: 50px;
    background-color: #0b111e;
    border: 1px dashed var(--accent-orange);
    padding: 20px 30px;
    border-radius: 8px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.case-sucesso p {
    font-size: 1.05rem;
    color: var(--text-main);
    line-height: 1.5;
}

.case-sucesso strong {
    color: var(--accent-orange);
}

/* Section 7: Footer */
footer { 
    padding: 40px 0; 
    border-top: 1px solid #232d3f; 
    text-align: center; 
    color: var(--text-muted); 
    font-size: 0.9rem; 
}

/* Responsividade para Dispositivos Móveis */
@media (max-width: 992px) {
    .header-container {
        flex-direction: column;
        gap: 15px;
    }
    .nav-menu {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .hero-split-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    .hero-column-left, .hero-column-right {
        flex: 0 0 100%;
        text-align: center;
    }
    .hero-main-title {
        font-size: 2.2rem;
    }
    .hero-sub-text {
        margin: 0 auto 30px auto;
    }
    .funil-container, .grid-solucao { 
        flex-direction: column; 
        align-items: center; 
    }
}

/* --- Section: Planos e Investimento --- */
.planos-section {
    padding: 80px 0;
    background-color: #0b111e;
    border-top: 1px solid #1e293b;
    text-align: center;
}

.planos-subtitle {
    color: var(--text-muted);
    font-size: 1.1rem;
    max-width: 600px;
    margin: -25px auto 50px auto;
}

.grid-planos {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: stretch;
}

.card-plano {
    background: var(--card-bg);
    border: 1px solid #1e293b;
    border-radius: 12px;
    padding: 40px 30px;
    flex: 1;
    min-width: 300px;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.card-plano:hover {
    transform: translateY(-5px);
}

/* Destaque do Plano do Meio */
.card-plano.plano-destaque {
    border: 2px solid var(--accent-orange);
    box-shadow: 0 10px 30px rgba(255, 102, 0, 0.15);
}

.badge-destaque {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--accent-orange);
    color: #ffffff;
    padding: 6px 16px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.plano-header h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 12px;
}

.plano-desc {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 25px;
}

.plano-preco {
    margin-bottom: 30px;
    color: #ffffff;
}

.plano-preco .moeda {
    font-size: 1.1rem;
    font-weight: 600;
    vertical-align: super;
    margin-right: 2px;
}

.plano-preco .valor {
    font-size: 2.8rem;
    font-weight: 800;
    color: #ffffff;
}

.plano-preco .periodo {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.valor-sob-consulta {
    font-size: 1.8rem;
    font-weight: 700;
    display: inline-block;
    padding: 12px 0;
    color: #ffffff;
}

.plano-recursos {
    list-style: none;
    text-align: left;
    margin-bottom: 40px;
}

.plano-recursos li {
    font-size: 0.95rem;
    color: #e2e8f0;
    margin-bottom: 12px;
    position: relative;
    padding-left: 24px;
}

/* Ícone de check personalizado antes de cada recurso */
.plano-recursos li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--accent-orange);
    font-weight: 700;
}

.btn-plano {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #475569;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-plano:hover {
    background-color: #475569;
    border-color: #475569;
}

/* Botão em destaque */
.btn-plano-destaque {
    background-color: var(--accent-orange);
    border-color: var(--accent-orange);
}

.btn-plano-destaque:hover {
    background-color: var(--accent-orange-hover);
    border-color: var(--accent-orange-hover);
}

/* Ajustes de Responsividade */
@media (max-width: 768px) {
    .grid-planos {
        flex-direction: column;
        align-items: center;
    }
    .card-plano {
        width: 100%;
        max-width: 100%;
    }
}

/* --- Section: ROI e Retenção Lógica --- */
.roi-section {
    padding: 90px 0;
    background-color: #0F172A;
    border-top: 1px solid #1e293b;
}

.roi-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.roi-content-left {
    flex: 0 0 50%;
    text-align: left;
}

/* NOVO: Estilo de Alto Impacto para o Título em Laranja */
.roi-main-highlight {
    display: block;
    color: var(--accent-orange);
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.roi-title {
    text-align: left !important;
    font-size: 1.8rem !important;
    margin-bottom: 25px !important;
    line-height: 1.3;
    color: #ffffff;
}

.roi-title span {
    color: var(--accent-orange) !important;
}

.roi-text {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 20px;
}

.roi-text strong {
    color: #ffffff;
}

/* Caixa de Cálculo Visual (Lado Direito) */
.roi-content-right {
    flex: 0 0 45%;
    width: 100%;
}

.roi-box-calculo {
    background: var(--card-bg);
    border: 1px solid #1E293B;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.roi-box-calculo h3 {
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 700;
}

.roi-cenario {
    border-bottom: 1px solid #334155;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.cenario-titulo {
    font-size: 1rem;
    color: var(--text-main);
    margin-bottom: 15px;
}

.metricas-flex {
    display: flex;
    gap: 15px;
}

.metrica-item {
    flex: 1;
    background: #0b111e;
    padding: 15px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}

.metrica-label {
    font-size: 0.8rem;
    color: var(--text-muted);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.metrica-valor {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
}

.metrica-item.alert-item {
    border-left: 3px solid var(--alert-red);
}

.metrica-item.alert-item .metrica-valor {
    color: var(--alert-red);
}

.metrica-item.alert-item small {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--text-muted);
}

/* Caixa de Resultado Interna */
.roi-resultado-box {
    text-align: left;
}

.roi-resultado-box h4 {
    font-size: 1.1rem;
    color: #ffffff;
    margin-bottom: 10px;
}

.roi-resultado-box p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 20px;
}

.roi-resultado-box strong {
    color: var(--accent-orange);
}

.badge-roi-sucesso {
    background-color: rgba(255, 102, 0, 0.1);
    border: 1px solid var(--accent-orange);
    color: #ffffff;
    padding: 12px;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
}

/* Responsividade da Seção */
@media (max-width: 992px) {
    .roi-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    .roi-content-left, .roi-content-right {
        flex: 0 0 100%;
        text-align: center;
    }
    .roi-main-highlight {
        font-size: 2rem;
        text-align: center;
    }
    .roi-title {
        text-align: center !important;
    }
    .roi-resultado-box {
        text-align: center;
    }
}

/* --- Novo: Estilo Discreto para o Valor do Setup --- */
.plano-setup {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 500;
    margin-top: 8px;
    letter-spacing: 0.3px;
}

/* Setup com um leve brilho laranja no cartão que está em destaque */
.plano-setup.setup-destaque {
    color: rgba(255, 102, 0, 0.85);
} 
