body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-green:#00f8b1;--primary-green-transparent-glow:#00f8b126;--background-dark-primary:#101114;--background-dark-secondary:#181a1d;--text-primary:#fff;--text-secondary:#a9a9b1;--border-color-subtle:#2c2f36;font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#101114;background-color:var(--background-dark-primary);color:#fff;color:var(--text-primary);font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5;margin:0;overflow-x:hidden}html{font-size:100%;scroll-behavior:smooth}.btn{border-radius:.5rem;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;padding:.625rem 1.25rem;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.fade-in-section{opacity:0;transform:translateY(1.25rem);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-section.is-visible{opacity:1;transform:translateY(0)}section{box-sizing:border-box;padding:5rem 3.75rem}section h2{color:#fff;color:var(--text-primary);font-size:3rem;font-weight:700;margin-bottom:1.25rem}section .section-subtitle,section h2{font-family:Manrope,sans-serif;text-align:center}section .section-subtitle{color:#a9a9b1;color:var(--text-secondary);font-size:1.125rem;font-weight:400;line-height:1.6;margin-bottom:3.75rem;margin-left:auto;margin-right:auto;max-width:43.75rem}@media (max-width:768px){section{padding:3.75rem 1.875rem}section h2{font-size:2.25rem;margin-bottom:.9375rem}section .section-subtitle{font-size:1rem;margin-bottom:2.5rem}}.scroll-down-arrow{bottom:1.875rem;cursor:pointer;height:2.5rem;left:50%;position:absolute;transform:translateX(-50%);width:2.5rem;z-index:10}.scroll-down-arrow svg{height:100%;width:100%}.scroll-down-arrow .arrow-shape{fill:none;stroke:#00f8b1;stroke:var(--primary-green);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.scroll-down-arrow .arrow-point{fill:#fff;fill:var(--text-primary);stroke:#fff;stroke:var(--text-primary);stroke-width:1}.header{align-items:center;background-color:#101114;box-sizing:border-box;color:#fff;display:flex;justify-content:space-between;left:0;padding:25px 60px;position:fixed;top:0;width:100%;z-index:100}.logo img{height:35px;width:auto}.header nav ul{display:flex;gap:35px;list-style:none;margin:0;padding:0}.header nav ul li a{color:#a9a9b1;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;text-decoration:none;transition:color .3s ease}.header nav ul li a.active,.header nav ul li a:hover{color:#00f0ff}@media (max-width:768px){.header{padding:20px 30px}.header nav ul{gap:20px}.header nav ul li a{font-size:14px}.logo img{height:30px}}.hero{align-items:center;background-color:var(--background-dark-primary);box-sizing:border-box;color:var(--text-primary);display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:6.25rem 1.25rem 1.25rem;position:relative;text-align:center}.hero-content{margin-top:3.75rem;max-width:50rem;position:relative;z-index:1}.hero:before{background:radial-gradient(ellipse at center,var(--primary-green-transparent-glow) 0,#00f8b100 70%);content:"";height:60%;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:70%;z-index:0}.hero-content h1{color:var(--text-primary);font-family:Manrope,sans-serif;font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5625rem}.hero-content h1 .highlight{color:var(--primary-green)}.hero-content p{color:var(--text-secondary);font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.6;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:40.625rem}.hero-buttons{display:flex;gap:1.25rem;justify-content:center}.hero-buttons .btn{border-radius:.5rem;cursor:pointer;font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;padding:.9375rem 2.1875rem;text-transform:uppercase;transition:background-color .3s ease,color .3s ease,transform .2s ease,border-color .3s ease}.btn-primary{background-color:var(--primary-green);border:.125rem solid var(--primary-green);color:var(--background-dark-primary)}.btn-primary:hover{background-color:#00d6a0;border-color:#00d6a0;transform:translateY(-.125rem)}.btn-secondary{background-color:initial;border:.0625rem solid var(--primary-green);color:var(--primary-green)}.btn-secondary:hover{background-color:var(--primary-green-transparent-glow);color:var(--primary-green);transform:translateY(-.125rem)}.scroll-down-indicator{align-items:center;bottom:1.875rem;cursor:pointer;display:flex;flex-direction:column;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.scroll-arrow-svg,.scroll-arrow-svg-chevron{fill:#00f8b1;fill:var(--primary-green,#00f8b1);height:3rem;width:3rem}.scroll-arrow-svg-chevron{animation:bounce-arrow 2s infinite;position:relative}.scroll-arrow-svg{opacity:.4;position:absolute}@keyframes bounce-arrow{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-.625rem)}60%{transform:translateY(-.3125rem)}}@media (max-width:768px){.hero-content h1{font-size:3rem}.hero-content p{font-size:1rem;max-width:90%}.hero-buttons{align-items:center;flex-direction:column}.hero-buttons .btn{max-width:18.75rem;padding:.9375rem 1.25rem;width:80%}.hero:before{height:50%;width:90%}.scroll-down-indicator{bottom:1.25rem}.scroll-arrow-svg,.scroll-arrow-svg-chevron{height:2.5rem;width:2.5rem}}@media (max-width:480px){.hero-content h1{font-size:2.25rem}.hero-content p{font-size:.875rem}}.services{align-items:center;background-color:#101114;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;padding:80px 60px}.services h2{color:#fff;font-size:48px;font-weight:700;margin-bottom:20px}.services .section-subtitle,.services h2{font-family:Manrope,sans-serif;text-align:center}.services .section-subtitle{color:#a9a9b1;font-size:18px;font-weight:400;line-height:1.6;margin-bottom:60px;max-width:700px}.services-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);justify-content:center;max-width:1200px;width:100%}.service-item{background-color:#181a1d;border:1px solid #2c2f36;border-radius:12px;display:flex;flex-direction:column;min-width:0;padding:25px 20px;text-align:left;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.service-item:hover{border-color:#00f8b1;border-color:var(--primary-green,#00f8b1);box-shadow:0 8px 25px var(--primary-green-transparent-glow);transform:translateY(-8px)}.service-icon{color:#00f8b1;color:var(--primary-green,#00f8b1);font-size:26px;margin-bottom:18px}.service-item h3{color:#fff;font-family:Manrope,sans-serif;font-size:19px;font-weight:700;margin-bottom:10px}.service-item p{color:#a9a9b1;flex-grow:1;font-family:Manrope,sans-serif;font-size:13.5px;line-height:1.55}@media (max-width:1200px){.services-grid{gap:15px;max-width:95%}}@media (max-width:992px){.services-grid{gap:20px;grid-template-columns:repeat(2,1fr);max-width:700px}}@media (max-width:768px){.services{padding:60px 20px}.services h2{font-size:36px}.services .section-subtitle{font-size:16px;margin-bottom:40px}.services-grid{gap:20px;grid-template-columns:1fr;max-width:380px}.service-item{padding:25px 20px}.service-item h3{font-size:18px}.service-item p{font-size:13px}}.portfolio{background-color:#101114;box-sizing:border-box;color:#fff;padding:80px 60px;text-align:center}.portfolio h2{color:#fff;font-family:Manrope,sans-serif;font-size:48px;font-weight:700;margin-bottom:20px}.portfolio .section-subtitle{color:#a9a9b1;font-family:Manrope,sans-serif;font-size:18px;font-weight:400;line-height:1.6;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:700px}.portfolio-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:0 auto 60px;max-width:1200px}.portfolio-item{aspect-ratio:16/10;background-color:#181a1d;border:1px solid #2c2f36;border-radius:12px;cursor:pointer;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.portfolio-item:hover{border-color:#00f0ff;box-shadow:0 8px 25px #00f0ff26;transform:translateY(-8px)}.portfolio-item img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.portfolio-item .schematic-placeholder{align-items:center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 50h60M50 20v60M30 30l40 40m-40 0 40-40' stroke='%2300f0ff' stroke-width='2' stroke-opacity='.3'/%3E%3Cpath fill='none' stroke='%2300f0ff' stroke-opacity='.2' d='M10 10h80v80H10z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:60% 60%;display:flex;height:100%;justify-content:center;width:100%}.portfolio-item:hover img{transform:scale(1.05)}.portfolio-item-overlay{background:linear-gradient(0deg,#101114cc 0,#10111400);border-bottom-left-radius:12px;border-bottom-right-radius:12px;bottom:0;color:#fff;left:0;opacity:0;padding:20px;position:absolute;right:0;text-align:left;transition:opacity .4s ease}.portfolio-item:hover .portfolio-item-overlay{opacity:1}.portfolio-item-overlay h3{font-family:Manrope,sans-serif;font-size:20px;font-weight:600;margin:0 0 5px}.portfolio-item-overlay p{color:#a9a9b1;font-family:Manrope,sans-serif;font-size:14px;margin:0}.portfolio .btn-primary{background-color:#00f0ff;border:none;border-radius:8px;color:#101114;cursor:pointer;font-family:Manrope,sans-serif;font-size:16px;font-weight:700;padding:15px 35px;text-transform:uppercase;transition:background-color .3s ease,color .3s ease,transform .2s ease}.portfolio .btn-primary:hover{background-color:#00c0cc;transform:translateY(-2px)}@media (max-width:1200px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.portfolio{padding:60px 30px}.portfolio h2{font-size:36px}.portfolio .section-subtitle{font-size:16px;margin-bottom:40px}.portfolio-grid{gap:25px;grid-template-columns:1fr;margin-bottom:40px}}.portfolio-modal-overlay{align-items:center;background-color:#000000d9;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease,visibility 0s linear .3s;visibility:hidden;z-index:1000}.portfolio-modal-overlay.open{opacity:1;transition:opacity .3s ease;visibility:visible}.portfolio-modal-content{align-items:center;background-color:#1a1a1a;border-radius:8px;display:flex;flex-direction:column;height:80vh;justify-content:center;max-height:900px;max-width:1200px;padding:20px;position:relative;transform:scale(.9);transition:transform .3s ease;width:80vw}.portfolio-modal-overlay.open .portfolio-modal-content{transform:scale(1)}.portfolio-modal-content img{border-radius:4px;max-height:calc(100% - 60px);max-width:100%;object-fit:contain}.close-modal-button{background:none;border:none;color:#fff;cursor:pointer;font-size:30px;line-height:1;padding:5px;position:absolute;right:15px;top:15px}.close-modal-button:hover{color:var(--primary-green)}.advantages{background-color:#101114;box-sizing:border-box;color:#fff;padding:80px 60px;text-align:center}.advantages h2{color:#fff;font-family:Manrope,sans-serif;font-size:48px;font-weight:700;margin-bottom:20px}.advantages .section-subtitle{color:#a9a9b1;font-family:Manrope,sans-serif;font-size:18px;font-weight:400;line-height:1.6;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:700px}.advantages-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.advantage-item{background-color:#181a1d;border:1px solid #2c2f36;border-radius:12px;padding:35px 30px;text-align:left;transition:border-color .3s ease}.advantage-item:hover{border-color:#00f0ff}.advantage-icon{color:#00f0ff;font-size:32px;margin-bottom:25px}.advantage-item h3{color:#fff;font-family:Manrope,sans-serif;font-size:22px;font-weight:700;margin-bottom:15px}.advantage-item p{color:#a9a9b1;font-family:Manrope,sans-serif;font-size:15px;line-height:1.7}@media (max-width:1200px){.advantages-grid{grid-template-columns:1fr}}@media (max-width:768px){.advantages{padding:60px 30px}.advantages h2{font-size:36px}.advantages .section-subtitle{font-size:16px;margin-bottom:40px}.advantages-grid{gap:25px}.advantage-item{padding:30px 25px}}.contacts{background-color:#101114;box-sizing:border-box;color:#fff;padding:80px 60px}.contacts .section-title-container{margin-bottom:60px;text-align:center}.contacts .section-title-container h2{color:#fff;font-family:Manrope,sans-serif;font-size:48px;font-weight:700;margin-bottom:20px}.contacts .section-title-container .section-subtitle{color:#a9a9b1;font-family:Manrope,sans-serif;font-size:18px;font-weight:400;line-height:1.6;margin-left:auto;margin-right:auto;max-width:700px}.contacts-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:60px;margin:0 auto;max-width:1200px}.contact-form-section{flex:1.5 1;min-width:320px}.contact-info-section{flex:1 1;min-width:300px}.contact-form-section>h3,.contact-info-section>h3{color:#fff;font-family:Manrope,sans-serif;font-size:28px;font-weight:600;margin-bottom:35px}.form-group{margin-bottom:25px}.form-group label{color:#a9a9b1;display:block;font-family:Manrope,sans-serif;font-size:14px;font-weight:500;margin-bottom:10px}.form-group input[type=email],.form-group input[type=tel],.form-group input[type=text],.form-group textarea{background-color:#181a1d;border:1px solid #2c2f36;border-radius:8px;box-sizing:border-box;color:#fff;font-family:Manrope,sans-serif;font-size:16px;padding:18px 15px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.form-group input[type=email]:focus,.form-group input[type=tel]:focus,.form-group input[type=text]:focus,.form-group textarea:focus{border-color:#00f0ff;box-shadow:0 0 0 2px #00f0ff33;outline:none}.form-group textarea{min-height:150px;resize:vertical}.contact-form-section .btn-primary{background-color:#00f0ff;border:none;border-radius:8px;color:#101114;cursor:pointer;font-family:Manrope,sans-serif;font-size:16px;font-weight:700;padding:18px 35px;text-transform:uppercase;transition:background-color .3s ease,transform .2s ease;width:100%}.contact-form-section .btn-primary:hover{background-color:#00c0cc;transform:translateY(-2px)}.contact-info-section .info-item{align-items:flex-start;display:flex;margin-bottom:25px}.info-icon{color:#00f0ff;flex-shrink:0;font-size:20px;margin-right:18px;margin-top:4px;text-align:center;width:22px}.info-item-content p{color:#a9a9b1;font-family:Manrope,sans-serif;font-size:16px;line-height:1.5;margin:0}.info-item-content p strong{color:#fff;display:block;font-size:14px;font-weight:500;margin-bottom:6px}.social-media{margin-top:30px}.social-media h3{color:#fff;font-family:Manrope,sans-serif;font-size:20px;font-weight:600;margin-bottom:20px}.social-links a{color:#a9a9b1;font-size:26px;margin-right:22px;transition:color .3s ease}.social-links a:last-child{margin-right:0}.social-links a:hover{color:#00f0ff}@media (max-width:992px){.contacts-container{flex-direction:column;gap:40px}.contact-form-section,.contact-info-section{flex:none;width:100%}}@media (max-width:768px){.contacts{padding:60px 30px}.contacts .section-title-container h2{font-size:36px}.contacts .section-title-container .section-subtitle{font-size:16px;margin-bottom:40px}.contact-form-section>h3,.contact-info-section>h3{font-size:24px;margin-bottom:30px}.social-media h3{font-size:18px}}.footer{background-color:#0a0b0d;border-top:1px solid #1c1e22;box-sizing:border-box;color:#a9a9b1;padding:40px 60px;text-align:center}.footer-content{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-logo img{height:30px;opacity:.8;width:auto}.footer p{font-family:Manrope,sans-serif;font-size:14px;line-height:1.5;margin:0}@media (min-width:768px){.footer-content{flex-direction:row;justify-content:space-between}.footer-logo{margin-bottom:0}.footer p{text-align:right}}@media (max-width:767px){.footer{padding:30px}.footer-logo img{height:25px}.footer p{font-size:13px}}
/*# sourceMappingURL=main.b6ac61fb.css.map*/