.stagger-fade-in{opacity:0;transform:translateY(30px);animation:staggerFadeIn .8s ease-out forwards}.stagger-fade-in:first-child{animation-delay:.1s}.stagger-fade-in:nth-child(2){animation-delay:.2s}.stagger-fade-in:nth-child(3){animation-delay:.3s}@keyframes staggerFadeIn{to{opacity:1;transform:translateY(0)}}.feature-icon-container{background:var(--color-primary-600)}.coral-icon-container{background:var(--color-accent-400)}.amber-icon-container{background:var(--color-highlight-400)}@media (prefers-reduced-motion:reduce){.stagger-fade-in{animation:none;opacity:1;transform:translateY(0)}}@media (min-width:1024px){.hero-illustration{position:relative;bottom:40px}}