*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}.App{min-height:100vh}main{position:relative}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #0000001a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem;position:relative}.logo h2{align-items:center;justify-content:center}.logo-image{height:60px;object-fit:cover;width:80px;z-index:1001}.desktop-nav{align-items:center;display:flex;gap:2.5rem}.mobile-menu-btn{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:30px;justify-content:space-around;padding:0;width:30px;z-index:1001}.mobile-menu-btn span{background:#333;border-radius:2px;height:3px;transform-origin:center;transition:all .3s ease;width:100%}.mobile-menu-btn.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-nav{align-items:center;background-color:#fff;background:#fff;bottom:0;box-shadow:0 0 20px #0000001a;display:flex;flex-direction:column;gap:2rem;height:100vh;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;transform:translateX(-100%);transition:all .3s ease;visibility:hidden;width:100vw;z-index:1000}.mobile-nav.open{background-color:#fff!important;background:#fff!important;opacity:1!important;transform:translateX(0)!important;visibility:visible!important}.mobile-nav a{animation:slideInUp .4s ease forwards;color:#333;font-size:1.5rem;font-weight:600;min-width:220px;opacity:0;padding:1.2rem 2.5rem;text-align:center;text-decoration:none;transform:translateY(30px);transition:color .3s ease}.mobile-nav.open a{opacity:1;transform:translateY(0)}.mobile-nav a:first-child{animation-delay:.2s}.mobile-nav a:nth-child(2){animation-delay:.3s}.mobile-nav a:nth-child(3){animation-delay:.4s}.mobile-nav a:nth-child(4){animation-delay:.5s}.mobile-nav a:nth-child(5){animation-delay:.6s}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.mobile-nav a:hover{color:#085078}.nav a{color:#333;font-size:.95rem;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav a:hover{color:#000}.nav a:after{background:#000;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav a:hover:after{width:100%}@media (max-width:768px){.header-container{padding:1rem 1.5rem}.logo-image{height:50px;width:70px}.desktop-nav{display:none}.mobile-menu-btn,.mobile-nav{display:flex}}@media (max-width:480px){.header-container{padding:.8rem 1rem}.logo-image{height:45px;width:60px}.mobile-nav a{font-size:1.3rem;min-width:180px}}.home{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.home-background{background:#085078;background:linear-gradient(90deg,#85d8ce,#085078);opacity:.4;z-index:1}.home-background,.home-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.home-overlay{background:#0000001a;z-index:2}.home-content{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%;z-index:3}.home-container{margin:0 auto;max-width:1200px;padding:0 2rem;text-align:center;width:100%}.home-text h1{color:#333;font-size:4rem;font-weight:700;letter-spacing:-2px;margin-bottom:1rem}.home-text h2{color:#666;font-size:2rem;font-weight:400;margin-bottom:2rem}.home-text p{color:#555;font-size:1.3rem;line-height:1.7;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:800px}.cta-buttons{flex-wrap:wrap;gap:1.5rem;justify-content:center}.btn{box-shadow:0 4px 15px #0003;font-size:1.1rem;min-width:160px;padding:1.2rem 2.5rem}.btn-primary:hover,.btn-secondary:hover{transform:translateY(-3px)}@media (max-width:968px){.home-text h1{font-size:3.2rem}.home-text h2{font-size:1.6rem}.home-text p{font-size:1.2rem}}@media (max-width:768px){.home-container{padding:0 1rem}.home-text h1{font-size:2.5rem}.home-text h2{font-size:1.4rem}.home-text p{font-size:1.1rem;margin-bottom:2rem}.cta-buttons{align-items:center;flex-direction:column}.btn{width:200px}}@media (max-width:480px){.home-text h1{font-size:2rem}.home-text h2{font-size:1.2rem}.home-text p{font-size:1rem}}.about{align-items:center;background:#fff;color:#000;display:flex;min-height:95vh}.about-container{margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}.about-content{align-items:center;display:flex;justify-content:center}.about-text h1{color:#000;font-size:3.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;margin-bottom:1.5rem}.about-text p,.about-text ul{color:#666;font-size:1.2rem;line-height:1.6;margin-bottom:1.5rem;max-width:100%}.about-text li{margin-bottom:.5rem}.cta-buttons{display:flex;gap:1rem;margin-top:2rem}.btn-secondary{background:#0000;border:2px solid #085078;color:#085078}.btn-secondary:hover{background:#085078;background:linear-gradient(90deg,#85d8ce,#085078);box-shadow:0 8px 25px #0850784d;color:#fff;transform:translateY(-2px)}.about-visual,.visual-placeholder{align-items:center;display:flex;justify-content:center}.visual-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;height:400px;overflow:hidden;position:relative;width:100%}.tech-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;height:200px;width:200px}.tech-item{align-items:center;animation:float 3s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:12px;color:#fff;display:flex;font-size:1.5rem;font-weight:700;justify-content:center}.tech-item:nth-child(2){animation-delay:.5s}.tech-item:nth-child(3){animation-delay:1s}.tech-item:nth-child(4){animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:968px){.about-content{gap:3rem;grid-template-columns:1fr;text-align:center}.about-text h1{font-size:2.8rem}.about-text p{max-width:100%}.cta-buttons{justify-content:center}}@media (max-width:768px){.about{padding-top:100px}.about-container{padding:0 1rem}.about-text h1{font-size:2.2rem}.about-text p{font-size:1.1rem}.cta-buttons{align-items:center;flex-direction:column}.btn{width:200px}.visual-placeholder{height:300px}.tech-grid{gap:1rem;height:150px;width:150px}.tech-item{font-size:1.2rem}}.current-projects{background:#fff;color:#000;padding:6rem 0}.projects-container{margin:0 auto;max-width:1200px;padding:0 2rem}.current-projects .projects-container .section-header p,.current-projects .section-header p,.section-header p{color:#085078!important}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.project-card{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;transition:all .3s ease}.project-card:hover{box-shadow:0 25px 50px #00000026;transform:translateY(-10px)}.project-image{align-items:center;background:#085078;background:linear-gradient(90deg,#85d8ce,#085078);display:flex;height:200px;justify-content:center;overflow:hidden;position:relative}.project-image:before{background:#0000001a;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.project-icon{animation:pulse 2s ease-in-out infinite;font-size:4rem;position:relative;z-index:1}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.project-content{padding:2rem}.project-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.project-header h3{color:#000;flex:1 1;font-size:1.4rem;font-weight:600;margin:0}.project-status{border-radius:20px;font-size:.8rem;font-weight:600;padding:.4rem .8rem;white-space:nowrap}.status-in-development{background:#fff3cd;color:#856404}.status-beta-testing{background:#d1ecf1;color:#0c5460}.status-pilot-phase{background:#d4edda;color:#155724}.status-research{background:#f8d7da;color:#721c24}.project-content p{color:#333;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#f8f9fa;border:1px solid #e9ecef;border-radius:15px;color:#495057;font-size:.8rem;font-weight:500;padding:.3rem .8rem}@media (max-width:768px){.current-projects{padding:4rem 0}.projects-container{padding:0 1rem}.section-header h2{font-size:2.2rem}.section-header p{font-size:1.1rem}.projects-grid{gap:1.5rem;grid-template-columns:1fr}.project-header{align-items:flex-start;flex-direction:column;gap:.5rem}.project-content{padding:1.5rem}.project-image{height:150px}.project-icon{font-size:3rem}}.join-team{background:#fff;color:#000;padding:6rem 0}.join-team *{color:inherit}.join-team .section-header h2{color:#000!important}.join-team-container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-header h2{color:#000!important;margin-bottom:.5rem;text-shadow:none}.section-header h3{color:#085078}.build-together-heading,.section-header h3{font-size:2rem;font-style:italic;font-weight:400;margin-bottom:2rem}.build-together-heading{color:#085078!important;text-align:center}.join-content{margin:0 auto;max-width:800px}.join-text{margin-bottom:3rem;text-align:center}.join-text p{color:#333;font-size:1.2rem;line-height:1.7;margin-bottom:1.5rem;max-width:100%}.cta-section{background:#f8f9fa;background:linear-gradient(90deg,#f8f9fa,#85d8ce);border-radius:20px;margin-top:0;padding:3rem 2rem;text-align:center}.cta-section h3{color:#000;font-size:2rem;font-weight:600;margin-bottom:1rem}.cta-section p{color:#333;font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:500px}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;min-width:140px;padding:1rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:#085078;background:linear-gradient(90deg,#85d8ce,#085078);color:#fff}.btn-primary:hover{background:#085078;background:linear-gradient(90deg,#085078,#85d8ce);box-shadow:0 8px 25px #0850784d;transform:translateY(-2px)}@media (max-width:768px){.join-team{padding:4rem 0}.join-team-container{padding:0 1rem}.section-header h2{font-size:2.2rem}.join-text p{font-size:1.1rem}.cta-section{padding:2rem 1.5rem}.cta-section h3{font-size:1.6rem}}.contact{background:#fff;padding:6rem 0}.contact-container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-header{margin-bottom:4rem;text-align:center}.section-header h2{color:#000;font-size:3rem;font-weight:700;letter-spacing:-1px;margin-bottom:1rem}.section-header p{color:#666;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.contact-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info{display:flex;flex-direction:column;gap:3rem}.info-item h3{color:#000;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.detail-item{align-items:flex-start;display:flex;gap:1rem}.detail-item .icon{font-size:1.5rem;margin-top:.2rem}.detail-item strong{color:#000;display:block;font-weight:600;margin-bottom:.3rem}.detail-item p{margin:0}.detail-item p,.hours p{color:#666;line-height:1.5}.hours p{margin-bottom:.5rem}.hours strong{color:#000}.contact-form-container{background:#f8f9fa;border:1px solid #e9ecef;border-radius:20px;padding:2.5rem}.google-form{border-radius:8px;overflow:hidden}.form-note{color:#666;font-size:.9rem;margin-top:1rem;text-align:center}.email-link{color:#85d8ce;font-weight:500;text-decoration:none}.email-link:hover{color:#085078;text-decoration:underline}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-group label{color:#000;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#fff;border:1px solid #ddd;border-radius:8px;color:#000;font-family:inherit;font-size:1rem;padding:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#085078;outline:none}.form-group textarea{min-height:120px;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.btn-submit{background:#085078;background:linear-gradient(90deg,#85d8ce,#085078);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease}.btn-submit:hover{box-shadow:0 8px 25px #0850784d;transform:translateY(-2px)}.btn-submit:disabled{cursor:not-allowed;opacity:.7;transform:none}.status-message{border-radius:8px;font-weight:500;margin-top:1rem;padding:1rem;text-align:center}.status-message.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.status-message.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@media (max-width:968px){.contact-content{gap:3rem;grid-template-columns:1fr}.contact-form-container{padding:2rem}}@media (max-width:768px){.contact{padding:4rem 0}.contact-container{padding:0 1rem}.section-header h2{font-size:2.2rem}.section-header p{font-size:1.1rem}.form-row{grid-template-columns:1fr}.contact-form-container{padding:1.5rem}.contact-info{gap:2rem}}
/*# sourceMappingURL=main.b42fb12a.css.map*/