/* =====================================================
   PADRONIZAÇÃO TIPOGRÁFICA - SITE REKOÁ
   Arquivo para garantir consistência de tamanhos de fonte
   ===================================================== */

/* =====================================================
   CLASSES PADRONIZADAS PARA HEROES
   ===================================================== */

.hero-title {
    font-size: 4rem !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    letter-spacing: 3px !important;
}

.hero-subtitle {
    font-size: 1.75rem !important;
    line-height: 1.3 !important;
    font-style: italic !important;
}

.hero-description {
    font-size: 1.1rem !important;
    line-height: 1.8 !important;
}

/* =====================================================
   CLASSES PADRONIZADAS PARA SEÇÕES
   ===================================================== */

.section-title {
    font-size: 1.75rem !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}

.section-subtitle {
    font-size: 1.25rem !important;
    line-height: 1.4 !important;
}

.highlight-text {
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
}

/* =====================================================
   CORREÇÕES ESPECÍFICAS POR PÁGINA
   ===================================================== */

/* Nossa História - Corrigir H1 Hero */
#historia-hero h1 {
    font-size: 4rem !important;
}

#historia-hero .hero-subtitle {
    font-size: 1.75rem !important;
}

@media (max-width: 736px) {
    #historia-hero h1 {
        font-size: 3.4em !important;
    }
}

@media (max-width: 480px) {
    #historia-hero h1 {
        font-size: 3.4em !important;
    }
}

/* FAQ - Corrigir tamanhos */
#faq-hero h1 {
    font-size: 4rem !important;
}

#faq-hero .hero-subtitle {
    font-size: 1.75rem !important;
}

@media (max-width: 736px) {
    #faq-hero h1 {
        font-size: 3.4em !important;
    }
}

@media (max-width: 480px) {
    #faq-hero h1 {
        font-size: 3.4em !important;
    }
}

#faq-content .major h2 {
    font-size: 1.75rem !important;
}

.faq-item h3 {
    font-size: 1.25rem !important;
}

/* Receitas - Corrigir H1 Hero */
#receitas-hero h1 {
    font-size: 4rem !important;
}

#receitas-hero .hero-subtitle {
    font-size: 1.75rem !important;
}

@media (max-width: 736px) {
    #receitas-hero h1 {
        font-size: 3.4em !important;
    }
}

@media (max-width: 480px) {
    #receitas-hero h1 {
        font-size: 3.4em !important;
    }
}

/* Microtorrefação - Tamanhos responsivos */
#microtorrefacao-hero h1 {
    font-size: 4rem;
}

#microtorrefacao-hero .hero-subtitle {
    font-size: 1.75rem;
}

/* Responsivo para microtorrefação */
@media (max-width: 736px) {
    #microtorrefacao-hero h1 {
        font-size: 2.4em !important;
        letter-spacing: 0.5px !important;
    }
}

@media (max-width: 480px) {
    #microtorrefacao-hero h1 {
        font-size: 2.4em !important;
        letter-spacing: 0px !important;
    }
}

/* Serviços B2B - Corrigir tamanhos */
#servicos-hero h1 {
    font-size: 4rem !important;
}

#servicos-hero .hero-subtitle {
    font-size: 1.75rem !important;
}

#servicos-hero .hero-description {
    font-size: 1.1rem !important;
}

@media (max-width: 736px) {
    #servicos-hero h1 {
        font-size: 2.4em !important;
    }
}

@media (max-width: 480px) {
    #servicos-hero h1 {
        font-size: 2.4em !important;
    }
}

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

@media screen and (max-width: 980px) {
    .hero-title {
        font-size: 3.5rem !important;
    }
    
    .hero-subtitle {
        font-size: 1.5rem !important;
    }
    
    .section-title {
        font-size: 1.5rem !important;
    }
}

@media screen and (max-width: 736px) {
    .hero-title {
        font-size: 2.4em !important;
        letter-spacing: 2px !important;
    }
    
    .hero-subtitle {
        font-size: 1.3rem !important;
    }
    
    .hero-description {
        font-size: 1rem !important;
    }
    
    .section-title {
        font-size: 1.4rem !important;
    }
    
    .section-subtitle {
        font-size: 1.1rem !important;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 2.4em !important;
        letter-spacing: 1px !important;
    }
    
    .hero-subtitle {
        font-size: 1.2rem !important;
    }
    
    .section-title {
        font-size: 1.3rem !important;
    }
}

/* =====================================================
   CLASSES AUXILIARES
   ===================================================== */

.text-large {
    font-size: 1.2rem !important;
}

.text-medium {
    font-size: 1.1rem !important;
}

.text-small {
    font-size: 0.9rem !important;
}

.text-xsmall {
    font-size: 0.8rem !important;
}