/* --- Global Responsive Adjustments --- */
@media (max-width: 991px) {
  .py-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .p-section {
    position: relative;
    height: auto;
    padding: 4rem 0;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }

  .stacking-wrapper {
    height: auto !important;
  }

  /* Industry Section Responsive */
  .industry-tab-box {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 1.5rem !important;
    width: 100% !important;
    height: auto !important;
    padding: 1.5rem !important;
  }

  .industry-tab-box.active {
    width: 100% !important;
    margin-right: 0 !important;
    border-right: 1px solid #dee2e6 !important;
    transform: none !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
  }

  #industry-content-area {
    margin-top: 2rem;
    min-height: auto !important;
  }

  /* Solutions Grid */
  .solutions-grid {
    grid-template-columns: 1fr !important;
  }

  /* Hero Adjustments */
  .display-1 {
    font-size: 3.5rem !important;
  }

  /* Roadmap Mobile */
  .roadmap-line-bg, .roadmap-line-progress {
    display: none !important;
  }

  .roadmap-step {
    padding-left: 0 !important;
    margin-bottom: 3rem !important;
  }

  .roadmap-step .step-copy {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 767px) {
  .display-1 {
    font-size: 2.8rem !important;
  }

  .display-4 {
    font-size: 2rem !important;
  }

  .navbar-brand {
    font-size: 1.2rem !important;
  }

  /* Benefit Focus Mobile */
  .benefit-item {
    opacity: 1 !important;
    transform: none !important;
    margin-bottom: 3rem !important;
  }
}
