/* Header restore: final layer loaded after legacy page styles. */
html,
body {
  margin-top: 0 !important;
  padding-top: 0 !important;
  overflow-x: hidden !important;
}

html body header.site-header {
  top: 0 !important;
  margin-top: 0 !important;
  background: #050607 !important;
}

@media (min-width: 821px) {
  html body header.site-header,
  html body header.site-header:not(.menu-open) {
    position: sticky !important;
    display: block !important;
    top: 0 !important;
    width: 100% !important;
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #050607 !important;
    overflow: visible !important;
    border-bottom: 1px solid rgba(56, 198, 217, 0.18) !important;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22) !important;
    z-index: 10000 !important;
  }

  html body header.site-header > .site-header__inner,
  html body header.site-header:not(.menu-open) > .site-header__inner {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: none !important;
    height: 76px !important;
    min-height: 76px !important;
    margin: 0 !important;
    padding: 0 16px !important;
  }

  html body header.site-header > .site-header__inner > a.site-logo,
  html body header.site-header:not(.menu-open) > .site-header__inner > a.site-logo {
    position: static !important;
    display: flex !important;
    flex: 0 0 clamp(168px, 18vw, 240px) !important;
    width: clamp(168px, 18vw, 240px) !important;
    max-width: clamp(168px, 18vw, 240px) !important;
    height: 58px !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
    transform: none !important;
  }

  html body header.site-header > .site-header__inner > a.site-logo img,
  html body header.site-header:not(.menu-open) > .site-header__inner > a.site-logo img {
    display: block !important;
    width: clamp(168px, 18vw, 240px) !important;
    max-width: clamp(168px, 18vw, 240px) !important;
    height: auto !important;
    max-height: 58px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  html body header.site-header > .site-header__inner > button.mobile-menu-toggle,
  html body header.site-header:not(.menu-open) > .site-header__inner > button.mobile-menu-toggle {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  html body header.site-header > .site-header__inner > nav.site-header__nav,
  html body header.site-header:not(.menu-open) > .site-header__inner > nav.site-header__nav {
    position: static !important;
    display: flex !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body header.site-header nav.site-header__nav > ul.nav-links,
  html body header.site-header nav.site-header__nav > ul.nav-center,
  html body header.site-header:not(.menu-open) nav.site-header__nav > ul.nav-links,
  html body header.site-header:not(.menu-open) nav.site-header__nav > ul.nav-center {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(8px, 1.2vw, 18px) !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  html body header.site-header nav.site-header__nav > ul.nav-links > li,
  html body header.site-header:not(.menu-open) nav.site-header__nav > ul.nav-links > li {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  html body header.site-header nav.site-header__nav > ul.nav-links > li::marker,
  html body header.site-header:not(.menu-open) nav.site-header__nav > ul.nav-links > li::marker {
    content: "" !important;
    font-size: 0 !important;
  }

  html body header.site-header nav.site-header__nav > ul.nav-links > li > a,
  html body header.site-header:not(.menu-open) nav.site-header__nav > ul.nav-links > li > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 6px 0 !important;
    color: rgba(255, 255, 255, 0.92) !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: clamp(0.68rem, 0.95vw, 0.9rem) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
  }

  html body header.site-header > .site-header__inner > .site-header__actions,
  html body header.site-header:not(.menu-open) > .site-header__inner > .site-header__actions {
    position: static !important;
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body header.site-header .site-header__actions > .site-header__lang,
  html body header.site-header:not(.menu-open) .site-header__actions > .site-header__lang {
    position: static !important;
    display: flex !important;
    flex: 0 0 48px !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 40px !important;
    min-height: 40px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html body header.site-header .site-header__actions > .site-header__lang a,
  html body header.site-header:not(.menu-open) .site-header__actions > .site-header__lang a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 0.72rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
  }

  html body header.site-header .site-header__actions > a.social-btn,
  html body header.site-header:not(.menu-open) .site-header__actions > a.social-btn {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 40px !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    transform: none !important;
  }

  html body header.site-header .site-header__actions > a.social-btn svg,
  html body header.site-header:not(.menu-open) .site-header__actions > a.social-btn svg {
    width: 18px !important;
    height: 18px !important;
  }

  html body header.site-header .site-header__actions > a.site-header__cta,
  html body header.site-header:not(.menu-open) .site-header__actions > a.site-header__cta {
    position: static !important;
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: clamp(112px, 9.5vw, 142px) !important;
    height: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 clamp(18px, 2vw, 26px) !important;
    color: #050607 !important;
    background: linear-gradient(135deg, #e5ad3a, #bd8018) !important;
    border: 0 !important;
    border-radius: 15px !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: clamp(0.78rem, 1vw, 0.94rem) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-align: center !important;
    text-decoration: none !important;
    transform: none !important;
  }
}

@media (max-width: 820px) {
  html body header.site-header:not(.menu-open),
  html body header.site-header:not(.menu-open) > .site-header__inner {
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
  }

  html body header.site-header:not(.menu-open) > .site-header__inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 52px 50px !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 9px 12px !important;
  }

  html body header.site-header:not(.menu-open) > .site-header__inner > a.site-logo {
    grid-column: 1 !important;
    grid-row: 1 !important;
    position: static !important;
    width: min(178px, 48vw) !important;
    max-width: min(178px, 48vw) !important;
    height: 50px !important;
    margin: 0 !important;
  }

  html body header.site-header:not(.menu-open) > .site-header__inner > nav.site-header__nav {
    display: none !important;
  }

  html body header.site-header:not(.menu-open) > .site-header__inner > .site-header__actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
    display: flex !important;
    width: 52px !important;
    min-width: 52px !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body header.site-header:not(.menu-open) > .site-header__inner > .site-header__actions > .site-header__lang {
    display: flex !important;
    width: 52px !important;
    min-width: 52px !important;
    height: 46px !important;
    margin: 0 !important;
  }

  html body header.site-header:not(.menu-open) .site-header__actions > a.social-btn,
  html body header.site-header:not(.menu-open) .site-header__actions > a.site-header__cta {
    display: none !important;
  }

  html body header.site-header:not(.menu-open) > .site-header__inner > button.mobile-menu-toggle {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
    display: inline-flex !important;
    visibility: visible !important;
    pointer-events: auto !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body header.site-header:not(.menu-open) > .site-header__inner > button.mobile-menu-toggle .menu-lines,
  html body header.site-header:not(.menu-open) > .site-header__inner > button.mobile-menu-toggle .menu-lines i,
  html body header.site-header:not(.menu-open) > .site-header__inner > button.mobile-menu-toggle .menu-lines span {
    display: block !important;
  }

  html body header.site-header:not(.menu-open) > .site-header__inner > button.mobile-menu-toggle .menu-lines {
    width: 38px !important;
    height: auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body header.site-header:not(.menu-open) > .site-header__inner > button.mobile-menu-toggle .menu-lines i,
  html body header.site-header:not(.menu-open) > .site-header__inner > button.mobile-menu-toggle .menu-lines span {
    width: 38px !important;
    height: 3px !important;
    margin: 7px 0 !important;
    border-radius: 999px !important;
    background: #f6f3eb !important;
    transform: none !important;
    opacity: 1 !important;
  }

  html body header.site-header.menu-open {
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-y: auto !important;
    background:
      radial-gradient(circle at 0 18%, rgba(120, 0, 28, 0.26), transparent 34%),
      linear-gradient(120deg, rgba(30, 0, 10, 0.88), rgba(5, 6, 7, 0.98) 52%),
      #050607 !important;
    border: 0 !important;
    z-index: 999999 !important;
  }

  html body header.site-header.menu-open > .site-header__inner {
    display: grid !important;
    grid-template-columns: 1fr auto auto 1fr !important;
    grid-template-rows: auto minmax(260px, 1fr) auto auto !important;
    align-items: start !important;
    justify-items: center !important;
    gap: 0 18px !important;
    width: 100% !important;
    min-height: 100dvh !important;
    margin: 0 !important;
    padding: 30px 24px 24px !important;
    background: transparent !important;
  }

  html body header.site-header.menu-open > .site-header__inner > a.site-logo {
    display: none !important;
  }

  html body header.site-header.menu-open > .site-header__inner > button.mobile-menu-toggle {
    grid-column: 3 / 5 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: start !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 20px !important;
    width: auto !important;
    min-width: 152px !important;
    height: 72px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #f6f3eb !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body header.site-header.menu-open > .site-header__inner > button.mobile-menu-toggle::after {
    content: "CLOSE" !important;
    color: #f6f3eb !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: clamp(2rem, 8vw, 3.1rem) !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
  }

  html body header.site-header.menu-open > .site-header__inner > button.mobile-menu-toggle .menu-lines {
    display: inline-flex !important;
    position: relative !important;
    flex: 0 0 54px !important;
    width: 54px !important;
    height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
  }

  html body header.site-header.menu-open > .site-header__inner > button.mobile-menu-toggle .menu-lines i,
  html body header.site-header.menu-open > .site-header__inner > button.mobile-menu-toggle .menu-lines span {
    position: absolute !important;
    left: 0 !important;
    top: 25px !important;
    display: block !important;
    width: 54px !important;
    height: 4px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: #f6f3eb !important;
    opacity: 1 !important;
  }

  html body header.site-header.menu-open > .site-header__inner > button.mobile-menu-toggle .menu-lines i:nth-child(1),
  html body header.site-header.menu-open > .site-header__inner > button.mobile-menu-toggle .menu-lines span:nth-child(1) {
    transform: rotate(45deg) !important;
  }

  html body header.site-header.menu-open > .site-header__inner > button.mobile-menu-toggle .menu-lines i:nth-child(2),
  html body header.site-header.menu-open > .site-header__inner > button.mobile-menu-toggle .menu-lines span:nth-child(2) {
    opacity: 0 !important;
  }

  html body header.site-header.menu-open > .site-header__inner > button.mobile-menu-toggle .menu-lines i:nth-child(3),
  html body header.site-header.menu-open > .site-header__inner > button.mobile-menu-toggle .menu-lines span:nth-child(3) {
    transform: rotate(-45deg) !important;
  }

  html body header.site-header.menu-open > .site-header__inner > nav.site-header__nav {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: flex !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: clamp(22px, 4.4vh, 44px) 0 clamp(18px, 3vh, 34px) !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  html body header.site-header.menu-open nav.site-header__nav > ul.nav-links,
  html body header.site-header.menu-open nav.site-header__nav > ul.nav-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(18px, 3.7vh, 34px) !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  html body header.site-header.menu-open nav.site-header__nav li,
  html body header.site-header.menu-open nav.site-header__nav li::marker {
    list-style: none !important;
    content: "" !important;
  }

  html body header.site-header.menu-open nav.site-header__nav a {
    display: block !important;
    width: auto !important;
    max-width: min(92vw, 720px) !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #f6f3eb !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: clamp(2.05rem, 10.5vw, 4.2rem) !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    letter-spacing: -0.03em !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
  }

  html body header.site-header.menu-open > .site-header__inner > .site-header__actions {
    display: contents !important;
  }

  html body header.site-header.menu-open .site-header__actions > .site-header__lang {
    grid-column: 1 / 2 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: start !important;
    display: flex !important;
    width: 72px !important;
    min-width: 72px !important;
    height: 72px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.025) !important;
    border: 2px solid rgba(255, 255, 255, 0.28) !important;
    box-shadow: none !important;
  }

  html body header.site-header.menu-open .site-header__actions > .site-header__lang a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    color: #f6f3eb !important;
    font-size: 1.2rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
  }

  html body header.site-header.menu-open .site-header__actions > a.site-header__cta {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    justify-self: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(82vw, 780px) !important;
    height: clamp(66px, 9vh, 78px) !important;
    margin: 0 0 18px !important;
    padding: 0 28px !important;
    color: #050607 !important;
    background: linear-gradient(135deg, #e8b241, #c98a1a) !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 22px 48px rgba(210, 142, 29, 0.22) !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: clamp(1.28rem, 6vw, 2.25rem) !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  html body header.site-header.menu-open .site-header__actions > a.social-btn {
    grid-row: 4 !important;
    justify-self: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 999px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  html body header.site-header.menu-open .site-header__actions > a.btn-telegram {
    grid-column: 2 !important;
  }

  html body header.site-header.menu-open .site-header__actions > a.btn-whatsapp {
    grid-column: 3 !important;
  }

  html body header.site-header.menu-open .site-header__actions > a.social-btn svg {
    width: 24px !important;
    height: 24px !important;
  }
}

@media (max-width: 430px) {
  html body header.site-header:not(.menu-open) > .site-header__inner {
    grid-template-columns: minmax(0, 1fr) 50px 48px !important;
    gap: 8px !important;
    padding: 9px 10px !important;
  }

  html body header.site-header:not(.menu-open) > .site-header__inner > a.site-logo,
  html body header.site-header:not(.menu-open) > .site-header__inner > a.site-logo img {
    width: min(154px, 46vw) !important;
    max-width: min(154px, 46vw) !important;
  }

  html body header.site-header:not(.menu-open) > .site-header__inner > .site-header__actions,
  html body header.site-header:not(.menu-open) > .site-header__inner > .site-header__actions > .site-header__lang {
    width: 50px !important;
    min-width: 50px !important;
  }

  html body header.site-header:not(.menu-open) > .site-header__inner > button.mobile-menu-toggle {
    width: 48px !important;
    min-width: 48px !important;
  }

  html body header.site-header.menu-open > .site-header__inner {
    padding: 28px 20px 22px !important;
  }

  html body header.site-header.menu-open .site-header__actions > .site-header__lang {
    width: 58px !important;
    min-width: 58px !important;
    height: 58px !important;
  }

  html body header.site-header.menu-open > .site-header__inner > button.mobile-menu-toggle {
    min-width: 138px !important;
    height: 58px !important;
    gap: 16px !important;
  }

  html body header.site-header.menu-open > .site-header__inner > button.mobile-menu-toggle .menu-lines,
  html body header.site-header.menu-open > .site-header__inner > button.mobile-menu-toggle .menu-lines i,
  html body header.site-header.menu-open > .site-header__inner > button.mobile-menu-toggle .menu-lines span {
    width: 48px !important;
  }
}
}
