/* ===== v9.9 企业深蓝主题 ===== */
.geo-sci-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 120% 90% at 50% -10%, #1a3a6e 0%, #0f2547 42%, #081830 100%);
}
.geo-site-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
body.theme-geo {
  background: transparent !important;
}
.theme-geo .geo-header,
.theme-geo .geo-main,
.theme-geo .geo-footer,
.theme-geo .geo-float-bar,
.theme-geo .geo-mobile-cta {
  position: relative;
  z-index: 1;
}

/* 区块半透明，透出深蓝动效（有背景图的区域除外） */
.theme-geo .geo-section:not(.has-photo) {
  background: rgba(10, 26, 52, 0.74);
  backdrop-filter: blur(12px);
}
.theme-geo .geo-section-dark:not(.has-photo) {
  background: rgba(12, 32, 64, 0.84);
}
.theme-geo .geo-inner-section:not(.has-photo) {
  background: rgba(10, 26, 52, 0.8);
  backdrop-filter: blur(12px);
}
.theme-geo .geo-inner-section.light:not(.has-photo) {
  background: rgba(12, 32, 64, 0.9);
  backdrop-filter: blur(12px);
}
.theme-geo .geo-hero.has-photo,
.theme-geo .geo-page-hero.has-photo,
.theme-geo .geo-lead-section.has-photo,
.theme-geo .geo-footer.has-photo {
  background: transparent !important;
  backdrop-filter: none !important;
}
.theme-geo .geo-benefits {
  background: transparent;
  backdrop-filter: none;
}

/* ===== 企业深蓝 Design Tokens ===== */
.theme-geo {
  --geo-bg: #081830;
  --geo-bg-card: #0f2547;
  --geo-bg-muted: #13325a;
  --geo-bg-deep: #061428;
  --geo-bg-light: #1a3f6e;
  --geo-bg-glass: rgba(15, 37, 71, 0.94);
  --geo-heading: #f0f7ff;
  --geo-primary: #2563eb;
  --geo-primary-light: #60a5fa;
  --geo-primary-deep: #1d4ed8;
  --geo-accent: #3b82f6;
  --geo-accent-deep: #1e40af;
  --geo-gradient: linear-gradient(135deg, #1e40af 0%, #2563eb 48%, #60a5fa 100%);
  --geo-gradient-soft: linear-gradient(135deg, #061428 0%, #0f2547 50%, #13325a 100%);
  --geo-gradient-banner: linear-gradient(135deg, rgba(8,24,48,.93) 0%, rgba(15,37,71,.88) 55%, rgba(10,26,52,.84) 100%);
  --geo-text: #c8d9ef;
  --geo-text-muted: #7a9cc4;
  --geo-border: rgba(59, 130, 246, 0.18);
  --geo-glow: rgba(37, 99, 235, 0.38);
  --geo-glow-accent: rgba(59, 130, 246, 0.28);
  --geo-header-bg: rgba(8, 24, 48, 0.9);
  --geo-header-bg-solid: rgba(6, 20, 40, 0.98);
  --geo-header-h: 72px;
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --primary-light: #60a5fa;
  background: var(--geo-bg);
  color: var(--geo-text);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}
body.theme-geo { background: transparent !important; }
.theme-geo a { color: var(--geo-primary-light); }
.theme-geo .site-body::before,
.theme-geo .site-body::after { display: none; }

/* Header */
.geo-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--geo-header-bg);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--geo-border);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  transition: background .3s, box-shadow .3s;
}
.geo-header.is-scrolled { background: var(--geo-header-bg-solid); box-shadow: 0 6px 32px rgba(0, 0, 0, 0.45); }
.geo-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  min-height: var(--geo-header-h);
  height: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.geo-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--geo-heading);
  text-decoration: none;
  flex-shrink: 0;
  padding-right: 20px;
  margin-right: 4px;
  border-right: 1px solid rgba(148, 163, 184, 0.15);
  max-width: 168px;
}
.geo-logo .logo-img {
  height: 40px;
  width: 40px;
  flex-shrink: 0;
}
.geo-logo-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  line-height: 1.15;
  min-width: 0;
}
.geo-logo-text {
  display: block;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #f0f7ff;
  white-space: nowrap;
}
.geo-logo-taglines {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.geo-logo-tagline {
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
  white-space: nowrap;
  color: rgba(147, 197, 253, 0.88);
}
.geo-logo-tagline:last-child {
  color: #fbbf24;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.geo-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.geo-nav a {
  color: var(--geo-text-muted);
  font-size: 13px;
  font-weight: 500;
  padding: 8px 13px;
  border-radius: 8px;
  transition: color .2s, background .2s, box-shadow .2s;
  white-space: nowrap;
}
.geo-nav a:hover,
.geo-nav a.active {
  color: #f0f7ff;
  background: rgba(37, 99, 235, 0.18);
  box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.12);
}
.geo-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.geo-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  padding: 7px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.12);
  transition: border-color .2s, background .2s;
}
.geo-phone:hover {
  color: #f0f7ff;
  background: rgba(37, 99, 235, 0.1);
  border-color: rgba(96, 165, 250, 0.25);
}
.geo-phone::before {
  content: '';
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2360a5fa'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.5.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.5.1.3 0 .7-.2 1L6.6 10.8z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.geo-menu-toggle {
  display: none;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: 8px;
  color: var(--geo-heading);
  font-size: 20px;
  line-height: 1;
  padding: 6px 10px;
  cursor: pointer;
}

/* Buttons */
.btn-geo-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background: var(--geo-gradient);
  color: #fff !important;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s;
  box-shadow: 0 4px 20px var(--geo-glow);
}
.btn-geo-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px var(--geo-glow); color: #fff; }
.btn-geo-outline {
  display: inline-flex;
  align-items: center;
  padding: 12px 28px;
  background: transparent;
  color: #60a5fa !important;
  border: 1px solid rgba(59, 130, 246, 0.45);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  transition: all .3s;
}
.btn-geo-outline:hover { background: rgba(37, 99, 235, 0.14); color: #f0f7ff !important; }
.btn-lg { padding: 14px 36px; font-size: 16px; }

/* Hero — 首屏 has-photo 时背景顶到导航下沿，避免空白条 */
.geo-main { padding-top: var(--geo-header-h); }
.geo-main:has(> .geo-hero.has-photo:first-child),
.geo-main:has(> .geo-page-hero.has-photo:first-child) {
  padding-top: 0;
}
.geo-main > .geo-hero.has-photo:first-child {
  padding-top: calc(var(--geo-header-h) + 100px);
}
.geo-main > .geo-page-hero.has-photo:first-child {
  padding-top: calc(var(--geo-header-h) + 108px);
}
.geo-hero {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
  text-align: center;
}
.geo-hero-sub { padding: 80px 0; }
.geo-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(37, 99, 235, 0.22) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 80% 50%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
    transparent;
}
.geo-hero-bg-alt {
  background:
    radial-gradient(ellipse 60% 50% at 30% 50%, rgba(30, 64, 175, 0.2) 0%, transparent 60%),
    transparent;
}
.geo-hero-inner { position: relative; z-index: 2; }
.geo-hero-badge {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid rgba(59, 130, 246, 0.35);
  border-radius: 20px;
  font-size: 13px;
  color: var(--geo-primary-light);
  margin-bottom: 24px;
  background: rgba(37, 99, 235, 0.12);
}
.geo-hero-title {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.25;
  color: var(--geo-heading);
  margin-bottom: 20px;
  letter-spacing: -.5px;
  white-space: pre-line;
}
.geo-hero-title-sm { font-size: clamp(26px, 4vw, 40px); }
.geo-hero-desc {
  font-size: 18px;
  color: var(--geo-text-muted);
  max-width: 600px;
  margin: 0 auto 32px;
  line-height: 1.7;
}
.geo-hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* Benefits */
.geo-benefits { padding: 0 0 60px; margin-top: -20px; }
.geo-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
}
.geo-benefit-item {
  text-align: center;
  padding: 20px 16px;
  background: rgba(15, 37, 71, 0.94);
  border: 1px solid var(--geo-border);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.geo-benefit-item strong { display: block; font-size: 22px; color: var(--geo-accent); font-weight: 800; }
.geo-benefit-item span { font-size: 14px; color: var(--geo-text-muted); }

/* Sections */
.geo-section { padding: 80px 0; }
.geo-section-dark { background: var(--geo-bg-muted); }
.geo-section-head { text-align: center; margin-bottom: 48px; }
.geo-section-head h2 { font-size: clamp(24px, 3.5vw, 36px); color: var(--geo-heading); margin-bottom: 12px; font-weight: 700; }
.geo-section-head p { color: var(--geo-text-muted); font-size: 16px; }
.geo-link { color: var(--geo-primary-light); font-size: 14px; font-weight: 500; transition: color .2s; }
.geo-link:hover { color: var(--geo-accent); }

/* Feature cards */
.geo-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.geo-feature-card {
  background: var(--geo-bg-glass);
  border: 1px solid var(--geo-border);
  border-radius: 16px;
  padding: 28px 24px;
  transition: all .3s;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.25);
}
.geo-feature-card:hover { border-color: rgba(59, 130, 246, 0.5); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(37, 99, 235, 0.18); }
.geo-feature-icon { font-size: 32px; margin-bottom: 16px; }
.geo-feature-card h3 { font-size: 17px; color: var(--geo-heading); margin-bottom: 10px; }
.geo-feature-card p { font-size: 13px; color: var(--geo-text-muted); line-height: 1.7; margin-bottom: 16px; }

/* Loop cards */
.geo-loop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.geo-loop-card {
  background: var(--geo-bg-glass);
  border-radius: 16px;
  padding: 28px 24px;
  color: var(--geo-text);
  border: 1px solid var(--geo-border);
  position: relative;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.25);
}
.geo-loop-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(37, 99, 235, 0.2); }
.geo-loop-num {
  position: absolute;
  top: 16px; right: 16px;
  font-size: 32px;
  font-weight: 800;
  color: rgba(37, 99, 235, 0.18);
}
.geo-loop-card h3 { font-size: 18px; color: var(--geo-heading); margin-bottom: 8px; }
.geo-loop-card p { font-size: 13px; color: var(--geo-text-muted); line-height: 1.6; margin-bottom: 16px; }
.geo-loop-card .geo-link { color: var(--geo-primary); }

/* Case tabs */
.geo-tabs { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 32px; }
.geo-tab {
  padding: 8px 20px;
  border: 1px solid var(--geo-border);
  border-radius: 20px;
  background: transparent;
  color: var(--geo-text-muted);
  font-size: 14px;
  cursor: pointer;
  transition: all .2s;
}
.geo-tab:hover, .geo-tab.active {
  background: var(--geo-gradient);
  border-color: transparent;
  color: #fff;
}
.geo-case-panel { display: none; }
.geo-case-panel.active { display: block; }
.geo-case-showcase {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 32px;
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--geo-border);
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 20px;
  box-shadow: 0 12px 36px rgba(14, 165, 233, 0.08);
}
.geo-case-metric {
  font-size: 28px;
  font-weight: 800;
  background: var(--geo-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}
.geo-case-body h3 { font-size: 20px; margin-bottom: 8px; }
.geo-case-body h3 a { color: var(--geo-heading); }
.geo-case-client { font-size: 13px; color: var(--geo-text-muted); margin-bottom: 12px; }
.geo-case-desc { font-size: 14px; color: var(--geo-text-muted); line-height: 1.7; margin-bottom: 16px; }
.geo-case-thumb { border-radius: 12px; overflow: hidden; height: 180px; }
.geo-case-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* Service blocks */
.geo-service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 48px; }
.geo-service-block {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--geo-border);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 10px 32px rgba(14, 165, 233, 0.08);
}
.geo-service-block h3 { font-size: 20px; color: var(--geo-heading); margin-bottom: 10px; }
.geo-service-block p { color: var(--geo-text-muted); font-size: 14px; margin-bottom: 20px; line-height: 1.7; }
.geo-tag-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.geo-tag-list li {
  padding: 6px 14px;
  background: rgba(14, 165, 233, 0.15);
  border-radius: 6px;
  font-size: 13px;
  color: var(--geo-primary-light);
}
.geo-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}
.geo-stat {
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 12px;
  border: 1px solid var(--geo-border);
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.08);
}
.geo-stat strong { display: block; font-size: 36px; font-weight: 800; color: var(--geo-accent); }
.geo-stat span { font-size: 14px; color: var(--geo-text-muted); }

