/* Responsive overrides */
@media (max-width: 1199.98px) {
  .process-timeline {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-timeline::before { display: none; }

  .process-timeline li:nth-child(4),
  .process-timeline li:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 991.98px) {
  :root { --nav-h: 70px; }

  .st-navbar {
    height: auto;
    min-height: var(--nav-h);
  }

  .st-navbar .navbar-collapse {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    margin-top: 0.75rem;
    padding: 1rem;
    box-shadow: var(--shadow);
  }

  .st-navbar .nav-link {
    padding: 0.7rem 0.9rem !important;
  }

  .btn-demo {
    width: 100%;
    margin-top: 0.75rem;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding-top: 2.5rem;
  }

  .hero h1 { max-width: none; }

  .dashboard-mock {
    transform: none;
  }

  .hero-visual:hover .dashboard-mock {
    transform: none;
  }

  .chip-2 { right: 0; }

  .process-timeline {
    grid-template-columns: 1fr;
  }

  .ai-visual { min-height: 320px; }
}

@media (max-width: 767.98px) {
  .hero-actions .btn {
    width: 100%;
  }

  .float-chip {
    font-size: 0.75rem;
    padding: 0.45rem 0.7rem;
  }

  .dash-kpis {
    grid-template-columns: 1fr;
  }

  .dash-body {
    grid-template-columns: 1fr;
  }

  .dash-side {
    flex-direction: row;
    padding: 0.7rem;
  }

  .dash-side span {
    width: 28px;
    height: 10px;
  }

  .ai-card {
    min-width: 160px;
    padding: 0.7rem 0.8rem;
  }

  .ai-card.c1 { left: 0; }
  .ai-card.c2 { right: 0; }
  .ai-card.c3 { left: 10%; }

  .cta-panel h2 { max-width: none; }

  .contact-form { padding: 1.25rem; }
}

@media (max-width: 575.98px) {
  .section { padding: 3.5rem 0; }

  .client-logo {
    min-width: 140px;
    height: 64px;
    font-size: 0.85rem;
  }

  .hero-logo-lockup {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }
}
