/* RESPONSIVE OVERRIDES */
@media (max-width: 1100px) {
  .rp-hero-grid,
  .rp-about {
    grid-template-columns: 1fr;
  }

  .rp-card-grid,
  .rp-card-grid--2,
  .rp-process,
  .rp-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .rp-hero {
    min-height: auto;
    padding: 40px 0 60px;
  }

  .rp-shell,
  .rp-shell--wide {
    width: min(100% - 20px, 100%);
  }

  .rp-card-grid,
  .rp-card-grid--2,
  .rp-process,
  .rp-metrics {
    grid-template-columns: 1fr;
  }

  body.rp-light-theme .site-footer {
    margin-top: 48px;
    padding-top: 22px;
  }

  body.rp-light-theme #astra-footer-menu {
    gap: 8px 14px;
  }

  .rp-contact-grid {
    flex-direction: column !important;
  }
}
