@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Poppins,sans-serif;background-color:#0a0a0f;color:#f5f5f7;overflow-x:hidden;scroll-behavior:smooth}a{color:inherit;text-decoration:none;transition:.2s ease}a:hover{color:#0072ff}.button,button{font-family:Poppins,sans-serif;background-color:rgba(0,0,0,0);border:1px solid #0072ff;color:#f5f5f7;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;transition:.3s ease;font-weight:500}.button:hover,button:hover{background-color:rgba(0,114,255,.1);box-shadow:0 0 15px rgba(0,114,255,.5);transform:translateY(-2px)}.button.primary,button.primary{background-color:#0072ff}.button.primary:hover,button.primary:hover{background-color:rgb(0,91.2,204)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:1rem}h1{font-size:3.5rem}@media(max-width:768px){h1{font-size:2.5rem}}h2{font-size:2.5rem}@media(max-width:768px){h2{font-size:2rem}}p{line-height:1.6;margin-bottom:1rem;color:#a0a0a7}.section{padding:5rem 0}.glass{background:rgba(10,10,15,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.05);border-radius:8px}.neon-text{color:#f5f5f7;text-shadow:0 0 5px rgba(0,114,255,.5),0 0 10px rgba(0,114,255,.3)}::-webkit-scrollbar{width:10px;background-color:#050508}::-webkit-scrollbar-track{background-color:rgba(5,5,8,.8);border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(0,114,255,.7),rgba(0,114,255,.3));border-radius:10px;border:2px solid #050508}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#0072ff,rgba(0,114,255,.5));box-shadow:0 0 10px rgba(0,114,255,.5)}*{scrollbar-width:thin;scrollbar-color:#0072ff #050508}.BackToTop_backToTop__6i4GZ{position:fixed;bottom:30px;right:30px;width:50px;height:50px;border-radius:50%;background:rgba(5,5,8,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,114,255,.3);color:#f5f5f7;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:999;transition:.3s ease;box-shadow:0 0 15px rgba(0,114,255,.2)}.BackToTop_backToTop__6i4GZ:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;background:linear-gradient(135deg,transparent,rgba(0,114,255,.1));z-index:-1}.BackToTop_backToTop__6i4GZ:hover{background:rgba(5,5,8,.9);border-color:#0072ff;box-shadow:0 0 20px rgba(0,114,255,.4)}.BackToTop_backToTop__6i4GZ:hover svg{color:#0072ff;transform:translateY(-3px)}.BackToTop_backToTop__6i4GZ svg{transition:.3s ease}@media(max-width:576px){.BackToTop_backToTop__6i4GZ{bottom:20px;right:20px;width:45px;height:45px}}