/* ============================================================
   美业运营智库 · 体系化知识库 + 营销结算系统接单利器
   Shared stylesheet — visual language & components
   Theme: 深梅子 + 莓紫 + 金 + 青 (consistent with V2 sourcing)
   ============================================================ */

:root {
  --bg: #FAF8F5;
  --bg2: #F0EBE4;
  --paper: #FFFFFF;
  --ink: #211C24;
  --ink-soft: #3A333F;
  --muted: #7A6E7A;
  --rule: #E3D9CC;
  --rule-soft: #EFE8DD;
  --accent: #7A2E5E;      /* 莓紫 main */
  --accent-deep: #4A1B39; /* 深梅子 */
  --accent2: #C49A5E;     /* 金 */
  --accent2-soft: #EAD9B8;
  --teal: #0FA3A3;        /* 青 */
  --teal-soft: #D9F0F0;
  --green: #1B6B2E;
  --green-soft: #DFF0E2;
  --red: #B82020;
  --red-soft: #F6E0DC;
  --shadow: 0 2px 14px rgba(33,28,36,.07);
  --shadow-lg: 0 12px 40px rgba(33,28,36,.12);
  --radius: 12px;
  --radius-sm: 8px;
  --font: 'Microsoft YaHei','PingFang SC','Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  min-width: 1200px;
  position: relative;
}

/* ---------- 全站漂浮水印 ---------- */
.watermark-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
  user-select: none;
}
.watermark-layer .wm-text {
  position: absolute;
  color: rgba(122, 46, 94, 0.09);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  white-space: nowrap;
  transform: rotate(-25deg);
  transform-origin: center center;
  user-select: none;
}
.watermark-layer .wm-text.wm-gold {
  color: rgba(196, 154, 94, 0.07);
}

