.geo-static {
  color: #13213a;
  background: #fffaf5;
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.geo-static * { box-sizing: border-box; }
body.geo-static { min-height: 100vh; margin: 0; color: #13213a; background: #fffaf5; }
.geo-static a { color: inherit; }
.geo-shell { width: min(1080px, calc(100% - 40px)); margin: 0 auto; }
.geo-nav { display: flex; align-items: center; justify-content: space-between; min-height: 72px; border-bottom: 1px solid #eadfd4; }
.geo-brand { font-size: 22px; font-weight: 800; text-decoration: none; }
.geo-nav-links { display: flex; gap: 22px; font-size: 14px; }
.geo-nav-links a { text-decoration: none; }
.geo-main { padding: 64px 0 88px; }
.geo-eyebrow { margin-bottom: 12px; color: #ef6b32; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.geo-main h1 { max-width: 820px; margin: 0; font-size: clamp(36px, 6vw, 64px); line-height: 1.12; letter-spacing: -.035em; }
.geo-lead { max-width: 760px; margin: 22px 0 0; color: #596780; font-size: 19px; line-height: 1.8; }
.geo-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 22px 0 0; color: #71809a; font-size: 14px; }
.geo-grid { display: grid; gap: 24px; margin-top: 48px; }
.geo-card, .geo-section { padding: 30px; border: 1px solid #eadfd4; border-radius: 24px; background: #fff; box-shadow: 0 14px 38px rgba(52, 36, 20, .05); }
.geo-card h2, .geo-section h2 { margin: 0 0 14px; font-size: 26px; }
.geo-card h2 a { text-decoration: none; }
.geo-card p, .geo-section p, .geo-section li { color: #596780; font-size: 16px; line-height: 1.8; }
.geo-card img, .geo-cover { width: 100%; margin-top: 20px; border: 1px solid #eadfd4; border-radius: 18px; background: #f7f2ed; }
.geo-tag { display: inline-flex; margin-bottom: 14px; padding: 6px 10px; border-radius: 999px; color: #087b51; background: #e9f8f1; font-size: 13px; font-weight: 700; }
.geo-breadcrumb { margin-bottom: 28px; color: #71809a; font-size: 14px; }
.geo-breadcrumb a { color: #55647d; }
.geo-section { margin-top: 24px; }
.geo-section ul, .geo-section ol { margin-bottom: 0; padding-left: 22px; }
.geo-cta { display: inline-flex; margin-top: 24px; padding: 12px 20px; border-radius: 999px; color: #fff; background: #ef6b32; font-weight: 700; text-decoration: none; }
.geo-footer { padding: 28px 0 40px; border-top: 1px solid #eadfd4; color: #71809a; font-size: 13px; }

@media (max-width: 640px) {
  .geo-shell { width: min(100% - 28px, 1080px); }
  .geo-nav { min-height: 62px; }
  .geo-nav-links { gap: 12px; }
  .geo-main { padding: 42px 0 64px; }
  .geo-card, .geo-section { padding: 22px; border-radius: 18px; }
}
