/* RotaPro — escala tipográfica revisada para desktop e mobile */
h1,
h2,
h3 {
  text-wrap: balance;
}

h2,
.product-proof-heading h2,
.management-copy h2,
.faq-copy h2,
.modal h2 {
  font-size: clamp(3.25rem, 4.2vw, 3.5rem) !important;
  line-height: 1.08;
}

.hero h1,
.action-hero h1 {
  font-size: clamp(3.5rem, 4.2vw, 3.75rem) !important;
  line-height: 1.04;
}

.action-card h3 {
  font-size: clamp(1.45rem, 2.2vw, 2rem) !important;
  line-height: 1.12;
}

@media (max-width: 1120px) {
  h2,
  .product-proof-heading h2,
  .management-copy h2,
  .faq-copy h2,
  .modal h2 {
    font-size: clamp(2.75rem, 4.6vw, 3.25rem) !important;
  }

  .hero h1,
  .action-hero h1 {
    font-size: clamp(3rem, 5vw, 3.5rem) !important;
  }
}

@media (max-width: 860px) {
  h2,
  .product-proof-heading h2,
  .management-copy h2,
  .faq-copy h2,
  .modal h2,
  .action-section-heading h2,
  .action-cta-inner h2 {
    font-size: clamp(2.25rem, 6.4vw, 2.9rem) !important;
    line-height: 1.08;
  }

  .hero h1,
  .action-hero h1 {
    font-size: clamp(2.7rem, 7vw, 3.25rem) !important;
  }
}

@media (max-width: 560px) {
  h2,
  .product-proof-heading h2,
  .management-copy h2,
  .faq-copy h2,
  .modal h2,
  .action-section-heading h2,
  .action-cta-inner h2 {
    font-size: clamp(1.8rem, 7.2vw, 2.5rem) !important;
    line-height: 1.1;
  }

  .hero h1,
  .action-hero h1 {
    font-size: clamp(2.2rem, 9vw, 3rem) !important;
    line-height: 1.06;
  }

  .action-card h3 {
    font-size: clamp(1.3rem, 6.8vw, 1.8rem) !important;
    line-height: 1.14;
  }
}
