.CookieConsent-module__balyeq__overlay{z-index:99999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0006;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;top:0;left:0}.CookieConsent-module__balyeq__banner{background:#0f141cfa;border:1px solid #ffffff26;border-radius:32px;width:100%;max-width:600px;padding:48px;box-shadow:0 40px 100px #000c}.CookieConsent-module__balyeq__iconContainer{margin-bottom:24px}.CookieConsent-module__balyeq__cookieIcon{color:var(--accent-cyan);filter:drop-shadow(0 0 15px var(--accent-cyan-glow))}.CookieConsent-module__balyeq__mainView{text-align:center;flex-direction:column;gap:32px;display:flex}.CookieConsent-module__balyeq__content h3{color:#fff;margin-bottom:8px;font-size:1.25rem}.CookieConsent-module__balyeq__content p{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.CookieConsent-module__balyeq__content a{color:var(--accent-cyan);text-decoration:underline}.CookieConsent-module__balyeq__actions{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.CookieConsent-module__balyeq__secondaryActions{justify-content:center;gap:16px;width:100%;display:flex}.CookieConsent-module__balyeq__primaryBtn{background:var(--accent-cyan);color:#0b0e14;text-transform:uppercase;letter-spacing:1px;border-radius:12px;width:100%;max-width:480px;padding:18px 48px;font-size:1.15rem;font-weight:800;transition:all .3s}.CookieConsent-module__balyeq__secondaryBtn{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:12px 24px;font-weight:600;transition:all .3s}.CookieConsent-module__balyeq__primaryBtn:hover,.CookieConsent-module__balyeq__secondaryBtn:hover{transform:translateY(-2px)}.CookieConsent-module__balyeq__settingsView h3{text-align:center;margin-bottom:24px}.CookieConsent-module__balyeq__switches{flex-direction:column;gap:20px;margin-bottom:32px;display:flex}.CookieConsent-module__balyeq__switchRow{background:#ffffff08;border-radius:16px;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.CookieConsent-module__balyeq__switchInfo strong{color:#fff;margin-bottom:4px;display:block}.CookieConsent-module__balyeq__switchInfo p{color:var(--text-secondary);font-size:.85rem}.CookieConsent-module__balyeq__switch{width:50px;height:26px;display:inline-block;position:relative}.CookieConsent-module__balyeq__switch input{opacity:0;width:0;height:0}.CookieConsent-module__balyeq__slider{cursor:pointer;background-color:#ffffff1a;border-radius:34px;transition:all .4s;position:absolute;inset:0}.CookieConsent-module__balyeq__slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .4s;position:absolute;bottom:3px;left:3px}input:checked+.CookieConsent-module__balyeq__slider{background-color:var(--accent-cyan)}input:checked+.CookieConsent-module__balyeq__slider:before{transform:translate(24px)}.CookieConsent-module__balyeq__settingsActions{justify-content:space-between;display:flex}.CookieConsent-module__balyeq__backBtn{color:var(--text-secondary);background:0 0;font-weight:600}@media (max-width:992px){.CookieConsent-module__balyeq__mainView{text-align:center;flex-direction:column;gap:24px}.CookieConsent-module__balyeq__actions{width:100%}.CookieConsent-module__balyeq__secondaryActions{flex-direction:column}}
.Navbar-module__dVeNwG__navbar{z-index:1000;width:100%;padding:24px 0;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__dVeNwG__scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0b0e14cc;border-bottom:1px solid #ffffff0d;padding:16px 0}.Navbar-module__dVeNwG__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__dVeNwG__logo{align-items:center;gap:12px;text-decoration:none;display:flex}.Navbar-module__dVeNwG__logoText{font-family:var(--font-heading);letter-spacing:1px;color:#fff;font-size:1.5rem;font-weight:700}.Navbar-module__dVeNwG__logoText span{color:var(--accent-cyan)}.Navbar-module__dVeNwG__navLinks{align-items:center;gap:32px;display:flex}.Navbar-module__dVeNwG__navLinks a{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .3s}.Navbar-module__dVeNwG__navLinks a:hover{color:#fff}.Navbar-module__dVeNwG__contactBtn{background:var(--accent-cyan);border-radius:8px;padding:10px 24px;color:#0b0e14!important;font-weight:600!important;transition:all .3s!important}.Navbar-module__dVeNwG__contactBtn:hover{box-shadow:0 4px 20px var(--accent-cyan-glow);transform:translateY(-2px)}.Navbar-module__dVeNwG__langSwitcher{align-items:center;margin-left:12px;display:flex}.Navbar-module__dVeNwG__langSelect{color:var(--text-primary);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;outline:none;padding:6px 12px;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .3s}.Navbar-module__dVeNwG__langSelect:hover{border-color:var(--accent-cyan)}.Navbar-module__dVeNwG__langSelect option{background:var(--bg-deep);color:#fff}.Navbar-module__dVeNwG__hamburger{z-index:1001;background:0 0;border:none;flex-direction:column;gap:6px;width:30px;padding:0;display:none}.Navbar-module__dVeNwG__hamburger span{background-color:#fff;width:100%;height:2px;transition:all .3s;display:block}@media (max-width:992px){.Navbar-module__dVeNwG__hamburger{display:flex}.Navbar-module__dVeNwG__navLinks{background:var(--bg-deep);flex-direction:column;justify-content:center;width:80%;height:100vh;padding:80px 40px;transition:right .4s cubic-bezier(.19,1,.22,1);position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #00000080}.Navbar-module__dVeNwG__navLinks.Navbar-module__dVeNwG__mobileOpen{right:0}.Navbar-module__dVeNwG__navLinks a{text-align:center;width:100%;font-size:1.5rem}.Navbar-module__dVeNwG__hamburger span.Navbar-module__dVeNwG__open:first-child{transform:translateY(8px)rotate(45deg)}.Navbar-module__dVeNwG__hamburger span.Navbar-module__dVeNwG__open:nth-child(2){opacity:0}.Navbar-module__dVeNwG__hamburger span.Navbar-module__dVeNwG__open:nth-child(3){transform:translateY(-8px)rotate(-45deg)}}
.Footer-module__rnk_JG__footer{background-color:var(--bg-deep);border-top:1px solid #ffffff0d;padding:80px 0 40px}.Footer-module__rnk_JG__grid{grid-template-columns:2fr 1fr 1fr;gap:80px;margin-bottom:80px;display:grid}.Footer-module__rnk_JG__brand .Footer-module__rnk_JG__logo{align-items:center;gap:12px;margin-bottom:24px;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.Footer-module__rnk_JG__brand .Footer-module__rnk_JG__logo span{color:#fff}.Footer-module__rnk_JG__brand p{color:var(--text-secondary);max-width:320px;line-height:1.6}.Footer-module__rnk_JG__socialLinks{gap:16px;margin-top:16px;display:flex}.Footer-module__rnk_JG__socialLinks a{color:var(--text-secondary);transition:all .3s}.Footer-module__rnk_JG__socialLinks a:hover{color:var(--accent-cyan);transform:translateY(-3px)}.Footer-module__rnk_JG__legalInfo{color:var(--text-secondary);flex-direction:column;gap:4px;margin-top:24px;font-size:.9rem;display:flex}.Footer-module__rnk_JG__legalInfo p{opacity:.8;margin:0}.Footer-module__rnk_JG__legalInfo strong{color:var(--text-primary)}.Footer-module__rnk_JG__links h4{color:#fff;margin-bottom:24px;font-size:1.1rem}.Footer-module__rnk_JG__links ul{flex-direction:column;gap:12px;display:flex}.Footer-module__rnk_JG__links a{color:var(--text-secondary);transition:color .3s}.Footer-module__rnk_JG__links a:hover{color:var(--accent-cyan)}.Footer-module__rnk_JG__bottom{color:var(--text-secondary);border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:40px;font-size:.9rem;display:flex}.Footer-module__rnk_JG__legal{gap:24px;display:flex}@media (max-width:768px){.Footer-module__rnk_JG__grid{grid-template-columns:1fr;gap:40px}.Footer-module__rnk_JG__bottom{text-align:center;flex-direction:column;gap:20px}}
