.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}}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#0b3d91;--primary-dark:#061d4a;--primary-light:#132850;--primary-lighter:#0d1f3c;--secondary:#1b2a4a;--accent:#00e5ff;--accent-dark:#00b8d4;--accent-light:#00e5ff14;--bg-space:#030712;--bg-space-alt:#060d1f;--bg-card:#081228b3;--bg-card-hover:#0c1a38d9;--bg-white:#030712;--bg-light:#050b18;--bg-alt:#070e1f;--bg-dark:#020509;--bg-dark-alt:#040810;--text-primary:#e2e8f0;--text-secondary:#94a3b8;--text-muted:#64748b;--text-light:#475569;--text-white:#f1f5f9;--text-on-dark:#94a3b8;--border:#64b4ff14;--border-light:#64b4ff0d;--border-focus:var(--accent);--border-glow:#00e5ff26;--shadow-sm:0 1px 3px #0006;--shadow-md:0 4px 12px #00000080;--shadow-lg:0 10px 30px #0009;--shadow-xl:0 20px 50px #000000b3;--shadow-glow:0 0 30px #00e5ff26;--shadow-glow-strong:0 0 60px #00e5ff40;--section-padding:100px 0;--container-width:1200px;--container-padding:0 24px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--transition:all .3s ease;--transition-fast:all .15s ease;--transition-slow:all .6s ease;--font-main:-apple-system,BlinkMacSystemFont,"Segoe UI","Inter",Roboto,sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-main);background-color:var(--bg-space);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit}ul,ol{list-style:none}.container{width:100%;max-width:var(--container-width);padding:var(--container-padding);margin:0 auto}.section{padding:var(--section-padding);position:relative}.sectionAlt{padding:var(--section-padding);background-color:var(--bg-space-alt);position:relative}.sectionDark{padding:var(--section-padding);background-color:var(--bg-dark);color:var(--text-white);position:relative}.sectionLabel{letter-spacing:4px;text-transform:uppercase;color:var(--accent);text-shadow:0 0 20px #00e5ff66;margin-bottom:12px;font-size:.72rem;font-weight:700;display:inline-block}.sectionTitle{color:var(--text-white);margin-bottom:16px;font-size:2.25rem;font-weight:800;line-height:1.2}.sectionDesc{color:var(--text-secondary);max-width:600px;font-size:1.05rem;line-height:1.7}.btn{border-radius:var(--radius-sm);transition:var(--transition);white-space:nowrap;cursor:pointer;border:none;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btnPrimary{background:linear-gradient(135deg,var(--accent-dark),var(--accent));color:#030712;box-shadow:0 0 20px #00e5ff33}.btnPrimary:hover{transform:translateY(-2px);box-shadow:0 0 40px #00e5ff66,0 8px 25px #00e5ff26}.btnOutline{color:var(--text-white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:0 0;border:1.5px solid #fff3}.btnOutline:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px);box-shadow:0 0 20px #00e5ff26}.btnAccent{background:linear-gradient(135deg,var(--accent-dark),var(--accent));color:#030712;font-weight:700;box-shadow:0 0 20px #00e5ff33}.btnAccent:hover{transform:translateY(-2px);box-shadow:0 0 40px #00e5ff66,0 8px 25px #00e5ff26}@media (max-width:1024px){:root{--section-padding:80px 0}.sectionTitle{font-size:1.85rem}}@media (max-width:768px){:root{--section-padding:60px 0;--container-padding:0 16px}.sectionTitle{font-size:1.6rem}.sectionDesc{font-size:.95rem}}@media (max-width:480px){.sectionTitle{font-size:1.4rem}}
