@media (max-width: 991.98px) {
  .section-space {
    padding: 90px 0;
  }

  .hero-section {
    padding: 70px 0;
  }

  .hero-visual {
    min-height: auto;
  }

  .floating-card {
    display: none;
  }

  .contact-box {
    padding: 34px;
  }

  .feature-panel-body,
  .cta-banner {
    padding: 24px;
  }

  .metric-card-body,
  .service-card-body,
  .advantage-card-body,
  .audience-card-body,
  .step-card-body,
  .services-overview-card-body {
    padding: 24px;
  }

  .feature-panel-media {
    min-height: 260px;
  }

  .navbar-collapse {
    margin-top: 14px;
    padding: 18px;
    border-radius: 18px;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-main);
  }

  .navbar-nav {
    align-items: stretch !important;
  }

  .navbar .nav-link {
    padding: 10px 0;
  }

  .hero-actions {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .header-area .navbar {
    min-height: 84px;
  }

  .header-container {
    min-height: 84px;
  }

  .navbar-brand {
    height: 84px;
  }

  .navbar-brand .brand-logo {
    height: 84px;
    transform: translateY(7px) !important;
  }

  .header-controls {
    gap: 14px !important;
    margin-left: 24px !important;
  }

  .theme-toggle {
    width: 50px;
    height: 50px;
  }

  .footer-logo {
    height: 88px;
  }

  .footer-brand {
    gap: 14px !important;
  }
}

@media (max-width: 767.98px) {
  .navbar-brand .brand-logo {
    height: 72px;
    transform: translateY(5px) !important;
  }

  .footer-logo {
    height: 76px;
  }

  .hero-title {
    font-size: 2.3rem;
  }

  .case-card,
  .blog-card,
  .contact-form {
    padding: 24px;
  }

  .gallery-card-body,
  .contact-box {
    padding: 24px;
  }

  .search-form-wrap {
    flex-direction: column;
  }

  .search-button {
    width: 100%;
  }

  .service-icon,
  .step-number {
    width: 52px;
    height: 52px;
    min-width: 52px;
    font-size: 0.95rem;
  }

  .feature-panel h2,
  .cta-banner h2 {
    font-size: 1.8rem;
  }

  .feature-panel-media {
    min-height: 220px;
  }

  .header-area .navbar {
    min-height: 74px;
  }

  .header-container {
    min-height: 74px;
  }

  .navbar-brand {
    height: 74px;
  }

  .theme-toggle {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 575.98px) {
  .section-space {
    padding: 75px 0;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-actions .btn,
  .btn-brand,
  .btn-outline-light {
    width: 100%;
  }

  .theme-toggle {
    width: 46px;
    height: 46px;
    margin-left: 0;
  }

  .pagination-card {
    width: 100%;
  }

  .header-area .navbar {
    min-height: 64px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .header-container {
    min-height: 64px;
  }

  .navbar-brand {
    height: 64px;
  }

  .feature-panel-media {
    min-height: 200px;
  }

  .navbar-brand .brand-logo {
    height: 58px;
    transform: translateY(4px) !important;
  }

  .footer-logo {
    height: 64px;
  }

  .header-controls {
    gap: 10px !important;
    margin-left: 14px !important;
  }

  .footer-brand {
    gap: 12px !important;
  }
}