/* ============================================================
   AIGEO 子页面样式 — 下载/升级/关于/合作伙伴/联系我们
   设计系统：与首页shadcn/ui风格一致
   深黑底色(#0a0a12) + 青蓝主色(#00c8c8)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap');

/* 子页面通用的外部容器 */
/* 升级页(38)、下载页(37)、合作伙伴(39)、关于我们(69)、联系我们(70) */
body.page-id-37,
body.page-id-38,
body.page-id-39,
body.page-id-69,
body.page-id-70 {
  background: #0a0a12 !important;
  color: #f7f8f8 !important;
}
body.page-id-37 .site-content,
body.page-id-38 .site-content,
body.page-id-39 .site-content,
body.page-id-69 .site-content,
body.page-id-70 .site-content {
  background: #0a0a12 !important;
  padding: 0 !important;
}
body.page-id-37 .ast-container,
body.page-id-38 .ast-container,
body.page-id-39 .ast-container,
body.page-id-69 .ast-container,
body.page-id-70 .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}
body.page-id-37 #primary,
body.page-id-38 #primary,
body.page-id-39 #primary,
body.page-id-69 #primary,
body.page-id-70 #primary {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.page-id-37 #secondary,
body.page-id-38 #secondary,
body.page-id-39 #secondary,
body.page-id-69 #secondary,
body.page-id-70 #secondary { display: none !important; }

/* 隐藏Astra默认标题 */
body.page-id-37 .entry-title,
body.page-id-38 .entry-title,
body.page-id-39 .entry-title,
body.page-id-69 .entry-title,
body.page-id-70 .entry-title { display: none !important; }

