/**
 * 知识星球页 — 对齐首页 home-page 视觉（浅色 Hero、卡片区块、翠绿主色）
 */
body.zsxq-page {
  padding-top: 55px;
  background: #f8fafc;
  color: #0f172a;
}

body.zsxq-page .main-content {
  padding: 0 0 2rem;
}

body.zsxq-page .main-content > .container,
body.zsxq-page .home-shell {
  max-width: 72rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  body.zsxq-page .main-content > .container,
  body.zsxq-page .home-shell {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* Hero 右侧二维码 — 列宽随内容，避免大片空白 */
@media (min-width: 1024px) {
  .zsxq-hero .home-hero__grid {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
  }
}

.zsxq-hero__qr-wrap {
  text-align: center;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .zsxq-hero__qr-wrap {
    justify-self: end;
    margin-right: 0;
  }
}

.zsxq-hero__qr-label {
  display: inline-block;
  background: #fef3c7;
  color: #92400e;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.4rem 1rem;
  border-radius: 999px 999px 0 0;
  letter-spacing: 0.05em;
}

.zsxq-hero__qr-card {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  background: #fff;
  padding: 0.75rem;
  border-radius: 0 1rem 1rem 1rem;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
  border: 1px solid #e2e8f0;
}

.zsxq-hero__qr-card a {
  display: block;
  line-height: 0;
}
.zsxq-hero__qr-card img {
  width: 168px;
  height: 168px;
  border-radius: 0.5rem;
  display: block;
}
.zsxq-hero__qr-hint {
  font-size: 0.75rem;
  color: #64748b;
  margin-top: 0.65rem;
}
.zsxq-hero__pill-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}
.zsxq-hero__pill {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.65rem 0.85rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #10b981;
  border-radius: 0 0.65rem 0.65rem 0;
  font-size: 0.8125rem;
  color: #475569;
  line-height: 1.55;
}
.zsxq-hero__pill strong { color: #0f172a; }

/* 正文区块统一为首页卡片风 */
body.zsxq-page .main-content .section {
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 1rem !important;
  padding: 1.25rem 1.35rem !important;
  margin-bottom: 1rem !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04) !important;
  position: relative !important;
  overflow: visible !important;
}

body.zsxq-page .section-title {
  font-size: 1.125rem !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin: 0 0 0.75rem !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body.zsxq-page .section-title i {
  color: #10b981;
}

/* 统计条 */
body.zsxq-page .zsxq-stats-bar {
  background: linear-gradient(135deg, #ecfdf5, #f0fdf4) !important;
  border: 1px solid #a7f3d0 !important;
  box-shadow: none !important;
}

/* 人群三卡 */
body.zsxq-page .zsxq-audience-grid > div {
  border-radius: 0.85rem !important;
  border: 1px solid #e2e8f0 !important;
  background: #fff !important;
}
body.zsxq-page .zsxq-audience-grid h3 {
  color: #059669 !important;
}

/* 优势列表 */
body.zsxq-page .zsxq-advantage {
  background: #f8fafc !important;
  border-left: 4px solid #10b981 !important;
  border-radius: 0.75rem !important;
  box-shadow: none !important;
}
body.zsxq-page .zsxq-advantage-icon {
  width: 2.75rem !important;
  height: 2.75rem !important;
  border-radius: 0.75rem !important;
  background: linear-gradient(135deg, #059669, #10b981) !important;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25) !important;
}

/* 案例卡 */
body.zsxq-page .zsxq-case-card {
  background: #f8fafc !important;
  border-left: 4px solid #10b981 !important;
  border-radius: 0.85rem !important;
}
body.zsxq-page .zsxq-case-tag {
  background: #10b981 !important;
}

/* 覆盖旧版紫/蓝强调色 */
body.zsxq-page [style*="#667eea"],
body.zsxq-page [style*="#764ba2"],
body.zsxq-page [style*="#8b5cf6"] {
  color: #059669 !important;
  border-color: #10b981 !important;
}
body.zsxq-page [style*="background: #667eea"],
body.zsxq-page [style*="background:#667eea"],
body.zsxq-page [style*="background: linear-gradient(135deg, #667eea"] {
  background: #10b981 !important;
  background-image: linear-gradient(135deg, #059669, #10b981) !important;
}

/* 资料场景 */
body.zsxq-page .coverage {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}
body.zsxq-page .coverage-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1rem;
}
body.zsxq-page .coverage-item h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #059669;
  margin: 0 0 0.35rem;
}
body.zsxq-page .coverage-item p {
  font-size: 0.8125rem;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}

/* 底部 CTA */
body.zsxq-page .zsxq-cta-band {
  background: linear-gradient(135deg, #064e3b 0%, #047857 50%, #059669 100%) !important;
  border: none !important;
  color: #fff !important;
  text-align: center;
}
body.zsxq-page .zsxq-cta-band h2,
body.zsxq-page .zsxq-cta-band p {
  color: #fff !important;
}
body.zsxq-page .zsxq-cta-band .cta-button,
body.zsxq-page .zsxq-cta-band a.cta-button {
  background: #fff !important;
  color: #047857 !important;
  border-radius: 999px !important;
  padding: 0.65rem 1.25rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  display: inline-block !important;
}

/* FAQ */
body.zsxq-page .zsxq-faq-item {
  background: #f8fafc !important;
  border-left: 3px solid #10b981 !important;
  border-radius: 0.65rem !important;
}

@media (max-width: 1023px) {
  .zsxq-hero__qr-wrap {
    margin-top: 1.5rem;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  body.zsxq-page .main-content .section {
    padding: 1rem !important;
  }
  .zsxq-hero__qr-card img {
    width: 148px;
    height: 148px;
  }
}
