.LanguageSwitcher-module__kcAi4G__switcher{display:inline-block;position:relative}.LanguageSwitcher-module__kcAi4G__triggerBtn{border:1px solid var(--border-card);color:var(--text-primary);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;font-weight:600;display:inline-flex}.LanguageSwitcher-module__kcAi4G__triggerBtn:hover{border-color:var(--sky-400);color:var(--sky-200);background:#38bdf826}.LanguageSwitcher-module__kcAi4G__globeIcon{font-size:.95rem;line-height:1}.LanguageSwitcher-module__kcAi4G__activeCode{letter-spacing:.05em;color:var(--sky-300)}.LanguageSwitcher-module__kcAi4G__chevron{transition:transform var(--transition-fast);color:var(--text-secondary)}.LanguageSwitcher-module__kcAi4G__chevronOpen{transform:rotate(180deg)}.LanguageSwitcher-module__kcAi4G__dropdown{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-card);border-radius:var(--radius-md);min-width:170px;box-shadow:var(--shadow-lg), 0 0 20px #00000080;z-index:100;background:#0f1c34fa;flex-direction:column;gap:2px;padding:6px;animation:.15s ease-out LanguageSwitcher-module__kcAi4G__fadeIn;display:flex;position:absolute;top:calc(100% + 8px);right:0}@keyframes LanguageSwitcher-module__kcAi4G__fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.LanguageSwitcher-module__kcAi4G__option{border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast);align-items:center;gap:10px;padding:10px 12px;font-size:.875rem;text-decoration:none;display:flex}.LanguageSwitcher-module__kcAi4G__option:hover{color:var(--sky-200);background:#38bdf826}.LanguageSwitcher-module__kcAi4G__optionActive{color:var(--text-white);background:#2563eb40;font-weight:600}.LanguageSwitcher-module__kcAi4G__optionBadge{color:var(--sky-300);background:#ffffff14;border-radius:4px;padding:2px 6px;font-size:.75rem;font-weight:700}.LanguageSwitcher-module__kcAi4G__optionName{flex:1}.LanguageSwitcher-module__kcAi4G__checkmark{color:var(--sky-400);font-size:.85rem;font-weight:700}
.Header-module__hBw1pG__header{z-index:1000;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-card);transition:all var(--transition-base);background:#0a1324eb;position:sticky;top:0;left:0;right:0}.Header-module__hBw1pG__headerInner{justify-content:space-between;align-items:center;gap:20px;height:80px;display:flex}.Header-module__hBw1pG__brand{align-items:center;gap:14px;text-decoration:none;display:flex}.Header-module__hBw1pG__logoIcon{border-radius:var(--radius-sm);border:1px solid var(--border-card);width:44px;height:44px;color:var(--sky-400);transition:all var(--transition-fast);background:linear-gradient(135deg,#38bdf833 0%,#2563eb1a 100%);justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__brand:hover .Header-module__hBw1pG__logoIcon{border-color:var(--sky-300);box-shadow:var(--sky-glow);transform:scale(1.05)}.Header-module__hBw1pG__brandText{flex-direction:column;display:flex}.Header-module__hBw1pG__brandName{letter-spacing:.06em;color:#fff;font-family:Cinzel,Playfair Display,Georgia,serif;font-size:1rem;font-weight:800}.Header-module__hBw1pG__brandSubtitle{letter-spacing:.08em;color:var(--sky-300);font-size:.68rem;font-weight:600}.Header-module__hBw1pG__nav{align-items:center;gap:28px;display:flex}.Header-module__hBw1pG__navLink{color:var(--text-secondary);transition:color var(--transition-fast);padding:4px 0;font-size:.9rem;font-weight:500;position:relative}.Header-module__hBw1pG__navLink:hover{color:var(--sky-200)}.Header-module__hBw1pG__navLink:after{content:"";background:var(--blue-gradient);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:0;left:0}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__actions{align-items:center;gap:16px;display:flex}.Header-module__hBw1pG__phoneLink{border-radius:var(--radius-sm);transition:background var(--transition-fast);align-items:center;gap:10px;padding:6px 12px;display:flex}.Header-module__hBw1pG__phoneLink:hover{background:#ffffff0d}.Header-module__hBw1pG__phoneIcon{font-size:1.1rem}.Header-module__hBw1pG__phoneMeta{flex-direction:column;display:flex}.Header-module__hBw1pG__phoneLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--sky-400);font-size:.68rem;font-weight:700}.Header-module__hBw1pG__phoneNumber{color:var(--text-primary);font-size:.85rem;font-weight:700}.Header-module__hBw1pG__ctaBtn{white-space:nowrap}.Header-module__hBw1pG__hamburger{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);cursor:pointer;background:#ffffff0d;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:9px;display:none}.Header-module__hBw1pG__burgerLine{background:var(--text-primary);width:100%;height:2px;transition:all var(--transition-fast);border-radius:2px;display:block}.Header-module__hBw1pG__line1Open{transform:translateY(7px)rotate(45deg)}.Header-module__hBw1pG__line2Open{opacity:0}.Header-module__hBw1pG__line3Open{transform:translateY(-7px)rotate(-45deg)}.Header-module__hBw1pG__mobileNav{border-bottom:1px solid var(--border-card);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#0a1324fa;flex-direction:column;padding:24px;display:none}.Header-module__hBw1pG__mobileNavLinks{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.Header-module__hBw1pG__mobileNavLink{color:var(--text-primary);border-bottom:1px solid var(--border-subtle);padding:8px 0;font-size:1.1rem;font-weight:600}.Header-module__hBw1pG__mobileNavLink:hover{color:var(--sky-300)}.Header-module__hBw1pG__mobileMenuFooter{flex-direction:column;gap:14px;display:flex}.Header-module__hBw1pG__mobilePhone{color:var(--sky-300);text-align:center;font-size:1rem;font-weight:700}@media (max-width:1080px){.Header-module__hBw1pG__phoneLink{display:none}}@media (max-width:880px){.Header-module__hBw1pG__nav,.Header-module__hBw1pG__ctaBtn{display:none}.Header-module__hBw1pG__hamburger,.Header-module__hBw1pG__mobileNav{display:flex}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border-subtle);color:var(--text-secondary);background-color:#060b16;padding:80px 0 40px}.Footer-module__S6Hkya__topRow{grid-template-columns:2fr 1fr 1.2fr 1.5fr;gap:40px;margin-bottom:50px;display:grid}.Footer-module__S6Hkya__brandCol{flex-direction:column;display:flex}.Footer-module__S6Hkya__brand{align-items:center;gap:12px;margin-bottom:18px;display:flex}.Footer-module__S6Hkya__logoIcon{font-size:1.6rem}.Footer-module__S6Hkya__brandText{flex-direction:column;display:flex}.Footer-module__S6Hkya__brandTitle{letter-spacing:.06em;color:#fff;font-family:Cinzel,Georgia,serif;font-size:.95rem;font-weight:800}.Footer-module__S6Hkya__brandSub{color:var(--sky-400);letter-spacing:.08em;font-size:.65rem;font-weight:600}.Footer-module__S6Hkya__tagline{color:var(--text-muted);max-width:320px;font-size:.875rem;line-height:1.65}.Footer-module__S6Hkya__colTitle{color:#fff;letter-spacing:.04em;text-transform:uppercase;margin-bottom:20px;font-size:.95rem;font-weight:700}.Footer-module__S6Hkya__linksList{flex-direction:column;gap:12px;list-style:none;display:flex}.Footer-module__S6Hkya__linksList a{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.875rem}.Footer-module__S6Hkya__linksList a:hover{color:var(--sky-300)}.Footer-module__S6Hkya__contactCol{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__contactText{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.Footer-module__S6Hkya__contactText strong{color:var(--sky-300)}.Footer-module__S6Hkya__disclaimerBox{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:#ffffff05;margin-bottom:40px;padding:20px}.Footer-module__S6Hkya__disclaimerBox p{color:var(--text-muted);font-size:.775rem;line-height:1.6}.Footer-module__S6Hkya__bottomRow{border-top:1px solid var(--border-subtle);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;font-size:.825rem;display:flex}.Footer-module__S6Hkya__langLinks{align-items:center;gap:10px;display:flex}.Footer-module__S6Hkya__langLinks a{color:var(--text-muted);transition:color var(--transition-fast)}.Footer-module__S6Hkya__langLinks a:hover{color:var(--sky-200)}.Footer-module__S6Hkya__activeLang{font-weight:700;color:var(--sky-400)!important}.Footer-module__S6Hkya__sep{color:#fff3}@media (max-width:960px){.Footer-module__S6Hkya__topRow{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:600px){.Footer-module__S6Hkya__topRow{grid-template-columns:1fr;gap:30px}.Footer-module__S6Hkya__bottomRow{text-align:center;flex-direction:column}}
