.local-map-wrap {
  background: linear-gradient(135deg, #F3F0FF 0%, #ECFDF5 100%);
  border-radius: var(--radius-xl); padding: 56px 48px; position: relative; overflow: hidden;
}
.local-map-grid {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; position: relative; z-index: 2;
}
.local-map-visual {
  position: relative; aspect-ratio: 4/3;
  background: var(--white); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); padding: 32px; border: 1px solid rgba(139,92,246,.1);
}
.map-svg-wrap { width: 100%; height: 100%; position: relative; }
.map-dot {
  position: absolute; width: 16px; height: 16px; border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--green));
  box-shadow: 0 0 0 6px rgba(139,92,246,.15);
}
.map-dot.sh { top: 48%; right: 18%; width: 22px; height: 22px; background: linear-gradient(135deg, var(--orange), var(--purple)); box-shadow: 0 0 0 8px rgba(249,115,22,.2); }
.map-dot.js { top: 44%; right: 26%; }
.map-dot.zj { top: 54%; right: 22%; }
.map-dot.ah { top: 52%; left: 36%; }
.map-dot.sd { top: 28%; left: 42%; }
.map-label {
  position: absolute; background: var(--white); border-radius: 8px;
  padding: 6px 12px; font-size: 12px; font-weight: 700; color: var(--text-1);
  box-shadow: var(--shadow-sm); border: 1px solid rgba(139,92,246,.1);
  white-space: nowrap;
}
.map-label.sh { top: 46%; right: 2%; color: var(--orange); }
.map-label.js { top: 38%; right: 28%; color: var(--purple); }
.map-label.zj { top: 62%; right: 18%; color: var(--green); }
.map-label.ah { top: 60%; left: 20%; color: var(--purple-dark); }
.map-label.sd { top: 20%; left: 46%; color: var(--orange-dark); }
.map-legend {
  position: absolute; bottom: 20px; left: 20px; background: rgba(255,255,255,.9);
  padding: 12px 16px; border-radius: var(--radius-md); display: flex; gap: 16px;
  font-size: 12px; font-weight: 600; color: var(--text-2);
}
.legend-item { display: flex; align-items: center; gap: 6px; }
.legend-dot { width: 10px; height: 10px; border-radius: 50%; }
.legend-dot.hq { background: linear-gradient(135deg, var(--orange), var(--purple)); }
.legend-dot.st { background: linear-gradient(135deg, var(--purple), var(--green)); }

.local-stat-panel { display: flex; flex-direction: column; gap: 20px; }
.local-stat-card {
  background: var(--white); border-radius: var(--radius-md); padding: 24px 28px;
  box-shadow: var(--shadow-sm); border: 1px solid rgba(139,92,246,.08);
  display: flex; align-items: center; gap: 20px; transition: var(--trans);
}
.local-stat-card:hover { transform: translateX(6px); box-shadow: var(--shadow-md); }
.local-stat-icon {
  width: 56px; height: 56px; border-radius: 18px; flex-shrink: 0;
  display: grid; place-items: center;
}
.local-stat-icon.purple { background: rgba(139,92,246,.12); color: var(--purple); }
.local-stat-icon.green { background: rgba(16,185,129,.12); color: var(--green); }
.local-stat-icon.orange { background: rgba(249,115,22,.12); color: var(--orange); }
.local-stat-icon svg { width: 28px; height: 28px; }
.local-stat-text strong { display: block; font-size: 24px; font-weight: 800; margin-bottom: 4px; }
.local-stat-text span { font-size: 13px; color: var(--text-2); }

.station-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.station-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 32px 24px;
  border: 1px solid rgba(139,92,246,.1); box-shadow: var(--shadow-sm); text-align: center;
  position: relative; transition: var(--trans); overflow: hidden;
}
.station-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.station-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
}
.station-card.hq::before { background: linear-gradient(90deg, var(--orange), var(--purple)); }
.station-card.js::before { background: linear-gradient(90deg, var(--purple), var(--purple-light)); }
.station-card.zj::before { background: linear-gradient(90deg, var(--green), var(--green-light)); }
.station-card.ah::before { background: linear-gradient(90deg, var(--purple-dark), var(--purple)); }
.station-card.sd::before { background: linear-gradient(90deg, var(--orange-dark), var(--orange)); }
.station-tag {
  display: inline-block; padding: 4px 12px; border-radius: 999px;
  font-size: 11px; font-weight: 700; margin-bottom: 14px;
}
.station-tag.hq { background: rgba(249,115,22,.1); color: var(--orange); }
.station-tag.st { background: rgba(139,92,246,.1); color: var(--purple); }
.station-name { font-size: 22px; font-weight: 800; margin-bottom: 6px; }
.station-sub { font-size: 12.5px; color: var(--text-3); margin-bottom: 18px; }
.station-info { font-size: 13px; color: var(--text-2); line-height: 1.7; padding-top: 16px; border-top: 1px dashed rgba(139,92,246,.12); }

