/* ==========================================================================
   万金科技 · AI执行官 — 全站样式
   1:1 还原 archive/claude-design设计 的 wj- 设计系统（实干绿 / 投影卡片）
   字体: 系统黑体   图标: 1.8px 细线条   布局: 容器查询响应式 (740px)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@600;700&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  background: #ffffff;
  color: #15262E;
  /* 不设 -webkit-font-smoothing，与 archive 一致：macOS 默认 subpixel 渲染，字更粗更敦实 */
}

/* ============ 主题变量（实干绿） ============ */
.wj-page {
  container-type: inline-size;
  container-name: page;
  font-size: 16px;
  line-height: 1.65;
  --bg: #F4F8F4;          --surface: #ffffff;
  --ink: #152620;         --ink-2: #4D6157;       --line: #DAE5DC;
  --primary: #0E7A5C;     --primary-deep: #0A372C; --primary-soft: #E1F0E9;
  --accent: #E8A23D;
  --stats-bg: #0C4F46;    --quiz-bg: #082A26;
  --hero-bg: linear-gradient(160deg, #0A372C 0%, #0E5743 100%);
  background: var(--surface);
  color: var(--ink);
}

/* ============ 通用 ============ */
.wj-container { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.wj-section { padding: 20px 0; }
.wj-section--toned { background: var(--bg); }

/* 卡片投影模式（全站） */
.wj-page[data-card="投影"] .wj-pain-card,
.wj-page[data-card="投影"] .wj-svc-card,
.wj-page[data-card="投影"] .wj-cust-card,
.wj-page[data-card="投影"] .wj-way-card,
.wj-page[data-card="投影"] .wj-case-card,
.wj-page[data-card="投影"] .wj-price-card,
.wj-page[data-card="投影"] .wj-tier-card {
  border-color: transparent;
  box-shadow: 0 1px 2px rgba(15,35,45,0.05), 0 10px 28px -14px rgba(15,35,45,0.22);
}
.wj-page[data-card="投影"] .wj-contact-card {
  border-color: rgba(16,24,20,.05);
  box-shadow: 0 1px 2px rgba(16,24,20,.04), 0 12px 40px -12px rgba(16,24,20,.14);
}

.wj-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.06em;
  color: var(--primary);
}
.wj-kicker::before { content: ""; width: 18px; height: 1.8px; background: var(--primary); border-radius: 2px; }

.wj-h2 { font-size: 26px; line-height: 1.35; font-weight: 700; letter-spacing: 0.01em; margin-top: 10px; text-wrap: pretty; }
.wj-sub { font-size: 16px; color: var(--ink-2); margin-top: 12px; max-width: 38em; text-wrap: pretty; }
.wj-section-head { margin-bottom: 28px; }

/* 滚动入场 */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in { opacity: 1; transform: none; }

/* 按钮 */
.wj-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 50px; padding: 12px 24px; border-radius: 10px;
  font-size: 17px; font-weight: 600; font-family: inherit; line-height: normal;
  border: 1.8px solid transparent; cursor: pointer; text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
  -webkit-tap-highlight-color: transparent;
}
.wj-btn:active { transform: scale(0.98); }
.wj-btn--primary { background: var(--primary); color: #fff; }
.wj-btn--primary:hover { box-shadow: 0 6px 16px -6px var(--primary); }
.wj-btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.wj-btn--ghost:hover { border-color: var(--ink-2); }
.wj-btn--accent { background: var(--accent); color: #221703; }
.wj-btn--accent:hover { filter: brightness(1.05); }
.wj-btn--block { width: 100%; }

/* 占位图（真实物料待替换） */
.wj-ph {
  position: relative; overflow: hidden; border-radius: 10px;
  background: repeating-linear-gradient(-45deg, rgba(0,0,0,0.045) 0 10px, transparent 10px 20px), var(--bg);
  border: 1px dashed var(--line);
  display: flex; align-items: center; justify-content: center;
}
.wj-ph span {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px; color: var(--ink-2); letter-spacing: 0.04em;
  background: var(--surface); padding: 4px 10px; border-radius: 6px; border: 1px solid var(--line);
}

/* ============ 顶部导航 ============ */
.wj-nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .2s ease;
}
.wj-nav.scrolled { box-shadow: 0 2px 16px rgba(0,0,0,.06); }
.wj-nav-inner { display: flex; align-items: center; gap: 12px; height: 60px; }
.wj-brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 16px; letter-spacing: 0.02em; color: var(--ink); text-decoration: none; white-space: nowrap; }
.wj-brand img { width: 34px; height: 34px; border-radius: 8px; display: block; }
.wj-brand .dotsep { color: var(--ink-2); font-weight: 400; margin: 0 2px; }
.wj-nav-links { display: none; align-items: center; gap: 28px; margin-left: auto; }
.wj-nav-links button, .wj-nav-links a {
  background: none; border: none; font-family: inherit; font-size: 15px; font-weight: 500;
  color: var(--ink-2); cursor: pointer; padding: 6px 0; text-decoration: none; line-height: normal;
}
.wj-nav-links button:hover, .wj-nav-links a:hover { color: var(--primary); }
.wj-nav-links a.active { color: var(--primary); font-weight: 600; }
.wj-nav-cta { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.wj-nav-cta .wj-btn { min-height: 38px; padding: 7px 12px; font-size: 14px; border-radius: 9px; white-space: nowrap; gap: 6px; }
.wj-nav-burger {
  width: 42px; height: 42px; display: flex; align-items: center; justify-content: center;
  background: none; border: none; color: var(--ink); cursor: pointer;
}

/* ============ Hero ============ */
.wj-hero { background: var(--hero-bg); padding: 48px 0 40px; color: #fff; }
.wj-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.28);
  color: #fff; padding: 7px 14px; border-radius: 999px;
}
.wj-hero-eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.wj-hero h1 {
  font-size: 32px; line-height: 1.3; font-weight: 800; letter-spacing: 0.01em;
  margin-top: 20px; text-wrap: pretty; color: #fff;
}
.wj-hero h1 em { font-style: normal; color: #FFD79A; }
.wj-hero-sub { font-size: 16.5px; color: rgba(255,255,255,0.78); margin-top: 16px; max-width: 36em; text-wrap: pretty; }
.wj-hero-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 26px; }
.wj-hero-actions .wj-btn { width: 100%; white-space: nowrap; }
.wj-hero .wj-btn--primary { background: var(--accent); color: #221703; }
.wj-hero .wj-btn--ghost { color: #fff; border-color: rgba(255,255,255,0.45); }
.wj-trustbar {
  display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 28px; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.22); list-style: none;
}
.wj-trustbar li {
  list-style: none; display: inline-flex; align-items: center; gap: 7px;
  font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.85);
}
.wj-trustbar li svg { color: #FFD79A; flex: none; }

/* ============ 痛点区 ============ */
.wj-cards { display: grid; gap: 14px; }
.wj-pain-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 14px;
  padding: 22px;
}
.wj-icon-chip {
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--primary-soft); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
}
.wj-pain-card h3 { font-size: 18.5px; font-weight: 700; margin-top: 14px; }
.wj-pain-card p { font-size: 15px; color: var(--ink-2); margin-top: 8px; text-wrap: pretty; }

