/* GROWTH — Heroes preço (Orçamento + Quanto Custa + Custo/colaborador) · H1 claro ≤4 linhas */
body[data-page-type="growth_preco_orcamento"] #hero-title,
body[data-page-type="growth_preco_quanto"] #hero-title,
body[data-page-type="growth_preco_por_colaborador"] #hero-title{
  max-width:36rem;
  font-size:clamp(34px,3.1vw,50px);
  line-height:1.1;
  letter-spacing:-.035em;
  color:#f7f9fc;
  margin:0 0 1rem;
}
body[data-page-type="growth_preco_orcamento"] #hero-title .he-h1-line,
body[data-page-type="growth_preco_quanto"] #hero-title .he-h1-line,
body[data-page-type="growth_preco_por_colaborador"] #hero-title .he-h1-line{
  display:block;
  white-space:nowrap;
  color:#f7f9fc;
}
body[data-page-type="growth_preco_orcamento"] #hero-growth .hero-copy > p,
body[data-page-type="growth_preco_quanto"] #hero-growth .hero-copy > p,
body[data-page-type="growth_preco_por_colaborador"] #hero-growth .hero-copy > p{
  max-width:36rem;
  font-size:1.05rem;
  line-height:1.65;
}
body[data-page-type="growth_preco_orcamento"] .hh-answer p,
body[data-page-type="growth_preco_quanto"] .hh-answer p,
body[data-page-type="growth_preco_por_colaborador"] .hh-answer p,
body[data-page-type="growth_preco_orcamento"] .hh-value-grid__card p,
body[data-page-type="growth_preco_quanto"] .hh-value-grid__card p,
body[data-page-type="growth_preco_por_colaborador"] .hh-value-grid__card p,
body[data-page-type="growth_preco_orcamento"] .faq-item p,
body[data-page-type="growth_preco_quanto"] .faq-item p,
body[data-page-type="growth_preco_por_colaborador"] .faq-item p{
  line-height:1.65;
}
body[data-page-type="growth_preco_orcamento"] .hh-value-grid__card h3,
body[data-page-type="growth_preco_quanto"] .hh-value-grid__card h3,
body[data-page-type="growth_preco_por_colaborador"] .hh-value-grid__card h3{
  margin-bottom:.45rem;
}
@media (max-width:900px){
  body[data-page-type="growth_preco_orcamento"] #hero-title,
  body[data-page-type="growth_preco_quanto"] #hero-title,
  body[data-page-type="growth_preco_por_colaborador"] #hero-title{
    font-size:clamp(30px,6.5vw,40px);
  }
  body[data-page-type="growth_preco_orcamento"] #hero-title .he-h1-line,
  body[data-page-type="growth_preco_quanto"] #hero-title .he-h1-line,
  body[data-page-type="growth_preco_por_colaborador"] #hero-title .he-h1-line{
    white-space:normal;
  }
}
@media (max-width:414px){
  body[data-page-type="growth_preco_orcamento"] #hero-title,
  body[data-page-type="growth_preco_quanto"] #hero-title,
  body[data-page-type="growth_preco_por_colaborador"] #hero-title{
    font-size:clamp(28px,7.2vw,34px);
    line-height:1.14;
  }
}
