/**
 * CN/partner — 合伙人生态共用样式
 */
@import url('../../styles/mobile-guard.css?v=20260615');

:root {
  --partner-primary: #10B981;
  --partner-primary-dark: #059669;
  --partner-primary-darker: #047857;
  --partner-header-h: 55px;
  --partner-subnav-h: 42px;
  --partner-shell-max: 80rem;
  --partner-shell-pad: 1rem;
}

@media (min-width: 768px) {
  :root { --partner-shell-pad: 1.5rem; }
}
@media (min-width: 1024px) {
  :root { --partner-shell-pad: 2rem; }
}

/* 顶栏 / 页脚 / 枢纽区与二级导航同宽同边距 */
body.partner-page #navbar > .container,
body.partner-page footer .container,
body.partner-page > .container.mx-auto {
  max-width: var(--partner-shell-max) !important;
  padding-left: var(--partner-shell-pad) !important;
  padding-right: var(--partner-shell-pad) !important;
  box-sizing: border-box;
}

/* 正文区统一壳宽（覆盖 Tailwind max-w-* 窄栏） */
body.partner-page .partner-section-inner.max-w-3xl,
body.partner-page .partner-section-inner.max-w-4xl,
body.partner-page section.max-w-3xl {
  max-width: var(--partner-shell-max) !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--partner-shell-pad);
  padding-right: var(--partner-shell-pad);
  box-sizing: border-box;
  width: 100%;
}

body.partner-page {
  font-family: 'Inter', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  color: #0f172a;
  line-height: 1.6;
  background: #f8fafc;
  padding-top: calc(var(--partner-header-h) + var(--partner-subnav-h)) !important;
  margin: 0;
}

/* 二级导航 — 固定于顶栏下方，始终可见 */
.partner-subnav {
  position: fixed;
  top: var(--partner-header-h);
  left: 0;
  right: 0;
  z-index: 45;
  background: linear-gradient(90deg, #059669, #10b981);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.partner-subnav-inner {
  max-width: var(--partner-shell-max);
  margin: 0 auto;
  display: none;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0.2rem;
  padding: 0.45rem var(--partner-shell-pad);
  overflow-x: auto;
  scrollbar-width: none;
  box-sizing: border-box;
  width: 100%;
}
.partner-subnav-inner::-webkit-scrollbar { display: none; }
.partner-subnav-link {
  flex-shrink: 0;
  padding: 0.4rem 0.85rem;
  border-radius: 0.5rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}
.partner-subnav-link:hover { background: rgba(255, 255, 255, 0.14); color: #fff; }
.partner-subnav-link.is-active {
  background: rgba(255, 255, 255, 0.24);
  font-weight: 600;
}
.partner-subnav-mobile {
  display: block;
  padding: 0.4rem var(--partner-shell-pad);
  max-width: var(--partner-shell-max);
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}
.partner-subnav-select {
  width: 100%;
  padding: 0.45rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 16px;
}
@media (min-width: 768px) {
  .partner-subnav-inner { display: flex; }
  .partner-subnav-mobile { display: none; }
}

/* Hero */
.partner-hero {
  position: relative;
  background: linear-gradient(180deg, #022c22 0%, #04362b 40%, #064e3b 100%);
  padding: 48px 0 40px;
  overflow: hidden;
  isolation: isolate;
}
.partner-hero--compact { padding: 40px 0 36px; }

/* Hero 轮播（入口页） */
.partner-hero--carousel {
  padding: 0;
  min-height: 420px;
}
.partner-hero--carousel::before { display: none; }
.partner-hero-slider {
  position: relative;
  min-height: 340px;
}
@media (max-width: 640px) {
  .partner-hero-slider { min-height: 300px; }
}
.partner-hero-slide {
  position: absolute;
  inset: 0;
  padding: 44px 0 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.65s ease, visibility 0.65s;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 640px) {
  .partner-hero-slide { padding: 36px 0 8px; }
}
.partner-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}
.partner-hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.partner-hero-slide--eco::before {
  background:
    radial-gradient(640px 320px at 8% -10%, rgba(110, 231, 183, 0.18), transparent 62%),
    radial-gradient(520px 360px at 96% 110%, rgba(52, 211, 153, 0.16), transparent 60%);
}
.partner-hero-slide--crisis::before {
  background:
    radial-gradient(560px 300px at 12% 0%, rgba(251, 191, 36, 0.14), transparent 58%),
    radial-gradient(480px 320px at 92% 100%, rgba(244, 63, 94, 0.12), transparent 55%);
}
.partner-hero-slide--channel::before {
  background:
    radial-gradient(520px 280px at 6% 20%, rgba(56, 189, 248, 0.16), transparent 58%),
    radial-gradient(500px 300px at 94% 80%, rgba(16, 185, 129, 0.14), transparent 55%);
}
.partner-hero-slide--city::before {
  background:
    radial-gradient(540px 300px at 10% 90%, rgba(52, 211, 153, 0.17), transparent 58%),
    radial-gradient(460px 280px at 88% 10%, rgba(167, 243, 208, 0.12), transparent 55%);
}
.partner-hero-slide--join::before {
  background:
    radial-gradient(580px 320px at 50% -20%, rgba(110, 231, 183, 0.2), transparent 62%),
    radial-gradient(420px 260px at 20% 100%, rgba(52, 211, 153, 0.12), transparent 55%);
}
.partner-hero-slide .partner-hero-content { position: relative; z-index: 2; }

.partner-hero-nav {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 5;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  backdrop-filter: blur(4px);
}
.partner-hero-nav:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.55);
}
.partner-hero-nav--prev { left: 12px; }
.partner-hero-nav--next { right: 12px; }
@media (max-width: 640px) {
  .partner-hero-nav { width: 34px; height: 34px; font-size: 1.1rem; top: 38%; }
  .partner-hero-nav--prev { left: 6px; }
  .partner-hero-nav--next { right: 6px; }
}