/* 打印/存PDF时水印也显示 */
@media print {
  .watermark-layer {
    position: fixed !important;
    z-index: 9999 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .watermark-layer .wm-text {
    color: rgba(122, 46, 94, 0.12) !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
}
a { color: var(--accent); text-decoration: none !important; }
a:link, a:visited, a:hover, a:active { text-decoration: none !important; }
a:hover { color: var(--accent-deep); }
img { max-width: 100%; display: block; }
::selection { background: var(--accent); color: #fff; }

/* ---------- Layout ---------- */
.container { width: 1180px; margin: 0 auto; padding: 0 1.5rem; }
.container-narrow { width: 900px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 3.5rem 0; }
.section-alt { background: var(--bg2); }
.section-white { background: var(--paper); }
.section-tight { padding: 2rem 0; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--accent-deep);
  color: #fff; font-size: .82rem; padding: .4rem 0;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.topbar a { color: var(--accent2); }
.topbar .tb-right { display: flex; gap: 1.2rem; }

/* ---------- Navbar ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--rule);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: .7rem 0; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .6rem; font-weight: 800; font-size: 1.15rem; }
.brand .logo {
  width: 38px; height: 38px; border-radius: 10px; flex: none;
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  display: grid; place-items: center; color: var(--accent2); font-size: 1.15rem;
  box-shadow: var(--shadow);
}
.brand small { display: block; font-size: .68rem; font-weight: 600; color: var(--muted); letter-spacing: .08em; }
.nav-links { display: flex; align-items: center; gap: .2rem; flex-wrap: wrap; }
.nav-links a {
  color: var(--ink-soft); font-weight: 600; font-size: .92rem;
  padding: .45rem .8rem; border-radius: 8px; transition: .15s;
}
.nav-links a:hover { background: var(--bg2); color: var(--accent); }
.nav-links a.active { color: var(--accent); background: rgba(122,46,94,.08); }
.nav-cta {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #fff !important; padding: .5rem 1.1rem !important; border-radius: 999px;
  font-weight: 700; box-shadow: var(--shadow); white-space: nowrap;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: var(--shadow-lg); }
.nav-toggle { display: none; background: none; border: none; font-size: 1.5rem; color: var(--ink); cursor: pointer; }

/* ---------- Hero ---------- */
.hero {
  color: #fff; padding: 4.5rem 0; position: relative; overflow: hidden;
  background: linear-gradient(160deg, #2d1624 0%, #3A1E30 40%, #4a2238 70%, #5A2A48 100%);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: 
    radial-gradient(ellipse 800px 300px at 20% 120%, rgba(196,154,94,0.12), transparent 60%),
    radial-gradient(ellipse 600px 250px at 80% -20%, rgba(196,154,94,0.1), transparent 60%);
}
.hero::after {
  content:''; position:absolute; inset:0; pointer-events:none;
  background-image: 
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: .9;
}
.hero-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-decor .hd-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
}
.hero-decor .hd-blob.b1 {
  width: 400px;
  height: 400px;
  background: rgba(196, 154, 94, 0.2);
  top: -100px;
  right: 5%;
}
.hero-decor .hd-blob.b2 {
  width: 300px;
  height: 300px;
  background: rgba(122, 46, 94, 0.3);
  bottom: -80px;
  left: 10%;
}
.hero-decor .hd-blob.b3 {
  width: 200px;
  height: 200px;
  background: rgba(196, 154, 94, 0.15);
  top: 30%;
  left: 50%;
}
.hero .container { position: relative; z-index: 1; }
.hero-badge {
  display: inline-block; background: rgba(196,154,94,.18); color: var(--accent2);
  border: 1px solid rgba(196,154,94,.4); padding: .3rem .9rem; border-radius: 999px;
  font-size: .8rem; font-weight: 700; letter-spacing: .06em; margin-bottom: 1.2rem;
}
.hero h1 { font-size: 2.6rem; font-weight: 800; line-height: 1.25; letter-spacing: .01em; margin-bottom: 1rem; }
.hero h1 .hi { background: linear-gradient(120deg, #EAD9B8, #C49A5E); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero p.lead { font-size: 1.12rem; color: rgba(255,255,255,.82); max-width: 760px; margin-bottom: 1.6rem; }
.hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .95rem;
  padding: .72rem 1.5rem; border-radius: 999px; border: 1px solid transparent; cursor: pointer;
  transition: .18s; text-align: center;

}
.btn-primary { background: linear-gradient(135deg, var(--accent2), #b98a45); color: var(--accent-deep); box-shadow: var(--shadow); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); color: var(--accent-deep); }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-ghost-light:hover { background: rgba(255,255,255,.12); color: #fff; }
.btn-outline { background: transparent; color: var(--accent); border-color: var(--accent); }
.btn-outline:hover { background: rgba(122,46,94,.06); color: var(--accent-deep); }

.hero-stats { display: flex; gap: 3rem; flex-wrap: wrap; margin-top: 2.4rem; }
.hero-stat .num { font-size: 2rem; font-weight: 800; color: var(--accent2); line-height: 1; }
.hero-stat .label { font-size: .82rem; color: rgba(255,255,255,.7); margin-top: .25rem; }

/* ---------- Section headings ---------- */
.sec-head { text-align: center; max-width: 760px; margin: 0 auto 2.6rem; }
.sec-head .kicker { color: var(--accent); letter-spacing: .14em; font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.sec-head h2 { font-size: 1.9rem; font-weight: 800; margin: .4rem 0 .6rem; color: var(--ink); }
.sec-head p { color: var(--muted); font-size: .98rem; }

/* ---------- Cards ---------- */
.card {
  background: var(--paper); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 1.4rem; box-shadow: var(--shadow); transition: .2s;
}
.card.hover:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--accent2); }
.card-title { font-size: 1.02rem; font-weight: 800; color: var(--accent); margin-bottom: .5rem; }

.grid { display: grid; gap: 1.3rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Tags & pills ---------- */
.tag { display: inline-block; padding: .12rem .55rem; border-radius: 6px; font-size: .74rem; font-weight: 700; }
.tag-core { background: rgba(122,46,94,.12); color: var(--accent); }
.tag-var { background: rgba(196,154,94,.2); color: #9A7E4A; }
.tag-op { background: rgba(27,107,46,.12); color: var(--green); }
.tag-risk { background: var(--red-soft); color: var(--red); }
.tag-safe { background: var(--green-soft); color: var(--green); }
.tag-teal { background: var(--teal-soft); color: var(--teal); }
.tag-gold { background: rgba(196,154,94,.18); color: #9A7E4A; }
.pill { display:inline-block; padding:.1rem .7rem; border-radius:999px; font-size:.76rem; font-weight:600; border:1px solid var(--rule); color:var(--muted); }

/* ---------- Callout / alert ---------- */
.callout { border-left: 4px solid var(--accent); background: rgba(122,46,94,.05); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 1rem 1.2rem; margin: 1.2rem 0; font-size: .92rem; }
.callout strong { display: block; margin-bottom: .25rem; color: var(--accent); }
.callout.gold { border-color: var(--accent2); background: rgba(196,154,94,.08); }
.callout.gold strong { color: #9A7E4A; }
.callout.green { border-color: var(--green); background: var(--green-soft); }
.callout.green strong { color: var(--green); }
.callout.red { border-color: var(--red); background: var(--red-soft); }
.callout.red strong { color: var(--red); }
.callout.teal { border-color: var(--teal); background: var(--teal-soft); }
.callout.teal strong { color: var(--teal); }

/* ---------- Tables ---------- */
.table-wrap { overflow-x: auto; margin: 1.2rem 0; border-radius: var(--radius); border: 1px solid var(--rule); background: var(--paper); }
table { width: 100%; border-collapse: collapse; font-size: .88rem; }
thead { background: var(--accent); color: #fff; }
th { padding: .65rem .8rem; text-align: left; font-weight: 700; white-space: nowrap; }
td { padding: .55rem .8rem; border-bottom: 1px solid var(--rule-soft); vertical-align: top; }
tbody tr:nth-child(even) { background: rgba(240,235,228,.4); }
tbody tr:hover { background: rgba(196,154,94,.08); }
th.sortable { cursor: pointer; }

/* ---------- Steps / timeline ---------- */
.steps { display: grid; gap: 1rem; counter-reset: step; }
.step { position: relative; background: var(--paper); border: 1px solid var(--rule); border-radius: var(--radius); padding: 1.2rem 1.4rem 1.2rem 3.4rem; box-shadow: var(--shadow); }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  position: absolute; left: 1.1rem; top: 1.1rem; width: 1.7rem; height: 1.7rem;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep)); color: var(--accent2);
  border-radius: 8px; display: grid; place-items: center; font-weight: 800; font-size: .85rem;
}
.step h4 { margin-bottom: .3rem; color: var(--accent); }
.step p, .step li { font-size: .9rem; color: var(--ink-soft); }

/* ---------- Breadcrumb ---------- */
.crumbs { padding: 1rem 0; font-size: .84rem; color: var(--muted); }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--accent); }
.crumbs .sep { margin: 0 .4rem; color: #c9bdb0; }

/* ---------- Mode page layout ---------- */
.mode-hero {
  background: linear-gradient(150deg, #2d1624 0%, #43203A 60%, #5A2A48 100%);
  color: #fff; padding: 2.8rem 0; position: relative; overflow: hidden;
}
.mode-hero::after { content:''; position:absolute; inset:0; pointer-events:none; 
  background-image: 
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: .9;
}
.mode-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: 
    radial-gradient(ellipse 700px 250px at 30% 120%, rgba(196,154,94,0.1), transparent 60%),
    radial-gradient(ellipse 500px 200px at 70% -30%, rgba(196,154,94,0.08), transparent 60%);
}
.mode-hero .hero-decor .hd-blob.b1 { background: rgba(196, 154, 94, 0.15); }
.mode-hero .hero-decor .hd-blob.b2 { background: rgba(122, 46, 94, 0.25); }
.mode-hero .container { position: relative; z-index: 1; }
.mode-hero h1 { font-size: 2.1rem; font-weight: 800; margin: .5rem 0 .4rem; }
.mode-hero .sub { color: rgba(255,255,255,.8); font-size: 1rem; max-width: 760px; }
.mode-hero .tags { margin-top: 1rem; display: flex; gap: .4rem; flex-wrap: wrap; }
.mode-hero .tags .pill { border-color: rgba(255,255,255,.3); color: rgba(255,255,255,.9); background: rgba(255,255,255,.08); }
.hero-illustration {
  margin-top: 2rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.hero-illustration img {
  width: 100%;
  display: block;
}

/* 产品展示卡片 */
.showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}
.showcase-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.showcase-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.showcase-img {
  background: linear-gradient(135deg, #f0f4ff, #faf5ff);
  padding: 1.5rem;
  text-align: center;
}
.showcase-img img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.showcase-info {
  padding: 1.2rem 1.5rem 1.5rem;
}
.showcase-info h4 {
  font-size: 1.05rem;
  color: var(--accent);
  margin-bottom: .4rem;
}
.showcase-info p {
  font-size: .88rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}

.showcase-single {
  margin-top: 1.5rem;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
  text-align: center;
}
.showcase-single .showcase-img.large {
  padding: 2rem;
  background: linear-gradient(135deg, #f0f4ff, #faf5ff);
}
.showcase-single .showcase-img.large img {
  max-width: 80%;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}
.showcase-single .showcase-info {
  padding: 0 1.5rem 1.5rem;
}
.showcase-single .showcase-info h4 {
  font-size: 1.1rem;
}

/* 模式详情页外层容器 */
.mode-layout {
  padding: 2rem 0;
}

.mode-layout > .container { display: grid; grid-template-columns: 240px 1fr; gap: 2rem; align-items: start; }
.mode-toc {
  position: sticky; top: 84px; background: var(--paper); border: 1px solid var(--rule);
  border-radius: var(--radius); padding: 1.1rem; box-shadow: var(--shadow);
}
.mode-toc h4 { font-size: .8rem; letter-spacing: .1em; color: var(--muted); margin-bottom: .6rem; }
.mode-toc a { display: block; font-size: .84rem; color: var(--ink-soft); padding: .28rem .5rem; border-radius: 6px; }
.mode-toc a:hover { color: var(--accent); background: var(--bg2); }
.mode-toc a.cta-link { color: var(--accent); font-weight: 700; margin-top: .4rem; border-top: 1px solid var(--rule); padding-top: .6rem; }
.mode-body { min-width: 0; }
.mode-body section { margin-bottom: 2.4rem; }
.mode-body h2 { font-size: 1.4rem; font-weight: 800; color: var(--accent); padding-left: .7rem; border-left: 4px solid var(--accent2); margin-bottom: .9rem; }
.mode-body h3 { font-size: 1.08rem; font-weight: 700; margin: 1.4rem 0 .5rem; color: var(--ink); }
.mode-body p, .mode-body ul, .mode-body ol { font-size: .94rem; color: var(--ink-soft); }
.mode-body ul, .mode-body ol { padding-left: 1.3rem; margin: .5rem 0; }
.mode-body li { margin: .28rem 0; }

/* ---------- System / feature panels ---------- */
.feature { display: flex; gap: 1rem; align-items: flex-start; }
.feature .ico {
  flex: none; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  font-size: 1.3rem; background: linear-gradient(135deg, var(--accent), var(--accent-deep)); color: var(--accent2);
}
.feature .ico.purple { background: linear-gradient(135deg, #f3e8ff, #ddd6fe); color: #7c3aed; }
.feature .ico.blue { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #2563eb; }
.feature .ico.green { background: linear-gradient(135deg, #d1fae5, #a7f3d0); color: #059669; }
.feature .ico.orange { background: linear-gradient(135deg, #fed7aa, #fdba74); color: #c2410c; }
.feature .ico.red { background: linear-gradient(135deg, #fee2e2, #fecaca); color: #dc2626; }
.feature h4 { font-size: 1rem; color: var(--accent); margin-bottom: .2rem; }
.feature p { font-size: .88rem; color: var(--muted); }

.tag-cloud { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin-top: 1.2rem; }
.mkt-tag {
  padding: .5rem 1.2rem;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 500;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  color: var(--ink-soft);
  transition: all .2s;
}
.mkt-tag:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-2px);
}

.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.compare .col { border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; background: var(--paper); }
.compare .col h4 { padding: .8rem 1.1rem; font-size: .92rem; }
.compare .col.crb h4 { background: var(--teal-soft); color: var(--teal); }
.compare .col.self h4 { background: var(--accent2-soft); color: #8a6a32; }
.compare .col ul { list-style: none; padding: .7rem 1.1rem 1rem; }
.compare .col li { font-size: .86rem; padding: .3rem 0; color: var(--ink-soft); border-bottom: 1px dashed var(--rule-soft); }
.compare .col li:last-child { border-bottom: none; }
.compare .col li::before { content: '✓'; color: var(--green); font-weight: 800; margin-right: .5rem; }

/* ---------- Form / inputs ---------- */
.field { margin-bottom: 1rem; }
.field label { display: block; font-weight: 700; font-size: .86rem; margin-bottom: .3rem; color: var(--ink-soft); }
.field input, .field select {
  width: 100%; padding: .6rem .8rem; border: 1px solid var(--rule); border-radius: var(--radius-sm);
  font-size: .92rem; font-family: inherit; background: var(--paper); color: var(--ink);
}
.field input:focus, .field select:focus { outline: 2px solid var(--accent2); border-color: transparent; }
.field .hint { font-size: .76rem; color: var(--muted); margin-top: .2rem; }

.result-panel {
  background: var(--bg2); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 1.3rem; margin-top: 1rem;
}
.result-panel .score { font-size: 2.2rem; font-weight: 800; color: var(--accent); line-height: 1; }
.meter { height: 10px; background: var(--rule-soft); border-radius: 999px; overflow: hidden; margin: .6rem 0; }
.meter > span { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--teal), var(--accent2), var(--red)); width: 0; transition: .5s; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  color: #fff; padding: 3rem 0; text-align: center; position: relative; overflow: hidden;
}
.cta-band::after { content:''; position:absolute; inset:0; background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 24px 24px; pointer-events:none; }
.cta-band .container { position: relative; z-index: 1; }
.cta-band h2 { font-size: 1.7rem; font-weight: 800; margin-bottom: .6rem; }
.cta-band p { color: rgba(255,255,255,.82); max-width: 640px; margin: 0 auto 1.6rem; }
.contact-row { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; margin-top: 1.4rem; font-size: .9rem; color: rgba(255,255,255,.85); }
.contact-row b { color: var(--accent2); }

/* ---------- Footer ---------- */
footer { background: var(--accent-deep); color: rgba(255,255,255,.7); padding: 2.4rem 0 1.6rem; margin-top: 3rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; }
footer h4 { color: var(--accent2); font-size: .9rem; margin-bottom: .8rem; }
footer a { display: block; color: rgba(255,255,255,.65); font-size: .86rem; padding: .2rem 0; }
footer a:hover { color: #fff; }
.footer-brand p { font-size: .86rem; margin-top: .6rem; max-width: 300px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 2rem; padding-top: 1.2rem; font-size: .78rem; text-align: center; color: rgba(255,255,255,.45); }

/* ========== 产品页 Hero ========== */
.prod-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 4rem 0 5rem;
}
.prod-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.prod-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prod-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(76,29,149,0.92) 0%, rgba(124,58,237,0.85) 100%);
}
.prod-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.prod-hero-text h1 {
  font-size: 3rem;
  line-height: 1.2;
  margin: 1rem 0 1.2rem;
  font-weight: 700;
}
.prod-hero-text .sub {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  margin-bottom: 2rem;
}
.prod-hero-actions {
  display: flex;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.btn-white {
  background: #fff;
  color: #7c3aed;
  padding: .9rem 2rem;
  border-radius: var(--radius);
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}
.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.btn-outline-white {
  border: 2px solid rgba(255,255,255,0.5);
  color: #fff;
  padding: .9rem 2rem;
  border-radius: var(--radius);
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}
.btn-outline-white:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.1);
}
.prod-hero-stats {
  display: flex;
  gap: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.2);
}
.prod-hero-stats .stat .num {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.prod-hero-stats .stat .label {
  font-size: .85rem;
  color: rgba(255,255,255,0.7);
  margin-top: .3rem;
}
.prod-hero-mockup img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}

/* Hero badge 白色版 */
.hero-badge.white {
  display: inline-block;
  padding: .4rem 1rem;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 999px;
  font-size: .82rem;
  color: rgba(255,255,255,0.9);
  letter-spacing: 1px;
  background: rgba(255,255,255,0.08);
}

/* ========== 架构图区 ========== */
.section-arch {
  background: var(--paper);
  padding-bottom: 3rem;
}
.arch-img-wrap {
  margin-top: 2rem;
  text-align: center;
}
.arch-img-wrap img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.1);
}

/* ========== 功能卡片 ========== */
.feat-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 1.8rem 1.5rem;
  transition: all .3s;
}
.feat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent);
}
.feat-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 24px;
  margin-bottom: 1rem;
}
.feat-icon.purple { background: #f3e8ff; }
.feat-icon.blue { background: #dbeafe; }
.feat-icon.green { background: #d1fae5; }
.feat-icon.orange { background: #fed7aa; }
.feat-icon.red { background: #fee2e2; }
.feat-card h4 {
  font-size: 1.05rem;
  color: var(--accent);
  margin-bottom: .5rem;
}
.feat-card p {
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

/* ========== 左右图文行 ========== */
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.feature-row.reverse .feature-text {
  order: 2;
}
.feature-row.reverse .feature-image {
  order: 1;
}
.feature-text h2 {
  font-size: 2rem;
  line-height: 1.35;
  margin: .8rem 0 1rem;
  color: var(--accent);
}
.feature-text .muted {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.8;
}
.feature-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

/* 勾选列表 */
.check-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}
.check-list li {
  padding: .6rem 0 .6rem 1.8rem;
  position: relative;
  font-size: .92rem;
  color: var(--ink-soft);
  line-height: 1.6;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .6rem;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #a78bfa, #7c3aed);
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  display: grid;
  place-items: center;
  font-weight: 700;
}

/* 迷你功能 */
.mini-feat {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
}
.mf-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 16px;
  flex-shrink: 0;
}
.mf-icon.purple { background: #f3e8ff; }
.mf-icon.blue { background: #dbeafe; }
.mf-icon.green { background: #d1fae5; }
.mf-icon.orange { background: #fed7aa; }
.mini-feat h5 {
  font-size: .92rem;
  color: var(--accent);
  margin-bottom: .2rem;
}
.mini-feat p {
  font-size: .82rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}

/* 营销标签云 */
.tag-showcase {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1.5rem;
}
.t-tag {
  padding: .5rem 1.1rem;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 500;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  color: var(--ink-soft);
  transition: all .2s;
}
.t-tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.t-tag.purple { border-color: #ddd6fe; color: #7c3aed; background: #f5f3ff; }
.t-tag.blue { border-color: #bfdbfe; color: #2563eb; background: #eff6ff; }
.t-tag.green { border-color: #a7f3d0; color: #059669; background: #ecfdf5; }
.t-tag.orange { border-color: #fdba74; color: #c2410c; background: #fff7ed; }
.t-tag.pink { border-color: #f9a8d4; color: #be185d; background: #fdf2f8; }
.t-tag.red { border-color: #fca5a5; color: #dc2626; background: #fef2f2; }

/* ========== 模式卡片 ========== */
.mode-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 2rem 1.8rem;
  position: relative;
  transition: all .3s;
}
.mode-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.mode-card.featured {
  border-color: var(--accent);
  box-shadow: 0 8px 32px rgba(124,58,237,0.15);
}
.mode-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: .25rem .8rem;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #fff;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 600;
}
.mode-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f3e8ff, #ddd6fe);
  display: grid;
  place-items: center;
  font-size: 28px;
  margin-bottom: 1.2rem;
}
.mode-card h3 {
  font-size: 1.3rem;
  color: var(--accent);
  margin-bottom: .6rem;
}
.mode-card > p {
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 1.2rem;
}
.dot-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dot-list li {
  padding: .4rem 0 .4rem 1.2rem;
  position: relative;
  font-size: .85rem;
  color: var(--ink-soft);
}
.dot-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .85rem;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
}

/* ========== 引擎卡片 ========== */
.engine-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 1.8rem 1.5rem;
  transition: all .3s;
}
.engine-card:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.engine-ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f3e8ff, #ddd6fe);
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 1rem;
}
.engine-card h4 {
  font-size: 1.05rem;
  color: var(--accent);
  margin-bottom: .5rem;
}
.engine-card p {
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

/* ========== 响应式 ========== */
@media (max-width: 960px) {
  .prod-hero-inner { grid-template-columns: 1fr; gap: 2rem; }
  .prod-hero-text h1 { font-size: 2.2rem; }
  .prod-hero-stats { gap: 1.2rem; }
  .prod-hero-stats .stat .num { font-size: 1.6rem; }
  .feature-row { grid-template-columns: 1fr; gap: 2rem; }
  .feature-row.reverse .feature-text { order: 1; }
  .feature-row.reverse .feature-image { order: 2; }
  .feature-text h2 { font-size: 1.6rem; }
  .grid.grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .prod-hero { padding: 2.5rem 0 3rem; }
  .prod-hero-text h1 { font-size: 1.8rem; }
  .prod-hero-actions { flex-direction: column; }
  .btn-white, .btn-outline-white { text-align: center; }
  .prod-hero-stats { gap: 1rem; flex-wrap: wrap; }
  .grid.grid-3 { grid-template-columns: 1fr; }
  .grid.grid-4 { grid-template-columns: 1fr; }
  .mode-grid { grid-template-columns: 1fr; }
  .ind-grid-3 { grid-template-columns: 1fr; }
  .cat-btn { padding: .4rem .9rem; font-size: .8rem; }
}

/* ---------- Misc ---------- */
.divider { border: none; border-top: 1px solid var(--rule); margin: 2rem 0; }
.center { text-align: center; }
.muted { color: var(--muted); }
.mt-1 { margin-top: .5rem; } .mt-2 { margin-top: 1rem; } .mt-3 { margin-top: 1.5rem; } .mt-4 { margin-top: 2rem; }
.mb-2 { margin-bottom: 1rem; } .mb-3 { margin-bottom: 1.5rem; }
.flex { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.data-num { font-size: 1.6rem; font-weight: 800; color: var(--accent); line-height: 1; }
.data-label { font-size: .8rem; color: var(--muted); }

/* ---------- 综合评估 / 评分卡 ---------- */
.verdict-band {
  background: linear-gradient(135deg, var(--accent-deep) 0%, #3A1E30 55%, var(--accent) 100%);
  color: #fff; border-radius: 14px; padding: 1.8rem 2rem; margin: 1.5rem 0; box-shadow: var(--shadow-lg);
}
.verdict-band h2 { color: #fff; border-left-color: var(--accent2); }
.verdict-band .score-ring { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; margin-top: .6rem; }
.verdict-band .big-score { font-size: 3rem; font-weight: 800; color: var(--accent2); line-height: 1; }
.verdict-band .score-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; flex: 1; min-width: 260px; }
.verdict-band .s-item { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 10px; padding: .7rem; text-align: center; }
.verdict-band .s-item .v { font-size: 1.5rem; font-weight: 800; color: #fff; }
.verdict-band .s-item .l { font-size: .74rem; color: rgba(255,255,255,.7); }
.verdict-band .s-item .badge { display:inline-block; font-size:.7rem; padding:.05rem .5rem; border-radius:999px; margin-top:.2rem; font-weight:700; }
.badge-a { background: rgba(196,154,94,.25); color: var(--accent2); }
.badge-b { background: rgba(196,154,94,.15); color: #EAD9B8; }
.badge-c { background: rgba(15,163,163,.2); color: #9fe0e0; }
.badge-d { background: rgba(255,255,255,.12); color: #fff; }
.verdict-band .verdict-text { margin-top: 1rem; font-size: .95rem; color: rgba(255,255,255,.85); }
.verdict-band .verdict-text strong { color: var(--accent2); }

.rank-chip { display:inline-block; padding:.15rem .6rem; border-radius:999px; font-size:.76rem; font-weight:800; }
.rank-s { background: var(--accent); color:#fff; }
.rank-a { background: rgba(122,46,94,.14); color: var(--accent); }
.rank-b { background: rgba(196,154,94,.2); color:#9A7E4A; }
.rank-c { background: rgba(15,163,163,.16); color: var(--teal); }
.rank-d { background: rgba(122,110,122,.15); color: var(--muted); }

.radar-wrap { display:flex; flex-wrap:wrap; gap:1rem; align-items:center; }
.radar-box { flex: 1 1 340px; background: var(--paper); border:1px solid var(--rule); border-radius: var(--radius); padding:1rem; box-shadow: var(--shadow); }
.radar-box svg { width:100%; height:auto; display:block; }

.case-band {
  background: linear-gradient(135deg, #1E1A20, #3A1E30 50%, #5A2A48); color:#fff;
  border-radius:14px; padding:2rem 2.2rem; margin:1.5rem 0; position:relative; overflow:hidden;
}
.case-band::after { content:'限时'; position:absolute; top:1.4rem; right:-2.6rem; background:var(--red); color:#fff; padding:.3rem 3rem; transform:rotate(45deg); font-size:.8rem; font-weight:800; letter-spacing:.1em; }
.case-band h3 { color:var(--accent2); font-size:1.3rem; margin-bottom:.5rem; }
.case-band ul { margin:.6rem 0 0 1.2rem; font-size:.92rem; color:rgba(255,255,255,.85); }
.case-band li { margin:.25rem 0; }
.case-band .case-offer { background:rgba(196,154,94,.15); border:1px dashed var(--accent2); border-radius:10px; padding:.8rem 1rem; margin-top:1rem; font-size:.92rem; }
.case-band .case-offer b { color:var(--accent2); }

.combo-card { border-top:3px solid var(--accent2); }
.combo-card .combo-tag { display:inline-flex; gap:.4rem; flex-wrap:wrap; margin:.4rem 0 .6rem; }
.objective-badge { display:inline-block; background:var(--accent); color:#fff; font-size:.74rem; font-weight:700; padding:.15rem .6rem; border-radius:999px; margin-bottom:.4rem; }

.rank-row { display:grid; grid-template-columns: 44px 1fr 90px 90px 90px 90px 70px; gap:.6rem; align-items:center; padding:.55rem .8rem; border-bottom:1px solid var(--rule-soft); }
.rank-row.head { font-weight:800; color:var(--accent); background:var(--bg2); font-size:.82rem; }
.rank-row .no { font-size:1.1rem; font-weight:800; color:var(--accent2); }
.rank-row .nm a { font-weight:700; color:var(--ink); }
.rank-row .nm a:hover { color:var(--accent); }
.rank-row .bar { height:8px; background:var(--rule-soft); border-radius:999px; overflow:hidden; }
.rank-row .bar>span { display:block; height:100%; background:linear-gradient(90deg,var(--accent),var(--accent2)); }

.num-cell { text-align:right; font-family:'Consolas','Courier New',monospace; font-weight:600; }
.pos { color: var(--green); }
.neg { color: var(--red); }
.stat-grid { display:grid; gap:.8rem; margin:1rem 0; }
.stat-4 { grid-template-columns: repeat(4,1fr); }
.stat-card { background:var(--paper); border:1px solid var(--rule); border-radius:var(--radius-sm); padding:.9rem; text-align:center; box-shadow:var(--shadow); }
.stat-card .num { font-size:1.6rem; font-weight:800; color:var(--accent); line-height:1.1; }
.stat-card .num.green { color:var(--green); }
.stat-card .num.red { color:var(--red); }
.stat-card .num.amber { color:#b8860b; }
.stat-card .label { font-size:.76rem; color:var(--muted); margin-top:.2rem; }

/* ---------- 深度洞察区块：美业推动力 + 风险矩阵 + 路线图 ---------- */
.insights-block { margin-top: 2.8rem; padding-top: 1rem; }
.beauty-fit {
  display: flex; gap: 1rem; align-items: center;
  background: linear-gradient(135deg, rgba(196,154,94,.12), rgba(122,46,94,.08));
  border: 1px solid var(--accent2); border-radius: var(--radius);
  padding: 1.2rem 1.5rem; margin-bottom: 1.8rem;
}
.beauty-fit .bf-ico { font-size: 2rem; flex: none; }
.beauty-fit b { display: block; color: var(--accent-deep); font-size: .95rem; margin-bottom: .2rem; }
.beauty-fit p { color: var(--ink-soft); font-size: .9rem; margin: 0; }

.scene-tag {
  display: inline-block; background: linear-gradient(135deg, rgba(122,46,94,.1), rgba(196,154,94,.18));
  color: var(--accent-deep); font-size: .72rem; font-weight: 700;
  padding: .12rem .55rem; border-radius: 6px; margin-bottom: .35rem;
  border: 1px solid rgba(122,46,94,.15);
}
.case-badge {
  display: inline-block; font-size: .72rem; font-weight: 700;
  padding: .18rem .6rem; border-radius: 6px; letter-spacing: .02em;
}
.case-badge-1 { background: rgba(122,46,94,.12); color: var(--accent); }
.case-badge-2 { background: rgba(11,163,163,.12); color: var(--teal); }
.case-badge-3 { background: rgba(196,154,94,.18); color: #9A7E4A; }

/* 首页分类胶囊 */
.cat-pills { display: flex; gap: .5rem; flex-wrap: wrap; justify-content: center; margin-bottom: 1.6rem; }
.cat-pill {
  display: inline-block; padding: .28rem .9rem; border-radius: 999px;
  background: var(--paper); border: 1px solid var(--rule);
  font-size: .8rem; font-weight: 600; color: var(--ink-soft);
  box-shadow: var(--shadow);
}

/* 排行榜分数条 */
.score-bar {
  width: 60px; height: 5px; background: var(--rule);
  border-radius: 3px; overflow: hidden; margin-top: 2px;
}
.score-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  border-radius: 3px;
  transition: width .4s ease;
}
.rank-row .sc { display: block; font-weight: 700; font-size: .85rem; }
.rank-row > span { display: flex; flex-direction: column; justify-content: center; }
.rank-row .no, .rank-row .nm { flex-direction: row; align-items: center; }

/* 业态选择器 */
.biz-selector {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: .8rem; margin-bottom: 1.2rem;
}
.biz-card {
  background: var(--paper); border: 2px solid var(--rule);
  border-radius: 12px; padding: 1rem; cursor: pointer;
  text-align: left; transition: all .2s ease;
  box-shadow: var(--shadow);
}
.biz-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.biz-card.active {
  border-color: var(--accent); background: linear-gradient(135deg, rgba(122,46,94,.06), rgba(196,154,94,.08));
  box-shadow: 0 4px 16px rgba(122,46,94,.15);
}
.biz-ico { font-size: 1.4rem; margin-bottom: .3rem; }
.biz-name { font-weight: 700; font-size: .95rem; color: var(--ink); }
.biz-desc { font-size: .78rem; color: var(--muted); margin-top: .15rem; }
.biz-result {
  background: var(--paper); border: 2px solid var(--accent);
  border-radius: 14px; padding: 1.4rem;
  box-shadow: 0 8px 28px rgba(122,46,94,.12);
  animation: bizFadeIn .3s ease;
}
@keyframes bizFadeIn { from {opacity:0;transform:translateY(-8px);} to {opacity:1;transform:translateY(0);} }
.biz-result-title { font-size: 1.1rem; font-weight: 800; color: var(--accent-deep); }
.biz-sec-title { font-weight: 700; font-size: .88rem; color: var(--ink); margin-bottom: .2rem; }
.biz-result-cta { margin-top: 1rem; text-align: center; }
.biz-result-cta .btn { margin: 0 .3rem; }

@media (max-width: 768px) {
  .biz-selector { grid-template-columns: repeat(2, 1fr); }
}
.str-badge { display: inline-block; padding: .1rem .6rem; border-radius: 999px; font-size: .74rem; font-weight: 800; }
.str-s { background: linear-gradient(135deg, #7A2E5E, #C49A5E); color: #fff; }
.str-a { background: rgba(122,46,94,.14); color: var(--accent); }
.str-b { background: rgba(196,154,94,.2); color: #9A7E4A; }
.str-c { background: rgba(122,110,122,.12); color: var(--muted); }

.lvl-badge { display: inline-block; padding: .1rem .55rem; border-radius: 6px; font-size: .74rem; font-weight: 700; }
.lvl-h { background: var(--red-soft); color: var(--red); }
.lvl-m { background: rgba(184,138,11,.12); color: #b8860b; }
.lvl-l { background: var(--green-soft); color: var(--green); }

.factor-table td:first-child { white-space: nowrap; width: 1%; }
.factor-table td:last-child { font-size: .85rem; color: var(--ink-soft); }
.risk-matrix td:last-child { font-size: .85rem; color: var(--ink-soft); }

/* 路线图时间轴 */
.roadmap { display: grid; gap: 1rem; margin: 1.4rem 0; }
.rm-step {
  display: flex; gap: 1rem; align-items: flex-start;
  background: var(--paper); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 1.2rem 1.4rem; box-shadow: var(--shadow); position: relative;
}
.rm-step::before {
  content: ''; position: absolute; left: 2.3rem; top: 3.6rem; bottom: -1rem;
  width: 2px; background: linear-gradient(to bottom, var(--accent2), var(--accent));
  opacity: .35;
}
.rm-step:last-child::before { display: none; }
.rm-num {
  flex: none; width: 2.2rem; height: 2.2rem; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: var(--accent2); display: grid; place-items: center;
  font-weight: 800; font-size: .95rem; box-shadow: var(--shadow);
}
.rm-body { flex: 1; }
.rm-head { display: flex; align-items: center; gap: .6rem; margin-bottom: .3rem; }
.rm-head b { font-size: .95rem; color: var(--accent); }
.rm-dur {
  display: inline-block; background: rgba(196,154,94,.15); color: #9A7E4A;
  font-size: .74rem; font-weight: 700; padding: .05rem .5rem; border-radius: 999px;
}

/* ---------- 用户侧动态可持续推演（文字版） ---------- */
.sus-panel { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin: 1.2rem 0 1.8rem; }
.sus-item {
  display: flex; gap: .7rem; background: var(--paper); border: 1px solid var(--rule);
  border-radius: var(--radius); padding: 1rem 1.1rem; box-shadow: var(--shadow);
}
.sus-item b { display: block; color: var(--accent-deep); font-size: .9rem; margin-bottom: .25rem; }
.sus-item p { font-size: .84rem; color: var(--ink-soft); margin: 0; }
.sus-ico { flex: none; font-size: 1.3rem; line-height: 1.3; }
.sus-pain { border-left: 4px solid var(--red); }
.sus-gate { border-left: 4px solid #b8860b; }
.sus-keep { border-left: 4px solid var(--green); }

/* ---------- 动态可持续曲线（规模 vs 用户动力） ---------- */
.dyn-layout { display: grid; grid-template-columns: minmax(280px, 460px) 1fr; gap: 1.4rem; margin: 1.2rem 0 1.8rem; align-items: stretch; }
.dyn-chart {
  background: var(--paper); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 1.1rem 1.2rem .6rem; box-shadow: var(--shadow);
}
.dyn-chart-head { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin-bottom: .3rem; }
.dyn-tag { display: inline-block; padding: .12rem .7rem; border-radius: 999px; font-size: .76rem; font-weight: 800; }
.dyn-safe { background: var(--green-soft); color: var(--green); }
.dyn-warn { background: rgba(184,138,11,.14); color: #9A7E4A; }
.dyn-fragile { background: var(--red-soft); color: var(--red); }
.dyn-card { display: flex; flex-direction: column; gap: .7rem; }
.dyn-row {
  display: flex; gap: .7rem; background: var(--paper); border: 1px solid var(--rule);
  border-radius: var(--radius-sm); padding: .8rem .95rem; box-shadow: var(--shadow);
}
.dyn-row b { display: block; color: var(--accent-deep); font-size: .86rem; margin-bottom: .2rem; }
.dyn-row p { font-size: .82rem; color: var(--ink-soft); margin: 0; }
.dyn-ico { flex: none; font-size: 1.15rem; line-height: 1.3; }
.dyn-phase { border-left: 4px solid var(--accent2); }

/* ---------- Responsive ---------- */


/* ========== 以下为行业站新增样式 ========== */

/* ========== 分类筛选 ========== */
.cat-filter {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--rule);
}
.cat-btn {
  padding: .5rem 1.2rem;
  border: 1px solid var(--rule);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink-soft);
  font-size: .85rem;
  cursor: pointer;
  transition: all .25s;
  white-space: nowrap;
}
.cat-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.cat-btn.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

/* ========== 模式网格 ========== */
.mode-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.mode-card .mode-cat {
  display: inline-block;
  padding: .2rem .7rem;
  background: var(--accent-soft);
  color: var(--accent);
  border-radius: 6px;
  font-size: .75rem;
  font-weight: 500;
  margin-bottom: .8rem;
}
.mode-card h4 {
  font-size: 1.2rem;
  color: var(--ink);
  margin-bottom: .5rem;
  line-height: 1.4;
}
.mode-card p {
  font-size: .85rem;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

/* 内页Hero */
.page-hero {
  padding: 3rem 0 2rem;
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
}
.page-hero h1 {
  font-size: 2rem;
  color: var(--ink);
  margin-bottom: .5rem;
}
.page-hero p {
  color: var(--muted);
  font-size: 1rem;
  margin: 0;
}

/* ========== 业态卡片网格 ========== */
.ind-grid {
  display: grid;
  gap: 1.5rem;
}
.ind-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.ind-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.ind-card {
  display: block;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 2rem 1.8rem;
  transition: all .3s;
  text-decoration: none;
  color: inherit;
}
.ind-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent);
}
.ind-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #FEF2F2, #FECACA);
  display: grid;
  place-items: center;
  font-size: 26px;
  margin-bottom: 1rem;
}
.ind-card h4 {
  font-size: 1.2rem;
  color: var(--ink);
  margin-bottom: .5rem;
}
.ind-card p {
  font-size: .85rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 1rem;
}
.ind-meta {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding-top: .8rem;
  border-top: 1px solid var(--rule-soft);
  font-size: .8rem;
  color: var(--accent);
  font-weight: 500;
}

/* ---------- Top bar ---------- */
.topbar {
  background: var(--accent-deep);
  color: #fff; font-size: .82rem; padding: .4rem 0;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.topbar a { color: var(--accent2); }
.topbar .tb-right { display: flex; gap: 1.2rem; }

/* ---------- Navbar ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--rule);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: .7rem 0; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .6rem; font-weight: 800; font-size: 1.15rem; }
.brand .logo {
  width: 38px; height: 38px; border-radius: 10px; flex: none;
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  display: grid; place-items: center; color: var(--accent2); font-size: 1.15rem;
  box-shadow: var(--shadow);
}
.brand small { display: block; font-size: .68rem; font-weight: 600; color: var(--muted); letter-spacing: .08em; }
.nav-links { display: flex; align-items: center; gap: .2rem; flex-wrap: wrap; }
.nav-links a {
  color: var(--ink-soft); font-weight: 600; font-size: .92rem;
  padding: .45rem .8rem; border-radius: 8px; transition: .15s;
}
.nav-links a:hover { background: var(--bg2); color: var(--accent); }
.nav-links a.active { color: var(--accent); background: rgba(239,68,68,.08); }
.nav-cta {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #fff !important; padding: .5rem 1.1rem !important; border-radius: 999px;
  font-weight: 700; box-shadow: var(--shadow); white-space: nowrap;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: var(--shadow-lg); }
.nav-toggle { display: none; background: none; border: none; font-size: 1.5rem; color: var(--ink); cursor: pointer; }

/* ---------- Hero ---------- */
.hero {
  color: #fff; padding: 4.5rem 0; position: relative; overflow: hidden;
  background: linear-gradient(160deg, #2d1624 0%, #3A1E30 40%, #4a2238 70%, #5A2A48 100%);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: 
    radial-gradient(ellipse 800px 300px at 20% 120%, rgba(196,154,94,0.12), transparent 60%),
    radial-gradient(ellipse 600px 250px at 80% -20%, rgba(196,154,94,0.1), transparent 60%);
}
.hero::after {
  content:''; position:absolute; inset:0; pointer-events:none;
  background-image: 
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: .9;
}
.hero-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-decor .hd-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
}
.hero-decor .hd-blob.b1 {
  width: 400px;
  height: 400px;
  background: rgba(196, 154, 94, 0.2);
  top: -100px;
  right: 5%;
}
.hero-decor .hd-blob.b2 {
  width: 300px;
  height: 300px;
  background: rgba(122, 46, 94, 0.3);
  bottom: -80px;
  left: 10%;
}
.hero-decor .hd-blob.b3 {
  width: 200px;
  height: 200px;
  background: rgba(196, 154, 94, 0.15);
  top: 30%;
  left: 50%;
}
.hero .container { position: relative; z-index: 1; }
.hero-badge {
  display: inline-block; background: rgba(196,154,94,.18); color: var(--accent2);
  border: 1px solid rgba(196,154,94,.4); padding: .3rem .9rem; border-radius: 999px;
  font-size: .8rem; font-weight: 700; letter-spacing: .06em; margin-bottom: 1.2rem;
}
.hero h1 { font-size: 2.6rem; font-weight: 800; line-height: 1.25; letter-spacing: .01em; margin-bottom: 1rem; }
.hero h1 .hi { background: linear-gradient(120deg, #EAD9B8, #C49A5E); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero p.lead { font-size: 1.12rem; color: rgba(255,255,255,.82); max-width: 760px; margin-bottom: 1.6rem; }
.hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .95rem;
  padding: .72rem 1.5rem; border-radius: 999px; border: 1px solid transparent; cursor: pointer;
  transition: .18s; text-align: center;

}
.btn-primary { background: linear-gradient(135deg, var(--accent2), #b98a45); color: var(--accent-deep); box-shadow: var(--shadow); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); color: var(--accent-deep); }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-ghost-light:hover { background: rgba(255,255,255,.12); color: #fff; }
.btn-outline { background: transparent; color: var(--accent); border-color: var(--accent); }
.btn-outline:hover { background: rgba(239,68,68,.06); color: var(--accent-deep); }

.hero-stats { display: flex; gap: 3rem; flex-wrap: wrap; margin-top: 2.4rem; }
.hero-stat .num { font-size: 2rem; font-weight: 800; color: var(--accent2); line-height: 1; }
.hero-stat .label { font-size: .82rem; color: rgba(255,255,255,.7); margin-top: .25rem; }

/* ---------- Section headings ---------- */
.sec-head { text-align: center; max-width: 760px; margin: 0 auto 2.6rem; }
.sec-head .kicker { color: var(--accent); letter-spacing: .14em; font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.sec-head h2 { font-size: 1.9rem; font-weight: 800; margin: .4rem 0 .6rem; color: var(--ink); }
.sec-head p { color: var(--muted); font-size: .98rem; }

/* ---------- Cards ---------- */
.card {
  background: var(--paper); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 1.4rem; box-shadow: var(--shadow); transition: .2s;
}
.card.hover:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--accent2); }
.card-title { font-size: 1.02rem; font-weight: 800; color: var(--accent); margin-bottom: .5rem; }

.grid { display: grid; gap: 1.3rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Tags & pills ---------- */
.tag { display: inline-block; padding: .12rem .55rem; border-radius: 6px; font-size: .74rem; font-weight: 700; }
.tag-core { background: rgba(239,68,68,.12); color: var(--accent); }
.tag-var { background: rgba(196,154,94,.2); color: #9A7E4A; }
.tag-op { background: rgba(27,107,46,.12); color: var(--green); }
.tag-risk { background: var(--red-soft); color: var(--red); }
.tag-safe { background: var(--green-soft); color: var(--green); }
.tag-teal { background: var(--teal-soft); color: var(--teal); }
.tag-gold { background: rgba(196,154,94,.18); color: #9A7E4A; }
.pill { display:inline-block; padding:.1rem .7rem; border-radius:999px; font-size:.76rem; font-weight:600; border:1px solid var(--rule); color:var(--muted); }

/* ---------- Callout / alert ---------- */
.callout { border-left: 4px solid var(--accent); background: rgba(239,68,68,.05); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 1rem 1.2rem; margin: 1.2rem 0; font-size: .92rem; }
.callout strong { display: block; margin-bottom: .25rem; color: var(--accent); }
.callout.gold { border-color: var(--accent2); background: rgba(196,154,94,.08); }
.callout.gold strong { color: #9A7E4A; }
.callout.green { border-color: var(--green); background: var(--green-soft); }
.callout.green strong { color: var(--green); }
.callout.red { border-color: var(--red); background: var(--red-soft); }
.callout.red strong { color: var(--red); }
.callout.teal { border-color: var(--teal); background: var(--teal-soft); }
.callout.teal strong { color: var(--teal); }

/* ---------- Tables ---------- */
.table-wrap { overflow-x: auto; margin: 1.2rem 0; border-radius: var(--radius); border: 1px solid var(--rule); background: var(--paper); }
table { width: 100%; border-collapse: collapse; font-size: .88rem; }
thead { background: var(--accent); color: #fff; }
th { padding: .65rem .8rem; text-align: left; font-weight: 700; white-space: nowrap; }
td { padding: .55rem .8rem; border-bottom: 1px solid var(--rule-soft); vertical-align: top; }
tbody tr:nth-child(even) { background: rgba(240,235,228,.4); }
tbody tr:hover { background: rgba(196,154,94,.08); }
th.sortable { cursor: pointer; }

/* ---------- Steps / timeline ---------- */
.steps { display: grid; gap: 1rem; counter-reset: step; }
.step { position: relative; background: var(--paper); border: 1px solid var(--rule); border-radius: var(--radius); padding: 1.2rem 1.4rem 1.2rem 3.4rem; box-shadow: var(--shadow); }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  position: absolute; left: 1.1rem; top: 1.1rem; width: 1.7rem; height: 1.7rem;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep)); color: var(--accent2);
  border-radius: 8px; display: grid; place-items: center; font-weight: 800; font-size: .85rem;
}
.step h4 { margin-bottom: .3rem; color: var(--accent); }
.step p, .step li { font-size: .9rem; color: var(--ink-soft); }

/* ---------- Breadcrumb ---------- */
.crumbs { padding: 1rem 0; font-size: .84rem; color: var(--muted); }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--accent); }
.crumbs .sep { margin: 0 .4rem; color: #c9bdb0; }

/* ---------- Mode page layout ---------- */
.mode-hero {
  background: linear-gradient(150deg, #2d1624 0%, #43203A 60%, #5A2A48 100%);
  color: #fff; padding: 2.8rem 0; position: relative; overflow: hidden;
}
.mode-hero::after { content:''; position:absolute; inset:0; pointer-events:none; 
  background-image: 
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: .9;
}
.mode-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: 
    radial-gradient(ellipse 700px 250px at 30% 120%, rgba(196,154,94,0.1), transparent 60%),
    radial-gradient(ellipse 500px 200px at 70% -30%, rgba(196,154,94,0.08), transparent 60%);
}
.mode-hero .hero-decor .hd-blob.b1 { background: rgba(196, 154, 94, 0.15); }
.mode-hero .hero-decor .hd-blob.b2 { background: rgba(122, 46, 94, 0.25); }
.mode-hero .container { position: relative; z-index: 1; }
.mode-hero h1 { font-size: 2.1rem; font-weight: 800; margin: .5rem 0 .4rem; }
.mode-hero .sub { color: rgba(255,255,255,.8); font-size: 1rem; max-width: 760px; }
.mode-hero .tags { margin-top: 1rem; display: flex; gap: .4rem; flex-wrap: wrap; }
.mode-hero .tags .pill { border-color: rgba(255,255,255,.3); color: rgba(255,255,255,.9); background: rgba(255,255,255,.08); }
.hero-illustration {
  margin-top: 2rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.hero-illustration img {
  width: 100%;
  display: block;
}

/* 产品展示卡片 */
.showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}
.showcase-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.showcase-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.showcase-img {
  background: linear-gradient(135deg, #f0f4ff, #faf5ff);
  padding: 1.5rem;
  text-align: center;
}
.showcase-img img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.showcase-info {
  padding: 1.2rem 1.5rem 1.5rem;
}
.showcase-info h4 {
  font-size: 1.05rem;
  color: var(--accent);
  margin-bottom: .4rem;
}
.showcase-info p {
  font-size: .88rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}

.showcase-single {
  margin-top: 1.5rem;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
  text-align: center;
}
.showcase-single .showcase-img.large {
  padding: 2rem;
  background: linear-gradient(135deg, #f0f4ff, #faf5ff);
}
.showcase-single .showcase-img.large img {
  max-width: 80%;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}
.showcase-single .showcase-info {
  padding: 0 1.5rem 1.5rem;
}
.showcase-single .showcase-info h4 {
  font-size: 1.1rem;
}

.mode-layout > .container { display: grid; grid-template-columns: 240px 1fr; gap: 2rem; align-items: start; }
.mode-toc {
  position: sticky; top: 84px; background: var(--paper); border: 1px solid var(--rule);
  border-radius: var(--radius); padding: 1.1rem; box-shadow: var(--shadow);
}
.mode-toc h4 { font-size: .8rem; letter-spacing: .1em; color: var(--muted); margin-bottom: .6rem; }
.mode-toc a { display: block; font-size: .84rem; color: var(--ink-soft); padding: .28rem .5rem; border-radius: 6px; }
.mode-toc a:hover { color: var(--accent); background: var(--bg2); }
.mode-toc a.cta-link { color: var(--accent); font-weight: 700; margin-top: .4rem; border-top: 1px solid var(--rule); padding-top: .6rem; }
.mode-body { min-width: 0; }
.mode-body section { margin-bottom: 2.4rem; }
.mode-body h2 { font-size: 1.4rem; font-weight: 800; color: var(--accent); padding-left: .7rem; border-left: 4px solid var(--accent2); margin-bottom: .9rem; }
.mode-body h3 { font-size: 1.08rem; font-weight: 700; margin: 1.4rem 0 .5rem; color: var(--ink); }
.mode-body p, .mode-body ul, .mode-body ol { font-size: .94rem; color: var(--ink-soft); }
.mode-body ul, .mode-body ol { padding-left: 1.3rem; margin: .5rem 0; }
.mode-body li { margin: .28rem 0; }

/* ---------- System / feature panels ---------- */
.feature { display: flex; gap: 1rem; align-items: flex-start; }
.feature .ico {
  flex: none; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  font-size: 1.3rem; background: linear-gradient(135deg, var(--accent), var(--accent-deep)); color: var(--accent2);
}
.feature .ico.purple { background: linear-gradient(135deg, #FEF2F2, #FECACA); color: #F87171; }
.feature .ico.blue { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #2563eb; }
.feature .ico.green { background: linear-gradient(135deg, #fecaca, #a7f3d0); color: #B91C1C; }
.feature .ico.orange { background: linear-gradient(135deg, #fed7aa, #fdba74); color: #c2410c; }
.feature .ico.red { background: linear-gradient(135deg, #fee2e2, #fecaca); color: #dc2626; }
.feature h4 { font-size: 1rem; color: var(--accent); margin-bottom: .2rem; }
.feature p { font-size: .88rem; color: var(--muted); }

.tag-cloud { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin-top: 1.2rem; }
.mkt-tag {
  padding: .5rem 1.2rem;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 500;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  color: var(--ink-soft);
  transition: all .2s;
}
.mkt-tag:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-2px);
}

.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.compare .col { border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; background: var(--paper); }
.compare .col h4 { padding: .8rem 1.1rem; font-size: .92rem; }
.compare .col.crb h4 { background: var(--teal-soft); color: var(--teal); }
.compare .col.self h4 { background: var(--accent2-soft); color: #8a6a32; }
.compare .col ul { list-style: none; padding: .7rem 1.1rem 1rem; }
.compare .col li { font-size: .86rem; padding: .3rem 0; color: var(--ink-soft); border-bottom: 1px dashed var(--rule-soft); }
.compare .col li:last-child { border-bottom: none; }
.compare .col li::before { content: '✓'; color: var(--green); font-weight: 800; margin-right: .5rem; }

/* ---------- Form / inputs ---------- */
.field { margin-bottom: 1rem; }
.field label { display: block; font-weight: 700; font-size: .86rem; margin-bottom: .3rem; color: var(--ink-soft); }
.field input, .field select {
  width: 100%; padding: .6rem .8rem; border: 1px solid var(--rule); border-radius: var(--radius-sm);
  font-size: .92rem; font-family: inherit; background: var(--paper); color: var(--ink);
}
.field input:focus, .field select:focus { outline: 2px solid var(--accent2); border-color: transparent; }
.field .hint { font-size: .76rem; color: var(--muted); margin-top: .2rem; }

.result-panel {
  background: var(--bg2); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 1.3rem; margin-top: 1rem;
}
.result-panel .score { font-size: 2.2rem; font-weight: 800; color: var(--accent); line-height: 1; }
.meter { height: 10px; background: var(--rule-soft); border-radius: 999px; overflow: hidden; margin: .6rem 0; }
.meter > span { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--teal), var(--accent2), var(--red)); width: 0; transition: .5s; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  color: #fff; padding: 3rem 0; text-align: center; position: relative; overflow: hidden;
}
.cta-band::after { content:''; position:absolute; inset:0; background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 24px 24px; pointer-events:none; }
.cta-band .container { position: relative; z-index: 1; }
.cta-band h2 { font-size: 1.7rem; font-weight: 800; margin-bottom: .6rem; }
.cta-band p { color: rgba(255,255,255,.82); max-width: 640px; margin: 0 auto 1.6rem; }
.contact-row { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; margin-top: 1.4rem; font-size: .9rem; color: rgba(255,255,255,.85); }
.contact-row b { color: var(--accent2); }

/* ---------- Footer ---------- */
footer { background: var(--accent-deep); color: rgba(255,255,255,.7); padding: 2.4rem 0 1.6rem; margin-top: 3rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; }
footer h4 { color: var(--accent2); font-size: .9rem; margin-bottom: .8rem; }
footer a { display: block; color: rgba(255,255,255,.65); font-size: .86rem; padding: .2rem 0; }
footer a:hover { color: #fff; }
.footer-brand p { font-size: .86rem; margin-top: .6rem; max-width: 300px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 2rem; padding-top: 1.2rem; font-size: .78rem; text-align: center; color: rgba(255,255,255,.45); }

@media (max-width: 900px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .mode-grid { grid-template-columns: repeat(2, 1fr); }
  .ind-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .ind-grid-2 { grid-template-columns: 1fr; }
  .mode-layout > .container { grid-template-columns: 1fr; }
  .mode-toc { position: static; }
  .compare { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--rule); flex-direction: column; padding: .6rem 1rem; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  .hero h1 { font-size: 2rem; }
  .stat-4 { grid-template-columns: repeat(2, 1fr); }
  .verdict-band .score-grid { grid-template-columns: repeat(2, 1fr); }
  .sus-panel { grid-template-columns: 1fr; }
  .dyn-layout { grid-template-columns: 1fr; }
  .rank-row { grid-template-columns: 36px 1fr 64px 64px 64px; }
  .rank-row .hide-sm { display: none; }
  .rank-row .bar-col { display:none; }
}
@media (max-width: 560px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .hero-stats { gap: 1.4rem; }
  .hero-stat .num { font-size: 1.6rem; }
  .stat-4 { grid-template-columns: repeat(2, 1fr); }
}

/* 示意图卡片 */
.diagram-box {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 20px;
  margin: 1.2rem 0;
  box-shadow: 0 2px 8px rgba(74,27,57,.06);
}
.diagram-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 12px;
  text-align: center;
}
.diagram-note {
  margin-top: 12px;
  padding: 10px 14px;
  background: var(--bg2);
  border-radius: 8px;
  font-size: .9rem;
  color: var(--ink-soft);
  line-height: 1.6;
}

/* ========== 门控（工具页留资解锁） ========== */
.gated-section {
  position: relative;
}

.gated-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.85) 60%, rgba(255,255,255,0.95) 100%);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 10;
  pointer-events: none;
  border-radius: var(--radius);
  transition: opacity 0.5s ease;
}

#gateSection {
  position: relative;
  z-index: 20;
}

.gate-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 2rem;
  text-align: center;
}

.gate-card .lock-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 auto 14px;
}

.gate-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: .5rem;
  color: var(--ink);
}

.gate-card .gate-desc {
  font-size: .9rem;
  color: var(--muted);
  margin-bottom: 1.4rem;
  line-height: 1.6;
}

.gate-form {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  max-width: 360px;
  margin: 0 auto;
  text-align: left;
}

.gate-form input,
.gate-form select {
  width: 100%;
  padding: .65rem .9rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius-sm);
  font-size: .92rem;
  background: var(--paper);
  color: var(--ink);
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.gate-form input:focus,
.gate-form select:focus {
  outline: none;
  border-color: var(--accent);
}

.gate-form button {
  width: 100%;
  padding: .8rem;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #fff;
  border: none;
  border-radius: var(--radius-sm);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.1s;
  box-shadow: 0 4px 12px rgba(196, 107, 140, 0.25);
}

.gate-form button:hover {
  opacity: 0.92;
}

.gate-form button:active {
  transform: translateY(1px);
}

.gate-form button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.gate-form .privacy {
  font-size: .78rem;
  color: var(--muted);
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

.gate-hidden {
  display: none !important;
}

/* 工具页内联门控：结果区被遮罩，门控卡片浮在下方 */
.tool-gate-wrap {
  position: relative;
}

.tool-gate-wrap .gated-overlay {
  pointer-events: none;
  z-index: 5;
}

.tool-gate-wrap #gateSection {
  margin-top: -120px;
  position: relative;
  z-index: 10;
}

@media (max-width: 900px) {
  .gate-card { padding: 1.5rem; }
  .tool-gate-wrap #gateSection { margin-top: -80px; }
}

/* ============================================================
   模式详情页增强样式
   新增模块：门店端落地、避坑指南、组合推荐、综合评估、落地路线图
   ============================================================ */

/* 章节引言 */
.section-intro {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  border-left: 3px solid var(--accent);
}

/* 步骤卡片 */
.steps-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.step-card {
  display: flex;
  gap: 1rem;
  padding: 1.2rem;
  background: var(--paper);
  border-radius: var(--radius);
  border: 1px solid var(--rule-soft);
  transition: all 0.2s;
}

.step-card:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow);
  transform: translateX(4px);
}

.step-num {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.9rem;
}

.step-content h4 {
  font-size: 1rem;
  margin-bottom: 0.3rem;
  color: var(--ink);
}

.step-content p {
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.7;
  margin: 0;
}

/* 避坑指南 */
.pitfalls-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pitfall-item {
  padding: 1.2rem 1.2rem 1.2rem 1.5rem;
  background: linear-gradient(to right, #FEF2F2 0%, var(--paper) 100%);
  border-left: 4px solid var(--red);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.pitfall-item h4 {
  font-size: 1rem;
  color: var(--red);
  margin-bottom: 0.5rem;
}

.pitfall-item p {
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.7;
  margin: 0;
}

/* 组合推荐 */
.combos-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.combo-item {
  padding: 1.2rem;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--radius);
  transition: all 0.2s;
}

.combo-item:hover {
  border-color: var(--teal);
  box-shadow: var(--shadow);
}

.combo-item h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--ink);
}

.combo-item p {
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.7;
  margin: 0;
}

/* 综合评估 */
.verdict-box {
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--radius);
  padding: 1.5rem;
}

.verdict-scores {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.vs-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.vs-label {
  width: 80px;
  font-size: 0.9rem;
  color: var(--ink-soft);
  flex-shrink: 0;
}

.vs-bar {
  flex: 1;
  height: 8px;
  background: var(--bg2);
  border-radius: 4px;
  overflow: hidden;
}

.vs-fill {
  height: 100%;
  background: linear-gradient(to right, var(--accent), var(--accent-deep));
  border-radius: 4px;
  transition: width 0.5s ease;
}

.vs-fill.good {
  background: linear-gradient(to right, var(--green), #166534);
}

.vs-fill.warn {
  background: linear-gradient(to right, #F59E0B, #D97706);
}

.vs-val {
  width: 35px;
  text-align: right;
  font-weight: bold;
  font-size: 0.95rem;
  color: var(--ink);
  flex-shrink: 0;
}

.verdict-summary {
  padding-top: 1.2rem;
  border-top: 1px solid var(--rule-soft);
}

.verdict-summary h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--accent-deep);
}

.verdict-summary p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--ink-soft);
  margin: 0;
}

/* 路线图 */
.roadmap-wrap {
  position: relative;
  padding-left: 24px;
}

.roadmap-wrap::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: var(--rule);
}

.roadmap-item {
  position: relative;
  padding: 0 0 1.5rem 1rem;
}

.roadmap-item::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: var(--accent);
  border-radius: 50%;
  border: 2px solid var(--paper);
  box-shadow: 0 0 0 2px var(--accent);
}

.roadmap-period {
  display: inline-block;
  padding: 0.2rem 0.7rem;
  background: var(--accent);
  color: white;
  font-size: 0.8rem;
  border-radius: 20px;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.roadmap-content h4 {
  font-size: 1rem;
  margin-bottom: 0.3rem;
  color: var(--ink);
}

.roadmap-content p {
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.7;
  margin: 0;
}

/* 系统对比卡片 */
.sys-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

.sys-card {
  padding: 1.2rem;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--radius);
}

.sys-card.plus {
  border-color: var(--accent);
  background: linear-gradient(135deg, #FEF2F2 0%, var(--paper) 100%);
}

.sys-card h4 {
  font-size: 1rem;
  margin-bottom: 0.8rem;
  color: var(--ink);
}

.sys-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sys-card li {
  padding: 0.4rem 0 0.4rem 1.5rem;
  position: relative;
  font-size: 0.9rem;
  color: var(--ink-soft);
  border-bottom: 1px dashed var(--rule-soft);
}

.sys-card li:last-child {
  border-bottom: none;
}

.sys-card li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: bold;
}

.sys-card.plus li::before {
  content: '⚡';
}

/* callout 样式 */
.callout {
  padding: 1rem 1.2rem;
  background: var(--bg2);
  border-left: 4px solid var(--accent);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin: 1rem 0;
  font-size: 0.95rem;
  line-height: 1.7;
}

.callout.gold {
  background: linear-gradient(to right, #FEF3C7 0%, var(--paper) 100%);
  border-left-color: var(--accent2);
}

.callout.red {
  background: linear-gradient(to right, #FEE2E2 0%, var(--paper) 100%);
  border-left-color: var(--red);
}

.callout strong {
  color: var(--ink);
}

/* 表格样式增强 */
.table-wrap {
  overflow-x: auto;
  margin: 1rem 0;
}

.table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.table-wrap th {
  background: var(--accent-deep);
  color: white;
  padding: 0.7rem 1rem;
  text-align: left;
  font-weight: 500;
}

.table-wrap td {
  padding: 0.7rem 1rem;
  border-bottom: 1px solid var(--rule-soft);
}

.table-wrap tr:nth-child(even) td {
  background: var(--bg2);
}

.table-wrap tr:hover td {
  background: var(--rule-soft);
}

/* 评分卡片增强 */
.msc-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  font-size: 0.85rem;
  color: var(--ink-soft);
  gap: 0.5rem;
}

.score-bar {
  flex: 1;
  height: 6px;
  background: var(--rule-soft);
  border-radius: 3px;
  overflow: hidden;
}

.score-fill {
  height: 100%;
  background: linear-gradient(to right, var(--accent), var(--accent-deep));
  border-radius: 3px;
}

.score-num {
  width: 24px;
  text-align: right;
  font-weight: bold;
  font-size: 0.85rem;
  color: var(--ink);
}

.mode-score-card .msc-btn {
  display: block;
  text-align: center;
  padding: 0.6rem;
  background: var(--accent);
  color: white;
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  text-decoration: none;
  margin-top: 0.8rem;
  transition: background 0.2s;
}

.mode-score-card .msc-btn:hover {
  background: var(--accent-deep);
}

/* 模式内容区间距 */
.mode-section {
  margin-bottom: 2.5rem;
}

.mode-section h2 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--rule-soft);
  color: var(--ink);
}


/* ============================================================
   模式详情页完整样式
   ============================================================ */

/* --- 模式Hero区 --- */
.mode-hero {
  padding: 2.5rem 0 2rem;
  background: linear-gradient(135deg, var(--bg2) 0%, var(--paper) 100%);
  border-bottom: 1px solid var(--rule);
}

.mode-hero-inner {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 3rem;
  align-items: start;
}

.mh-left { min-width: 0; }

.mode-breadcrumb {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 1rem;
}
.mode-breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}
.mode-breadcrumb a:hover {
  color: var(--accent);
}

.mode-icon-big {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  display: grid;
  place-items: center;
  font-size: 36px;
  margin-bottom: 1rem;
  box-shadow: 0 8px 24px rgba(239, 68, 68, 0.25);
}

.mode-cat-badge {
  display: inline-block;
  padding: 0.25rem 0.8rem;
  background: var(--accent-soft);
  color: var(--accent);
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.mode-hero h1 {
  font-size: 2rem;
  color: var(--ink);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.mode-tagline {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 1.5rem 0;
}

.mode-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.btn-ghost {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius-sm);
  color: var(--ink-soft);
  background: var(--paper);
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}
.btn-ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.btn-lg {
  padding: 0.8rem 1.8rem;
  font-size: 1rem;
}

/* 综合评估卡片 */
.mode-score-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.msc-title {
  font-size: 0.95rem;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 0.8rem;
  text-align: center;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--rule-soft);
}

.msc-score {
  text-align: center;
  margin-bottom: 1rem;
}

.msc-num {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--accent);
  line-height: 1;
}

.msc-label {
  font-size: 0.8rem;
  color: var(--muted);
}

.msc-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.msc-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--ink-soft);
}

.msc-item .lock {
  font-size: 0.75rem;
  opacity: 0.5;
}

.msc-btn {
  display: block;
  text-align: center;
  padding: 0.6rem;
  background: var(--accent);
  color: white;
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  text-decoration: none;
  transition: background 0.2s;
  cursor: pointer;
}
.msc-btn:hover {
  background: var(--accent-deep);
}

/* --- 模式布局（目录+内容） --- */
.mode-layout > .container {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 2rem;
  padding: 2rem 0;
}

.mode-toc {
  position: sticky;
  top: 2rem;
  align-self: start;
}

.mode-toc h4 {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 0.8rem;
  font-weight: 500;
}

.mode-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 2px solid var(--rule-soft);
}

.mode-toc li {
  padding: 0.4rem 0 0.4rem 1rem;
  position: relative;
  left: -2px;
}

.mode-toc li a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s;
}

.mode-toc li a:hover {
  color: var(--accent);
}

.mode-toc li.locked a {
  color: var(--muted);
  opacity: 0.6;
}

.mode-content { min-width: 0; }

.mode-section {
  margin-bottom: 2.5rem;
}

.mode-section h2 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--rule-soft);
  color: var(--ink);
}

.section-intro {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  border-left: 3px solid var(--accent);
}

/* --- 机制要点 --- */
.mech-points {
  background: var(--bg2);
  border-radius: var(--radius);
  padding: 1.2rem 1.2rem 1.2rem 1.5rem;
  margin: 1rem 0;
}

.mech-points h4 {
  font-size: 0.95rem;
  color: var(--ink);
  margin-bottom: 0.8rem;
}

.mech-points ul {
  margin: 0;
  padding-left: 1.2rem;
}

.mech-points li {
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.8;
  margin-bottom: 0.3rem;
}

/* 流程图 */
.flow-box {
  background: linear-gradient(135deg, #FEF2F2 0%, #FFF1F2 100%);
  border: 1px dashed var(--accent);
  border-radius: var(--radius);
  padding: 1.2rem;
  margin: 1rem 0;
}

.flow-box h4 {
  font-size: 0.95rem;
  color: var(--accent-deep);
  margin-bottom: 0.5rem;
}

.flow-text {
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.8;
  margin: 0;
}

/* --- 算账模块 --- */
.acc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.acc-item {
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--radius);
  padding: 1.2rem;
  text-align: center;
}

.acc-label {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 0.5rem;
}

.acc-value {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--accent);
  margin-bottom: 0.3rem;
}

.acc-note {
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.5;
}

/* --- 合规模块 --- */
.compliance-box {
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--radius);
  padding: 1.2rem 1.5rem;
  margin: 1rem 0;
}

.compliance-box ul {
  margin: 0;
  padding-left: 1.2rem;
}

.compliance-box li {
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.8;
  margin-bottom: 0.3rem;
}

/* --- 系统落地 --- */
.system-box {
  background: var(--bg2);
  border-radius: var(--radius);
  padding: 1.2rem 1.5rem;
  margin: 1rem 0;
}

.system-box h4 {
  font-size: 0.95rem;
  color: var(--ink);
  margin: 0.8rem 0 0.5rem 0;
}

.system-box h4:first-child {
  margin-top: 0;
}

.system-box ul {
  margin: 0;
  padding-left: 1.2rem;
}

.system-box li {
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.8;
  margin-bottom: 0.3rem;
}

/* --- 适用场景 --- */
.scenarios {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.sc-tag {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  background: var(--accent-soft);
  color: var(--accent);
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

/* --- 相关模式 --- */
.related-section {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid var(--rule-soft);
}

.related-section h3 {
  font-size: 1.1rem;
  color: var(--ink);
  margin-bottom: 1.2rem;
}

.rel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.rel-card {
  display: block;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--radius);
  padding: 1.2rem;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}

.rel-card:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.rel-icon {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.rel-card h5 {
  font-size: 0.95rem;
  color: var(--ink);
  margin-bottom: 0.3rem;
}

.rel-card p {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

/* --- 门禁遮罩 --- */
.gated-section {
  position: relative;
  overflow: hidden;
}

.gated-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.95) 70%);
  display: grid;
  place-items: center;
  z-index: 10;
  pointer-events: none;
}

.gated-box {
  text-align: center;
  padding: 2rem;
  pointer-events: auto;
}

.gated-icon {
  font-size: 3rem;
  margin-bottom: 0.8rem;
}

.gated-box h3 {
  font-size: 1.2rem;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.gated-box p {
  color: var(--muted);
  margin-bottom: 1.2rem;
  font-size: 0.9rem;
}

/* ============================================================
   业态详情页样式
   ============================================================ */

.ind-hero {
  padding: 3rem 0 2rem;
  background: linear-gradient(135deg, var(--bg2) 0%, var(--paper) 100%);
  border-bottom: 1px solid var(--rule);
}

.ind-hero-icon {
  width: 80px;
  height: 80px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  display: grid;
  place-items: center;
  font-size: 40px;
  margin-bottom: 1.2rem;
  box-shadow: 0 12px 32px rgba(239, 68, 68, 0.25);
}

.ind-desc {
  font-size: 1.05rem;
  color: var(--ink-soft);
  line-height: 1.8;
  margin: 1rem 0 0 0;
  max-width: 640px;
}

.ind-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 2.5rem;
  padding: 2rem 0;
}

.ind-main { min-width: 0; }

.ind-side {
  position: sticky;
  top: 2rem;
  align-self: start;
}

.ind-section {
  margin-bottom: 2.5rem;
}

.ind-section h2 {
  font-size: 1.25rem;
  color: var(--ink);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--rule-soft);
}

.ind-pains {
  display: grid;
  gap: 1rem;
}

.ind-sys {
  background: var(--bg2);
  border-radius: var(--radius);
  padding: 1.2rem 1.5rem;
}

.ind-cta {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: white;
  border-radius: var(--radius);
  padding: 1.5rem;
  text-align: center;
}

.ind-cta h3 {
  color: white;
  margin-bottom: 0.5rem;
}

.ind-cta p {
  opacity: 0.9;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.side-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 1.2rem;
  margin-bottom: 1rem;
}

.side-btn {
  display: block;
  text-align: center;
  padding: 0.8rem;
  background: var(--accent);
  color: white;
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s;
}
.side-btn:hover {
  background: var(--accent-deep);
}

.mini-mode-grid {
  display: grid;
  gap: 0.6rem;
}

.mini-mode-card {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem;
  background: var(--bg2);
  border-radius: var(--radius-sm);
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}
.mini-mode-card:hover {
  background: var(--accent-soft);
}

.mm-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
}

.mm-name {
  font-size: 0.85rem;
  color: var(--ink);
  font-weight: 500;
}

/* ============================================================
   首页区块样式
   ============================================================ */

.section-head {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-label {
  display: inline-block;
  padding: 0.3rem 1rem;
  background: var(--accent-soft);
  color: var(--accent);
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.section-head h2 {
  font-size: 1.8rem;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.section-head p {
  color: var(--muted);
  font-size: 1rem;
  margin: 0;
}

.section-more {
  text-align: center;
  margin-top: 2rem;
}

.section-more a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}
.section-more a:hover {
  text-decoration: underline;
}

/* Hero区块 */
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  padding: 4rem 0;
}

.hero-text h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: var(--ink);
}

.grad-text {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-desc {
  font-size: 1.1rem;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 2rem;
}

.hero-visual {
  position: relative;
}

.hero-card {
  background: var(--paper);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 1.5rem;
}

/* 痛点区块 */
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.pain-card {
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--radius);
  padding: 1.8rem 1.5rem;
  transition: all 0.3s;
}

.pain-card:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.pain-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #FEE2E2;
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 1rem;
}

.pain-card h4 {
  font-size: 1.1rem;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.pain-card p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

/* 为什么选择 */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.why-card {
  text-align: center;
  padding: 2rem 1.5rem;
  background: var(--paper);
  border-radius: var(--radius);
  border: 1px solid var(--rule-soft);
}

.why-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  display: grid;
  place-items: center;
  font-size: 26px;
  margin: 0 auto 1rem;
  color: white;
}

.why-card h4 {
  font-size: 1rem;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.why-card p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

/* 工具区块 */
.tools-section {
  background: var(--bg2);
}

.tool-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.tool-card {
  display: block;
  background: var(--paper);
  border-radius: var(--radius);
  padding: 1.8rem 1.5rem;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
  border: 1px solid var(--rule-soft);
}

.tool-card:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.tool-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #FEF3C7, #FDE68A);
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 1rem;
}

.tool-card h4 {
  font-size: 1.05rem;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.tool-card p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.tool-btn {
  display: inline-block;
  margin-top: 1rem;
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 500;
}

/* 组合方案区块 */
.combos-section {
  background: var(--bg2);
}

.combo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.combo-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ECFDF5, #6EE7B7);
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 1rem;
}

/* CTA区块 */
.cta-section {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: white;
  padding: 4rem 0;
}

.cta-box {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.cta-box h2 {
  color: white;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.cta-text {
  font-size: 1.05rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  line-height: 1.8;
}

/* 业态区块 */
.inds-section { }

.ind-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.8rem;
}

.ind-tags span {
  padding: 0.2rem 0.6rem;
  background: var(--bg2);
  color: var(--muted);
  border-radius: 4px;
  font-size: 0.75rem;
}

/* 模式区块 */
.modes-section { }

.hs-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--ink-soft);
}

.hs-item::before {
  content: "✓";
  color: var(--green);
  font-weight: bold;
}

/* ============================================================
   页脚推广带
   ============================================================ */

.home-promo-banner {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  padding: 3rem 0;
  color: white;
}

.home-promo-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.hp-text { flex: 1; }

.hp-badge {
  display: inline-block;
  padding: 0.25rem 0.8rem;
  background: rgba(255,255,255,0.2);
  border-radius: 20px;
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
}

.hp-text h3 {
  font-size: 1.5rem;
  color: white;
  margin-bottom: 0.5rem;
}

.hp-text p {
  opacity: 0.9;
  margin: 0;
  font-size: 0.95rem;
}

.hp-btn {
  flex-shrink: 0;
  display: inline-block;
  padding: 0.8rem 2rem;
  background: white;
  color: var(--accent);
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s;
}
.hp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.footer-brand {
  padding: 1.5rem 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.85rem;
  border-top: 1px solid var(--rule);
}

/* ============================================================
   健康度评分卡片
   ============================================================ */

.hc-score {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 1.5rem;
  border: 1px solid var(--rule-soft);
}

.hc-num {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.hc-label {
  text-align: center;
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 1.2rem;
}

.hc-bars {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.hc-bar {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.hc-badge {
  width: 60px;
  font-size: 0.8rem;
  color: var(--ink-soft);
  flex-shrink: 0;
}

.hc-bar .bar {
  flex: 1;
  height: 8px;
  background: var(--bg2);
  border-radius: 4px;
  overflow: hidden;
}

.hc-bar .bar-fill {
  height: 100%;
  background: linear-gradient(to right, var(--accent), var(--accent-deep));
  border-radius: 4px;
}

.hc-btn {
  display: block;
  text-align: center;
  padding: 0.7rem;
  background: var(--accent);
  color: white;
  border-radius: var(--radius-sm);
  text-decoration: none;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
}
.hc-btn:hover {
  background: var(--accent-deep);
}

/* ============================================================
   响应式补充
   ============================================================ */

@media (max-width: 900px) {
  .mode-hero-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .mode-layout > .container {
    grid-template-columns: 1fr;
  }
  .mode-toc {
    display: none;
  }
  .rel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .acc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ind-layout {
    grid-template-columns: 1fr;
  }
  .ind-side {
    position: static;
  }
  .pain-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tool-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .combo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2.5rem 0;
  }
  .hero-text h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 640px) {
  .rel-grid {
    grid-template-columns: 1fr;
  }
  .acc-grid {
    grid-template-columns: 1fr;
  }
  .pain-grid {
    grid-template-columns: 1fr;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .tool-grid {
    grid-template-columns: 1fr;
  }
  .combo-grid {
    grid-template-columns: 1fr;
  }
  .home-promo-inner {
    flex-direction: column;
    text-align: center;
  }
  .hero-text h1 {
    font-size: 1.5rem;
  }
  .mode-hero h1 {
    font-size: 1.5rem;
  }
}



/* 补充：缺失的类名选择器（部分是嵌套在父选择器中的，这里补充独立定义确保命中） */
.mh-right { min-width: 0; }
.roadmap-content p { margin: 0; }
.step-content { flex: 1; min-width: 0; }
.hero-text { min-width: 0; }
.pains-section { }
.why-section { }
.pain-triangle { display: none; }
.pain-ico { display: none; }

/* 补充：首页区块间距通用类 */
.pains-section, .why-section, .tools-section, .combos-section, .modes-section, .inds-section, .cta-section {
  padding: 4rem 0;
}



/* ============================================================
   组合方案详情页样式
   ============================================================ */

.combo-hero {
  padding: 3rem 0 2rem;
  background: linear-gradient(135deg, #FEF2F2 0%, var(--paper) 100%);
  border-bottom: 1px solid var(--rule);
}

.combo-icon-big {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(135deg, #10B981, #059669);
  display: grid;
  place-items: center;
  font-size: 36px;
  margin-bottom: 1rem;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.25);
}

.combo-tagline {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0.5rem 0 0 0;
}

.combo-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 2.5rem;
  padding: 2rem 0;
}

.combo-main { min-width: 0; }

.combo-section {
  margin-bottom: 2.5rem;
}

.combo-section h2 {
  font-size: 1.25rem;
  color: var(--ink);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--rule-soft);
}

.combo-modes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1rem 0;
}

.combo-modes .mode-card {
  padding: 1rem;
}

/* 门店页面补充 */
.store-hero {
  padding: 3rem 0 2rem;
  background: linear-gradient(135deg, var(--bg2) 0%, var(--paper) 100%);
  border-bottom: 1px solid var(--rule);
}

.store-primary {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 1.5rem;
  border: 1px solid var(--rule-soft);
}

.store-gold {
  background: linear-gradient(135deg, #FEF3C7, #FDE68A);
  border-radius: var(--radius);
  padding: 1.5rem;
}

.four-dim {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.dim-card {
  text-align: center;
  padding: 1.5rem 1rem;
  background: var(--paper);
  border-radius: var(--radius);
  border: 1px solid var(--rule-soft);
}

.dim-ico {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.form-note {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 0.5rem;
}

.gated-content {
  position: relative;
}

.gated-form {
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--radius);
  padding: 2rem;
}

.gated-cta {
  text-align: center;
  padding: 2rem;
}

.gated-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.gated-list li {
  padding: 0.5rem 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.gated-sub {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 0.5rem;
}

.gated-module {
  position: relative;
}

/* 工具页面补充 */
.tool-info {
  background: var(--bg2);
  border-radius: var(--radius);
  padding: 1.2rem 1.5rem;
  margin-bottom: 1.5rem;
}

.tool-desc {
  color: var(--ink-soft);
  line-height: 1.7;
  margin: 0;
}

.compare-wrap {
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--radius);
  padding: 1.5rem;
}

.compare-selector {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.compare-table-wrap {
  overflow-x: auto;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
}

.compare-tip {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 1rem;
  text-align: center;
}

/* 响应式补充 */
@media (max-width: 900px) {
  .combo-layout {
    grid-template-columns: 1fr;
  }
  .combo-modes {
    grid-template-columns: repeat(2, 1fr);
  }
  .four-dim {
    grid-template-columns: repeat(2, 1fr);
  }
  .compare-selector {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .combo-modes {
    grid-template-columns: 1fr;
  }
  .four-dim {
    grid-template-columns: 1fr;
  }
}



/* ============================================================
   模式详情页升级补充样式
   ============================================================ */

/* --- 侧栏热门推荐 --- */
.toc-recs {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--rule);
}
.toc-recs h4 {
  font-size: 0.88rem;
  color: var(--ink);
  margin: 0 0 0.8rem 0;
}
.toc-recs a {
  display: block;
  padding: 0.35rem 0;
  font-size: 0.82rem;
  color: var(--ink-soft);
  text-decoration: none;
  border-bottom: 1px dashed var(--rule-soft);
  transition: color 0.2s;
}
.toc-recs a:hover {
  color: var(--accent);
}

/* --- 侧栏CTA --- */
.toc-cta {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--rule);
}
.toc-cta-link {
  display: block;
  padding: 0.6rem 0.8rem;
  background: var(--accent);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  transition: background 0.2s;
}
.toc-cta-link:hover {
  background: var(--accent-deep);
}

/* --- 岗位分工表 --- */
.role-table-wrap {
  margin-top: 1.5rem;
}
.role-table-wrap h3 {
  font-size: 1.05rem;
  margin-bottom: 0.8rem;
  color: var(--ink);
}

/* --- 执行清单 --- */
.exec-checklists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}
.checklist-card {
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--radius);
  padding: 1.2rem;
}
.checklist-card h4 {
  margin: 0 0 0.8rem 0;
  font-size: 0.95rem;
  color: var(--ink);
}
.checklist-card ul {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 0.86rem;
  color: var(--ink-soft);
  line-height: 2;
}

/* --- 内容区CTA（内嵌在mode-content中） --- */
.mode-content .cta-band {
  padding: 2rem 1.5rem;
  border-radius: var(--radius);
  margin: 2rem 0;
}
.mode-content .cta-band h2 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.mode-content .cta-band p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  max-width: 100%;
}

/* --- 响应式 --- */
@media (max-width: 900px) {
  .exec-checklists {
    grid-template-columns: 1fr;
  }
}



/* ============================================================
   第二轮升级：新增模块CSS样式
   ============================================================ */

/* --- 机制进阶高亮模块 --- */
.feature-highlight {
  margin-top: 1.5rem;
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
  border: 1px solid #bbf7d0;
  border-radius: var(--radius);
  padding: 1.5rem;
}
.feature-highlight h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.05rem;
  color: #166534;
}
.feature-highlight > p {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  color: #15803d;
}
.feature-highlight h4 {
  margin: 1.2rem 0 0.5rem 0;
  font-size: 0.95rem;
  color: #166534;
}
.feature-highlight .table-wrap {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.feature-highlight table {
  font-size: 0.85rem;
  margin: 0;
}
.feature-highlight table th {
  background: #f0fdf4;
  color: #166534;
}

/* K因子概念框 */
.k-factor-box {
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  background: #fff;
  border-radius: 6px;
  border-left: 4px solid #10b981;
}
.k-factor-box strong {
  color: #047857;
}
.k-factor-box p {
  margin: 0.3rem 0 0 0;
  font-size: 0.85rem;
  color: #166534;
}

/* --- 等级体系卡片 --- */
.tier-section {
  margin-top: 1.5rem;
}
.tier-section h3 {
  font-size: 1.05rem;
  margin-bottom: 0.8rem;
  color: var(--ink);
}
.tier-cards {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.tier-card {
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: var(--radius);
  padding: 1rem;
  flex: 1;
  min-width: 180px;
}
.tier-card h4 {
  margin: 0 0 0.3rem 0;
  color: var(--ink);
}
.tier-card .tier-threshold {
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 0.5rem;
}
.tier-card .tier-benefit {
  font-size: 0.88rem;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.tier-card .tier-extra {
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.tier-card .tier-target {
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 0.5rem;
}

/* --- 真实案例算账表 --- */
.case-study {
  margin-top: 1.5rem;
}
.case-study h3 {
  font-size: 1.05rem;
  margin-bottom: 0.8rem;
  color: var(--ink);
}

/* --- 话术时机表 --- */
.script-timing-section {
  margin-top: 1.5rem;
}
.script-timing-section h3 {
  font-size: 1.05rem;
  margin-bottom: 0.8rem;
  color: var(--ink);
}

/* --- 风险矩阵 --- */
.risk-level-badge {
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.risk-level-badge.high {
  background: #fee2e2;
  color: #dc2626;
}
.risk-level-badge.mid-high {
  background: #ffedd5;
  color: #ea580c;
}
.risk-level-badge.mid {
  background: #fef3c7;
  color: #d97706;
}
.risk-level-badge.low-mid {
  background: #d1fae5;
  color: #059669;
}
.risk-level-badge.low {
  background: #dcfce7;
  color: #16a34a;
}

/* 风险等级标签（表格内） */
.risk-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 600;
}
.risk-tag.high { background: #fee2e2; color: #dc2626; }
.risk-tag.mid-high { background: #ffedd5; color: #ea580c; }
.risk-tag.mid { background: #fef3c7; color: #d97706; }
.risk-tag.mid-low { background: #d1fae5; color: #059669; }
.risk-tag.low { background: #dcfce7; color: #16a34a; }

/* --- 案例征集区块 --- */
.case-section {
  margin-top: 2rem;
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  border-radius: var(--radius);
  padding: 2rem;
  text-align: center;
}
.case-section h3 {
  margin: 0.3rem 0;
  font-size: 1.2rem;
  color: #065f46;
}
.case-section > p {
  color: #047857;
  font-size: 0.9rem;
  margin: 0.5rem 0 1.2rem;
}
.case-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  margin: 1.2rem 0;
  text-align: center;
}
.case-benefit-item .benefit-icon {
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
}
.case-benefit-item .benefit-title {
  font-size: 0.85rem;
  color: #065f46;
  font-weight: 600;
}
.case-benefit-item .benefit-desc {
  font-size: 0.78rem;
  color: #047857;
  margin-top: 0.2rem;
}
.case-section .case-cta-btn {
  display: inline-block;
  padding: 0.7rem 2rem;
  background: #10b981;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.2s;
}
.case-section .case-cta-btn:hover {
  background: #059669;
}
.case-section .case-note {
  font-size: 0.78rem;
  color: #059669;
  margin: 0.8rem 0 0 0;
}

/* --- 响应式 --- */
@media (max-width: 900px) {
  .tier-cards {
    flex-direction: column;
  }
  .case-benefits {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-highlight {
    padding: 1rem;
  }
}

@media (max-width: 640px) {
  .case-benefits {
    grid-template-columns: 1fr 1fr;
  }
}



/* ===== UPGRADE v2 - 全站升级增强模块 ===== */

/* ============================================================
   全站升级 CSS v1 - 价格页/服务/专家/案例/白皮书/基准/社区
   模式页增强模块：ROI计算器/风险矩阵/岗位分工/时间线/KPI/公式
   ============================================================ */

/* ---------- 价格页 ---------- */
.pricing-grid { gap: 2rem; margin-top: 2rem; }
.pricing-card {
  position: relative;
  padding: 2rem;
  border-radius: 12px;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  flex-direction: column;
}
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,.08); }
.pricing-featured {
  border: 2px solid var(--primary);
  transform: scale(1.05);
}
.pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #fff;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: .8rem;
  font-weight: 600;
  white-space: nowrap;
}
.pricing-tag {
  font-size: .85rem;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: .5rem;
}
.pricing-name {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.pricing-price {
  margin-bottom: .5rem;
  display: flex;
  align-items: baseline;
}
.pricing-price .currency {
  font-size: 1.2rem;
  color: var(--text-secondary);
  margin-right: 2px;
}
.pricing-price {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1;
}
.pricing-price .unit {
  font-size: .9rem;
  color: var(--text-secondary);
  font-weight: 400;
  margin-left: 4px;
}
.pricing-desc {
  color: var(--text-secondary);
  font-size: .9rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
}
.pricing-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  flex: 1;
}
.pricing-list li {
  padding: .5rem 0;
  font-size: .9rem;
  display: flex;
  align-items: flex-start;
  gap: .5rem;
}
.pricing-list li.muted { color: #bbb; }
.btn-block { width: 100%; display: block; text-align: center; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 800px; margin: 2rem auto 0; }
.faq-item {
  padding: 1.5rem;
  background: var(--bg);
  border-radius: 8px;
  margin-bottom: 1rem;
}
.faq-item h4 {
  font-size: 1.05rem;
  margin-bottom: .5rem;
  color: var(--text);
}
.faq-item p {
  color: var(--text-secondary);
  font-size: .92rem;
  line-height: 1.8;
  margin: 0;
}

/* ---------- CTA Box ---------- */
.cta-box {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: 16px;
  padding: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  color: #fff;
  align-items: center;
}
.cta-left h2 { color: #fff; font-size: 1.8rem; margin-bottom: .8rem; }
.cta-left p { color: rgba(255,255,255,.85); line-height: 1.8; }
.cta-features {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}
.cta-features span {
  background: rgba(255,255,255,.15);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: .85rem;
}
.cta-right .lead-form {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
}
.cta-right .lead-form input,
.cta-right .lead-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: .8rem;
  font-size: .95rem;
  box-sizing: border-box;
}
.cta-right .lead-form input:focus,
.cta-right .lead-form select:focus {
  outline: none;
  border-color: var(--primary);
}
.form-tip {
  text-align: center;
  font-size: .8rem;
  color: #999;
  margin-top: .8rem;
}

/* ---------- 服务流程 ---------- */
.service-steps { max-width: 900px; margin: 0 auto; }
.step-item {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  background: var(--bg);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  position: relative;
}
.step-num {
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary);
  opacity: .2;
  line-height: 1;
  min-width: 80px;
}
.step-content h3 { margin-bottom: .5rem; }
.step-content p { color: var(--text-secondary); line-height: 1.8; margin: 0; }
.step-meta {
  margin-top: .8rem;
  font-size: .85rem;
  color: var(--primary);
  font-weight: 500;
}
.check-list { list-style: none; padding: 0; margin: 1rem 0 0; }
.check-list li {
  padding: .4rem 0 .4rem 1.5rem;
  position: relative;
  font-size: .9rem;
  color: var(--text-secondary);
}
.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: 700;
}

/* ---------- 专家团队 ---------- */
.experts-grid { gap: 1.5rem; margin-top: 2rem; }
.expert-card {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
}
.expert-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  flex-shrink: 0;
}
.expert-info h3 { margin-bottom: .25rem; }
.expert-title {
  font-size: .9rem;
  color: var(--primary);
  font-weight: 600;
}
.expert-tag {
  font-size: .8rem;
  color: var(--text-secondary);
  margin-top: .25rem;
}

/* ---------- 案例页 ---------- */
.case-list { display: flex; flex-direction: column; gap: 2rem; margin-top: 2rem; }
.case-card { padding: 2rem; }
.case-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
}
.case-tag {
  font-size: .8rem;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: .5rem;
}
.case-header h3 { font-size: 1.3rem; margin-bottom: .3rem; }
.case-result {
  font-size: .9rem;
  color: var(--text-secondary);
}
.case-mode {
  text-align: right;
  min-width: 200px;
}
.mode-label {
  font-size: .75rem;
  color: var(--text-secondary);
  margin-bottom: .3rem;
}
.mode-text {
  font-size: .88rem;
  color: var(--text);
  font-weight: 500;
  line-height: 1.5;
}
.case-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.case-stat {
  text-align: center;
  padding: 1rem;
  background: var(--bg);
  border-radius: 8px;
}
.stat-val {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
}
.stat-label {
  font-size: .8rem;
  color: var(--text-secondary);
  margin: .3rem 0;
}
.stat-change {
  font-size: .75rem;
  color: #10b981;
  font-weight: 600;
}
.case-desc {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.case-action {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* ---------- 白皮书 ---------- */
.whitepaper-cover { padding: 0; overflow: hidden; }
.toc-list { margin-top: 1rem; }
.toc-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: .8rem 0;
  border-bottom: 1px dashed var(--border);
}
.toc-num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  font-weight: 600;
  flex-shrink: 0;
}

/* ---------- 基准数据 ---------- */
.bench-table { padding: 0; overflow: hidden; }
.bench-table table {
  width: 100%;
  border-collapse: collapse;
}
.bench-table th {
  background: var(--primary);
  color: #fff;
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: .9rem;
}
.bench-table td {
  padding: 1rem;
  border-bottom: 1px solid var(--border);
  font-size: .9rem;
}
.bench-table tr:hover { background: var(--bg); }
.bench-label { font-weight: 500; color: var(--text); }
.bench-value { color: var(--primary); font-weight: 700; font-size: 1rem; }
.bench-note { font-size: .85rem; }

/* ---------- 社区 ---------- */
.tag {
  display: inline-block;
  background: var(--primary-light);
  color: var(--primary);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: .78rem;
  font-weight: 500;
  margin-top: .5rem;
}

/* ---------- 模式页增强模块 ---------- */

/* ROI 计算器 */
.roi-calculator {
  background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem 0;
}
.roi-calculator h3 {
  color: #166534;
  margin-bottom: .25rem;
  font-size: 1.2rem;
}
.roi-calculator .roi-sub {
  color: #166534;
  opacity: .7;
  font-size: .88rem;
  margin-bottom: 1.5rem;
}
.roi-inputs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.roi-input-group label {
  display: block;
  font-size: .82rem;
  color: #166534;
  margin-bottom: .3rem;
  font-weight: 500;
}
.roi-input-group input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
  font-size: .95rem;
  background: #fff;
  box-sizing: border-box;
}
.roi-input-group input:focus {
  outline: none;
  border-color: #22c55e;
  box-shadow: 0 0 0 3px rgba(34,197,94,.1);
}
.roi-result {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}
.roi-result-item .roi-val {
  font-size: 1.8rem;
  font-weight: 800;
  color: #16a34a;
}
.roi-result-item .roi-label {
  font-size: .8rem;
  color: #666;
  margin-top: .3rem;
}
.roi-note {
  font-size: .78rem;
  color: #166534;
  opacity: .6;
  margin-top: 1rem;
  text-align: center;
}

/* 风险矩阵 */
.risk-matrix {
  margin: 2rem 0;
}
.risk-matrix h3 { margin-bottom: 1rem; }
.risk-grid {
  display: grid;
  grid-template-columns: 60px repeat(5, 1fr);
  grid-template-rows: 30px repeat(5, 80px);
  gap: 2px;
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;
}
.risk-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  font-weight: 600;
  color: #fff;
}
.risk-cell.header {
  background: #f3f4f6;
  color: #666;
  font-size: .72rem;
  font-weight: 500;
}
.risk-cell.r1 { background: #bbf7d0; color: #166534; }
.risk-cell.r2 { background: #fef08a; color: #854d0e; }
.risk-cell.r3 { background: #fed7aa; color: #9a3412; }
.risk-cell.r4 { background: #fca5a5; color: #991b1b; }
.risk-cell.r5 { background: #f87171; color: #7f1d1d; }
.risk-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary);
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.3);
  position: relative;
  z-index: 2;
}
.risk-dot::after {
  content: attr(data-label);
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #fff;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: .65rem;
  white-space: nowrap;
}
.risk-legend {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: .8rem;
  color: var(--text-secondary);
}
.risk-legend span {
  display: flex;
  align-items: center;
  gap: .3rem;
}
.risk-legend .risk-dot-small {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/* 岗位分工表 */
.role-table {
  margin: 2rem 0;
}
.role-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
}
.role-table th {
  background: var(--primary);
  color: #fff;
  padding: .9rem 1rem;
  text-align: left;
  font-weight: 600;
  font-size: .88rem;
}
.role-table td {
  padding: .8rem 1rem;
  border-bottom: 1px solid var(--border);
  font-size: .88rem;
  vertical-align: top;
}
.role-table tr:hover { background: var(--bg); }
.role-name { font-weight: 600; color: var(--text); }
.role-count {
  display: inline-block;
  background: var(--primary-light);
  color: var(--primary);
  padding: 2px 8px;
  border-radius: 10px;
  font-size: .75rem;
  font-weight: 600;
  margin-left: .5rem;
}

/* 落地时间线 */
.timeline-section { margin: 2rem 0; }
.timeline {
  position: relative;
  padding-left: 30px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border);
}
.timeline-item {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary);
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px var(--primary);
}
.timeline-phase {
  font-size: .8rem;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: .3rem;
}
.timeline-title {
  font-weight: 600;
  margin-bottom: .3rem;
}
.timeline-desc {
  font-size: .88rem;
  color: var(--text-secondary);
  line-height: 1.7;
}
.timeline-kpis {
  margin-top: .5rem;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.timeline-kpis span {
  font-size: .75rem;
  background: var(--bg);
  padding: 3px 10px;
  border-radius: 10px;
  color: var(--text-secondary);
}

/* KPI 体系 */
.kpi-section { margin: 2rem 0; }
.kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.kpi-card {
  background: var(--bg);
  border-radius: 8px;
  padding: 1.2rem;
  text-align: center;
}
.kpi-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
}
.kpi-name {
  font-size: .82rem;
  color: var(--text-secondary);
  margin-top: .3rem;
}
.kpi-target {
  font-size: .75rem;
  color: #10b981;
  margin-top: .25rem;
}

/* 核心公式 */
.formula-section { margin: 2rem 0; }
.formula-card {
  background: #f8fafc;
  border-left: 4px solid var(--primary);
  padding: 1.5rem;
  border-radius: 0 8px 8px 0;
  margin-bottom: 1rem;
}
.formula-name {
  font-weight: 600;
  margin-bottom: .5rem;
  color: var(--text);
}
.formula-expr {
  font-family: 'Courier New', monospace;
  font-size: 1rem;
  color: var(--primary);
  background: #fff;
  padding: .8rem 1rem;
  border-radius: 6px;
  margin-bottom: .5rem;
  letter-spacing: .5px;
}
.formula-desc {
  font-size: .85rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* 模式对比表 */
.compare-section { margin: 2rem 0; }
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .88rem;
}
.compare-table th {
  background: var(--primary);
  color: #fff;
  padding: .8rem;
  text-align: left;
  font-weight: 600;
}
.compare-table th:first-child {
  background: var(--primary-dark);
}
.compare-table td {
  padding: .7rem .8rem;
  border-bottom: 1px solid var(--border);
}
.compare-table tr:nth-child(even) { background: var(--bg); }
.compare-table .dim {
  font-weight: 600;
  color: var(--text);
  background: #fafafa;
  width: 120px;
}

/* ---------- 门店诊断工具 ---------- */
.diagnosis-wizard {
  max-width: 700px;
  margin: 2rem auto;
}
.diagnosis-step {
  background: var(--bg);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 1rem;
}
.diagnosis-step h3 { margin-bottom: 1rem; }
.diagnosis-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .8rem;
}
.diagnosis-option {
  padding: 1rem;
  border: 2px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
}
.diagnosis-option:hover {
  border-color: var(--primary);
  background: #fff;
}
.diagnosis-option.selected {
  border-color: var(--primary);
  background: var(--primary-light);
}
.diagnosis-option-icon { font-size: 1.8rem; margin-bottom: .5rem; }
.diagnosis-option-text { font-size: .9rem; font-weight: 500; }
.diagnosis-progress {
  height: 6px;
  background: var(--border);
  border-radius: 3px;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.diagnosis-progress-bar {
  height: 100%;
  background: var(--primary);
  transition: width .3s;
}

/* 结果卡片 */
.diagnosis-result {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
}
.diagnosis-result h3 { color: #fff; margin-bottom: 1rem; }
.diagnosis-score {
  font-size: 4rem;
  font-weight: 800;
  margin: 1rem 0;
}
.diagnosis-score-label { font-size: 1.2rem; margin-bottom: .5rem; }
.diagnosis-recs {
  text-align: left;
  margin-top: 1.5rem;
  background: rgba(255,255,255,.1);
  border-radius: 8px;
  padding: 1.5rem;
}
.diagnosis-recs h4 { color: #fff; margin-bottom: .8rem; }
.diagnosis-recs li {
  color: rgba(255,255,255,.9);
  padding: .3rem 0;
  font-size: .9rem;
}

/* ---------- 响应式 ---------- */
@media (max-width: 768px) {
  .pricing-featured { transform: none; }
  .cta-box { grid-template-columns: 1fr; padding: 2rem 1.5rem; gap: 2rem; }
  .case-stats { grid-template-columns: repeat(2, 1fr); }
  .case-header { flex-direction: column; }
  .case-mode { text-align: left; }
  .roi-inputs { grid-template-columns: 1fr; }
  .roi-result { grid-template-columns: repeat(2, 1fr); }
  .kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .risk-grid { grid-template-columns: 40px repeat(5, 1fr); grid-template-rows: 24px repeat(5, 60px); }
  .expert-card { flex-direction: column; text-align: center; }
  .step-item { flex-direction: column; gap: .5rem; }
  .step-num { font-size: 2rem; min-width: auto; }
  .bench-table { overflow-x: auto; }
  .bench-table table { min-width: 500px; }
  .diagnosis-options { grid-template-columns: 1fr; }
}


/* ===== 首页数据区 ===== */
.section-stats {
  padding: 2rem 0;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}
.stat-item {
  padding: 1rem;
}
.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: .3rem;
}
.stat-label {
  font-size: .88rem;
  opacity: .9;
}
@media (max-width: 768px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-number { font-size: 1.8rem; }
}

/* ===== 首页数据区 ===== */
.section-stats {
  padding: 2rem 0;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}
.stat-item {
  padding: 1rem;
}
.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: .3rem;
}
.stat-label {
  font-size: .88rem;
  opacity: .9;
}
@media (max-width: 768px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-number { font-size: 1.8rem; }
}
