@media (max-width: 991.98px) {
  .hero-section {
    padding: 130px 0 50px;
    text-align: center;
  }
  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-buttons {
    justify-content: center;
  }
  .hero-trust-badges {
    justify-content: center;
  }
  .hero-image-wrapper {
    margin-top: 2rem;
  }
  .social-proof-grid {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .process-steps {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .process-connector {
    display: none;
  }
  .process-step {
    flex: 0 0 45%;
  }
  .testimonials-carousel-wrapper {
    padding: 0;
  }
  .instagram-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .section-padding {
    padding: 60px 0;
  }
  .about-image-wrapper {
    margin-bottom: 2rem;
  }
  .process-step {
    flex: 0 0 100%;
  }
  .instagram-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}