@keyframes title-reveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes underline-expand{0%{width:0;opacity:0}50%{opacity:1}to{width:100%;opacity:1}}@keyframes subtitle-stagger{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes word-highlight{0%{opacity:0;transform:translateY(15px) scale(.95)}50%{transform:translateY(-2px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes supporting-fade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes cta-entrance{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes video-grid-entrance{0%{opacity:0;transform:translateY(40px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse-gentle{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@keyframes fade-line{0%,to{opacity:.2;transform:scaleX(.8)}50%{opacity:.5;transform:scaleX(1)}}@keyframes float-gentle{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(5deg)}}@keyframes pulse-soft{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes statusPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}@keyframes clientFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-5px) scale(1.05)}}.animate-title-reveal{animation:title-reveal 1.2s ease-out}.animate-underline-expand{animation:underline-expand 1.5s ease-out .8s both}.animate-subtitle-stagger{animation:subtitle-stagger 1s ease-out 1.2s both;opacity:0}.animate-word-highlight{animation:word-highlight .6s ease-out both;opacity:0}.animate-supporting-fade{animation:supporting-fade 1s ease-out both;opacity:0}.animate-cta-entrance{animation:cta-entrance 1.2s ease-out both;opacity:0}.animate-video-grid-entrance{animation:video-grid-entrance 1.5s ease-out both;opacity:0}.animate-pulse-gentle{animation:pulse-gentle 4s ease-in-out infinite}.animate-fade-line{animation:fade-line 8s ease-in-out infinite}.animate-float-gentle{animation:float-gentle 6s ease-in-out infinite}.animate-pulse-soft{animation:pulse-soft 12s ease-in-out infinite}.animate-float{animation:float 3s ease-in-out infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-status-pulse{animation:statusPulse 2s ease-in-out infinite}.animate-client-float{animation:clientFloat 4s ease-in-out infinite}@media (max-width:768px){.animate-title-reveal{animation-duration:.6s}.animate-underline-expand{animation-delay:.3s;animation-duration:.8s}.animate-subtitle-stagger{animation-delay:.6s;animation-duration:.6s}.animate-supporting-fade{animation-delay:1.2s;animation-duration:.6s}.animate-cta-entrance{animation-delay:1.8s;animation-duration:.8s}.animate-video-grid-entrance{animation-delay:1.2s;animation-duration:1s}.animate-float-gentle{animation-duration:10s}.animate-pulse-soft{animation-duration:18s}}