.partner-hero-dots {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 8px 0 4px;
}
.partner-hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: width 0.25s, background 0.25s;
}
.partner-hero-dot.is-active {
  width: 22px;
  background: #fff;
}
.partner-hero-foot {
  position: relative;
  z-index: 4;
  padding: 0 var(--partner-shell-pad) 28px;
  max-width: var(--partner-shell-max);
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 4px;
  box-sizing: border-box;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .partner-hero-slide { transition: none; }
}

/* 页面分区 */
.partner-section { padding: 3.5rem 0; }
.partner-section--alt { background: #fff; border-top: 1px solid #f1f5f9; border-bottom: 1px solid #f1f5f9; }
.partner-section-inner {
  max-width: var(--partner-shell-max);
  margin: 0 auto;
  padding: 0 var(--partner-shell-pad);
  box-sizing: border-box;
  width: 100%;
}
.partner-section-head { text-align: center; margin-bottom: 2rem; }
.partner-section-head h2 { font-size: 1.5rem; font-weight: 800; color: #111827; margin: 0.5rem 0; }
@media (min-width: 768px) { .partner-section-head h2 { font-size: 1.875rem; } }
.partner-section-head p { color: #6b7280; font-size: 0.9375rem; max-width: 42rem; margin: 0.5rem auto 0; line-height: 1.65; }

/* 总部赋能卡 */
.empower-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem;
}
@media (min-width: 640px) { .empower-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .empower-grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; } }
.empower-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.125rem 1rem;
  height: 100%;
}
.empower-card-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
.empower-card h3 { font-size: 0.9375rem; font-weight: 700; color: #111827; margin: 0 0 0.35rem; }
.empower-card p { font-size: 0.8125rem; color: #6b7280; margin: 0; line-height: 1.55; }
a.empower-card {
  display: block;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
a.empower-card:hover {
  border-color: #10b981;
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.12);
  transform: translateY(-2px);
}
.empower-card-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #059669;
}
.partner-hero--compact { padding: 3rem 0; }
.empower-mini-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.empower-mini-link {
  padding: 0.35rem 0.65rem;
  background: #f3f4f6;
  border-radius: 999px;
  font-size: 0.75rem;
  color: #475569;
  text-decoration: none;
}
.empower-mini-link:hover { background: #d1fae5; color: #047857; }

/* 合作流程 */
.process-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) { .process-row { grid-template-columns: repeat(4, 1fr); } }
.process-step {
  text-align: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.25rem 0.75rem;
}
.process-num {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
  font-weight: 800;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.process-step h3 { font-size: 0.9375rem; font-weight: 700; color: #111827; margin: 0 0 0.25rem; }
.process-step p { font-size: 0.75rem; color: #6b7280; margin: 0; line-height: 1.5; }

.hub-grid--four { grid-template-columns: 1fr; }
@media (min-width: 640px) { .hub-grid--four { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .hub-grid--four { grid-template-columns: repeat(4, 1fr); } }

.partner-link-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.25rem;
  font-size: 0.875rem;
}
.partner-link-row a { color: #059669; font-weight: 600; text-decoration: none; }
.partner-link-row a:hover { text-decoration: underline; }
.partner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(640px 320px at 8% -10%, rgba(110, 231, 183, 0.16), transparent 62%),
    radial-gradient(520px 360px at 96% 110%, rgba(52, 211, 153, 0.14), transparent 60%);
  pointer-events: none;
}
.partner-hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--partner-shell-max);
  margin: 0 auto;
  padding: 0 var(--partner-shell-pad);
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 600;
  font-size: 0.78rem;
}
.hero-key {
  background: linear-gradient(90deg, #a7f3d0, #6ee7b7 50%, #34d399);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}
.cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 14px;
  background: #fff;
  color: #059669;
  font-weight: 800;
  font-size: 0.9rem;
  box-shadow: 0 10px 24px -6px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: transform 0.2s;
}
.cta-primary:hover { transform: translateY(-2px); }
.cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.35);
  text-decoration: none;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #059669;
  font-size: 0.75rem;
  font-weight: 700;
}

/* 模块入口卡 */
.hub-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) { .hub-grid { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; } }
.hub-card {
  display: block;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.25rem;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}