/* FAQ */
.geo-faq-list { max-width: 800px; margin: 0 auto; }
.theme-geo .faq-item { background: rgba(255, 255, 255, 0.94); border-color: var(--geo-border); box-shadow: 0 8px 24px rgba(14, 165, 233, 0.06); }
.theme-geo .faq-question { background: transparent; color: var(--geo-heading); }
.theme-geo .faq-answer { color: var(--geo-text-muted); }

/* Lead form */
.geo-lead-section { background: rgba(237, 246, 255, 0.85); }
.geo-lead-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}
.geo-lead-info h2 { font-size: 28px; color: var(--geo-heading); margin-bottom: 12px; }
.geo-lead-info p { color: var(--geo-text-muted); line-height: 1.7; margin-bottom: 24px; }
.geo-lead-points { list-style: none; padding: 0; }
.geo-lead-points li { padding: 8px 0; color: var(--geo-text-muted); font-size: 15px; }
.geo-lead-form {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--geo-border);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 12px 36px rgba(14, 165, 233, 0.1);
}
.geo-lead-form input, .geo-lead-form select {
  width: 100%;
  padding: 12px 16px;
  background: #f8fbff;
  border: 1px solid var(--geo-border);
  border-radius: 8px;
  color: var(--geo-text);
  font-size: 14px;
}
.geo-lead-form input::placeholder { color: #94a3b8; }
.geo-lead-form input:focus, .geo-lead-form select:focus {
  border-color: var(--geo-primary);
  outline: none;
}
.geo-lead-form select option { background: #fff; color: var(--geo-text); }

/* Testimonials */
.geo-testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.geo-testimonial-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--geo-border);
  border-radius: 16px;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 10px 32px rgba(14, 165, 233, 0.08);
}
.geo-testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(14, 165, 233, 0.14); }
.geo-testimonial-cover { height: 140px; overflow: hidden; }
.geo-testimonial-cover img { width: 100%; height: 100%; object-fit: cover; }
.geo-testimonial-text {
  padding: 20px 24px 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--geo-text-muted);
  font-style: italic;
}
.geo-testimonial-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  font-size: 14px;
  color: var(--geo-text-muted);
  border-top: 1px solid var(--geo-border);
  margin-top: 16px;
}
.geo-testimonial-meta strong { color: var(--geo-heading); }
.geo-testimonial-result {
  padding: 0 24px 20px;
  font-size: 13px;
  color: var(--geo-accent);
  font-weight: 600;
}

/* Advantage cards with photos */
.advantage-card.has-img { padding: 0; overflow: hidden; text-align: left; }
.advantage-cover { height: 140px; overflow: hidden; }
.advantage-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.advantage-card.has-img:hover .advantage-cover img { transform: scale(1.05); }
.advantage-card.has-img h3,
.advantage-card.has-img p { padding: 0 24px; }
.advantage-card.has-img h3 { padding-top: 20px; margin-bottom: 10px; }
.advantage-card.has-img p { padding-bottom: 24px; }

/* Article cover in detail */
.article-cover {
  margin-bottom: 28px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,.08);
}
.article-cover img { width: 100%; max-height: 360px; object-fit: cover; display: block; }

/* Dark section news cards */
.geo-section-dark .news-item {
  background: rgba(255,255,255,.03);
  border: 1px solid var(--geo-border);
  border-radius: 12px;
  overflow: hidden;
}
.geo-section-dark .news-item h3 a { color: var(--geo-heading); }
.geo-section-dark .news-body { padding: 16px; }
.geo-section-dark .news-meta { color: var(--geo-text-muted); }
.geo-section .news-item.has-cover .news-cover { display: block; height: 160px; overflow: hidden; }
.geo-section .news-item.has-cover .news-cover img { width: 100%; height: 100%; object-fit: cover; }
.geo-section .news-item.has-cover { border-radius: 12px; overflow: hidden; border: 1px solid #e5e7eb; background: #fff; }
.geo-section .news-item.has-cover .news-body { padding: 16px; }

/* Footer */
.geo-footer {
  position: relative;
  background: linear-gradient(180deg, rgba(219, 234, 254, 0.92) 0%, rgba(191, 219, 254, 0.95) 100%);
  border-top: 1px solid var(--geo-border);
  padding: 48px 0 0;
  overflow: hidden;
}
.geo-footer.has-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 24, 48, 0.72) 0%, rgba(6, 20, 40, 0.8) 100%);
  opacity: 1;
}
.geo-footer.has-photo .container { position: relative; z-index: 1; }
.geo-content-block p { margin: 0 0 14px; line-height: 1.75; color: rgba(226, 232, 240, 0.88); }
.geo-content-block p:last-child { margin-bottom: 0; }
.geo-geo-backlink { margin: 0 0 24px; }
.geo-geo-backlink a { color: #7dd3fc; text-decoration: none; }
.geo-geo-backlink a:hover { text-decoration: underline; }

.geo-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 32px; }
.geo-footer-cities a { display: inline-block; margin-right: 10px; margin-bottom: 6px; }
.geo-footer-brand strong { font-size: 18px; color: var(--geo-heading); display: block; margin-bottom: 10px; }
.geo-footer-brand p { color: var(--geo-text-muted); font-size: 14px; line-height: 1.7; }
.geo-footer-contact { margin-top: 12px; }
.geo-footer-links h4 { color: var(--geo-heading); font-size: 15px; margin-bottom: 16px; }
.geo-footer-links a { display: block; color: var(--geo-text-muted); font-size: 14px; margin-bottom: 8px; }
.geo-footer-links a:hover { color: var(--geo-primary-deep); }
.geo-footer-bottom { border-top: 1px solid rgba(14, 165, 233, 0.15); padding: 20px 0; text-align: center; }
.geo-footer-bottom p { color: #64748b; font-size: 13px; }
.geo-footer-bottom a { color: #475569; }

/* Float bar */
.geo-float-bar {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}
.geo-float-btn {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--geo-border);
  color: var(--geo-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  backdrop-filter: blur(8px);
  transition: all .3s;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.12);
}
.geo-float-btn:hover { background: var(--geo-primary); color: #fff; }
.geo-float-main {
  width: auto;
  padding: 0 20px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  background: var(--geo-gradient);
  border: none;
  box-shadow: 0 4px 20px rgba(14,165,233,.4);
  height: 44px;
}

.geo-hero.has-photo .geo-hero-bg,
.geo-hero-sub.has-photo .geo-hero-bg {
  background: transparent !important;
  opacity: 0 !important;
}
.geo-hero.has-photo .geo-hero-bg-alt {
  background: transparent !important;
  opacity: 0 !important;
}

/* Feature card covers */
.geo-feature-card.has-img { padding: 0; overflow: hidden; }
.geo-feature-cover { height: 140px; overflow: hidden; }
.geo-feature-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.geo-feature-card:hover .geo-feature-cover img { transform: scale(1.06); }
.geo-feature-card.has-img h3,
.geo-feature-card.has-img p,
.geo-feature-card.has-img .geo-link { padding: 0 24px; }
.geo-feature-card.has-img h3 { padding-top: 20px; }
.geo-feature-card.has-img .geo-link { padding-bottom: 24px; display: inline-block; }

/* Loop card covers */
.geo-loop-cover { height: 120px; margin: -28px -24px 16px; overflow: hidden; border-radius: 16px 16px 0 0; }
.geo-loop-cover img { width: 100%; height: 100%; object-fit: cover; }

/* Service block photos */
.geo-service-block.has-img { padding: 0; overflow: hidden; }
.geo-service-photo { height: 160px; overflow: hidden; }
.geo-service-photo img { width: 100%; height: 100%; object-fit: cover; }
.geo-service-block.has-img h3,
.geo-service-block.has-img p,
.geo-service-block.has-img .geo-tag-list { padding: 0 32px; }
.geo-service-block.has-img h3 { padding-top: 24px; }
.geo-service-block.has-img .geo-tag-list { padding-bottom: 32px; }

/* Lead section background */
.geo-lead-section.has-photo {
  position: relative;
  background: transparent;
}
.geo-lead-section.has-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8, 24, 48, 0.68) 0%, rgba(15, 37, 71, 0.55) 100%);
  opacity: 1;
}
.geo-lead-section.has-photo .container { position: relative; z-index: 1; }

