/* Animation delay utilities */
.delay-200 { animation-delay: 0.2s; }
.delay-300 { animation-delay: 0.3s; }
.delay-400 { animation-delay: 0.4s; }
.delay-600 { animation-delay: 0.6s; }

/* Feature card stagger delays */
.feature-delay-1 { animation-delay: 0.1s; }
.feature-delay-2 { animation-delay: 0.2s; }
.feature-delay-3 { animation-delay: 0.3s; }
.feature-delay-4 { animation-delay: 0.4s; }
.feature-delay-5 { animation-delay: 0.5s; }

/* Animation duration utilities */
.duration-3s { animation-duration: 3s; }
