body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.hero h1,
.page-hero h1 {
  font-size: clamp(2.15rem, 4vw, 4.15rem) !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

.hero p,
.page-hero p {
  font-size: clamp(1rem, 1.2vw, 1.12rem) !important;
  line-height: 1.72 !important;
}

.section-title.display-6,
.section-title {
  font-size: clamp(1.75rem, 2.55vw, 2.6rem) !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

.section-copy,
.card-pro p,
.service-block p,
.service-block li,
.reason-card p,
.contact-info p,
.testimonial p,
.industry-tile p {
  font-size: .96rem !important;
  line-height: 1.68 !important;
}

.section-label {
  font-size: .73rem !important;
  letter-spacing: .09em !important;
}

.card-pro h3,
.service-block h2,
.reason-card h3,
.industry-tile h3 {
  line-height: 1.3 !important;
}

.service-block h2 {
  font-size: clamp(1.35rem, 1.8vw, 1.75rem) !important;
}

.hero-badge,
.ai-chip,
.tag-list span,
.link-arrow {
  font-size: .84rem !important;
}

.btn-enterprise,
.btn-secondary-enterprise {
  font-size: .94rem !important;
}

@media (max-width: 575px) {
  .hero h1,
  .page-hero h1 {
    font-size: clamp(2rem, 9.5vw, 2.6rem) !important;
  }

  .section-title.display-6,
  .section-title {
    font-size: clamp(1.55rem, 7vw, 2.05rem) !important;
  }
}
