.Header-module__hBw1pG__header{z-index:1000;transition:var(--transition);border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__headerScrolled{-webkit-backdrop-filter:blur(20px);background:#030712d9;border-bottom-color:#00e5ff0f;box-shadow:0 4px 30px #0000004d}.Header-module__hBw1pG__headerInner{height:80px;max-width:var(--container-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 24px;display:flex}.Header-module__hBw1pG__logo{flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.Header-module__hBw1pG__logoImg{border-radius:6px;width:auto;height:44px}.Header-module__hBw1pG__logoText{color:var(--text-white);letter-spacing:-.5px;font-size:1.2rem;font-weight:800}.Header-module__hBw1pG__logoText span{color:var(--accent)}.Header-module__hBw1pG__nav{align-items:center;gap:2px;display:flex}.Header-module__hBw1pG__navLink{color:var(--text-secondary);border-radius:var(--radius-sm);transition:var(--transition-fast);white-space:nowrap;padding:8px 14px;font-size:.88rem;font-weight:500}.Header-module__hBw1pG__navLink:hover{color:var(--accent);background-color:#00e5ff0d}.Header-module__hBw1pG__navLinkActive{color:var(--accent);text-shadow:0 0 15px #00e5ff4d;font-weight:600}.Header-module__hBw1pG__actions{align-items:center;gap:8px;display:flex}.Header-module__hBw1pG__langBtn{letter-spacing:1px;color:var(--text-muted);transition:var(--transition-fast);background:0 0;border:1.5px solid #64b4ff1f;border-radius:100px;padding:6px 12px;font-size:.75rem;font-weight:700}.Header-module__hBw1pG__langBtn:hover{border-color:var(--accent);color:var(--accent)}.Header-module__hBw1pG__langBtnActive{border-color:var(--accent);color:var(--accent);background:#00e5ff1a;box-shadow:0 0 12px #00e5ff26}.Header-module__hBw1pG__contactBtn{background:linear-gradient(135deg,var(--accent-dark),var(--accent));color:#030712;border-radius:var(--radius-sm);transition:var(--transition);border:none;padding:10px 22px;font-size:.85rem;font-weight:600;box-shadow:0 0 15px #00e5ff26}.Header-module__hBw1pG__contactBtn:hover{transform:translateY(-1px);box-shadow:0 0 25px #00e5ff4d,0 4px 15px #00e5ff26}.Header-module__hBw1pG__menuToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.Header-module__hBw1pG__menuToggle span{background:var(--text-secondary);width:24px;height:2px;transition:var(--transition-fast);border-radius:2px;display:block}.Header-module__hBw1pG__menuToggleOpen span:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__hBw1pG__menuToggleOpen span:nth-child(2){opacity:0}.Header-module__hBw1pG__menuToggleOpen span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Header-module__hBw1pG__mobileMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;background:#030712f7;border-top:1px solid #00e5ff0f;flex-direction:column;gap:4px;padding:24px;display:none;position:fixed;inset:80px 0 0;overflow-y:auto}.Header-module__hBw1pG__mobileMenuOpen{display:flex}.Header-module__hBw1pG__mobileNavLink{color:var(--text-secondary);border-radius:var(--radius-sm);transition:var(--transition-fast);padding:14px 16px;font-size:1rem;font-weight:500;display:block}.Header-module__hBw1pG__mobileNavLink:hover{color:var(--accent);background-color:#00e5ff0d}.Header-module__hBw1pG__mobileLangRow{gap:8px;padding:14px 16px;display:flex}@media (max-width:1024px){.Header-module__hBw1pG__nav,.Header-module__hBw1pG__contactBtn{display:none}.Header-module__hBw1pG__menuToggle{display:flex}}
.Footer-module__S6Hkya__footer{background:var(--bg-dark);color:var(--text-on-dark);padding:80px 0 0;position:relative;overflow:hidden}.Footer-module__S6Hkya__footer:before{content:"";background:linear-gradient(90deg,#0000,#00e5ff1f,#0000);height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__S6Hkya__footer:after{content:"";pointer-events:none;background:radial-gradient(circle,#0b3d910f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-200px;right:-100px}.Footer-module__S6Hkya__footerInner{max-width:var(--container-width);z-index:1;margin:0 auto;padding:0 24px;position:relative}.Footer-module__S6Hkya__footerGrid{border-bottom:1px solid #64b4ff0f;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:60px;display:grid}.Footer-module__S6Hkya__brand{flex-direction:column;gap:16px;display:flex}.Footer-module__S6Hkya__logoRow{align-items:center;gap:12px;display:flex}.Footer-module__S6Hkya__logoImg{border-radius:6px;width:auto;height:40px}.Footer-module__S6Hkya__logoText{color:var(--text-white);font-size:1.15rem;font-weight:800}.Footer-module__S6Hkya__brandDesc{color:var(--text-on-dark);max-width:320px;font-size:.9rem;line-height:1.7}.Footer-module__S6Hkya__colTitle{letter-spacing:3px;text-transform:uppercase;color:var(--accent);text-shadow:0 0 15px #00e5ff4d;margin-bottom:20px;font-size:.72rem;font-weight:700}.Footer-module__S6Hkya__colLinks{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__colLink{color:var(--text-on-dark);transition:var(--transition-fast);font-size:.9rem}.Footer-module__S6Hkya__colLink:hover{color:var(--accent);text-shadow:0 0 10px #00e5ff4d}.Footer-module__S6Hkya__contactItem{color:var(--text-on-dark);align-items:flex-start;gap:10px;margin-bottom:14px;font-size:.9rem;display:flex}.Footer-module__S6Hkya__contactIcon{width:18px;height:18px;color:var(--accent);flex-shrink:0;margin-top:3px}.Footer-module__S6Hkya__bottom{justify-content:space-between;align-items:center;margin-top:0;padding:24px 0;display:flex}.Footer-module__S6Hkya__copyright{color:var(--text-muted);font-size:.8rem}.Footer-module__S6Hkya__socials{gap:10px;display:flex}.Footer-module__S6Hkya__socialLink{width:38px;height:38px;color:var(--text-on-dark);transition:var(--transition);background:#00e5ff0a;border:1px solid #00e5ff14;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socialLink:hover{border-color:var(--accent);color:var(--accent);background:#00e5ff1a;transform:translateY(-2px);box-shadow:0 0 20px #00e5ff26}.Footer-module__S6Hkya__socialLink svg{width:18px;height:18px}@media (max-width:1024px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:640px){.Footer-module__S6Hkya__footer{padding:60px 0 0}.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr;gap:32px}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:16px}}
