/* Global mobile overrides - only rules NOT covered by component CSS */

@media (max-width: 480px) {
  .container {
    padding: 0 var(--space-4);
  }

  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .section-header p {
    font-size: 0.9375rem;
  }

  .gratis__ctas {
    flex-direction: column;
  }

  .gratis__ctas a {
    width: 100%;
    text-align: center;
  }

  .showcase {
    height: 260px;
  }
}

@media (max-width: 639px) {
  .container {
    padding: 0 var(--space-4);
  }

  .reviews__card {
    width: 85vw;
  }
}
