@keyframes aurora{0%,to{background-position:0 50%;transform:rotate(0deg) scale(1)}25%{background-position:100% 50%;transform:rotate(1deg) scale(1.02)}50%{background-position:50% 100%;transform:rotate(0deg) scale(.98)}75%{background-position:0 100%;transform:rotate(-1deg) scale(1.01)}}@keyframes float-glow{0%,to{transform:translateY(0) scale(1);box-shadow:0 0 20px rgba(255,204,0,.3)}50%{transform:translateY(-10px) scale(1.05);box-shadow:0 0 40px rgba(255,204,0,.5)}}@keyframes text-reveal{0%{opacity:0;transform:translateY(20px) rotateX(90deg)}to{opacity:1;transform:translateY(0) rotateX(0deg)}}@keyframes particle-float{0%,to{transform:translateY(0) translateX(0) rotate(0deg);opacity:.3}25%{transform:translateY(-10px) translateX(5px) rotate(90deg);opacity:.7}50%{transform:translateY(-5px) translateX(-5px) rotate(180deg);opacity:1}75%{transform:translateY(-15px) translateX(3px) rotate(270deg);opacity:.5}}@keyframes typewriter{0%{width:0}to{width:100%}}@keyframes glow-pulse{0%,to{box-shadow:0 0 5px rgba(255,204,0,.3),0 0 10px rgba(255,204,0,.2),0 0 15px rgba(255,204,0,.1)}50%{box-shadow:0 0 10px rgba(255,204,0,.6),0 0 20px rgba(255,204,0,.4),0 0 30px rgba(255,204,0,.2)}}.aurora-background{background:linear-gradient(45deg,rgba(255,204,0,.1),rgba(255,255,255,.05),rgba(255,204,0,.15),rgba(255,255,255,.02));background-size:400% 400%;animation:aurora 8s ease-in-out infinite}.particle-animation{animation:particle-float 8s ease-in-out infinite}.text-reveal-animation{animation:text-reveal .8s ease-out forwards}.glow-hover:hover{animation:glow-pulse 2s ease-in-out infinite}.float-element{animation:float-glow 6s ease-in-out infinite}.transform-card{perspective:1000px;transform-style:preserve-3d;transition:all .6s cubic-bezier(.25,.8,.25,1)}.transform-card:hover{transform:rotateY(5deg) rotateX(5deg) translateZ(20px)}.pain-point-highlight{position:relative;overflow:hidden}.pain-point-highlight:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,204,0,.3),transparent);transition:left .8s ease-in-out}.pain-point-highlight:hover:before{left:100%}.floating-particles{position:relative}.floating-particles:after,.floating-particles:before{content:"";position:absolute;width:4px;height:4px;background:rgba(255,204,0,.4);border-radius:50%;animation:particle-float 6s ease-in-out infinite}.floating-particles:before{top:10%;left:20%;animation-delay:-2s}.floating-particles:after{bottom:20%;right:15%;animation-delay:-4s}.interactive-element{transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.interactive-element:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(255,204,0,.1) 50%,transparent 70%);transform:translateX(-100%);transition:transform .6s ease-in-out}.interactive-element:hover:before{transform:translateX(100%)}.interactive-element:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px rgba(0,0,0,.3)}.gradient-text{background:linear-gradient(135deg,#FFCC00,#FFF,#FFCC00);background-size:200% 200%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:aurora 3s ease-in-out infinite}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#FFCC00;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#FFF}@media (max-width:768px){.transform-card:hover{transform:none}.interactive-element:hover{transform:translateY(-4px) scale(1.01)}.particle-animation{animation-duration:12s}}@media (prefers-reduced-motion:reduce){.aurora-background,.float-element,.glow-hover,.particle-animation{animation:none}.interactive-element:hover,.transform-card:hover{transform:none}}.results-section{position:relative;width:100%!important;height:100vh!important;background:linear-gradient(180deg,rgb(2,2,14),#060f1d,#000101);overflow:hidden}.results-section__light-effect-1{position:absolute;top:50%;left:25%;width:384px;height:384px;background:rgba(255,204,0,.1);filter:blur(120px);border-radius:50%}.results-section__light-effect-2{position:absolute;bottom:25%;right:25%;width:256px;height:256px;background:rgba(255,204,0,.05);filter:blur(100px);border-radius:50%}.results-section__title{position:absolute;top:0;left:0;right:0;padding-top:40px;padding-bottom:40px;text-align:center;z-index:10;background:linear-gradient(180deg,rgb(0,0,0) 0,rgba(6,15,29,.9) 70%,rgba(6,15,29,0))}.results-section__title h2{font-size:2rem;font-family:PP Neue Machina,sans-serif;font-weight:700;margin-bottom:24px;color:white;line-height:1.2}.results-section__title h2 span{display:block;color:#FFCC00}.results-section__title p{font-size:1rem;color:rgba(255,255,255,.7);max-width:512px;margin:0 auto;line-height:1.6}.results-section__cards-container{position:absolute;top:60%;left:0;right:0;transform:translateY(-50%);display:flex;align-items:center;justify-content:flex-start;height:420px;z-index:20}.results-section__cards-wrapper{display:flex;align-items:center;gap:24px;padding-left:24px;height:380px}.results-section__card{position:relative;width:256px;height:360px;background:rgba(255,255,255,.1);backdrop-filter:blur(16px);border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.2);transition:all .5s cubic-bezier(.4,0,.2,1);flex-shrink:0}.results-section__card:hover{border-color:rgba(255,204,0,.5);transform:scale(1.1);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.results-section__card[style*=pointer]{user-select:none}.results-section__card[style*=pointer]:active{transform:scale(1.05);transition:transform .1s ease}.results-section__card-image{position:relative;height:144px;overflow:hidden}.results-section__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1)}.results-section__card:hover .results-section__card-image img{transform:scale(1.1)}.results-section__card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.6),transparent)}.results-section__card-category{position:absolute;top:12px;left:12px;padding:4px 12px;background:rgba(255,204,0,.9);color:black;font-size:.75rem;font-weight:500;border-radius:9999px;z-index:10}.results-section__card-content{padding:16px 20px;display:flex;flex-direction:column;justify-content:space-between;height:176px}.results-section__card-title{font-size:1rem;font-family:PP Neue Machina,sans-serif;font-weight:700;color:white;margin-bottom:8px;transition:color .3s ease;line-height:1.3}.results-section__card:hover .results-section__card-title{color:#FFCC00}.results-section__card-description{color:rgba(255,255,255,.7);font-size:.75rem;line-height:1.5;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.results-section__card-client{border-top:1px solid rgba(255,255,255,.2);padding-top:12px}.results-section__card-client-label{color:rgba(255,255,255,.5);font-size:.75rem;margin-bottom:2px}.results-section__card-client-name{color:white;font-weight:500;font-size:.875rem}.results-section__card-hover-effect{position:absolute;inset:0;background:linear-gradient(0deg,rgba(255,204,0,.1),transparent);opacity:0;transition:opacity .3s ease}.results-section__card:hover .results-section__card-hover-effect{opacity:1}.results-section__spacer{width:48px;flex-shrink:0}@media (min-width:768px){.results-section{height:110vh!important}.results-section__title h2{font-size:2.5rem}.results-section__title p{font-size:1.125rem;max-width:672px}.results-section__cards-wrapper{gap:32px;padding-left:32px}.results-section__card{width:288px!important;height:390px!important}.results-section__card-image{height:176px}.results-section__card-content{padding:20px 24px;height:204px}.results-section__card-title{font-size:1.125rem}.results-section__card-description{font-size:.875rem}}@media (min-width:1024px){.results-section__title h2{font-size:3rem}}