@media (max-width: 640px) {
  .page-hero h1,
  .statement,
  .contact-card h2,
  .contact-card a,
  .process-step h3,
  .fact span,
  .fact a {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .page-hero h1 {
    font-size: clamp(48px, 14.5vw, 60px);
  }

  .split > *,
  .contact-grid > *,
  .process-step > *,
  .fact > * {
    min-width: 0;
  }

  .contact-card {
    padding: 28px 22px;
  }
}