.hub-card:hover {
  border-color: rgba(16, 185, 129, 0.4);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.12);
  transform: translateY(-2px);
}
.hub-card-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
.hub-card h3 { font-size: 1rem; font-weight: 700; margin: 0 0 0.35rem; color: #111827; }
.hub-card p { font-size: 0.8125rem; color: #6b7280; margin: 0; line-height: 1.5; }

/* 伙伴名录 */
.roster-panel {
  position: relative;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.25rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.roster-panel:hover {
  border-color: #a7f3d0;
  box-shadow: 0 10px 28px rgba(16, 185, 129, 0.1);
}
.roster-panel--industry:hover {
  border-color: #bae6fd;
  box-shadow: 0 10px 28px rgba(14, 165, 233, 0.1);
}
.roster-panel__cover {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  text-decoration: none;
}
.roster-panel__cover:focus-visible {
  outline: 2px solid #10B981;
  outline-offset: 2px;
}
.roster-panel__body {
  position: relative;
  pointer-events: none;
}
.roster-panel__more {
  display: inline-block;
  color: #10B981;
  font-weight: 700;
  font-size: 0.875rem;
}
.roster-panel--industry .roster-panel__more {
  color: #0ea5e9;
}
.index-industry-apply--top {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
.roster-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (min-width: 640px) { .roster-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .roster-grid { grid-template-columns: repeat(4, 1fr); } }
.roster-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.875rem;
  padding: 1rem;
  text-align: center;
}
.roster-item.is-active { border-color: #a7f3d0; background: #f0fdf4; }
.roster-item.is-open { border-style: dashed; border-color: #cbd5e1; background: #f8fafc; }
.roster-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  margin-bottom: 0.5rem;
}
.roster-badge.active { background: #d1fae5; color: #047857; }
.roster-item.is-full { border-color: #e2e8f0; background: #f8fafc; }
.roster-badge.full { background: #e2e8f0; color: #475569; }
.roster-name { font-weight: 700; font-size: 0.9375rem; color: #111827; }
.roster-desc { font-size: 0.75rem; color: #6b7280; margin-top: 0.25rem; }

.stat-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  max-width: 48rem;
  margin: 0 auto;
}
@media (min-width: 768px) { .stat-row { grid-template-columns: repeat(4, 1fr); } }
.stat-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
}
.stat-number { font-size: 1.75rem; font-weight: 800; color: #6ee7b7; line-height: 1.2; }
.stat-label { font-size: 0.75rem; color: rgba(255, 255, 255, 0.75); margin-top: 0.25rem; }

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #374151;
  margin-bottom: 0.5rem;
}
.feature-list li i { color: #10b981; margin-top: 3px; flex-shrink: 0; }

.cta-section {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  border-radius: 1.5rem;
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 768px) {
  .partner-hero { padding: 36px 0 32px; }
  .partner-section { padding: 2.5rem 0; }
}

/* 产品渠道卡（带 Logo） */
.platform-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (min-width: 640px) { .platform-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .platform-grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; } }
.platform-group-title { font-size: 1.0625rem; font-weight: 800; color: #111827; margin-bottom: 0.25rem; }
.platform-group-desc { font-size: 0.8125rem; color: #6b7280; margin-bottom: 0.875rem; line-height: 1.55; }
.platform-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.875rem;
  padding: 0.875rem;
  height: 100%;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.platform-card:hover { border-color: rgba(16, 185, 129, 0.35); box-shadow: 0 6px 20px rgba(16, 185, 129, 0.1); }
.platform-logo {
  height: 2rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 0.5rem;
}
.platform-card h3 { font-size: 0.875rem; font-weight: 700; color: #111827; margin: 0 0 0.2rem; }
.platform-tag { font-size: 0.6875rem; color: #059669; font-weight: 600; margin: 0 0 0.35rem; }
.platform-fit { font-size: 0.6875rem; color: #6b7280; margin: 0; line-height: 1.45; }

/* 理性选择 */
.reason-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) { .reason-grid { grid-template-columns: repeat(2, 1fr); } }
.reason-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.25rem;
}
.reason-num {
  font-size: 0.75rem;
  font-weight: 800;
  color: #10b981;
  margin-bottom: 0.35rem;
}
.reason-card h3 { font-size: 0.9375rem; font-weight: 700; color: #111827; margin: 0 0 0.35rem; }
.reason-card p { font-size: 0.8125rem; color: #4b5563; margin: 0; line-height: 1.6; }

.capability-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.25rem;
  text-align: center;
}
.capability-table td, .capability-table th { vertical-align: top; }

/* 赛道前景 */
.prospect-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) { .prospect-grid { grid-template-columns: repeat(2, 1fr); } }
.prospect-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.25rem;
}
.prospect-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.prospect-card h3 { font-size: 0.9375rem; font-weight: 700; color: #111827; margin: 0 0 0.35rem; }
.prospect-card p { font-size: 0.8125rem; color: #4b5563; margin: 0; line-height: 1.6; }
.feature-list li i.fa-circle { font-size: 0.4rem; margin-top: 8px; }

/* 卖单危机 */
.partner-section--crisis { background: linear-gradient(180deg, #fff7ed 0%, #f8fafc 100%); }
.crisis-eyebrow { background: #fef3c7; color: #b45309; }
.crisis-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) { .crisis-grid { grid-template-columns: repeat(2, 1fr); } }
.crisis-card {
  background: #fff;
  border: 1px solid #fed7aa;
  border-radius: 1rem;
  padding: 1.25rem;
}
.crisis-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.crisis-card h3 { font-size: 0.9375rem; font-weight: 700; color: #9a3412; margin: 0 0 0.35rem; }
.crisis-card p { font-size: 0.8125rem; color: #4b5563; margin: 0; line-height: 1.6; }
.crisis-bridge {
  background: #fff;
  border: 1px solid #bbf7d0;
  border-left: 4px solid #10b981;
  border-radius: 0.875rem;
  padding: 1.25rem 1.5rem;
}

/* 面包屑 */
:root {
  --empower-subnav-h: 40px;
}
body.partner-page--empower {
  padding-top: calc(var(--partner-header-h) + var(--partner-subnav-h) + var(--empower-subnav-h)) !important;
}
.partner-breadcrumb {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.partner-breadcrumb-inner {
  max-width: var(--partner-shell-max);
  margin: 0 auto;
  padding: 0.5rem var(--partner-shell-pad);
  box-sizing: border-box;
  width: 100%;
}
.partner-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  color: #64748b;
}
.partner-breadcrumb__list a {
  color: #059669;
  text-decoration: none;
  font-weight: 500;
}
.partner-breadcrumb__list a:hover { text-decoration: underline; }
.partner-breadcrumb__sep { color: #cbd5e1; user-select: none; }
.partner-breadcrumb__current { color: #334155; font-weight: 600; }

/* 总部赋能三级导航 */
.empower-subnav {
  position: fixed;
  top: calc(var(--partner-header-h) + var(--partner-subnav-h));
  left: 0;
  right: 0;
  z-index: 44;
  background: #f0fdf4;
  border-bottom: 1px solid #bbf7d0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.empower-subnav-inner {
  max-width: var(--partner-shell-max);
  margin: 0 auto;
  display: none;
  align-items: center;
  justify-content: flex-start;
  gap: 0.35rem;
  padding: 0.4rem var(--partner-shell-pad);
  overflow-x: auto;
  scrollbar-width: none;
  box-sizing: border-box;
  width: 100%;
}
.empower-subnav-inner::-webkit-scrollbar { display: none; }
.empower-subnav-link {
  flex-shrink: 0;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #047857;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: background 0.2s, border-color 0.2s;
}
.empower-subnav-link:hover {
  background: #dcfce7;
  border-color: #86efac;
}
.empower-subnav-link.is-active {
  background: #10b981;
  color: #fff;
  font-weight: 600;
  border-color: #10b981;
}
.empower-subnav-mobile {
  display: block;
  padding: 0.35rem var(--partner-shell-pad);
  max-width: var(--partner-shell-max);
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}
.empower-subnav-select {
  width: 100%;
  padding: 0.4rem 0.65rem;
  border-radius: 0.5rem;
  border: 1px solid #86efac;
  background: #fff;
  color: #047857;
  font-size: 16px;
}
@media (min-width: 768px) {
  .empower-subnav-inner { display: flex; }
  .empower-subnav-mobile { display: none; }
}

/* 页底生态交叉导航 */
.partner-sibling-nav {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  padding: 1.25rem 0;
}
.partner-sibling-inner {
  max-width: var(--partner-shell-max);
  margin: 0 auto;
  padding: 0 var(--partner-shell-pad);
  box-sizing: border-box;
  width: 100%;
}
.partner-sibling-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 0.65rem;
}
.partner-sibling-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.partner-sibling-link {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e2e8f0;
  font-size: 0.75rem;
  font-weight: 500;
  color: #475569;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.partner-sibling-link:hover {
  border-color: #10b981;
  color: #047857;
  background: #ecfdf5;
}

/* 城市合伙人 · 公鸡地图 */
.partner-city-map-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  .partner-city-map-layout {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
    gap: 1.5rem;
  }
}
.partner-city-map-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  padding: 1rem 0.75rem 0.5rem;
  box-shadow: 0 4px 24px rgba(16, 185, 129, 0.08);
}
.partner-city-map-svg,
.partner-china-map-svg-wrap svg.partner-china-map-svg {
  width: 100%;
  height: auto;
  display: block;
  max-height: 560px;
}
.partner-china-map-svg-wrap {
  width: 100%;
  line-height: 0;
}
.partner-map-marker { cursor: pointer; outline: none; }
.partner-map-marker .partner-map-dot {
  fill: #10b981;
  stroke: #fff;
  stroke-width: 3;
  filter: drop-shadow(0 2px 4px rgba(16, 185, 129, 0.35));
}
.partner-map-marker--hq .partner-map-dot,
.partner-map-marker.is-hq .partner-map-dot { fill: #059669; }
.partner-map-marker text,
.partner-map-marker .partner-map-label {
  font-size: 13px;
  font-weight: 700;
  fill: #047857;
  font-family: 'Inter', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
.partner-map-marker .map-badge {
  font-size: 9px;
  font-weight: 600;
  fill: #64748b;
}
.partner-map-marker.is-map-active .partner-map-dot,
.partner-map-marker:focus-visible .partner-map-dot {
  fill: #047857;
  stroke-width: 4;
}
.partner-map-marker--hq.is-map-active .partner-map-dot,
.partner-map-marker--hq:focus-visible .partner-map-dot {
  fill: #065f46;
}
.partner-map-marker.is-map-active .partner-map-label,
.partner-map-marker:focus-visible .partner-map-label {
  fill: #065f46;
}
.partner-city-map-hint {
  color: #94a3b8;
  font-size: 0.6875rem;
}
.partner-city-map-hint i { margin-right: 0.2rem; }
.partner-city-map-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 0.65rem 0.5rem 0.25rem;
  font-size: 0.75rem;
  color: #64748b;
}
.partner-city-map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.partner-city-map-legend i.dot-full {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #10b981;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #10b981;
}
.partner-city-map-legend i.dot-open {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #e2e8f0;
  border: 1px solid #cbd5e1;
}
.partner-city-map-list {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  padding: 1rem 1.125rem;
}
@media (min-width: 900px) {
  .partner-city-map-list {
    max-height: 560px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }
}
.partner-city-map-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.55rem 0.75rem;
  margin: 0 -0.75rem;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 0.625rem;
  cursor: pointer;
  outline: none;
  transition: background 0.15s, box-shadow 0.15s;
}
.partner-city-map-item:last-child { border-bottom: none; }
.partner-city-map-item.is-map-active,
.partner-city-map-item:focus-visible {
  background: #ecfdf5;
  box-shadow: inset 0 0 0 1px #6ee7b7;
}
.partner-city-map-item.is-map-active .partner-city-map-item__dot {
  background: #047857;
  box-shadow: 0 0 0 3px #a7f3d0;
}
.partner-city-map-list h3 {
  font-size: 0.875rem;
  font-weight: 800;
  color: #334155;
  margin: 0 0 0.75rem;
}
.partner-city-map-item__dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 999px;
  background: #10b981;
  box-shadow: 0 0 0 2px #ecfdf5;
}
.partner-city-map-item__name {
  font-weight: 700;
  font-size: 0.9375rem;
  color: #111827;
}
.partner-city-map-item__desc {
  font-size: 0.75rem;
  color: #64748b;
  margin-top: 0.1rem;
}
.partner-city-map-item__badge {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  background: #e2e8f0;
  color: #475569;
}
@media (max-width: 899px) {
  .partner-city-map-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .partner-city-map-list h3 { grid-column: 1 / -1; }
  .partner-city-map-item {
    flex-direction: column;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 0.65rem;
    background: #fff;
  }
  .partner-city-map-item__dot { display: none; }
  .partner-city-map-item__badge { margin-left: 0; margin-top: 0.25rem; align-self: flex-start; }
}

/* 城市合伙人案例 */
.partner-cases-month { margin-bottom: 1.5rem; }
.partner-cases-month__label {
  font-size: 0.875rem;
  font-weight: 800;
  color: #047857;
  margin: 0 0 0.75rem;
  padding-left: 0.75rem;
  border-left: 3px solid #10b981;
}
.partner-cases-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 640px) { .partner-cases-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .partner-cases-grid { grid-template-columns: repeat(3, 1fr); } }
.partner-case-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.875rem;
  padding: 1rem 1.125rem;
}
.partner-case-card--compact { padding: 0.875rem 1rem; }
.partner-case-date,
.partner-case-card time {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 0.35rem;
}
.partner-case-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.35rem;
}
.partner-case-card--compact p {
  font-size: 0.8125rem;
  color: #374151;
  margin: 0 0 0.25rem;
  line-height: 1.5;
}
.partner-case-stat {
  font-size: 0.8125rem;
  color: #4b5563;
  margin: 0;
  line-height: 1.55;
}
.partner-case-stat strong { color: #059669; font-weight: 800; }

/* 总部赋能详情 · 长文排版 */
.empower-detail { max-width: var(--partner-shell-max); }
.empower-prose { color: #374151; line-height: 1.75; font-size: 0.9375rem; }
.empower-prose h2 { font-size: 1.25rem; font-weight: 800; color: #111827; margin: 0 0 1rem; }
.empower-prose h3 { font-size: 1.0625rem; font-weight: 700; color: #1f2937; margin: 1.25rem 0 0.75rem; }
.empower-prose p { margin: 0 0 1rem; }
.empower-prose ul, .empower-prose ol { margin: 0 0 1rem 1.25rem; }
.empower-prose li { margin-bottom: 0.35rem; }
.empower-prose a { color: #059669; font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.empower-prose a:hover { color: #047857; }
.empower-prose strong { color: #111827; font-weight: 700; }
.empower-prose blockquote {
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  border-left: 4px solid #10b981;
  background: #f0fdf4;
  border-radius: 0 0.5rem 0.5rem 0;
  color: #065f46;
}
.empower-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  margin: 1rem 0 1.25rem;
}
.empower-table th,
.empower-table td {
  border: 1px solid #e5e7eb;
  padding: 0.625rem 0.75rem;
  text-align: left;
  vertical-align: top;
}
.empower-table th { background: #f8fafc; font-weight: 700; color: #111827; }
.empower-table tr:nth-child(even) td { background: #fafafa; }
.empower-sop { counter-reset: sop; list-style: none; margin: 0; padding: 0; }
.empower-sop li {
  position: relative;
  padding: 0.75rem 0 0.75rem 2.5rem;
  border-bottom: 1px solid #f1f5f9;
  margin: 0;
}
.empower-sop li:last-child { border-bottom: none; }
.empower-sop li::before {
  counter-increment: sop;
  content: counter(sop);
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  background: #d1fae5;
  color: #047857;
  font-weight: 800;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empower-faq dt {
  font-weight: 700;
  color: #111827;
  margin: 1rem 0 0.35rem;
  font-size: 0.9375rem;
}
.empower-faq dt:first-child { margin-top: 0; }
.empower-faq dd {
  margin: 0 0 0.75rem;
  padding-left: 0.5rem;
  border-left: 2px solid #e5e7eb;
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.65;
}
.empower-link-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.35rem 1rem;
  margin: 0.75rem 0 1rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 640px) {
  .empower-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .empower-link-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.empower-link-grid li { margin: 0; }
.empower-link-grid a { font-size: 0.875rem; }
@media (max-width: 639px) {
  .empower-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

/* 行业合伙人 · 细分领域 */
.industry-profile-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) { .industry-profile-grid { grid-template-columns: repeat(3, 1fr); } }
.industry-profile-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.25rem;
  height: 100%;
}
.industry-profile-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
.industry-profile-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.35rem;
}
.industry-group { margin-bottom: 2rem; }
.industry-group-title {
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 0.875rem;
  display: flex;
  align-items: center;
}
.industry-sector-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem;
}
@media (min-width: 640px) { .industry-sector-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .industry-sector-grid { grid-template-columns: repeat(3, 1fr); } }
.industry-sector-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.875rem;
  padding: 1.125rem;
  height: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.industry-sector-card--open {
  border-color: #bae6fd;
  background: linear-gradient(180deg, #f0f9ff 0%, #fff 40%);
}
.industry-sector-card--open:hover {
  border-color: #38bdf8;
  box-shadow: 0 6px 20px rgba(14, 165, 233, 0.12);
}
.industry-sector-card--full { background: #f8fafc; }
.industry-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}
.industry-tag {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 999px;
}
.industry-tag--tech { background: #e0f2fe; color: #0369a1; }
.industry-tag--product { background: #fef3c7; color: #b45309; }
.industry-tag--channel { background: #d1fae5; color: #047857; }
.industry-stack {
  font-size: 0.6875rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}
.roster-badge.open {
  background: #e0f2fe;
  color: #0369a1;
}

/* index.html 行业赛道面板（与城市 roster 对齐） */
.index-industry-types {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.index-industry-type {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #047857;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
}
.index-industry-type i { font-size: 0.7rem; }
.index-industry-label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #374151;
  margin: 0 0 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.index-industry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.index-industry-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 0.65rem 0.75rem;
  text-align: left;
}
.index-industry-card--full {
  background: #f8fafc;
  border-color: #e2e8f0;
}
.index-industry-name {
  font-weight: 700;
  font-size: 0.8125rem;
  color: #111827;
  margin-top: 0.25rem;
  line-height: 1.3;
}
.index-industry-desc {
  font-size: 0.6875rem;
  color: #6b7280;
  margin-top: 0.2rem;
  line-height: 1.45;
}
.index-industry-open-scroll {
  max-height: 14.5rem;
  overflow-y: auto;
  padding-right: 0.25rem;
  border: 1px solid #e0f2fe;
  border-radius: 0.75rem;
  background: linear-gradient(180deg, #f0f9ff 0%, #fff 12%);
}
.index-industry-open-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
  padding: 0.5rem;
}
@media (min-width: 640px) {
  .index-industry-open-grid { grid-template-columns: repeat(2, 1fr); }
}
.index-industry-chip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.55rem;
  background: #fff;
  border: 1px dashed #bae6fd;
  border-radius: 0.625rem;
  font-size: 0.6875rem;
}
.index-industry-chip-name {
  font-weight: 700;
  color: #0f172a;
  flex: 1 1 auto;
  min-width: 4.5rem;
}
.index-industry-chip-group {
  flex: 1 1 100%;
  font-size: 0.625rem;
  color: #64748b;
}
.index-industry-chip-group i { margin-right: 0.2rem; color: #0ea5e9; }
.index-industry-chip-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  width: 100%;
}
.index-industry-chip-tags .industry-tag {
  font-size: 0.5625rem;
  padding: 1px 5px;
}
.index-industry-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}
.index-industry-apply {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #059669, #10b981);
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}
.index-industry-apply:hover {
  color: #fff;
  filter: brightness(1.05);
}

.partner-section .cta-ghost.cta-ghost--light {
  color: #0369a1;
  border-color: #bae6fd;
  background: #fff;
}
.partner-section .cta-ghost.cta-ghost--light:hover {
  background: #f0f9ff;
  border-color: #38bdf8;
}
.partner-card-link {
  display: block;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1D2129;
  text-decoration: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.partner-card-link:hover {
  border-color: #10B981;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.1);
  color: #047857;
}
