.feature-item{animation:slideIn .4s ease-out backwards}.feature-item:first-child{animation-delay:.1s}.feature-item:nth-child(2){animation-delay:.15s}.feature-item:nth-child(3){animation-delay:.2s}.feature-item:nth-child(4){animation-delay:.25s}.feature-item:nth-child(5){animation-delay:.3s}.feature-item:nth-child(6){animation-delay:.35s}.feature-item:nth-child(7){animation-delay:.4s}@keyframes slideIn{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.cta-button{width:100%;background:white;color:#3b82f6;border:none;padding:18px 32px;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.25)}