.beian-compare-table {
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-md); border: 1px solid rgba(139,92,246,.08);
}
.beian-row {
  display: grid; grid-template-columns: 140px repeat(5, 1fr); gap: 0;
  border-bottom: 1px solid rgba(139,92,246,.06); transition: var(--trans);
}
.beian-row:last-child { border-bottom: none; }
.beian-row:hover:not(.beian-header) { background: linear-gradient(135deg, rgba(139,92,246,.03), rgba(16,185,129,.02)); }
.beian-cell { padding: 18px 20px; font-size: 13.5px; color: var(--text-2); line-height: 1.6; border-right: 1px solid rgba(139,92,246,.05); }
.beian-cell:last-child { border-right: none; }
.beian-row.beian-header .beian-cell {
  background: linear-gradient(180deg, rgba(139,92,246,.08), rgba(139,92,246,.03));
  font-weight: 700; color: var(--text-1); font-size: 14px; text-align: center;
}
.beian-cell.row-label { font-weight: 700; color: var(--text-1); background: rgba(139,92,246,.02); }
.badge-fast { display: inline-block; padding: 3px 10px; border-radius: 999px; background: rgba(16,185,129,.1); color: var(--green); font-size: 11px; font-weight: 700; }
.badge-mid { display: inline-block; padding: 3px 10px; border-radius: 999px; background: rgba(139,92,246,.1); color: var(--purple); font-size: 11px; font-weight: 700; }
.badge-strict { display: inline-block; padding: 3px 10px; border-radius: 999px; background: rgba(249,115,22,.1); color: var(--orange); font-size: 11px; font-weight: 700; }

.visit-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.visit-step {
  background: var(--white); border-radius: var(--radius-lg); padding: 36px 28px;
  border: 1px solid rgba(139,92,246,.08); box-shadow: var(--shadow-sm);
  text-align: center; position: relative; transition: var(--trans);
}
.visit-step:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.visit-step-num {
  position: absolute; top: -20px; left: 50%; transform: translateX(-50%);
  width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center;
  font-size: 20px; font-weight: 900; color: var(--white);
}
.visit-step:nth-child(1) .visit-step-num { background: linear-gradient(135deg, var(--purple), var(--purple-dark)); box-shadow: 0 8px 20px rgba(139,92,246,.35); }
.visit-step:nth-child(2) .visit-step-num { background: linear-gradient(135deg, var(--green), var(--green-dark)); box-shadow: 0 8px 20px rgba(16,185,129,.35); }
.visit-step:nth-child(3) .visit-step-num { background: linear-gradient(135deg, var(--orange), var(--orange-dark)); box-shadow: 0 8px 20px rgba(249,115,22,.35); }
.visit-step:nth-child(4) .visit-step-num { background: linear-gradient(135deg, var(--purple), var(--orange)); box-shadow: 0 8px 20px rgba(139,92,246,.35); }
.visit-icon {
  width: 64px; height: 64px; border-radius: 20px; margin: 12px auto 20px;
  display: grid; place-items: center;
}
.visit-step:nth-child(1) .visit-icon { background: rgba(139,92,246,.12); color: var(--purple); }
.visit-step:nth-child(2) .visit-icon { background: rgba(16,185,129,.12); color: var(--green); }
.visit-step:nth-child(3) .visit-icon { background: rgba(249,115,22,.12); color: var(--orange); }
.visit-step:nth-child(4) .visit-icon { background: rgba(139,92,246,.12); color: var(--purple); }
.visit-icon svg { width: 30px; height: 30px; }
.visit-title { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.visit-desc { font-size: 13.5px; color: var(--text-2); line-height: 1.7; }
.visit-cta { margin-top: 22px; }

.local-testimony {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.testimony-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 32px 28px;
  border: 1px solid rgba(139,92,246,.08); box-shadow: var(--shadow-sm); position: relative;
  transition: var(--trans);
}
.testimony-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.testimony-quote {
  position: absolute; top: 20px; right: 24px; font-size: 48px; line-height: 1;
  color: rgba(139,92,246,.1); font-weight: 900;
}
.testimony-content { font-size: 14px; color: var(--text-2); line-height: 1.8; margin-bottom: 20px; padding-top: 12px; }
.testimony-author { display: flex; align-items: center; gap: 14px; padding-top: 16px; border-top: 1px dashed rgba(139,92,246,.12); }
.testimony-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-light), var(--green-light));
  display: grid; place-items: center; font-size: 18px; font-weight: 800; color: var(--white);
}
.testimony-info strong { display: block; font-size: 14.5px; font-weight: 700; }
.testimony-info span { font-size: 12px; color: var(--text-3); }

.cta-strip-local {
  background: linear-gradient(135deg, #8B5CF6 0%, #10B981 60%, #F97316 100%);
  border-radius: var(--radius-xl); padding: 56px 48px; position: relative; overflow: hidden;
}
.cta-strip-local-grid {
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: center; position: relative; z-index: 2;
}
.cta-strip-local h2 { color: #fff; font-size: clamp(24px, 3vw, 34px); font-weight: 800; line-height: 1.25; margin-bottom: 12px; }
.cta-strip-local p { color: rgba(255,255,255,.85); font-size: 16px; line-height: 1.8; }
.cta-strip-local-actions { display: flex; flex-direction: column; gap: 14px; }

@media (max-width: 1080px) {
  .local-map-grid { grid-template-columns: 1fr; }
  .station-grid { grid-template-columns: repeat(3, 1fr); }
  .beian-row { grid-template-columns: 120px repeat(5, 1fr); overflow-x: auto; }
  .visit-flow { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; }
  .local-testimony { grid-template-columns: 1fr; }
  .cta-strip-local-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .station-grid { grid-template-columns: repeat(2, 1fr); }
  .visit-flow { grid-template-columns: 1fr; }
  .local-map-wrap { padding: 32px 20px; }
  .cta-strip-local { padding: 40px 28px; }
}