:root {
  --c-dark-green: #052424;
  --c-white: #ffffff;
  --c-lime: #abff02;
}

.site-header.prohibited-header {
  color: var(--c-white);
  inset: 2.25rem 0 auto;
  pointer-events: none;
  position: fixed;
  z-index: 10;
}

.prohibited-header .site-container {
  display: flex;
  max-width: none;
  padding: 0 3.754875vw;
  width: 100%;
}

.prohibited-header a,
.prohibited-header button {
  pointer-events: auto;
  transition: color 0.3s ease;
}

.prohibited-header .site-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 88px;
  width: 100%;
}

.prohibited-header .inner {
  align-items: center;
  backdrop-filter: blur(30px);
  background-color: #0000004d;
  border-radius: 8px;
  box-sizing: border-box;
  display: grid;
  gap: 20px;
  grid-column: 1 / -1;
  grid-template-areas: "a b c";
  grid-template-columns: auto 1fr auto;
  justify-content: space-between;
  max-width: none;
  padding: 22px 30px;
  place-self: center;
  position: relative;
  width: auto;
  z-index: 1;
}

.prohibited-header .logo-link {
  color: var(--c-white);
  display: flex;
  grid-area: a;
  text-decoration: none;
}

.prohibited-header .logo-link::after {
  font-size: 18px;
  letter-spacing: 1.92px;
  line-height: 18px;
}

.prohibited-header .nav {
  grid-area: b;
  justify-self: end;
  position: relative;
}

