.Header-module__85i50G__header{z-index:var(--z-header);padding:var(--space-md)0;transition:all var(--duration-normal)var(--ease-out-expo);position:fixed;top:0;left:0;right:0}.Header-module__85i50G__header.Header-module__85i50G__scrolled{background:rgba(var(--color-bg),.7);-webkit-backdrop-filter:blur(40px);border-bottom:1px solid rgba(var(--color-text-primary),.08);padding:var(--space-sm)0;box-shadow:0 4px 30px #00000026}.Header-module__85i50G__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__85i50G__logo{font-family:var(--font-display);font-size:var(--text-xl);letter-spacing:-.02em;cursor:pointer;align-items:center;font-weight:800;display:flex}.Header-module__85i50G__logoText{color:rgb(var(--color-text-primary))}.Header-module__85i50G__logoNumber{color:rgb(var(--color-primary))}.Header-module__85i50G__logoAccent{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Header-module__85i50G__nav{align-items:center;gap:var(--space-xl);display:flex}@media (max-width:1024px){.Header-module__85i50G__nav{display:none}}.Header-module__85i50G__navLink{font-size:var(--text-sm);color:rgb(var(--color-text-secondary));transition:var(--transition-colors);padding:var(--space-sm)0;font-weight:500;position:relative}.Header-module__85i50G__navLink:hover{color:rgb(var(--color-text-primary))}.Header-module__85i50G__navUnderline{background:var(--gradient-primary);border-radius:var(--radius-full);width:0;height:2px;transition:width var(--duration-normal)var(--ease-out-expo);position:absolute;bottom:0;left:0}.Header-module__85i50G__navLink:hover .Header-module__85i50G__navUnderline{width:100%}.Header-module__85i50G__controls{align-items:center;gap:var(--space-md);display:flex}.Header-module__85i50G__langSwitcher{position:relative}.Header-module__85i50G__langButton{align-items:center;gap:var(--space-sm);padding:var(--space-sm)var(--space-md);background:rgba(var(--color-surface),.5);border:1px solid rgba(var(--color-text-secondary),.15);border-radius:var(--radius-lg);color:rgb(var(--color-text-primary));font-size:var(--text-sm);cursor:pointer;transition:all var(--duration-normal)var(--ease-out-expo);font-weight:500;display:flex}.Header-module__85i50G__langButton:hover{border-color:rgba(var(--color-primary),.3);background:rgba(var(--color-surface),.8)}.Header-module__85i50G__langButton svg{opacity:.7}.Header-module__85i50G__langDropdown{top:calc(100% + var(--space-sm));background:rgb(var(--color-surface));border:1px solid rgba(var(--color-text-secondary),.15);border-radius:var(--radius-lg);min-width:160px;position:absolute;right:0;overflow:hidden;box-shadow:0 12px 40px #0000004d}.Header-module__85i50G__langOption{align-items:center;gap:var(--space-md);width:100%;padding:var(--space-md)var(--space-lg);color:rgb(var(--color-text-secondary));font-size:var(--text-sm);cursor:pointer;transition:all var(--duration-fast)var(--ease-out-expo);background:0 0;border:none;display:flex}.Header-module__85i50G__langOption:hover{background:rgba(var(--color-primary),.1);color:rgb(var(--color-text-primary))}.Header-module__85i50G__langOption.Header-module__85i50G__active{background:rgba(var(--color-primary),.15);color:rgb(var(--color-primary))}.Header-module__85i50G__langCode{min-width:28px;font-weight:600}.Header-module__85i50G__langName{opacity:.8;font-weight:400}.Header-module__85i50G__themeToggle{background:rgba(var(--color-surface),.5);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:40px;height:40px;color:rgb(var(--color-text-primary));cursor:pointer;transition:var(--transition-all);justify-content:center;align-items:center;display:flex}.Header-module__85i50G__themeToggle:hover{border-color:var(--border-color-hover);background:rgba(var(--color-surface),.8);color:rgb(var(--color-accent))}.Header-module__85i50G__menuToggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;display:none}@media (max-width:1024px){.Header-module__85i50G__menuToggle{display:flex}}.Header-module__85i50G__hamburger{width:24px;height:18px;position:relative}.Header-module__85i50G__hamburger span{background:rgb(var(--color-text-primary));border-radius:var(--radius-full);width:100%;height:2px;transition:all var(--duration-normal)var(--ease-out-expo);position:absolute;left:0}.Header-module__85i50G__hamburger span:first-child{top:0}.Header-module__85i50G__hamburger span:nth-child(2){top:8px}.Header-module__85i50G__hamburger span:nth-child(3){top:16px}.Header-module__85i50G__hamburger.Header-module__85i50G__open span:first-child{top:8px;transform:rotate(45deg)}.Header-module__85i50G__hamburger.Header-module__85i50G__open span:nth-child(2){opacity:0;transform:translate(-10px)}.Header-module__85i50G__hamburger.Header-module__85i50G__open span:nth-child(3){top:8px;transform:rotate(-45deg)}.Header-module__85i50G__mobileMenu{background:rgb(var(--color-bg));border-bottom:1px solid var(--border-color);position:absolute;top:100%;left:0;right:0;overflow:hidden}.Header-module__85i50G__mobileNav{padding:var(--space-lg)var(--container-padding);gap:var(--space-sm);flex-direction:column;display:flex}.Header-module__85i50G__mobileNavLink{padding:var(--space-md);font-size:var(--text-lg);color:rgb(var(--color-text-secondary));border-radius:var(--radius-lg);transition:var(--transition-all);font-weight:500}.Header-module__85i50G__mobileNavLink:hover{background:rgba(var(--color-primary),.1);color:rgb(var(--color-primary))}
.Footer-module__hP-FLq__footer{background:rgb(var(--color-surface));border-top:1px solid var(--border-color);padding:var(--space-4xl)0 var(--space-xl)}.Footer-module__hP-FLq__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.Footer-module__hP-FLq__grid{gap:var(--space-3xl);margin-bottom:var(--space-3xl);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}@media (max-width:1024px){.Footer-module__hP-FLq__grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.Footer-module__hP-FLq__grid{gap:var(--space-2xl);grid-template-columns:1fr}}.Footer-module__hP-FLq__brand{max-width:320px}.Footer-module__hP-FLq__logo{font-family:var(--font-display);font-size:var(--text-2xl);letter-spacing:-.02em;margin-bottom:var(--space-lg);font-weight:800;display:inline-flex}.Footer-module__hP-FLq__logoText{color:rgb(var(--color-text-primary))}.Footer-module__hP-FLq__logoNumber{color:rgb(var(--color-primary))}.Footer-module__hP-FLq__logoAccent{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Footer-module__hP-FLq__description{font-size:var(--text-sm);color:rgb(var(--color-text-secondary));line-height:var(--leading-relaxed);margin-bottom:var(--space-lg)}.Footer-module__hP-FLq__social{gap:var(--space-sm);display:flex}.Footer-module__hP-FLq__socialLink{background:rgba(var(--color-surface-elevated),.5);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:40px;height:40px;color:rgb(var(--color-text-secondary));transition:var(--transition-all);justify-content:center;align-items:center;display:flex}.Footer-module__hP-FLq__socialLink:hover{border-color:var(--border-color-hover);color:rgb(var(--color-primary));background:rgba(var(--color-primary),.1)}.Footer-module__hP-FLq__links{flex-direction:column;display:flex}.Footer-module__hP-FLq__linksTitle{font-family:var(--font-display);font-size:var(--text-base);color:rgb(var(--color-text-primary));margin-bottom:var(--space-lg);font-weight:600}.Footer-module__hP-FLq__linksNav{gap:var(--space-sm);flex-direction:column;display:flex}.Footer-module__hP-FLq__linksNav a{font-size:var(--text-sm);color:rgb(var(--color-text-secondary));transition:var(--transition-colors)}.Footer-module__hP-FLq__linksNav a:hover{color:rgb(var(--color-primary))}.Footer-module__hP-FLq__contact{flex-direction:column;display:flex}.Footer-module__hP-FLq__contactInfo{gap:var(--space-sm);flex-direction:column;display:flex}.Footer-module__hP-FLq__contactInfo a,.Footer-module__hP-FLq__contactInfo span{font-size:var(--text-sm);color:rgb(var(--color-text-secondary));transition:var(--transition-colors)}.Footer-module__hP-FLq__contactInfo a:hover{color:rgb(var(--color-primary))}.Footer-module__hP-FLq__bottom{padding-top:var(--space-xl);border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;display:flex}@media (max-width:640px){.Footer-module__hP-FLq__bottom{gap:var(--space-md);text-align:center;flex-direction:column}}.Footer-module__hP-FLq__copyright{font-size:var(--text-sm);color:rgb(var(--color-text-muted))}.Footer-module__hP-FLq__legal{gap:var(--space-lg);display:flex}.Footer-module__hP-FLq__legal a{font-size:var(--text-sm);color:rgb(var(--color-text-muted));transition:var(--transition-colors)}.Footer-module__hP-FLq__legal a:hover{color:rgb(var(--color-text-primary))}
.ScrollProgress-module__mSgiFq__progressBar{background:var(--gradient-primary);transform-origin:0%;height:3px;z-index:calc(var(--z-header) + 1);box-shadow:0 0 10px rgba(var(--color-primary),.5);position:fixed;top:0;left:0;right:0}