/* ============ 三大服务 ============ */
.wj-svc-card {
  position: relative; background: var(--surface); border: 1px solid var(--line);
  border-radius: 14px; padding: 24px 22px; overflow: hidden;
  display: flex; flex-direction: column; gap: 10px;
}
.wj-svc-num {
  position: absolute; top: 6px; right: 14px;
  font-size: 56px; font-weight: 800; color: var(--primary-soft); line-height: 1;
  user-select: none;
}
.wj-svc-card .wj-icon-chip { position: relative; }
.wj-svc-card h3 { font-size: 19px; font-weight: 700; margin-top: 6px; position: relative; }
.wj-svc-lead { font-size: 15.5px; font-weight: 600; color: var(--primary); }
.wj-svc-card p { font-size: 15px; color: var(--ink-2); text-wrap: pretty; }
.wj-svc-link {
  margin-top: auto; padding-top: 8px;
  display: inline-flex; align-items: center; gap: 6px;
  background: none; border: none; font-family: inherit; cursor: pointer;
  font-size: 15px; font-weight: 600; color: var(--primary); text-decoration: none;
  transition: gap 0.15s ease;
}
.wj-svc-link:hover { gap: 10px; }

/* ============ 三类客户 ============ */
.wj-cust-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 14px;
  padding: 24px 22px; display: flex; flex-direction: column; gap: 10px;
}
.wj-cust-tag {
  align-self: flex-start; font-size: 12.5px; font-weight: 600; letter-spacing: 0.04em;
  color: var(--primary); background: var(--primary-soft);
  padding: 5px 12px; border-radius: 999px;
}
.wj-cust-card h3 { font-size: 21px; font-weight: 800; }
.wj-cust-who {
  font-size: 13.5px; color: var(--ink-2);
  display: flex; align-items: center; gap: 7px;
}
.wj-cust-who svg { flex: none; color: var(--accent); }
.wj-cust-card blockquote {
  font-size: 15px; color: var(--ink-2); border: none; text-wrap: pretty;
  background: var(--bg); border-radius: 10px; padding: 14px 16px;
}
.wj-section--toned .wj-cust-card blockquote { background: var(--primary-soft); color: var(--ink); }

/* ============ 我们的方式 ============ */
.wj-way-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 14px;
  padding: 22px;
}
.wj-way-flip { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; font-size: 17px; font-weight: 700; }
.wj-way-flip .old { color: var(--ink-2); text-decoration: line-through; text-decoration-thickness: 1.8px; font-weight: 500; }
.wj-way-flip .arr { color: var(--accent); display: inline-flex; }
.wj-way-check { display: flex; align-items: center; gap: 9px; font-size: 17px; font-weight: 700; }
.wj-way-check svg { color: var(--primary); flex: none; }
.wj-way-tag { display: inline-block; margin-top: 12px; font-size: 13px; font-weight: 600; color: var(--primary); background: var(--primary-soft); padding: 4px 11px; border-radius: 999px; }
.wj-way-card p { font-size: 15px; color: var(--ink-2); margin-top: 10px; text-wrap: pretty; }

