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