@media (max-width: 620px) {
  .hero h1 {
    font-size: 2.25rem;
  }

  .hero-buttons .btn,
  .card .btn,
  .pricing-card .btn {
    width: 100%;
  }

  .hero-trust-badges {
    justify-content: flex-start;
  }

  .trust-badge {
    width: 100%;
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .whatsapp-button {
    width: 54px;
    height: 54px;
  }

  .contact-fab {
    width: 56px;
    height: 56px;
  }
}