/* Inner pages */
.geo-page-hero {
  position: relative;
  padding: 100px 0 60px;
  text-align: center;
  background: transparent;
  border-bottom: 1px solid var(--geo-border);
  overflow: hidden;
}
.geo-page-hero.has-photo {
  background: transparent;
}
.geo-page-hero .container { position: relative; z-index: 1; }
.geo-page-hero h1 { font-size: 36px; color: var(--geo-heading); margin-bottom: 10px; }
.geo-page-hero p { color: var(--geo-text-muted); font-size: 16px; }
.geo-breadcrumb { font-size: 13px; color: var(--geo-text-muted); margin-bottom: 16px; }
.geo-breadcrumb a { color: var(--geo-text-muted); }
.geo-breadcrumb a:hover { color: var(--geo-primary-deep); }
.theme-geo .geo-inner-section.light .detail-main,
.theme-geo .geo-inner-section.light .product-detail-main {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 32px;
  color: #333;
}
.theme-geo .geo-inner-section.light .content-body { color: #444; }
.theme-geo .geo-inner-section.light .content-body h2,
.theme-geo .geo-inner-section.light .content-body h3 { color: #1a1f3a; border-left-color: var(--geo-primary); }
.theme-geo .popup-overlay { background: rgba(15, 23, 42, 0.45); }
.theme-geo .popup-box { background: var(--geo-bg-card); border: 1px solid var(--geo-border); color: var(--geo-text); box-shadow: 0 20px 60px rgba(14, 165, 233, 0.15); }
.theme-geo .popup-box h3 { color: var(--geo-heading); }
.theme-geo .popup-box p { color: var(--geo-text-muted); }
.geo-inner-section.light .filter-bar select {
  padding: 10px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}
.geo-inner-section { padding: 60px 0; background: var(--geo-bg); }
.geo-inner-section.light { background: var(--geo-bg-light); color: #333; }
.theme-geo .geo-inner-section.light .section-title { color: #1a1f3a; }
.theme-geo .geo-inner-section.light .case-card,
.theme-geo .geo-inner-section.light .product-card,
.theme-geo .geo-inner-section.light .news-item {
  background: #fff;
  border-color: #e5e7eb;
  color: #333;
}
.theme-geo .geo-inner-section.light .case-info h3 a,
.theme-geo .geo-inner-section.light .news-item h3 a { color: #1a1f3a; }
.theme-geo .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.theme-geo .text-center { text-align: center; }
.theme-geo .mt-20 { margin-top: 20px; }

/* Responsive */
@media (max-width: 1024px) {
  .geo-feature-grid, .geo-loop-grid { grid-template-columns: repeat(2, 1fr); }
  .geo-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .geo-case-showcase { grid-template-columns: 1fr; }
  .geo-case-thumb { height: 200px; }
  .geo-testimonial-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .theme-geo { --geo-header-h: 68px; }
  .geo-logo {
    max-width: none;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    gap: 10px;
  }
  .geo-logo .logo-img { height: 36px; width: 36px; }
  .geo-logo-text { font-size: 15px; letter-spacing: 0.06em; }
  .geo-logo-tagline { font-size: 9px; letter-spacing: 0.08em; }
  .geo-nav {
    display: none;
    position: absolute;
    top: var(--geo-header-h);
    left: 0;
    right: 0;
    background: rgba(6, 20, 40, 0.98);
    backdrop-filter: blur(12px);
    flex-direction: column;
    align-items: stretch;
    padding: 12px 16px 16px;
    border-bottom: 1px solid var(--geo-border);
    gap: 4px;
  }
  .geo-nav a {
    padding: 12px 14px;
    font-size: 14px;
    border-radius: 10px;
  }
  .geo-nav.open { display: flex; }
  .geo-header-actions { display: none; }
  .geo-menu-toggle { display: block; margin-left: auto; }
  .geo-hero { padding: 80px 0 60px; }
  .geo-main > .geo-hero.has-photo:first-child { padding-top: calc(var(--geo-header-h) + 80px); }
  .geo-main > .geo-page-hero.has-photo:first-child { padding-top: calc(var(--geo-header-h) + 80px); }
  .geo-hero-title { font-size: 28px; }
  .geo-feature-grid, .geo-loop-grid, .geo-service-grid, .geo-stats-row, .geo-footer-grid, .geo-lead-wrap, .geo-testimonial-grid {
    grid-template-columns: 1fr;
  }
  .geo-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .geo-float-main { font-size: 12px; padding: 0 14px; }
  .geo-intro-split { grid-template-columns: 1fr; }
  .geo-process-timeline { flex-direction: column; align-items: stretch; }
  .geo-process-timeline .step::after { display: none; }
}

/* ===== v6.3 动效与内页精致化 ===== */
.btn-sm { padding: 8px 18px; font-size: 13px; }
.geo-hero-title {
  background: linear-gradient(135deg, #0369a1 0%, #0ea5e9 50%, #0284c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.geo-hero-sub .geo-hero-title { font-size: clamp(26px, 4vw, 40px); -webkit-text-fill-color: var(--geo-heading); color: var(--geo-heading); background: none; }

/* 滚动入场 */
.geo-animate { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.geo-animate.is-visible { opacity: 1; transform: translateY(0); }
.geo-animate-delay-1 { transition-delay: .1s; }
.geo-animate-delay-2 { transition-delay: .2s; }
.geo-animate-delay-3 { transition-delay: .3s; }

/* 列表卡片增强 */
.theme-geo .geo-inner-section.light .case-card {
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(15,23,42,.06);
  transition: transform .3s, box-shadow .3s;
}
.theme-geo .geo-inner-section.light .case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(14,165,233,.12);
}
.theme-geo .geo-inner-section.light .case-image { height: 200px; }
.theme-geo .geo-inner-section.light .product-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  padding: 28px 24px;
  transition: transform .3s, box-shadow .3s;
}
.theme-geo .geo-inner-section.light .product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(14,165,233,.12);
}
.theme-geo .case-result-tag {
  background: linear-gradient(135deg, rgba(14,165,233,.12), rgba(34,211,238,.1));
  color: var(--geo-primary);
  font-weight: 600;
}

/* 筛选栏 */
.geo-filter-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 28px;
  box-shadow: 0 2px 12px rgba(15,23,42,.04);
}
.geo-filter-bar select {
  padding: 10px 36px 10px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 12px center;
  appearance: none;
  min-width: 180px;
  cursor: pointer;
}
.geo-filter-bar select:focus { border-color: var(--geo-primary); outline: none; box-shadow: 0 0 0 3px rgba(14,165,233,.12); }

/* 分页 */
.theme-geo .pagination { gap: 6px; margin-top: 32px; }
.theme-geo .pagination a,
.theme-geo .pagination span {
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  color: #555;
  font-size: 14px;
  transition: all .2s;
}
.theme-geo .pagination a:hover {
  background: var(--geo-gradient);
  color: #fff;
  border-color: transparent;
}
.theme-geo .pagination .current {
  background: var(--geo-gradient);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(14,165,233,.3);
}

/* FAQ 增强 */
.theme-geo .faq-item {
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color .3s, box-shadow .3s;
}
.theme-geo .faq-item.active {
  border-color: rgba(14,165,233,.35);
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
}
.theme-geo .faq-question {
  padding: 18px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  transition: background .2s;
}
.theme-geo .faq-item.active .faq-question { color: var(--geo-primary-light); }
.theme-geo .faq-arrow {
  font-size: 20px;
  color: var(--geo-text-muted);
  transition: transform .3s;
  flex-shrink: 0;
  margin-left: 16px;
}
.theme-geo .faq-item.active .faq-arrow { transform: rotate(45deg); color: var(--geo-accent); }
.theme-geo .faq-answer {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  line-height: 1.8;
  font-size: 14px;
  opacity: 0;
  transition: max-height .4s ease, opacity .3s, padding .3s;
}
.theme-geo .faq-item.active .faq-answer {
  max-height: 480px;
  padding: 0 24px 20px;
  opacity: 1;
}

/* 合作流程时间线 */
.geo-process-timeline {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 40px 0 50px;
  position: relative;
}
.geo-process-timeline .step {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 0 8px;
}
.geo-process-timeline .step::after {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(50% + 28px);
  width: calc(100% - 56px);
  height: 2px;
  background: linear-gradient(90deg, var(--geo-primary), rgba(14,165,233,.2));
}
.geo-process-timeline .step:last-child::after { display: none; }
.geo-process-timeline .step-num {
  display: inline-flex;
  width: 56px; height: 56px;
  background: var(--geo-gradient);
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 14px;
  box-shadow: 0 6px 20px rgba(14,165,233,.35);
  position: relative;
  z-index: 1;
}
.geo-process-timeline .step h4 { font-size: 15px; color: #1a1f3a; margin-bottom: 6px; }
.geo-process-timeline .step p { color: #888; font-size: 13px; line-height: 1.5; }
.process-visual { margin-bottom: 8px; }
.process-banner { box-shadow: 0 12px 40px rgba(15,23,42,.1); }

/* 联系页 */
.geo-contact-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 8px 30px rgba(15,23,42,.05);
}
.geo-contact-card .contact-side-img {
  height: 220px;
  margin-bottom: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.contact-info-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
}
.contact-info-card:last-child { border-bottom: none; }
.contact-info-card strong { color: #1a1f3a; font-size: 14px; }
.contact-info-card span { color: var(--geo-primary); font-weight: 600; font-size: 15px; }
.theme-geo .contact-form-wrap {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  padding: 32px;
  box-shadow: 0 8px 30px rgba(15,23,42,.05);
}
.theme-geo .contact-form-wrap .geo-lead-form {
  background: transparent;
  border: none;
  padding: 0;
}
.theme-geo .contact-form-wrap textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  resize: vertical;
  font-family: inherit;
}
.theme-geo .contact-form-wrap textarea:focus {
  border-color: var(--geo-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(14,165,233,.12);
}

/* GEO 城市页 */
.geo-intro-split {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 32px;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 40px;
  box-shadow: 0 8px 30px rgba(15,23,42,.05);
}
.geo-intro-split h2 { font-size: 24px; color: #1a1f3a; margin-bottom: 14px; }
.geo-intro-split p { color: #666; line-height: 1.8; font-size: 15px; }
.geo-intro-photo { border-radius: 12px; overflow: hidden; height: 240px; }
.geo-intro-photo img { width: 100%; height: 100%; object-fit: cover; }
.theme-geo .geo-block-title {
  font-size: 20px;
  color: #1a1f3a;
  margin-bottom: 20px;
  padding-left: 14px;
  border-left: 4px solid var(--geo-primary);
}
.theme-geo .city-tag {
  padding: 8px 18px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  color: #555;
  font-size: 14px;
  transition: all .25s;
}
.theme-geo .city-tag:hover {
  background: var(--geo-gradient);
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(14,165,233,.3);
}

/* 404 */
.geo-404 {
  min-height: calc(100vh - 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 24px;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(14,165,233,.15) 0%, transparent 60%),
    var(--geo-bg);
}
.geo-404-code {
  font-size: clamp(80px, 15vw, 140px);
  font-weight: 900;
  line-height: 1;
  background: var(--geo-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
}
.geo-404 h2 { font-size: 24px; color: var(--geo-heading); margin-bottom: 12px; }
.geo-404 p { color: var(--geo-text-muted); margin-bottom: 28px; font-size: 16px; }

/* 详情页侧栏 */
.theme-geo .detail-meta-card {
  background: rgba(14,165,233,.04);
  border: 1px solid rgba(14,165,233,.12);
  border-radius: 12px;
}
.theme-geo .client-quote {
  background: rgba(14,165,233,.06);
  border-left-color: var(--geo-primary);
  border-radius: 0 12px 12px 0;
}

/* 关于页时间线 */
.geo-timeline { max-width: 700px; margin: 0 auto; }
.geo-timeline .timeline-item {
  display: flex;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--geo-border);
}
.geo-timeline .timeline-item:last-child { border-bottom: none; }
.geo-timeline .timeline-year {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--geo-gradient);
  color: #fff;
  border-radius: 12px;
  font-weight: 800;
  font-size: 15px;
}
.geo-timeline .timeline-item p { color: var(--geo-text-muted); line-height: 1.7; padding-top: 8px; }

/* 平滑滚动 */
html { scroll-behavior: smooth; }

/* ===== v6.4 移动端与列表页 ===== */
.theme-geo .geo-inner-section.light .news-item.has-cover {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #fff;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  flex-direction: column;
}
.theme-geo .geo-inner-section.light .news-item.has-cover:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(14,165,233,.1);
}
.theme-geo .geo-inner-section.light .news-item .news-cover { height: 180px; }
.theme-geo .geo-inner-section.light .news-item .news-body { flex: 1; display: flex; flex-direction: column; }
.theme-geo .geo-inner-section.light .news-item .news-body > p:last-of-type {
  color: #777;
  font-size: 14px;
  line-height: 1.7;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.theme-geo .news-read-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--geo-primary);
}
.theme-geo .news-read-more:hover { color: var(--geo-accent); }

.theme-geo .product-price {
  font-size: 22px;
  font-weight: 800;
  color: #0ea5e9;
  margin: 12px 0;
}
.theme-geo .product-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}
.theme-geo .grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.geo-list-empty {
  text-align: center;
  padding: 60px 24px;
  color: var(--geo-text-muted);
  background: rgba(255,255,255,.03);
  border: 1px dashed var(--geo-border);
  border-radius: 16px;
}
.geo-list-empty strong { display: block; color: var(--geo-heading); font-size: 18px; margin-bottom: 8px; }

/* 移动端底部 CTA */
.geo-mobile-cta {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 998;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--geo-border);
  box-shadow: 0 -8px 24px rgba(14, 165, 233, 0.08);
  gap: 10px;
}
.geo-mobile-cta a {
  flex: 1;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
}
.geo-mobile-cta .cta-phone {
  background: #f0f9ff;
  color: var(--geo-primary-deep) !important;
  border: 1px solid var(--geo-border);
}
.geo-mobile-cta .cta-lead { background: var(--geo-gradient); color: #fff !important; }

.theme-geo .popup-box {
  border-radius: 16px;
  padding: 36px 32px;
  max-width: 420px;
  box-shadow: 0 24px 60px rgba(14, 165, 233, 0.18);
}
.theme-geo .popup-close {
  top: 12px; right: 16px;
  color: var(--geo-text-muted);
  font-size: 28px;
}

@media (max-width: 1024px) {
  .theme-geo .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .detail-layout, .product-detail-layout { grid-template-columns: 1fr; }
  .detail-aside, .product-detail-aside { position: static; }
}

@media (max-width: 768px) {
  .geo-mobile-cta { display: flex; }
  .geo-float-bar { bottom: 72px; right: 12px; }
  .geo-float-main { display: none; }
  .geo-main { padding-bottom: 72px; }
  .geo-hero { padding: 72px 0 56px; }
  .geo-main > .geo-hero.has-photo:first-child { padding-top: calc(var(--geo-header-h) + 72px); }
  .geo-main > .geo-page-hero.has-photo:first-child { padding-top: calc(var(--geo-header-h) + 80px); }
  .geo-hero-title { font-size: 26px; }
  .geo-hero-desc { font-size: 16px; }
  .geo-section { padding: 56px 0; }
  .geo-page-hero { padding: 80px 0 48px; }
  .geo-page-hero h1 { font-size: 28px; }
  .theme-geo .grid-4,
  .theme-geo .news-grid { grid-template-columns: 1fr; }
  .geo-benefit-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .geo-benefit-item { padding: 14px 10px; }
  .geo-benefit-item strong { font-size: 18px; }
  .geo-lead-wrap { gap: 28px; }
  .geo-lead-form { padding: 24px 20px; }
  .geo-footer-grid { gap: 28px; }
  .geo-process-timeline .step { padding: 12px 0; }
}

@media (max-width: 1100px) {
  .geo-nav a { padding: 8px 10px; font-size: 12px; }
  .geo-phone { display: none; }
}

@media (max-width: 900px) {
  .geo-header-inner { gap: 12px; padding: 8px 16px; }
  .geo-logo { max-width: 148px; padding-right: 12px; }
}

/* ===== v7.0 样式冲突修复层 ===== */
/* 覆盖 style.css 对 GEO 主题的干扰 */
body.theme-geo {
  background: transparent !important;
  color: var(--geo-text);
}
.theme-geo a:hover { color: var(--geo-primary-deep); }

/* Hero 标题 */
.geo-hero .geo-hero-title {
  background: linear-gradient(135deg, #0369a1 0%, #0ea5e9 50%, #0284c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: var(--geo-heading);
  text-shadow: none;
}

/* 浅色内容区标题 */
.theme-geo .geo-inner-section.light .geo-section-head-light h2,
.theme-geo .geo-inner-section.light .geo-section-head h2,
.theme-geo .geo-inner-section.light .about-text h2,
.theme-geo .geo-inner-section.light .section-title {
  color: #1a1f3a;
}
.theme-geo .geo-inner-section.light .geo-section-head-light p,
.theme-geo .geo-inner-section.light .geo-section-head p,
.theme-geo .geo-inner-section.light .about-text p {
  color: #555;
}
.theme-geo .geo-inner-section.light .section-title-left { text-align: left; }
.theme-geo .geo-inner-section.light .section-title-left::after { margin-left: 0; }
.theme-geo .about-text-dark h2 { color: var(--geo-heading); font-size: 24px; margin-bottom: 16px; }
.theme-geo .about-text-dark p { color: var(--geo-text-muted); }
.theme-geo .about-cta { margin-top: 16px; }

/* 卡片：取消 style.css 多余内边距 */
.theme-geo .news-item.has-cover,
.theme-geo .geo-inner-section.light .news-item.has-cover {
  padding: 0 !important;
}
.theme-geo .advantage-card.has-img {
  padding: 0 !important;
  text-align: left !important;
  background: #fff !important;
}

/* 产品卡片重构 */
.theme-geo .geo-inner-section.light .product-card {
  padding: 0 !important;
  text-align: left !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.theme-geo .geo-inner-section.light .product-card::before { height: 3px; }
.theme-geo .geo-inner-section.light .product-thumb {
  margin: 0 !important;
  height: 160px;
  border-radius: 0;
}
.theme-geo .product-card-body {
  padding: 20px 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.theme-geo .product-card-body h2 {
  font-size: 20px;
  color: #1a1f3a;
  margin-bottom: 8px;
}
.theme-geo .product-card-body .product-subtitle {
  color: #888;
  font-size: 14px;
  margin-bottom: 8px;
}
.theme-geo .product-card-body .product-meta {
  color: #666;
  font-size: 13px;
  margin-bottom: 4px;
}
.theme-geo .product-card-body .product-price {
  margin: 8px 0 12px;
}
.theme-geo .product-card-body .product-actions {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
  justify-content: flex-start;
}
.theme-geo .btn-outline-light {
  border-color: #0ea5e9 !important;
  color: #0ea5e9 !important;
  background: transparent !important;
}
.theme-geo .btn-outline-light:hover {
  background: rgba(14,165,233,.08) !important;
  color: #0369a1 !important;
}

/* 浅色区表单：修复深色输入框问题 */
.theme-geo .geo-inner-section.light .geo-lead-form,
.theme-geo .contact-form-wrap .geo-lead-form {
  background: transparent;
  border: none;
  padding: 0;
  gap: 12px;
}
.theme-geo .geo-inner-section.light .geo-lead-form input,
.theme-geo .geo-inner-section.light .geo-lead-form select,
.theme-geo .geo-inner-section.light .geo-lead-form textarea,
.theme-geo .contact-form-wrap .geo-lead-form input,
.theme-geo .contact-form-wrap .geo-lead-form select,
.theme-geo .contact-form-wrap textarea {
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #333;
}
.theme-geo .geo-inner-section.light .geo-lead-form input::placeholder,
.theme-geo .contact-form-wrap .geo-lead-form input::placeholder,
.theme-geo .contact-form-wrap textarea::placeholder {
  color: #9ca3af;
}
.theme-geo .geo-inner-section.light .geo-lead-form select option {
  background: #fff;
  color: #333;
}
.theme-geo .contact-form-desc {
  color: #888;
  margin-bottom: 20px;
  font-size: 14px;
}
.theme-geo .btn-geo-primary.btn-block {
  display: flex;
  width: 100%;
  justify-content: center;
}

/* 分页：适配 ThinkPHP Bootstrap 输出 ul.pagination */
.theme-geo .pagination {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.theme-geo .pagination > ul.pagination,
.theme-geo ul.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.theme-geo .pagination ul.pagination li,
.theme-geo ul.pagination li {
  list-style: none;
}
.theme-geo .pagination ul.pagination a,
.theme-geo .pagination ul.pagination span,
.theme-geo ul.pagination a,
.theme-geo ul.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  color: #555;
  font-size: 14px;
  background: #fff;
  transition: all .2s;
}
.theme-geo .geo-inner-section:not(.light) .pagination ul.pagination a,
.theme-geo .geo-inner-section:not(.light) .pagination ul.pagination span,
.theme-geo .geo-section .pagination ul.pagination a,
.theme-geo .geo-section .pagination ul.pagination span {
  background: rgba(255,255,255,.05);
  border-color: var(--geo-border);
  color: var(--geo-text-muted);
}
.theme-geo .pagination ul.pagination a:hover {
  background: var(--geo-gradient);
  color: #fff;
  border-color: transparent;
}
.theme-geo .pagination ul.pagination li.active span {
  background: var(--geo-gradient);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(14,165,233,.3);
}
.theme-geo .pagination ul.pagination li.disabled span {
  opacity: .45;
  cursor: not-allowed;
}

/* FAQ：覆盖 style.css 浅色激活态 */
.theme-geo .faq-item.active .faq-question {
  background: transparent !important;
}
.theme-geo .geo-inner-section.light .faq-item {
  background: #fff;
  border-color: #e5e7eb;
}
.theme-geo .geo-inner-section.light .faq-question {
  color: #1a1f3a !important;
  background: #f8fafc !important;
}
.theme-geo .geo-inner-section.light .faq-item.active .faq-question {
  color: var(--geo-primary) !important;
  background: #fff !important;
}
.theme-geo .geo-inner-section.light .faq-answer {
  color: #555 !important;
}

/* 案例展示网格 */
.geo-case-showcase {
  grid-template-columns: 1fr 280px;
  align-items: stretch;
}
.geo-case-body { min-width: 0; }
.geo-case-metric { margin-bottom: 12px; }

/* 首页深色区资讯卡片 */
.theme-geo .geo-section:not(.geo-section-dark) .news-item.has-cover {
  background: rgba(255, 255, 255, 0.94);
  border-color: var(--geo-border);
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.08);
}
.theme-geo .geo-section:not(.geo-section-dark) .news-item.has-cover h3 a {
  color: var(--geo-heading);
}
.theme-geo .geo-section:not(.geo-section-dark) .news-body {
  padding: 16px;
}

/* 城市页案例标题 */
.theme-geo .case-info h4 { font-size: 16px; margin-bottom: 6px; }
.theme-geo .case-info h4 a { color: #1a1f3a; }

/* 导航移动端 */
@media (max-width: 768px) {
  .geo-header { position: fixed; }
  .geo-nav.open {
    box-shadow: 0 12px 40px rgba(0,0,0,.3);
  }
}

/* ===== v8.0 视觉精修 ===== */
/* Logo */
.geo-logo .logo-img {
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 2px 12px rgba(14,165,233,.25);
}

/* 导航激活态 */
.geo-nav a {
  position: relative;
}
.geo-nav a.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--geo-gradient);
  border-radius: 2px;
}

/* 价值四象限 */
.geo-benefit-item {
  position: relative;
  overflow: hidden;
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.geo-benefit-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--geo-gradient);
  opacity: 0;
  transition: opacity .3s;
}
.geo-benefit-item:hover {
  transform: translateY(-4px);
  border-color: rgba(14,165,233,.3);
  box-shadow: 0 12px 32px rgba(14,165,233,.15);
}
.geo-benefit-item:hover::before { opacity: 1; }
.geo-benefit-icon {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: var(--geo-primary-light);
  opacity: .6;
  margin-bottom: 6px;
  letter-spacing: 1px;
}

/* 区块标题装饰线 */
.geo-section-head h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: var(--geo-gradient);
  margin: 14px auto 0;
  border-radius: 2px;
}
.geo-section-head-light h2::after,
.theme-geo .geo-inner-section.light .geo-section-head h2::after {
  background: linear-gradient(90deg, var(--geo-primary), var(--geo-accent));
}

/* 详情页 */
.detail-page-narrow {
  max-width: 800px;
  margin: 0 auto;
}
.geo-hero-metric { margin-top: 16px; }
.geo-pain-box {
  background: linear-gradient(135deg, rgba(239,68,68,.06), rgba(14,165,233,.06));
  border: 1px solid rgba(239,68,68,.15);
  border-left: 4px solid #ef4444;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 28px;
}
.geo-pain-box h3 {
  font-size: 16px;
  color: #dc2626;
  margin-bottom: 10px;
}
.geo-pain-box p { color: #555; line-height: 1.8; font-size: 15px; }

.theme-geo .detail-aside,
.theme-geo .product-detail-aside {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 30px rgba(15,23,42,.06);
}
.theme-geo .detail-cover-img {
  border-radius: 12px;
  margin-bottom: 16px;
}
.theme-geo .detail-meta-card h4 {
  font-size: 15px;
  color: #1a1f3a;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.theme-geo .detail-meta-card p {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
  border-bottom: 1px solid #f8fafc;
}
.theme-geo .detail-meta-card p strong { color: #64748b; font-weight: 500; }
.theme-geo .detail-meta-card p span { color: #1a1f3a; font-weight: 600; }
.detail-cta-btn { margin-top: 16px; }

.theme-geo .product-benefits-box {
  background: linear-gradient(135deg, rgba(14,165,233,.06), rgba(34,211,238,.06));
  border: 1px solid rgba(14,165,233,.15);
  border-radius: 12px;
  padding: 20px 24px;
  margin: 20px 0;
}
.theme-geo .product-benefits-box strong {
  display: block;
  color: var(--geo-primary);
  margin-bottom: 8px;
  font-size: 15px;
}
.theme-geo .product-price-lg {
  font-size: 32px;
  font-weight: 800;
  color: #0ea5e9;
}
.geo-divider {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e5e7eb, transparent);
  margin: 30px 0;
}

/* 相关文章 */
.related-section {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid #e5e7eb;
}
.related-title {
  font-size: 20px;
  color: #1a1f3a;
  margin-bottom: 24px;
  padding-left: 14px;
  border-left: 4px solid var(--geo-primary);
}
.related-grid { margin-top: 0; }

/* 城市/GEO 区块 */
.theme-geo .geo-block { margin-bottom: 48px; }
.theme-geo .geo-inner-section.light .case-grid {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .theme-geo .geo-inner-section.light .case-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .theme-geo .geo-inner-section.light .case-grid { grid-template-columns: 1fr; }
}

/* 页脚增强 */
.geo-footer-links h4 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.geo-footer-links h4::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 24px; height: 2px;
  background: var(--geo-accent);
  border-radius: 1px;
}
.geo-footer-bottom a:hover { color: var(--geo-accent); }

/* 返回顶部 */
.geo-float-btn.back-to-top.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}
.geo-float-btn.back-to-top {
  transition: opacity .3s, transform .3s, background .3s;
}

/* 留资区表单 select 浅色页 */
.theme-geo .geo-lead-section:not(.has-photo) .geo-lead-form input,
.theme-geo .geo-lead-section:not(.has-photo) .geo-lead-form select {
  background: #f8fbff;
  border-color: var(--geo-border);
  color: var(--geo-text);
}

/* ===== v9.8 3D 视觉增强（深空蓝） ===== */
.theme-geo {
  --geo-3d-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(56, 189, 248, 0.08);
  --geo-glass: rgba(12, 24, 41, 0.88);
}
.theme-geo .geo-hero.has-photo::after,
.theme-geo .geo-hero-sub.has-photo::after,
.theme-geo .geo-page-hero.has-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--hero-photo);
  background-size: cover;
  background-position: center;
  opacity: 0.52;
  z-index: 0;
  pointer-events: none;
}
.theme-geo .geo-page-hero.has-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8, 24, 48, 0.62) 0%, rgba(15, 37, 71, 0.48) 55%, rgba(8, 24, 48, 0.58) 100%);
  z-index: 1;
  pointer-events: none;
}
.theme-geo .geo-hero.has-photo::before,
.theme-geo .geo-hero-sub.has-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 24, 48, 0.55) 0%, rgba(15, 37, 71, 0.42) 50%, rgba(8, 24, 48, 0.6) 100%);
  z-index: 1;
  pointer-events: none;
}
.theme-geo .geo-hero-badge {
  backdrop-filter: blur(8px);
  border: 1px solid rgba(56, 189, 248, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  background: rgba(12, 24, 41, 0.85);
  color: #7dd3fc;
}
.theme-geo .geo-feature-card.has-img,
.theme-geo .geo-loop-card,
.theme-geo .geo-case-showcase,
.theme-geo .geo-service-block {
  transform-style: preserve-3d;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s;
}
.theme-geo .geo-feature-card.has-img:hover,
.theme-geo .geo-loop-card:hover,
.theme-geo .geo-service-block:hover {
  transform: translateY(-6px) rotateX(2deg);
  box-shadow: var(--geo-3d-shadow);
}
.theme-geo .geo-feature-cover img,
.theme-geo .geo-loop-cover img,
.theme-geo .geo-case-thumb img,
.theme-geo .geo-service-photo img,
.theme-geo .case-image img,
.theme-geo .news-cover img,
.theme-geo .product-thumb img,
.theme-geo .advantage-cover img {
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
}
.theme-geo .geo-feature-card:hover .geo-feature-cover img,
.theme-geo .geo-loop-card:hover .geo-loop-cover img,
.theme-geo .case-card:hover .case-image img,
.theme-geo .news-item:hover .news-cover img,
.theme-geo .product-card:hover .product-thumb img,
.theme-geo .advantage-card:hover .advantage-cover img {
  transform: scale(1.06);
}
.theme-geo .geo-page-hero .container {
  animation: geoFadeUp .6s ease both;
}
@keyframes geoFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: none; }
}
@keyframes geoFloat3d {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.theme-geo .geo-hero-sub .geo-hero-inner { animation: geoFloat3d 5s ease-in-out infinite; }

/* 内页统计条 */
.geo-page-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: -40px auto 48px;
  max-width: 960px;
  position: relative;
  z-index: 2;
}
.geo-page-stat {
  background: var(--geo-glass);
  backdrop-filter: blur(16px);
  border: 1px solid var(--geo-border);
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
  box-shadow: var(--geo-3d-shadow);
}
.geo-page-stat strong {
  display: block;
  font-size: 28px;
  font-weight: 800;
  background: var(--geo-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.geo-page-stat span { font-size: 13px; color: var(--geo-text-muted); margin-top: 4px; display: block; }
.geo-inner-section.light .geo-page-stat {
  background: #fff;
  border-color: #e8ecf4;
  box-shadow: 0 12px 40px rgba(26,31,58,.08);
}
.geo-inner-section.light .geo-page-stat span { color: #64748b; }

/* 快速联系卡片 */
.geo-quick-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.geo-quick-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  border: 1px solid #e8ecf4;
  box-shadow: 0 8px 30px rgba(26,31,58,.06);
  transition: transform .3s, box-shadow .3s;
}
.geo-quick-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(14,165,233,.12);
}
.geo-quick-card .geo-quick-icon {
  width: 52px; height: 52px;
  margin: 0 auto 14px;
  border-radius: 14px;
  background: var(--geo-gradient);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  box-shadow: 0 8px 24px rgba(14,165,233,.3);
}
.geo-quick-card h4 { color: #1a1f3a; font-size: 16px; margin-bottom: 6px; }
.geo-quick-card p { color: #64748b; font-size: 14px; margin: 0; }

/* 流程 3D 步骤卡 */
.geo-process-timeline .step {
  background: #fff;
  border-radius: 14px;
  padding: 24px 20px;
  border: 1px solid #e8ecf4;
  box-shadow: 0 8px 28px rgba(26,31,58,.06);
  transition: transform .3s, box-shadow .3s;
  position: relative;
  overflow: hidden;
}
.geo-process-timeline .step::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--geo-gradient);
}
.geo-process-timeline .step:hover {
  transform: translateY(-4px) rotateX(1deg);
  box-shadow: 0 16px 40px rgba(14,165,233,.12);
}
.geo-process-timeline .step-num {
  background: var(--geo-gradient) !important;
  box-shadow: 0 6px 20px rgba(14,165,233,.35);
}

/* FAQ 分类标签 */
.geo-faq-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 36px;
}
.geo-faq-intro p { color: var(--geo-text-muted); font-size: 15px; line-height: 1.7; }
.geo-faq-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 32px;
}
.geo-faq-tag {
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 13px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--geo-border);
  color: var(--geo-text-muted);
}
.geo-inner-section.light .geo-faq-tag {
  background: #fff;
  border-color: #e8ecf4;
  color: #64748b;
}

