/* ══════════════════════════════════════════════════════════════
   南昌融信 · 子页面公共样式
   ════════════════════════════════════════════════════════════ */

/* ── 子页 Hero ── */
.sub-hero {
  padding: 140px 0 80px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.sub-hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: end;
}
.breadcrumb {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--f-num); font-size: 12px; letter-spacing: 1.5px;
  color: var(--ink3); text-transform: uppercase; margin-bottom: 28px;
}
.breadcrumb a { color: var(--ink3); text-decoration: none; transition: color .2s; }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb .sep { opacity: .5; }
.sub-h1 {
  font-family: var(--f-display);
  font-size: clamp(40px, 5.4vw, 72px);
  font-weight: 500; color: var(--ink);
  line-height: 1.1; letter-spacing: -1px;
  margin-bottom: 28px;
}
.sub-h1 .accent { color: var(--gold-d); font-style: italic; }
.sub-lead {
  font-size: 18px; color: var(--ink2);
  line-height: 1.85; max-width: 620px;
  margin-bottom: 40px;
}
.sub-hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }

/* Hero 右侧信息卡 */
.sub-info-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 36px;
  position: relative;
  box-shadow: 0 30px 60px -30px rgba(15,20,25,0.12);
}
.sub-info-card::before {
  content: ''; position: absolute;
  top: -1px; left: -1px; width: 40px; height: 40px;
  border-top: 2px solid var(--gold);
  border-left: 2px solid var(--gold);
}
.sub-info-lbl {
  font-family: var(--f-num); font-size: 11px; letter-spacing: 2.5px;
  color: var(--gold-d); font-weight: 600; text-transform: uppercase;
  margin-bottom: 18px;
}
.sub-info-list { list-style: none; }
.sub-info-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 14px;
}
.sub-info-list li:last-child { border-bottom: none; }
.sub-info-list .k { color: var(--ink3); letter-spacing: .5px; }
.sub-info-list .v { color: var(--ink); font-weight: 600; }
.sub-info-list .v.num { font-family: var(--f-num); font-size: 15px; }
.sub-info-phone {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 2px solid var(--ink);
  display: flex; align-items: center; justify-content: space-between;
}
.sub-info-phone .lbl { font-size: 12px; color: var(--ink3); letter-spacing: 1.5px; }
.sub-info-phone a {
  font-family: var(--f-num); font-size: 22px; font-weight: 700;
  color: var(--ink); text-decoration: none;
}
.sub-info-phone a:hover { color: var(--gold-d); }

