
/* Premium automotive display type with relaxed headline rhythm. */
.hero h1,
.section h2,
.final-cta h2,
.process-statement,
.answer-card h3,
.sub-hero h1,
.inner-heading h2,
.result-copy h2,
.inner-cta h2,
.legal-wrap h1 {
  font-family: 'Archivo', 'Manrope', sans-serif;
  line-height: 1.04;
  letter-spacing: -.042em;
}

.process-list h3,
.versus-top b,
.service-card h3 {
  line-height: 1.14;
}

@media (max-width: 720px) {
  .hero h1,
  .section h2,
  .final-cta h2,
  .process-statement,
  .answer-card h3,
  .sub-hero h1,
  .inner-heading h2,
  .result-copy h2,
  .inner-cta h2,
  .legal-wrap h1 {
    line-height: 1.08;
    letter-spacing: -.035em;
  }
}
