/* Advanced Mobile Features CSS */
@media (max-width: 768px) {
  /* Benefits Section Mobile - Swiper Layout */
  .benefits-bubbles.swiper {
    overflow: hidden;
    padding-bottom: 40px;
  }
  
  .benefits-bubbles .swiper-slide {
    height: auto;
  }
  
  .bubble-category {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  /* Scenario Grid Mobile */
  .scenario-grid {
    grid-template-columns: 1fr;
  }
  
  /* Use Case Items Mobile */
  .use-case-item {
    flex-direction: column;
    text-align: center;
  }
  
  .use-case-icon {
    margin: 0 auto 15px;
  }
}