@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);*{margin:0;padding:0}body{background:linear-gradient(135deg,#0a0a0a,#000);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::selection{background-color:#00ffcc4d;color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#0fc,#09f);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#00e6b8,#0080d6)}.App{scroll-behavior:smooth}*{box-sizing:border-box}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(ellipse at top,#0a0a0a 0,#000 100%);color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}.section-title{text-align:center}.section-subtitle{margin:0 auto 3rem;text-align:center}@media (max-width:768px){.container{padding:0 1rem}.section-title{font-size:2.5rem}.section-subtitle{font-size:1.1rem}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;border-bottom:1px solid #0fc3;left:0;position:fixed;right:0;top:0;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#0fc,#09f);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700}.nav{display:flex;gap:2rem}.nav-link{color:#fffc;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:hover{color:#0fc}.nav-link:after{background:linear-gradient(45deg,#0fc,#09f);bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.hero{align-items:center;background:radial-gradient(ellipse at center,#0099ff1a 0,#0000 70%);display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.hero-background{z-index:-1}.hero-background,.neural-network{bottom:0;left:0;position:absolute;right:0;top:0}.neural-network{animation:pulse 4s ease-in-out infinite;background-image:radial-gradient(circle at 20% 50%,#00ffcc1a 0,#0000 50%),radial-gradient(circle at 80% 20%,#0099ff1a 0,#0000 50%),radial-gradient(circle at 40% 80%,#00ffcc0d 0,#0000 50%)}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.hero-content{max-width:800px;padding:0 2rem;text-align:center}.hero-title{color:#fff;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#0fc,#09f);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#fffc;font-size:1.25rem;line-height:1.6;margin-bottom:3rem}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:4rem}.cta-button{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button.primary{background:linear-gradient(45deg,#0fc,#09f);box-shadow:0 4px 15px #00ffcc4d;color:#000}.cta-button.primary:hover{box-shadow:0 6px 20px #0fc6;transform:translateY(-2px)}.cta-button.secondary{background:#0000;border:2px solid #00ffcc80;color:#fff}.cta-button.secondary:hover{background:#00ffcc1a;border-color:#0fc}.scroll-indicator{bottom:2rem;left:50%;position:absolute;transform:translateX(-50%)}.scroll-arrow{animation:bounce 2s infinite;color:#fff9;height:2rem;width:2rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.about{background:#0000000d;padding:6rem 0}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.about-header{margin-bottom:4rem;text-align:center}.section-title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:1.5rem}.section-subtitle{color:#fffc;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #0fc3;border-radius:16px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#0fc6;box-shadow:0 10px 30px #00ffcc1a;transform:translateY(-8px)}.feature-icon-wrapper{align-items:center;background:linear-gradient(45deg,#0fc,#09f);border-radius:50%;display:inline-flex;height:4rem;justify-content:center;margin-bottom:1.5rem;width:4rem}.feature-icon{color:#000;height:2rem;width:2rem}.feature-title{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-description{color:#fffc;line-height:1.6}.technology{background:#00000005;padding:6rem 0}.tech-header{margin-bottom:4rem;text-align:center}.tech-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:4rem}.tech-card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff0d;border:1px solid #00ffcc1a;border-radius:12px;padding:2rem;transition:all .3s ease}.tech-card:hover{border-color:#00ffcc4d;box-shadow:0 8px 25px #00ffcc1a;transform:translateY(-5px)}.tech-icon-wrapper{align-items:center;background:#00ffcc1a;border-radius:8px;display:inline-flex;height:3rem;justify-content:center;margin-bottom:1rem;width:3rem}.tech-icon{color:#0fc;height:1.5rem;width:1.5rem}.tech-category{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.tech-list{list-style:none;margin:0;padding:0}.tech-item{color:#fffc;font-size:.95rem;padding:.3rem 0 .3rem 1rem;position:relative}.tech-item:before{color:#0fc;content:"▸";left:0;position:absolute}.development-timeline{background:#ffffff08;border:1px solid #0fc3;border-radius:16px;padding:3rem 2rem}.timeline-title{color:#fff;font-size:2rem;margin-bottom:2rem;text-align:center}.timeline-content{margin:0 auto;max-width:600px}.timeline-item{align-items:flex-start;display:flex;margin-bottom:2rem;position:relative}.timeline-item:not(:last-child):after{background:linear-gradient(180deg,#0fc,#0fc3);content:"";height:calc(100% + 1rem);left:.75rem;position:absolute;top:2rem;width:2px}.timeline-dot{background:linear-gradient(45deg,#0fc,#09f);border-radius:50%;flex-shrink:0;height:1.5rem;margin-right:1.5rem;margin-top:.25rem;width:1.5rem}.timeline-info h4{color:#fff;font-size:1.2rem;margin-bottom:.5rem}.timeline-info p{color:#fffc;line-height:1.6}.team{background:#0000000d;padding:6rem 0}.team-header{margin-bottom:4rem;text-align:center}.team-content{display:flex;flex-direction:column;gap:4rem}.subsection-title{align-items:center;color:#fff;display:flex;font-size:1.8rem;font-weight:600;gap:.75rem;margin-bottom:2rem}.title-icon{color:#0fc;height:1.5rem;width:1.5rem}.locations-section{background:#ffffff08;border:1px solid #00ffcc1a;border-radius:16px;padding:2.5rem}.locations-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.location-card{background:#ffffff0d;border:1px solid #0fc3;border-radius:12px;padding:2rem;transition:all .3s ease}.location-card:hover{border-color:#0fc6;transform:translateY(-3px)}.location-city{color:#fff;font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.location-status{background:linear-gradient(45deg,#0fc,#09f);border-radius:20px;color:#000;display:inline-block;font-size:.85rem;font-weight:600;margin-bottom:1rem;padding:.25rem .75rem}.location-description{color:#fffc;line-height:1.6}.location-rationale{background:#00ffcc0d;border-left:4px solid #0fc;border-radius:8px;padding:1.5rem}.location-rationale p{color:#ffffffe6;line-height:1.6;margin:0}.location-rationale strong{color:#0fc}.expertise-section{background:#ffffff08;border:1px solid #00ffcc1a;border-radius:16px;padding:2.5rem}.expertise-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.expertise-card{background:#ffffff0d;border:1px solid #00ffcc1a;border-radius:12px;cursor:pointer;padding:1.5rem;transition:all .3s ease}.expertise-card:hover{border-color:#00ffcc4d;box-shadow:0 5px 15px #00ffcc1a}.expertise-area{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.expertise-years{color:#0fc;display:inline-block;font-size:.9rem;font-weight:500;margin-bottom:1rem}.expertise-description{color:#fffc;font-size:.95rem;line-height:1.6}.vision-section{text-align:center}.vision-card{background:#ffffff08;border:1px solid #0fc3;border-radius:16px;margin:0 auto;max-width:800px;padding:3rem 2rem}.vision-text{color:#ffffffe6;font-size:1.2rem;line-height:1.8;margin:0}.vision-text strong{color:#0fc;font-weight:600}@media (max-width:768px){.team-content{gap:3rem}.expertise-section,.locations-section{padding:2rem}.vision-card{padding:2rem 1.5rem}.vision-text{font-size:1.1rem}}.contact{background:#00000005;padding:6rem 0 2rem}.contact-header{margin-bottom:4rem;text-align:center}.contact-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info-title{color:#fff;font-size:1.8rem;font-weight:600;margin-bottom:2rem}.contact-items{margin-bottom:3rem}.contact-item{align-items:flex-start;background:#ffffff0d;border:1px solid #00ffcc1a;border-radius:12px;display:flex;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;transition:all .3s ease}.contact-item:hover{border-color:#00ffcc4d;transform:translateX(10px)}.contact-icon{align-items:center;background:linear-gradient(45deg,#0fc,#09f);border-radius:50%;display:flex;flex-shrink:0;height:3rem;justify-content:center;width:3rem}.contact-icon .icon{color:#000;height:1.5rem;width:1.5rem}.contact-details h4{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.contact-details p{color:#fffc;line-height:1.6}.timeline-note{background:#00ffcc0d;border-left:4px solid #0fc;border-radius:12px;padding:1.5rem}.timeline-note p{color:#ffffffe6;line-height:1.6;margin:0}.timeline-note strong{color:#0fc}.contact-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #0fc3;border-radius:16px;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-label{color:#fff;display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.form-input,.form-textarea{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;font-family:inherit;font-size:1rem;padding:.875rem;transition:all .3s ease;width:100%}.form-input:focus,.form-textarea:focus{background:#ffffff26;border-color:#0fc;box-shadow:0 0 0 2px #00ffcc1a;outline:none}.form-input::placeholder,.form-textarea::placeholder{color:#ffffff80}.form-textarea{min-height:120px;resize:vertical}.submit-button{align-items:center;background:linear-gradient(45deg,#0fc,#09f);border:none;border-radius:8px;color:#000;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-button:hover{box-shadow:0 6px 20px #00ffcc4d;transform:translateY(-2px)}.button-icon{height:1.25rem;width:1.25rem}.site-footer{border-top:1px solid #ffffff1a;margin-top:4rem;padding-top:3rem;text-align:center}.footer-content{margin:0 auto;max-width:600px}.footer-logo .logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#0fc,#09f);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.footer-tagline{color:#fffc;font-size:1.1rem;margin:1rem 0 2rem}.footer-info{align-items:center;color:#fff9;display:flex;font-size:.9rem;gap:1rem;justify-content:center}@media (max-width:768px){.contact-content{gap:3rem;grid-template-columns:1fr}.contact-form{padding:2rem}.contact-item{padding:1.25rem}.footer-info{flex-direction:column;gap:.5rem}.footer-info span:nth-child(2){display:none}}
/*# sourceMappingURL=main.152944e8.css.map*/