/* ============ 兜底承诺（绿色块） ============ */
.wj-guarantee {
  background: linear-gradient(150deg, #0D5C47 0%, #0A4435 100%);
  color: #fff; border-radius: 18px; padding: 32px 24px;
}
.wj-guarantee .wj-icon-chip { background: rgba(255,255,255,0.12); color: #9FE3C6; }
.wj-guarantee h2 { font-size: 22px; line-height: 1.4; font-weight: 700; margin-top: 16px; text-wrap: pretty; }
.wj-guarantee p { font-size: 15.5px; color: #FFD79A; font-weight: 600; margin-top: 12px; max-width: 40em; text-wrap: pretty; }

/* ============ 信任数字条 ============ */
.wj-stats { background: var(--stats-bg); color: #fff; padding: 40px 0; }
.wj-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 16px; }
.wj-stat b { display: block; font-size: 32px; font-weight: 800; letter-spacing: 0.01em; }
.wj-stat span { display: block; font-size: 13px; color: rgba(255,255,255,0.72); margin-top: 6px; line-height: 1.5; }

/* ============ 案例精选 ============ */
.wj-case-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 14px;
  overflow: hidden; display: flex; flex-direction: column;
}
.wj-case-card .wj-ph { height: 180px; border-radius: 0; border: none; border-bottom: 1px dashed var(--line); }
.wj-case-cover { width: 100%; height: 180px; object-fit: cover; object-position: top center; display: block; background: #fff; border-bottom: 1px solid var(--line); }
.wj-case-card { cursor: pointer; }
.wj-case-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px -16px rgba(15,35,45,0.28); transition: transform .18s ease, box-shadow .18s ease; }

/* 案例详情弹窗：截图画廊 */
.wj-modal-gallery { display: flex; flex-direction: column; gap: 14px; align-items: center; }
.wj-modal-gallery img { max-width: 100%; max-height: 64vh; width: auto; height: auto; display: block; border-radius: 10px; border: 1px solid var(--line); background: #fff; }
.wj-case-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.wj-case-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.wj-badge {
  font-size: 12px; font-weight: 600; letter-spacing: 0.03em;
  padding: 4px 10px; border-radius: 6px;
}
.wj-badge--cat { background: var(--primary-soft); color: var(--primary); }
.wj-badge--ind { background: var(--bg); color: var(--ink-2); border: 1px solid var(--line); }
.wj-case-card h3 { font-size: 18px; font-weight: 700; }
.wj-case-card .desc { font-size: 14.5px; color: var(--ink-2); text-wrap: pretty; }
.wj-kpis {
  margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line);
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.wj-kpi b { display: block; font-size: 22px; font-weight: 800; color: var(--primary); }
.wj-kpi span { display: block; font-size: 12.5px; color: var(--ink-2); margin-top: 3px; }
.wj-cases-more { display: flex; justify-content: center; margin-top: 26px; }

/* ============ 传统 vs Vibe Coding 对比 ============ */
.wj-compare { display: grid; gap: 14px; }
.wj-compare-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 24px 22px;
}
.wj-compare-card--new { border-color: var(--primary); }
.wj-compare-head { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 800; margin-bottom: 14px; }
.wj-compare-head svg { flex: none; }
.wj-compare-card--old .wj-compare-head { color: var(--ink-2); }
.wj-compare-card--old .wj-compare-head svg { color: #C2564A; }
.wj-compare-card--new .wj-compare-head { color: var(--primary); }
.wj-compare-item { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: var(--ink-2); padding: 9px 0; border-top: 1px solid var(--line); line-height: 1.5; }
.wj-compare-item svg { flex: none; margin-top: 2px; }
.wj-compare-card--old .wj-compare-item svg { color: #C2564A; }
.wj-compare-card--new .wj-compare-item svg { color: var(--primary); }

/* ============ 方案样板 ============ */
.wj-showcase-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 14px;
  padding: 24px 22px; display: flex; flex-direction: column; gap: 10px;
}
.wj-showcase-tag {
  align-self: flex-start; font-size: 12.5px; font-weight: 600; letter-spacing: 0.04em;
  color: var(--primary); background: var(--primary-soft); padding: 5px 12px; border-radius: 999px;
}
.wj-showcase-card h3 { font-size: 18.5px; font-weight: 700; }
.wj-showcase-card p { font-size: 15px; color: var(--ink-2); text-wrap: pretty; }
.wj-showcase-meta {
  margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 16px; font-size: 14px; color: var(--ink-2);
}
.wj-showcase-meta span { display: inline-flex; align-items: center; gap: 6px; }
.wj-showcase-meta b { color: var(--primary); font-weight: 700; }
.wj-showcase-preview {
  min-height: 34px; padding: 5px 12px; font-size: 13.5px; border-radius: 8px;
  color: var(--accent); border-color: rgba(232, 162, 61, 0.45); background: rgba(232, 162, 61, 0.08);
  font-weight: 700;
}
.wj-showcase-preview:hover { border-color: var(--accent); background: rgba(232, 162, 61, 0.14); }

/* 关于：故事段落标题 */
.wj-about-lead h2 { font-size: 26px; font-weight: 800; line-height: 1.3; text-wrap: pretty; }

/* ============ 评测引导（深色块） ============ */
.wj-quiz { background: var(--quiz-bg); color: #fff; padding: 56px 0; }
.wj-quiz-inner { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.wj-quiz-badge {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 600; color: #fff;
  border: 1px solid rgba(255,255,255,0.35); padding: 6px 14px; border-radius: 999px;
}
.wj-quiz-badge svg { color: var(--accent); }
.wj-quiz h2 { font-size: 26px; font-weight: 800; line-height: 1.35; text-wrap: pretty; }
.wj-quiz p { font-size: 15.5px; color: rgba(255,255,255,0.78); max-width: 36em; text-wrap: pretty; }

/* ============ 联系区（对齐 微信联系卡片.dc.html） ============ */
.wj-contact-card {
  background: #fff; border: 1px solid rgba(16,24,20,.05); border-radius: 20px;
  overflow: hidden; display: flex; flex-direction: column;
  box-shadow: 0 1px 2px rgba(16,24,20,.04), 0 12px 40px -12px rgba(16,24,20,.14);
}
.wj-contact-main {
  flex: 1; min-width: 0; padding: 28px 24px 28px 28px;
  display: flex; flex-direction: column; justify-content: center; gap: 18px;
}
.wj-contact-badge {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 5px 11px; border-radius: 999px;
  background: #e7f5ed; color: #1a8a5a;
  font-size: 13px; font-weight: 600; letter-spacing: .04em;
}
.wj-contact-badge-dot {
  width: 6px; height: 6px; border-radius: 50%; background: #1a8a5a; flex: none;
}
.wj-contact-id {
  margin-top: 14px;
  font-family: 'JetBrains Mono', ui-monospace, "SF Mono", Menlo, monospace;
  font-weight: 700; font-size: clamp(40px, 10vw, 56px); line-height: 1.05;
  color: #16201b; letter-spacing: -.01em;
}
.wj-contact-meta {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  font-size: 15px; color: #5a655e;
}
.wj-contact-meta-item { display: inline-flex; align-items: center; gap: 7px; }
.wj-contact-meta-label { color: #9aa39c; }
.wj-contact-meta-value { color: #2c352f; font-weight: 600; font-variant-numeric: tabular-nums; }
.wj-contact-meta-divider { width: 1px; height: 14px; background: #dfe4e0; flex: none; }
.wj-contact-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 4px; }
.wj-contact-actions .wj-btn--contact-copy,
.wj-contact-actions .wj-btn--contact-call {
  min-height: 54px; height: 54px; padding: 0 26px; border-radius: 12px;
  font-size: 16px; font-weight: 600; gap: 10px; flex: 1 1 auto;
}
.wj-contact-actions .wj-btn--contact-copy {
  border: none; background: #1a8a5a; color: #fff; box-shadow: none;
}
.wj-contact-actions .wj-btn--contact-copy:hover { filter: brightness(.95); box-shadow: none; }
.wj-contact-actions .wj-btn--contact-copy:active { transform: translateY(1px); }
.wj-contact-actions .wj-btn--contact-copy.is-copied { background: #127a4c; }
.wj-contact-actions .wj-btn--contact-call {
  background: #fff; border: 1.5px solid #dde2de; color: #1f2823;
}
.wj-contact-actions .wj-btn--contact-call:hover {
  border-color: #1a8a5a; color: #1a8a5a; background: #f6fbf8;
}
.wj-contact-qr-panel {
  flex: none; width: 100%; background: #f7faf8; border-top: 1px solid #eef1ee;
  padding: 24px 20px; display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 14px;
}
.wj-contact-qr-head {
  display: flex; align-items: center; gap: 10px; align-self: stretch; justify-content: center;
  font-size: 16px; font-weight: 600; color: #1f2823;
}
.wj-contact-qr-mark {
  width: 32px; height: 32px; border-radius: 8px;
  background: linear-gradient(135deg, #2bbf7a, #1a8a5a);
  color: #fff; font-size: 13px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; flex: none; line-height: 1;
}
.wj-contact-qr-frame {
  background: #fff; border: 1px solid #ebefec; border-radius: 16px; padding: 12px;
  box-shadow: 0 4px 16px -8px rgba(16,24,20,.18);
}
.wj-contact-qr {
  width: 172px; height: 172px; display: block; border-radius: 6px; object-fit: contain;
}
.wj-contact-qr-hint {
  font-size: 13px; color: #8a948c; text-align: center; line-height: 1.5;
}

/* ============ 页脚 ============ */
.wj-footer { background: #182127; color: rgba(255,255,255,0.62); padding: 44px 0 120px; font-size: 13.5px; line-height: 1.8; }
.wj-footer-grid { display: grid; gap: 26px; }
.wj-footer h4 { color: #fff; font-size: 14px; font-weight: 700; margin-bottom: 8px; letter-spacing: 0.04em; }
.wj-footer .brandline { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 700; font-size: 15px; margin-bottom: 10px; }
.wj-footer .brandline img { width: 30px; height: 30px; border-radius: 7px; }
.wj-footer a { color: rgba(255,255,255,0.62); text-decoration: none; }
.wj-footer a:hover { color: #fff; }
.wj-footer p { margin-bottom: 2px; }

/* ============ 子页面：页首 ============ */
.wj-pgheader {
  padding: 20px 0 20px;
  background: linear-gradient(160deg, #0A372C 0%, #0E5743 100%); color: #fff;
}
.wj-pgheader .wj-sub { color: rgba(255,255,255,0.78); margin-top: 14px; max-width: none; text-align: justify; }
.wj-pgheader .wj-kicker { color: #FFD79A; }
.wj-pgheader .wj-kicker::before { background: #FFD79A; }
.wj-pgheader h1 { font-size: 30px; font-weight: 800; line-height: 1.3; margin-top: 10px; text-wrap: pretty; color: #fff; }
.wj-pgheader h1 em { font-style: normal; color: #FFD79A; }

/* 案例页首：对比式排版（反面选项 vs AI编程） */
.case-pitch { margin-top: 26px; }
.case-cons { display: grid; gap: 12px; }
.case-con { display: flex; gap: 12px; align-items: flex-start; padding: 15px 18px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.14); border-radius: 12px; }
.case-con .mk, .case-pro .mk { flex: none; display: grid; place-items: center; border-radius: 50%; }
.case-con .mk { width: 24px; height: 24px; background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); margin-top: 2px; }
.case-con b { color: #fff; font-weight: 700; display: block; margin-bottom: 3px; font-size: 15px; }
.case-con .t { font-size: 14.5px; color: rgba(255,255,255,0.72); line-height: 1.65; }
.case-pro { display: flex; gap: 14px; align-items: flex-start; margin-top: 14px; padding: 18px 20px; border-radius: 14px; background: rgba(232,162,61,0.1); border: 1px solid rgba(255,215,154,0.32); }
.case-pro .mk { width: 28px; height: 28px; background: var(--accent); color: #1a1205; margin-top: 1px; }
.case-pro .title { color: #FFD79A; font-weight: 800; font-size: 16.5px; margin-bottom: 6px; }
.case-pro .t { font-size: 15px; color: rgba(255,255,255,0.9); line-height: 1.75; text-wrap: pretty; }
.case-pro .t strong { color: #FFD79A; font-weight: 700; }
.case-updated { margin-top: 18px; font-size: 13px; color: rgba(255,255,255,0.55); }

/* ============ 注释 / 备注块 ============ */
.wj-note {
  font-size: 13.5px; color: var(--ink-2); line-height: 1.7;
  background: var(--bg); padding: 16px 20px; border-radius: 10px; margin-top: 18px;
}

/* ============ 培养四级 / 套餐体系 ============ */
.wj-tier-grid { display: grid; gap: 16px; }
.wj-tier-card {
  position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: 16px;
  padding: 26px 22px; display: flex; flex-direction: column; gap: 12px;
  overflow: hidden;
}
.wj-tier-card--pop { border-color: var(--primary); border-width: 2px; }
.wj-tier-pop-tag {
  position: absolute; top: 14px; right: -30px; transform: rotate(45deg);
  background: var(--accent); color: #221703;
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
  padding: 4px 36px;
}
.wj-tier-name { font-size: 20px; font-weight: 800; }
.wj-tier-price { font-size: 36px; font-weight: 800; color: var(--primary); line-height: 1; }
.wj-tier-price small { font-size: 15px; font-weight: 500; color: var(--ink-2); }
.wj-tier-content { font-size: 15px; color: var(--ink-2); text-wrap: pretty; }
.wj-tier-features { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.wj-tier-features li { display: flex; gap: 9px; font-size: 14.5px; color: var(--ink-2); line-height: 1.5; }
.wj-tier-features li svg { flex: none; margin-top: 2px; color: var(--primary); }
.wj-tier-format {
  display: flex; align-items: center; gap: 8px;
  font-size: 13.5px; font-weight: 600; color: var(--primary);
  background: var(--primary-soft); padding: 10px 14px; border-radius: 10px;
}
.wj-tier-format svg { flex: none; }
.wj-tier-card .wj-btn { margin-top: auto; }

/* ============ 三步开始 ============ */
.wj-steps-grid { display: grid; gap: 16px; counter-reset: step; }
.wj-step-card {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--surface); border: 1px solid var(--line); border-radius: 14px;
  padding: 22px;
}
.wj-step-card::before {
  counter-increment: step;
  content: counter(step);
  width: 44px; height: 44px; border-radius: 50%; flex: none;
  background: var(--primary); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 800;
}
.wj-step-card h3 { font-size: 17px; font-weight: 700; }
.wj-step-card p { font-size: 14.5px; color: var(--ink-2); margin-top: 4px; }

/* ============ 评测人员列表 ============ */
.wj-eval-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.wj-eval-table { width: 100%; border-collapse: collapse; min-width: 480px; }
.wj-eval-table th, .wj-eval-table td { padding: 14px 18px; text-align: left; font-size: 14.5px; }
.wj-eval-table thead th { background: var(--bg); color: var(--ink-2); font-weight: 600; font-size: 13.5px; letter-spacing: 0.03em; }
.wj-eval-table tbody tr { border-top: 1px solid var(--line); }
.wj-eval-table tbody td { color: var(--ink); }
.wj-eval-badge { display: inline-block; padding: 4px 11px; border-radius: 999px; font-size: 12.5px; font-weight: 600; }
.wj-eval-badge.lv1 { background: var(--primary-soft); color: var(--primary); }
.wj-eval-badge.lv2 { background: #FCEFD7; color: #B07414; }
.wj-eval-badge.lv3 { background: #E5DDF3; color: #6B4FA0; }

/* ============ 案例中心 Tabs ============ */
.wj-tabs {
  display: flex; gap: 4px; background: var(--bg); padding: 4px;
  border-radius: 12px; margin-bottom: 24px;
}
.wj-tab {
  flex: 1; padding: 12px 16px; border-radius: 10px;
  font-family: inherit; font-size: 15px; font-weight: 600;
  background: none; border: none; cursor: pointer; color: var(--ink-2);
  transition: all 0.15s ease;
}
.wj-tab--active {
  background: var(--surface); color: var(--ink);
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.wj-case-grid { display: grid; gap: 16px; }

/* 案例详情模态 */
.wj-modal-overlay {
  position: fixed; inset: 0; z-index: 80;
  background: rgba(15,25,30,0.55);
  display: flex; align-items: flex-end; justify-content: center;
  animation: wj-fade-in 0.18s ease;
}
@keyframes wj-fade-in { from { opacity: 0; } }
.wj-modal-panel {
  width: 100%; max-width: 560px; max-height: 85vh;
  background: var(--surface); border-radius: 18px 18px 0 0;
  overflow-y: auto; padding: 28px 22px 40px;
  animation: wj-slide-up 0.22s ease;
}
@keyframes wj-slide-up { from { transform: translateY(30px); opacity: 0; } }
.wj-modal-close {
  position: sticky; top: 0; float: right;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--bg); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center; color: var(--ink-2);
}
.wj-modal-panel h2 { font-size: 24px; font-weight: 800; margin-bottom: 14px; }
.wj-modal-panel .modal-desc { font-size: 16px; color: var(--ink-2); line-height: 1.7; margin-bottom: 20px; text-wrap: pretty; }

/* ============ 关于我们 ============ */
.wj-story { font-size: 16.5px; color: var(--ink); line-height: 1.85; text-align: justify; text-wrap: pretty; }
.wj-story + .wj-story { margin-top: 16px; }
/* 关于我们：卡片分点式 */
.wj-about-grid { display: grid; gap: 16px; }
.wj-about-card { background: var(--surface); border: 1px solid transparent; border-radius: 14px; padding: 24px 22px;
  box-shadow: 0 1px 2px rgba(15,35,45,0.05), 0 10px 28px -14px rgba(15,35,45,0.22); }
.wj-about-card .wj-icon-chip { margin-bottom: 14px; }
.wj-about-card h3 { font-size: 18px; font-weight: 800; margin-bottom: 8px; color: var(--ink); }
.wj-about-card p { font-size: 15px; color: var(--ink-2); line-height: 1.8; text-align: justify; text-wrap: pretty; }
.wj-about-card p strong { color: var(--primary); font-weight: 700; }

/* 资质证书墙 */
.wj-cred-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.wj-cred-grid img { width: 100%; height: auto; display: block; border-radius: 10px; border: 1px solid var(--line); }

/* 高新证书：单独一行、放大居中 */
.wj-cert-feature { display: block; max-width: 560px; margin: 0 auto; }
.wj-cert-feature img { width: 100%; height: auto; display: block; border-radius: 12px; border: 1px solid var(--line); box-shadow: 0 12px 30px -16px rgba(15,35,45,0.3); transition: transform .2s ease, box-shadow .2s ease; }
.wj-cert-feature:hover img { transform: translateY(-2px); box-shadow: 0 16px 36px -16px rgba(15,35,45,0.38); }
.wj-cert-feature-cap { text-align: center; margin-top: 12px; font-size: 13.5px; color: var(--ink-2); }

/* 软著：一行横向滚动 */
.wj-cert-scroll {
  display: flex; gap: 14px; overflow-x: auto; margin-top: 28px;
  padding: 4px 2px 14px; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch;
}
.wj-cert-scroll img {
  flex: 0 0 auto; height: 240px; width: auto; display: block; background: #fff;
  border-radius: 10px; border: 1px solid var(--line); scroll-snap-align: start;
}
.wj-cert-scroll::-webkit-scrollbar { height: 8px; }
.wj-cert-scroll::-webkit-scrollbar-thumb { background: var(--line); border-radius: 999px; }
.wj-cert-scroll::-webkit-scrollbar-track { background: transparent; }
.wj-cert-hint { text-align: center; font-size: 13px; color: var(--ink-2); margin-top: 8px; }

/* 培训照片墙 */
.wj-photo-wall { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.wj-photo-wall img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; border-radius: 12px; border: 1px solid var(--line); display: block; }

/* 合作伙伴 */
.wj-partner-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 12px; }
.wj-partner-grid img {
  width: 100%; height: auto; display: block; border-radius: 8px;
  border: 1px solid var(--line); background: #fff; padding: 8px; aspect-ratio: 3 / 2; object-fit: contain;
}

/* ============ 联系表单 ============ */
.wj-form { display: flex; flex-direction: column; gap: 18px; margin-top: 12px; }
.wj-form-group label { display: block; font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.wj-form-group input, .wj-form-group textarea {
  width: 100%; padding: 13px 16px; border-radius: 10px;
  border: 1px solid var(--line); background: var(--surface);
  font-family: inherit; font-size: 15.5px; color: var(--ink);
  transition: border-color 0.12s ease;
}
.wj-form-group input:focus, .wj-form-group textarea:focus {
  outline: none; border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-soft);
}
.wj-form-group textarea { min-height: 110px; resize: vertical; }
.wj-form-row { display: grid; gap: 18px; }

/* 需求表单：三行纵向，左对齐，宽度跟随 wj-container */
.wj-form--stack {
  width: 100%;
  margin: 0;
  text-align: left;
}
.wj-form--stack .wj-form-group label { text-align: left; }
.wj-form--stack .wj-form-group input,
.wj-form--stack .wj-form-group textarea { width: 100%; box-sizing: border-box; }

/* 联系信息卡片 */
.wj-info-cards { display: grid; gap: 14px; }
.wj-info-card {
  display: flex; align-items: center; gap: 14px;
  background: var(--surface); border: 1px solid var(--line); border-radius: 14px;
  padding: 18px 20px;
}
.wj-info-card .wj-icon-chip { width: 44px; height: 44px; flex: none; }
.wj-info-card h3 { font-size: 14px; font-weight: 600; color: var(--ink-2); }
.wj-info-card p { font-size: 16.5px; font-weight: 700; color: var(--ink); margin-top: 2px; }

/* ============ 视口级 fixed 元素 ============ */
.wj-floatbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: flex; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: color-mix(in srgb, #ffffff 92%, transparent);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(0,0,0,0.08);
}
.wj-floatbar .wj-btn { flex: 1; min-height: 48px; font-size: 16.5px; }
.wj-floatbar .wj-btn--ghost { color: var(--ink); }

.wj-toast {
  position: fixed; left: 50%; bottom: 92px; transform: translate(-50%, 8px);
  z-index: 90; background: #1B2A32; color: #fff;
  font-size: 14.5px; font-weight: 500; padding: 12px 20px; border-radius: 10px;
  box-shadow: 0 10px 30px -8px rgba(0,0,0,0.4);
  display: flex; align-items: center; gap: 9px; white-space: nowrap;
  opacity: 0; pointer-events: none; transition: opacity .22s ease, transform .22s ease;
}
.wj-toast svg { color: #6FD3A6; flex: none; }
.wj-toast.show { opacity: 1; transform: translate(-50%, 0); }

/* 桌面端隐藏移动悬浮条 */
@media (min-width: 740px) {
  .wj-floatbar { display: none; }
  .wj-toast { bottom: 40px; }
}

/* 移动端抽屉菜单 */
.wj-menusheet {
  position: fixed; inset: 0; z-index: 70; background: rgba(15,25,30,0.45);
  display: none; justify-content: flex-end;
}
.wj-menusheet.open { display: flex; }
.wj-menusheet-panel {
  width: min(320px, 86vw); background: #fff; height: 100%;
  padding: 18px 22px; display: flex; flex-direction: column;
  animation: wj-sheet-in 0.22s ease;
}
@keyframes wj-sheet-in { from { transform: translateX(30px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
.wj-menusheet-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.wj-menusheet-top b { font-size: 16px; }
.wj-menusheet nav { display: flex; flex-direction: column; }
.wj-menusheet nav a {
  background: none; border: none; border-bottom: 1px solid #EDF1F3;
  font-family: inherit; font-size: 17px; font-weight: 600; color: #14262E;
  text-align: left; padding: 16px 2px; cursor: pointer; text-decoration: none;
  display: flex; align-items: center; justify-content: space-between;
}
.wj-menusheet nav a svg { color: #9AAAB2; }
.wj-menusheet .sheet-cta { margin-top: auto; display: flex; flex-direction: column; gap: 10px; }

/* ============ 容器查询：≥740px 桌面布局 ============ */
@container page (min-width: 740px) {
  .wj-h2 { font-size: 38px; }
  .wj-sub { font-size: 17.5px; }
  .wj-section-head { margin-bottom: 40px; }
  .wj-nav-inner { height: 68px; }
  .wj-nav-cta .wj-btn { min-height: 42px; padding: 9px 18px; font-size: 15px; }
  .wj-nav-links { display: flex; }
  .wj-nav-cta { margin-left: 0; }
  .wj-nav-burger { display: none; }
  .wj-hero { padding: 88px 0 64px; }
  .wj-hero h1 { font-size: 52px; max-width: 18em; }
  .wj-hero-sub { font-size: 18.5px; }
  .wj-hero-actions { flex-direction: row; }
  .wj-hero-actions .wj-btn { width: auto; flex: 0 0 auto; min-width: 180px; }
  .wj-trustbar { margin-top: 40px; gap: 12px 34px; }
  .wj-trustbar li { font-size: 15px; }
  .wj-cards { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .wj-cards--4 { grid-template-columns: repeat(2, 1fr); }
  .wj-compare { grid-template-columns: 1fr 1fr; gap: 18px; }
  .wj-pain-card, .wj-svc-card, .wj-cust-card, .wj-way-card { padding: 28px 26px; }
  .wj-guarantee { padding: 48px 52px; display: grid; grid-template-columns: auto 1fr; gap: 8px 28px; align-items: start; }
  .wj-guarantee .wj-icon-chip { width: 56px; height: 56px; grid-row: span 2; }
  .wj-guarantee h2 { font-size: 28px; margin-top: 0; }
  .wj-guarantee p { font-size: 16.5px; grid-column: 2; text-align: right; align-self: end; justify-self: end; margin-top: 24px; }
  .wj-stats { padding: 56px 0; }
  .wj-stats-grid { grid-template-columns: repeat(4, 1fr); }
  .wj-stat b { font-size: 40px; }
  .wj-stat span { font-size: 14px; }
  .wj-quiz-inner { align-items: center; text-align: center; }
  .wj-quiz h2 { font-size: 36px; }
  .wj-contact-card { flex-direction: row; align-items: stretch; }
  .wj-contact-main { padding: 32px 40px 32px 44px; }
  .wj-contact-qr-panel {
    width: 300px; border-top: none; border-left: 1px solid #eef1ee; padding: 24px 28px;
  }
  .wj-contact-actions .wj-btn--contact-copy,
  .wj-contact-actions .wj-btn--contact-call { flex: 0 0 auto; }
  .wj-footer { padding: 56px 0 56px; }
  .wj-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; }

  .wj-pgheader h1 { font-size: 44px; }
  .case-cons { grid-template-columns: 1fr 1fr; }
  .case-pro .t { font-size: 16px; }
  .wj-tier-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .wj-steps-grid { grid-template-columns: repeat(3, 1fr); }
  .wj-case-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .wj-modal-panel { border-radius: 18px; margin: auto; max-height: 80vh; }
  .wj-photo-wall { grid-template-columns: repeat(4, 1fr); }
  .wj-cred-grid { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
  .wj-about-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .wj-cert-feature { max-width: 600px; }
  .wj-cert-scroll { gap: 18px; }
  .wj-cert-scroll img { height: 300px; }
  .wj-form-row { grid-template-columns: 1fr 1fr; }
  .wj-info-cards { grid-template-columns: repeat(2, 1fr); }
}

@container page (min-width: 980px) {
  .wj-case-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ===== 交互式评测 ===== */
.wj-quiz--interactive .wj-quiz-inner { align-items: stretch; text-align: left; max-width: 720px; margin: 0 auto; }
.wj-quiz--interactive .wj-quiz-inner > h2,
.wj-quiz--interactive .wj-quiz-inner > p { text-align: center; align-self: center; }
.wj-quiz--interactive .wj-quiz-badge { align-self: center; }
.wj-quiz-panel { width: 100%; display: flex; flex-direction: column; gap: 22px; margin-top: 8px; }
.wj-quiz-loading { color: rgba(255,255,255,0.8); font-size: 15px; }
.wj-quiz-q { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); border-radius: 14px; padding: 18px 16px; }
.wj-quiz-qt { display: flex; gap: 8px; font-size: 16px; font-weight: 700; line-height: 1.5; margin-bottom: 12px; color: #fff; }
.wj-quiz-qt b { color: var(--accent); flex-shrink: 0; }
.wj-quiz-opts { display: flex; flex-direction: column; gap: 8px; }
.wj-quiz-opt { display: flex; align-items: flex-start; gap: 10px; padding: 11px 13px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.04); cursor: pointer; font-size: 15px; color: rgba(255,255,255,0.9); }
.wj-quiz-opt input { margin-top: 3px; accent-color: var(--accent); flex-shrink: 0; }
.wj-quiz-opt.is-sel { border-color: var(--accent); background: rgba(232,162,61,0.15); }
.wj-quiz-submit { margin-top: 4px; align-self: center; min-width: 220px; }
.wj-quiz-contact { display: grid; gap: 12px; margin-top: 8px; }
.wj-quiz-contact .wj-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.wj-quiz-contact input { width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.08); color: #fff; font: inherit; }
.wj-quiz-result { margin-top: 8px; padding: 22px 18px; border-radius: 14px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.wj-quiz-result-label { font-size: 14px; color: rgba(255,255,255,0.82); }
.wj-quiz-rlevel { font-size: 24px; font-weight: 800; color: var(--accent); line-height: 1.35; }
.wj-quiz-rdesc { font-size: 15px; color: rgba(255,255,255,0.88); line-height: 1.65; }

/* ============ 新闻中心 ============ */
.wj-news-grid { display: grid; gap: 16px; }
.wj-news-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 14px;
  overflow: hidden; display: grid; grid-template-columns: 120px 1fr; transition: box-shadow .15s ease;
}
.wj-news-card:hover { box-shadow: 0 8px 24px rgba(10,55,44,.08); }
.wj-news-thumb {
  display: block; overflow: hidden; background: var(--bg);
  border-right: 1px solid var(--line); min-height: 100%;
}
.wj-news-cover, .wj-news-detail-cover {
  width: 100%; display: block; object-fit: cover;
}
.wj-news-cover { height: 100%; min-height: 120px; }
.wj-news-detail-cover { border-radius: 12px; margin: 16px 0; max-height: 360px; }
.wj-news-cover--ph {
  display: flex; align-items: center; justify-content: center;
  min-height: 120px; height: 100%; color: var(--ink-2); font-size: 12.5px;
  background: linear-gradient(135deg, #f4f8f6 0%, #e8f0ec 100%);
}
.wj-news-body { padding: 16px 18px 18px; display: grid; gap: 8px; min-width: 0; }
.wj-news-body h3 { font-size: 18px; line-height: 1.45; margin: 0; }
.wj-news-body h3 a {
  color: inherit;
  text-decoration: none;
}
.wj-news-body h3 a:hover { color: var(--primary); }
.wj-news-body .desc { color: var(--ink-2); font-size: 14.5px; margin: 0; }
.wj-news-meta {
  display: flex; flex-wrap: wrap; gap: 12px; font-size: 13px; color: var(--ink-2);
}
.wj-news-tags {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 18px;
}
.wj-news-tags-label { font-size: 13px; color: var(--ink-2); }
.wj-news-tag {
  appearance: none; border: 1px solid var(--line); background: var(--surface);
  color: var(--ink-2); border-radius: 999px; padding: 6px 12px; font: inherit;
  font-size: 13px; cursor: pointer;
}
.wj-news-tag.is-active, .wj-news-tag:hover {
  border-color: var(--primary); color: var(--primary); background: var(--primary-soft);
}
.wj-news-detail-wrap { width: 100%; }
.wj-section--news-detail { padding-top: 28px; padding-bottom: 36px; }
.wj-news-detail {
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px 24px 32px;
}
.wj-news-detail-foot {
  margin-top: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px 24px 24px;
}
.wj-news-detail-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.wj-news-detail-link {
  display: block;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg);
  color: inherit;
  min-height: 72px;
}
.wj-news-detail-link:hover { border-color: var(--primary); color: var(--primary); }
.wj-news-detail-link small {
  display: block;
  font-size: 12px;
  color: var(--ink-2);
  margin-bottom: 6px;
}
.wj-news-detail-link span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}
.wj-news-detail-link.is-empty {
  opacity: 0.45;
  pointer-events: none;
}
.wj-news-detail-back {
  text-align: center;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.wj-news-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
}
.wj-news-detail h1 { font-size: clamp(24px, 4vw, 32px); line-height: 1.35; margin: 12px 0; color: var(--deep); }
.wj-news-content { margin-top: 20px; font-size: 16px; line-height: 1.8; color: var(--ink); }
.wj-news-content p { margin: 0 0 14px; }
.wj-news-content strong { color: var(--deep); }
@media (min-width: 740px) {
  .wj-news-card { grid-template-columns: 220px 1fr; }
  .wj-news-cover, .wj-news-cover--ph { min-height: 150px; }
  .wj-news-detail { padding: 36px 40px 40px; }
  .wj-news-detail-foot { padding: 24px 40px 28px; }
}
@media (max-width: 640px) {
  .wj-news-detail-links { grid-template-columns: 1fr; }
}
