body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;padding:1rem 0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar.scrolled{background:#000000fa;box-shadow:0 2px 20px #00ffff1a}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#0ff,#0080ff);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700;text-decoration:none;transition:all .3s ease}.logo:hover{transform:scale(1.05)}.logo-img{display:block;height:40px;width:auto}.nav-links{align-items:center;display:flex;gap:2rem;list-style:none}.nav-links a{color:#fff;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease}.nav-links a.active,.nav-links a:hover{color:#0ff;text-shadow:0 0 10px #0ff}.nav-links a:after{background:linear-gradient(45deg,#0ff,#0080ff);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a.active:after,.nav-links a:hover:after{width:100%}.mobile-menu-toggle{cursor:pointer;display:none;flex-direction:column;gap:4px}.mobile-menu-toggle span{background:#0ff;border-radius:2px;height:3px;transition:all .3s ease;width:25px}@media (max-width:768px){.mobile-menu-toggle{display:flex}.nav-links{background:#000000fa;flex-direction:column;gap:1rem;left:0;opacity:0;padding:2rem 0;position:fixed;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden;width:100%}.nav-links.active{opacity:1;transform:translateY(0);visibility:visible}.nav-links a{font-size:1.2rem;padding:1rem 0}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}}.hero{align-items:center;background:linear-gradient(135deg,#000,#1a1a2e 50%,#16213e);display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;text-align:center}.hero-background{z-index:1}.floating-particles,.hero-background{height:100%;left:0;position:absolute;top:0;width:100%}.floating-particles{animation:float 20s ease-in-out infinite;background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><circle cx="200" cy="200" r="3" fill="url(%23grad)"/><circle cx="800" cy="300" r="2" fill="url(%23grad)"/><circle cx="400" cy="600" r="2" fill="url(%23grad)"/><circle cx="600" cy="800" r="3" fill="url(%23grad)"/></svg>')}.hero-content{max-width:900px;padding:0 2rem;position:relative;z-index:2}.hero-title{-webkit-text-fill-color:#0000;animation:glow 2s ease-in-out infinite alternate;background:linear-gradient(45deg,#fff,#0ff);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{color:#0ff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.hero-description{color:#ccc;font-size:1.2rem;line-height:1.7;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:800px}.cta-button{background:linear-gradient(45deg,#0ff,#0080ff);border-radius:50px;box-shadow:0 4px 15px #00ffff4d;display:inline-block;font-size:1.1rem;font-weight:700;padding:1rem 2rem;transition:all .3s ease}.cta-button,.cta-button:hover{color:#000;text-decoration:none}.cta-button:hover{box-shadow:0 8px 25px #0ff6;transform:translateY(-2px)}@keyframes glow{0%{text-shadow:0 0 20px #00ffff80}to{text-shadow:0 0 30px #0ffc}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem;padding:0 1rem}.hero-content{padding:0 1rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:.9rem}}.about{align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;min-height:100vh;padding:5rem 0}.about-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:2.5fr 1fr}.about-content-row{display:flex;flex-direction:column;justify-content:space-between;min-height:600px}.about-top{flex:1 1;margin-bottom:2.5rem}.about-bottom{align-items:flex-end;flex:1 1;min-height:220px}.about-bottom,.about-image-large{display:flex;justify-content:center}.about-image-large{align-items:center;background:linear-gradient(45deg,#0ff,#0080ff);border-radius:18px;box-shadow:0 10px 30px #00ffff21;height:220px;margin:0 auto;max-width:700px;min-height:180px;width:100%}.image-placeholder-large{color:#ffffff40;filter:drop-shadow(0 0 12px #00ffff33);font-size:5rem}.about-text h2{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#0ff);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.about-text p{color:#ccc;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.about-image{align-items:center;background:linear-gradient(45deg,#0ff,#0080ff);border-radius:15px;box-shadow:0 10px 30px #0ff3;color:#ffffff4d;display:flex;font-size:4rem;height:220px;justify-content:center;max-width:180px;min-width:120px;overflow:hidden;position:relative;transition:all .3s ease}.about-image:hover{box-shadow:0 15px 40px #00ffff4d;transform:translateY(-5px)}.image-placeholder{animation:pulse 2s ease-in-out infinite}.about-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:2.5rem 0 2rem}.about-card{align-items:flex-start;background:#ffffff12;border:1px solid #00ffff26;border-radius:16px;box-shadow:0 4px 24px #00ffff12;display:flex;flex:1 1 260px;flex-direction:column;max-width:340px;min-width:260px;padding:2rem 1.5rem;transition:transform .2s,box-shadow .2s,border-color .2s}.about-card:hover{border-color:#0ff;box-shadow:0 8px 32px #00ffff26;transform:translateY(-6px) scale(1.03)}.about-card-title{font-size:1.3rem;margin-bottom:.7rem}.about-card-desc{color:#eee;font-size:1.05rem}.about-cards-horizontal{align-items:stretch;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:2.5rem 0 2rem}.about-card-horizontal{align-items:flex-start;background:linear-gradient(135deg,#00ffff14,#0080ff1a);border:1.5px solid #00ffff2e;border-radius:18px;box-shadow:0 6px 32px #00ffff1a;display:flex;flex:1 1 270px;flex-direction:column;height:100%;justify-content:flex-start;max-width:340px;min-width:270px;padding:2.2rem 2rem 2rem;position:relative;transition:transform .18s,box-shadow .18s,border-color .18s}.about-card-horizontal:hover{border-color:#0ff;box-shadow:0 12px 40px #00ffff2e;transform:translateY(-8px) scale(1.04)}.about-card-icon{color:#0ff;filter:drop-shadow(0 0 8px #00ffff33);font-size:2.2rem;margin-bottom:1.1rem}.about-card-title{color:#0ff;font-size:1.25rem;font-weight:700;letter-spacing:.5px;margin-bottom:.5rem}.about-card-desc{color:#eaf6fa;font-size:1.07rem;font-weight:400;line-height:1.6}.about-card-headline{color:#fff;font-size:1.12rem;font-weight:700;letter-spacing:.2px;margin-bottom:.7rem}.about-card-data{background:linear-gradient(135deg,#00e6ff1a,#0080ff14);border-left:6px solid #00e6ff}.about-card-ai{background:linear-gradient(135deg,#a259ff1a,#0080ff14);border-left:6px solid #a259ff}.about-card-agile{background:linear-gradient(135deg,#00ffb81a,#0080ff14);border-left:6px solid #00ffb8}.about-bg{background:linear-gradient(135deg,#181b2a,#16213e)}.about-cards-row-wrapper{align-items:flex-start;display:flex;justify-content:center;margin:2.2rem 0 1.2rem;min-height:260px;position:relative}.about-image-bg{align-items:center;background:linear-gradient(135deg,#0ff,#0080ff);border-radius:32px;display:flex;filter:blur(.5px);height:220px;justify-content:center;left:50%;opacity:.22;pointer-events:none;position:absolute;top:44%;transform:translate(-50%,-50%);width:520px;z-index:0}.image-placeholder-bg{color:#fff;filter:drop-shadow(0 0 12px #00ffff55);font-size:4.5rem;opacity:.45}.about-cards-horizontal.tight{gap:1.2rem;justify-content:center;max-width:950px;width:100%;z-index:1}.about-card-horizontal{margin:0 .2rem;max-width:300px;min-width:220px;padding:1.3rem 1.1rem 1.2rem}.about-lead{color:#eaf6fa;font-size:1.08rem;font-weight:400;margin-bottom:.7rem}.about-commitment{color:#b6eaff;font-size:1.04rem;font-weight:500;letter-spacing:.1px;margin-top:1.2rem;text-align:center}.about-top h2{color:#eaf6fa;font-size:2.1rem;font-weight:700;letter-spacing:.2px;margin-bottom:.2rem;text-align:center}@media (max-width:900px){.about-cards{align-items:center;flex-direction:column;gap:1.5rem}.about-card{align-items:center;max-width:100%;width:100%}.about-cards-horizontal{align-items:center;flex-direction:column;gap:1.5rem}.about-card-horizontal{align-items:flex-start}.about-content{gap:2rem;grid-template-columns:1fr}.about-image{font-size:2.5rem;height:160px;max-width:100%}.about-content-row{min-height:400px}.about-image-large{font-size:2.5rem;height:140px;min-height:100px}.image-placeholder-large{font-size:2.5rem}.about-cards-row-wrapper{flex-direction:column;min-height:180px}.about-image-bg{border-radius:18px;height:120px;width:90vw}.about-image-bg,.image-placeholder-bg{font-size:2.2rem}.about-cards-horizontal.tight{align-items:center;flex-direction:column;max-width:100%}.about-card-horizontal{margin:.5rem 0;max-width:100%;width:100%}}@media (max-width:768px){.about{padding:3rem 0}.about-content{gap:2rem;grid-template-columns:1fr}.about-text h2{font-size:2rem}.about-image{font-size:6rem;height:300px}.container{padding:0 1rem}}@media (max-width:480px){.about-text h2{font-size:1.8rem}.about-text p{font-size:1rem}.about-image{font-size:4rem;height:250px}}.ai-services{background:#111;min-height:100vh;padding:5rem 0}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:2rem}.service-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #00ffff1a;border-radius:15px;height:100%;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s ease}.service-card:before{background:linear-gradient(45deg,#0000,#00ffff0d,#0000);content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);transition:transform .6s ease;width:100%}.service-card:hover:before{transform:translateX(100%)}.service-card:hover{border-color:#00ffff4d;box-shadow:0 10px 30px #00ffff1a;transform:translateY(-5px)}.service-icon{animation:bounce 2s ease-in-out infinite;color:#0ff;display:inline-block;font-size:3rem;margin-bottom:1rem}.service-card h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.service-card .short-desc{color:#0ff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.service-card p{color:#ccc;font-size:1rem;line-height:1.6}.coming-soon-badge{background:linear-gradient(90deg,#00c6fb,#005bea);border-radius:1em;box-shadow:0 2px 8px 0 #005bea22;color:#fff;display:inline-block;font-size:.92rem;font-weight:600;letter-spacing:.5px;margin-left:.7em;padding:.18em .85em;vertical-align:middle;white-space:nowrap}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:768px){.ai-services{padding:3rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-card{padding:2rem}.container{padding:0 1rem}}@media (max-width:480px){.section-title{font-size:1.8rem}.service-card{padding:1.5rem}.service-icon{font-size:2.5rem}.service-card h3{font-size:1.3rem}}.data-services{background:linear-gradient(135deg,#000,#1a1a2e 50%,#16213e);min-height:100vh;padding:5rem 0}@media (max-width:768px){.data-services{padding:3rem 0}.solutions-grid{gap:1.5rem;grid-template-columns:1fr}.solution-card{padding:2rem}.solution-header{flex-direction:column;gap:.5rem;text-align:center}.solution-card h3{font-size:1.3rem}.container{padding:0 1rem}}.agile-services{background:#111;min-height:100vh;padding:5rem 0}.solutions-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:2rem}.solution-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #00ffff1a;border-radius:15px;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s ease}.solution-card:before{background:linear-gradient(45deg,#0000,#00ffff0d,#0000);content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);transition:transform .6s ease;width:100%}.solution-card:hover:before{transform:translateX(100%)}.solution-card:hover{border-color:#00ffff4d;box-shadow:0 10px 30px #00ffff1a;transform:translateY(-5px)}.solution-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.solution-icon{animation:pulse 2s ease-in-out infinite;color:#0ff;font-size:2.5rem}.solution-card h3{color:#fff;flex:1 1;font-size:1.4rem;font-weight:700;margin:0}.solution-card .short-desc{color:#0ff;font-size:1.1rem;font-style:italic;font-weight:600;margin-bottom:1rem}.solution-card p{color:#ccc;font-size:1rem;line-height:1.6}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width:768px){.agile-services{padding:3rem 0}.solutions-grid{gap:1.5rem;grid-template-columns:1fr}.solution-card{padding:2rem}.solution-header{flex-direction:column;gap:.5rem;text-align:center}.solution-card h3{font-size:1.3rem}.container{padding:0 1rem}}@media (max-width:480px){.solution-card{padding:1.5rem}.solution-icon{font-size:2rem}.solution-card h3{font-size:1.2rem}.solution-card .short-desc{font-size:1rem}}.contact{align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;min-height:100vh;padding:5rem 0}.contact-subtitle{color:#ccc;font-size:1.1rem;margin-bottom:3rem;text-align:center}.contact-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #00ffff1a;border-radius:15px;margin:0 auto;max-width:600px;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#fff;display:block;font-size:1rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#ffffff0d;border:1px solid #0ff3;border-radius:8px;color:#fff;font-family:inherit;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#ffffff14;border-color:#0ff;box-shadow:0 0 10px #00ffff1a;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff80}.form-group textarea{min-height:120px;resize:vertical}.form-group select{cursor:pointer}.form-group select option{background:#1a1a2e;color:#fff}.submit-btn{background:linear-gradient(45deg,#0ff,#0080ff);border:none;border-radius:50px;box-shadow:0 4px 15px #00ffff4d;color:#000;cursor:pointer;font-size:1rem;font-weight:700;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-btn:hover:not(:disabled){box-shadow:0 8px 25px #0ff6;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}@media (max-width:768px){.contact{padding:3rem 0}.contact-form{margin:0 1rem;padding:2rem}.container{padding:0 1rem}}@media (max-width:480px){.contact-form{padding:1.5rem}.form-group input,.form-group select,.form-group textarea{font-size:.9rem;padding:.8rem}.submit-btn{font-size:.9rem;padding:.8rem 1.5rem}}.footer{background:#000;border-top:1px solid #00ffff1a;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-info h3{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#0ff);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-info p{color:#ccc;font-size:.9rem;margin-bottom:.5rem}.footer-info .logo-img{height:160px;margin-bottom:1rem;width:auto}.footer-contact h4,.footer-services h4{color:#0ff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-services ul{list-style:none;padding:0}.footer-services li{color:#ccc;font-size:.9rem;margin-bottom:.5rem;transition:color .3s ease}.footer-services li:hover{color:#0ff}.footer-contact p{color:#ccc;font-size:.9rem;margin-bottom:.5rem}.footer-bottom{border-top:1px solid #00ffff1a;padding-top:2rem;text-align:center}.footer-bottom p{color:#888;font-size:.8rem}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{gap:1.5rem;grid-template-columns:1fr;text-align:center}.footer-services ul{display:inline-block;text-align:left}.container{padding:0 1rem}}*{box-sizing:border-box;margin:0;padding:0}body{background:#000;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#0ff);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#0ff;font-size:1.3rem;font-weight:600;margin-bottom:3rem;text-align:center}html{scroll-behavior:smooth}@media (max-width:768px){.container{padding:0 1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}}@media (max-width:480px){.section-title{font-size:1.8rem}.section-subtitle{font-size:1rem}}
/*# sourceMappingURL=main.ad9cb07f.css.map*/