.prohibited-header .nav ul {
  align-items: center;
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.prohibited-header .nav li {
  align-items: center;
  display: flex;
}

.prohibited-header .nav a,
.prohibited-header .nav button {
  color: var(--c-white);
  display: inline-flex;
  font-family: "SuisseIntl", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 450;
  letter-spacing: 0.42px;
  line-height: 16px;
  pointer-events: auto;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
}

.prohibited-header .nav button {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  gap: 8px;
}

.prohibited-header .header-actions {
  align-items: center;
  display: flex;
  gap: 18px;
  grid-area: c;
}

.prohibited-header .header-phone {
  position: relative;
}

.prohibited-header .phone-trigger {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: var(--c-white);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
}

.prohibited-header .phone-trigger:hover,
.prohibited-header .phone-trigger:focus-visible {
  border-color: var(--c-lime);
  color: var(--c-lime);
}

.prohibited-header .header-cta {
  display: flex;
}

.prohibited-header .cta-button {
  align-items: center;
  background: var(--c-lime);
  border-radius: 999px;
  color: var(--c-dark-green);
  display: inline-flex;
  font-family: "SuisseIntl", system-ui, sans-serif;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
}

.prohibited-header .cta-button:hover {
  background: var(--c-white);
}

.prohibited-header .header-auth-links {
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  font-family: "SuisseIntl", system-ui, sans-serif;
  line-height: 1;
}

.prohibited-header .header-auth-link {
  color: inherit;
  text-decoration: none;
}

.prohibited-header .header-auth-link:hover {
  color: var(--c-lime);
}

.prohibited-header .toggle-mobile-menu-button,
.prohibited-header .mobile-menu {
  display: none;
}

.site-header .header-actions,
.site-header .header-actions > * {
  pointer-events: auto;
}

.site-header.prohibited-header[data-shared-site-shell="true"] {
  inset: 4.75rem 0 auto;
}

.site-header.prohibited-header[data-shared-site-shell="true"] .site-grid {
  grid-template-rows: 76px;
}

.site-header.prohibited-header[data-shared-site-shell="true"] .inner {
  gap: 18px;
  padding: 16px 28px;
}

.site-header.prohibited-header[data-shared-site-shell="true"] .logo-link::after {
  font-size: 17px;
  line-height: 17px;
}

.site-header.prohibited-header[data-shared-site-shell="true"] .logo-link,
.site-header.prohibited-header[data-shared-site-shell="true"] .nav a[data-nav-item="logistics-query"] {
  outline: none;
}

.site-header.prohibited-header[data-shared-site-shell="true"] .logo-link:focus,
.site-header.prohibited-header[data-shared-site-shell="true"] .logo-link:focus-visible,
.site-header.prohibited-header[data-shared-site-shell="true"] .logo-link:active,
.site-header.prohibited-header[data-shared-site-shell="true"] .nav a[data-nav-item="logistics-query"]:focus,
.site-header.prohibited-header[data-shared-site-shell="true"] .nav a[data-nav-item="logistics-query"]:focus-visible,
.site-header.prohibited-header[data-shared-site-shell="true"] .nav a[data-nav-item="logistics-query"]:active {
  box-shadow: none;
  outline: none;
}

.site-header.prohibited-header[data-shared-site-shell="true"] .nav ul {
  gap: 24px;
}

.site-header.prohibited-header[data-shared-site-shell="true"] .shared-menu-item {
  position: relative;
}

.site-header.prohibited-header[data-shared-site-shell="true"] .nav a,
.site-header.prohibited-header[data-shared-site-shell="true"] .nav button,
.site-header.prohibited-header[data-shared-site-shell="true"] .nav a.is-active,
.site-header.prohibited-header[data-shared-site-shell="true"] .nav button.is-active,
.site-header.prohibited-header[data-shared-site-shell="true"] .nav a[aria-current="page"],
.site-header.prohibited-header[data-shared-site-shell="true"] .nav button[aria-current="page"] {
  color: var(--c-white);
  font-size: 15px;
  font-weight: 400;
  gap: 6px;
  line-height: 15px;
}

.site-header.prohibited-header[data-shared-site-shell="true"] .nav a:hover,
.site-header.prohibited-header[data-shared-site-shell="true"] .nav a:focus-visible,
.site-header.prohibited-header[data-shared-site-shell="true"] .nav button:hover,
.site-header.prohibited-header[data-shared-site-shell="true"] .nav button:focus-visible,
.site-header.prohibited-header[data-shared-site-shell="true"] .nav a.is-active:hover,
.site-header.prohibited-header[data-shared-site-shell="true"] .nav a.is-active:focus-visible,
.site-header.prohibited-header[data-shared-site-shell="true"] .nav button.is-active:hover,
.site-header.prohibited-header[data-shared-site-shell="true"] .nav button.is-active:focus-visible {
  color: var(--c-lime);
}

.site-header.prohibited-header[data-shared-site-shell="true"] .shared-menu-trigger.is-open {
  color: var(--c-lime);
}

.site-header.prohibited-header[data-shared-site-shell="true"] .shared-menu-arrow {
  align-items: center;
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  display: inline-flex;
  font-size: 0;
  height: 6px;
  justify-content: center;
  line-height: 1;
  margin-top: -3px;
  transition: transform 0.2s ease;
  transform: rotate(45deg);
  width: 6px;
}

.site-header.prohibited-header[data-shared-site-shell="true"] .shared-menu-trigger.is-open .shared-menu-arrow {
  margin-top: 3px;
  transform: rotate(225deg);
}

.site-header.prohibited-header[data-shared-site-shell="true"] .shared-menu-panel[hidden] {
  display: none !important;
}

.site-header.prohibited-header[data-shared-site-shell="true"] .shared-menu-panel {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background: #454742fa;
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  border-radius: 0.5rem;
  box-shadow: 0 8px 32px #00000080;
  display: grid;
  gap: 4px;
  min-width: 152px;
  padding: 12px;
  pointer-events: auto;
  position: absolute;
  right: 50%;
  top: calc(100% + 10px);
  transform: translateX(50%);
  z-index: 35;
}

.site-header.prohibited-header[data-shared-site-shell="true"] .shared-menu-link {
  border-radius: 6px;
  color: var(--c-white);
  display: block;
  font-family: "SuisseIntl", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 11px 12px;
  text-decoration: none;
  white-space: nowrap;
}

.site-header.prohibited-header[data-shared-site-shell="true"] .shared-menu-link:hover,
.site-header.prohibited-header[data-shared-site-shell="true"] .shared-menu-link:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: var(--c-lime);
}

.site-header.prohibited-header[data-shared-site-shell="true"] .header-actions {
  gap: 13px;
}

.site-header.prohibited-header[data-shared-site-shell="true"] .phone-trigger {
  height: 40px;
  width: 40px;
}

