/* 全站顶栏：华体会浅色导航样式 */

#header-6.site-topbar {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15, 27, 51, 0.08);
  box-shadow: 0 6px 24px rgba(15, 27, 51, 0.04);
}

#header-6 .topbar-inner {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding-top: 8px;
  padding-bottom: 8px;
}

#header-6 .topbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-weight: 800;
  color: #0f1b33;
  text-decoration: none;
}

#header-6 .topbar-brand:hover {
  color: #0f1b33;
}

#header-6 .topbar-mark {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: linear-gradient(135deg, #1f6bff, #6c5ce7);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1;
}

#header-6 .topbar-text {
  font-size: 20px;
  line-height: 1.2;
}

#header-6 .topbar-text small {
  font-size: 13px;
  color: #5a6a85;
  font-weight: 600;
  margin-left: 2px;
}

#header-6 .topbar-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
  margin-right: 28px;
}

#header-6 .topbar-link {
  color: #5a6a85;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}

#header-6 .topbar-link:hover,
#header-6 .topbar-link.active {
  color: #1f6bff;
}

#header-6 .topbar-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

#header-6 .topbar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1f6bff, #6c5ce7);
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(31, 107, 255, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

#header-6 .topbar-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(31, 107, 255, 0.38);
  color: #fff;
}

#header-6 .topbar-toggle {
  display: none;
  margin-left: auto;
  padding: 8px;
  border: 0;
  background: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

#header-6 .topbar-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #0f1b33;
  border-radius: 2px;
}

#header-6 .topbar-collapse {
  width: 100%;
  padding: 12px 0 16px;
  border-top: 1px solid rgba(15, 27, 51, 0.08);
}

#header-6 .topbar-nav-mobile {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}

#header-6 .topbar-nav-mobile .topbar-link {
  display: block;
  padding: 10px 4px;
}

#header-6 .topbar-cta-block {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (max-width: 991.98px) {
  #header-6 .topbar-inner {
    flex-wrap: wrap;
  }

  #header-6 .topbar-toggle {
    display: inline-flex;
  }
}
