@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 20px #3b82f680}50%{box-shadow:0 0 30px #3b82f6cc}}@keyframes floatUp{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes sparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.hero-title{animation:.8s ease-out fadeInUp}.hero-subtitle{animation:.8s ease-out .2s both fadeInUp}.hero-badges{animation:.8s ease-out .4s both fadeInUp}.hero-cta{animation:.8s ease-out .6s both fadeInUp}.stats-card{animation:.6s ease-out slideInLeft}.stats-card:nth-child(2){animation-delay:.1s}.stats-card:nth-child(3){animation-delay:.2s}.stats-card:nth-child(4){animation-delay:.3s}.pricing-card{animation:.6s ease-out fadeInUp}.pricing-card:first-child{animation-delay:.1s}.pricing-card:nth-child(2){animation-delay:.2s}.pricing-card:nth-child(3){animation-delay:.3s}.pricing-card:nth-child(4){animation-delay:.4s}.popular-plan{animation:3s ease-in-out infinite pulseGlow}.popular-plan:hover{animation:2s ease-in-out infinite floatUp}.testimonial-card{animation:.6s ease-out slideInUp}.testimonial-card:first-child{animation-delay:.1s}.testimonial-card:nth-child(2){animation-delay:.2s}.testimonial-card:nth-child(3){animation-delay:.3s}.faq-card{animation:.6s ease-out slideInLeft}.faq-card:nth-child(odd){animation-name:slideInLeft}.faq-card:nth-child(2n){animation-name:slideInRight}.cta-section{animation:.8s ease-out fadeInUp}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.stats-card:hover,.testimonial-card:hover{transform:translateY(-3px)}.faq-card:hover{transform:translateY(-2px)}.icon-sparkle{animation:2s ease-in-out infinite sparkle}.icon-float{animation:3s ease-in-out infinite floatUp}@media (max-width:768px){.hero-title{animation-duration:.6s}.pricing-card,.stats-card{animation-duration:.4s}}@keyframes slideInUpOnScroll{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.scroll-animation{opacity:0;animation:.8s ease-out forwards slideInUpOnScroll}.gradient-bg{background:linear-gradient(-45deg,#f8fafc,#e0f2fe,#ddd6fe,#fce7f3) 0 0/400% 400%;animation:15s infinite gradientShift}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.btn-hover-glow:hover{transform:translateY(-2px);box-shadow:0 0 20px #3b82f680}.btn-hover-scale:hover{transform:scale(1.05)}.card-shine{position:relative;overflow:hidden}.card-shine:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.card-shine:hover:before{left:100%}.loading-dots{animation:1.5s ease-in-out infinite pulse}.loading-dots:nth-child(2){animation-delay:.1s}.loading-dots:nth-child(3){animation-delay:.2s}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
