/* 百花古咕谷 · 独立介绍页（/baihua） */
:root {
  --bh-green: #2d5a3d;
  --bh-green-light: #3d7a52;
  --bh-gold: #c9a962;
  --bh-bg: #f7f5f0;
  --bh-text: #2c2c2c;
  --bh-muted: #666;
}

.bh-page {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
  background: var(--bh-bg);
  color: var(--bh-text);
  min-height: 100vh;
  line-height: 1.6;
}

.bh-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(45, 90, 61, 0.15) 0%, rgba(45, 90, 61, 0.85) 100%),
    url("https://img.baihua.youguizhou.cn/uploads/share-ip-cover.jpg?x-oss-process=image/resize,m_fill,w_1200,h_600/quality,q_85/format,jpg") center/cover no-repeat;
}

.bh-hero-inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 20px 32px;
  color: #fff;
}

.bh-badge {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  margin-bottom: 12px;
}

.bh-hero h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.bh-hero p {
  font-size: 15px;
  opacity: 0.95;
  max-width: 520px;
}

.bh-main {
  max-width: 720px;
  margin: -24px auto 0;
  padding: 0 16px 48px;
  position: relative;
  z-index: 1;
}

.bh-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 24px 20px;
  margin-bottom: 16px;
}

.bh-card h2 {
  font-size: 18px;
  color: var(--bh-green);
  margin-bottom: 12px;
}

.bh-card p,
.bh-card li {
  font-size: 14px;
  color: var(--bh-muted);
}

.bh-card ul {
  padding-left: 18px;
}

.bh-card li + li {
  margin-top: 6px;
}

.bh-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.bh-tag {
  font-size: 13px;
  padding: 6px 12px;
  background: #eef5f0;
  color: var(--bh-green);
  border-radius: 999px;
}

.bh-cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 20px;
  background: var(--bh-green);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 8px;
  cursor: pointer;
}

.bh-cta:hover {
  background: var(--bh-green-light);
}

.bh-note {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-top: 12px;
}

.bh-footer {
  text-align: center;
  font-size: 12px;
  color: #aaa;
  padding: 16px;
}

.bh-footer a {
  color: var(--bh-green);
  text-decoration: none;
}

.bh-back {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.25);
  padding: 6px 12px;
  border-radius: 999px;
}

@media (min-width: 640px) {
  .bh-hero h1 {
    font-size: 34px;
  }
}
