@media (max-width: 992px) {
  .navbar-container {
    padding: 1.5rem 1rem 0;
  }

  .menu-capsule {
    display: none;
  }

  .action-capsule-desktop {
    display: none;
  }

  .mobile-menu-btn {
    display: flex;
  }

  .hero-section {
    min-height: 840px;
  }

  .hero-content {
    padding: 10rem 1rem 6rem;
    align-items: center;
    text-align: center;
  }

  .hero-heading {
    font-size: 3.1rem;
  }

  .hero-buttons {
    justify-content: center;
  }

  .section {
    padding: 5rem 1.5rem;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .cta-title {
    font-size: 2.2rem;
  }

  .hero-sub {
    font-size: 1rem;
  }

  .testimonial-card {
    flex: 0 0 calc(50% - 0.8rem);
  }
}

@media (max-width: 600px) {
  .navbar-container {
    padding: 1rem 0.8rem 0;
  }

  .logo-capsule {
    width: 120px;
    height: 42px;
  }

  .mobile-menu-btn {
    width: 42px;
    height: 42px;
  }

  .hamburger-line {
    width: 18px;
  }

  .hero-section {
    min-height: 720px;
  }

  .hero-section::after {
    height: 50px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1000' height='50' viewBox='0 0 1000 50' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M0 0H444C470 0 472 36 500 36C528 36 530 0 556 0H1000V50H0Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='1000' height='50' viewBox='0 0 1000 50' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M0 0H444C470 0 472 36 500 36C528 36 530 0 556 0H1000V50H0Z'/%3E%3C/svg%3E");
  }

  .hero-content {
    padding: 9rem 0.8rem 5rem;
  }

  .hero-heading {
    font-size: 2rem;
  }

  .hero-scroll-cue {
    bottom: 26px;
    width: 42px;
    height: 42px;
  }

  .btn {
    height: 46px;
    font-size: 0.85rem;
    padding: 0 6px 0 18px;
    gap: 10px;
  }

  .btn-icon {
    width: 32px;
    height: 32px;
  }

  .btn-icon i,
  .btn-icon svg,
  .action-btn i,
  .action-btn svg,
  .hero-scroll-cue svg {
    width: 18px;
    height: 18px;
  }

  .testimonial-card {
    flex: 0 0 100%;
  }

  .mobile-menu-link {
    font-size: 1.8rem;
    padding: 0.6rem 1.5rem;
  }
}

@media (max-width: 1100px) {
  .services-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }

  .process-step::after {
    display: none;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
    padding: 4rem 2rem;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .about-media img {
    height: 440px;
  }

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

}

@media (max-width: 680px) {
  .section {
    padding: 4rem 1rem;
  }

  .section-head {
    margin-bottom: 2.5rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .section-lead {
    font-size: 0.95rem;
  }

  .services-grid,
  .pricing-grid,
  .gallery-grid,
  .process-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-cards {
    grid-template-columns: 1fr;
  }

  .carousel-arrow {
    width: 40px;
    height: 40px;
  }

  .gallery-item {
    height: 240px;
  }

  .about-media img {
    height: 340px;
  }

  .about-badge {
    left: 14px;
    bottom: 14px;
    padding: 0.9rem 1.1rem;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1rem;
    padding: 3.5rem 1rem;
  }

  .stat-value {
    font-size: 2.4rem;
  }

  .cta-inner {
    padding: 3.5rem 1rem 4rem;
  }

  .cta-title {
    font-size: 1.8rem;
  }

  .contact-form {
    padding: 1.8rem 1.3rem;
  }

  .footer {
    padding: 0 1.2rem;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-nav {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .footer-legal {
    flex-wrap: wrap;
    gap: 0.9rem 1.4rem;
  }

  .testimonial-carousel {
    gap: 0.6rem;
  }

  .carousel-arrow {
    width: 36px;
    height: 36px;
  }

  .carousel-arrow svg {
    width: 16px;
    height: 16px;
  }
}