body.page-id-37 .ast-article-single,
body.page-id-38 .ast-article-single,
body.page-id-39 .ast-article-single,
body.page-id-69 .ast-article-single,
body.page-id-70 .ast-article-single {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* 导航栏深色覆盖（与首页一致） */
body.page-id-37 .ast-primary-header-bar,
body.page-id-38 .ast-primary-header-bar,
body.page-id-39 .ast-primary-header-bar,
body.page-id-69 .ast-primary-header-bar,
body.page-id-70 .ast-primary-header-bar,
html body.page-id-37 .ast-primary-header-bar,
html body.page-id-38 .ast-primary-header-bar,
html body.page-id-39 .ast-primary-header-bar,
html body.page-id-69 .ast-primary-header-bar,
html body.page-id-70 .ast-primary-header-bar {
  background-color: #06070a !important;
  background: #06070a !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}
html body.page-id-37 .site-header,
html body.page-id-38 .site-header,
html body.page-id-39 .site-header,
html body.page-id-69 .site-header,
html body.page-id-70 .site-header,
html body.page-id-37 #masthead,
html body.page-id-38 #masthead,
html body.page-id-39 #masthead,
html body.page-id-69 #masthead,
html body.page-id-70 #masthead {
  background-color: #06070a !important;
  background: #06070a !important;
}
html body.page-id-37 .main-header-menu .menu-link,
html body.page-id-38 .main-header-menu .menu-link,
html body.page-id-39 .main-header-menu .menu-link,
html body.page-id-69 .main-header-menu .menu-link,
html body.page-id-70 .main-header-menu .menu-link,
html body.page-id-37 .main-header-menu a,
html body.page-id-38 .main-header-menu a,
html body.page-id-39 .main-header-menu a,
html body.page-id-69 .main-header-menu a,
html body.page-id-70 .main-header-menu a { color: #64748b !important; }
html body.page-id-37 .main-header-menu .current-menu-item > .menu-link,
html body.page-id-38 .main-header-menu .current-menu-item > .menu-link,
html body.page-id-39 .main-header-menu .current-menu-item > .menu-link,
html body.page-id-69 .main-header-menu .current-menu-item > .menu-link,
html body.page-id-70 .main-header-menu .current-menu-item > .menu-link { color: #00c8c8 !important; }
html body.page-id-37 .main-header-menu .menu-link:hover,
html body.page-id-38 .main-header-menu .menu-link:hover,
html body.page-id-39 .main-header-menu .menu-link:hover,
html body.page-id-69 .main-header-menu .menu-link:hover,
html body.page-id-70 .main-header-menu .menu-link:hover { color: #f7f8f8 !important; }

/* ===== 子页面容器 ===== */
.aigeo-public-page {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 24px 60px;
  color: #f7f8f8;
  line-height: 1.6;
  background: transparent;
}

/* ===== Hero区域 ===== */
.aigeo-public-page .aigeo-hero {
  text-align: center;
  padding: 60px 0 48px;
  position: relative;
}
.aigeo-public-page .version-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #00c8c8;
  background: rgba(0,200,200,0.1);
  border: 1px solid rgba(0,200,200,0.2);
  padding: 6px 16px;
  border-radius: 9999px;
  margin-bottom: 24px;
}
.aigeo-public-page h1 {
  font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin: 0 0 20px;
  color: #f7f8f8;
}
.aigeo-public-page h1 .highlight {
  background: linear-gradient(135deg, #00c8c8, #14e0e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.aigeo-public-page .subtitle {
  font-size: 16px;
  line-height: 1.7;
  color: #94a3b8;
  max-width: 640px;
  margin: 0 auto 32px;
}
.aigeo-public-page .subtitle strong { color: #f7f8f8; }

/* ===== 按钮 ===== */
.aigeo-public-page .aigeo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 24px;
  border-radius: 0.75rem;
  text-decoration: none !important;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
}
.aigeo-public-page .aigeo-btn-lg { padding: 14px 32px; font-size: 15px; font-weight: 600; }
.aigeo-public-page .aigeo-btn-primary {
  background: #00c8c8;
  color: #0a0a12 !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.aigeo-public-page .aigeo-btn-primary:hover {
  background: #14e0e0;
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(0,200,200,0.12);
}
.aigeo-public-page .aigeo-btn-outline {
  background: transparent;
  color: #f7f8f8 !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.06);
}
.aigeo-public-page .aigeo-btn-outline:hover {
  background: rgba(0,200,200,0.05);
  box-shadow: 0 0 0 1px rgba(0,200,200,0.3);
  transform: translateY(-2px);
}
.aigeo-public-page .aigeo-btn-block { width: 100%; justify-content: center; }

/* ===== 一般标题 ===== */
.aigeo-public-page h2 {
  font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.8px;
  margin: 48px 0 20px;
  color: #f7f8f8;
  line-height: 1.2;
}
.aigeo-public-page h3 {
  font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #f7f8f8;
  letter-spacing: -0.3px;
}

/* ===== 卡片系统 ===== */
.aigeo-public-page .aigeo-card {
  background: rgba(18,20,28,0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 1.5rem;
  padding: 32px 24px;
  text-align: left;
  transition: all 0.3s ease;
}
.aigeo-public-page .aigeo-card:hover {
  border-color: rgba(0,200,200,0.3);
  background: rgba(22,25,36,0.8);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.aigeo-public-page .card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 0.75rem;
  margin-bottom: 20px;
}
.aigeo-public-page .aigeo-card p {
  font-size: 14px;
  line-height: 1.65;
  color: #94a3b8;
  margin: 0;
}

/* ===== 功能网格 ===== */
.aigeo-public-page .aigeo-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* ===== 对比表格 ===== */
.aigeo-public-page .aigeo-compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  font-size: 14px;
  margin: 24px 0;
}
.aigeo-public-page .aigeo-compare-table thead {
  background: rgba(0,200,200,0.08);
}
.aigeo-public-page .aigeo-compare-table th {
  padding: 14px 20px;
  text-align: left;
  font-weight: 600;
  color: #00c8c8;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.aigeo-public-page .aigeo-compare-table td {
  padding: 12px 20px;
  color: #94a3b8;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.aigeo-public-page .aigeo-compare-table tr:last-child td { border-bottom: none; }
.aigeo-public-page .aigeo-compare-table td:first-child,
.aigeo-public-page .aigeo-compare-table th:first-child { padding-left: 24px; }
.aigeo-public-page .aigeo-compare-table td:last-child,
.aigeo-public-page .aigeo-compare-table th:last-child { padding-right: 24px; }
.aigeo-public-page .aigeo-compare-table .check { color: #10b981; font-weight: 600; }
.aigeo-public-page .aigeo-compare-table .cross { color: #ef4444; }
.aigeo-public-page .aigeo-compare-table tr:hover td { background: rgba(255,255,255,0.02); }

/* ===== 定价网格(升级页) ===== */
.aigeo-public-page .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 32px 0;
}
.aigeo-public-page .pricing-grid .pricing-card {
  background: rgba(18,20,28,0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 1.5rem;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.25s;
}
.aigeo-public-page .pricing-grid .pricing-card:hover {
  border-color: rgba(0,200,200,0.3);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.aigeo-public-page .pricing-grid .pricing-card.featured {
  border-color: rgba(0,200,200,0.3);
  background: linear-gradient(180deg, rgba(0,200,200,0.08) 0%, rgba(0,200,200,0.02) 60%, transparent 100%);
  box-shadow: 0 0 0 1px rgba(0,200,200,0.1);
}
.aigeo-public-page .pricing-card .price {
  font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  color: #f7f8f8;
  margin: 16px 0 4px;
  letter-spacing: -1.2px;
}
.aigeo-public-page .pricing-card .price .currency { font-size: 22px; vertical-align: super; opacity: 0.6; }
.aigeo-public-page .pricing-card .period { font-size: 14px; color: #94a3b8; margin-bottom: 8px; }
.aigeo-public-page .pricing-card .desc { font-size: 12px; color: #64748b; margin-bottom: 20px; }
.aigeo-public-page .pricing-card .features { list-style: none; padding: 0; margin: 0 0 24px; text-align: left; }
.aigeo-public-page .pricing-card .features li {
  padding: 7px 0;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: #94a3b8;
}
.aigeo-public-page .pricing-card .features li:last-child { border-bottom: none; }
.aigeo-public-page .pricing-card .features li.check:before { content: '\u2713 '; color: #10b981; font-weight: 700; }
.aigeo-public-page .pricing-card .features li.cross:before { content: '\u2014 '; opacity: 0.5; }
.aigeo-public-page .pricing-card .features li.cross { color: #64748b; }

/* ===== 步骤/流程 (about页) ===== */
.aigeo-public-page .steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 32px 0;
}
.aigeo-public-page .step { text-align: center; }
.aigeo-public-page .step .step-num {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00c8c8;
}
.aigeo-public-page .step .step-icon {
  width: 64px; height: 64px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,200,200,0.1);
  border: 1px solid rgba(0,200,200,0.15);
  border-radius: 1rem;
  font-size: 28px;
  margin: 12px auto 16px;
}

/* ===== 表单(contact页) ===== */
.aigeo-public-page .aigeo-contact-form {
  max-width: 560px;
  margin: 32px auto;
}
.aigeo-public-page .aigeo-contact-form .form-group { margin-bottom: 20px; }
.aigeo-public-page .aigeo-contact-form label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #94a3b8;
  margin-bottom: 6px;
}
.aigeo-public-page .aigeo-contact-form input,
.aigeo-public-page .aigeo-contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  background: rgba(18,20,28,0.5);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.75rem;
  color: #f7f8f8;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  transition: border-color 0.2s;
}
.aigeo-public-page .aigeo-contact-form input:focus,
.aigeo-public-page .aigeo-contact-form textarea:focus {
  outline: none;
  border-color: #00c8c8;
}
.aigeo-public-page .aigeo-contact-form textarea { min-height: 120px; resize: vertical; }

/* ===== 响应式（基础响应式） ===== */
@media (max-width: 1024px) {
  .aigeo-public-page .aigeo-features-grid { grid-template-columns: repeat(2, 1fr); }
  .aigeo-public-page .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .aigeo-public-page .aigeo-features-grid { grid-template-columns: 1fr; }
  .aigeo-public-page .pricing-grid { grid-template-columns: 1fr; }
}

/* ===== 合作伙伴页 - 统计横幅 ===== */
.aigeo-public-page .aigeo-stats-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: rgba(18,20,28,0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 1rem;
  padding: 24px 0;
  max-width: 600px;
  margin: 0 auto 48px;
}
.aigeo-public-page .aigeo-stats-banner .aigeo-stat-item {
  flex: 1;
  text-align: center;
  padding: 0 16px;
}
.aigeo-public-page .aigeo-stats-banner .stat-number {
  font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #00c8c8;
  line-height: 1;
  margin-bottom: 4px;
}
.aigeo-public-page .aigeo-stats-banner .stat-label {
  display: block;
  font-size: 12px;
  color: #94a3b8;
}

/* ===== 合作伙伴页 - 站点卡片网格 ===== */
.aigeo-public-page .aigeo-recent-sites {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 24px 0 48px;
}
.aigeo-public-page .aigeo-site-card {
  background: rgba(18,20,28,0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 1.5rem;
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease;
}
.aigeo-public-page .aigeo-site-card:hover {
  border-color: rgba(0,200,200,0.3);
  background: rgba(22,25,36,0.8);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.aigeo-public-page .site-logo {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 12px;
}
.aigeo-public-page .site-name {
  font-size: 14px;
  font-weight: 600;
  color: #f7f8f8;
  margin-bottom: 8px;
  word-break: break-all;
}
.aigeo-public-page .site-plan-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 9999px;
}
.aigeo-public-page .site-plan-pro {
  background: rgba(0,200,200,0.1);
  color: #00c8c8;
  border: 1px solid rgba(0,200,200,0.15);
}
.aigeo-public-page .site-plan-free {
  background: rgba(255,255,255,0.05);
  color: #64748b;
  border: 1px solid rgba(255,255,255,0.06);
}
.aigeo-public-page .site-date {
  font-size: 12px;
  color: #64748b;
  margin-top: 6px;
}

/* ===== 合作伙伴页 - 下载区 ===== */
.aigeo-public-page .aigeo-download-section {
  background: rgba(18,20,28,0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 1.5rem;
  padding: 48px 32px;
  text-align: center;
  margin: 32px 0;
}
.aigeo-public-page .aigeo-download-section h2 {
  margin-top: 0;
}
.aigeo-public-page .aigeo-download-section p {
  font-size: 15px;
  color: #94a3b8;
  margin-bottom: 24px;
  line-height: 1.7;
}
.aigeo-public-page .aigeo-download-options {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== 合作伙伴页 - 统计数字 ===== */
.aigeo-public-page .aigeo-partner-count {
  color: #64748b;
  font-size: 14px;
  margin-bottom: 20px;
}

/* ===== 合作伙伴页网格响应式 ===== */
@media (max-width: 1024px) {
  .aigeo-public-page .aigeo-recent-sites { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .aigeo-public-page .aigeo-recent-sites { grid-template-columns: repeat(2, 1fr); }
  .aigeo-public-page .aigeo-stats-banner {
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px 16px;
  }
  .aigeo-public-page .aigeo-stats-banner .aigeo-stat-item {
    flex: 1 1 80px;
    padding: 0 8px;
  }
  .aigeo-public-page .aigeo-download-section {
    padding: 32px 20px;
  }
  .aigeo-public-page .aigeo-download-section p {
    font-size: 14px;
  }
  .aigeo-public-page .aigeo-hero h1 { font-size: 28px; letter-spacing: -1px; }
  .aigeo-public-page { padding: 60px 20px 40px; }
  .aigeo-public-page .aigeo-hero { padding: 30px 0; }
  .aigeo-public-page .steps { grid-template-columns: 1fr; gap: 24px; }
  .aigeo-public-page .aigeo-card {
    padding: 24px 16px;
  }
  .aigeo-public-page .subtitle {
    font-size: 14px;
  }
  .aigeo-public-page h2 {
    font-size: 22px;
    margin: 32px 0 16px;
  }
  .aigeo-public-page .aigeo-compare-table {
    font-size: 12px;
  }
  .aigeo-public-page .aigeo-compare-table th,
  .aigeo-public-page .aigeo-compare-table td {
    padding: 8px 6px;
    white-space: nowrap;
  }
  .aigeo-public-page .aigeo-compare-table th:first-child,
  .aigeo-public-page .aigeo-compare-table td:first-child {
    padding-left: 8px;
    white-space: normal;
    min-width: 80px;
  }
  .aigeo-public-page .aigeo-compare-table th:not(:first-child),
  .aigeo-public-page .aigeo-compare-table td:not(:first-child) {
    text-align: center;
  }
  .aigeo-public-page .aigeo-compare-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -16px;
    padding: 0 16px;
  }
  .aigeo-public-page .aigeo-contact-form input,
  .aigeo-public-page .aigeo-contact-form textarea {
    font-size: 16px; /* iOS zoom prevention */
  }
}
@media (max-width: 600px) {
  .aigeo-public-page .aigeo-recent-sites { grid-template-columns: 1fr; }
  .aigeo-public-page .aigeo-recent-sites {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ===== 自定义语言切换器 ===== */
.aigeo-lang-switcher {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999999;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}
.aigeo-lang-switcher .aigeo-lang-current {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: rgba(18,20,28,0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 9999px;
  color: #f7f8f8;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}
.aigeo-lang-switcher .aigeo-lang-current:hover {
  border-color: rgba(0,200,200,0.3);
  background: rgba(30,33,46,0.9);
}
.aigeo-lang-switcher .aigeo-lang-dropdown {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  background: rgba(18,20,28,0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 1rem;
  padding: 6px;
  min-width: 160px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}
.aigeo-lang-switcher.open .aigeo-lang-dropdown {
  display: block;
}
.aigeo-lang-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 12px;
  background: none;
  border: none;
  border-radius: 8px;
  color: #94a3b8;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.15s;
  text-align: left;
  font-family: inherit;
}
.aigeo-lang-btn:hover,
.aigeo-lang-btn.active {
  background: rgba(0,200,200,0.1);
  color: #f7f8f8;
}
.aigeo-lang-btn.active {
  color: #00c8c8;
  font-weight: 600;
}