/* ── TOC 浮动目录 ── */
.toc-bar {
  position: sticky; top: 76px; z-index: 500;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.toc-bar-inner {
  display: flex; gap: 28px; overflow-x: auto;
  scrollbar-width: none;
}
.toc-bar-inner::-webkit-scrollbar { display: none; }
.toc-bar a {
  font-size: 13px; color: var(--ink3); text-decoration: none;
  white-space: nowrap; font-weight: 500;
  padding: 4px 0; letter-spacing: .3px;
  border-bottom: 2px solid transparent;
  transition: all .2s;
}
.toc-bar a:hover, .toc-bar a.on { color: var(--ink); border-bottom-color: var(--gold); }

/* ── 内容区通用 ── */
.prose {
  max-width: 920px; margin: 0 auto;
}
.prose p {
  font-size: 16px; color: var(--ink2);
  line-height: 1.9; margin-bottom: 18px;
}
.prose p strong { color: var(--ink); font-weight: 600; }
.prose h3 {
  font-family: var(--f-display);
  font-size: 26px; font-weight: 500; color: var(--ink);
  line-height: 1.35; margin: 40px 0 16px;
  letter-spacing: -.3px;
}
.prose h4 {
  font-family: var(--f-display);
  font-size: 20px; font-weight: 500; color: var(--ink);
  margin: 28px 0 12px;
}

/* GEO 摘要卡（给 AI 爬取的要点） */
.geo-summary {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  padding: 28px 32px;
  margin: 32px 0;
}
.geo-summary-h {
  font-family: var(--f-num); font-size: 11px; font-weight: 700;
  color: var(--gold-d); letter-spacing: 2.5px; text-transform: uppercase;
  margin-bottom: 14px;
}
.geo-summary p {
  font-size: 16px; color: var(--ink); line-height: 1.85;
  margin: 0;
  font-weight: 500;
}

/* ── 价格表 ── */
.ptable-wrap {
  border: 1px solid var(--line);
  background: #fff;
  overflow-x: auto;
}
.ptable {
  width: 100%; border-collapse: collapse;
  min-width: 640px;
}
.ptable th, .ptable td {
  padding: 18px 22px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  vertical-align: middle;
}
.ptable thead th {
  background: var(--bg2);
  font-family: var(--f-num); font-size: 11px; font-weight: 700;
  color: var(--ink2); letter-spacing: 2px; text-transform: uppercase;
  padding: 16px 22px;
}
.ptable tbody tr:last-child td { border-bottom: none; }
.ptable tbody tr:hover { background: var(--bg); }
.ptable .price-cell {
  font-family: var(--f-num); font-weight: 700; color: var(--gold-d);
  font-size: 18px;
}
.ptable .p-name { font-weight: 600; color: var(--ink); }
.ptable .p-note { font-size: 12px; color: var(--ink3); margin-top: 4px; }

/* ── 包含清单 grid ── */
.inc-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.inc-card {
  background: #fff;
  padding: 32px 28px;
  transition: background .25s;
}
.inc-card:hover { background: var(--bg); }
.inc-n {
  font-family: var(--f-num); font-size: 12px; font-weight: 700;
  color: var(--gold-d); letter-spacing: 2px; margin-bottom: 14px;
}
.inc-h {
  font-family: var(--f-display);
  font-size: 18px; font-weight: 500; color: var(--ink);
  line-height: 1.4; margin-bottom: 12px;
}
.inc-b {
  font-size: 14px; color: var(--ink2); line-height: 1.8;
}

/* ── 对比表 ── */
.ctable-wrap { overflow-x: auto; border: 1px solid var(--line); }
.ctable {
  width: 100%; border-collapse: collapse;
  background: #fff; min-width: 680px;
  table-layout: fixed;
}
.ctable th, .ctable td {
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  font-size: 14px; line-height: 1.7;
}
.ctable th {
  background: var(--bg2);
  font-family: var(--f-num); font-size: 11px;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--ink2); font-weight: 700;
  text-align: left;
}
.ctable th.hi {
  background: var(--ink); color: #fff;
  border-bottom-color: var(--ink);
}
.ctable th:first-child { width: 20%; }
.ctable td:first-child {
  font-weight: 600; color: var(--ink);
  background: var(--bg2);
  border-right: 1px solid var(--line);
}
.ctable td.us {
  color: var(--ink); font-weight: 500;
  background: rgba(184,115,58,0.04);
}
.ctable tr:last-child td { border-bottom: none; }

/* ── 流程步骤（水平） ── */
.steps-h {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  background: var(--line);
}
.step-h {
  background: #fff; padding: 32px 24px;
  position: relative;
  transition: background .25s;
}
.step-h:hover { background: var(--bg); }
.step-h-n {
  font-family: var(--f-num); font-size: 40px; font-weight: 700;
  color: var(--bg2); line-height: 1; margin-bottom: 16px;
  letter-spacing: -2px;
  transition: color .3s;
}
.step-h:hover .step-h-n { color: var(--gold-l); }
.step-h-h {
  font-family: var(--f-display);
  font-size: 16px; font-weight: 500; color: var(--ink);
  margin-bottom: 8px; line-height: 1.4;
}
.step-h-b {
  font-size: 13px; color: var(--ink3); line-height: 1.7;
}
.step-h-time {
  font-family: var(--f-num); font-size: 10px; font-weight: 700;
  color: var(--gold-d); letter-spacing: 1.5px;
  margin-top: 14px; text-transform: uppercase;
}

