/* GEO 专题页与首页 FAQ 区块 */

.geo-page {
  background: #f9fafb;
  min-height: 100vh;
}

.geo-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  font-size: 14px;
}

.geo-top a {
  color: #6366f1;
  text-decoration: none;
}

.geo-main {
  max-width: 900px;
  margin: 0 auto 48px;
  padding: 24px 20px 48px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.geo-kicker {
  color: #6366f1;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 13px;
  margin-bottom: 8px;
}

.geo-main h1 {
  font-size: 28px;
  margin-bottom: 16px;
  color: #1f2937;
}

.geo-lead {
  font-size: 16px;
  line-height: 1.75;
  color: #374151;
  margin-bottom: 28px;
  padding: 16px 18px;
  background: #f5f3ff;
  border-radius: 12px;
}

.geo-block {
  margin-bottom: 28px;
}

.geo-block h2 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #1f2937;
}

.geo-block ul,
.geo-block ol {
  padding-left: 1.25rem;
  color: #4b5563;
  line-height: 1.8;
}

.geo-block p {
  color: #4b5563;
  line-height: 1.75;
  margin-bottom: 12px;
}

.geo-more {
  margin-top: 24px;
  font-size: 14px;
}

.geo-foot {
  text-align: center;
  padding: 24px;
  color: #9ca3af;
  font-size: 13px;
}

.geo-foot a {
  color: #6366f1;
}

.faq-list .faq-item {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e7eb;
}

.faq-list .faq-item h2 {
  font-size: 18px;
  margin-bottom: 8px;
}

/* 首页内嵌 FAQ */
.faq-section {
  padding: 80px 0;
  background: #fff;
}

.faq-grid {
  display: grid;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.faq-card {
  padding: 22px 24px;
  background: #f9fafb;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
}

.faq-card h3 {
  font-size: 17px;
  margin-bottom: 8px;
  color: #1f2937;
}

.faq-card p {
  color: #6b7280;
  line-height: 1.7;
  font-size: 15px;
}

.faq-actions {
  margin-top: 28px;
  text-align: center;
}

.faq-actions a {
  display: inline-block;
  margin: 0 8px;
  color: #6366f1;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 768px) {
  .geo-main h1 {
    font-size: 22px;
  }
  .faq-section {
    padding: 56px 0;
  }
}

.geo-table{width:100%;border-collapse:collapse;font-size:0.92rem;margin-top:0.75rem}
.geo-table th,.geo-table td{border:1px solid rgba(0,0,0,.12);padding:.55rem .6rem;text-align:left;vertical-align:top}
.geo-table th{background:rgba(0,0,0,.04);font-weight:600}
.geo-capsule p{line-height:1.75}
@media (max-width:720px){
  .geo-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
}