.site-header.prohibited-header[data-shared-site-shell="true"] .phone-trigger svg {
  height: 20px;
  width: 20px;
}

.site-header.prohibited-header[data-shared-site-shell="true"] .cta-button {
  font-size: 11.5px;
  padding: 12px 34px;
}

.site-header.prohibited-header[data-shared-site-shell="true"] .header-auth-links {
  font-size: 14.5px;
  gap: 10px;
}

.site-header .phone-panel[hidden] {
  display: none !important;
}

.site-header .phone-panel {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background: #454742fa;
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  border-radius: 0.5rem;
  box-shadow: 0 8px 32px #00000080;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  min-width: 24rem;
  padding: 1.35rem 1.6rem;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  white-space: nowrap;
  z-index: 30;
}

.site-header .phone-row {
  align-items: center;
  display: flex;
  gap: 1.1rem;
}

.site-header .phone-number {
  color: var(--c-white);
  font-family: var(--font-mono, "Geist Mono", monospace);
  font-size: 1.22rem;
  letter-spacing: 0.5px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-header .phone-number:hover {
  color: var(--c-lime);
}

.site-header .phone-copy {
  align-items: center;
  background: none;
  border: none;
  color: #ffffff73;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-left: auto;
  padding: 0.55rem;
  transition: color 0.2s ease;
}

.site-header .phone-copy:focus-visible,
.site-header .phone-copy:hover {
  color: var(--c-lime);
}

html.wechat-modal-open {
  overflow: hidden;
}

.site-header .wechat-modal[hidden] {
  display: none !important;
}

.site-header .wechat-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  pointer-events: auto;
  position: fixed;
  z-index: 120;
}

.site-header .wechat-modal-backdrop {
  background: rgba(0, 0, 0, 0.62);
  border: 0;
  cursor: pointer;
  inset: 0;
  padding: 0;
  position: absolute;
}

.site-header .wechat-modal-card {
  background: #0a7fe0;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  display: flex;
  max-height: calc(100vh - 48px);
  max-width: min(88vw, 360px);
  overflow: hidden;
  position: relative;
  width: 313px;
}

.site-header .wechat-modal-image {
  display: block;
  height: auto;
  width: 100%;
}

.site-header .wechat-modal-close {
  align-items: center;
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: var(--c-white);
  cursor: pointer;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 34px;
  z-index: 1;
}

.site-header .wechat-modal-close:hover,
.site-header .wechat-modal-close:focus-visible {
  background: var(--c-white);
  color: var(--c-dark-green);
}