/* 列表页顶部介绍 */
.geo-list-intro {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 36px;
  padding: 28px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e8ecf4;
  box-shadow: 0 8px 32px rgba(26,31,58,.06);
}
.geo-list-intro-img {
  width: 200px;
  height: 130px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 12px 32px rgba(14,165,233,.15);
}
.geo-list-intro-text h3 { color: #1a1f3a; font-size: 20px; margin-bottom: 8px; }
.geo-list-intro-text p { color: #64748b; font-size: 14px; line-height: 1.7; margin: 0; }

/* 详情页 3D 封面 */
.theme-geo .detail-cover-img {
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
  transition: transform .4s;
}
.theme-geo .detail-cover-img:hover { transform: scale(1.02) rotateX(2deg); }

/* 404 */
.geo-404-wrap {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px;
}
.geo-404-wrap h1 {
  font-size: 120px;
  font-weight: 900;
  background: var(--geo-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 16px;
}
.geo-404-wrap p { color: var(--geo-text-muted); font-size: 18px; margin-bottom: 28px; }

@media (max-width: 768px) {
  .geo-page-stats { grid-template-columns: repeat(2, 1fr); margin-top: -24px; }
  .geo-quick-cards { grid-template-columns: 1fr; }
  .geo-list-intro { flex-direction: column; text-align: center; }
  .geo-list-intro-img { width: 100%; height: 160px; }
  .geo-hero-trust { flex-direction: column; gap: 10px; }
  .geo-cta-strip-inner { flex-direction: column; text-align: center; }
}

/* ===== v9.2 科幻精致化 ===== */
.geo-nav a.active {
  position: relative;
  color: var(--geo-primary-deep);
  background: rgba(14,165,233,.12);
}
.geo-nav a.active::after {
  content: '';
  position: absolute;
  left: 14px; right: 14px; bottom: 4px;
  height: 2px;
  background: var(--geo-gradient);
  border-radius: 1px;
  box-shadow: 0 0 12px rgba(14,165,233,.6);
}

.geo-hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 36px;
}
.geo-hero-trust span {
  font-size: 13px;
  color: var(--geo-text-muted);
  padding: 8px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--geo-border);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 16px rgba(14, 165, 233, 0.08);
}

.geo-section-label {
  display: inline-block;
  padding: 5px 14px;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--geo-accent);
  background: rgba(34,211,238,.08);
  border: 1px solid rgba(34,211,238,.25);
  border-radius: 20px;
}
.geo-inner-section.light .geo-section-label {
  color: var(--geo-primary);
  background: rgba(14,165,233,.08);
  border-color: rgba(14,165,233,.2);
}

