@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300;0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;0,14..32,800;1,14..32,400&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:#080814;background-image:radial-gradient(ellipse at 20% 10%,rgba(102,126,234,.12) 0%,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(118,75,162,.1) 0%,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(56,189,248,.04) 0%,transparent 60%);color:#fff;overflow-x:hidden;position:relative}@media (hover: hover) and (pointer: fine){body,a,button,[role=button]{cursor:none}}.cursor-glow{position:fixed;width:20px;height:20px;background:rgba(102,126,234,.8);border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:transform .1s ease,width .2s ease,height .2s ease,opacity .2s ease;box-shadow:0 0 20px #667eea99,0 0 40px #667eea4d}.cursor-trail{position:fixed;width:8px;height:8px;background:rgba(167,139,250,.5);border-radius:50%;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:transform .15s ease}img:not(.logo-img):not(.footer-logo),video,canvas,svg{max-width:100%;height:auto}.animated-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;pointer-events:none}.floating-dots{position:absolute;width:100%;height:100%}.dot{position:absolute;background:rgba(255,255,255,.1);border-radius:50%;animation:float 4s ease-in-out infinite}.dot:nth-child(1){width:80px;height:80px;top:20%;left:10%;animation-delay:0s;animation-duration:4s}.dot:nth-child(2){width:120px;height:120px;top:60%;left:80%;animation-delay:2s;animation-duration:5s}.dot:nth-child(3){width:60px;height:60px;top:80%;left:20%;animation-delay:4s;animation-duration:3.5s}.dot:nth-child(4){width:100px;height:100px;top:10%;left:70%;animation-delay:1s;animation-duration:4.5s}.dot:nth-child(5){width:40px;height:40px;top:40%;left:50%;animation-delay:3s;animation-duration:3s}.dot:nth-child(6){width:90px;height:90px;top:70%;left:60%;animation-delay:5s;animation-duration:4s}.dot:nth-child(7){width:30px;height:30px;top:15%;left:30%;animation-delay:1.5s;animation-duration:3.5s}.dot:nth-child(8){width:50px;height:50px;top:35%;left:15%;animation-delay:3.5s;animation-duration:4.5s}.dot:nth-child(9){width:70px;height:70px;top:55%;left:85%;animation-delay:2.5s;animation-duration:3.8s}.dot:nth-child(10){width:25px;height:25px;top:75%;left:40%;animation-delay:4.5s;animation-duration:3.2s}.dot:nth-child(11){width:45px;height:45px;top:25%;left:90%;animation-delay:.5s;animation-duration:4.2s}.dot:nth-child(12){width:35px;height:35px;top:85%;left:75%;animation-delay:3.8s;animation-duration:3.6s}.dot:nth-child(13){width:55px;height:55px;top:45%;left:5%;animation-delay:2.2s;animation-duration:4.8s}.dot:nth-child(14){width:20px;height:20px;top:65%;left:25%;animation-delay:4.8s;animation-duration:3.4s}.dot:nth-child(15){width:65px;height:65px;top:5%;left:45%;animation-delay:1.8s;animation-duration:4.6s}.floating-neurons{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.neuron{position:absolute;width:56px;height:56px;top:48%;left:48%;margin-left:-28px;margin-top:-28px;opacity:.35;animation:neuron-float 6s ease-in-out infinite}.neuron svg{width:100%;height:100%}.neuron .neuron-soma{fill:#667eea80;stroke:#764ba266;stroke-width:1.5;transition:opacity .3s ease}.neuron .neuron-line{stroke:#667eea40;stroke-width:1}.neuron .neuron-synapse{fill:#764ba280;stroke:#667eea4d;stroke-width:1}.neuron-2{top:35%;left:25%;margin:0;width:44px;height:44px;animation-delay:1.2s;animation-duration:7s}.neuron-3{top:55%;left:52%;margin:0;width:64px;height:64px;animation-delay:2.5s;animation-duration:5.5s;opacity:.28}.neuron-4{top:22%;left:68%;margin:0;width:40px;height:40px;animation-delay:3.8s;animation-duration:6.5s}.neuron-5{top:68%;left:78%;margin:0;width:48px;height:48px;animation-delay:.8s;animation-duration:5.8s}@keyframes neuron-float{0%,to{transform:translate(0) scale(1);opacity:.35}33%{transform:translate(8px,-12px) scale(1.05);opacity:.45}66%{transform:translate(-6px,8px) scale(.98);opacity:.3}}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.7}50%{transform:translateY(-20px) rotate(180deg);opacity:1}}.fade-in{opacity:0;transform:translateY(30px);transition:all .7s cubic-bezier(.16,1,.3,1)}.fade-in.visible{opacity:1;transform:translateY(0)}.slide-in-left{opacity:0;transform:translate(-50px);transition:all .6s ease-out}.slide-in-left.visible{opacity:1;transform:translate(0)}.slide-in-right{opacity:0;transform:translate(50px);transition:all .6s ease-out}.slide-in-right.visible{opacity:1;transform:translate(0)}.scale-in{opacity:0;transform:scale(.8);transition:all .6s ease-out}.scale-in.visible{opacity:1;transform:scale(1)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.text-center{text-align:center}.mb-4{margin-bottom:2rem}.mb-6{margin-bottom:3rem}.btn{display:inline-block;padding:12px 30px;border:none;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer;font-size:16px}.btn-primary{background:linear-gradient(45deg,#667eea 0%,#764ba2 100%);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.card{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:30px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.scroll-to-top{display:flex;align-items:center;justify-content:center;position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(45deg,#667eea,#764ba2);border:none;border-radius:50%;color:#fff;font-size:1.5rem;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;z-index:1000;box-shadow:0 4px 15px #667eea4d}.scroll-to-top:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top .icon{display:flex;align-items:center;justify-content:center;font-weight:700}.main-content{min-height:calc(100vh - 96px)}@media (max-width: 768px){.container{padding:0 15px}.section{padding:60px 0}.btn{padding:10px 25px;font-size:14px}.scroll-to-top{bottom:20px;right:20px;width:45px;height:45px;font-size:1.3rem}.main-content{min-height:calc(100vh - 70px)}}@media (max-width: 480px){.container{padding:0 12px}.section{padding:40px 0}.btn{padding:8px 20px;font-size:13px}.scroll-to-top{bottom:15px;right:15px;width:40px;height:40px;font-size:1.2rem}.main-content{min-height:calc(100vh - 60px)}}@media (hover: none) and (pointer: coarse){.btn:hover,.card:hover,.nav-link:hover,.social-link:hover{transform:none}}@media screen and (-webkit-min-device-pixel-ratio: 0){select,textarea,input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color]{font-size:16px}}
