@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:#fff;overflow-x:hidden;width:100%;position:relative}.app{min-height:100vh;background:linear-gradient(135deg,#000,#1a1a1a,#000)}.navigation{position:fixed;top:0;width:100%;background:#000000f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);z-index:1000;padding:1rem 0}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.nav-logo h2{color:#fff;font-size:1.8rem;font-weight:700;letter-spacing:-.5px}.nav-menu{display:flex;gap:3rem;list-style:none}.nav-link{color:#fff;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .3s ease;position:relative;letter-spacing:.5px}.nav-link:hover{color:#ccc}.nav-link:after{content:"";position:absolute;width:0;height:1px;bottom:-5px;left:0;background:#fff;transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-toggle{display:none;background:none;border:none;flex-direction:column;cursor:pointer;padding:.5rem}.hamburger{width:25px;height:2px;background:#fff;margin:3px 0;transition:.3s}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:space-between;padding:0;width:100%;position:relative;background:linear-gradient(135deg,#000,#1a1a1a,#000)}.hero-content{flex:1;max-width:600px;z-index:2;padding-left:4rem}.hero-title{font-size:4rem;font-weight:300;color:#fff;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-2px}.gradient-text{display:block;font-weight:700;color:#fff;margin-top:.5rem}.hero-subtitle{font-size:1.3rem;color:#ccc;line-height:1.7;margin-bottom:3rem;font-weight:300;max-width:500px}.hero-buttons{display:flex;gap:1.5rem}.btn-primary:hover{background:#f0f0f0;transform:translateY(-1px)}.btn-secondary:hover{background:#fff;color:#000;transform:translateY(-1px)}.canvas-container{flex:1;height:80vh;position:relative;padding:0 2rem;display:flex;justify-content:center;align-items:center}.services-section{padding:8rem 0;background:#000;border-top:1px solid rgba(255,255,255,.1)}.container{max-width:1400px;margin:0 auto;padding:0 2rem;width:100%;overflow-x:hidden}@media (max-width: 768px){.container{padding:0 1rem}}.section-title{font-size:2.5rem;font-weight:300;color:#fff;text-align:center;margin-bottom:4rem;letter-spacing:-1px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:0;padding:3rem 2rem;text-align:left;transition:all .3s ease}.service-card:hover{background:#ffffff0d;border-color:#fff3}.service-icon{font-size:2rem;margin-bottom:2rem;color:#fff}.service-card h3{color:#fff;font-size:1.4rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.5px}.service-card p{color:#ccc;line-height:1.7;font-weight:300}.stats-section{padding:8rem 0;background:#ffffff05;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;text-align:center}.stat-item h3{font-size:3.5rem;font-weight:300;color:#fff;margin-bottom:.5rem;letter-spacing:-2px}.stat-item p{color:#ccc;font-size:1rem;font-weight:300;letter-spacing:.5px;text-transform:uppercase}.footer{background:#000;padding:3rem 0;border-top:1px solid rgba(255,255,255,.1)}.footer-contact{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:#ffffff05;border-radius:8px;text-align:center}.contact-item{text-align:left}.contact-item h3{color:#fff;font-size:1rem;font-weight:500;margin-bottom:.5rem}.contact-item p{color:#ccc;font-size:.9rem;font-weight:300}.footer p{color:#888;font-weight:300;font-size:.9rem;text-align:center}@media (max-width: 768px){.nav-menu{position:fixed;top:80px;left:-100%;width:100%;height:calc(100vh - 80px);background:#000000fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:flex-start;align-items:center;padding-top:3rem;transition:left .3s ease}.nav-menu-open{left:0}.nav-toggle{display:flex}.hero-section{flex-direction:column;text-align:center;padding:8rem 1rem 2rem;align-items:center}.hero-content{text-align:center;padding-left:0;max-width:100%}.hero-title{font-size:2.8rem}.hero-buttons{justify-content:center;flex-wrap:wrap}.canvas-container{height:800px;width:100%;margin-top:3rem;padding:0 1rem}.services-grid{grid-template-columns:1fr;gap:1.5rem;text-align:center}.stats-grid{grid-template-columns:repeat(2,1fr)}.service-card{padding:1.5rem;margin-bottom:1rem;display:flex;flex-direction:column;align-items:center}.service-icon{font-size:1.8rem;margin-bottom:1rem}.service-card h3{font-size:1.3rem}.service-card p{font-size:.9rem}}@media (max-width: 480px){.hero-title{font-size:2.2rem}.stats-grid{grid-template-columns:1fr}.nav-container{padding:0 1rem}}::-webkit-scrollbar{width:2px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#fff;border-radius:1px}::-webkit-scrollbar-thumb:hover{background:#ccc}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content{animation:fadeIn 1s ease-out}.service-card{animation:fadeIn .8s ease-out}.stat-item{animation:fadeIn 1s ease-out}.shooting-stars-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:1}.shooting-star{position:absolute;right:-100px;width:2px;height:2px;background:linear-gradient(45deg,#fff,#87ceeb);border-radius:50%;animation:shootAcross linear forwards,starGrow linear forwards;box-shadow:0 0 6px #fff,0 0 12px #87ceeb,0 0 18px #87ceeb}.shooting-star-tail{position:absolute;top:50%;right:0;width:0;height:1px;background:linear-gradient(90deg,#fff0,#fffc 30%,#87ceeb99 70%,#87ceeb00);transform:translateY(-50%);animation:tailGrow linear forwards;border-radius:1px}@keyframes shootAcross{0%{right:-100px;opacity:0}10%{opacity:1}90%{opacity:1}to{right:100vw;opacity:0}}@keyframes starGrow{0%{transform:scale(.5);box-shadow:0 0 3px #fff,0 0 6px #87ceeb,0 0 9px #87ceeb}20%{transform:scale(1);box-shadow:0 0 6px #fff,0 0 12px #87ceeb,0 0 18px #87ceeb}50%{transform:scale(1.5);box-shadow:0 0 12px #fff,0 0 24px #87ceeb,0 0 36px #87ceeb}80%{transform:scale(2);box-shadow:0 0 18px #fff,0 0 36px #87ceeb,0 0 54px #87ceeb}to{transform:scale(.5);box-shadow:0 0 3px #fff,0 0 6px #87ceeb,0 0 9px #87ceeb}}@keyframes tailGrow{0%{width:0}20%{width:60px}50%{width:120px}80%{width:100px}to{width:0}}@media (max-width: 768px){.shooting-star{width:3px;height:3px}.shooting-star-tail{height:2px}@keyframes tailGrow{0%{width:0}20%{width:40px}80%{width:60px}to{width:0}}}@media (min-width: 1200px){.shooting-star-tail{@keyframes tailGrow{0%{width:0}20%{width:100px}80%{width:120px}to{width:0}}}}.starfield-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.brands-section{padding:6rem 0;background:#000;border-top:1px solid rgba(255,255,255,.1);overflow:hidden}.brands-container{max-width:1400px;margin:0 auto;padding:0 2rem}.brands-title{font-size:2.5rem;font-weight:300;color:#fff;text-align:center;margin-bottom:4rem;letter-spacing:-1px}.brands-title:after{content:"";display:block;width:60px;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);margin:1rem auto 0;border-radius:2px}.brands-slider{position:relative;overflow:hidden;width:100%;mask:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%);-webkit-mask:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%)}.brands-track{display:flex;animation:slide 30s linear infinite;width:fit-content}.brand-item{flex:0 0 auto;margin:0 2rem;padding:2rem;background:linear-gradient(145deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.15);border-radius:50%;transition:all .4s cubic-bezier(.25,.46,.45,.94);width:140px;height:140px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0003,0 8px 25px #0000001a,inset 0 1px #ffffff1a}.brand-item:hover{background:linear-gradient(145deg,#ffffff14,#ffffff0a);border-color:#ffffff4d;transform:translateY(-5px) scale(1.05);box-shadow:0 8px 25px #0000004d,0 15px 35px #00000026,inset 0 2px #ffffff26}.brand-name{color:#fff;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-align:center;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.3);transition:all .3s ease}.brand-item:hover .brand-name{color:#f0f0f0;text-shadow:0 2px 4px rgba(0,0,0,.5)}.brand-logo{width:80%;height:80%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.brand-logo svg{width:100%;height:100%;max-width:60px;max-height:60px}.brand-item:hover .brand-logo{transform:scale(1.1)}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.brands-slider:hover .brands-track{animation-play-state:paused}@media (max-width: 768px){.brands-title{font-size:2rem;margin-bottom:3rem}.brand-item{margin:0 1rem;padding:1.5rem;width:120px;height:120px}.brand-name{font-size:1rem}.brands-track{animation-duration:25s}}@media (max-width: 480px){.brands-section{padding:4rem 0}.brands-title{font-size:1.8rem}.brand-item{margin:0 .5rem;padding:1rem;width:100px;height:100px}.brand-name{font-size:.9rem}}.industries-section{padding:6rem 0;background:#ffffff05;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);overflow:hidden}.industries-container{max-width:1400px;margin:0 auto;padding:0 2rem}.industries-title{font-size:2.5rem;font-weight:300;color:#fff;text-align:center;margin-bottom:2rem;letter-spacing:-1px}.industries-description{color:#fffc;font-size:1.1rem;line-height:1.7;text-align:center;max-width:800px;margin:0 auto 3rem;padding:0 1.5rem}.industries-slider{position:relative;overflow:hidden;width:100%;mask:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%);-webkit-mask:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%)}.industries-track{display:flex;animation:slideRightToLeft 35s linear infinite;width:fit-content}.industry-item{flex:0 0 auto;margin:0 1.5rem;padding:2rem 1.5rem;background:linear-gradient(145deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.15);border-radius:12px;transition:all .4s cubic-bezier(.25,.46,.45,.94);min-width:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;cursor:pointer;box-shadow:0 4px 15px #0000004d,0 8px 25px #00000026,inset 0 1px #ffffff1a,inset 0 -1px #0000001a;transform-style:preserve-3d;perspective:1000px}.industry-item:hover{background:linear-gradient(145deg,#ffffff14,#ffffff0a);border-color:#ffffff4d;transform:translateY(-8px) rotateX(5deg) rotateY(-2deg);box-shadow:0 12px 35px #0006,0 20px 50px #0003,0 25px 60px #0000001a,inset 0 2px #ffffff26,inset 0 -2px #00000026}.industry-icon{width:3rem;height:3rem;transition:all .4s cubic-bezier(.25,.46,.45,.94);filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transform-style:preserve-3d}.industry-icon svg{width:100%;height:100%}.industry-item:hover .industry-icon{transform:scale(1.15) translateZ(20px);filter:drop-shadow(0 4px 8px rgba(0,0,0,.5))}.industry-name{color:#fff;font-size:1rem;font-weight:500;letter-spacing:.5px;text-align:center;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.3);transition:all .4s cubic-bezier(.25,.46,.45,.94);transform-style:preserve-3d}.industry-item:hover .industry-name{transform:translateZ(10px);text-shadow:0 2px 4px rgba(0,0,0,.5)}@keyframes slideRightToLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.industries-slider:hover .industries-track{animation-play-state:paused}@media (max-width: 768px){.industries-title{font-size:2rem;margin-bottom:1.5rem}.industries-description{font-size:1rem;margin-bottom:2.5rem;padding:0 1rem}.industry-item{margin:0 1rem;padding:1.5rem 1rem;min-width:160px;gap:.8rem}.industry-icon{font-size:2rem}.industry-name{font-size:.9rem}.industries-track{animation-duration:30s}}@media (max-width: 480px){.industries-section{padding:4rem 0}.industries-title{font-size:1.8rem;margin-bottom:1rem}.industries-description{font-size:.9rem;margin-bottom:2rem;padding:0 .5rem;line-height:1.6}.industry-item{margin:0 .8rem;padding:1.2rem .8rem;min-width:140px;gap:.6rem}.industry-icon{font-size:1.8rem}.industry-name{font-size:.8rem}.industries-track{animation-duration:25s}}.tech-stack-section{padding:6rem 0;background:#ffffff03;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);overflow:hidden;position:relative}.tech-container{max-width:1400px;margin:0 auto;padding:0 2rem}.tech-title{font-size:2.5rem;font-weight:300;color:#fff;text-align:center;margin-bottom:1rem;letter-spacing:-1px}.tech-description{font-size:1.1rem;color:#fffc;text-align:center;margin-bottom:3rem;font-weight:300;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.7}.tech-subtitle{font-size:1.2rem;color:#ccc;text-align:center;margin-bottom:4rem;font-weight:300;max-width:600px;margin-left:auto;margin-right:auto}.tech-slider{width:100%;overflow:hidden;margin-top:3rem;position:relative}.tech-track{display:flex;gap:2rem;width:max-content;animation:scroll 30s linear infinite}.tech-item{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;border-radius:12px;background:transparent;border:none;transition:all .3s ease;min-width:150px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.tech-item:hover{background:transparent;transform:translateY(-5px) rotateX(5deg);box-shadow:0 10px 20px #0003}.tech-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:transparent!important}.tech-icon svg{width:100%;height:100%;transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2)) brightness(1.1) contrast(1.1)}.tech-item:hover .tech-icon svg{transform:scale(1.15) rotateY(10deg);filter:drop-shadow(0 6px 12px rgba(0,0,0,.3)) brightness(1.2) contrast(1.2);transition:all .4s cubic-bezier(.25,.46,.45,.94)}.tech-name{font-size:1rem;font-weight:500;color:#fff;opacity:.7;transition:all .3s ease}.tech-item:hover .tech-name{opacity:1;font-weight:600}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1rem))}}@media (max-width: 1200px){.tech-item{min-width:140px;padding:1.2rem}.tech-icon{width:55px;height:55px}}@media (max-width: 768px){.tech-stack-section{padding:4rem 0}.tech-title{font-size:2rem;margin-bottom:1rem}.tech-description{font-size:1rem;margin-bottom:2.5rem;max-width:700px}.tech-subtitle{font-size:1rem;margin-bottom:3rem}.tech-track{gap:1.5rem;animation-duration:25s}.tech-item{min-width:130px;padding:1rem;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.tech-icon{width:60px;height:60px}.tech-name{font-size:.9rem}.tech-item:hover{transform:translateY(-3px) rotateX(3deg)}}@media (max-width: 480px){.tech-description{font-size:.9rem;margin-bottom:2rem;max-width:90%;line-height:1.6}.tech-title{font-size:1.8rem}.tech-track{gap:1rem;animation-duration:20s}.tech-item{min-width:110px;padding:.8rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.tech-icon{width:50px;height:50px}.tech-name{font-size:.8rem}.tech-item:hover{transform:translateY(-2px) rotateX(2deg)}}.tech-card{animation:fadeInUp .6s ease-out}.tech-card:nth-child(1){animation-delay:.1s}.tech-card:nth-child(2){animation-delay:.2s}.tech-card:nth-child(3){animation-delay:.3s}.tech-card:nth-child(4){animation-delay:.4s}.tech-card:nth-child(5){animation-delay:.5s}.tech-card:nth-child(6){animation-delay:.6s}.tech-card:nth-child(7){animation-delay:.7s}.tech-card:nth-child(8){animation-delay:.8s}.tech-card:nth-child(9){animation-delay:.9s}.tech-card:nth-child(10){animation-delay:1s}.tech-card:nth-child(11){animation-delay:1.1s}.tech-card:nth-child(12){animation-delay:1.2s}.tech-stack-section:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(102,126,234,.03) 50%,transparent 100%);transition:left 3s ease}.tech-stack-section:hover:before{left:100%}.founder-section{padding:5rem 2rem;background:#f8f9fa;text-align:center}.founder-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3rem}.founder-image-container{width:200px;height:200px;border-radius:50%;overflow:hidden;border:4px solid #fff;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease}.founder-image-container:hover{transform:scale(1.05)}.founder-image{width:100%;height:100%;object-fit:cover}.founder-title{font-size:2.2rem;color:#333;margin-bottom:1.5rem;font-weight:600}.founder-description{font-size:1.2rem;color:#555;max-width:700px;line-height:1.7}@media (max-width: 768px){.founder-section{padding:3rem 1.5rem}.founder-container{gap:2rem}.founder-title{font-size:1.8rem}.founder-description{font-size:1rem;padding:0 1rem}}.services-page{min-height:100vh;background:linear-gradient(135deg,#000,#1a1a1a,#000);color:#fff;position:relative}.services-hero{min-height:100vh;display:flex;align-items:center;justify-content:space-between;padding:0 4rem;position:relative}.services-hero-content{flex:1;max-width:600px;z-index:2}.services-hero-title{font-size:4rem;font-weight:300;color:#fff;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-2px}.services-hero-title .gradient-text{display:block;font-weight:700;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:.5rem}.services-hero-subtitle{font-size:1.3rem;color:#ccc;line-height:1.7;margin-bottom:3rem;font-weight:300;max-width:500px}.services-3d-container{flex:1;height:100vh;position:relative}.services-grid-section{padding:8rem 0;position:relative}.services-container{max-width:1400px;margin:0 auto;padding:0 2rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:4rem}.service-card{border-radius:20px;padding:3px;transition:all .4s cubic-bezier(.25,.46,.45,.94);cursor:pointer;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:inherit;border-radius:20px;opacity:.1;transition:opacity .3s ease}.service-card:hover:before{opacity:.2}.service-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #0000004d}.service-card-inner{background:#000c;border-radius:17px;padding:2.5rem;height:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.service-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.service-title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem;letter-spacing:-.5px}.service-description{color:#ccc;line-height:1.6;margin-bottom:1.5rem;font-weight:300}.service-features{list-style:none;padding:0;margin:0 0 2rem}.service-feature{display:flex;align-items:center;margin-bottom:.8rem;color:#e0e0e0;font-size:.9rem}.feature-bullet{color:#4ade80;margin-right:.8rem;font-weight:700}.service-cta{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;width:100%}.service-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.services-cta-section{padding:8rem 0;background:#ffffff05;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.services-cta-content{text-align:center;max-width:800px;margin:0 auto}.services-cta-title{font-size:2.5rem;font-weight:300;color:#fff;margin-bottom:1.5rem;letter-spacing:-1px}.services-cta-subtitle{font-size:1.2rem;color:#ccc;line-height:1.7;margin-bottom:3rem;font-weight:300}.services-cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.services-footer{background:#000;padding:3rem 0;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.services-footer p{color:#888;font-weight:300;font-size:.9rem}@media (max-width: 1200px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media (max-width: 768px){.services-hero{flex-direction:column;text-align:center;padding:8rem 1rem 2rem}.services-hero-title{font-size:2.8rem}.services-3d-container{height:400px;margin-top:3rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card-inner{padding:2rem}.services-cta-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}}@media (max-width: 480px){.services-hero-title{font-size:2.2rem}.services-cta-title{font-size:2rem}.service-card-inner{padding:1.5rem}}.service-card{animation:fadeInUp .6s ease-out}.service-card:nth-child(2n){animation-delay:.1s}.service-card:nth-child(3n){animation-delay:.2s}.insights-page{min-height:100vh;background:linear-gradient(135deg,#000,#1a1a1a,#000);color:#fff;position:relative}.insights-hero{min-height:100vh;display:flex;align-items:center;justify-content:space-between;padding:0 4rem;position:relative}.insights-hero-content{flex:1;max-width:700px;z-index:2}.insights-hero-title{font-size:4rem;font-weight:300;color:#fff;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-2px}.insights-hero-title .gradient-text{display:block;font-weight:700;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:.5rem}.insights-hero-subtitle{font-size:1.3rem;color:#ccc;line-height:1.7;margin-bottom:3rem;font-weight:300;max-width:550px}.growth-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-top:2rem}.growth-metric-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.growth-metric-card:hover{background:#ffffff14;transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.metric-icon{font-size:2rem;margin-bottom:.5rem}.metric-value{font-size:2rem;font-weight:700;margin-bottom:.5rem}.metric-title{font-size:.9rem;font-weight:600;color:#fff;margin-bottom:.3rem}.metric-description{font-size:.8rem;color:#ccc}.insights-3d-container{flex:1;height:100vh;position:relative}.insights-grid-section{padding:8rem 0;position:relative}.insights-container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-subtitle{font-size:1.2rem;color:#ccc;font-weight:300;max-width:600px;margin:0 auto}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.insight-card{border-radius:20px;padding:3px;transition:all .4s cubic-bezier(.25,.46,.45,.94);cursor:pointer;position:relative;overflow:hidden}.insight-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:inherit;border-radius:20px;opacity:.1;transition:opacity .3s ease}.insight-card:hover:before{opacity:.2}.insight-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #0000004d}.insight-card-inner{background:#000c;border-radius:17px;padding:2rem;height:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column}.insight-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.insight-category{background:#ffffff1a;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.insight-image{font-size:2.5rem}.insight-content{flex:1}.insight-title{font-size:1.4rem;font-weight:600;color:#fff;margin-bottom:1rem;line-height:1.3}.insight-excerpt{color:#ccc;line-height:1.6;margin-bottom:1.5rem;font-weight:300}.insight-growth{margin-bottom:1.5rem}.growth-indicator{display:flex;flex-direction:column;align-items:flex-start}.growth-value{font-size:2rem;font-weight:700;color:#4ade80;line-height:1}.growth-metric{font-size:.9rem;color:#fff;font-weight:500;margin-top:.2rem}.insight-footer{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.insight-meta{display:flex;flex-direction:column}.insight-author{font-size:.9rem;color:#fff;font-weight:500}.insight-date{font-size:.8rem;color:#ccc;margin-top:.2rem}.insight-read-time{font-size:.8rem;color:#ccc;background:#ffffff0d;padding:.3rem .8rem;border-radius:10px}.insight-cta{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;width:100%}.insight-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.high-growth-section{padding:8rem 0;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.high-growth-content{display:flex;align-items:center;gap:4rem;max-width:1200px;margin:0 auto}.growth-stats{flex:0 0 300px}.stat-circle{width:250px;height:250px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;box-shadow:0 20px 40px #667eea4d}.stat-circle:before{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border-radius:50%;background:#000}.stat-number{font-size:3.5rem;font-weight:700;color:#fff;z-index:2;line-height:1}.stat-label{font-size:1rem;color:#fff;z-index:2;text-align:center;margin-top:.5rem}.growth-text{flex:1}.growth-title{font-size:2.5rem;font-weight:300;color:#fff;margin-bottom:1.5rem;letter-spacing:-1px}.growth-description{font-size:1.2rem;color:#ccc;line-height:1.7;margin-bottom:3rem;font-weight:300}.growth-buttons{display:flex;gap:1.5rem;flex-wrap:wrap}.insights-footer{background:#000;padding:3rem 0;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.insights-footer p{color:#888;font-weight:300;font-size:.9rem}@media (max-width: 1200px){.insights-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.high-growth-content{flex-direction:column;text-align:center}}@media (max-width: 768px){.insights-hero{flex-direction:column;text-align:center;padding:8rem 1rem 2rem}.insights-hero-title{font-size:2.8rem}.insights-3d-container{height:400px;margin-top:3rem}.insights-grid{grid-template-columns:1fr;gap:1.5rem}.insight-card-inner{padding:1.5rem}.growth-metrics{grid-template-columns:repeat(2,1fr)}.stat-circle{width:200px;height:200px}.stat-number{font-size:2.5rem}.growth-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}}@media (max-width: 480px){.insights-hero-title{font-size:2.2rem}.growth-title{font-size:2rem}.growth-metrics{grid-template-columns:1fr}}.insight-card{animation:fadeInUp .6s ease-out}.insight-card:nth-child(2n){animation-delay:.1s}.insight-card:nth-child(3n){animation-delay:.2s}.growth-metric-card{animation:fadeInUp .8s ease-out}.growth-metric-card:nth-child(2){animation-delay:.1s}.growth-metric-card:nth-child(3){animation-delay:.2s}.growth-metric-card:nth-child(4){animation-delay:.3s}.solutions-page{min-height:100vh;background:linear-gradient(135deg,#000,#1a1a1a,#000);color:#fff;position:relative}.solutions-hero{min-height:100vh;display:flex;align-items:center;justify-content:space-between;padding:0 4rem;position:relative}.solutions-hero-content{flex:1;max-width:700px;z-index:2}.solutions-hero-title{font-size:4rem;font-weight:300;color:#fff;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-2px}.solutions-hero-title .gradient-text{display:block;font-weight:700;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:.5rem}.solutions-hero-subtitle{font-size:1.3rem;color:#ccc;line-height:1.7;margin-bottom:3rem;font-weight:300;max-width:600px}.hero-stats{display:flex;gap:3rem;margin-top:2rem}.hero-stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:#667eea;line-height:1;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#ccc;text-transform:uppercase;letter-spacing:.5px}.solutions-3d-container{flex:1;height:100vh;position:relative}.solutions-grid-section{padding:8rem 0;position:relative}.solutions-container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:300;color:#fff;margin-bottom:1rem;letter-spacing:-1px}.section-subtitle{font-size:1.2rem;color:#ccc;font-weight:300;max-width:700px;margin:0 auto}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2.5rem}.solution-card{border-radius:24px;padding:4px;transition:all .4s cubic-bezier(.25,.46,.45,.94);cursor:pointer;position:relative;overflow:hidden}.solution-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:inherit;border-radius:24px;opacity:.1;transition:opacity .3s ease}.solution-card:hover:before{opacity:.2}.solution-card:hover{transform:translateY(-15px) scale(1.03);box-shadow:0 25px 50px #0006}.solution-card-inner{background:#000000d9;border-radius:20px;padding:3rem;height:100%;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column}.solution-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.solution-category{background:#ffffff26;color:#fff;padding:.4rem 1rem;border-radius:25px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.solution-icon{font-size:3rem}.solution-title{font-size:1.6rem;font-weight:600;color:#fff;margin-bottom:1rem;line-height:1.3}.solution-description{color:#ccc;line-height:1.6;margin-bottom:2rem;font-weight:300;flex:1}.solution-metrics{display:flex;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.metric{flex:1;text-align:center}.metric-value{display:block;font-size:1.3rem;font-weight:700;color:#4ade80;margin-bottom:.3rem}.metric-label{font-size:.8rem;color:#ccc;text-transform:uppercase;letter-spacing:.3px}.solution-features{margin-bottom:2rem}.solution-features h4{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1rem}.solution-features ul{list-style:none;padding:0;margin:0}.solution-features li{display:flex;align-items:center;margin-bottom:.8rem;color:#e0e0e0;font-size:.9rem}.feature-check{color:#4ade80;margin-right:.8rem;font-weight:700;font-size:1rem}.solution-cta{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;width:100%}.solution-cta:hover{transform:translateY(-3px);box-shadow:0 10px 25px #667eea66}.technology-section{padding:8rem 0;background:#ffffff05;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.technology-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.technology-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.technology-card:hover{background:#ffffff14;transform:translateY(-5px);box-shadow:0 15px 30px #0003}.tech-icon{font-size:3rem;margin-bottom:1rem}.tech-category{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.tech-list{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.tech-item{background:#667eea33;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid rgba(102,126,234,.3)}.enterprise-cta-section{padding:8rem 0;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.enterprise-cta-content{text-align:center;max-width:900px;margin:0 auto}.enterprise-title{font-size:2.5rem;font-weight:300;color:#fff;margin-bottom:1.5rem;letter-spacing:-1px}.enterprise-subtitle{font-size:1.2rem;color:#ccc;line-height:1.7;margin-bottom:3rem;font-weight:300}.enterprise-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem}.enterprise-feature{display:flex;align-items:center;justify-content:center;gap:.8rem;background:#ffffff0d;padding:1rem;border-radius:10px;border:1px solid rgba(255,255,255,.1)}.feature-icon{font-size:1.5rem}.enterprise-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#fff;color:#000;border:none;padding:1.2rem 2.5rem;border-radius:2px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:.5px;text-transform:uppercase}.btn-primary:hover{background:#f0f0f0;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#fff;border:1px solid #ffffff;padding:1.2rem 2.5rem;border-radius:2px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:.5px;text-transform:uppercase}.btn-secondary:hover{background:#fff;color:#000;transform:translateY(-2px)}.solutions-footer{background:#000;padding:3rem 0;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.solutions-footer p{color:#888;font-weight:300;font-size:.9rem}@media (max-width: 1200px){.solutions-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}@media (max-width: 768px){.solutions-hero{flex-direction:row;text-align:center;padding:2rem .5rem;min-height:70vh;justify-content:space-between;align-items:center;width:100vw;overflow-x:hidden;box-sizing:border-box}.solutions-hero-content{width:45%;min-width:280px;padding:0 .5rem;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.solutions-3d-container{width:55%;height:60vh;display:flex;justify-content:center;align-items:center;background:#0000000d;border-radius:16px;box-sizing:border-box}body{overflow-x:hidden;width:100%}.solutions-hero-title{font-size:2rem}.solutions-hero-subtitle{font-size:1rem}.hero-stats{flex-wrap:wrap;gap:1rem}.solutions-hero-title{font-size:2.5rem;margin-bottom:1rem}.solutions-hero-subtitle{font-size:1.1rem;margin-bottom:2rem}.solutions-3d-container{height:350px;width:100%;margin-top:2rem}.hero-stats{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem}.hero-stat{min-width:120px}.stat-number{font-size:2rem}.solutions-grid{grid-template-columns:1fr;gap:1.5rem}.solution-card-inner{padding:1.5rem}.solution-title{font-size:1.4rem}.solution-metrics{flex-direction:row;flex-wrap:wrap;gap:1rem;padding:1rem}.metric{min-width:100px}.technology-grid{grid-template-columns:1fr;gap:1.5rem}.enterprise-features{grid-template-columns:1fr;gap:1rem}.enterprise-buttons{flex-direction:column;align-items:center;gap:1rem}.btn-primary,.btn-secondary{width:100%;max-width:280px;padding:1rem}}@media (max-width: 480px){.solutions-hero-title{font-size:2rem}.enterprise-title{font-size:1.8rem}.section-title{font-size:2rem}.hero-stat{min-width:100px}.stat-number{font-size:1.8rem}.solution-card-inner{padding:1.2rem}.solution-title{font-size:1.3rem}.solution-features li{font-size:.85rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.solution-card{animation:fadeInUp .6s ease-out}.solution-card:nth-child(2n){animation-delay:.1s}.solution-card:nth-child(3n){animation-delay:.2s}.technology-card{animation:fadeInUp .8s ease-out}.technology-card:nth-child(2){animation-delay:.1s}.technology-card:nth-child(3){animation-delay:.2s}.technology-card:nth-child(4){animation-delay:.3s}.hero-stat{animation:fadeInUp 1s ease-out}.hero-stat:nth-child(2){animation-delay:.2s}.hero-stat:nth-child(3){animation-delay:.4s}.contact-page{padding:2rem;max-width:800px;margin:0 auto;background:linear-gradient(135deg,#000,#1a1a1a,#000);min-height:100vh;color:#fff}.contact-info{margin-bottom:2rem;padding:1.5rem;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:8px}.contact-item{margin-bottom:1rem}.contact-item h3{color:#fff;margin-bottom:.5rem}.contact-item p{margin:0;font-size:1.1rem;color:#ccc}.contact-form{margin-top:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;border-radius:4px;font-size:1rem}button[type=submit]{background-color:#007bff;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s}button[type=submit]:hover{background-color:#0056b3}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;background:#000}body{margin:0;min-width:320px;min-height:100vh;background:#000;color:#fff}#root{width:100%;min-height:100vh;background:#000}*,*:before,*:after{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}::selection{background:#fff3;color:#fff}::-moz-selection{background:#fff3;color:#fff}*:focus{outline:1px solid #ffffff;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button{background:none;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}a{color:inherit;text-decoration:none}input,textarea,select{font-family:inherit}
