*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#764ba2,#667eea)}.navbar{padding:1.5rem 0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0ae6;box-shadow:0 5px 30px #667eea33;padding:1rem 0}.nav-wrapper{justify-content:space-between}.logo,.nav-wrapper{align-items:center;display:flex}.logo{color:#fff;cursor:pointer;font-size:1.8rem;font-weight:800;gap:10px}.logo-image{filter:drop-shadow(0 0 10px rgba(102,126,234,.5));height:50px;object-fit:contain;transition:filter .3s ease;width:50px}.logo:hover .logo-image{filter:drop-shadow(0 0 15px rgba(102,126,234,.8))}.logo-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.2rem}.nav-menu{display:flex;gap:3rem;list-style:none;margin:0}.nav-menu a{color:#fff;font-size:1rem;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-menu a:after{background:linear-gradient(135deg,#667eea,#764ba2);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-menu a:hover{color:#667eea}.nav-menu a:hover:after{width:100%}.hamburger{color:#fff;cursor:pointer;display:none;font-size:1.8rem}.mobile-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0afa;border-left:1px solid #667eea4d;height:calc(100vh - 80px);max-width:400px;padding:2rem;position:fixed;right:0;top:80px;width:100%;z-index:999}.mobile-menu ul{display:flex;flex-direction:column;gap:2rem;list-style:none}.mobile-menu a{border-radius:10px;color:#fff;display:block;font-size:1.5rem;font-weight:600;padding:1rem;text-decoration:none;transition:all .3s ease}.mobile-menu a:hover{background:#667eea33;color:#667eea}@media (max-width:768px){.desktop-menu{display:none}.hamburger{display:block}.logo{font-size:1.5rem}.logo-icon{font-size:1.8rem}}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding-top:80px;position:relative}.hero-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.floating-element{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(135deg,#667eea33,#764ba233);border:1px solid #667eea4d;border-radius:20%;box-shadow:0 8px 32px #667eea4d;height:100px;position:absolute;width:100px}.element-1{height:80px;left:10%;top:10%;width:80px}.element-2{border-radius:50%;height:120px;right:15%;top:20%;width:120px}.element-3{border-radius:30%;bottom:15%;height:100px;left:20%;width:100px}.element-4{border-radius:15%;bottom:25%;height:90px;right:10%;width:90px}.morphing-shape{filter:blur(40px);height:600px;left:50%;opacity:.4;position:absolute;top:50%;transform:translate(-50%,-50%);width:600px}.gradient-sphere{animation:float 15s ease-in-out infinite;border-radius:50%;filter:blur(80px);opacity:.3;position:absolute}.sphere-1{animation-delay:0s;background:linear-gradient(135deg,#667eea,#764ba2);height:500px;left:-10%;top:-10%;width:500px}.sphere-2{animation-delay:5s;background:linear-gradient(135deg,#f093fb,#f5576c);bottom:-10%;height:400px;right:-10%;width:400px}.sphere-3{animation-delay:10s;background:linear-gradient(135deg,#4facfe,#00f2fe);height:300px;left:50%;top:50%;transform:translate(-50%,-50%);width:300px}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-50px,50px) scale(.9)}}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:2}.hero-content{max-width:600px}.hero-logo-container{display:flex;justify-content:flex-start;margin-bottom:2rem}.hero-logo{animation:logoFloat 3s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(102,126,234,.6));height:150px;object-fit:contain;width:150px}@keyframes logoFloat{0%,to{filter:drop-shadow(0 0 20px rgba(102,126,234,.6));transform:translateY(0)}50%{filter:drop-shadow(0 0 30px rgba(118,75,162,.8));transform:translateY(-10px)}}.hero-title{color:#fff;font-size:4rem;font-weight:900;line-height:1.2;margin-bottom:2rem;overflow:hidden}.hero-title .word{display:inline-block;margin-right:.5rem}.hero-subtitle{color:#b0b0b0;font-size:1.3rem;line-height:1.8;margin-bottom:3rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem}.hero-visual{align-items:center;display:flex;justify-content:center;perspective:1000px}.cube-container{animation:floatCube 6s ease-in-out infinite;height:300px;position:relative;transform-style:preserve-3d;width:300px}@keyframes floatCube{0%,to{transform:translateY(0) rotateX(0deg) rotateY(0deg)}50%{transform:translateY(-20px) rotateX(10deg) rotateY(180deg)}}.cube{animation:rotateCube 20s linear infinite;height:100%;position:relative;transform-style:preserve-3d;width:100%;will-change:transform}@keyframes rotateCube{0%{transform:rotateX(0deg) rotateY(0deg)}to{transform:rotateX(1turn) rotateY(1turn)}}.cube-face{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);backface-visibility:hidden;-webkit-backface-visibility:hidden;background:linear-gradient(135deg,#667eea33,#764ba233);border:1px solid #667eea66;box-shadow:0 0 30px #667eea33;height:300px;position:absolute;width:300px}.cube-face.front{transform:translateZ(150px)}.cube-face.back{transform:translateZ(-150px) rotateY(180deg)}.cube-face.right{transform:rotateY(90deg) translateZ(150px)}.cube-face.left{transform:rotateY(-90deg) translateZ(150px)}.cube-face.top{transform:rotateX(90deg) translateZ(150px)}.cube-face.bottom{transform:rotateX(-90deg) translateZ(150px)}.scroll-indicator{bottom:40px;color:#fff9;cursor:pointer;font-size:2.5rem;left:50%;position:absolute;transform:translateX(-50%);z-index:3}@media (max-width:1024px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-content{max-width:100%}.hero-buttons{justify-content:center}.hero-visual{display:none}.hero-title{font-size:3rem}.floating-element,.morphing-shape{display:none}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;width:100%}.btn{width:100%}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}}.services{background:#0a0a0a;position:relative}.services-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));perspective:1000px}.service-card{overflow:hidden;padding:3rem 2rem;position:relative;text-align:center;transform-style:preserve-3d;transition:all .3s ease}.service-card:before{background:linear-gradient(135deg,#667eea1a,#764ba21a);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:-1}.service-card:hover:before{opacity:1}.service-icon{align-items:center;box-shadow:0 10px 40px #667eea66;color:#fff;display:flex;font-size:3rem;height:100px;justify-content:center;margin:0 auto 2rem;position:relative;width:100px;z-index:1}.service-icon,.service-icon:before{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%}.service-icon:before{bottom:-5px;content:"";filter:blur(10px);left:-5px;opacity:.5;position:absolute;right:-5px;top:-5px;z-index:-1}.service-card h3{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.service-card p{color:#b0b0b0;font-size:1.05rem;line-height:1.8}.card-glow{background:radial-gradient(circle,#667eea33 0,#0000 70%);height:100%;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .5s ease;width:100%;z-index:-1}.service-card:hover .card-glow{transform:translate(-50%,-50%) scale(1.5)}.card-particles{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%}.particle{animation:float-particle 4s ease-in-out infinite;background:#667eea;border-radius:50%;height:4px;opacity:0;position:absolute;width:4px}.particle:first-child{animation-delay:0s;left:20%;top:20%}.particle:nth-child(2){animation-delay:1.3s;left:70%;top:60%}.particle:nth-child(3){animation-delay:2.6s;left:30%;top:80%}@keyframes float-particle{0%,to{opacity:0;transform:translateY(0) scale(0)}10%{opacity:1;transform:translateY(-10px) scale(1)}90%{opacity:1}to{opacity:0;transform:translateY(-100px) scale(.5)}}.service-card:hover .particle{animation-play-state:running}@media (max-width:768px){.services-grid{gap:2rem;grid-template-columns:1fr}.service-card{padding:2.5rem 1.5rem}.service-icon{font-size:2.5rem;height:80px;width:80px}.service-card h3{font-size:1.5rem}}.about{background:linear-gradient(180deg,#0a0a0a,#0f0f1a);position:relative}.about-content{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:1fr 1fr}.about-text h2{color:#fff;font-size:3.5rem;font-weight:800;margin-bottom:2rem}.about-text p{color:#b0b0b0;font-size:1.15rem;line-height:1.9;margin-bottom:1.5rem}.about-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}.stat{overflow:hidden;padding:2rem 1.5rem;position:relative;text-align:center;transition:all .3s ease}.stat:before{background:linear-gradient(135deg,#667eea1a,#764ba21a);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.stat:hover:before{opacity:1}.stat h3{font-size:3rem;font-weight:900;margin-bottom:.5rem}.stat p{color:#b0b0b0;font-size:.95rem;margin:0}.about-visual{align-items:center;display:flex;justify-content:center;min-height:500px;position:relative}.rotating-cube{height:400px;position:relative;transform-style:preserve-3d;width:400px}.visual-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:30px;box-shadow:0 20px 60px #667eea66;color:#fff;display:flex;font-size:5rem;height:150px;justify-content:center;width:150px;z-index:2}.orbit,.visual-icon{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.orbit{border:1px solid #667eea33;border-radius:50%;will-change:transform}.orbit-dot{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 0 10px #667eea99;height:10px;position:absolute;width:10px}.orbit-1{animation:rotate 15s linear infinite;height:200px;width:200px}.orbit-1 .orbit-dot{left:50%;top:-5px;transform:translateX(-50%)}.orbit-2{animation:rotate 25s linear infinite reverse;height:270px;width:270px}.orbit-2 .orbit-dot{right:-5px;top:50%;transform:translateY(-50%)}.orbit-3{animation:rotate 35s linear infinite;height:340px;width:340px}.orbit-3 .orbit-dot{bottom:-5px;left:50%;transform:translateX(-50%)}.energy-wave{animation:pulse-wave 3s ease-out infinite;border:1px solid #667eea4d;border-radius:50%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);will-change:transform,opacity}.wave-1{animation-delay:0s}.wave-1,.wave-2{height:150px;width:150px}.wave-2{animation-delay:1.5s}.wave-3{display:none;height:150px;width:150px}@keyframes pulse-wave{0%{height:80px;opacity:.8;width:80px}to{height:320px;opacity:0;width:320px}}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@media (max-width:1024px){.about-content{gap:3rem;grid-template-columns:1fr}.about-text h2{font-size:2.8rem}.about-visual{display:none}}@media (max-width:768px){.about-stats{gap:1.5rem;grid-template-columns:1fr}.about-text h2{font-size:2.2rem}.about-text p{font-size:1rem}.stat h3{font-size:2.5rem}.about-visual{min-height:300px}.rotating-cube{height:250px;width:250px}.visual-icon{font-size:3rem;height:100px;width:100px}.orbit-1{height:150px;width:150px}.orbit-2{height:200px;width:200px}.orbit-3{height:250px;width:250px}}.why-choose-us{background:linear-gradient(180deg,#0f0f1a,#0a0a0a);position:relative}.reasons-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:5rem}.reason-card{overflow:hidden;padding:3rem 2rem;position:relative;text-align:center;transition:all .3s ease}.reason-card:before{background:linear-gradient(135deg,#667eea0d,#764ba20d);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.reason-card:hover:before{opacity:1}.reason-icon{color:#667eea;display:inline-block;font-size:3.5rem;margin-bottom:1.5rem}.reason-card h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.reason-card p{color:#b0b0b0;font-size:1.05rem;line-height:1.7}.stats-banner{align-items:center;display:flex;justify-content:space-around;padding:3rem 2rem;position:relative}.stats-banner:before{background:linear-gradient(135deg,#667eea1a,#764ba21a);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.stat-item{position:relative;text-align:center;z-index:1}.stat-item h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:900;margin-bottom:.5rem}.stat-item p{color:#b0b0b0;font-size:1.1rem;font-weight:600}.stat-divider{background:linear-gradient(180deg,#667eea00 0,#667eea80 50%,#667eea00);height:60px;width:2px}@media (max-width:1024px){.reasons-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}.stats-banner{flex-wrap:wrap;gap:2rem}.stat-divider{display:none}}@media (max-width:768px){.reasons-grid{gap:1.5rem;grid-template-columns:1fr}.reason-card{padding:2rem 1.5rem}.reason-icon{font-size:2.5rem}.reason-card h3{font-size:1.3rem}.reason-card p{font-size:1rem}.stats-banner{padding:2rem 1rem}.stat-item h3{font-size:2.5rem}.stat-item p{font-size:1rem}}.process{background:linear-gradient(180deg,#0a0a0a,#0f0f1a);position:relative}.process-timeline{margin:0 auto;max-width:1000px;position:relative}.process-step{margin-bottom:4rem;position:relative}.step-content{display:flex;justify-content:center;position:relative}.step-card{max-width:450px;overflow:hidden;padding:2.5rem;position:relative;width:100%}.step-card:before{background:linear-gradient(135deg,#667eea0d,#764ba20d);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.step-card:hover:before{opacity:1}.step-header{justify-content:space-between;margin-bottom:1.5rem}.step-header,.step-icon{align-items:center;display:flex}.step-icon{color:#667eea;font-size:3rem;justify-content:center}.step-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:900;opacity:.3}.step-card h3{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.step-card p{color:#b0b0b0;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.step-duration{background:#667eea33;border:1px solid #667eea66;border-radius:20px;color:#667eea;display:inline-block;font-size:.95rem;font-weight:600;padding:.5rem 1.5rem}.timeline-connector{background:linear-gradient(180deg,#667eea 0,#764ba2);border-radius:2px;height:80px;margin:-2rem auto 0;position:relative;transform-origin:top;width:4px}.timeline-connector:after,.timeline-connector:before{background:#667eea;border-radius:50%;box-shadow:0 0 20px #667eea99;content:"";height:12px;left:50%;position:absolute;transform:translateX(-50%);width:12px}.timeline-connector:before{top:-6px}.timeline-connector:after{bottom:-6px}@media (min-width:1025px){.step-content.left{justify-content:flex-end;padding-right:3rem}.step-content.right{justify-content:flex-start;padding-left:3rem}.process-timeline:before{background:linear-gradient(180deg,#667eea33 0,#764ba233);bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:4px}}@media (max-width:1024px){.step-card{max-width:100%}.timeline-connector{height:60px}}@media (max-width:768px){.process-step{margin-bottom:3rem}.step-card{padding:2rem 1.5rem}.step-icon{font-size:2.5rem}.step-number{font-size:3rem}.step-card h3{font-size:1.4rem}.step-card p{font-size:1rem}.timeline-connector{height:40px;margin:-1rem auto 0}}.technologies{background:linear-gradient(180deg,#0f0f1a,#0a0a0a);position:relative}.tech-categories{display:flex;flex-direction:column;gap:4rem}.category-title,.tech-category{position:relative}.category-title{color:#fff;display:inline-block;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;width:100%}.category-title:after{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.tech-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:0 auto;max-width:1000px}.tech-card{cursor:pointer;overflow:hidden;padding:2.5rem 1.5rem;position:relative;text-align:center;transition:all .3s ease}.tech-card:before{background:linear-gradient(135deg,#667eea0d,#764ba20d);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.tech-card:hover:before{opacity:1}.tech-icon{align-items:center;display:flex;font-size:4rem;justify-content:center;margin-bottom:1rem}.tech-name{color:#e0e0e0;font-size:1.1rem;font-weight:600;margin:0}.tech-footer{border-top:1px solid #667eea33;margin-top:4rem;padding-top:3rem;text-align:center}.tech-footer p{color:#b0b0b0;font-size:1.3rem;font-style:italic}@media (max-width:768px){.tech-categories{gap:3rem}.category-title{font-size:1.6rem}.tech-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.tech-card{padding:2rem 1rem}.tech-icon{font-size:3rem}.tech-name{font-size:1rem}.tech-footer p{font-size:1.1rem}}@media (max-width:480px){.tech-grid{grid-template-columns:repeat(2,1fr)}}.testimonials{background:linear-gradient(180deg,#0a0a0a,#0f0f1a);overflow:hidden;position:relative}.testimonials-slider{align-items:center;display:flex;height:500px;justify-content:center;margin:0 auto;max-width:900px;position:relative}.testimonial-card{cursor:grab;padding:4rem 3rem;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.testimonial-card:active{cursor:grabbing}.quote-icon{color:#667eea;font-size:4rem;margin-bottom:2rem;opacity:.3}.testimonial-content{text-align:center}.rating{color:#fbbf24;display:flex;font-size:1.5rem;gap:.5rem;justify-content:center;margin-bottom:2rem}.testimonial-text{color:#e0e0e0;font-size:1.3rem;font-style:italic;line-height:1.8;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px}.client-info{align-items:center;display:flex;gap:1.5rem;justify-content:center}.client-image{border:3px solid #667eea;border-radius:50%;height:80px;object-fit:cover;width:80px}.client-details{text-align:left}.client-details h4{color:#fff;font-size:1.4rem;font-weight:700;margin-bottom:.3rem}.client-position{color:#667eea;font-size:1rem;margin-bottom:.2rem}.client-company{color:#b0b0b0;font-size:.95rem}.slider-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#667eea33;border:2px solid #667eea66;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:60px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:60px;z-index:10}.slider-button:hover{background:#667eea66;border-color:#667eea;transform:translateY(-50%) scale(1.1)}.slider-button.prev{left:-80px}.slider-button.next{right:-80px}.slider-dots{bottom:-50px;display:flex;gap:1rem;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.dot{background:#667eea4d;border:none;border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .3s ease;width:12px}.dot:hover{background:#667eea99;transform:scale(1.2)}.dot.active{background:#667eea;border-radius:6px;width:35px}@media (max-width:1024px){.slider-button.prev{left:10px}.slider-button.next{right:10px}.testimonials-slider{height:550px}}@media (max-width:768px){.testimonial-card{padding:2.5rem 2rem}.testimonials-slider{height:600px}.quote-icon{font-size:3rem;margin-bottom:1.5rem}.testimonial-text{font-size:1.1rem;margin-bottom:2rem}.client-info{flex-direction:column}.client-details,.client-info{text-align:center}.client-details h4,.slider-button{font-size:1.2rem}.slider-button{height:45px;width:45px}.slider-button.prev{left:5px}.slider-button.next{right:5px}.rating{font-size:1.2rem}}.team{background:#0a0a0a;position:relative}.team-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:900px;perspective:1000px}.team-card{overflow:hidden;padding:3rem 2.5rem;position:relative;text-align:center;transform-style:preserve-3d;transition:all .4s ease}.team-card:before{background:linear-gradient(135deg,#667eea0d,#764ba20d);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.team-card:hover:before{opacity:1}.member-avatar{align-items:center;border-radius:50%;box-shadow:0 15px 50px #667eea66;display:flex;height:150px;justify-content:center;margin:0 auto 2rem;position:relative;width:150px}.avatar-text{color:#fff;font-size:3.5rem;font-weight:900;position:relative;z-index:2}.avatar-glow{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;bottom:-10px;filter:blur(20px);left:-10px;opacity:.6;position:absolute;right:-10px;top:-10px;z-index:0}.team-card h3{color:#fff;font-size:2rem;font-weight:700;margin-bottom:.5rem}.role{color:#667eea;font-size:1.1rem;font-weight:600;margin-bottom:2rem}.social-links{gap:1.5rem;margin-top:2rem}.social-link,.social-links{display:flex;justify-content:center}.social-link{align-items:center;background:#667eea33;border:2px solid #667eea4d;color:#667eea;font-size:1.5rem;height:50px;overflow:hidden;position:relative;text-decoration:none;width:50px}.social-link,.social-link:before{border-radius:50%;transition:all .3s ease}.social-link:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:0}.social-link:hover:before{height:100%;width:100%}.social-link:hover{border-color:#667eea;color:#fff}.social-link svg{position:relative;z-index:1}.card-shine{background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transform:rotate(45deg);transition:all .6s ease;width:200%}.team-card:hover .card-shine{left:100%;opacity:1}@media (max-width:768px){.team-grid{gap:2.5rem;grid-template-columns:1fr}.team-card{padding:2.5rem 2rem}.member-avatar{height:130px;width:130px}.avatar-text{font-size:3rem}.team-card h3{font-size:1.8rem}.role{font-size:1rem}.social-link{font-size:1.3rem;height:45px;width:45px}}.contact{background:linear-gradient(180deg,#0f0f1a,#0a0a0a);position:relative}.contact-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info-section{display:flex;flex-direction:column;gap:2rem}.info-card{align-items:start;display:flex;gap:1.5rem;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.info-card:before{background:linear-gradient(135deg,#667eea0d,#764ba20d);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.info-card:hover:before{opacity:1}.info-icon{align-items:center;color:#667eea;display:flex;font-size:2.5rem;justify-content:center;min-width:50px}.info-content h4{color:#fff;font-size:1.4rem;font-weight:700;margin-bottom:.8rem}.info-content p{color:#b0b0b0;font-size:1.05rem;margin:.5rem 0}.info-content a{color:#667eea;position:relative;text-decoration:none;transition:all .3s ease}.info-content a:after{background:linear-gradient(135deg,#667eea,#764ba2);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.info-content a:hover:after{width:100%}.contact-form{padding:3rem;position:relative}.form-group{margin-bottom:1.8rem}.form-group input,.form-group textarea{background:#ffffff0d;border:2px solid #667eea33;border-radius:12px;color:#fff;font-family:inherit;font-size:1rem;outline:none;padding:1.2rem 1.5rem;transition:all .3s ease;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:grey}.form-group input:focus,.form-group textarea:focus{background:#667eea1a;border-color:#667eea;box-shadow:0 0 20px #667eea33}.form-group textarea{min-height:150px;resize:vertical}.contact-form .btn-primary{font-size:1.1rem;font-weight:700;letter-spacing:1px;padding:1.2rem;text-transform:uppercase;width:100%}@media (max-width:1024px){.contact-content{gap:3rem;grid-template-columns:1fr}}@media (max-width:768px){.contact-form{padding:2rem}.info-card{padding:1.5rem}.info-icon{font-size:2rem}.info-content h4{font-size:1.2rem}.info-content p{font-size:.95rem}.form-group input,.form-group textarea{padding:1rem 1.2rem}}.footer{background:#0a0a0a;overflow:hidden;padding:4rem 0 2rem;position:relative}.footer-gradient{background:linear-gradient(90deg,#0000,#667eea 25%,#764ba2 50%,#667eea 75%,#0000);height:2px;left:0;position:absolute;right:0;top:0}.footer-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:2fr 1fr 1fr;margin-bottom:3rem}.footer-section h4{color:#fff;font-size:1.4rem;font-weight:700;margin-bottom:1.5rem}.footer-logo{align-items:center;color:#fff;display:flex;font-size:2rem;font-weight:800;gap:12px;margin-bottom:1rem}.footer-logo-image{filter:drop-shadow(0 0 10px rgba(102,126,234,.5));height:45px;object-fit:contain;width:45px}.footer-logo-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem}.footer-description{color:#b0b0b0;line-height:1.8;margin-bottom:2rem;max-width:350px}.footer-social{display:flex;gap:1rem}.social-icon{align-items:center;background:#667eea1a;border:2px solid #667eea4d;border-radius:50%;color:#667eea;display:flex;font-size:1.3rem;height:45px;justify-content:center;text-decoration:none;transition:all .3s ease;width:45px}.social-icon:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;box-shadow:0 5px 20px #667eea66;color:#fff}.footer-links{display:flex;flex-direction:column;gap:.8rem;list-style:none}.footer-links a{color:#b0b0b0;display:inline-block;position:relative;text-decoration:none;transition:all .3s ease}.footer-links a:before{content:"›";left:-15px;opacity:0;position:absolute;transition:all .3s ease}.footer-links a:hover{color:#667eea;transform:translateX(15px)}.footer-links a:hover:before{left:-20px;opacity:1}.footer-contact{display:flex;flex-direction:column;gap:1rem}.footer-contact p{align-items:center;color:#b0b0b0;display:flex;gap:.8rem;margin:0}.contact-icon{color:#667eea;font-size:1.2rem}.footer-contact a{color:#b0b0b0;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#667eea}.footer-bottom{border-top:1px solid #667eea1a;padding-top:2rem;text-align:center}.footer-bottom p{color:grey;margin:0}.footer-line{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;height:3px;margin:1rem auto 0;width:100px}@media (max-width:1024px){.footer-content{grid-template-columns:1fr 1fr}.footer-section:first-child{grid-column:1/-1}}@media (max-width:768px){.footer-content{gap:2.5rem;grid-template-columns:1fr}.footer-section:first-child{grid-column:1}.footer-logo{font-size:1.8rem}.footer-logo-icon{font-size:2.2rem}.footer-description{max-width:100%}}.animated-background{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.background-canvas,.floating-shapes-container{height:100%;left:0;position:absolute;top:0;width:100%}.floating-shape{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(135deg,#667eea26,#764ba226);border:1px solid #667eea4d;box-shadow:0 8px 32px #667eea33;position:absolute}.shape-1{animation:float-rotate 20s ease-in-out infinite;border-radius:50%;height:120px;left:10%;top:10%;width:120px}.shape-2{animation:float-rotate 25s ease-in-out infinite reverse;border-radius:20%;height:100px;right:15%;top:15%;width:100px}.shape-3{animation:float-rotate 18s ease-in-out infinite;border-radius:30%;bottom:20%;height:80px;left:15%;width:80px}.shape-4{animation:float-rotate 22s ease-in-out infinite reverse;border-radius:15%;bottom:15%;height:110px;right:20%;width:110px}.shape-5{animation:float-rotate 24s ease-in-out infinite;border-radius:50%;height:90px;left:5%;top:50%;width:90px}.shape-6{animation:float-rotate 19s ease-in-out infinite reverse;border-radius:25%;height:95px;right:8%;top:40%;width:95px}@keyframes float-rotate{0%,to{transform:translate(0) rotate(0deg) scale(1)}25%{transform:translate(30px,-30px) rotate(90deg) scale(1.1)}50%{transform:translate(-20px,20px) rotate(180deg) scale(.9)}75%{transform:translate(40px,10px) rotate(270deg) scale(1.05)}}.gradient-orb{animation:pulse-orb 8s ease-in-out infinite;border-radius:50%;filter:blur(80px);opacity:.4;position:absolute}.orb-1{animation-delay:0s;background:radial-gradient(circle,#667eea 0,#0000 70%);height:500px;left:-10%;top:-10%;width:500px}.orb-2{animation-delay:2s;background:radial-gradient(circle,#764ba2 0,#0000 70%);bottom:-10%;height:400px;right:-10%;width:400px}.orb-3{animation-delay:4s;background:radial-gradient(circle,#f093fb 0,#0000 70%);height:350px;left:50%;top:50%;transform:translate(-50%,-50%);width:350px}.orb-1,.orb-2{transform:translate(0)}@keyframes pulse-orb{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.15)}}.App{background:#0a0a0a;color:#fff;min-height:100vh;position:relative}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{min-height:100vh;padding:100px 0;position:relative}.section-header{margin-bottom:80px;text-align:center}.section-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;margin-bottom:20px}.section-header p{color:#a0a0a0;font-size:1.2rem;margin:0 auto;max-width:600px}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px}.glow{box-shadow:0 0 40px #667eea4d}.btn{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 10px 40px #667eea66;transform:translateY(-3px)}.btn-secondary{background:#0000;border:2px solid #ffffff4d;color:#fff}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80}@media (max-width:768px){.section{padding:60px 0}.section-header h2{font-size:2.5rem}.section-header p{font-size:1rem}}@media (max-width:480px){.section-header h2{font-size:2rem}}
/*# sourceMappingURL=main.d94188ce.css.map*/