:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#fff;color:#012;line-height:1.6;overflow-x:hidden}.container{margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,98,128,.1);z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo,.nav-links .logo{font-size:1.8rem;font-weight:700;color:#006280;background:linear-gradient(135deg,#36fe9b,#006280);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}.nav-links{display:flex;gap:2rem}.nav-links a,.nav-links Link{text-decoration:none;color:#012;font-weight:500;transition:color .3s ease;position:relative}.nav-links a:hover,.nav-links Link:hover{color:#006280}.nav-links a:after,.nav-links Link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#36fe9b;transition:width .3s ease}.nav-links a:hover:after,.nav-links Link:hover:after{width:100%}.footer{background:#012;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:#36fe9b;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#36fe9b}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(54,254,155,.2);color:#fff9}@media screen and (max-width:768px){.nav-links{display:none}.footer-content{grid-template-columns:1fr;text-align:center}}._ctaButton_5mhca_1{background:linear-gradient(135deg,#006280,#012);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}._ctaButton_5mhca_1:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0062804d}.hero{min-height:100vh;display:flex;align-items:center;padding:6rem 20px 2rem;background:linear-gradient(135deg,#36fe9b0d,#0062800d);position:relative;overflow:hidden}.hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#012}.highlight{background:linear-gradient(135deg,#36fe9b,#006280);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.2rem;color:#666;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem}.tech-grid-bg{position:absolute;top:50%;right:10%;transform:translateY(-50%);display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:300px;height:300px;z-index:0}.grid-item{background:linear-gradient(135deg,#36fe9b1a,#0062801a);border:1px solid rgba(54,254,155,.3);border-radius:10px;animation:float 3s ease-in-out infinite}.grid-item:nth-child(2){animation-delay:.5s}.grid-item:nth-child(3){animation-delay:1s}.grid-item:nth-child(4){animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.features{padding:6rem 0;background:#00112205}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#012}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0011221a;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(54,254,155,.2)}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00628033;border-color:#36fe9b}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#36fe9b,#006280);border-radius:50%;margin:0 auto 1.5rem}.feature-card h3{font-size:1.3rem;margin-bottom:1rem;color:#006280}.feature-card p{color:#666;line-height:1.6}.stats{padding:4rem 0;background:linear-gradient(135deg,#006280,#012);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center}.stat-number{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:#36fe9b}.stat-label{font-size:1.1rem;opacity:.9}@media screen and (max-width:768px){.hero{padding:5rem 20px 2rem}.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{justify-content:center;flex-wrap:wrap}.tech-grid-bg{top:auto;bottom:5%;right:50%;transform:translate(50%);width:180px;height:180px;opacity:.5}.features{padding:4rem 0}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-number{font-size:2.5rem}}._primaryButton_mc3q6_1{background:linear-gradient(135deg,#36fe9b,#006280);color:#fff;border:none;padding:1rem 2rem;border-radius:30px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}._primaryButton_mc3q6_1:hover{transform:translateY(-3px);box-shadow:0 15px 35px #36fe9b66}._secondaryButton_694lj_1{background:transparent;color:#006280;border:2px solid #006280;padding:1rem 2rem;border-radius:30px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease}._secondaryButton_694lj_1:hover{background:#006280;color:#fff}.services{padding:8rem 0 4rem;background:linear-gradient(135deg,#36fe9b05,#00628005);min-height:100vh}.services-header{text-align:center;margin-bottom:4rem}.services-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#012}.services-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.service-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 15px 35px #00112214;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(54,254,155,.1);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#36fe9b,#006280)}.service-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px #00628026;border-color:#36fe9b}.service-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.service-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#006280;line-height:1.3}.service-description{color:#666;line-height:1.6;margin-bottom:1.5rem;font-size:1rem}.service-features{list-style:none;margin-bottom:2rem}.service-features li{color:#555;position:relative;padding:.5rem 0 .5rem 1.5rem;font-size:.9rem}.service-features li:before{content:"✓";position:absolute;left:0;color:#36fe9b;font-weight:700}.service-actions{display:flex;gap:1rem;flex-wrap:wrap}.services-cta{background:linear-gradient(135deg,#006280,#012);border-radius:20px;padding:4rem 3rem;text-align:center;color:#fff;margin-top:4rem}.cta-content h2{font-size:2.5rem;margin-bottom:1rem;color:#fff}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:768px){.services{padding:6rem 0 2rem}.services-title{font-size:2.5rem}.services-subtitle{font-size:1.1rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem}.cta-content h2{font-size:2rem}.service-actions{justify-content:center}.service-actions button{flex:1;min-width:140px}}.about{padding:8rem 0 4rem;min-height:100vh}.about-title{font-size:3rem;font-weight:700;text-align:center;margin-bottom:1.5rem;color:#012}.about-subtitle{font-size:1.2rem;color:#666;text-align:center;max-width:600px;margin:0 auto 4rem;line-height:1.6}.about-content{max-width:800px;margin:0 auto}.about-text h2{font-size:2rem;color:#006280;margin-bottom:1rem;margin-top:2rem}.about-text p{font-size:1.1rem;line-height:1.7;color:#555;margin-bottom:2rem}.about-text ul{list-style:none}.about-text li{color:#555;position:relative;padding:.5rem 0 .5rem 1.5rem;font-size:1.1rem}.about-text li:before{content:"✓";position:absolute;left:0;color:#36fe9b;font-weight:700}@media(max-width:768px){.about{padding:6rem 0 2rem}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.1rem}}.contact{padding:8rem 0 4rem;min-height:100vh;background:linear-gradient(135deg,#36fe9b05,#00628005)}.contact-title{font-size:3rem;font-weight:700;text-align:center;margin-bottom:1.5rem;color:#012}.contact-subtitle{font-size:1.2rem;color:#666;text-align:center;max-width:600px;margin:0 auto 4rem;line-height:1.6}.contact-content{display:flex;max-width:1000px;margin:0 auto}.contact-info{display:flex;align-items:center;justify-content:space-between;width:100%}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#36fe9b,#006280);border-radius:12px;color:#fff;font-size:1.4rem;flex-shrink:0}.contact-details h3{font-size:1.3rem;color:#006280;margin-bottom:.5rem}.contact-details p{font-size:1.1rem;color:#555}.contact-media{margin-bottom:3rem}.media-wrapper{max-width:500px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #00628026}.contact-gif{width:100%;height:auto;display:block}.contact-form{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 15px 35px #00112214;border:1px solid rgba(54,254,155,.1)}.contact-form h2{font-size:1.8rem;color:#006280;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#012;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:2px solid rgba(0,98,128,.1);border-radius:8px;font-size:1rem;transition:border-color .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#36fe9b}.form-group textarea{resize:vertical;min-height:120px}@media(max-width:768px){.contact{padding:6rem 0 2rem}.contact-title{font-size:2.5rem}.contact-subtitle{font-size:1.1rem;margin-bottom:20px}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-info{flex-direction:column;align-items:flex-start;justify-content:center;gap:1.5rem}.contact-item{margin:0}.media-wrapper{max-width:100%;border-radius:12px}.contact-form{padding:2rem}}
