.logo-link,
.mobile-drawer-logo-link,
.error-page__logo {
  align-items: center;
  display: inline-flex;
  position: relative;
}

.logo-link .logo,
.mobile-drawer-logo-link .mobile-drawer-logo-icon,
.logo-section .terminal-logo,
.error-page__logo .error-page__logo-svg {
  display: none;
}

.logo-link::after,
.mobile-drawer-logo-link::after,
.logo-section::before,
.error-page__logo::after {
  content: "618物流仓储";
  display: inline-flex;
  align-items: center;
  font-family: "SuisseIntl", system-ui, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  white-space: nowrap;
}

.logo-link::after {
  color: var(--c-white);
  font-size: clamp(1rem, 1.1vw, 1.2rem);
}

.header-auth-links {
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  display: inline-flex;
  font-family: "SuisseIntl", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 450;
  gap: 0.72rem;
  line-height: 1;
  pointer-events: auto;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.header-auth-link {
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  pointer-events: auto;
  text-decoration: none;
  transition: color 0.2s ease;
}

.header-auth-link:hover {
  color: #fff;
}

.header-auth-divider {
  color: rgba(255, 255, 255, 0.42);
  pointer-events: none;
}

.mobile-auth-links {
  gap: 0.875rem;
  margin-top: 1.1rem;
  padding-top: 1.85rem;
}

.mobile-auth-actions {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mobile-auth-link {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.75rem;
  color: var(--c-white);
  display: inline-flex;
  font-family: "SuisseIntl", system-ui, sans-serif;
  font-size: 0.94rem;
  font-weight: 500;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1rem;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.mobile-auth-link:hover,
.mobile-auth-link:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}

.mobile-auth-link--primary {
  background: var(--c-white);
  border-color: transparent;
  color: var(--c-dark-green);
}

.mobile-auth-link--primary:hover,
.mobile-auth-link--primary:focus-visible {
  background: var(--c-lime);
  color: var(--c-dark-green);
}

.mobile-menu-drawer .drawer-cta-button.is-static-contact {
  cursor: default;
  pointer-events: none;
}

.brand-maintenance-open {
  overflow: hidden;
}

.brand-maintenance-modal[hidden] {
  display: none !important;
}

.brand-maintenance-modal {
  inset: 0;
  position: fixed;
  z-index: 99999;
}

.brand-maintenance-modal__backdrop {
  background: rgba(5, 9, 8, 0.7);
  inset: 0;
  position: absolute;
}

.brand-maintenance-modal__dialog {
  background: linear-gradient(180deg, #ffffff 0%, #f5f3ec 100%);
  border-radius: 24px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
  color: #111;
  left: 50%;
  max-width: min(92vw, 32rem);
  padding: 32px 28px 28px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.brand-maintenance-modal__close {
  appearance: none;
  background: transparent;
  border: 0;
  color: rgba(17, 17, 17, 0.7);
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 14px;
}

.brand-maintenance-modal__eyebrow {
  color: #7a6f57;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.brand-maintenance-modal__title {
  color: #111;
  font-family: "SuisseIntl", system-ui, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0 0 14px;
}

.brand-maintenance-modal__message {
  color: rgba(17, 17, 17, 0.82);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}

.brand-maintenance-modal__action {
  appearance: none;
  background: #111;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-family: "SuisseIntl", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 22px;
  padding: 14px 18px;
}

.brand-maintenance-modal__action:hover {
  background: #000;
}

.mobile-drawer-logo-link::after {
  color: var(--c-white);
  font-size: 1rem;
}

.logo-section::before {
  color: var(--c-white);
  display: block;
  font-size: 1rem;
  letter-spacing: 0.14em;
  margin-bottom: 1.5rem;
}

.footer.--light .logo-section::before {
  color: var(--c-dark-green);
}

.error-page__logo::after {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.14em;
}

@media (min-width: 1024px) {
  .logo-section::before {
    font-size: 1.1rem;
  }
}

@media (max-width: 640px) {
  .brand-maintenance-modal__dialog {
    border-radius: 20px;
    padding: 28px 20px 22px;
  }
}

.shipito-footer-host {
  height: auto !important;
  width: 100%;
}

.logistics-copy-toast {
  background: #052424;
  border-radius: 999px;
  bottom: 1.5rem;
  color: #fff;
  left: 50%;
  opacity: 0;
  padding: 0.8rem 1.15rem;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 0.75rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 120;
}

.logistics-copy-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.navigation-menu-viewport {
  justify-content: center !important;
}

.nav-dropdown-content {
  width: auto !important;
}

.dropdown-inner,
.dropdown-inner--left-only {
  grid-template-columns: minmax(0, 21.5625rem) !important;
}

.dropdown-inner--left-only {
  height: auto !important;
}

.dropdown-inner--left-only > :not(.dropdown-tabs),
.dropdown-inner > .dropdown-content {
  display: none !important;
}

.dropdown-inner--left-only .dropdown-tabs,
.dropdown-inner .dropdown-tabs {
  min-width: 21.5625rem;
}

.shipito-bottom-footer {
  background: #000;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.shipito-bottom-footer::before {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.shipito-bottom-footer__inner {
  margin: 0 auto;
  max-width: 1260px;
  padding: 84px 84px 32px;
  position: relative;
  z-index: 1;
}

.shipito-bottom-footer__grid {
  display: grid;
  gap: 72px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 0 104px;
}

.shipito-bottom-footer__col,
.shipito-bottom-footer__support {
  min-width: 0;
}

.shipito-bottom-footer__col h3,
.shipito-bottom-footer__support h3 {
  color: #fff;
  font-family: "SuisseIntl", system-ui, sans-serif;
  font-size: clamp(1.38rem, 1.18vw, 1.72rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0 0 20px;
}

.shipito-bottom-footer__col a,
.shipito-bottom-footer__bottom-links a {
  color: #fff;
  display: block;
  font-size: clamp(0.9rem, 0.82vw, 1rem);
  line-height: 1.56;
  margin-bottom: 10px;
  text-decoration: none;
}

.shipito-bottom-footer__col a:last-child,
.shipito-bottom-footer__bottom-links a:last-child {
  margin-bottom: 0;
}

.shipito-bottom-footer__col a:hover,
.shipito-bottom-footer__bottom-links a:hover {
  color: rgba(255, 255, 255, 0.72);
}

.shipito-bottom-footer__contact-line {
  align-items: flex-start;
  background: transparent;
  border: 0;
  color: #fff;
  display: flex;
  font-size: clamp(0.9rem, 0.82vw, 1rem);
  gap: 14px;
  padding: 0;
  line-height: 1.5;
  margin-bottom: 14px;
  text-align: left;
}

.shipito-bottom-footer__contact-line:not(.is-copy) {
  cursor: default;
}

.shipito-bottom-footer__contact-line.is-link {
  text-decoration: none;
}

.shipito-bottom-footer__contact-line.is-link:hover {
  color: rgba(255, 255, 255, 0.72);
}

.shipito-bottom-footer__contact-line.is-hours {
  color: rgba(255, 255, 255, 0.92);
  max-width: 21rem;
}

.shipito-bottom-footer__contact-line.is-copy {
  cursor: pointer;
}

.shipito-bottom-footer__contact-line.is-copy:hover {
  color: rgba(255, 255, 255, 0.72);
}

.shipito-bottom-footer__wechat-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.shipito-bottom-footer__wechat-qr {
  background: #fff;
  border-radius: 6px;
  display: block;
  height: 112px;
  object-fit: contain;
  padding: 4px;
  width: 112px;
}

.brand-copy-toast {
  background: rgba(5, 36, 36, 0.92);
  border-radius: 999px;
  bottom: 32px;
  color: #fff;
  font-size: 0.9rem;
  left: 50%;
  opacity: 0;
  padding: 10px 16px;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
  z-index: 9999;
}

.brand-copy-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.shipito-bottom-footer__contact-line:nth-child(3) {
  font-weight: 600;
}

.shipito-bottom-footer__icon {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  height: 1.8rem;
  justify-content: center;
  margin-top: 0.15rem;
  width: 1.8rem;
}

.shipito-bottom-footer__icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.shipito-bottom-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.36);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 38px;
  text-align: center;
}

.shipito-bottom-footer__bottom p {
  font-size: 0.84rem;
  line-height: 1.5;
  margin: 0;
}

.shipito-bottom-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.shipito-bottom-footer__bottom-links a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.84rem;
  margin: 0;
  position: relative;
}

.shipito-bottom-footer__bottom-links a + a::before {
  color: rgba(255, 255, 255, 0.4);
  content: "|";
  left: -9px;
  position: absolute;
}

@media (min-width: 900px) {
  .shipito-bottom-footer__bottom {
    padding-top: 46px;
  }
}

@media (max-width: 1199px) {
  .shipito-bottom-footer__inner {
    max-width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }

  .shipito-bottom-footer__grid {
    gap: 40px 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 72px;
  }
}

.shipito-popular-brands {
  background: #fff;
  color: #000;
  padding: 56px 20px 36px;
}

.shipito-popular-brands__inner {
  margin: 0 auto;
  max-width: 1240px;
}

.shipito-popular-brands__heading {
  margin: 0 auto 30px;
  max-width: 820px;
  text-align: center;
}

.shipito-popular-brands__title {
  color: #111;
  font-family: "SuisseIntl", system-ui, sans-serif;
  font-size: clamp(2rem, 3.3vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.04;
  margin: 0 0 22px;
}

.shipito-popular-brands__caption {
  color: #6b6b6b;
  font-family: "SuisseIntl", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 760px;
}

.shipito-popular-brands__scroller {
  margin: 0 auto;
  overflow-x: auto;
  padding: 0 0 10px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.shipito-popular-brands__table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
  min-width: 1100px;
  table-layout: fixed;
  width: 100%;
}

.shipito-popular-brands .brand-cell,
.shipito-popular-brands .brand-cell-left,
.shipito-popular-brands .brand-cell-right {
  color: #000;
  font-size: 16px;
  min-width: 110px;
  padding: 0 3px;
  text-align: center;
  vertical-align: top;
}

.shipito-popular-brands .brand-cell-left {
  padding-right: 3px;
}

.shipito-popular-brands .brand-cell-right {
  padding-left: 3px;
}

.shipito-popular-brands .brand-even {
  padding-top: 55px;
}

.shipito-popular-brands .brand-odd {
  vertical-align: top;
}

.shipito-popular-brands .brand-link {
  color: #535353;
  display: block;
  text-decoration: none;
  transition: color 0.2s ease;
}

.shipito-popular-brands .brand-link:hover {
  color: #00a9ce;
}

.shipito-popular-brands .brand-image-top,
.shipito-popular-brands .brand-image {
  display: block;
  height: auto;
  margin: 0 auto 6px;
  max-width: 110px;
  width: 110px;
}

.shipito-popular-brands .brand-name {
  display: block;
  font-family: "SuisseIntl", system-ui, sans-serif;
  font-size: 0.98rem;
  line-height: 1.45;
  margin: 0 auto 38px;
  white-space: normal;
}

.shipito-popular-brands td > div {
  min-height: 175px;
}

.fullscreen-features__wrapper .sticky-layout .bottom-layout {
  opacity: 0;
  visibility: hidden;
}

.fullscreen-features__wrapper .sticky-layout.pointer .bottom-layout {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .shipito-popular-brands {
    padding: 44px 14px 28px;
  }

  .shipito-popular-brands__heading {
    margin-bottom: 24px;
  }

  .shipito-popular-brands__title {
    font-size: 2rem;
    margin-bottom: 18px;
  }

  .shipito-popular-brands__caption {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .shipito-popular-brands__table {
    min-width: 980px;
  }
}

@media (max-width: 767px) {
  .shipito-bottom-footer__inner {
    padding: 56px 28px 28px;
  }

  .shipito-bottom-footer__grid {
    gap: 36px;
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: 56px;
  }

  .shipito-bottom-footer__col h3,
  .shipito-bottom-footer__support h3 {
    font-size: 1.28rem;
    margin-bottom: 18px;
  }

  .shipito-bottom-footer__col a,
  .shipito-bottom-footer__contact-line {
    font-size: 0.88rem;
  }

  .shipito-bottom-footer__wechat-qr {
    height: 96px;
    width: 96px;
  }

}
