@keyframes text-reveal{0%{opacity:0;clip-path:inset(0 100% 0 0)}to{opacity:1;clip-path:inset(0)}}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-text-reveal{-webkit-background-clip:text;background-clip:text;animation:1.2s forwards text-reveal}.animate-fade-in{opacity:0;animation:1.2s forwards fade-in}.delay-500{animation-delay:.5s}.delay-1000{animation-delay:1s}.delay-1500{animation-delay:1.5s}
