/* Tipografia Melhorada para BibliaZapZap */

/* ============================================ */
/* HERO SECTION - TIPOGRAFIA */
/* ============================================ */

.hero-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}

.hero-title .highlight {
    color: var(--accent);
    position: relative;
}

.hero-title .highlight::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), #f59e0b);
    border-radius: 2px;
}

/* Estatísticas do Hero */
.hero-stats {
    margin-bottom: 2rem;
}

.stat-highlight {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.stat-number {
    font-size: 1.5em;
    color: var(--accent);
    font-weight: 900;
    text-shadow: 0 2px 4px rgba(245, 158, 11, 0.3);
}

.stat-question {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.6;
    color: var(--text-secondary);
}

/* Solução do Hero */
.hero-solution {
    margin-bottom: 2rem;
}

.solution-main {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.7;
    color: var(--text-primary);
}

.solution-main strong {
    color: var(--primary);
    font-weight: 800;
}

.solution-main em {
    color: var(--accent);
    font-style: italic;
    font-weight: 600;
}

/* Reflexão do Hero */
.hero-reflection {
    margin-bottom: 2.5rem;
}

.reflection-text {
    font-size: 1rem;
    background: rgba(251, 191, 36, 0.12);
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    border-left: 4px solid var(--accent);
    margin: 0;
    line-height: 1.6;
    color: var(--text-primary);
    font-style: italic;
    box-shadow: 0 2px 8px rgba(251, 191, 36, 0.1);
}

/* ============================================ */
/* CTA FINAL - TIPOGRAFIA */
/* ============================================ */

.cta-final {
    background: linear-gradient(135deg, #5f249f 0%, #7c3aed 100%);
    color: white;
    text-align: center;
    padding: 5rem 1.25rem;
}

.cta-content {
    max-width: 900px;
    margin: 0 auto;
}

.cta-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Estatísticas do CTA */
.cta-stats {
    margin-bottom: 2.5rem;
}

.cta-stat-highlight {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1rem;
    opacity: 0.95;
}

.cta-stat-solution {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.5;
    opacity: 0.9;
}

.stat-emphasis {
    font-size: 1.2em;
    font-weight: 900;
    color: var(--accent);
    text-shadow: 0 2px 4px rgba(245, 158, 11, 0.4);
}

/* Promessa do CTA */
.cta-promise {
    margin-bottom: 3rem;
}

.promise-main {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 1rem;
    opacity: 0.95;
}

.promise-details {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.6;
    opacity: 0.9;
}

.promise-details strong {
    color: var(--accent);
    font-weight: 800;
}

.promise-details em {
    font-style: italic;
    font-weight: 600;
}

/* Botão do CTA */
.cta-button-container {
    margin-bottom: 2.5rem;
}

.cta-button {
    font-size: 1.375rem;
    padding: 1.5rem 3.5rem;
    font-weight: 800;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

/* Citação do CTA */
.cta-quote {
    margin-bottom: 2rem;
}

.quote-text {
    font-size: 0.95rem;
    font-style: italic;
    opacity: 0.85;
    line-height: 1.6;
    font-weight: 400;
}

/* Garantias do CTA */
.cta-guarantees {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.guarantee-item {
    font-size: 1rem;
    font-weight: 600;
    opacity: 0.9;
    padding: 0.75rem 1.25rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* ============================================ */
/* RESPONSIVIDADE */
/* ============================================ */

@media (max-width: 768px) {
    .hero-title {
        font-size: clamp(2rem, 8vw, 3rem);
        margin-bottom: 1.5rem;
    }
    
    .stat-highlight {
        font-size: 1.125rem;
    }
    
    .stat-number {
        font-size: 1.3em;
    }
    
    .solution-main {
        font-size: 1rem;
    }
    
    .reflection-text {
        font-size: 0.95rem;
        padding: 1rem 1.25rem;
    }
    
    .cta-title {
        font-size: clamp(2rem, 8vw, 3rem);
        margin-bottom: 1.5rem;
    }
    
    .cta-stat-highlight {
        font-size: 1.25rem;
    }
    
    .cta-stat-solution {
        font-size: 1.125rem;
    }
    
    .promise-main {
        font-size: 1.25rem;
    }
    
    .promise-details {
        font-size: 1rem;
    }
    
    .cta-button {
        font-size: 1.25rem;
        padding: 1.25rem 2.5rem;
    }
    
    .cta-guarantees {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .guarantee-item {
        font-size: 0.95rem;
        padding: 0.625rem 1rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: clamp(1.75rem, 10vw, 2.5rem);
    }
    
    .cta-title {
        font-size: clamp(1.75rem, 10vw, 2.5rem);
    }
    
    .cta-button {
        font-size: 1.125rem;
        padding: 1rem 2rem;
        width: 100%;
        max-width: 300px;
    }
}

/* ============================================ */
/* MELHORIAS GERAIS DE LEGIBILIDADE */
/* ============================================ */

/* Espaçamento entre linhas otimizado */
p, div {
    line-height: 1.6;
}

/* Contraste melhorado */
.hero-text p {
    color: var(--text-primary);
}

/* Hierarquia visual clara */
h1 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
}

h2 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
}

body, p {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    line-height: 1.7;
}

/* Foco na leitura */
.hero-text, .cta-content {
    max-width: 100%;
    word-wrap: break-word;
    hyphens: auto;
}

/* Melhoria na legibilidade de números */
.stat-number, .stat-emphasis {
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
}
