.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-500)}.alignment-dot{animation:dotSettle .7s var(--ease-out-quart) both;animation-delay:var(--dot-delay,0s)}@keyframes dotSettle{0%{left:50%;opacity:0}}.alignment-score{animation:scoreReveal .5s ease-out 1.15s both}@keyframes scoreReveal{0%{opacity:0;transform:translateY(6px)}}@media (prefers-reduced-motion:reduce){.stagger-fade-in{animation:none;opacity:1;transform:translateY(0)}.alignment-dot,.alignment-score{animation:none}}