/* ===== Hero Section Non-Critical CSS ===== */
/* Animations, hovers, desktop tweaks, and advanced interactions */

/* ===== Button Hover Effects ===== */
/* Button hover/active/focus styles are now handled in IcaHero-home.css to avoid redundancy */


/* ===== Small Mobile Breakpoint ===== */
/* Mobile responsive button styles are now handled in IcaHero-home.css to avoid redundancy */

/* ===== Extra Small Mobile Breakpoint ===== */
/* Extra small mobile responsive button styles are now handled in IcaHero-home.css to avoid redundancy */

/* ===== Accessibility & Motion Preferences ===== */
@media (prefers-reduced-motion: reduce) {
  .hero__slide {
    transition: none;
    transform: none;
  }
  
  .hero__slide.active,
  .hero__slide.prev {
    transform: none;
  }
}


