.header__logo,
.footer__logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.header__logo > svg,
.footer__logo > svg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.header__logo::before,
.footer__logo::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  background: center / contain no-repeat url("/logo.png");
}

.header__logo::after,
.footer__logo::after {
  content: "Neo";
  display: block;
  color: #fff;
  font: inherit;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.9;
  text-transform: none;
  white-space: nowrap;
}

.header__logo::before {
  width: 38px;
  height: 38px;
}

.header__logo::after {
  font-size: clamp(28px, 2.4vw, 40px);
}

.footer__logo::before {
  width: 34px;
  height: 34px;
}

.footer__logo::after {
  font-size: clamp(24px, 2vw, 32px);
}

@media (max-width: 767px) {
  .header__logo,
  .footer__logo {
    gap: 10px;
  }

  .header__logo::before,
  .footer__logo::before {
    width: 30px;
    height: 30px;
  }

  .header__logo::after {
    font-size: 26px;
  }

  .footer__logo::after {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .nav__list {
    align-items: center !important;
    gap: 1.75rem;
  }

  .nav__item,
  .nav__cta {
    align-items: center;
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .nav__item {
    margin-right: 0 !important;
  }

  .nav__link {
    align-items: center;
    display: inline-flex;
    line-height: 1 !important;
    min-height: 2.9rem;
  }

  .header .btn,
  .nav__cta .btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 3.2rem;
    padding: 0 1.45rem;
  }

  .header .btn__text,
  .nav__cta .btn__text {
    align-items: center;
    display: inline-flex;
    line-height: 1 !important;
  }
}

.landing__title {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif !important;
  font-size: clamp(4.5rem, 8vw, 6.6rem) !important;
  letter-spacing: -0.02em !important;
  line-height: 1.03 !important;
  margin-top: 3.5rem !important;
  max-width: min(6ch, 78vw);
}

.landing__title .d-block {
  display: block;
  padding-top: 0.04em;
}

@media (min-width: 1024px) {
  .landing__title {
    font-size: clamp(5rem, 5.6vw, 7rem) !important;
    line-height: 1.02 !important;
    margin-top: 4rem !important;
    max-width: min(6ch, 44vw);
  }
}

.footer__head {
  margin-inline: auto;
  max-width: min(42rem, calc(100vw - 3rem));
  position: relative;
  text-align: center;
  z-index: 4;
}

.footer__head h2,
.footer__head h2 a {
  color: #fff !important;
  text-decoration: none !important;
  text-wrap: balance;
}

@media (min-width: 1024px) {
  .footer__head h2 {
    font-size: clamp(2.75rem, 3.3vw, 4.5rem) !important;
    line-height: 1.08 !important;
    max-width: 14ch;
    margin-inline: auto;
  }
}

.footer,
.footer__bar {
  position: relative;
  z-index: 4;
}

.footer__bar {
  column-gap: 0.9rem;
}

.footer__logo {
  flex: 0 0 auto;
  margin-right: 0;
}

.footer__copyright {
  gap: 0.2rem;
}

.footer__copyright__item {
  margin-left: 0 !important;
}

@media (min-width: 1024px) {
  .footer__copyright {
    align-items: center !important;
    flex: 0 0 auto !important;
    justify-content: flex-start !important;
    margin-right: auto;
  }

  .footer__copyright__item + .footer__copyright__item {
    margin-left: 0.55rem !important;
  }
}

.footer__social {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: -0.65rem;
}

.footer__social__link:not(:first-child) {
  display: none !important;
}

.footer__social__link:first-child {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  display: inline-flex;
  gap: 0.5rem;
  min-height: 2.5rem;
  padding: 0 1rem;
  text-decoration: none;
}

.footer__social__link:first-child .footer__social__icon,
.footer__social__link:first-child .sr {
  display: none !important;
}

@media (min-width: 1024px) {
  .footer__social {
    flex: 0 0 auto !important;
    justify-content: flex-end !important;
    padding-right: 0 !important;
  }
}

.footer__social__link:first-child::after {
  color: #fff;
  content: "抖音";
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: none;
}

.team-slider__content,
.team-card__content,
.team-card__content h3,
.team-card__content .js-role {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif !important;
  font-variant-ligatures: none;
}

.team-slider__content {
  display: none !important;
}

.team-card__content {
  white-space: normal !important;
}

.team-card__content .js-role {
  display: inline-block;
  letter-spacing: 0.02em !important;
  line-height: 1.35 !important;
  text-transform: none !important;
  white-space: normal !important;
}

.team-card__content h3 {
  letter-spacing: -0.02em !important;
  white-space: normal !important;
  word-spacing: normal !important;
  overflow-wrap: anywhere;
  max-width: 9ch;
}

.team__head {
  margin-bottom: 4.25rem !important;
}

.team__head h2 {
  font-size: clamp(2.55rem, 4.1vw, 5rem) !important;
  line-height: 0.94 !important;
  margin-bottom: 0 !important;
  max-width: min(7ch, 56vw);
}

.team-slider__slides-container {
  box-sizing: border-box;
  height: 64vw !important;
  overflow: hidden !important;
  padding-left: min(36rem, 33vw) !important;
}

.team-card__inner {
  align-items: center;
  justify-content: center;
  margin-right: 6vw !important;
  overflow: hidden;
  width: 34vw !important;
}

.team-card__image {
  height: 100% !important;
  object-fit: contain !important;
  transform: none !important;
  width: 100% !important;
}

@media (min-width: 1024px) {
  .team-slider__content {
    width: 0 !important;
  }

  .team-slider__content__item {
    width: 0 !important;
  }

  .team-card__content {
    max-width: 22rem;
  }

  .team-card__content h3 {
    font-size: clamp(2rem, 2.25vw, 2.8rem) !important;
    line-height: 1.04 !important;
    max-width: 7ch;
  }

  .team-slider__slides-container {
    height: 24vw !important;
    padding-left: min(38rem, 35vw) !important;
  }

  .team-card__inner {
    margin-right: 4.5vw !important;
    width: 14vw !important;
  }
}

.team-slider__content__item {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
}

.team-slider__content__item.is-visible,
.team-slider__content__item[style*="pointer-events: auto"] {
  display: block;
  opacity: 1;
  visibility: visible;
}
