/* Beite page */
.beite-page {
  background-color: #fff;
}

.beite-banner {
  width: 100%;
  height: 480px;
  overflow: hidden;
  background-color: var(--color-gray-light);
}

.beite-banner__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.beite-banner__img--mobile {
  display: none;
}

.beite-section {
  padding: 0 0  0px;
}

.beite-page #about,
.beite-page #contact,
.beite-page #join,
.beite-page #map {
  scroll-margin-top: 100px;
}

.beite-section--compact {
  padding: 48px 0;
}


.beite-section__inner {
  text-align: center;
}

.beite-section-title {
  margin: 40px 0 24px;
  font-size: 36px;
  font-weight: var(--font-weight-body);
  line-height: 1.2;
  color: var(--color-primary);
}

.beite-about__text {
  max-width: 820px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: var(--font-weight-body);
  line-height: 1.8;
  color: var(--color-text);
  text-align: left;
}

.beite-slogan {
  padding: 40px 0 0;
  text-align: center;
}

.beite-slogan__line,
.beite-brand__title,
.beite-footer-slogan__subtitle {
  font-size: 28px;
  font-weight: var(--font-weight-body);
  line-height: 1.6;
  color: var(--color-black);
}

.beite-slogan__line {
  margin: 0;
}

.beite-slogan__line + .beite-slogan__line {
  margin-top: 8px;
}

.beite-visual {
  padding: 40px  0;
}
.beite-visual2 {
  padding: 0;
}
.beite-visual__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  background-color: var(--color-gray-light);
}

.beite-brand {
  padding: 0;
  text-align: center;
}

.beite-brand__tag,
.beite-footer-slogan__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-black);
}

.beite-brand__tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 14px;
}

.beite-brand__title {
  margin: 0 0 12px;
}

.beite-brand__subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: var(--font-weight-body);
  line-height: 1.6;
  color: var(--color-text);
}

.beite-certs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.beite-certs__img {
  display: block;
  max-width: 50%;
  height: auto;
}

.beite-stats {
  position: relative;
  width: 100%;
  max-width: 694px;
  height: 224px;
  margin: 40px auto 64px;
}

.beite-stats__cell {
  position: absolute;
  padding: 8px;
  border-radius: 14px;
  background-color: #fff;
  box-sizing: border-box;
}

.beite-stats__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 70px;
  padding: 12px 13px;
  border-radius: 11px;
  background-color: #000;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
}

.beite-stats__value {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.beite-stats__label {
  margin-top: 4px;
  font-size: 11px;
  font-weight: var(--font-weight-body);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}

/* 层级：partners(300+) 最上层，其余 year(1) → area(2) → patent(3) → support(4) → equipment(5) */
.beite-stats__cell--year {
  left: 0;
  top: 60px;
  z-index: 1;
  width: 145px;
  height: 99px;
}

.beite-stats__cell--equipment {
  left: 91px;
  top: 122px;
  z-index: 5;
  width: 145px;
  height: 99px;
}

.beite-stats__cell--area {
  left: 122px;
  top: 0;
  z-index: 2;
  width: 240px;
  height: 155px;
}

.beite-stats__cell--area .beite-stats__value {
  font-size: 29px;
}

.beite-stats__cell--patent {
  left: 295px;
  top: 71px;
  z-index: 3;
  width: 145px;
  height: 99px;
}

.beite-stats__cell--partners {
  left: 396px;
  top: 6px;
  z-index: 10;
  width: 136px;
  height: 99px;
}

.beite-stats__cell--support {
  left: 523px;
  top: 42px;
  z-index: 4;
  width: 147px;
  height: 99px;
}

.beite-footer-slogan {
  padding: 24px 0 0;
  text-align: center;
}

.beite-footer-slogan__title {
  margin: 0 0 12px;
}

.beite-footer-slogan__subtitle {
  margin: 0;
}

.beite-footer-slogan__link {
  display: inline-block;
  margin-top: 40px;
  font-size: 16px;
  font-weight: var(--font-weight-body);
  line-height: 1.5;
  color: var(--color-primary);
  text-decoration: none;
  transition: opacity 0.3s;
}

.beite-footer-slogan__link:hover {
  opacity: 0.75;
}

.beite-contact__divider {
  width: 100%;
  height: 1px;
  margin: 32px 0;
  background-color: #ccc;
}

.beite-contact__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  text-align: left;
}

.beite-contact__block-title {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: var(--font-weight-title);
  line-height: 1.6;
  color: var(--color-black);
}

.beite-contact__block p {
  margin: 0;
  font-size: 16px;
  font-weight: var(--font-weight-body);
  line-height: 1.8;
  color: var(--color-text);
}

.beite-contact__block p + p {
  margin-top: 4px;
}

.beite-contact__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
  text-align: left;
}

.beite-contact__office-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: var(--font-weight-title);
  line-height: 1.5;
  color: var(--color-black);
}

.beite-contact__office p {
  margin: 0;
  font-size: 14px;
  font-weight: var(--font-weight-body);
  line-height: 1.7;
  color: var(--color-text);
}

.beite-contact__office p + p {
  margin-top: 4px;
}

.beite-join__subtitle {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: var(--font-weight-body);
  line-height: 1.6;
  color: var(--color-text);
}

.beite-join__label {
  margin: 40px 0 24px;
  font-size: 14px;
  font-weight: var(--font-weight-body);
  line-height: 1.5;
  color: var(--color-text);
}

.beite-join__beliefs {
  max-width: 900px;
  margin: 0 auto;
}

.beite-join__beliefs p {
  margin: 0;
  font-size: 28px;
  font-weight: var(--font-weight-body);
  line-height: 2;
  color: var(--color-black);
}

.beite-map {
  padding-bottom: 0;
}

.beite-map__img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
}

@media (max-width: 1023px) {
  .beite-section > .container,
  .beite-brand > .container,
  .beite-slogan > .container,
  .beite-visual > .container {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .beite-certs__img {
    max-width: 100%;
   }
  .beite-banner {
    height: 380px;
  }

  .beite-section {
    padding: 48px 0;
  }

  .beite-slogan {
    padding: 56px 0;
  }

  .beite-slogan__line {
    font-size: 28px;
  }

  .beite-stats {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    height: auto;
    max-width: none;
  }

  .beite-stats__cell {
    position: static;
    width: auto !important;
    height: auto !important;
    z-index: auto !important;
  }

  .beite-stats__item {
    min-height: 70px;
  }

  .beite-stats__cell--area .beite-stats__value {
    font-size: 24px;
  }

  .beite-contact__main,
  .beite-contact__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .beite-map__frame {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .beite-section > .container,
  .beite-brand > .container,
  .beite-slogan > .container,
  .beite-visual > .container {
    padding: 0 16px;
  }
 .beite-certs__img {
  max-width: 100%;
 }
  .beite-visual {
    padding-bottom: 48px;
  }

  .beite-banner {
    height: 280px;
  }

  .beite-banner__img--desktop {
    display: none;
  }

  .beite-banner__img--mobile {
    display: block;
  }

  .beite-section-title {
    font-size: 28px;
  }

  .beite-slogan__line {
    font-size: 22px;
  }

  .beite-certs {
    margin-top: 40px;
  }

  .beite-stats {
    grid-template-columns: 1fr;
  }

  .beite-contact__main,
  .beite-contact__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .beite-join__beliefs p {
    font-size: 16px;
    line-height: 1.8;
  }

}
