.Header-module__9fWxfa__header{z-index:1000;transition:all var(--transition-base);padding:1rem 0;position:fixed;top:0;left:0;right:0}.Header-module__9fWxfa__header.Header-module__9fWxfa__scrolled{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);background:#0a1628e6;padding:.75rem 0}.Header-module__9fWxfa__container{max-width:var(--container-max);padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__9fWxfa__logo{flex-direction:column;line-height:1.1;text-decoration:none;display:flex}.Header-module__9fWxfa__logoText{color:var(--text-primary);letter-spacing:.05em;font-size:1.75rem;font-weight:800}.Header-module__9fWxfa__logoSubtext{color:var(--text-secondary);letter-spacing:.1em;text-transform:uppercase;font-size:.65rem}.Header-module__9fWxfa__nav{gap:2rem;display:flex}.Header-module__9fWxfa__nav a{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.95rem;font-weight:500;text-decoration:none;position:relative}.Header-module__9fWxfa__nav a:after{content:"";background:var(--color-primary);width:0;height:2px;transition:width var(--transition-fast);position:absolute;bottom:-4px;left:0}.Header-module__9fWxfa__nav a:hover{color:var(--text-primary)}.Header-module__9fWxfa__nav a:hover:after{width:100%}.Header-module__9fWxfa__actions{align-items:center;gap:1rem;display:flex}.Header-module__9fWxfa__langSwitch{background:var(--bg-glass);border-radius:var(--radius-full);border:1px solid var(--border-color);padding:4px;display:flex}.Header-module__9fWxfa__langBtn{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-full);transition:all var(--transition-fast);background:0 0;border:none;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.Header-module__9fWxfa__langBtn.Header-module__9fWxfa__active{background:var(--color-primary);color:#fff}.Header-module__9fWxfa__langBtn:hover:not(.Header-module__9fWxfa__active){color:var(--text-primary)}.Header-module__9fWxfa__menuBtn{background:var(--bg-glass);border-radius:var(--radius-sm);cursor:pointer;border:none;border:1px solid var(--border-color);width:40px;height:40px;display:none;position:relative}.Header-module__9fWxfa__menuIcon{background:var(--text-primary);width:20px;height:2px;transition:all var(--transition-fast);margin:0 auto;display:block;position:relative}.Header-module__9fWxfa__menuIcon:before,.Header-module__9fWxfa__menuIcon:after{content:"";background:var(--text-primary);width:100%;height:2px;transition:all var(--transition-fast);position:absolute;left:0}.Header-module__9fWxfa__menuIcon:before{top:-6px}.Header-module__9fWxfa__menuIcon:after{bottom:-6px}.Header-module__9fWxfa__menuIcon.Header-module__9fWxfa__open{background:0 0}.Header-module__9fWxfa__menuIcon.Header-module__9fWxfa__open:before{top:0;transform:rotate(45deg)}.Header-module__9fWxfa__menuIcon.Header-module__9fWxfa__open:after{bottom:0;transform:rotate(-45deg)}@media (max-width:768px){.Header-module__9fWxfa__nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);opacity:0;pointer-events:none;transition:all var(--transition-base);background:#0a1628fa;flex-direction:column;gap:1.5rem;padding:2rem;position:fixed;top:70px;left:0;right:0;transform:translateY(-100%)}.Header-module__9fWxfa__nav.Header-module__9fWxfa__navOpen{opacity:1;pointer-events:all;transform:translateY(0)}.Header-module__9fWxfa__nav a{font-size:1.1rem}.Header-module__9fWxfa__menuBtn{justify-content:center;align-items:center;display:flex}}
.Hero-module__gNeX-G__hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__gNeX-G__background{z-index:0;position:absolute;inset:0}.Hero-module__gNeX-G__bgImage{object-fit:cover;object-position:center;width:100%;height:100%}.Hero-module__gNeX-G__overlay{background:linear-gradient(135deg,#0a1628eb 0%,#0d5c4fb3 50%,#0a1628d9 100%);position:absolute;inset:0}.Hero-module__gNeX-G__content{z-index:1;text-align:center;max-width:900px;padding:0 var(--container-padding);animation:1s forwards Hero-module__gNeX-G__fadeInUp;position:relative}.Hero-module__gNeX-G__title{text-shadow:0 4px 30px #0000004d;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.15}.Hero-module__gNeX-G__title span:first-child{background:linear-gradient(135deg,#fff 0%,#94a3b8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__gNeX-G__subtitle{color:var(--text-secondary);max-width:650px;margin:0 auto 2.5rem;font-size:clamp(1.1rem,2.5vw,1.4rem);line-height:1.7}.Hero-module__gNeX-G__cta{justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.Hero-module__gNeX-G__cta .Hero-module__gNeX-G__btn-primary{padding:1.1rem 2.5rem;font-size:1.1rem}.Hero-module__gNeX-G__scrollIndicator{animation:2s ease-in-out infinite Hero-module__gNeX-G__float;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.Hero-module__gNeX-G__mouse{border:2px solid #ffffff4d;border-radius:13px;width:26px;height:40px;position:relative}.Hero-module__gNeX-G__wheel{background:var(--color-primary-light);border-radius:2px;width:4px;height:8px;animation:2s infinite Hero-module__gNeX-G__scroll;position:absolute;top:8px;left:50%;transform:translate(-50%)}@keyframes Hero-module__gNeX-G__scroll{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(12px)}}.Hero-module__gNeX-G__decorations{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__gNeX-G__circle1{background:radial-gradient(circle,#0d5c4f26 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:4s ease-in-out infinite Hero-module__gNeX-G__pulse;position:absolute;top:-200px;right:-200px}.Hero-module__gNeX-G__circle2{background:radial-gradient(circle,#f4b9421a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:4s ease-in-out 1s infinite Hero-module__gNeX-G__pulse;position:absolute;bottom:-100px;left:-100px}@keyframes Hero-module__gNeX-G__pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@media (max-width:768px){.Hero-module__gNeX-G__hero{min-height:100svh}.Hero-module__gNeX-G__title{margin-top:60px}.Hero-module__gNeX-G__scrollIndicator{bottom:100px}}
.About-module__Balj8a__about{background:linear-gradient(180deg,var(--bg-dark-end)0%,var(--bg-dark-start)100%);position:relative}.About-module__Balj8a__about:before{content:"";background:linear-gradient(90deg,transparent,var(--border-color),transparent);height:1px;position:absolute;top:0;left:0;right:0}.About-module__Balj8a__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.About-module__Balj8a__card{text-align:center;padding:2.5rem}.About-module__Balj8a__icon{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-light)100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.About-module__Balj8a__card h3{margin-bottom:1.5rem;font-size:1.5rem}.About-module__Balj8a__list{text-align:left;list-style:none}.About-module__Balj8a__list li{color:var(--text-secondary);border-bottom:1px solid var(--border-color);padding:.75rem 0 .75rem 1.5rem;position:relative}.About-module__Balj8a__list li:last-child{border-bottom:none}.About-module__Balj8a__list li:before{content:"";background:var(--color-secondary);border-radius:50%;width:8px;height:8px;position:absolute;top:1.1rem;left:0}.About-module__Balj8a__stats{border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:center;gap:4rem;padding-top:2rem;display:flex}.About-module__Balj8a__stat{text-align:center}.About-module__Balj8a__statNumber{background:linear-gradient(135deg,var(--color-primary-light)0%,var(--color-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;line-height:1.2;display:block}.About-module__Balj8a__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.95rem}@media (max-width:768px){.About-module__Balj8a__grid{grid-template-columns:1fr}.About-module__Balj8a__stats{gap:2rem}.About-module__Balj8a__statNumber{font-size:2.5rem}}
.Projects-module__k3vqla__projects{position:relative;overflow:hidden}.Projects-module__k3vqla__projects:before{content:"";pointer-events:none;background:radial-gradient(circle,#0d5c4f1a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:50%;right:-200px;transform:translateY(-50%)}.Projects-module__k3vqla__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Projects-module__k3vqla__card{background:var(--bg-glass);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:all var(--transition-base);overflow:hidden}.Projects-module__k3vqla__card:hover{box-shadow:var(--shadow-lg),var(--shadow-glow);border-color:var(--border-glow);transform:translateY(-8px)}.Projects-module__k3vqla__imageWrapper{height:200px;position:relative;overflow:hidden}.Projects-module__k3vqla__image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.Projects-module__k3vqla__card:hover .Projects-module__k3vqla__image{transform:scale(1.05)}.Projects-module__k3vqla__status{text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-full);padding:.4rem 1rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.Projects-module__k3vqla__statusActive{color:var(--color-success);background:#22c55e33;border:1px solid #22c55e4d}.Projects-module__k3vqla__statusPlanning{color:var(--color-secondary);background:#f4b94233;border:1px solid #f4b9424d}.Projects-module__k3vqla__statusStudy{color:var(--color-accent);background:#38bdf833;border:1px solid #38bdf84d}.Projects-module__k3vqla__content{padding:1.5rem}.Projects-module__k3vqla__content h3{margin-bottom:.5rem;font-size:1.25rem}.Projects-module__k3vqla__content p{margin-bottom:1rem;font-size:.95rem}.Projects-module__k3vqla__capacity{color:var(--color-secondary);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.Projects-module__k3vqla__capacity svg{color:var(--color-secondary)}@media (max-width:768px){.Projects-module__k3vqla__grid{grid-template-columns:1fr}}
.Partners-module__ekctJG__partners{background:linear-gradient(180deg,var(--bg-dark-start)0%,var(--bg-dark-end)100%);position:relative}.Partners-module__ekctJG__partners:before{content:"";background:linear-gradient(90deg,transparent,var(--border-color),transparent);height:1px;position:absolute;top:0;left:0;right:0}.Partners-module__ekctJG__section{margin-bottom:3rem}.Partners-module__ekctJG__section:last-child{margin-bottom:0}.Partners-module__ekctJG__sectionTitle{text-align:center;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;font-size:1rem}.Partners-module__ekctJG__grid{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.Partners-module__ekctJG__partnerCard{background:var(--bg-glass);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:all var(--transition-base);cursor:default;flex-direction:column;align-items:center;gap:1rem;padding:2rem 3rem;display:flex}.Partners-module__ekctJG__partnerCard:hover{border-color:var(--border-glow);background:#ffffff14;transform:translateY(-4px)}.Partners-module__ekctJG__logo{border-radius:var(--radius-md);width:80px;height:80px;color:var(--text-primary);letter-spacing:.05em;transition:all var(--transition-base);background:linear-gradient(135deg,#ffffff1a 0%,#ffffff0d 100%);justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.Partners-module__ekctJG__logoImage{border-radius:var(--radius-md);width:120px;height:80px;transition:all var(--transition-base);background:#fff;justify-content:center;align-items:center;padding:.5rem;display:flex}.Partners-module__ekctJG__logoImage img{object-fit:contain;max-width:100%;max-height:100%}.Partners-module__ekctJG__partnerCard:hover .Partners-module__ekctJG__logo{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-light)100%)}.Partners-module__ekctJG__name{color:var(--text-secondary);font-size:.9rem;font-weight:500}@media (max-width:768px){.Partners-module__ekctJG__grid{gap:1rem}.Partners-module__ekctJG__partnerCard{padding:1.5rem 2rem}.Partners-module__ekctJG__logo{width:60px;height:60px;font-size:1rem}}
.Contact-module__gQiC5G__contact{background:linear-gradient(180deg,var(--bg-dark-end)0%,#0d5c4f0d 100%);position:relative}.Contact-module__gQiC5G__contact:before{content:"";background:linear-gradient(90deg,transparent,var(--border-color),transparent);height:1px;position:absolute;top:0;left:0;right:0}.Contact-module__gQiC5G__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:900px;margin:0 auto;display:grid}.Contact-module__gQiC5G__card{text-align:center;padding:2.5rem 2rem}.Contact-module__gQiC5G__icon{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-light)100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;display:flex}.Contact-module__gQiC5G__card h4{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.9rem}.Contact-module__gQiC5G__link{color:var(--text-primary);transition:color var(--transition-fast);font-size:1.1rem;font-weight:500;text-decoration:none}.Contact-module__gQiC5G__link:hover{color:var(--color-accent)}@media (max-width:768px){.Contact-module__gQiC5G__grid{grid-template-columns:1fr}}
.Footer-module__nhiC3q__footer{background:var(--bg-dark-start);border-top:1px solid var(--border-color);padding:3rem 0 2rem}.Footer-module__nhiC3q__content{border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.Footer-module__nhiC3q__brand{flex-direction:column;gap:.25rem;display:flex}.Footer-module__nhiC3q__logo{color:var(--text-primary);letter-spacing:.05em;font-size:1.75rem;font-weight:800}.Footer-module__nhiC3q__tagline{color:var(--text-muted);font-size:.85rem}.Footer-module__nhiC3q__links{gap:2rem;display:flex}.Footer-module__nhiC3q__links a{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.95rem;text-decoration:none}.Footer-module__nhiC3q__links a:hover{color:var(--text-primary)}.Footer-module__nhiC3q__bottom{text-align:center}.Footer-module__nhiC3q__bottom p{color:var(--text-muted);margin:0;font-size:.85rem}@media (max-width:768px){.Footer-module__nhiC3q__content{text-align:center;flex-direction:column}.Footer-module__nhiC3q__links{flex-wrap:wrap;justify-content:center;gap:1rem 2rem}}