.geo-cta-strip {
  padding: 0;
  background: transparent;
}
.geo-cta-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 40px 48px;
  margin: 0 auto;
  max-width: 1100px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,.95) 0%, rgba(219,234,254,.92) 50%, rgba(186,230,253,.88) 100%);
  border: 1px solid rgba(14, 165, 233, 0.2);
  box-shadow: 0 20px 50px rgba(14, 165, 233, 0.12), inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(12px);
}
.geo-cta-strip-text h3 {
  font-size: 22px;
  color: var(--geo-heading);
  margin-bottom: 8px;
  font-weight: 700;
}
.geo-cta-strip-text p {
  color: var(--geo-text-muted);
  font-size: 14px;
  margin: 0;
}

/* 玻璃卡片统一光晕 */
.geo-feature-card,
.geo-service-block,
.geo-case-showcase,
.geo-testimonial-card,
.geo-stat,
.geo-benefit-item {
  backdrop-filter: blur(8px);
}
.geo-feature-card,
.geo-loop-card,
.geo-testimonial-card,
.theme-geo .geo-inner-section.light .case-card,
.theme-geo .geo-inner-section.light .news-item {
  position: relative;
}
.geo-feature-card::after,
.geo-loop-card::after,
.theme-geo .geo-inner-section.light .case-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(14,165,233,.0), rgba(14,165,233,.0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: background .35s;
}
.geo-feature-card:hover::after,
.geo-loop-card:hover::after,
.theme-geo .geo-inner-section.light .case-card:hover::after {
  background: linear-gradient(135deg, rgba(14,165,233,.5), rgba(34,211,238,.3));
}

/* 图片封面渐变遮罩 */
.geo-feature-cover,
.geo-loop-cover,
.geo-case-thumb,
.geo-testimonial-cover,
.case-image,
.news-cover {
  position: relative;
}
.geo-feature-cover::after,
.geo-loop-cover::after,
.geo-case-thumb::after,
.case-image::after,
.news-cover::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(186, 230, 253, 0.45) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s;
}
.geo-feature-card:hover .geo-feature-cover::after,
.geo-loop-card:hover .geo-loop-cover::after,
.case-card:hover .case-image::after,
.news-item:hover .news-cover::after {
  opacity: 1;
}

/* 留资表单面板（浅色） */
.geo-lead-form {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(14, 165, 233, 0.18);
  box-shadow: 0 24px 64px rgba(14, 165, 233, 0.12), inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(16px);
}
.geo-lead-form input:focus,
.geo-lead-form select:focus {
  border-color: var(--geo-primary);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.12);
}

/* FAQ 展开动画 */
.theme-geo .faq-item.active .faq-answer {
  max-height: 480px;
  opacity: 1;
}

/* 页脚顶光 */
.geo-footer::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(14,165,233,.6), rgba(34,211,238,.4), transparent);
}

/* Toast 提示 */
.geo-toast {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  z-index: 10000;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  transition: opacity .3s, transform .3s;
  pointer-events: none;
  backdrop-filter: blur(12px);
}
.geo-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.geo-toast-ok {
  background: rgba(236, 253, 245, 0.96);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #047857;
  box-shadow: 0 8px 32px rgba(16, 185, 129, 0.12);
}
.geo-toast-err {
  background: rgba(254, 242, 242, 0.96);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #b91c1c;
  box-shadow: 0 8px 32px rgba(239, 68, 68, 0.12);
}

/* 数字滚动高亮 */
.geo-stat strong.is-counted,
.geo-page-stat strong.is-counted {
  text-shadow: 0 0 20px rgba(14, 165, 233, 0.25);
}

/* 子元素交错入场 */
.geo-stagger-children.is-visible > * {
  animation: geoStaggerIn .5s ease both;
}
.geo-stagger-children.is-visible > *:nth-child(1) { animation-delay: .05s; }
.geo-stagger-children.is-visible > *:nth-child(2) { animation-delay: .1s; }
.geo-stagger-children.is-visible > *:nth-child(3) { animation-delay: .15s; }
.geo-stagger-children.is-visible > *:nth-child(4) { animation-delay: .2s; }
.geo-stagger-children.is-visible > *:nth-child(5) { animation-delay: .25s; }
.geo-stagger-children.is-visible > *:nth-child(6) { animation-delay: .3s; }
@keyframes geoStaggerIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

/* 按钮光晕脉冲 */
.btn-geo-primary {
  position: relative;
  overflow: hidden;
}
.btn-geo-primary::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: var(--geo-gradient);
  opacity: 0;
  z-index: -1;
  filter: blur(12px);
  transition: opacity .3s;
}
.btn-geo-primary:hover::after { opacity: 0.35; }

/* ===== v9.5 浅色主题补丁 ===== */
.theme-geo .geo-section:not(.geo-section-dark) .news-item.has-cover h3 a,
.theme-geo .geo-section-dark .news-item.has-cover h3 a {
  color: var(--geo-heading);
}
.theme-geo .geo-inner-section:not(.light) .pagination ul.pagination a,
.theme-geo .geo-inner-section:not(.light) .pagination ul.pagination span,
.theme-geo .geo-section .pagination ul.pagination a,
.theme-geo .geo-section .pagination ul.pagination span {
  background: #fff;
  border-color: var(--geo-border);
  color: var(--geo-text-muted);
}
.theme-geo .faq-item.active {
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.1);
}
.theme-geo .faq-item.active .faq-question { color: var(--geo-primary-deep); }

/* ===== v9.6 全站蓝色统一 · 所有内页 ===== */

