@keyframes bounce-in{0%{opacity:0;transform:scale(.8)}40%{opacity:1;transform:scale(1.05)}60%{transform:scale(.98)}to{transform:scale(1)}}.animate-bounce-in{animation:bounce-in .6s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes fade-in-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fade-in-up .5s ease-out forwards}@keyframes fade-in-left{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}.animate-fade-in-left{animation:fade-in-left .5s ease-out forwards}@keyframes fade-in-right{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}.animate-fade-in-right{animation:fade-in-right .5s ease-out forwards}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 3s ease-in-out infinite}.anim-delay-1s{animation-delay:1s}.glow-orange{filter:drop-shadow(0 0 15px rgba(251,146,60,.6))}.dot-1{width:6px;height:6px;top:10%;left:15%;animation:float 3.2s ease-in-out infinite;animation-delay:.1s}.dot-2{width:8px;height:8px;top:22%;left:40%;animation:float 2.8s ease-in-out infinite;animation-delay:.4s}.dot-3{width:10px;height:10px;top:35%;left:70%;animation:float 3.6s ease-in-out infinite;animation-delay:.2s}.dot-4{width:7px;height:7px;top:55%;left:20%;animation:float 2.4s ease-in-out infinite;animation-delay:.6s}.dot-5{width:5px;height:5px;top:65%;left:80%;animation:float 3s ease-in-out infinite;animation-delay:.9s}.dot-6{width:9px;height:9px;top:12%;left:85%;animation:float 3.4s ease-in-out infinite;animation-delay:.3s}.dot-7{width:6px;height:6px;top:48%;left:50%;animation:float 2.6s ease-in-out infinite;animation-delay:.7s}.dot-8{width:12px;height:12px;top:78%;left:35%;animation:float 3.8s ease-in-out infinite;animation-delay:.5s}.dot-9{width:6px;height:6px;top:28%;left:5%;animation:float 2.2s ease-in-out infinite;animation-delay:.2s}.dot-10{width:8px;height:8px;top:8%;left:55%;animation:float 3.1s ease-in-out infinite;animation-delay:.8s}.dot-11{width:10px;height:10px;top:42%;left:90%;animation:float 2.9s ease-in-out infinite;animation-delay:.1s}.dot-12{width:7px;height:7px;top:88%;left:60%;animation:float 3.3s ease-in-out infinite;animation-delay:.6s}.dot-13{width:5px;height:5px;top:72%;left:10%;animation:float 2.7s ease-in-out infinite;animation-delay:.4s}.dot-14{width:9px;height:9px;top:18%;left:30%;animation:float 3.5s ease-in-out infinite;animation-delay:.3s}.dot-15{width:6px;height:6px;top:50%;left:15%;animation:float 2.5s ease-in-out infinite;animation-delay:.5s}.dot-16{width:12px;height:12px;top:60%;left:55%;animation:float 3.7s ease-in-out infinite;animation-delay:.7s}.dot-17{width:6px;height:6px;top:32%;left:75%;animation:float 2.3s ease-in-out infinite;animation-delay:.2s}.dot-18{width:8px;height:8px;top:82%;left:25%;animation:float 3.2s ease-in-out infinite;animation-delay:.4s}.dot-19{width:10px;height:10px;top:5%;left:25%;animation:float 2.8s ease-in-out infinite;animation-delay:.6s}.dot-20{width:7px;height:7px;top:92%;left:85%;animation:float 3s ease-in-out infinite;animation-delay:.8s}@keyframes pulse-scale{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.animate-pulse-scale{animation:pulse-scale 2s ease-in-out infinite}@keyframes pulse-shadow{0%{box-shadow:0 0 0 0 rgba(79,70,229,.4)}70%{box-shadow:0 0 0 10px rgba(79,70,229,0)}to{box-shadow:0 0 0 0 rgba(79,70,229,0)}}.animate-pulse-shadow{animation:pulse-shadow 2s infinite}@keyframes slide-in-right{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.animate-slide-in-right{animation:slide-in-right .5s ease-out forwards}@keyframes slide-in-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-in-up{animation:slide-in-up .5s ease-out forwards}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}.ripple-effect{position:absolute;border-radius:50%;background-color:rgba(255,255,255,.3);width:100px;height:100px;margin-top:-50px;margin-left:-50px;animation:ripple .6s linear}@keyframes sparkle{0%,to{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1)}}.sparkle{position:absolute;width:20px;height:20px;border-radius:50%;background-image:radial-gradient(circle,white 10%,transparent 60%);animation:sparkle 1.5s linear infinite}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:currentColor}}.typing-effect{overflow:hidden;white-space:nowrap;border-right:3px solid;animation:typing 3.5s steps(40),blink-caret .75s step-end infinite}.flip-card-container{perspective:1000px}.flip-card{position:relative;width:100%;height:100%;transition:transform .6s;transform-style:preserve-3d}.flip-card-container:hover .flip-card{transform:rotateY(180deg)}.flip-card-back,.flip-card-front{position:absolute;width:100%;height:100%;backface-visibility:hidden}.flip-card-back{transform:rotateY(180deg)}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}.animate-shake{animation:shake .8s cubic-bezier(.36,.07,.19,.97) both}.stagger-children>*{opacity:0;transform:translateY(20px);transition:all .3s ease}.stagger-children.animate>:first-child{opacity:1;transform:translateY(0);transition-delay:.1s}.stagger-children.animate>:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.2s}.stagger-children.animate>:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.3s}.stagger-children.animate>:nth-child(4){opacity:1;transform:translateY(0);transition-delay:.4s}.stagger-children.animate>:nth-child(5){opacity:1;transform:translateY(0);transition-delay:.5s}.stagger-children.animate>:nth-child(6){opacity:1;transform:translateY(0);transition-delay:.6s}.stagger-children.animate>:nth-child(7){opacity:1;transform:translateY(0);transition-delay:.7s}@keyframes glow{0%,to{box-shadow:0 0 5px rgba(79,70,229,.5)}50%{box-shadow:0 0 15px rgba(79,70,229,.8),0 0 20px rgba(79,70,229,.3)}}.animate-glow{animation:glow 2s ease-in-out infinite}@keyframes scroll-indicator{0%{opacity:1;transform:translateY(0)}50%{opacity:1;transform:translateY(10px)}to{opacity:0;transform:translateY(15px)}}.scroll-indicator{animation:scroll-indicator 1.5s ease-in-out infinite}@keyframes count-up{0%{content:attr(data-from)}to{content:attr(data-to)}}.count-up:after{content:attr(data-from);animation:count-up 2s forwards}@keyframes scale-in{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.scale-in{animation:scale-in .5s cubic-bezier(.25,.46,.45,.94) forwards}@keyframes spinner{0%{transform:rotate(0deg);border-width:10px}50%{border-width:1px}to{transform:rotate(1turn);border-width:10px}}.fancy-spinner{width:50px;height:50px;border-color:#4f46e5 transparent transparent #4f46e5;border-style:solid;border-width:10px;border-radius:50%;animation:spinner 1s linear infinite}:root{--primary:#4F46E5;--primary-dark:#4338CA;--secondary:#EC4899;--accent:#F59E0B;--bg-light:#F9FAFB;--text-main:#1F2937;--text-light:#6B7280}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--text-main);margin:0;padding:0;box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin-top:0;font-weight:700}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border:none;outline:none}.bg-dot-grid-gray{background-image:radial-gradient(circle at 2px 2px,rgb(229 231 235) 1px,transparent 0);background-size:40px 40px;opacity:.03}.bg-dot-grid-white{background-image:radial-gradient(circle at 2px 2px,white 1px,transparent 0);background-size:40px 40px}.bg-dot-grid-blue{background-image:radial-gradient(circle at 2px 2px,rgb(59 130 246) 1px,transparent 0);background-size:40px 40px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.text-center{text-align:center}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-8{padding:2rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.btn{display:inline-block;padding:.5rem 1rem;font-weight:700;border-radius:.375rem;transition:all .3s ease}.btn-primary{background-color:var(--primary);color:white}.btn-primary:hover{background-color:var(--primary-dark);text-decoration:none}.btn-secondary{background-color:var(--accent);color:#1a202c}.btn-secondary:hover{opacity:.9;text-decoration:none}.card{background-color:white;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);overflow:hidden}.header{position:fixed;top:0;left:0;width:100%;z-index:50;transition:all .3s ease;padding:1rem}.header-scrolled{background-color:white;box-shadow:0 2px 4px rgba(0,0,0,.1)}.header-transparent{background-color:transparent}.nav{display:flex;gap:2rem}.nav-link{color:var(--text-main);padding:.5rem 0;position:relative;font-weight:500}.nav-link:hover{color:var(--primary);text-decoration:none}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--primary);transition:width .3s ease}.nav-link:hover:after{width:100%}@media (max-width:768px){.mobile-hidden{display:none!important}}@media (min-width:769px){.desktop-hidden{display:none!important}}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.5);z-index:100;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-menu.open{opacity:1;pointer-events:auto}.mobile-menu-content{position:absolute;top:0;right:0;width:85%;max-width:400px;height:100%;background-color:white;transform:translateX(100%);transition:transform .3s ease}.mobile-menu.open .mobile-menu-content{transform:translateX(0)}.hamburger{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;cursor:pointer;z-index:101}.hamburger-line{width:100%;height:2px;background-color:currentColor;border-radius:2px;transition:all .3s ease}.hamburger.active .hamburger-line:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero{min-height:80vh;display:flex;align-items:center;background:linear-gradient(180deg,#4F46E5,#4338CA);color:white;padding:4rem 1rem}.testimonial-card{background-color:white;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border:1px solid #f3f4f6;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.gradient-bg{background-image:linear-gradient(90deg,#14a6e3,#199be1 50%,#2573c5)}.text-white{color:white}.text-primary{color:var(--primary)}.text-accent{color:var(--accent)}.text-gray{color:var(--text-light)}.bg-white{background-color:white}.bg-primary{background-color:var(--primary)}.bg-accent{background-color:var(--accent)}.bg-gray-light{background-color:var(--bg-light)}.font-bold{font-weight:700}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}