/* Mobile Enhancements CSS */
@media (max-width: 768px) {
  /* Mobile Swiper Styles */
  .mobile-swiper {
    padding-bottom: 40px;
  }
  
  .mobile-swiper .swiper-pagination {
    bottom: 0;
  }
  
  .mobile-swiper .swiper-pagination-bullet {
    background: #ffc451;
    opacity: 0.5;
  }
  
  .mobile-swiper .swiper-pagination-bullet-active {
    opacity: 1;
  }
  
  /* Features Grid Mobile - Convert to Swiper */
  .features-grid.swiper {
    overflow: hidden;
  }
  
  .features-grid .swiper-slide {
    height: auto;
  }
  
  .feature-card {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}