/* V131 — padronização final dos títulos do site inteiro.
   Objetivo: manter TODOS os títulos de banners, cards e blocos de conteúdo
   com o mesmo tamanho de fonte, sem alterar textos, cores, estrutura ou conteúdo. */
:root{
  --jla-unified-title-size: 30px;
  --jla-unified-title-line-height: 1.12;
}

/* Títulos do conteúdo principal */
.site-body main h1,
.site-body main h2,
.site-body main h3,
.site-body main h4,
.site-body main h5,
.site-body main h6{
  font-size: var(--jla-unified-title-size) !important;
  line-height: var(--jla-unified-title-line-height) !important;
  letter-spacing: -0.02em;
}

/* Garantia extra para títulos em cards, banners e grids do site */
.site-body main .site-banner-title,
.site-body main .hero-title,
.site-body main .section-heading h2,
.site-body main .jla-positioning-copy h2,
.site-body main .home-workspace-banner h2,
.site-body main .home-workspace-banner h3,
.site-body main .home-scenario-card h2,
.site-body main .home-scenario-card h3,
.site-body main .home-scenario-card h4,
.site-body main .support-download-clean-card h2,
.site-body main .support-download-clean-card h3,
.site-body main .contact-channel-card h2,
.site-body main .form-intro h2,
.site-body main .location-premium-card h2,
.site-body main .location-premium-card h3,
.site-body main .company-principle h2,
.site-body main .company-principle h3,
.site-body main .company-pillar h2,
.site-body main .company-pillar h3,
.site-body main .company-pillars-grid h2,
.site-body main .company-pillars-grid h3,
.site-body main .mac-highlight-card h2,
.site-body main .mac-highlight-card h3,
.site-body main .mac-support-card h2,
.site-body main .mac-support-card h3,
.site-body main .service-card h2,
.site-body main .service-card h3,
.site-body main .service-detail-copy h2,
.site-body main .service-features h2,
.site-body main .service-features h3,
.site-body main .cloud-v74-grid h2,
.site-body main .cloud-v74-grid h3,
.site-body main .workspace-v75-steps h2,
.site-body main .workspace-v75-steps h3,
.site-body main .client-card h2,
.site-body main .client-card h3,
.site-body main .metrics-grid h2,
.site-body main .metrics-grid h3,
.site-body main .final-cta h2,
.site-body main .faq-copy h2,
.site-body main .empty-content h2,
.site-body main .empty-content h3,
.site-body main article h2,
.site-body main article h3,
.site-body main article h4{
  font-size: var(--jla-unified-title-size) !important;
  line-height: var(--jla-unified-title-line-height) !important;
  letter-spacing: -0.02em;
}

@media (max-width: 1100px){
  :root{ --jla-unified-title-size: 28px; }
}

@media (max-width: 700px){
  :root{ --jla-unified-title-size: 24px; }
}