@media (max-width: 1023px) {
  .prohibited-header .nav,
  .prohibited-header .header-actions {
    display: none;
  }

  .prohibited-header .site-container {
    padding: 0 20px;
  }

  .prohibited-header .inner {
    grid-template-areas: "a c";
    grid-template-columns: 1fr auto;
    width: 100%;
  }

  .prohibited-header .toggle-mobile-menu-button {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--c-white);
    cursor: pointer;
    display: inline-flex;
    grid-area: c;
    height: 34px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 42px;
  }

  .prohibited-header .toggle-mobile-menu-button .wrapper {
    display: block;
    height: 18px;
    position: relative;
    width: 28px;
  }

  .prohibited-header .toggle-mobile-menu-button .t {
    background: currentColor;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: transform 0.25s ease, opacity 0.2s ease;
    width: 28px;
  }

  .prohibited-header .toggle-mobile-menu-button .hl.--1 {
    top: 4px;
  }

  .prohibited-header .toggle-mobile-menu-button .hl.--2 {
    top: 12px;
  }

  .prohibited-header .toggle-mobile-menu-button.active .hl.--1 {
    transform: translateY(4px) rotate(45deg);
  }

  .prohibited-header .toggle-mobile-menu-button.active .hl.--2 {
    transform: translateY(-4px) rotate(-45deg);
  }

  .prohibited-header .toggle-mobile-menu-button .cl {
    display: none;
  }

  .prohibited-header .mobile-menu {
    display: block;
  }

  .prohibited-header .mobile-menu:not(.is-open) {
    pointer-events: none;
  }

  .prohibited-header .mobile-menu-overlay {
    inset: 0;
    opacity: 0;
    position: fixed;
    transition: opacity 0.25s ease;
    z-index: 20;
  }

  .prohibited-header .mobile-menu.is-open .mobile-menu-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .prohibited-header .mobile-menu-panel {
    bottom: 0;
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 21;
  }

  .prohibited-header .mobile-menu.is-open .mobile-menu-panel {
    transform: translateX(0);
  }

  .prohibited-header .mobile-drawer-logo-link {
    color: var(--c-white);
    display: inline-flex;
    text-decoration: none;
  }

  .prohibited-header .mobile-menu-items {
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] {
    inset: 2.25rem 0 auto;
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .site-grid {
    grid-template-rows: 72px;
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .inner {
    padding: 18px 27px;
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .logo-link::after {
    font-size: 16px;
    line-height: 16px;
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-menu-overlay {
    background: rgba(0, 0, 0, 0.42);
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-menu-panel {
    background:
      radial-gradient(circle at 78% 38%, rgba(165, 120, 48, 0.34), transparent 28%),
      linear-gradient(180deg, rgba(73, 70, 72, 0.96) 0%, rgba(40, 33, 24, 0.95) 36%, #030303 72%);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    max-width: none;
    width: min(100vw, 340px);
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-drawer-logo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    min-height: 50px;
    padding: 18px 20px 16px;
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-drawer-logo-link::after {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1;
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-menu-drawer {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    padding: 24px 20px 0;
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-menu-items {
    gap: 0;
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .drawer-link,
  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-shared-trigger,
  .site-header.prohibited-header[data-shared-site-shell="true"] .drawer-link.is-active,
  .site-header.prohibited-header[data-shared-site-shell="true"] .drawer-link[aria-current="page"] {
    align-items: center;
    background: transparent;
    border-radius: 0;
    color: var(--c-white);
    display: flex;
    font-family: "SuisseIntl", system-ui, sans-serif;
    font-size: 15px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 1;
    padding: 17px 0;
    width: 100%;
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .drawer-link-arrow {
    color: rgba(255, 255, 255, 0.86);
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    transition: transform 0.2s ease;
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-shared-trigger {
    border: 0;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-shared-trigger.is-open .drawer-link-arrow {
    transform: rotate(90deg);
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-shared-panel[hidden] {
    display: none !important;
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-shared-panel {
    display: grid;
    gap: 2px;
    padding: 2px 0 10px 12px;
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-shared-link {
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.78);
    display: block;
    font-family: "SuisseIntl", system-ui, sans-serif;
    font-size: 13px;
    line-height: 1;
    padding: 11px 10px;
    text-decoration: none;
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-shared-link:hover,
  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-shared-link:focus-visible {
    background: rgba(255, 255, 255, 0.1);
    color: var(--c-lime);
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .drawer-link:hover,
  .site-header.prohibited-header[data-shared-site-shell="true"] .drawer-link:focus-visible,
  .site-header.prohibited-header[data-shared-site-shell="true"] .drawer-link.is-active:hover,
  .site-header.prohibited-header[data-shared-site-shell="true"] .drawer-link.is-active:focus-visible {
    background: transparent;
    color: var(--c-lime);
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-auth-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-auth-button {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-family: "SuisseIntl", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    min-height: 52px;
    padding: 0 12px;
    text-decoration: none;
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-auth-button.is-login {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: var(--c-white);
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-auth-button.is-register {
    background: var(--c-white);
    border: 1px solid var(--c-white);
    color: var(--c-dark-green);
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-menu-contact {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    display: grid;
    flex-shrink: 0;
    gap: 9px;
    padding: 16px 20px 20px;
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-contact-copy,
  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-contact-button {
    align-items: center;
    border-radius: 6px;
    display: flex;
    font-family: "SuisseIntl", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 500;
    min-height: 50px;
    width: 100%;
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-contact-copy {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.75);
    justify-content: space-between;
    padding: 0 12px;
  }

  .site-header.prohibited-header[data-shared-site-shell="true"] .mobile-contact-button {
    background: var(--c-white);
    border: 1px solid var(--c-white);
    color: var(--c-dark-green);
    justify-content: center;
  }
}
