.section-full-scroll{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:4rem 0;background-color:black;color:white}.stats-section{background:linear-gradient(180deg,rgba(0,0,0,1) 0,rgba(10,10,10,1))}.features-section{position:relative;overflow:hidden}.features-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 20%,rgba(255,204,0,.05) 0,rgba(0,0,0,0) 70%);z-index:0;pointer-events:none}.testimonials-section{position:relative;background-color:rgba(5,5,5,1)}.testimonials-section:before{content:"";position:absolute;top:20%;right:10%;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(255,204,0,.03) 0,rgba(0,0,0,0) 70%);pointer-events:none}.cta-section{background:linear-gradient(180deg,rgba(5,5,5,1) 0,rgba(0,0,0,1));position:relative;overflow:hidden}.cta-section:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent 0,rgba(255,255,255,.2) 50%,transparent)}@media (max-width:768px){.section-full-scroll{padding:3rem 1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out forwards}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.floating{animation:float 6s ease-in-out infinite}.text-glow{text-shadow:0 0 10px rgba(255,204,0,.5)}