.hero-identity {
  left: 32px;
  top: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  text-align: left;
}

/* 首页顶部导航 */
.site-header {
  height: 72px;
}

.site-header .nav {
  gap: 0;
  align-items: center;
  margin-left: auto;
}

.site-header .nav a {
  position: relative;
  padding: 0 20px;
  color: #424245;
  font-size: 15px;
  line-height: 22px;
}

.site-header .nav a + a::before {
  content: "";
  width: 1px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #b8b8bd;
  transform: translateY(-50%);
}

.site-header .nav a:last-child {
  padding-right: 0;
}

.hero {
  padding-top: 72px;
}

.section {
  scroll-margin-top: 72px;
}

.hero-identity-logo {
  width: 38px;
  height: 38px;
  display: flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
}

.hero-identity-logo img {
  width: 38px;
  height: 38px;
  display: block;
  object-fit: contain;
  filter: grayscale(1) brightness(0);
}

.hero-identity-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}

.hero-identity .hero-identity-text strong {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 650;
  white-space: nowrap;
}

.hero-identity .hero-identity-text span {
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

/* 首页首屏视觉位置 */
.hero-message {
  top: 319px;
}

.hero h1 {
  text-shadow: 0 7px 13px rgba(0, 0, 0, 0.22);
}

.hero-actions {
  top: 574px;
  gap: 48px;
}

.hero-actions .pill.dark {
  min-height: 32px;
  padding: 5px 18px;
  font-size: 13px;
}

@media (max-width: 600px) {
  .site-header { height: 60px; }
  .hero { padding-top: 60px; }
  .hero-identity { left: 20px; top: 78px; gap: 9px; }
  .hero-identity-logo,
  .hero-identity-logo img { width: 30px; height: 30px; }
  .hero-identity-logo { flex-basis: 30px; }
  .hero-identity .hero-identity-text strong { font-size: 12px; }
  .hero-identity .hero-identity-text span { font-size: 9px; }
  .hero-message { top: 270px; }
  .hero-actions { top: 480px; }
}