/* ── CTA 条（子页专用） ── */
.sub-cta {
  background: var(--ink);
  color: #fff;
  padding: 60px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.sub-cta::before {
  content: ''; position: absolute;
  top: -80px; right: -80px;
  width: 280px; height: 280px;
  background: var(--gold); opacity: .12;
  border-radius: 50%; filter: blur(60px);
}
.sub-cta h3 {
  font-family: var(--f-display);
  font-size: clamp(26px, 2.8vw, 36px); font-weight: 500;
  color: #fff; line-height: 1.3; margin-bottom: 12px;
}
.sub-cta p {
  font-size: 15px; color: rgba(255,255,255,.7);
  line-height: 1.8;
}
.sub-cta-box {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; gap: 14px;
}
.sub-cta-phone {
  display: flex; align-items: baseline; gap: 12px;
  padding: 20px 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  text-decoration: none;
  transition: all .25s;
}
.sub-cta-phone:hover { background: var(--gold); border-color: var(--gold); }
.sub-cta-phone .lbl { font-size: 11px; color: rgba(255,255,255,.55); letter-spacing: 2px; }
.sub-cta-phone .num {
  font-family: var(--f-num); font-size: 26px; font-weight: 700;
  color: #fff; letter-spacing: .5px;
}

/* 相关业务交叉导航 */
.related-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.related-card {
  display: block;
  padding: 36px 32px;
  background: #fff;
  border: 1px solid var(--line);
  text-decoration: none;
  transition: all .3s;
  position: relative;
}
.related-card:hover {
  border-color: var(--ink);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -20px rgba(15,20,25,0.12);
}
.related-card .n {
  font-family: var(--f-num); font-size: 12px; font-weight: 700;
  color: var(--gold-d); letter-spacing: 2px; margin-bottom: 14px;
}
.related-card .h {
  font-family: var(--f-display);
  font-size: 22px; font-weight: 500; color: var(--ink);
  line-height: 1.3; margin-bottom: 10px;
}
.related-card .b {
  font-size: 14px; color: var(--ink2); line-height: 1.7;
  margin-bottom: 20px;
}
.related-card .arr {
  font-family: var(--f-num);
  font-size: 13px; font-weight: 600;
  color: var(--ink); letter-spacing: 1.5px;
  display: inline-flex; align-items: center; gap: 8px;
  transition: gap .25s;
}
.related-card:hover .arr { gap: 14px; color: var(--gold-d); }

/* Responsive */
@media (max-width: 1100px) {
  .sub-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .inc-grid { grid-template-columns: 1fr; }
  .steps-h { grid-template-columns: 1fr; }
  .sub-cta { grid-template-columns: 1fr; padding: 40px 32px; }
  .related-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .sub-hero { padding: 110px 0 60px; }
  .sub-info-card { padding: 24px; }
  .prose h3 { font-size: 22px; }
}


/* 工商注册：报价表分组行 */
.ptable .row-group td {
  background: linear-gradient(90deg, rgba(179,138,70,.12), rgba(179,138,70,.04));
  color: var(--gold-d, #8a6a2e);
  font-family: 'Noto Serif SC', serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .04em;
  padding: 10px 16px;
  border-top: 1px solid rgba(179,138,70,.25);
  border-bottom: 1px solid rgba(179,138,70,.25);
}

/* ====================== APPLE SKIN · Subpage 覆盖 ====================== */
.sub-h1, .prose h3, .prose h4, .inc-h, .step-h-h, .related-card .h, .sub-cta h3 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display",
               "PingFang SC", "Noto Sans SC", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: -.02em !important;
}
.sub-h1 { font-size: clamp(42px, 5.2vw, 72px) !important; line-height: 1.08 !important; }

.breadcrumb, .sub-info-lbl, .geo-summary-h,
.ptable thead th, .ctable th,
.inc-n, .step-h-n, .step-h-time, .related-card .n {
  text-transform: none !important;
  letter-spacing: .02em !important;
}
.sub-info-lbl, .geo-summary-h, .inc-n, .step-h-time, .related-card .n {
  color: #0066CC !important;
  font-weight: 500 !important;
}
.ptable thead th, .ctable th {
  font-family: inherit !important; font-weight: 600 !important;
  color: var(--ink2) !important; font-size: 13px !important;
  letter-spacing: 0 !important; text-transform: none !important;
}
.ptable .price-cell { color: #0066CC !important; font-family: inherit !important; }

/* 子页卡片全部大圆角 */
.sub-info-card, .geo-summary, .ptable-wrap, .inc-card,
.ctable, .step-h, .related-card, .faq-item {
  border-radius: 18px !important;
}
.geo-summary { border-left: none !important; border-top: 3px solid #0066CC !important; }
.sub-info-phone a { font-family: inherit !important; letter-spacing: -.01em !important; }

/* 子页底部 CTA：深色苹果卡 */
.sub-cta {
  border-radius: 24px !important;
  background: #1D1D1F !important;
  padding: 72px 56px !important;
}
.sub-cta::before { display: none !important; }
.sub-cta-phone .num { font-family: inherit !important; letter-spacing: -.01em !important; }

/* 子页内 related-card 箭头改 Apple Blue */
.related-card .arr { font-family: inherit !important; color: #0066CC !important; }