/* 背景图 + 蓝色遮罩（lead / footer） */
.geo-lead-section.has-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--lead-photo);
  background-size: cover;
  background-position: center;
  opacity: 0.42;
  z-index: 0;
  pointer-events: none;
}
.geo-lead-section.has-photo::before {
  background: linear-gradient(135deg, rgba(8, 24, 48, 0.68) 0%, rgba(15, 37, 71, 0.55) 100%);
  z-index: 1;
}
.geo-footer.has-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--footer-photo);
  background-size: cover;
  background-position: center;
  opacity: 0.35;
  z-index: 0;
  pointer-events: none;
}
.geo-footer.has-photo::before {
  background: linear-gradient(180deg, rgba(8, 24, 48, 0.72) 0%, rgba(6, 20, 40, 0.8) 100%);
  z-index: 1;
}

/* 内页区块交替蓝白（有背景图区域除外） */
.theme-geo .geo-inner-section:not(.light):not(.has-photo) {
  background: rgba(10, 26, 52, 0.8);
}
.theme-geo .geo-inner-section.light:not(.has-photo) {
  background: rgba(12, 32, 64, 0.9);
}
.theme-geo .geo-section:not(.has-photo) {
  background: rgba(10, 26, 52, 0.74);
}
.theme-geo .geo-section-dark:not(.has-photo) {
  background: rgba(12, 32, 64, 0.84);
}
.theme-geo .geo-lead-section:not(.has-photo) {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
}

/* 通用标题 */
.theme-geo .section-title,
.theme-geo .geo-section-head h2,
.theme-geo .geo-inner-section h2,
.theme-geo .geo-inner-section h3,
.theme-geo .contact-form-wrap h3,
.theme-geo .geo-contact-card h3 {
  color: var(--geo-heading);
}
.theme-geo .section-title::after {
  background: var(--geo-gradient);
}
.theme-geo .section-title-left::after {
  margin-left: 0;
  background: var(--geo-gradient);
}

/* 关于页 */
.theme-geo .about-grid { align-items: center; gap: 40px; }
.theme-geo .about-text p { color: var(--geo-text-muted); line-height: 1.85; margin-bottom: 14px; }
.theme-geo .about-text h2 { color: var(--geo-heading); margin: 24px 0 14px; font-size: 22px; }
.theme-geo .about-text-dark {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--geo-border);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 12px 36px rgba(14, 165, 233, 0.1);
}
.theme-geo .about-img-main,
.theme-geo .about-img-sub {
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(14, 165, 233, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.theme-geo .check-list li { color: var(--geo-text-muted); }
.theme-geo .check-list li::before { color: var(--geo-primary); }

/* 时间线 */
.theme-geo .geo-timeline .timeline-item {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--geo-border);
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--geo-border);
  box-shadow: 0 6px 20px rgba(14, 165, 233, 0.08);
}
.theme-geo .geo-timeline .timeline-item:last-child { margin-bottom: 0; }

/* 优势/服务卡片 */
.theme-geo .advantage-card {
  background: linear-gradient(180deg, #fff 0%, #f0f9ff 100%);
  border: 1px solid var(--geo-border);
  border-radius: 14px;
  box-shadow: 0 10px 32px rgba(14, 165, 233, 0.08);
  transition: transform .3s, box-shadow .3s;
}
.theme-geo .advantage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(14, 165, 233, 0.14);
  border-color: rgba(14, 165, 233, 0.35);
}
.theme-geo .advantage-card h3 { color: var(--geo-heading); }

/* 案例 / 资讯 / 产品列表 */
.theme-geo .case-card,
.theme-geo .geo-inner-section.light .case-card,
.theme-geo .geo-inner-section.light .news-item,
.theme-geo .geo-inner-section.light .product-card {
  background: #fff;
  border: 1px solid var(--geo-border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(14, 165, 233, 0.08);
  transition: transform .3s, box-shadow .3s;
}
.theme-geo .case-card:hover,
.theme-geo .geo-inner-section.light .news-item:hover,
.theme-geo .geo-inner-section.light .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(14, 165, 233, 0.14);
  border-color: rgba(14, 165, 233, 0.3);
}
.theme-geo .case-info h3 a,
.theme-geo .case-info h4 a,
.theme-geo .news-item h3 a,
.theme-geo .news-item h4 a {
  color: var(--geo-heading);
}
.theme-geo .case-info h3 a:hover,
.theme-geo .news-item h3 a:hover { color: var(--geo-primary); }
.theme-geo .case-result-tag {
  background: linear-gradient(135deg, rgba(14,165,233,.12), rgba(6,182,212,.1));
  color: var(--geo-primary-deep);
  border: 1px solid rgba(14, 165, 233, 0.2);
}
.theme-geo .product-card::before {
  content: '';
  display: block;
  height: 4px;
  background: var(--geo-gradient);
}
.theme-geo .product-card.product-blue::before { background: linear-gradient(90deg, #0369a1, #0ea5e9); }
.theme-geo .product-card.product-purple::before { background: linear-gradient(90deg, #0284c7, #06b6d4); }
.theme-geo .product-card.product-dark::before { background: linear-gradient(90deg, #075985, #0369a1); }
.theme-geo .product-card.product-gold::before { background: linear-gradient(90deg, #0ea5e9, #38bdf8); }
.theme-geo .product-card-body h2,
.theme-geo .product-price { color: var(--geo-heading); }
.theme-geo .product-price-lg { color: var(--geo-primary); }

/* 详情页 */
.theme-geo .detail-main,
.theme-geo .product-detail-main {
  background: #fff;
  border: 1px solid var(--geo-border);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 12px 40px rgba(14, 165, 233, 0.1);
}
.theme-geo .content-body { color: var(--geo-text); line-height: 1.85; }
.theme-geo .content-body h2,
.theme-geo .content-body h3 {
  color: var(--geo-heading);
  border-left: 4px solid var(--geo-primary);
  padding-left: 12px;
  margin: 28px 0 14px;
}
.theme-geo .content-body p { margin-bottom: 14px; color: var(--geo-text-muted); }
.theme-geo .article-cover {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: 0 12px 36px rgba(14, 165, 233, 0.12);
}
.theme-geo .detail-aside,
.theme-geo .product-detail-aside {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--geo-border);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 12px 36px rgba(14, 165, 233, 0.1);
}
.theme-geo .detail-meta-card {
  background: linear-gradient(180deg, #f0f9ff 0%, #fff 100%);
  border: 1px solid var(--geo-border);
}
.theme-geo .client-quote {
  background: #f0f9ff;
  border-left: 4px solid var(--geo-primary);
  color: var(--geo-text-muted);
}
.theme-geo .result-badge { background: var(--geo-gradient); }

/* 联系 / 流程 / 城市页 */
.theme-geo .geo-contact-card,
.theme-geo .contact-form-wrap,
.theme-geo .geo-intro-split,
.theme-geo .geo-filter-bar,
.theme-geo .geo-list-intro {
  background: #fff;
  border: 1px solid var(--geo-border);
  border-radius: 16px;
  box-shadow: 0 10px 32px rgba(14, 165, 233, 0.08);
}
.theme-geo .geo-list-intro {
  display: flex;
  gap: 28px;
  align-items: center;
  padding: 24px;
  margin-bottom: 28px;
}
.theme-geo .geo-list-intro-img {
  width: 280px;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.12);
}
.theme-geo .geo-list-intro-text h3 { color: var(--geo-heading); }
.theme-geo .geo-block-title { color: var(--geo-heading); border-left-color: var(--geo-primary); }
.theme-geo .process-banner { border-radius: 14px; border: 2px solid var(--geo-border); }
.theme-geo .geo-process-cta h3 { color: var(--geo-heading); margin-bottom: 15px; }
.theme-geo .contact-info-card span { color: var(--geo-primary-deep); }

/* FAQ 标签 */
.theme-geo .geo-faq-tag {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--geo-border);
  color: var(--geo-primary-deep);
}
.theme-geo .geo-faq-tag:hover,
.theme-geo .geo-faq-tag.is-active {
  background: var(--geo-gradient);
  color: #fff;
  border-color: transparent;
}

/* 404 */
.theme-geo .geo-404-wrap {
  min-height: calc(100vh - 64px);
  background: var(--geo-gradient-soft);
}
.theme-geo .geo-404-wrap h1 {
  font-size: clamp(80px, 18vw, 140px);
  background: var(--geo-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* 留资区标题 */
.theme-geo .geo-lead-info h2 { color: var(--geo-heading); }
.theme-geo .geo-lead-section .geo-lead-form {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(14, 165, 233, 0.22);
}

/* 覆盖 style.css 遗留深色 */
.theme-geo .case-result-tag { background: rgba(14, 165, 233, 0.1); color: var(--geo-primary-deep); }
.theme-geo .geo-sci-bg {
  background: radial-gradient(ellipse 120% 90% at 50% -8%, #bfdbfe 0%, #dbeafe 35%, #e8f4fc 70%, #f0f9ff 100%);
}

.theme-geo .geo-pain-box {
  background: linear-gradient(135deg, #fef2f2 0%, #fff 100%);
  border: 1px solid rgba(239, 68, 68, 0.15);
  border-left: 4px solid #ef4444;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 24px;
}
.theme-geo .geo-pain-box h3 { color: #b91c1c; font-size: 16px; margin-bottom: 8px; }
.theme-geo .geo-pain-box p { color: var(--geo-text-muted); margin: 0; }
.theme-geo .news-read-more { color: var(--geo-primary); font-size: 14px; font-weight: 600; }
.theme-geo .news-read-more:hover { color: var(--geo-primary-deep); }
.theme-geo .detail-layout,
.theme-geo .product-detail-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
  align-items: start;
}
.theme-geo .geo-hero-metric { margin-top: 12px; font-size: 24px; }

@media (max-width: 1024px) {
  .theme-geo .detail-layout,
  .theme-geo .product-detail-layout { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .theme-geo .geo-list-intro { flex-direction: column; text-align: center; }
  .theme-geo .geo-list-intro-img { width: 100%; }
}

/* ===== v9.7 全站精致化美化 ===== */
.theme-geo ::selection {
  background: rgba(14, 165, 233, 0.25);
  color: var(--geo-heading);
}

/* 顶部阅读进度条 */
.geo-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  z-index: 1001;
  background: var(--geo-gradient);
  box-shadow: 0 0 12px rgba(14, 165, 233, 0.45);
  transition: width .12s linear;
  pointer-events: none;
}

/* Hero 徽章脉冲点 */
.geo-badge-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--geo-accent);
  box-shadow: 0 0 0 0 rgba(6, 182, 212, 0.5);
  animation: geoPulseDot 2s ease infinite;
  vertical-align: middle;
}
@keyframes geoPulseDot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(6, 182, 212, 0.45); }
  50% { box-shadow: 0 0 0 6px rgba(6, 182, 212, 0); }
}

/* 价值四象限卡片升级 */
.geo-benefit-item {
  position: relative;
  overflow: hidden;
  padding: 24px 18px;
  border-radius: 16px;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s, border-color .35s;
}
.geo-benefit-item::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--geo-gradient);
  opacity: 0;
  transition: opacity .3s;
}
.geo-benefit-item:hover::after { opacity: 1; }
.geo-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 auto 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  background: var(--geo-gradient);
  opacity: 1;
  letter-spacing: 0;
  box-shadow: 0 6px 16px rgba(14, 165, 233, 0.25);
}

/* 区块标签统一蓝色 */
.geo-section-label {
  color: var(--geo-primary-deep);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(14, 165, 233, 0.25);
  box-shadow: 0 4px 14px rgba(14, 165, 233, 0.08);
}

/* 链接箭头动效 */
.geo-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap .25s, color .25s;
}
.geo-link:hover { gap: 8px; color: var(--geo-primary-deep); }

/* Tab 胶囊 */
.geo-tab {
  border-radius: 999px;
  padding: 10px 22px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.06);
}
.geo-tab:hover {
  border-color: rgba(14, 165, 233, 0.35);
  color: var(--geo-primary-deep);
  background: #fff;
}
.geo-tab.active {
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.25);
}

/* 首页资讯/知识库卡片 */
.theme-geo .geo-section .news-grid {
  gap: 22px;
}
.theme-geo .geo-section .news-item.has-cover {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--geo-border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(14, 165, 233, 0.08);
  transition: transform .35s, box-shadow .35s;
}
.theme-geo .geo-section .news-item.has-cover:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(14, 165, 233, 0.14);
}
.theme-geo .geo-section .news-item.has-cover h3 a {
  color: var(--geo-heading);
  transition: color .2s;
}
.theme-geo .geo-section .news-item.has-cover h3 a:hover { color: var(--geo-primary); }
.theme-geo .geo-section .news-meta {
  font-size: 13px;
  color: var(--geo-text-muted);
  margin-top: 6px;
}

