/* GEO/SEO 增强层：重置语义标签外观，尽量不改变原美站视觉 */

.geo-reset,
.geo-reset h1,
.geo-reset h2,
.geo-reset h3,
h1.geo-reset,
h2.geo-reset,
h3.geo-reset {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  background: transparent;
}

/* 页脚摘要条：贴合原站 ICP 灰字风格 */
.geo-entity {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0;
  padding: 14px 24px 12px;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #efefef;
  font-family: Tahoma, "Microsoft YaHei", "PingFang SC", sans-serif;
  color: #939393;
}

.geo-entity__inner {
  max-width: 980px;
  margin: 0 auto;
}

.geo-entity h2 {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
  color: #666666;
  letter-spacing: 0.04em;
}

.geo-entity p {
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 1.7;
  color: #939393;
}

.geo-entity a {
  color: #666666;
  text-decoration: none;
}

.geo-entity a:hover,
.geo-entity a:focus-visible {
  text-decoration: underline;
}

.geo-entity__meta {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: #939393;
}

.geo-entity__faq {
  margin: 8px auto 0;
  padding: 0;
  list-style: none;
  max-width: 920px;
  text-align: left;
}

.geo-entity__faq li {
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 1.7;
  color: #939393;
}

.geo-entity__faq strong {
  color: #666666;
  font-weight: 700;
}

@media (max-width: 768px) {
  .geo-entity {
    padding: 12px 14px;
    text-align: left;
  }

  .geo-entity h2 {
    text-align: left;
  }
}