/* 案例展示左色条 */
.geo-case-showcase {
  border-left: 4px solid var(--geo-primary);
  transition: transform .35s, box-shadow .35s;
}
.geo-case-showcase:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(14, 165, 233, 0.14);
}

/* 客户评价引号 */
.geo-testimonial-text {
  position: relative;
  padding-left: 28px;
}
.geo-testimonial-text::before {
  content: '\201C';
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 42px;
  line-height: 1;
  color: rgba(14, 165, 233, 0.25);
  font-family: Georgia, serif;
}
.geo-testimonial-result {
  margin: 0 24px 16px;
  padding: 8px 14px;
  background: rgba(14, 165, 233, 0.08);
  border-radius: 8px;
  color: var(--geo-primary-deep);
  font-size: 13px;
  font-weight: 600;
}

/* 页头面包屑 */
.geo-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--geo-border);
  border-radius: 999px;
  font-size: 12px;
  backdrop-filter: blur(6px);
}
.geo-page-hero p {
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}

/* 内页统计卡悬浮 */
.geo-page-stat {
  transition: transform .3s, box-shadow .3s;
}
.geo-page-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(14, 165, 233, 0.15);
}

/* CTA 条光晕 */
.geo-cta-strip-inner {
  position: relative;
  overflow: hidden;
}
.geo-cta-strip-inner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

/* 浮动按钮主 CTA 微动效 */
.geo-float-main {
  animation: geoFloatCta 3s ease-in-out infinite;
}
@keyframes geoFloatCta {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

/* 按钮光泽 */
.btn-geo-primary {
  position: relative;
  overflow: hidden;
}
.btn-geo-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent);
  transform: skewX(-20deg);
  animation: geoBtnShine 4s ease infinite;
}
@keyframes geoBtnShine {
  0%, 75%, 100% { left: -100%; }
  40% { left: 140%; }
}

/* 详情正文排版 */
.theme-geo .content-body img {
  max-width: 100%;
  border-radius: 12px;
  margin: 16px 0;
  box-shadow: 0 8px 28px rgba(14, 165, 233, 0.1);
}
.theme-geo .content-body blockquote {
  margin: 20px 0;
  padding: 16px 20px;
  background: #f0f9ff;
  border-left: 4px solid var(--geo-primary);
  border-radius: 0 10px 10px 0;
  color: var(--geo-text-muted);
}
.theme-geo .content-body ul,
.theme-geo .content-body ol {
  margin: 12px 0 16px 20px;
  color: var(--geo-text-muted);
}
.theme-geo .content-body li { margin-bottom: 8px; }

/* 区块间距微调 */
.geo-section { padding: 88px 0; }
.geo-inner-section { padding: 72px 0; }
.geo-page-hero { padding: 108px 0 64px; }

/* 减少动效偏好 */
@media (prefers-reduced-motion: reduce) {
  .geo-badge-dot,
  .geo-float-main,
  .btn-geo-primary::before { animation: none; }
  .geo-animate { opacity: 1; transform: none; }
}

/* ===== v9.9 企业深蓝 · 全站覆盖层 ===== */
.theme-geo ::selection {
  background: rgba(37, 99, 235, 0.38);
  color: #fff;
}

/* 统一玻璃卡片 */
.theme-geo .geo-benefit-item,
.theme-geo .geo-feature-card,
.theme-geo .geo-case-showcase,
.theme-geo .geo-service-block,
.theme-geo .geo-stat,
.theme-geo .geo-testimonial-card,
.theme-geo .faq-item,
.theme-geo .geo-loop-card,
.theme-geo .advantage-card,
.theme-geo .case-card,
.theme-geo .geo-quick-card,
.theme-geo .geo-contact-card,
.theme-geo .contact-form-wrap,
.theme-geo .geo-intro-split,
.theme-geo .geo-filter-bar,
.theme-geo .geo-list-intro,
.theme-geo .detail-main,
.theme-geo .product-detail-main,
.theme-geo .detail-aside,
.theme-geo .product-detail-aside,
.theme-geo .about-text-dark,
.theme-geo .geo-page-stat,
.theme-geo .geo-process-timeline .step,
.theme-geo .geo-inner-section.light .case-card,
.theme-geo .geo-inner-section.light .product-card,
.theme-geo .geo-inner-section.light .news-item,
.theme-geo .geo-section .news-item.has-cover,
.theme-geo .geo-timeline .timeline-item,
.theme-geo .product-card,
.theme-geo .news-item {
  background: var(--geo-bg-glass) !important;
  border-color: var(--geo-border) !important;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(59, 130, 246, 0.07) !important;
  color: var(--geo-text);
}

/* 卡片悬停光晕 */
.theme-geo .geo-benefit-item:hover,
.theme-geo .geo-feature-card:hover,
.theme-geo .geo-loop-card:hover,
.theme-geo .advantage-card:hover,
.theme-geo .case-card:hover,
.theme-geo .geo-quick-card:hover,
.theme-geo .geo-page-stat:hover {
  border-color: rgba(59, 130, 246, 0.42) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32), 0 0 24px rgba(37, 99, 235, 0.12) !important;
}

.theme-geo .geo-loop-card h3,
.theme-geo .geo-loop-card .geo-loop-card h3,
.theme-geo .product-card-body h2,
.theme-geo .geo-inner-section.light .section-title,
.theme-geo .geo-inner-section.light .geo-section-head h2,
.theme-geo .geo-inner-section.light .about-text h2,
.theme-geo .geo-inner-section.light .case-info h3 a,
.theme-geo .geo-inner-section.light .news-item h3 a,
.theme-geo .geo-inner-section.light .news-item h4 a,
.theme-geo .case-info h3 a,
.theme-geo .case-info h4 a,
.theme-geo .geo-intro-split h2,
.theme-geo .geo-block-title,
.theme-geo .related-title,
.theme-geo .contact-info-card strong,
.theme-geo .geo-quick-card h4,
.theme-geo .geo-list-intro-text h3,
.theme-geo .geo-process-timeline .step h4,
.theme-geo .detail-meta-card h4,
.theme-geo .geo-process-cta h3 {
  color: var(--geo-heading) !important;
}

.theme-geo .geo-loop-card p,
.theme-geo .product-card-body .product-subtitle,
.theme-geo .product-card-body .product-meta,
.theme-geo .geo-inner-section.light .about-text p,
.theme-geo .geo-inner-section.light .faq-answer,
.theme-geo .contact-form-desc,
.theme-geo .geo-process-timeline .step p {
  color: var(--geo-text-muted) !important;
}

/* Hero 标题渐变 */
.theme-geo .geo-hero-title,
.theme-geo .geo-hero .geo-hero-title {
  background: linear-gradient(135deg, #f0f7ff 0%, #93c5fd 45%, #2563eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.theme-geo .geo-hero-sub .geo-hero-title {
  background: none;
  -webkit-text-fill-color: var(--geo-heading);
  color: var(--geo-heading);
}

.theme-geo .geo-hero-badge {
  background: rgba(15, 37, 71, 0.88);
  border-color: rgba(59, 130, 246, 0.38);
  color: #93c5fd;
}

.theme-geo .geo-hero-trust span {
  background: rgba(15, 37, 71, 0.9);
  border-color: var(--geo-border);
  color: var(--geo-text-muted);
}

/* 区块标题装饰线 */
.theme-geo .geo-section-head h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 2px;
  background: var(--geo-gradient);
  box-shadow: 0 0 12px rgba(37, 99, 235, 0.4);
}

/* 页脚 */
.theme-geo .geo-footer:not(.has-photo) {
  background: linear-gradient(180deg, rgba(10, 26, 52, 0.96) 0%, rgba(6, 20, 40, 0.99) 100%) !important;
}
.theme-geo .geo-footer.has-photo {
  background: transparent !important;
}
.theme-geo .geo-footer.has-photo::before {
  background: linear-gradient(180deg, rgba(8, 24, 48, 0.72) 0%, rgba(6, 20, 40, 0.8) 100%) !important;
}
.theme-geo .geo-footer-brand strong,
.theme-geo .geo-footer-links h4 {
  color: var(--geo-heading) !important;
}
.theme-geo .geo-footer-bottom p { color: #6b8fb8; }
.theme-geo .geo-footer-bottom a { color: #7a9cc4; }

/* 留资区 */
.theme-geo .geo-lead-section:not(.has-photo) {
  background: linear-gradient(135deg, #061428 0%, #0f2547 100%) !important;
}
.theme-geo .geo-lead-section.has-photo::before {
  background: linear-gradient(135deg, rgba(8, 24, 48, 0.68) 0%, rgba(15, 37, 71, 0.55) 100%) !important;
}
.theme-geo .geo-lead-section.has-photo::after {
  opacity: 0.42 !important;
}
.theme-geo .geo-footer.has-photo::after {
  opacity: 0.35 !important;
}
.theme-geo .geo-hero.has-photo::after,
.theme-geo .geo-hero-sub.has-photo::after,
.theme-geo .geo-page-hero.has-photo::after {
  opacity: 0.52 !important;
}
.theme-geo .geo-lead-form,
.theme-geo .geo-lead-section .geo-lead-form {
  background: rgba(12, 32, 64, 0.96) !important;
  border-color: rgba(59, 130, 246, 0.24) !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.38) !important;
}
.theme-geo .geo-lead-form input,
.theme-geo .geo-lead-form select,
.theme-geo .geo-lead-form textarea,
.theme-geo .contact-form-wrap textarea,
.theme-geo .geo-inner-section.light .geo-lead-form input,
.theme-geo .geo-inner-section.light .geo-lead-form select,
.theme-geo .contact-form-wrap .geo-lead-form input {
  background: rgba(8, 24, 48, 0.88) !important;
  border-color: var(--geo-border) !important;
  color: #f0f7ff !important;
}
.theme-geo .geo-lead-form input::placeholder,
.theme-geo .contact-form-wrap textarea::placeholder {
  color: #5a7a9a !important;
}
.theme-geo .geo-lead-info h2 { color: var(--geo-heading) !important; }

/* CTA */
.theme-geo .geo-cta-strip-inner {
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.4) 0%, rgba(15, 37, 71, 0.94) 55%, rgba(10, 26, 52, 0.96) 100%) !important;
  border-color: rgba(59, 130, 246, 0.28) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.38) !important;
}
.theme-geo .geo-cta-strip-text h3 { color: var(--geo-heading) !important; }

/* Tab / 标签 / 面包屑 */
.theme-geo .geo-tab {
  background: rgba(15, 37, 71, 0.88);
  color: var(--geo-text-muted);
  border-color: var(--geo-border);
}
.theme-geo .geo-tab:hover { color: #93c5fd; background: rgba(20, 45, 82, 0.96); }
.theme-geo .geo-section-label {
  background: rgba(15, 37, 71, 0.92);
  color: #93c5fd;
  border-color: rgba(59, 130, 246, 0.32);
}
.theme-geo .geo-breadcrumb {
  background: rgba(15, 37, 71, 0.84);
  border-color: var(--geo-border);
  color: var(--geo-text-muted);
}
.theme-geo .geo-breadcrumb a:hover { color: #93c5fd; }
.theme-geo .geo-faq-tag {
  background: rgba(15, 37, 71, 0.9);
  color: #93c5fd;
  border-color: var(--geo-border);
}

/* 浮动栏 / 移动 CTA */
.theme-geo .geo-float-btn {
  background: rgba(15, 37, 71, 0.97) !important;
  color: #3b82f6 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.38) !important;
}
.theme-geo .geo-mobile-cta {
  background: rgba(8, 24, 48, 0.98) !important;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.38);
}
.theme-geo .geo-mobile-cta .cta-phone {
  background: rgba(15, 37, 71, 0.96) !important;
  color: #93c5fd !important;
}

/* 弹窗 */
.theme-geo .popup-box {
  background: #0f2547 !important;
  color: var(--geo-text) !important;
  border-color: var(--geo-border) !important;
}
.theme-geo .popup-box h3 { color: var(--geo-heading) !important; }

/* 内页 light 区详情 */
.theme-geo .geo-inner-section.light .detail-main,
.theme-geo .geo-inner-section.light .product-detail-main {
  background: var(--geo-bg-glass) !important;
  color: var(--geo-text) !important;
  border-color: var(--geo-border) !important;
}
.theme-geo .geo-inner-section.light .content-body,
.theme-geo .geo-inner-section.light .content-body p {
  color: var(--geo-text-muted) !important;
}
.theme-geo .geo-inner-section.light .content-body h2,
.theme-geo .geo-inner-section.light .content-body h3 {
  color: var(--geo-heading) !important;
}
.theme-geo .geo-inner-section.light .faq-question {
  color: var(--geo-heading) !important;
  background: rgba(10, 26, 52, 0.65) !important;
}
.theme-geo .geo-inner-section.light .faq-item {
  background: var(--geo-bg-glass) !important;
  border-color: var(--geo-border) !important;
}
.theme-geo .detail-meta-card {
  background: rgba(10, 26, 52, 0.78) !important;
  border-color: var(--geo-border) !important;
}
.theme-geo .client-quote {
  background: rgba(10, 26, 52, 0.68) !important;
  color: var(--geo-text-muted) !important;
}
.theme-geo .content-body blockquote {
  background: rgba(10, 26, 52, 0.78) !important;
  color: var(--geo-text-muted) !important;
  border-left-color: var(--geo-primary) !important;
}

/* 分页 */
.theme-geo .pagination a,
.theme-geo .pagination span,
.theme-geo ul.pagination a,
.theme-geo ul.pagination span {
  background: rgba(15, 37, 71, 0.92) !important;
  border-color: var(--geo-border) !important;
  color: var(--geo-text-muted) !important;
}

/* 404 */
.theme-geo .geo-404-wrap {
  background: var(--geo-gradient-soft) !important;
}

/* 导航激活 */
.theme-geo .geo-nav a.active {
  color: #f0f7ff !important;
  background: rgba(37, 99, 235, 0.18) !important;
}

/* 滚动条 */
.theme-geo ::-webkit-scrollbar { width: 8px; height: 8px; }
.theme-geo ::-webkit-scrollbar-track { background: #081830; }
.theme-geo ::-webkit-scrollbar-thumb {
  background: rgba(37, 99, 235, 0.4);
  border-radius: 4px;
}
.theme-geo ::-webkit-scrollbar-thumb:hover { background: rgba(37, 99, 235, 0.6); }

/* 功能卡片顶部装饰条 */
.theme-geo .geo-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 2px;
  background: var(--geo-gradient);
  opacity: 0;
  transition: opacity .3s;
  border-radius: 0 0 2px 2px;
}
.theme-geo .geo-feature-card {
  position: relative;
  overflow: hidden;
}
.theme-geo .geo-feature-card:hover::before { opacity: 1; }

/* 阅读进度条 */
.geo-scroll-progress {
  background: var(--geo-gradient);
  box-shadow: 0 0 14px rgba(37, 99, 235, 0.5);
}

/* 脉冲点 */
.geo-badge-dot {
  background: var(--geo-accent);
  box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.5);
}
@keyframes geoPulseDot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.45); }
  50% { box-shadow: 0 0 0 6px rgba(37, 99, 235, 0); }
}

/* ===== v9.21 首页地球（边缘大气光晕） ===== */
#geoHeroGlobe {
  --globe-bg: #081830;
  --globe-center-y: 58%;
  --globe-size: min(56vw, 560px);
  --globe-glow-w: min(62vw, 620px);
  --globe-glow-h: min(28vw, 280px);
  --globe-orbit-a-w: min(66vw, 660px);
  --globe-orbit-a-h: min(24vw, 240px);
  --globe-orbit-b-w: min(74vw, 740px);
  --globe-orbit-b-h: min(28vw, 280px);
  --globe-orbit-c-w: min(52vw, 520px);
  --globe-orbit-c-h: min(18vw, 180px);
}

@keyframes geoGlobeSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes geoGlobeFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-14px) scale(1.02); }
}
@keyframes geoOrbitSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes geoOrbitSpinRev {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0deg); }
}
@keyframes geoGlobeGlowPulse {
  0%, 100% { opacity: 0.55; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.85; transform: translate(-50%, -50%) scale(1.08); }
}
@keyframes geoGlobeAuraPulse {
  0%, 100% { opacity: 0.82; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.025); }
}

.geo-hero-home {
  min-height: min(92vh, 920px);
  padding-bottom: clamp(48px, 8vh, 100px);
}
.theme-geo .geo-hero-home.has-photo::after {
  opacity: 0.38;
  background-position: center 30%;
}
.theme-geo .geo-hero-home.has-photo::before {
  background: linear-gradient(
    180deg,
    rgba(8, 24, 48, 0.72) 0%,
    rgba(8, 24, 48, 0.35) 42%,
    rgba(8, 24, 48, 0.55) 100%
  );
}

.geo-hero-globe-stage {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4%;
  height: min(68vh, 620px);
  z-index: 1;
  pointer-events: none;
}
.geo-hero-globe-stage--orbit-only .geo-globe-wrap,
.geo-hero-globe-stage--orbit-only .geo-globe-glow {
  display: none !important;
}
.geo-hero-home .geo-hero-inner {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

.geo-globe-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.geo-globe-wrap {
  position: absolute;
  left: 50%;
  top: var(--globe-center-y);
  width: var(--globe-size);
  height: var(--globe-size);
  margin-left: calc(var(--globe-size) / -2);
  margin-top: calc(var(--globe-size) / -2);
  z-index: 3;
  transform: translate(var(--globe-shift-x, 0), var(--globe-shift-y, 0));
  will-change: transform;
}
.geo-globe-wrap::before {
  content: '';
  position: absolute;
  inset: -10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.18) 0%, rgba(37, 99, 235, 0.06) 50%, transparent 68%);
  pointer-events: none;
  z-index: -1;
}
.geo-globe-float {
  position: relative;
  width: 100%;
  height: 100%;
  animation: geoGlobeFloat 7s ease-in-out infinite;
}
.geo-globe-aura {
  position: absolute;
  inset: -1%;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  animation: geoGlobeAuraPulse 5s ease-in-out infinite;
  box-shadow:
    0 0 0 1px rgba(186, 230, 253, 0.45),
    0 0 18px 6px rgba(96, 165, 250, 0.55),
    0 0 42px 14px rgba(59, 130, 246, 0.38),
    0 0 80px 28px rgba(37, 99, 235, 0.22),
    0 0 120px 40px rgba(59, 130, 246, 0.1);
}
.geo-globe-mask {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  z-index: 1;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 86%, transparent 100%);
  mask-image: radial-gradient(circle at 50% 50%, #000 86%, transparent 100%);
  filter:
    drop-shadow(0 0 12px rgba(125, 211, 252, 0.65))
    drop-shadow(0 0 28px rgba(59, 130, 246, 0.45))
    drop-shadow(0 0 56px rgba(37, 99, 235, 0.25));
}
.geo-globe-mask::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  background: radial-gradient(
    circle at 50% 50%,
    transparent 68%,
    rgba(186, 230, 253, 0.18) 84%,
    rgba(96, 165, 250, 0.42) 92%,
    rgba(59, 130, 246, 0.28) 96%,
    transparent 100%
  );
}
.geo-globe-spin {
  width: 100%;
  height: 100%;
  animation: geoGlobeSpin 48s linear infinite;
}
.geo-globe-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.42);
}

.geo-globe-glow {
  position: absolute;
  left: 50%;
  top: var(--globe-center-y);
  width: var(--globe-glow-w);
  height: var(--globe-glow-h);
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(96, 165, 250, 0.32) 0%, rgba(59, 130, 246, 0.14) 42%, transparent 72%);
  z-index: 1;
  animation: geoGlobeGlowPulse 4s ease-in-out infinite;
  pointer-events: none;
}

.geo-globe-orbit {
  position: absolute;
  left: 50%;
  top: var(--globe-center-y);
  border: 1px solid rgba(96, 165, 250, 0.35);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.2), inset 0 0 12px rgba(59, 130, 246, 0.08);
  pointer-events: none;
  z-index: 2;
}
.geo-globe-orbit::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-radius: 50%;
  background: #7dd3fc;
  box-shadow: 0 0 10px #38bdf8;
}
.geo-globe-orbit-a {
  width: var(--globe-orbit-a-w);
  height: var(--globe-orbit-a-h);
  animation: geoOrbitSpin 22s linear infinite;
}
.geo-globe-orbit-b {
  width: var(--globe-orbit-b-w);
  height: var(--globe-orbit-b-h);
  border-color: rgba(251, 191, 36, 0.28);
  animation: geoOrbitSpinRev 32s linear infinite;
}
.geo-globe-orbit-b::before {
  background: #fbbf24;
  box-shadow: 0 0 10px #fbbf24;
  top: auto;
  bottom: -3px;
}
.geo-globe-orbit-c {
  width: var(--globe-orbit-c-w);
  height: var(--globe-orbit-c-h);
  border-color: rgba(56, 189, 248, 0.22);
  animation: geoOrbitSpin 16s linear infinite;
  opacity: 0.75;
}

@media (max-width: 768px) {
  .geo-hero-home { min-height: auto; padding-bottom: 40px; }
  #geoHeroGlobe {
    --globe-size: min(72vw, 340px);
    --globe-glow-w: min(78vw, 380px);
    --globe-glow-h: min(34vw, 170px);
    --globe-orbit-a-w: min(82vw, 400px);
    --globe-orbit-a-h: min(28vw, 140px);
    --globe-orbit-b-w: min(88vw, 430px);
    --globe-orbit-b-h: min(32vw, 160px);
    --globe-orbit-c-w: min(76vw, 370px);
    --globe-orbit-c-h: min(24vw, 120px);
  }
  .geo-hero-globe-stage {
    bottom: -2%;
    height: min(58vh, 440px);
    opacity: 0.92;
  }
}

@media (prefers-reduced-motion: reduce) {
  .geo-globe-spin,
  .geo-globe-float,
  .geo-globe-aura,
  .geo-globe-orbit,
  .geo-globe-glow {
    animation: none !important;
  }
  .geo-globe-particles { display: none; }
}

/* ===== v9.10 背景图可见性 · 图层修复 ===== */
.theme-geo .geo-hero.has-photo,
.theme-geo .geo-hero-sub.has-photo,
.theme-geo .geo-page-hero.has-photo,
.theme-geo .geo-lead-section.has-photo,
.theme-geo .geo-footer.has-photo {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.theme-geo .geo-hero.has-photo .geo-hero-bg,
.theme-geo .geo-hero-sub.has-photo .geo-hero-bg {
  z-index: 0;
  pointer-events: none;
}

.theme-geo .geo-hero.has-photo .geo-hero-inner,
.theme-geo .geo-hero-sub.has-photo .geo-hero-inner,
.theme-geo .geo-page-hero.has-photo .container,
.theme-geo .geo-lead-section.has-photo .container,
.theme-geo .geo-footer.has-photo .container {
  position: relative;
  z-index: 2;
}

/* 卡片封面图不被玻璃底遮挡 */
.theme-geo .geo-feature-cover,
.theme-geo .geo-loop-cover,
.theme-geo .geo-case-thumb,
.theme-geo .case-image,
.theme-geo .news-cover,
.theme-geo .product-thumb,
.theme-geo .advantage-cover,
.theme-geo .geo-intro-photo,
.theme-geo .article-cover,
.theme-geo .geo-service-photo {
  position: relative;
  z-index: 1;
  background: transparent !important;
}
.theme-geo .geo-feature-cover img,
.theme-geo .geo-loop-cover img,
.theme-geo .geo-case-thumb img,
.theme-geo .case-image img,
.theme-geo .news-cover img,
.theme-geo .product-thumb img,
.theme-geo .advantage-cover img,
.theme-geo .geo-intro-photo img,
.theme-geo .article-cover img,
.theme-geo .geo-service-photo img {
  display: block;
  width: 100%;
  opacity: 1 !important;
  visibility: visible !important;
}

/* 带图卡片：封面区域不铺玻璃底色 */
.theme-geo .geo-feature-card.has-img,
.theme-geo .geo-loop-card:has(.geo-loop-cover),
.theme-geo .advantage-card.has-img,
.theme-geo .geo-service-block.has-img,
.theme-geo .case-card:has(.case-image),
.theme-geo .news-item.has-cover,
.theme-geo .product-card:has(.product-thumb) {
  background: var(--geo-bg-glass) !important;
}
.theme-geo .geo-feature-card.has-img .geo-feature-cover,
.theme-geo .geo-loop-card .geo-loop-cover,
.theme-geo .advantage-card.has-img .advantage-cover,
.theme-geo .geo-service-block.has-img .geo-service-photo {
  margin-bottom: 0;
}

