/* ============================================================
 * 智帮咨询 V9 · 单入口样式文件
 * 生成日期：2026-06-27
 * 规则：正式 HTML 只引用本文件；历史拆分 CSS 仅作为源文件/归档。
 * ============================================================ */


/* ===== SOURCE: main.css ===== */
/* ============================================================
 * 智帮咨询 V6 · 品牌配色系统（--zb-*）
 * 暖白底 + 深墨文字 + 品牌红强调
 * ============================================================ */

:root{
  /* 暖白底色系统 */
  --zb-canvas:       #FBFBFA;
  --zb-section:      #F7F5F1;
  --zb-surface:      #FFFFFF;
  --zb-surface-soft: #f6f8fa;
  --zb-surface-cool: #F5F7FA;        /* 冷色调浅灰背景 */
  --zb-surface-blue: #eaf0f7;        /* 浅蓝背景 */

  /* 深墨文字系统 */
  --zb-ink:          #1a1f2b;
  --zb-ink-soft:     #3a3a3a;
  --zb-txt:          #1A1A1A;
  --zb-muted:        #5a6678;
  --zb-text-slate:   #5b7187;        /* 石板灰文字 */
  --zb-text-deep:    #102f4d;        /* 深蓝文字 */
  --zb-text-navy:    #243244;        /* 深灰蓝文字 */

  /* 品牌主色 */
  --zb-primary:          #1a3a5c;
  --zb-primary-dark:     #0e2538;
  --zb-primary-light:    #e4ebf3;
  --zb-accent:           #d97a2b;
  --zb-accent-hover:     #d97a2b;
  --zb-accent-light:     #f5e6d8;

  /* 边框系统 */
  --zb-border:       #dce1e8;
  --zb-bor:          #E8E6E0;
  --zb-border-strong:#b8c2ce;
  --zb-bors:         #D4D0C8;

  /* 暗色背景（Hero/CTA） */
  --zb-dark:         #172633;
  --zb-on-dark:      #F4F7FA;
  --zb-on-dark-soft: rgba(244, 247, 250, 0.78);
  --zb-on-dark-muted: rgba(244, 247, 250, 0.58);
  --zb-on-dark-accent: #F3E1BA;
  --zb-warning-text: #8F4633;

  /* 字体 */
  --zb-serif:  system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', 'Microsoft YaHei', sans-serif;
  --zb-sans:   system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', 'Microsoft YaHei', sans-serif;
  --zb-mono:   "SF Mono", "Consolas", "Menlo", monospace;

  /* ========== 卡片系统变量 ========== */
  /* 阴影层级 */
  --card-shadow-light: 0 2px 8px rgba(23, 38, 51, 0.04);
  --card-shadow-medium: 0 8px 20px rgba(23, 38, 51, 0.08);
  --card-shadow-heavy: 0 16px 40px rgba(23, 38, 51, 0.12);
  --card-shadow-hover-light: 0 4px 12px rgba(23, 38, 51, 0.06);
  --card-shadow-hover-medium: 0 12px 28px rgba(23, 38, 51, 0.10);
  --card-shadow-hover-heavy: 0 20px 48px rgba(23, 38, 51, 0.14);

  /* 圆角层级 */
  --card-radius-small: 8px;
  --card-radius-medium: 12px;
  --card-radius-large: 20px;

  /* 内边距层级 */
  --card-padding-compact: 20px;
  --card-padding-standard: 28px;
  --card-padding-comfortable: 36px;

  /* 顶部强调条 */
  --card-accent-bar: 4px;
}/* ============================================================
 * 智帮咨询 V4 · 设计令牌（单一真相源）
 * 修改配色/字体/间距只需改此文件，全站自动同步
 * 版本：V4.0
 * 规则：所有页面只通过 var(--*) 引用，禁止页面内 :root 重定义
 * ============================================================ */

/* ===== 字体声明已移除，改用系统字体栈 ===== */

:root{
  /* ========== 颜色：品牌深蓝（覆盖率 ~25%）========== */
  --navy:       #1a3a5c;
  --navy-dark:  #0f2740;
  --navy-light: #2a4d72;
  --navy-mid:   #4a6a85;

  /* ========== 颜色：辅助灰蓝（覆盖率 ~20%）========== */
  --bg-section: #eef2f6;
  --bg-card:    #f4f7fa;
  --border:     var(--border-soft);
  --border-alt: var(--border-soft);
  --accent-grayblue: var(--zb-primary-light);

  /* ========== 颜色：朱砂红（覆盖率 <5%，CTA 强调专用）========== */
  --vermilion:        var(--zb-accent);
  --vermilion-hover:  var(--zb-accent);
  --vermilion-active: var(--zb-accent);
  --vermilion-light:  var(--zb-accent-light);
  --vermilion-text:   var(--zb-accent);

  /* ========== 颜色：金色（覆盖率 ≤5%，战略级徽章/标杆案例星标）========== */
  --gold:      var(--zb-accent);
  --gold-dark: var(--zb-primary-dark);
  --gold-bg:   var(--zb-primary-light);
  --gold-text: var(--zb-primary-dark);

  /* ========== 颜色：中性色（覆盖率 ~45%）========== */
  --white:      #ffffff;
  --bg-off:     #f8f9fa;
  --text:       var(--zb-ink-soft);
  --text-gray:  var(--zb-muted);
  --text-light: #8a95a0;
  --border-neutral: #dce2e8;

  /* ========== 颜色：功能色（少量）========== */
  --success: #2e7d5e;
  --warning: #cc8b3c;
  --error:   #b33a2f;

  /* ========== 颜色：透明叠加（用于深色背景）========== */
  --white-10: rgba(255,255,255,.10);
  --white-15: rgba(255,255,255,.15);
  --white-30: rgba(255,255,255,.30);
  --white-60: rgba(255,255,255,.60);
  --black-04: rgba(0,0,0,.04);
  --black-08: rgba(0,0,0,.08);
  --black-15: rgba(0,0,0,.15);

  /* ========== 字体（V7 系统字体栈）========== */
  --font-heading: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', 'Microsoft YaHei', sans-serif;
  --font-body:    system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', 'Microsoft YaHei', sans-serif;
  --font-mono:    "SF Mono", "Consolas", "Menlo", monospace;

  /* ========== 字号 ========== */
  --fs-xs:    13px;
  --fs-sm:    15px;
  --fs-base:  16px;
  --fs-md:    18px;
  --fs-lg:    22px;
  --fs-xl:    28px;
  --fs-h3:    32px;
  --fs-h2:    32px;
  --fs-h1:    42px;
  --fs-hero:  64px;

  /* ========== 行高 ========== */
  --lh-tight:  1.25;
  --lh-normal: 1.65;
  --lh-loose:  1.65;

  /* ========== 间距（4 倍数）========== */
  --space-xs:  8px;
  --space-sm:  16px;
  --space-md:  24px;
  --space-lg:  40px;
  --space-xl:  64px;
  --space-2xl: 96px;
  --space-3xl: 128px;

  /* ========== 圆角 ========== */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 40px;

  /* ========== 阴影层级 ========== */
  --shadow-card:  0 2px 8px rgba(26,29,32,.06);
  --shadow-float: 0 8px 30px rgba(26,29,32,.10);
  --shadow-soft:  0 14px 42px rgba(26,29,32,.08);
  --shadow-nav:   0 2px 16px rgba(23,38,51,.15);
  --shadow-btn:   0 4px 20px rgba(var(--accent-rgb),.35);
  --shadow-deep:  0 16px 48px rgba(23,38,51,.20);

  /* ========== 容器宽度 ========== */
  --container-narrow: 960px;
  --container-base:   1200px;
  --container-wide:   1440px;

  /* ========== 动画 ========== */
  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-elastic: cubic-bezier(0.34, 1.56, 0.64, 1);
  --duration-fast:   150ms;
  --duration-base:   250ms;
  --duration-slow:   400ms;
  --duration-deliberate: 600ms;

  /* ========== Z-index 层级 ========== */
  --z-nav:     100;
  --z-dropdown: 200;
  --z-modal:    900;
  --z-toast:    1000;

  /* ========== 断点（仅作 JS/参考，CSS 中用 @media 字面量）========== */
  /* sm:  480px / md: 768px / lg: 1024px / xl: 1440px */

  /* ========== 颜色：HR 视角侧栏（浅蓝底 + 蓝色文字，与首页 boss-vermilion 形成双受众区隔）========== */
  --hr-bg:     var(--bg-2nd);
  --hr-bg-2:   #e8edf2;
  --hr-text:   var(--text-title);
  --hr-text-deep: var(--text-body);
  --hr-border: #c8d4e0;

  /* ========== 颜色：金色文字深色补充 ========== */
  --gold-text-deep: var(--zb-primary-dark);

  /* ========== V4 暖灰背景色系（浅底新设计系统）========== */
  --bg-hero:     #F6F3EE;
  --bg-2nd:      #F0EFEC;
  --bg-3rd:      #F5F4F2;
  --text-title:  var(--zb-ink);
  --text-body:   var(--zb-ink-soft);
  --text-subtle: var(--zb-muted);
  --border-soft: #C8C3BC;

  /* ========== V4 导航 / Footer ========== */
  --footer-bg:      var(--zb-dark);
  --footer-text:    var(--zb-on-dark-soft);
  --footer-heading: var(--zb-on-dark);
  --footer-subtle:  var(--zb-on-dark-muted);

  /* ========== V4 默认 accent（铁锈橙，各产品页可在 <style> 中覆写）========== */
  --accent:        var(--zb-accent);
  --accent-hover:  var(--zb-accent-hover);
  --accent-deep:   #8F4A22;
  --accent-rgb:    217, 122, 43;
  --accent-light:  var(--zb-accent-light);

  /* ========== 向后兼容别名（V2 → V3）========== */
  --accent-red:       var(--vermilion);
  --accent-red-hover: var(--vermilion-hover);
  --bg-light:         var(--bg-section);
  --bg:               var(--white);
}/* ============================================================
 * 智帮咨询 V4 · 基础样式 base.css
 * - reset + typography + 共享组件（nav/footer/breadcrumb）
 * - 工具类（.container .reveal .text-* .grid-*）
 * - 引用方式：在 <head> 中先 tokens.css，后 base.css
 * 版本：V4.0
 * ============================================================ */

/* ========== Reset ========== */
*,
*::before,
*::after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{
  font-family:var(--font-body);
  color:var(--text);
  background:var(--white);
  line-height:var(--lh-normal);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}img,
svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none;transition:color var(--duration-fast) var(--ease-out)}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}input,
textarea,
select{font:inherit;color:inherit}ul,
ol{list-style:none}table{border-collapse:collapse;border-spacing:0}/* 标题用阿里巴巴普惠体 */
h1,
h2,
h3,
h4,
h5,
h6{font-family:var(--font-heading);font-weight:800;line-height:var(--lh-tight);color:var(--text)}h1{font-size:var(--fs-h1)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3)}h4{font-size:var(--fs-xl)}h5{font-size:var(--fs-lg)}h6{font-size:var(--fs-md)}/* 等宽用于数据 */
.num,
.stat-value,
.kpi-num,
[class*="-num"]{font-family:var(--font-mono);font-variant-numeric:tabular-nums}/* ========== 容器与栅格 ========== */
.container{max-width:var(--container-base);margin:0 auto;padding:0 var(--space-md);width:100%}.container-narrow{max-width:var(--container-narrow);margin:0 auto;padding:0 var(--space-md);width:100%}.container-wide{max-width:var(--container-wide);margin:0 auto;padding:0 var(--space-md);width:100%}/* ========== 区块通用 ========== */
section{padding:var(--space-2xl) 0}.section-alt{background:var(--bg-2nd)}.section-dark{background:var(--zb-dark);color:var(--zb-on-dark)}.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4{color:var(--zb-on-dark)}.section-head{text-align:center;margin-bottom:var(--space-xl)}.section-label{display:inline-block;font-size:var(--fs-sm);font-weight:700;color:var(--accent);letter-spacing:1.5px;margin-bottom:var(--space-sm);padding:4px 12px;background:var(--accent-light);border-radius:var(--radius-pill)}.section-title{font-size:var(--fs-h2);margin-bottom:var(--space-sm)}.section-desc{font-size:var(--fs-md);color:var(--text-gray);max-width:720px;margin:0 auto;line-height:var(--lh-loose)}.section-note{text-align:center;font-size:15px;color:var(--zb-primary);font-weight:600;margin-top:24px}.section-dark .section-desc{color:var(--white-60)}/* ========== 按钮 ========== */
.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--radius-pill);font-size:var(--fs-base);font-weight:700;line-height:1;transition:all var(--duration-base) var(--ease-out);cursor:pointer}.btn-primary{background:var(--accent);color:var(--white);box-shadow:var(--shadow-btn)}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 28px rgba(var(--accent-rgb),.4)}.btn-primary:active{transform:translateY(0);background:var(--accent-deep)}.btn-secondary{background:var(--white);color:var(--text-title);border:1.5px solid var(--text-title)}.btn-secondary:hover{background:#263238;color:var(--white);transform:translateY(-2px)}.btn-ghost{background:transparent;color:var(--text-title);padding:8px 0;font-weight:600;border-bottom:1.5px solid var(--text-title)}.btn-ghost:hover{color:var(--accent);border-color:var(--accent)}.btn-on-dark{background:var(--white);color:var(--text-title)}.btn-on-dark:hover{background:var(--accent);color:var(--white)}/* 导航栏样式见 assets/nav.css（全站统一）*/

/* ========== Breadcrumb ========== */
.breadcrumb{padding:var(--space-sm) 0;font-size:var(--fs-sm);color:var(--text-gray)}.breadcrumb a{color:var(--text-gray)}.breadcrumb a:hover{color:var(--accent)}.breadcrumb .sep{margin:0 8px;color:var(--text-light)}.breadcrumb .current{color:var(--text);font-weight:600}/* ========== Footer ========== */
footer.site-footer{background:var(--footer-bg);color:var(--footer-text);padding:var(--space-2xl) 0 var(--space-md);margin-top:0}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:var(--space-xl);margin-bottom:var(--space-xl)}.footer-brand h4{font-size:var(--fs-md);font-weight:700;color:var(--footer-heading);margin-bottom:var(--space-xs);letter-spacing:1px;font-family:var(--font-heading)}.footer-brand p{font-size:var(--fs-sm);line-height:var(--lh-loose);margin-top:var(--space-sm)}.footer-col h5{font-size:var(--fs-sm);font-weight:700;color:var(--footer-heading);margin-bottom:var(--space-sm);letter-spacing:.5px}.footer-col a{display:block;padding:6px 0;font-size:var(--fs-sm);color:var(--footer-text)}.footer-col a:hover{color:var(--footer-heading)}.footer-col .hot{display:inline-block;font-size:12px;padding:1px 6px;background:var(--accent);color:var(--white);border-radius:3px;margin-left:6px;font-weight:700;vertical-align:middle}.footer-brand p,
.footer-col p{color:var(--footer-subtle)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:var(--space-md);border-top:1px solid rgba(255,255,255,.12);font-size:var(--fs-xs);color:var(--footer-subtle)}.footer-bottom a{color:inherit}.footer-bottom a:hover{color:var(--footer-heading)}.footer-address{font-size:var(--fs-xs);color:var(--footer-subtle);margin-top:8px;line-height:var(--lh-loose)}.footer-record-link{color:inherit}.footer-tagline{margin-top:10px;font-weight:600}.footer-brand p strong,
.footer-tagline strong{color:var(--zb-on-dark-accent);font-weight:800}/* ========== 卡片基础 ========== */
.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-md);transition:all var(--duration-base) var(--ease-out)}.card:hover{box-shadow:var(--shadow-float);transform:translateY(-4px);border-color:var(--accent)}.card-alt{background:var(--bg-3rd)}/* ========== Reveal 动画（IntersectionObserver） ========== */
.reveal{opacity:0;transform:translateY(30px);transition:all var(--duration-deliberate) var(--ease-out)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:100ms}.reveal-delay-2{transition-delay:200ms}.reveal-delay-3{transition-delay:300ms}.reveal-delay-4{transition-delay:400ms}.reveal-delay-5{transition-delay:500ms}

@media (prefers-reduced-motion: reduce){*,
*::before,
*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}
}/* ========== 工具类 ========== */
.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-gray{color:var(--text-gray)}.text-light{color:var(--text-light)}.text-vermilion{color:var(--accent)}.text-navy{color:var(--text-title)}.text-gold{color:var(--accent)}.text-success{color:var(--success)}.mt-xs{margin-top:var(--space-xs)}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mt-xl{margin-top:var(--space-xl)}.mb-xs{margin-bottom:var(--space-xs)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.mb-xl{margin-bottom:var(--space-xl)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-xs{gap:var(--space-xs)}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}.grid{display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}/* ========== 工业徽章 / 标签 ========== */
.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:var(--radius-pill);font-size:var(--fs-xs);font-weight:600;letter-spacing:.5px}.badge-navy{background:#263238;color:var(--white)}.badge-vermilion{background:var(--accent-light);color:var(--accent-deep)}.badge-gold{background:var(--bg-3rd);color:var(--text-body);border:1px solid var(--accent)}.badge-outline{background:transparent;border:1px solid var(--border-soft);color:var(--text-gray)}.badge-hr{background:var(--hr-bg-2);color:var(--hr-text);border:1px solid var(--hr-border)}/* ========== 图片占位 / 视觉资产位 ========== */
.image-slot{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-sm);width:100%;aspect-ratio:3/2;min-height:0;padding:var(--space-md);border:2px dashed rgba(var(--accent-rgb),.9);border-radius:var(--radius-lg);background:linear-gradient(135deg,rgba(23,38,51,.92),rgba(23,38,51,.86)),repeating-linear-gradient(45deg,rgba(255,255,255,.08) 0 1px,transparent 1px 14px);color:var(--white);overflow:hidden;box-shadow:var(--shadow-soft);text-align:center}.image-slot::before{content:'请替换为真实图片';position:absolute;top:14px;right:14px;z-index:1;padding:5px 10px;border-radius:var(--radius-pill);background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);color:var(--zb-on-dark-soft);font-size:12px;font-weight:800;letter-spacing:1px}.image-slot::after{content:'';position:absolute;inset:14px;border:1px solid rgba(255,255,255,.18);border-radius:calc(var(--radius-lg) - 4px);pointer-events:none}.image-slot .slot-kicker{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-width:120px;padding:7px 14px;border-radius:var(--radius-pill);background:rgba(var(--accent-rgb),.2);border:1px solid rgba(var(--accent-rgb),.55);color:var(--accent);font-size:0;font-weight:900;letter-spacing:1px}.image-slot .slot-kicker::before{content:'图片占位图';color:var(--accent);font-family:var(--font-heading);font-size:15px;letter-spacing:1px}.image-slot .slot-title{display:none}.image-slot .slot-meta{position:relative;z-index:1;width:min(100%,560px);margin-top:0;padding:8px 10px;border-radius:var(--radius-sm);background:rgba(23,38,51,.58);border:1px dashed rgba(var(--accent-rgb),.55);font-size:13px;line-height:var(--lh-loose);color:var(--zb-on-dark-soft)}.image-slot.light{background:linear-gradient(135deg,var(--white),var(--bg-3rd)),repeating-linear-gradient(45deg,rgba(26,29,32,.04) 0 1px,transparent 1px 14px);color:var(--text);border-color:var(--accent);box-shadow:var(--shadow-card)}.image-slot.light::before{background:var(--bg-3rd);border-color:var(--accent);color:var(--accent-deep)}.image-slot.light::after{border-color:var(--border-soft)}.image-slot.light .slot-kicker{background:var(--bg-3rd);color:var(--accent-deep);border-color:var(--accent)}.image-slot.light .slot-kicker::before{color:var(--text-light)}.image-slot.light .slot-title{color:var(--text-title)}.image-slot.light .slot-meta{background:var(--white);border-color:var(--border-soft);color:var(--text-gray)}.image-slot.compact{aspect-ratio:3/2;padding:var(--space-sm)}.image-slot.hero-media{aspect-ratio:4/3}.image-slot.case-media{aspect-ratio:900/520;border-style:solid;border-color:rgba(255,255,255,.14);border-radius:var(--radius-md);box-shadow:none}.image-slot.report-media{aspect-ratio:10/7}.image-slot.report-wide{aspect-ratio:5/3}.image-slot.map-media{aspect-ratio:12/7}.visual-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:var(--space-lg);align-items:center}
@media(max-width:900px){.visual-grid{grid-template-columns:1fr}}/* ========== 数据卡片 ========== */
.stat{display:flex;flex-direction:column;align-items:flex-start;padding:var(--space-md);border-left:3px solid var(--accent);background:var(--white)}.stat-num{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:var(--fs-h2);font-weight:800;color:var(--text-title);line-height:1}.stat-label{margin-top:var(--space-xs);font-size:var(--fs-sm);color:var(--text-gray);font-weight:500}/* ========== CTA 区（全局共享） ========== */
.product-cta{padding:var(--space-2xl) 0;background:var(--zb-dark);color:var(--zb-on-dark);text-align:center;position:relative;overflow:hidden}.product-cta::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'><g fill='none' stroke='%23ffffff' stroke-width='.8' opacity='.05'><path d='M0 50h100M50 0v100M20 20l60 60M80 20l-60 60'/><circle cx='50' cy='50' r='30'/></g></svg>");background-size:100px 100px;pointer-events:none}.product-cta .container{position:relative;z-index:1}.product-cta h2{color:var(--zb-on-dark);font-size:clamp(24px,3.5vw,36px);margin-bottom:var(--space-sm);max-width:760px;margin-left:auto;margin-right:auto}.product-cta h2 span{color:var(--accent)}.product-cta p{color:var(--zb-on-dark-soft);font-size:var(--fs-md);max-width:600px;margin:0 auto var(--space-lg);line-height:var(--lh-loose)}.product-cta-actions{display:flex;justify-content:center;gap:var(--space-md);flex-wrap:wrap}.product-cta-actions .btn-secondary{background:transparent;color:var(--accent);border-color:var(--accent)}.product-cta-actions .btn-secondary:hover{background:var(--accent);color:var(--white)}.product-cta-note{margin-top:var(--space-md);font-size:var(--fs-xs);color:var(--zb-on-dark-muted)}.cta-note{font-size:14px;color:var(--zb-muted);margin-top:16px}.insight-subline{display:inline-block;margin-top:2px;font-size:14px;color:var(--insight-muted, var(--zb-muted))}/* ========== 工业纹理（齿轮装饰）SVG 背景 ========== */
.industrial-bg{position:relative;overflow:hidden}.industrial-bg::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'><g fill='none' stroke='%231A1D20' stroke-width='.5' opacity='.06'><circle cx='40' cy='40' r='12'/><path d='M40 22v8M40 50v8M22 40h8M50 40h8M28.5 28.5l5.5 5.5M46 46l5.5 5.5M28.5 51.5l5.5-5.5M46 34l5.5-5.5'/></g></svg>");background-size:80px 80px;pointer-events:none;z-index:0}.industrial-bg>*{position:relative;z-index:1}/* ========== 响应式 ========== */
@media(max-width:1024px){
  :root{--fs-hero:48px;--fs-h1:36px;--fs-h2:28px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:var(--space-lg)}
  .grid-4{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){:root{--fs-hero:36px;--fs-h1:28px;--fs-h2:24px;--space-2xl:64px;--space-xl:48px}.footer-grid{grid-template-columns:1fr;gap:var(--space-md)}.footer-bottom{flex-direction:column;gap:var(--space-xs);text-align:center}.grid-3,
.grid-2{grid-template-columns:1fr}.grid-4{grid-template-columns:1fr 1fr}section{padding:var(--space-xl) 0}
}
@media(max-width:480px){:root{--fs-hero:28px;--fs-h1:22px;--fs-h2:20px;--fs-h3:18px}.grid-4{grid-template-columns:1fr}.container{padding:0 16px}.btn{padding:12px 22px;font-size:var(--fs-sm)}.product-cta-actions .btn{width:100%;justify-content:center}
}/* ============================================================
 * 智帮咨询 V4 · 导航栏样式（全站统一）
 * 版本：V4.0
 * 加载顺序：tokens.css → base.css → v4-upgrade.css → nav.css
 * 说明：本文件是导航栏的单一真相源，所有页面共用
 * ============================================================ */

/* ===== 导航专属配色（不随页面 accent 变化，全站统一）===== */
:root{
  --nav-accent:        #C8642A;
  --nav-accent-hover:  #B0551F;
  --nav-accent-light:  rgba(200,100,42,.08);
  --nav-accent-rgb:    200, 100, 42;
}/* ===== 导航容器 ===== */
nav.site-nav{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(251,251,250,0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border-soft);
  z-index: var(--z-nav);
  transition: box-shadow var(--duration-base);
  padding: 0;
}nav.site-nav.scrolled{
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}/* ===== 汉堡开关（隐藏 checkbox）===== */
.nav-toggle-input{ display: none; }/* ===== 导航内部布局 ===== */
.nav-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}/* ===== Logo ===== */
.nav-logo{
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-title);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: var(--fs-lg);
  letter-spacing: 1px;
}.nav-logo img{
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
  object-fit: contain;
}/* ===== 桌面端链接 ===== */
.nav-links{
  display: flex;
  align-items: center;
  gap: 32px;
}.nav-links > a,
.nav-item-dropdown > a{
  color: var(--text-body);
  font-size: 17px;
  font-weight: 600;
  padding: 8px 4px;
  transition: color var(--duration-fast);
  position: relative;
}.nav-links > a::after,
.nav-item-dropdown > a::after{
  content: "";
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 0;
  height: 2px;
  background: var(--nav-accent);
  transition: width var(--duration-base) var(--ease-out);
}.nav-links > a:hover::after,
.nav-links > a.active::after,
.nav-item-dropdown > a:hover::after,
.nav-item-dropdown > a.active::after{
  width: calc(100% - 8px);
}.nav-links > a:hover,
.nav-links > a.active,
.nav-item-dropdown > a:hover,
.nav-item-dropdown > a.active,
.nav-item-dropdown.is-open > a{
  color: var(--nav-accent);
}/* ===== 下拉菜单 ===== */
.nav-item-dropdown{ position: relative; }.nav-item-dropdown > a{
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}.nav-item-dropdown .arrow{
  font-size: 11px;
  transition: transform var(--duration-base);
}.nav-item-dropdown.is-open .arrow{
  transform: rotate(180deg);
}.nav-dropdown-menu{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  min-width: 220px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transition: all var(--duration-base) var(--ease-out);
  margin-top: 8px;
  z-index: var(--z-dropdown);
}.nav-dropdown-menu::before{
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: var(--white);
}.nav-item-dropdown.is-open .nav-dropdown-menu{
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}.nav-dropdown-menu a{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: var(--fs-sm);
  color: var(--text);
  font-weight: 500;
}.nav-dropdown-menu a:hover{
  background: var(--nav-accent-light);
  color: var(--nav-accent);
}.nav-divider{
  height: 1px;
  margin: 6px 0;
  border: 0;
  background: var(--border-soft);
}.nav-dropdown-menu .dot{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--nav-accent);
  flex-shrink: 0;
}.nav-dropdown-menu .hot-badge{
  font-size: 12px;
  padding: 2px 7px;
  border-radius: 3px;
  background: var(--nav-accent);
  color: var(--white);
  margin-left: auto;
  font-weight: 700;
  letter-spacing: .5px;
}/* ===== 移动端汉堡按钮 ===== */
.nav-toggle-label{
  display: none;
  width: 28px;
  height: 22px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}.nav-toggle-label span{
  display: block;
  height: 2.5px;
  width: 100%;
  background: var(--text-title);
  border-radius: 2px;
  transition: all var(--duration-base) var(--ease-out);
}/* ===== 移动端展开面板 ===== */
.nav-mobile{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
  max-height: 0;
  transition: max-height var(--duration-slow) var(--ease-out);
}.nav-mobile-inner{
  padding: var(--space-md);
}.nav-mobile-links{
  display: flex;
  flex-direction: column;
  gap: 4px;
}.nav-mobile-links a{
  padding: 12px 16px;
  color: var(--text-body);
  border-radius: var(--radius-sm);
  font-size: var(--fs-base);
  font-weight: 500;
}.nav-mobile-links a:hover,
.nav-mobile-links a.active{
  background: var(--nav-accent-light);
  color: var(--nav-accent);
}/* ===== 汉堡菜单交互（checkbox hack）===== */
#navToggle:checked ~ .nav-mobile{
  max-height: 600px;
}#navToggle:checked + .container .nav-toggle-label span:nth-child(1){
  transform: translateY(10px) rotate(45deg);
}#navToggle:checked + .container .nav-toggle-label span:nth-child(2){
  opacity: 0;
}#navToggle:checked + .container .nav-toggle-label span:nth-child(3){
  transform: translateY(-10px) rotate(-45deg);
}/* ===== 移动端搜索链接（在 nav-mobile-links 外部）===== */
.nav-mobile-search{
  display: block;
  padding: 12px 16px;
  color: var(--text-body);
  font-size: var(--fs-base);
  font-weight: 500;
}.nav-mobile-search:hover{
  color: var(--nav-accent);
}/* ===== 响应式 ===== */
@media (max-width: 768px){
  .nav-links { display: none; }
  .nav-toggle-label { display: flex; }
  .nav-mobile { display: block; }
}/* Removed legacy V6 minimalism and old V9 hero experiment styles during 2026-06-29 slimming. */

/* ============================================================
 * V7 合并自 assets/site-theme.css（该文件不再被引用，已废弃）
 * 仅合并 site-theme.css 中独有且被页面实际引用的内容
 * 合并日期：2026-06-17
 * ============================================================ */

/* ── UX 工具变量（insights / salary-benchmark / methodology 页面引用）── */
:root{
  --ux-primary:    var(--zb-dark);
  --ux-secondary:  var(--zb-ink-soft);
  --ux-accent:     var(--zb-primary);
  --ux-background: var(--zb-canvas);
  --ux-foreground: var(--zb-ink);
  --ux-muted:      var(--zb-section);
  --ux-border:     var(--zb-border);
  --ux-surface:    var(--zb-surface);
}/* ── 根元素背景（site-theme.css 独有）── */
html{ background: var(--zb-canvas); }/* ============================================================
 * V7 全站一致性收口
 * 目标：统一咨询品牌的颜色、圆角、字号和组件语气
 * ============================================================ */

:root{
  --success: #5f7867;
  --warning: #b97a3c;
  --error:   #8f4633;
}body{
  background: var(--zb-canvas);
  color: var(--zb-ink-soft);
}.section-label{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  min-height: auto;
  background: transparent;
  border-radius: 0;
  color: var(--zb-primary-dark);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}.section-label::before{
  content: "";
  width: 28px;
  height: 2px;
  background: var(--zb-primary);
}.btn-primary{
  background: var(--zb-primary);
  box-shadow: 0 4px 14px rgba(23, 38, 51, 0.14);
}.btn-primary:hover{
  background: var(--zb-primary-dark);
  box-shadow: 0 8px 22px rgba(23, 38, 51, 0.18);
}.btn-primary:active{
  background: var(--zb-primary-dark);
}.btn-secondary{
  color: var(--zb-primary-dark);
  border-color: var(--zb-border-strong);
}.btn-secondary:hover{
  background: var(--zb-primary-dark);
  color: var(--white);
}.card{
  border-radius: var(--radius-md);
  box-shadow: 0 2px 10px rgba(23, 38, 51, 0.04);
}.card:hover{
  box-shadow: 0 10px 24px rgba(23, 38, 51, 0.08);
  border-color: var(--zb-primary);
}.product-cta::before{
  display: none;
}.product-cta-actions .btn-secondary{
  color: var(--zb-on-dark);
  border-color: rgba(244, 247, 250, 0.36);
}.product-cta-actions .btn-secondary:hover{
  background: rgba(244, 247, 250, 0.1);
  color: var(--zb-on-dark);
}.footer-col .hot{
  font-size: 13px;
}.footer-bottom,
.footer-address{
  font-size: 13px;
}.nav-item-dropdown .arrow{
  font-size: 13px;
}/* Keep product dropdown divider consistent across home and product pages. */
.nav-dropdown-menu .nav-divider{
  display: block;
  height: 1px !important;
  margin: 6px 0 !important;
  border: 0 !important;
  background: var(--zb-border) !important;
}/* ============================================================
 * 2026-06-24 全站标签模式统一
 * 边界：只统一内容标签、模块眉题和卡片小标签；不覆盖表单 label、指标 label、导航控件。
 * ============================================================ */
:root{
  --zb-tag-font-size: 12px;
  --zb-tag-font-weight: 800;
  --zb-tag-letter-spacing: 0.04em;
  --zb-tag-radius: 6px;
  --zb-tag-pad-y: 5px;
  --zb-tag-pad-x: 10px;
  --zb-tag-bg: color-mix(in srgb, var(--zb-primary-light) 42%, #fff);
  --zb-tag-color: var(--zb-primary-dark);
  --zb-tag-border: color-mix(in srgb, var(--zb-primary) 18%, var(--zb-border));
  --zb-tag-accent-bg: color-mix(in srgb, var(--zb-accent-light) 56%, #fff);
  --zb-tag-accent-color: color-mix(in srgb, var(--zb-accent) 82%, var(--zb-primary-dark));
  --zb-tag-accent-border: color-mix(in srgb, var(--zb-accent) 20%, var(--zb-border));
}.dl-eyebrow,
.section-label,
.contact-page .contact-kicker,
.diag-eyebrow,
.pe-eyebrow,
.salary-eyebrow{
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: auto !important;
  margin-bottom: 18px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--zb-primary-dark) !important;
  font-family: var(--zb-mono) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}.dl-eyebrow::before,
.section-label::before,
.contact-page .contact-kicker::before,
.diag-eyebrow::before,
.pe-eyebrow::before,
.salary-eyebrow::before{
  content: "" !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
  width: 28px !important;
  height: 2px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: var(--zb-primary) !important;
}.dl-hero-kicker{
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--zb-primary-dark) !important;
  font-family: var(--zb-mono) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.08em !important;
  text-transform: none !important;
  box-shadow: none !important;
}.dl-hero-kicker::before{
  content: "" !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
  width: 36px !important;
  height: 2px !important;
  border-radius: 0 !important;
  background: var(--zb-primary) !important;
}.dl-tag,
.article-badge,
.tool-badge,
.case-tag,
.clc-tag,
.pain-tag,
.method-label,
.life-tag,
.dl-step-chip,
.dl-method-tag,
.dc-tag,
.placeholder-badge,
.whitepaper-cover-badge,
.industry-tags span,
.result-tag,
.pe-pill,
.oc-badge,
.qr-badge{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-height: 26px !important;
  padding: var(--zb-tag-pad-y) var(--zb-tag-pad-x) !important;
  border: 1px solid var(--zb-tag-border) !important;
  border-radius: var(--zb-tag-radius) !important;
  background: var(--zb-tag-bg) !important;
  color: var(--zb-tag-color) !important;
  font-family: var(--zb-sans) !important;
  font-size: var(--zb-tag-font-size) !important;
  font-weight: var(--zb-tag-font-weight) !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}.dl-tag--primary,
.dl-tag--badge,
.dl-tag--interactive.active,
.dl-tag--interactive[aria-selected="true"]{
  background: var(--zb-primary-dark) !important;
  border-color: var(--zb-primary-dark) !important;
  color: var(--zb-on-dark) !important;
}.dl-tag--accent,
.article-badge,
.tool-badge,
.pain-tag,
.method-label,
.life-tag,
.case-tag,
.clc-tag,
.whitepaper-cover-badge{
  background: var(--zb-tag-accent-bg) !important;
  border-color: var(--zb-tag-accent-border) !important;
  color: var(--zb-tag-accent-color) !important;
}.dl-tag--soft,
.placeholder-badge,
.pe-pill,
.result-tag{
  background: var(--zb-surface-soft) !important;
  border-color: var(--zb-border) !important;
  color: var(--zb-muted) !important;
}.dl-tag--interactive,
.hot-tag,
.industry-tag{
  cursor: pointer;
}.dl-tag--interactive:hover,
.hot-tag:hover,
.industry-tag:hover{
  border-color: var(--zb-border-strong) !important;
  background: var(--zb-surface) !important;
  color: var(--zb-primary-dark) !important;
  transform: none !important;
}/* Function tags: filters,
search chips and selectable industry tabs stay button-like. */
.filter-tab,
.dl-filter-tag,
.series-filter-tag,
.sp-tags .hot-tag,
.industry-tag{
  min-height: 36px !important;
  padding: 0 16px !important;
  border: 1px solid var(--zb-border) !important;
  border-radius: 999px !important;
  background: var(--zb-surface) !important;
  color: var(--zb-primary-dark) !important;
  font-family: var(--zb-sans) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
}.sp-tags .hot-tag::before{
  width: 14px !important;
  height: 2px !important;
  border-radius: 0 !important;
  background: var(--zb-primary) !important;
}.filter-tab:hover,
.dl-filter-tag:hover,
.series-filter-tag:hover,
.sp-tags .hot-tag:hover,
.industry-tag:hover{
  border-color: var(--zb-primary) !important;
  background: color-mix(in srgb, var(--zb-primary-light) 34%, #fff) !important;
  color: var(--zb-primary-dark) !important;
  transform: none !important;
}.filter-tab.active,
.dl-filter-tag.active,
.series-filter-tag.active,
.industry-tag.active{
  background: var(--zb-primary-dark) !important;
  border-color: var(--zb-primary-dark) !important;
  color: var(--zb-on-dark) !important;
}.filter-tab .count,
.filter-tab.active .count{
  min-width: 22px !important;
  height: 22px !important;
  border-radius: 999px !important;
  background: color-mix(in srgb, var(--zb-primary-dark) 10%, #fff) !important;
  color: var(--zb-primary-dark) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}.filter-tab.active .count{
  background: color-mix(in srgb, var(--zb-on-dark) 18%, transparent) !important;
  color: var(--zb-on-dark) !important;
}

@media (max-width: 720px) {.dl-eyebrow,
.section-label,
.contact-page .contact-kicker,
.diag-eyebrow,
.pe-eyebrow,
.salary-eyebrow,
.dl-hero-kicker{
    gap: 10px !important;
    font-size: 13px !important;
    letter-spacing: 0.06em !important;
  }.dl-eyebrow::before,
.section-label::before,
.contact-page .contact-kicker::before,
.diag-eyebrow::before,
.pe-eyebrow::before,
.salary-eyebrow::before,
.dl-hero-kicker::before{
    width: 22px !important;
  }.dl-tag,
.article-badge,
.tool-badge,
.case-tag,
.clc-tag,
.pain-tag,
.method-label,
.life-tag,
.dl-step-chip,
.dl-method-tag,
.dc-tag,
.placeholder-badge,
.whitepaper-cover-badge,
.industry-tags span,
.result-tag,
.pe-pill,
.oc-badge,
.qr-badge{
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }
}/* ===== SOURCE: dl-system.css ===== */
/* ============================================================
 * dl- 设计系统（德勤风格）共享样式
 * 智帮咨询 V7 — 从 index.html 内联 style 抽取，供全站复用
 * 依赖品牌变量（定义于 main.css :root）：
 *   --zb-canvas / --zb-section / --zb-section / --zb-surface
 *   --zb-ink / --zb-muted / --zb-primary / --zb-primary-dark
 *   --zb-border / --zb-border-strong / --zb-dark / --zb-sans / --zb-mono
 * 4 个核心：洞察前置 · 痛点先行 · 卡片驱动 · 大留白
 * ============================================================ */

/* ── 留白基调：比原站节奏更慷慨（section padding 提升 ~35%，左右留白加宽） ── */
:root{
  --zb-section: #F7F5F1;
}.dl-page{ background: var(--zb-canvas); color: var(--zb-ink); }.dl-section{ padding: 80px 0; }.dl-section--soft{ background: var(--zb-section); }.dl-section--canvas{ background: var(--zb-canvas); }.dl-container{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}.dl-container--narrow{ max-width: 920px; }/* 区段标题：克制、左对齐、留白足 */
.dl-eyebrow{
  display: inline-block;
  font-family: var(--zb-mono);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--zb-primary-dark);
  margin-bottom: 20px;
}.dl-eyebrow::before{
  content: "";
  display: inline-block;
  width: 28px; height: 2px;
  background: var(--zb-primary);
  vertical-align: middle;
  margin-right: 12px;
}.dl-head{ max-width: 720px; margin-bottom: 56px; }.dl-head h2{
  font-family: var(--zb-sans);
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--zb-ink);
  margin: 0 0 18px;
}.dl-head p{
  font-size: var(--fs-base);
  line-height: 1.65;
  color: var(--zb-muted);
  margin: 0;
  max-width: 620px;
}/* ── 1 · 洞察前置 HERO：报告资产作为首屏主视觉 ── */
.dl-hero{
  background: var(--zb-canvas);
  border-bottom: 1px solid var(--zb-border);
  padding: 52px 0 44px;
  position: relative;
  overflow: hidden;
}.dl-hero::before{
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(23,38,51,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,38,51,0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(110deg, rgba(0,0,0,0.6) 0%, transparent 62%);
  pointer-events: none;
}.dl-hero .dl-container{ position: relative; z-index: 1; }.dl-hero-grid{
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 46px;
  align-items: center;
}.dl-hero-kicker{
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--zb-mono);
  font-size: 14px; font-weight: 700; letter-spacing: 0.08em;
  color: var(--zb-primary-dark);
  margin-bottom: 14px;
}.dl-hero-kicker::before{ content: ""; width: 36px; height: 2px; background: var(--zb-primary); }body:not(.home-workspace-style) .dl-hero h1{
  font-family: var(--zb-sans);
  font-size: var(--v9-fs-hero);
  font-weight: 600;
  line-height: var(--v9-lh-hero);
  letter-spacing: 0;
  color: var(--zb-ink);
  margin: 0 0 16px;
  text-wrap: balance;
}.dl-hero h1 em{
  font-style: normal;
  position: relative;
  white-space: nowrap;
}.dl-hero h1 em::after{
  content: ""; position: absolute; left: 0; right: 0; bottom: 0.04em;
  height: 0.1em; background: var(--zb-primary); opacity: 0.85; z-index: -1;
}.dl-hero-sub{
  font-size: 16px; line-height: 1.58; color: var(--zb-muted);
  max-width: 520px; margin: 0 0 22px;
}.dl-hero-actions{ display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }.dl-btn-primary{
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--zb-primary); color: var(--zb-on-dark);
  border: 1px solid var(--zb-primary);
  font-size: 15px; font-weight: 600;
  padding: 13px 24px; border-radius: 40px;
  text-decoration: none; transition: background .2s, border-color .2s;
}.dl-btn-primary:hover{ background: var(--zb-primary-dark); border-color: var(--zb-primary-dark); color: var(--zb-on-dark); }.dl-btn-ghost{
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--zb-ink);
  border: 1px solid var(--zb-border-strong);
  font-size: 15px; font-weight: 600;
  padding: 13px 22px; border-radius: 40px;
  text-decoration: none; transition: background .2s, border-color .2s;
}.dl-btn-ghost:hover{ background: var(--zb-surface); border-color: var(--zb-ink); }/* 首屏的「洞察资产」卡片 —— 视觉主角 */
.dl-report-card{
  background: var(--zb-surface);
  border: none;
  border-top: var(--card-accent-bar) solid var(--zb-primary);
  border-radius: var(--card-radius-medium);
  box-shadow: var(--card-shadow-heavy);
}.dl-report-cover{
  position: relative;
  aspect-ratio: 3 / 2;                 /* 统一报告封面比例 */
  background:
    linear-gradient(150deg, var(--zb-section) 0%, var(--zb-section) 100%);
  border-bottom: 1px solid var(--zb-border);
  overflow: hidden;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 28px 30px;
}.dl-report-cover::after{
  content: "";
  position: absolute; right: -60px; bottom: -60px;
  width: 220px; height: 220px;
  border: 1px solid var(--zb-border);
  border-radius: 50%;
  background: radial-gradient(circle, var(--zb-primary-light), transparent 64%);
}.dl-report-flag{
  position: relative; z-index: 1;
  align-self: flex-start;
  font-family: var(--zb-mono);
  font-size: 13px; font-weight: 700; letter-spacing: 0.1em;
  color: var(--zb-on-dark); background: var(--zb-primary);
  padding: 5px 12px; border-radius: 3px;
}.dl-report-cover h3{
  position: relative; z-index: 1;
  font-family: var(--zb-sans);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 600; line-height: 1.25;
  color: var(--zb-ink); margin: 0;
  max-width: 90%;
}.dl-report-body{ padding: 24px 30px 28px; }.dl-report-body p{
  font-size: 15px; line-height: 1.65; color: var(--zb-muted); margin: 0 0 18px;
}.dl-report-meta{
  display: flex; gap: 24px; margin-bottom: 20px;
  border-top: 1px solid var(--zb-border); padding-top: 18px;
}.dl-report-meta .m-num{
  font-family: var(--zb-mono); font-size: 22px; font-weight: 700; color: var(--zb-ink); line-height: 1;
}.dl-report-meta .m-label{ font-size: 14px; color: var(--zb-muted); margin-top: 6px; }.dl-report-link{
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 15px; font-weight: 700; color: var(--zb-primary-dark); text-decoration: none;
}.dl-report-link svg{ transition: transform .2s; }.dl-report-link:hover svg{ transform: translateX(4px); }.dl-report-links{
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  padding-top: 16px; border-top: 1px solid var(--zb-border);
}.dl-report-link-2{
  font-size: 14px; font-weight: 600; color: var(--zb-muted);
  text-decoration: none; transition: color .2s;
}.dl-report-link-2:hover{ color: var(--zb-ink); }/* ── 2 · 痛点先行：方案区 ── */
.dl-pain-intro{
  border: none;
  border-left: var(--card-accent-bar) solid var(--zb-primary);
  background: var(--zb-surface);
  border-radius: var(--card-radius-small);
  padding: 32px 36px;
  margin-bottom: 56px;
  max-width: 760px;
  box-shadow: var(--card-shadow-light);
}.dl-pain-intro .q{
  font-family: var(--zb-sans);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 600; color: var(--zb-ink); line-height: 1.3; margin: 0 0 10px;
}.dl-pain-intro p{ font-size: var(--fs-base); line-height: 1.65; color: var(--zb-muted); margin: 0; }.dl-pain-grid{
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}.dl-pain-item{
  display: block;
  background: var(--zb-surface);
  border: none;
  border-radius: var(--card-radius-small);
  padding: 34px 34px 30px;
  text-decoration: none; color: inherit;
  box-shadow: var(--card-shadow-light);
  transition: box-shadow .25s ease, transform .25s ease;
}.dl-pain-item:hover{
  box-shadow: var(--card-shadow-hover-light);
  transform: translateY(-4px);
}.dl-pain-quote{
  display: flex; gap: 14px; align-items: flex-start; margin-bottom: 16px;
}.dl-pain-quote svg{ flex-shrink: 0; color: var(--zb-primary); margin-top: 2px; }.dl-pain-quote b{
  font-family: var(--zb-sans);
  font-size: 19px; font-weight: 600; color: var(--zb-ink); line-height: 1.4;
}.dl-pain-answer{ font-size: 15px; line-height: 1.65; color: var(--zb-muted); margin: 0 0 18px; padding-left: 28px; }.dl-pain-link{
  padding-left: 28px;
  font-size: 14px; font-weight: 700; color: var(--zb-primary-dark);
  display: inline-flex; align-items: center; gap: 6px;
}/* ── 3 · 卡片驱动洞察网格（统一 3:2 占位图） ── */
.dl-card-grid{
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}.dl-icard{
  display: flex; flex-direction: column;
  background: var(--zb-surface);
  border: none;
  border-radius: var(--card-radius-medium);
  overflow: hidden;
  text-decoration: none; color: inherit;
  box-shadow: var(--card-shadow-medium);
  transition: box-shadow .25s ease, transform .25s ease;
}.dl-icard:hover{
  box-shadow: var(--card-shadow-hover-medium);
  transform: translateY(-4px);
}.dl-icard-thumb{
  aspect-ratio: 3 / 2;                 /* 统一 720×480 比例 */
  position: relative;
  background: linear-gradient(145deg, var(--zb-section) 0%, var(--zb-section) 100%);
  border-bottom: 1px solid var(--zb-border);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}.dl-icard-thumb::before{
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(23,38,51,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,38,51,0.04) 1px, transparent 1px);
  background-size: 36px 36px;
}.dl-icard-thumb svg{ position: relative; z-index: 1; color: var(--zb-primary); }.dl-icard-thumb .dl-thumb-tag{
  position: absolute; top: 16px; left: 16px; z-index: 2;
  font-family: var(--zb-mono); font-size: 13px; font-weight: 700; letter-spacing: 0.08em;
  color: var(--zb-primary-dark); background: rgba(255,255,255,0.9);
  padding: 4px 10px; border-radius: 3px;
}.dl-icard-body{ padding: 28px 28px 30px; flex: 1; display: flex; flex-direction: column; }.dl-icard-body .meta{ font-family: var(--zb-mono); font-size: 13px; color: var(--zb-muted); margin-bottom: 12px; }.dl-icard-body h3{
  font-family: var(--zb-sans);
  font-size: 19px; font-weight: 600; line-height: 1.35; color: var(--zb-ink); margin: 0 0 12px;
}.dl-icard-body p{ font-size: 15px; line-height: 1.65; color: var(--zb-muted); margin: 0 0 20px; flex: 1; }.dl-icard-body .read{
  font-size: 14px; font-weight: 700; color: var(--zb-primary-dark);
  display: inline-flex; align-items: center; gap: 6px;
}/* ── 信任标签（公用）── */
.dl-trust-tag{
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--zb-mono);
  font-size: 14px; font-weight: 600;
  color: var(--zb-primary-dark);
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  padding: 8px 16px;
  border-radius: 40px;
  white-space: nowrap;
}.dl-trust-tag::before{
  content: "";
  width: 8px; height: 8px;
  background: var(--zb-primary);
}/* ── 数据条（信任）── */
.dl-stats{
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: none;
  border-radius: var(--card-radius-small);
  background: var(--zb-surface);
  box-shadow: var(--card-shadow-medium);
  overflow: hidden;
}.dl-stat{ padding: 44px 36px; border-right: 1px solid var(--zb-border); }.dl-stat:last-child{ border-right: 0; }.dl-stat .n{
  font-family: var(--zb-mono);
  font-size: 46px;
  font-weight: 700;
  color: var(--zb-primary-dark);
  line-height: 1;
}.dl-stat .l{ font-size: 15px; color: var(--zb-muted); margin-top: 12px; }/* ── 底部 CTA ── */
.dl-cta{
  background: var(--zb-section);
  border-top: 1px solid var(--zb-border);
  padding: 80px 0;
  text-align: center;
}.dl-cta h2{
  font-family: var(--zb-sans);
  font-size: clamp(26px, 2.8vw, 38px); font-weight: 600; color: var(--zb-ink);
  margin: 0 0 16px; line-height: 1.2;
}.dl-cta p{ font-size: 17px; line-height: 1.8; color: var(--zb-muted); margin: 0 auto 36px; max-width: 560px; }.dl-cta-actions{ display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }.dl-cta p.dl-cta-slogan{
  margin: 40px auto 0;
  max-width: none;
  font-size: 20px; font-weight: 600; color: var(--zb-ink);
  line-height: 1.5; letter-spacing: .5px;
}.dl-cta-slogan::before{
  content: ""; display: block; width: 44px; height: 2px;
  background: var(--zb-primary); margin: 0 auto 20px; border-radius: 1px;
}.dl-cta-slogan strong{ color: var(--zb-primary); font-weight: 700; }/* ===== 数据卡片组件（首页+产品页共用） ===== */
.dl-stats-cards{
  display: flex; flex-direction: row; gap: 14px; margin-top: 12px;
  flex-wrap: nowrap; max-width: 520px; justify-content: flex-start;
}.dl-stat-card{
  flex: 1 1 0; min-width: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(248,250,253,0.98) 100%);
  border-radius: var(--card-radius-small);
  padding: 18px 12px;
  text-align: center;
  box-shadow: var(--card-shadow-medium);
  border: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}.dl-stat-card:hover{
  transform: translateY(-4px);
  box-shadow: var(--card-shadow-hover-medium);
}/* ── 响应式 ── */
@media (max-width: 1024px){
  .dl-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .dl-card-grid { grid-template-columns: repeat(2, 1fr); }
  .dl-stats { grid-template-columns: 1fr; }
  .dl-stat { border-right: 0; border-bottom: 1px solid var(--zb-border); }
  .dl-stat:last-child { border-bottom: 0; }
}
@media (max-width: 768px) {.dl-section{ padding: 64px 0; }.dl-hero{ padding: 56px 0 64px; }.dl-cta{ padding: 64px 0; }.dl-container{ padding: 0 22px; }.dl-pain-grid{ grid-template-columns: 1fr; gap: 20px; }.dl-card-grid{ grid-template-columns: 1fr; gap: 24px; }.dl-hero-actions,
.dl-cta-actions{ flex-direction: column; align-items: stretch; }.dl-hero-actions .dl-btn-primary,
.dl-hero-actions .dl-btn-ghost,
.dl-cta-actions .dl-btn-primary,
.dl-cta-actions .dl-btn-ghost{ justify-content: center; }.dl-trust-tag{ white-space: normal; text-align: center; }.dl-hero-ph-bg-text{ max-width: 280px; font-size: 12px; }.dl-report-cover::after{ width: 120px; height: 120px; right: -40px; bottom: -40px; }.dl-hero-grid{ gap: 36px; }.dl-hero-ph{ min-height: 200px; }
}/* ── 图片占位系统（CSS 占位 · 等替换为实拍照片）── */
.dl-img-ph{
  display: flex; align-items: center; justify-content: center;
  background: var(--zb-section);
  border: 2px dashed var(--zb-border-strong);
  position: relative;
  overflow: hidden;
}.dl-img-ph::before{
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(23,38,51,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,38,51,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
}.dl-img-ph-label{
  position: relative; z-index: 1;
  font-family: var(--zb-mono);
  font-size: 13px; font-weight: 600;
  color: var(--zb-muted);
  text-align: center;
  line-height: 1.5;
  padding: 12px 18px;
  max-width: 90%;
}.dl-img-ph-label::before{
  content: "";
  display: block; width: 28px; height: 2px;
  background: var(--zb-border-strong);
  margin: 0 auto 10px;
}/* Hero 区背景占位（半透明，放在内容后方） */
.dl-hero-ph-bg{
  position: absolute; inset: 0;
  background: var(--zb-section);
  border: 2px dashed var(--zb-border-strong);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
  display: flex; align-items: center; justify-content: center;
}.dl-hero-ph-bg::before{
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(23,38,51,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,38,51,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
}.dl-hero-ph-bg-text{
  font-family: var(--zb-mono);
  font-size: 13px; font-weight: 600;
  color: var(--zb-muted);
  text-align: center;
  line-height: 1.5;
  max-width: 420px;
  padding: 16px 24px;
  background: rgba(255,255,255,0.7);
  border: 1px solid var(--zb-border);
}/* Hero 区图片占位块（产品页右侧，虚线框 + 图标 + 主题标签） */
.dl-hero-ph{
  display: flex; align-items: stretch; justify-content: center;
  overflow: hidden;
  min-height: 320px;
}.dl-hero-ph-inner{
  text-align: center;
  color: var(--zb-muted);
}.dl-hero-ph-inner svg{
  margin: 0 auto 16px;
  color: var(--zb-border-strong);
}.dl-hero-ph-inner span{
  display: block;
  font-family: var(--zb-mono);
  font-size: 14px; font-weight: 600;
  color: var(--zb-muted);
  line-height: 1.6;
  max-width: 200px;
}/* "智帮现场"占位卡片 */
.dl-field-card{
  background: var(--zb-surface);
  border: 2px dashed var(--zb-border-strong);
  overflow: hidden;
}.dl-field-thumb{
  aspect-ratio: 4 / 3;
  background: var(--zb-section);
  border-bottom: 1px solid var(--zb-border);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  position: relative;
}.dl-field-thumb::before{
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(23,38,51,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,38,51,0.03) 1px, transparent 1px);
  background-size: 24px 24px;
}.dl-field-label{
  position: relative; z-index: 1;
  font-family: var(--zb-mono);
  font-size: 12px; font-weight: 600;
  color: var(--zb-muted);
  text-align: center;
  line-height: 1.5;
}.dl-field-label::before{
  content: "";
  display: block; width: 22px; height: 2px;
  background: var(--zb-border-strong);
  margin: 0 auto 8px;
}.dl-field-body{
  padding: 18px 20px 20px;
  font-size: 14px; color: var(--zb-muted);
  line-height: 1.6;
  text-align: center;
}/* 模型图占位（大尺寸，用于方法论页） */
.dl-model-ph{
  aspect-ratio: 16 / 7;
  background: var(--zb-section);
  border: 2px dashed var(--zb-border-strong);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  overflow: hidden;
}.dl-model-ph::before{
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(23,38,51,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,38,51,0.03) 1px, transparent 1px);
  background-size: 40px 40px;
}.dl-model-ph-label{
  position: relative; z-index: 1;
  font-family: var(--zb-mono);
  font-size: 14px; font-weight: 600;
  color: var(--zb-muted);
  text-align: center;
  line-height: 1.6;
  max-width: 520px;
  padding: 20px 28px;
}.dl-model-ph-label::before{
  content: "";
  display: block; width: 32px; height: 2px;
  background: var(--zb-border-strong);
  margin: 0 auto 12px;
}

@media (prefers-reduced-motion: reduce) {*,
*::before,
*::after{ transition: none !important; animation: none !important; }
}/* ── 深色 Footer 收尾（dl- 体系页面统一深色 footer，作用域 .dl-page） ── */
.dl-page .site-footer{
  background: var(--zb-dark) !important;          /* #172633 深蓝墨，与 Hero/CTA 体系同源 */
  border-top: 3px solid var(--zb-primary) !important;  /* 顶部品牌红细线，承接主体强调色 */
  padding: 72px 0 32px !important;
}.dl-page .site-footer h4,
.dl-page .site-footer h5{ color: var(--zb-on-dark) !important; font-size: 20px !important; }.dl-page .site-footer .footer-brand p{ color: var(--zb-on-dark-soft) !important; font-size: 16px !important; }.dl-page .site-footer .footer-col a{ color: var(--zb-on-dark-soft) !important; font-size: 16px !important; }.dl-page .site-footer .footer-col a:hover{ color: var(--zb-on-dark) !important; }.dl-page .site-footer .footer-col p{ color: var(--zb-on-dark-muted) !important; }.dl-page .site-footer .footer-address{ color: var(--zb-on-dark-muted) !important; }.dl-page .site-footer .footer-bottom{
  border-top: 1px solid rgba(255,255,255,.14) !important;  /* 浅色半透明分隔线，深底上清晰 */
  color: var(--zb-on-dark-muted) !important;
  font-size: 15px !important;
  padding-top: 20px !important;
}.dl-page .site-footer .footer-bottom a,
.dl-page .site-footer .footer-record-link{ color: var(--zb-on-dark-muted) !important; }.dl-page .site-footer .footer-bottom a:hover,
.dl-page .site-footer .footer-record-link:hover{ color: var(--zb-on-dark) !important; }/* 品牌签名口号：深底上「智帮」描红更跳 */
.dl-page .site-footer .footer-brand p strong,
.dl-page .site-footer .footer-tagline strong{
  color: var(--zb-on-dark-accent) !important;
  font-weight: 800;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}/* ── 客户 LOGO 墙（精选 · 统一灰度 · hover 复彩） ── */
.dl-clients{ text-align: center; }.dl-clients .dl-eyebrow{ display: inline-block; }.dl-clients-note{
  font-size: 15px; color: var(--zb-muted);
  max-width: 560px; margin: 0 auto 8px;
}.dl-logo-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--zb-border);
  border: 1px solid var(--zb-border);
  margin-top: 40px;
}.dl-logo-cell{
  background: var(--zb-surface);
  height: 110px;
  display: flex; align-items: center; justify-content: center;
  padding: 22px 28px;
}.dl-logo-cell img{
  max-width: 100%; max-height: 56px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.55;
  transition: filter .3s, opacity .3s;
}.dl-logo-cell:hover img{ filter: grayscale(0%); opacity: 1; }.dl-clients-foot{
  margin-top: 28px; font-size: 14px; color: var(--zb-muted);
}
@media (max-width: 768px) {.dl-logo-grid{ grid-template-columns: repeat(2, 1fr); }.dl-logo-cell{ height: 92px; padding: 18px 20px; }
}/* ═══════════════════════════════════════════════════
 * 缩写组件模式（从 index.html 内联提取，供全站复用）
 * 变量已映射到 --zb-* 体系（main.css :root 提供）
 *
 * 缩写 → 全称映射：
 *   pri → zb-primary    prl → zb-primary-light
 *   bg  → zb-canvas     bga → zb-section
 *   bc  → zb-surface    txt → zb-ink
 *   t2  → zb-muted      tm  → zb-muted
 *   bor → zb-border     bors→ zb-border-strong
 * ═══════════════════════════════════════════════════ */

/* 容器 · 区段 · 标题 */
.c{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.sec{padding:80px 0}.seca{background:var(--zb-section)}.sh{text-align:center;margin-bottom:56px}.se{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  background:transparent;
  color:var(--zb-primary-dark);
  font-family:var(--zb-mono);
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.14em;
  padding:0;
  border-radius:0;
  margin-bottom:18px
}.se::before{
  content:"";
  display:inline-block;
  width:28px;
  height:2px;
  background:var(--zb-primary)
}.sh h2{
  font-size:clamp(28px,2.8vw,32px);
  font-weight:600;
  line-height:1.25;
  letter-spacing:-0.01em;
  color:var(--zb-ink);
  margin:0 0 18px
}.sh p{
  color:var(--zb-muted);
  font-size:var(--fs-base);
  line-height:1.65;
  max-width:620px;
  margin:0 auto
}/* ── 洞察卡片 ── */
.ig{display:grid;grid-template-columns:1.16fr 0.92fr 0.92fr;gap:28px;align-items:stretch}.ig .rh{min-height:100%}/* 差异化配色：三张卡片不同色系 */
.ig .ic:nth-child(1) .cthumb::before{
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.25), rgba(59, 130, 246, 0.05));
}.ig .ic:nth-child(1) .cthumb svg{
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(37, 99, 235, 0.12));
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.8);
}.ig .ic:nth-child(2) .cthumb::before{
  background: linear-gradient(90deg, rgba(168, 85, 247, 0.25), rgba(168, 85, 247, 0.05));
}.ig .ic:nth-child(2) .cthumb svg{
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.08), rgba(147, 51, 234, 0.12));
  box-shadow: 0 4px 12px rgba(168, 85, 247, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.8);
}.ig .ic:nth-child(3) .cthumb::before{
  background: linear-gradient(90deg, rgba(16, 185, 129, 0.25), rgba(16, 185, 129, 0.05));
}.ig .ic:nth-child(3) .cthumb svg{
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(5, 150, 105, 0.12));
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.8);
}/* Hover增强：色条变深 + 图标放大 */
.ig .ic:nth-child(1):hover .cthumb::before{
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.4), rgba(59, 130, 246, 0.1));
}.ig .ic:nth-child(2):hover .cthumb::before{
  background: linear-gradient(90deg, rgba(168, 85, 247, 0.4), rgba(168, 85, 247, 0.1));
}.ig .ic:nth-child(3):hover .cthumb::before{
  background: linear-gradient(90deg, rgba(16, 185, 129, 0.4), rgba(16, 185, 129, 0.1));
}.ic:hover .cthumb svg{
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.2);
}.ig .ic:nth-child(1):hover .cthumb svg{
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.2);
}.ig .ic:nth-child(2):hover .cthumb svg{
  box-shadow: 0 8px 20px rgba(168, 85, 247, 0.2);
}.ig .ic:nth-child(3):hover .cthumb svg{
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.2);
}.ic{
  position:relative;
  background:linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(251,251,250,0.98) 100%);
  border:none;
  border-radius:var(--card-radius-medium);
  overflow:hidden;
  box-shadow:0 2px 8px rgba(23, 38, 51, 0.06);
  transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display:flex;
  flex-direction:column;
  text-decoration:none;
  color:inherit
}/* 中间卡片主焦点 */
.ig .ic:nth-child(2){
  transform: scale(1.03);
  box-shadow: 0 12px 32px rgba(23, 38, 51, 0.15);
  z-index: 2;
}/* 左右卡片次级 */
.ig .ic:nth-child(1),
.ig .ic:nth-child(3){
  z-index: 1;
}.ic:hover{
  transform: translateY(-4px);
  box-shadow: var(--card-shadow-hover-medium);
}/* 中间卡片hover时保持scale */
.ig .ic:nth-child(2):hover{
  transform: scale(1.03) translateY(-4px);
}.cthumb{
  position:relative;
  min-height:152px;
  background:linear-gradient(180deg, rgba(244,241,234,0.92) 0%, rgba(255,255,255,0.98) 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px 18px 18px;
  border-bottom:1px solid var(--zb-border)
}.cthumb::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:3px;
  background:linear-gradient(90deg, rgba(59, 130, 246, 0.25), rgba(59, 130, 246, 0.05));
  transition:background 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}.cthumb::after{
  content:"";
  position:absolute;
  right:-22px;
  top:-18px;
  width:120px;
  height:120px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(26,58,92,0.10) 0%, transparent 68%)
}.cthumb svg{
  position:relative;
  z-index:1;
  width:88px;
  height:88px;
  padding: 16px;
  stroke-width:1.15;
  color:var(--zb-primary-dark);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(37, 99, 235, 0.12));
  box-shadow:
    0 4px 12px rgba(59, 130, 246, 0.12),
    inset 0 1px 2px rgba(255, 255, 255, 0.8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}.cbody{
  padding:22px 22px 24px;
  flex:1;
  display:flex;
  flex-direction:column
}.meta{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  gap:8px;
  color:var(--zb-primary-dark);
  font-family:var(--zb-mono);
  font-size:13px;
  font-weight:700;
  margin-bottom:14px;
  letter-spacing:.06em;
  text-transform:uppercase
}.meta::before{
  content:"";
  width:18px;
  height:2px;
  background:var(--zb-primary)
}.cbody h3{
  font-size:20px;
  font-weight:700;
  margin:0 0 12px;
  line-height:1.4;
  color:var(--zb-ink)
}.cbody p{
  color:var(--zb-muted);
  font-size:15px;
  line-height:1.75;
  margin:0 0 18px;
  flex:1
}.rh{
  border:none;
  border-top:var(--card-accent-bar) solid var(--zb-primary);
  background:linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(244,241,234,0.88) 100%)
}.rh .cthumb{
  min-height:172px;
  background:linear-gradient(180deg, rgba(244,241,234,0.98) 0%, rgba(255,255,255,0.98) 100%)
}.rm{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:10px;
  margin:6px 0 20px
}.rm .num{font-size:1.25rem;font-weight:700;font-family:monospace;color:var(--zb-primary)}.rm > div{
  padding:12px 10px 10px;
  background:rgba(255,255,255,0.72);
  border:1px solid rgba(26,58,92,0.10);
  border-radius:8px;
  text-align:center
}.rm .label{font-size:13px;color:var(--zb-muted)}.cbody .dl-btn-primary,
.cbody .dl-btn-ghost{padding:8px 16px!important;font-size:14px!important;align-self:flex-start}.cl{
  margin-top:auto;
  padding-top:14px;
  border-top:1px solid var(--zb-border);
  font-weight:700;
  color:var(--zb-primary-dark);
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:15px
}.cl::after{
  content:"\2192";
  transition:transform .2s ease
}.ic:hover .cl::after{transform:translateX(3px)}/* ── 案例网格 ── */
.cg{display:grid;grid-template-columns:1.06fr 0.97fr 0.97fr;gap:28px;align-items:stretch}.cv{
  margin:16px 0 0;
  padding:16px 16px 14px;
  background:linear-gradient(180deg, rgba(244,241,234,0.82) 0%, rgba(255,255,255,0.96) 100%);
  border:1px solid rgba(26,58,92,0.10);
  border-left:3px solid var(--zb-primary);
  border-radius:8px;
  font-size:14px;
  line-height:1.7;
  color:var(--zb-ink-soft)
}.vm{text-align:center;margin-top:40px}
@media(max-width:1024px){.ig{grid-template-columns:repeat(2, minmax(0, 1fr))}.cg{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){.ig{grid-template-columns:1fr}.cg{grid-template-columns:1fr}
}/* ── 团队卡片（基础）── */
.tm{display:flex;flex-wrap:wrap;justify-content:center;gap:48px;margin-top:24px}.tmi{text-align:center}.tma{width:96px;height:96px;background:#E8ECF0;border-radius:50%;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;border:2px solid var(--zb-surface);box-shadow:0 4px 10px rgba(0,0,0,0.05)}.tma svg{width:48px;height:48px;stroke:var(--zb-primary);stroke-width:1.2;fill:none}.tmi h4{font-size:18px;font-weight:600;margin-bottom:4px}.tmi p{font-size:14px;color:var(--zb-muted)}/* ── Logo 滚动 ── */
.ls{
  position:relative;
  display:block;
  overflow:hidden;
  padding:24px 0 6px;
  mask-image:linear-gradient(90deg, transparent 0, rgba(0,0,0,1) 7%, rgba(0,0,0,1) 93%, transparent 100%);
  -webkit-mask-image:linear-gradient(90deg, transparent 0, rgba(0,0,0,1) 7%, rgba(0,0,0,1) 93%, transparent 100%);
}.ls:hover .lf{animation-play-state:paused}.lf{
  flex:none;
  display:flex;
  align-items:center;
  gap:20px;
  width:max-content;
  min-width:max-content;
  animation:dl-logo-marquee 88s linear infinite;
}.lc{
  flex:none;
  display:flex;
  align-items:center;
  justify-content:center;
  width:160px;
  height:76px;
  padding:14px 18px;
  background:var(--zb-surface);
  border:1px solid var(--zb-border);
  border-radius:12px;
  box-shadow:0 6px 18px rgba(23,38,51,0.04);
}.lc img{
  max-width:100%;
  max-height:36px;
  width:auto;
  height:auto;
  object-fit:contain;
  filter:grayscale(1);
  opacity:0.9;
  transition:filter .2s ease, opacity .2s ease, transform .2s ease;
}.lc:hover img{
  filter:none;
  opacity:1;
  transform:scale(1.03);
}
@keyframes dl-logo-marquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
@media (max-width: 768px) {.ls{padding:20px 0 4px}.lf{gap:14px;animation-duration:64s}.lc{width:128px;height:64px;padding:12px 14px;border-radius:12px}.lc img{max-height:28px}
}/* ── CTA 区 ── */
.cta{background:var(--zb-section);text-align:center;padding:80px 24px;border-top:1px solid var(--zb-border)}.cta h2{margin-bottom:16px}.cta p{max-width:600px;margin:0 auto 32px;color:var(--zb-muted)}/* ── 信任标签行 ── */
.dl-trust-tags{display:flex;flex-wrap:wrap;gap:16px;margin-top:20px}/* ============================================================
   dl-tag - 通用标签组件系统
   ============================================================
   用途：统一全站标签样式（客户名称、行业标签、产品标签等）

   设计原则：
   - 基础样式为完美胶囊形（border-radius: 999px）
   - 字号 14px（5号字体）
   - 适当留白，响应式友好
   - 提供多种变体适应不同场景

   基础用法：
   <span class="dl-tag">标签文本</span>

   变体：
   <span class="dl-tag dl-tag--primary">主要标签</span>
   <span class="dl-tag dl-tag--accent">强调标签</span>
   <span class="dl-tag dl-tag--soft">柔和标签</span>
   <span class="dl-tag dl-tag--square">方形标签</span>
   <span class="dl-tag dl-tag--sm">小标签</span>
   <span class="dl-tag dl-tag--lg">大标签</span>

   带图标：
   <span class="dl-tag dl-tag--with-icon">
     <span class="dl-tag__icon">✓</span>
     <span class="dl-tag__text">已验证</span>
   </span>

   可点击/交互：
   <button class="dl-tag dl-tag--interactive">可点击标签</button>
   <span class="dl-tag dl-tag--interactive active">已选中</span>

   示例场景：

   1. 客户名称列表（替代 .lc）：
   <div class="dl-tag-list">
     <span class="dl-tag">德明利股份</span>
     <span class="dl-tag">奥尼电子</span>
     <span class="dl-tag">好盈科技</span>
   </div>

   2. 行业标签（替代 .about-industry-tag）：
   <div class="dl-tag-list">
     <span class="dl-tag dl-tag--square dl-tag--interactive">汽车零部件</span>
     <span class="dl-tag dl-tag--square dl-tag--interactive">电子制造</span>
   </div>

   3. 信任标签（替代 .dl-trust-tag）：
   <span class="dl-tag dl-tag--primary dl-tag--with-icon">
     <span class="dl-tag__dot"></span>
     <span class="dl-tag__text">200+ 服务工厂验证</span>
   </span>

   4. 优势徽章（替代 .adv-tag）：
   <span class="dl-tag dl-tag--badge">核心壁垒</span>
   ============================================================ */

/* ----- 基础样式 ----- */
.dl-tag{
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 18px;
  border-radius: 9999px !important;
  background: var(--zb-surface);
  color: var(--zb-muted);
  border: 1px solid var(--zb-border);
  transition: all 0.2s ease;
  white-space: nowrap;
  line-height: 1.4;
}/* ----- 尺寸变体 ----- */
.dl-tag--sm{
  font-size: 14px;
  padding: 4px 14px;
  border-radius: 9999px !important;
}.dl-tag--lg{
  font-size: 16px;
  padding: 8px 24px;
  border-radius: 9999px !important;
}/* ----- 样式变体 ----- */

/* 主要标签 - 深色背景 */
.dl-tag--primary{
  background: var(--zb-primary);
  color: var(--zb-on-dark);
  border-color: var(--zb-primary);
}.dl-tag--primary:hover{
  background: var(--zb-primary-dark);
  border-color: var(--zb-primary-dark);
}/* 强调标签 - 品牌色浅背景 */
.dl-tag--accent{
  background: var(--zb-primary-light);
  color: var(--zb-primary-dark);
  border-color: var(--zb-primary);
}.dl-tag--accent:hover{
  background: var(--zb-primary);
  color: var(--zb-on-dark);
}/* 柔和标签 - 更浅的背景 */
.dl-tag--soft{
  background: #f6f8fa;
  color: var(--zb-ink-soft);
  border-color: transparent;
}.dl-tag--soft:hover{
  background: #e9ecef;
  border-color: var(--zb-border);
}/* 方形标签 - 小圆角（适合行业标签） */
.dl-tag--square{
  border-radius: 6px;
}/* 徽章样式 - 小号大写字母 */
.dl-tag--badge{
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 4px 12px;
  background: var(--zb-primary);
  color: var(--zb-on-dark);
  border-color: var(--zb-primary);
  text-transform: uppercase;
}/* ----- 交互样式 ----- */

/* 可交互的标签（可点击/可选择） */
.dl-tag--interactive{
  cursor: pointer;
  user-select: none;
}.dl-tag--interactive:hover{
  background: var(--zb-primary-light);
  border-color: var(--zb-primary);
  color: var(--zb-primary-dark);
  transform: translateY(-1px);
}.dl-tag--interactive:active{
  transform: translateY(0);
}/* 激活状态 */
.dl-tag--interactive.active,
.dl-tag--interactive[aria-selected="true"]{
  background: var(--zb-primary);
  color: var(--zb-on-dark);
  border-color: var(--zb-primary);
}/* ----- 带图标的标签 ----- */

.dl-tag--with-icon{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}.dl-tag__icon{
  display: inline-flex;
  align-items: center;
  font-size: 1em;
}.dl-tag__dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}.dl-tag__text{
  display: inline-block;
}/* 方形图标点（用于信任标签） */
.dl-tag--with-icon.dl-tag--square .dl-tag__dot{
  border-radius: 0;
}/* ----- 标签列表容器 ----- */

/* 横向排列的标签列表 */
.dl-tag-list{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}/* 滚动容器中的标签列表（用于客户名称横向滚动） */
.dl-tag-scroll{
  overflow-x: auto;
  white-space: nowrap;
  padding: 20px 0;
  -webkit-overflow-scrolling: touch;
}.dl-tag-scroll::-webkit-scrollbar{
  display: none;
}.dl-tag-scroll .dl-tag-list{
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 0 16px;
}/* ----- 响应式 ----- */

@media (max-width: 768px){
  .dl-tag {
    font-size: 14px;
    padding: 6px 16px;
  }

  .dl-tag--sm {
    font-size: 12px;
    padding: 4px 12px;
  }

  .dl-tag--lg {
    font-size: 15px;
    padding: 8px 20px;
  }

  .dl-tag-list {
    gap: 8px;
  }

  .dl-tag-scroll .dl-tag-list {
    gap: 12px;
  }
}/* ============================================================
 * CTA 补充说明文案样式
 * ============================================================ */
.dl-cta p.dl-cta-note{
  margin: 42px auto 36px;
  font-size: 17px;
  line-height: 1.8;
  color: var(--zb-muted);
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}/* ============================================================
 * FAQ / Q&A 折叠组件 · Google Workspace 风格
 * ============================================================ */
.dl-faq{
  margin: 32px 0;
  border-top: 1px solid #dadce0;
  border-bottom: 1px solid #dadce0;
}.dl-faq-item{
  border-bottom: 1px solid #dadce0;
  overflow: hidden;
}.dl-faq-item:last-child{
  border-bottom: 0;
}.dl-faq-q{
  width: 100%;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: var(--zb-ink);
  font-family: var(--zb-sans);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease;
}.dl-faq-q:hover,
.dl-faq-q[aria-expanded="true"]{
  color: var(--zb-primary-dark);
}.dl-faq-q svg{
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  color: var(--sg-navy);
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.2s ease;
}.dl-faq-q[aria-expanded="true"] svg{
  transform: rotate(180deg);
}.dl-faq-a{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.24s ease;
}.dl-faq-a.open{
  max-height: 1000px;
}.dl-faq-a p{
  max-width: 860px;
  margin: 0;
  padding: 0 72px 30px 0;
  color: var(--zb-muted);
  font-size: 18px;
  line-height: 1.72;
}

@media (max-width: 768px) {.dl-faq-q{
    gap: 18px;
    min-height: 76px;
    padding: 18px 0;
    font-size: 19px;
  }.dl-faq-q svg{
    width: 28px;
    height: 28px;
  }.dl-faq-a p{
    padding: 0 0 24px;
    font-size: 16px;
  }
}/* ===== SOURCE: 06-product-components.css ===== */
/* ============================================================
 * 06-product-components.css - 产品页共用组件
 * 智帮咨询 V7 - 产品页面专用组件库
 *
 * 职责：定义所有产品页共用的组件样式
 * 使用页面：products/ 目录下的所有产品页
 * 整合日期：2026-06-17
 *
 * 包含组件：
 * - 痛点卡片 (dl-pain-*)
 * - 解决方案卡片 (dl-sol-*)
 * - FAQ 折叠组件 (dl-faq-*)
 * - 客户证言 (dl-testimonial)
 * - 案例表格 (dl-case-table)
 * - 信任标签 (dl-trust-tag)
 * - 其他产品页专用组件
 * ============================================================ */

/* ===== 1. 信任标签 ===== */

:root{
  --zb-section: #F7F5F1;
}.dl-trust-tag{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 600;
  color: var(--zb-primary-dark);
  border: 1px solid var(--zb-primary);
  padding: 12px 18px;
  white-space: nowrap;
}.dl-trust-tag::before{
  content: "";
  width: 8px;
  height: 8px;
  background: var(--zb-primary);
}/* ===== 2. 痛点区 - Bento 网格布局 ===== */

.dl-pain-bento{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}.dl-pain-bento > :first-child{
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}.dl-pain-card{
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: none;
  border-top: var(--card-accent-bar) solid var(--zb-primary);
  border-radius: var(--card-radius-small);
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: var(--card-shadow-light);
  transition: box-shadow 0.25s, transform 0.25s;
}.dl-pain-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 84px;
  background: linear-gradient(180deg, rgba(244, 241, 234, 0.92) 0%, rgba(244, 241, 234, 0.18) 100%);
  pointer-events: none;
}.dl-pain-card:hover{
  transform: translateY(-4px);
  box-shadow: var(--card-shadow-hover-light);
}.dl-pain-icon{
  position: relative;
  z-index: 1;
  color: var(--zb-primary);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(26, 58, 92, 0.10);
  margin-bottom: 14px;
}.dl-pain-card > span.icon{
  margin-bottom: 14px;
}.dl-pain-num{
  position: relative;
  z-index: 1;
  font-family: var(--zb-mono);
  font-size: 15px;
  font-weight: 700;
  color: var(--zb-primary);
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}.dl-pain-card h3{
  position: relative;
  z-index: 1;
  min-height: 56px;
  font-family: var(--zb-sans);
  font-size: 20px;
  font-weight: 700;
  color: var(--zb-ink);
  line-height: 1.4;
  margin: 0 0 14px 0;
}.dl-pain-card p{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  font-size: 15px;
  line-height: 1.7;
  color: var(--zb-muted);
  margin: 0 0 28px 0;
}.dl-pain-card p > strong:last-child:not(.story-break){
  display: block;
  box-sizing: border-box;
  min-height: calc(1.7em * 3 + 12px);
  margin-top: auto;
  padding-top: 12px;
  color: var(--zb-ink);
}.dl-pain-card .data-tag{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--zb-primary);
  background: rgba(26,58,92,0.08);
  min-height: 55px;
  padding: 6px 14px;
  border-radius: 40px;
  margin: auto 0 35px 0;
}/* ===== 3. 承诺横幅 ===== */

.dl-commit-banner{
  text-align: center;
  margin-bottom: 40px;
  font-size: 15px;
  color: var(--zb-muted);
}.dl-commit-banner strong{
  color: var(--zb-primary);
  font-weight: 700;
}/* ===== 4. 系统咬合提示 ===== */

.dl-system-hint{
  font-size: 15px;
  line-height: 1.7;
  color: var(--zb-muted);
  margin-top: 10px;
  font-style: italic;
}/* ===== 5. 解决方案网格 - 2×2 卡片 ===== */

.dl-sol-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}.dl-sol-card{
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-top: var(--card-accent-bar) solid var(--zb-primary-dark);
  border-left: 0;
  border-radius: var(--card-radius-small);
  padding: 30px 28px 26px;
  overflow: hidden;
  box-shadow: var(--card-shadow-light);
  transition: transform 0.25s, box-shadow 0.25s;
}.dl-sol-card:hover{
  transform: translateY(-4px);
  box-shadow: var(--card-shadow-hover-light);
}.dl-sol-card .s-num{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 28px;
  font-family: var(--zb-mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--zb-primary-dark);
  background: rgba(244,241,234,0.92);
  border: 1px solid rgba(26,58,92,0.10);
  padding: 0 10px;
  border-radius: 4px;
  margin-bottom: 18px;
}.dl-sol-card h3{
  font-family: var(--zb-sans);
  font-size: 20px;
  font-weight: 700;
  color: var(--zb-ink);
  line-height: 1.4;
  margin: 0 0 10px;
}.dl-sol-card .s-desc{
  font-size: 15px;
  line-height: 1.75;
  color: var(--zb-muted);
  margin: 0 0 18px;
}.dl-sol-card .s-outcome{
  font-size: 14px;
  line-height: 1.65;
  color: var(--zb-ink);
  border-top: 0;
  padding: 14px 16px 12px;
  margin: 0;
  background: linear-gradient(180deg, rgba(244,241,234,0.76) 0%, rgba(255,255,255,0.96) 100%);
  border: 1px solid rgba(26,58,92,0.08);
  border-radius: 8px;
}.dl-sol-card .s-outcome strong{
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--zb-primary-dark);
  text-transform: uppercase;
}/* ===== 6. 陪跑动作标签 ===== */

.dl-coach-note{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--zb-border);
  font-size: 14px;
  color: var(--zb-muted);
  line-height: 1.6;
}.dl-coach-note svg{
  flex-shrink: 0;
  color: var(--zb-primary);
  margin-top: 1px;
}/* ===== 7. 钩子提示框 ===== */

.dl-hook-box{
  background: var(--zb-section);
  border-left: 3px solid var(--zb-primary);
  padding: 20px 24px;
  margin: 24px 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--zb-muted);
}.dl-hook-box strong{
  color: var(--zb-ink);
  font-weight: 700;
}/* ===== 8. 使用说明 ===== */

.dl-usage-note{
  background: var(--zb-section);
  border: 1px solid var(--zb-border);
  border-radius: 6px;
  padding: 16px 20px;
  margin: 20px 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--zb-muted);
}/* ===== 9. 案例表格 ===== */

.dl-table-wrap{
  overflow-x: auto;
  margin: 24px 0;
}.dl-case-table{
  width: 100%;
  border-collapse: collapse;
  border: none;
  background: var(--zb-surface);
  border-radius: var(--card-radius-small);
  overflow: hidden;
  box-shadow: var(--card-shadow-light);
}.dl-case-table thead th{
  background: var(--zb-dark);
  color: var(--zb-on-dark);
  font-family: var(--zb-sans);
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding: 14px 16px;
  border-bottom: 2px solid var(--zb-primary);
}.dl-case-table tbody td{
  font-size: 15px;
  line-height: 1.6;
  color: var(--zb-ink);
  padding: 14px 16px;
  border-bottom: 1px solid var(--zb-border);
}.dl-case-table tbody td:first-child{
  font-weight: 600;
  color: var(--zb-primary-dark);
}.dl-case-table tbody td:last-child{
  color: var(--zb-muted);
}.dl-case-table tbody tr:nth-child(even) td{
  background: var(--zb-section);
}/* ===== 10. 案例阻力与破局 ===== */

.dl-case-resistance{
  background: var(--zb-section);
  border-left: 3px solid var(--zb-border-strong);
  padding: 18px 24px;
  margin: 20px 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--zb-muted);
}.dl-case-breakthrough{
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-left: 3px solid var(--zb-primary);
  padding: 18px 24px;
  margin: 20px 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--zb-ink);
}/* ===== 11. 案例注释 ===== */

.dl-case-note{
  font-size: 14px;
  line-height: 1.6;
  color: var(--zb-muted);
  font-style: italic;
  margin-top: 8px;
  padding-left: 12px;
  border-left: 2px solid var(--zb-border);
}/* ===== 12. 客户列表 ===== */

.dl-client-list{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}.dl-client-list span{
  background: var(--zb-section);
  border: 1px solid var(--zb-border);
  border-radius: 4px;
  padding: 6px 14px;
  font-size: 14px;
  color: var(--zb-ink);
}/* ===== 13. 客户证言 ===== */

.dl-testimonial{
  background: var(--zb-surface);
  border: none;
  border-left: var(--card-accent-bar) solid var(--zb-primary);
  border-radius: var(--card-radius-small);
  padding: 28px 32px;
  margin: 32px 0;
  box-shadow: var(--card-shadow-light);
}.dl-testimonial blockquote{
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}.dl-testimonial blockquote p{
  font-size: 16px;
  line-height: 1.8;
  color: var(--zb-ink);
  font-style: italic;
  margin: 0 0 16px;
}.dl-testimonial .q-author{
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--zb-border);
  font-size: 15px;
  color: var(--zb-muted);
}.dl-testimonial .q-result{
  margin-top: 16px;
  padding: 14px 18px;
  background: var(--zb-section);
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--zb-ink);
}/* ===== 14. FAQ 折叠组件 ===== */

.dl-faq{
  margin: 32px 0;
  border-top: 1px solid #dadce0;
  border-bottom: 1px solid #dadce0;
}.dl-faq-item{
  border-bottom: 1px solid #dadce0;
}.dl-faq-item:last-child{
  border-bottom: 0;
}.dl-faq-q{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 86px;
  background: transparent;
  border: none;
  padding: 22px 0;
  font-family: var(--zb-sans);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--zb-ink);
  text-align: left;
  cursor: pointer;
  transition: color 0.2s;
}.dl-faq-q:hover{
  color: var(--zb-primary-dark);
}.dl-faq-q svg{
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  color: var(--sg-navy);
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.2s ease;
}.dl-faq-q[aria-expanded="true"] svg{
  transform: rotate(180deg);
}.dl-faq-a{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}.dl-faq-a.open{
  max-height: 1000px;
}.dl-faq-a p{
  max-width: 860px;
  padding: 0 72px 30px 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.72;
  color: var(--zb-muted);
}/* ===== 15. 证言组件扩展（战略页布局） ===== */

.dl-testimonial blockquote{
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--zb-ink);
}.dl-testimonial .q-author{
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: var(--zb-muted);
  font-weight: 600;
  font-style: normal;
}.dl-testimonial .q-result{
  font-size: 15px;
  color: var(--zb-accent);
  font-weight: 600;
  border-top: 1px solid var(--zb-border);
  padding-top: 14px;
  margin: 0;
}.dl-testimonial .q-result strong{
  color: var(--zb-primary);
}/* ===== 16. 产品详情页 V2 共用骨架 ===== */

.dl-section .dl-head--centered,
.dl-section .dl-head.product-centered,
.dl-section .dl-head{
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}.dl-section .dl-head--centered p,
.dl-section .dl-head.product-centered p,
.dl-section .dl-head p{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}.dl-hero-copy .chain{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: var(--zb-ink);
  margin: 12px 0 22px;
  flex-wrap: wrap;
  font-weight: 600;
  line-height: 1.7;
}.dl-hero-copy .chain .link{
  color: var(--zb-primary);
  font-weight: 600;
}.dl-hero-copy .chain .chain-break{
  color: var(--zb-primary-dark);
  font-weight: 700;
}.dl-chain-emphasis{
  color: var(--zb-accent);
  font-weight: 700;
}.dl-hero-trust--spaced{
  margin-top: 36px;
}.dl-hero-copy .sub{
  font-size: 16px;
  line-height: 1.7;
  color: rgba(23, 38, 51, 0.86);
  max-width: 540px;
  margin: 0 0 22px;
}.dl-hero-copy .sub strong{
  color: var(--zb-ink);
}.nav-divider{
  border: 0;
  border-top: 1px solid var(--zb-border);
  margin: 6px 0;
}.dl-hero-dashboard{
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-top: 3px solid var(--zb-primary);
  border-radius: 4px;
  padding: 0;
  box-shadow: 0 16px 34px rgba(23, 38, 51, 0.06);
  min-height: 304px;
  display: flex;
  flex-direction: column;
  gap: 0;
}.dl-hero-dashboard::before{
  display: none;
}.dl-hero-dashboard .db-header{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  min-height: 0;
  padding: 22px 28px 18px;
  border-bottom: 1px solid var(--zb-border);
  background: linear-gradient(180deg, rgba(244,241,234,0.74) 0%, rgba(255,255,255,0.98) 100%);
  font-size: 16px;
  color: var(--zb-primary-dark);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}.dl-hero-dashboard .db-header span:first-child{
  max-width: 380px;
  line-height: 1.45;
}.dl-hero-dashboard .db-header .dl-tag{
  flex-shrink: 0;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 0;
  background: transparent;
  color: var(--zb-muted);
  border: 0;
  box-shadow: none;
  text-shadow: none;
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}.dl-hero-dashboard .db-grid{
  display: block;
  flex: 1;
  padding: 10px 28px 12px;
}.dl-hero-dashboard .db-item{
  position: relative;
  text-align: left;
  min-height: 82px;
  padding: 18px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--zb-border);
  border-radius: 0;
  box-shadow: none;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) minmax(128px, auto);
  grid-template-areas: "label number change";
  align-items: center;
  gap: 18px;
}.dl-hero-dashboard .db-item:first-child{
  padding: 19px 0;
  border-top: 0;
}.dl-hero-dashboard .db-item .num{
  grid-area: number;
  font-family: var(--zb-mono);
  font-size: 30px;
  font-weight: 800;
  color: var(--zb-primary-dark);
  line-height: 1.08;
  letter-spacing: 0;
  white-space: nowrap;
}.dl-hero-dashboard .db-item:first-child .num{
  font-size: 34px;
}.dl-hero-dashboard .db-item .num .small{
  font-size: 16px;
  font-weight: 600;
  color: var(--zb-muted);
}.dl-hero-dashboard .db-item .label{
  grid-area: label;
  font-size: 15px;
  color: var(--zb-ink);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.45;
}.dl-hero-dashboard .db-item .change{
  grid-area: change;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: 15px;
  color: var(--zb-muted);
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  justify-self: end;
  white-space: nowrap;
}.dl-hero-dashboard .db-footnote{
  position: relative;
  z-index: 1;
  text-align: left;
  font-size: 14px;
  color: var(--zb-ink-soft);
  margin-top: auto;
  padding: 15px 28px 18px;
  border-top: 1px solid var(--zb-border);
  background: linear-gradient(180deg, rgba(244,241,234,0.68) 0%, rgba(255,255,255,0.98) 100%);
  line-height: 1.6;
}.dl-trustwall{
  padding: 22px 0 18px;
  background: var(--zb-canvas);
  border-bottom: 1px solid var(--zb-border);
}.dl-trustwall .wall-top{
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
  text-align: center;
  font-size: 15px;
  color: var(--zb-muted);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}.dl-trustwall .wall-top .num{
  color: var(--zb-accent);
  font-weight: 800;
  font-size: 16px;
}.dl-trustwall .wall-top .wall-copy{
  display: inline;
}.dl-trustwall .wall-grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px 18px;
}.dl-trustwall .wall-grid .tag{
  font-size: 15px;
  font-weight: 500;
  color: var(--zb-muted);
  padding: 2px 0;
  transition: color 0.2s;
}.dl-trustwall .wall-grid .tag:hover{
  color: var(--zb-ink);
}.dl-trustwall .wall-grid .tag .dot{
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--zb-accent);
  margin-right: 8px;
  opacity: 0.4;
  vertical-align: middle;
}.dl-pain-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: stretch;
}.dl-pain-card{
  text-align: left;
}.dl-pain-card h3{
  text-align: left;
}.dl-pain-card p{
  text-align: left;
  max-width: none;
}.dl-result-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}.dl-result-card{
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border-radius: var(--card-radius-small);
  border: 1px solid var(--zb-border);
  padding: 26px 24px 22px;
  box-shadow: var(--card-shadow-light);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  text-align: left;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}.dl-result-card::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-accent));
}.dl-result-card:hover{
  transform: translateY(-4px);
  box-shadow: var(--card-shadow-hover-light);
}.dl-result-card .r-tag{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zb-primary-dark);
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin-bottom: 14px;
}.dl-result-card .r-tag::before{
  content: "";
  width: 18px;
  height: 2px;
  background: var(--zb-accent);
}.dl-result-card h4{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 6px;
  text-align: left;
}.dl-result-card .r-meta{
  font-size: 14px;
  color: var(--zb-muted);
  margin-bottom: 14px;
  text-align: left;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--zb-border);
  line-height: 1.65;
}.dl-result-card .r-conflict{
  font-size: 15px;
  color: var(--zb-muted);
  line-height: 1.7;
  padding: 14px 16px;
  background: linear-gradient(180deg, rgba(244,241,234,0.86) 0%, rgba(255,255,255,0.96) 100%);
  border-radius: 8px;
  margin-bottom: 14px;
  border: 1px solid rgba(26,58,92,0.08);
  border-left: 3px solid var(--zb-primary);
  text-align: left;
  max-width: none;
  flex: 1;
}.dl-result-card .r-conflict .tag-label{
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}.dl-result-card .r-conflict .tag-label.conflict{
  color: var(--zb-primary-dark);
}.dl-result-card .r-conflict .tag-label.solve{
  color: var(--zb-primary);
}.dl-result-card .r-numbers{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
  padding-top: 2px;
}.dl-result-card .r-numbers .num-item{
  text-align: center;
  padding: 14px 10px 12px;
  background: rgba(244, 247, 250, 0.68);
  border-radius: 8px;
  border: 1px solid rgba(26,58,92,0.08);
}.dl-result-card .r-numbers .num-item .val{
  font-size: 20px;
  font-weight: 700;
  color: var(--zb-primary);
}.dl-result-card .r-numbers .num-item .val .up{
  color: var(--zb-accent);
}.dl-result-card .r-numbers .num-item .lbl{
  font-size: 13px;
  color: var(--zb-muted);
  line-height: 1.45;
}.dl-context-banner{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  gap: 20px;
  padding: 0;
  margin: 0 auto 32px;
  max-width: 980px;
}.dl-context-banner .context-card{
  position: relative;
  min-height: 100%;
  padding: 22px 22px 18px;
  border-radius: 8px;
  border: 1px solid var(--zb-border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 250, 253, 0.98) 100%);
  box-shadow: 0 10px 24px rgba(23, 38, 51, 0.05);
  font-size: 15px;
  line-height: 1.8;
  color: var(--zb-ink);
  text-align: left;
}.dl-context-banner .context-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 8px 8px 0 0;
}.dl-context-banner .context-card--before{
  background: var(--zb-surface-soft);
}.dl-context-banner .context-card--before::before{
  background: var(--zb-border-strong);
}.dl-context-banner .context-card--after{
  background: var(--zb-surface);
}.dl-context-banner .context-card--after::before{
  background: var(--zb-primary);
}.dl-context-banner .context-label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 0;
  min-height: auto;
  border-radius: 0;
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.dl-context-banner .context-label::before{
  content: "";
  width: 18px;
  height: 2px;
  background: currentColor;
}.dl-context-banner .context-card--before .context-label{
  color: var(--zb-primary-dark);
}.dl-context-banner .context-card--after .context-label{
  color: var(--zb-primary-dark);
}.dl-context-banner .context-copy{
  margin: 0;
  line-height: 1.85;
}.dl-context-banner .context-arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  color: var(--zb-primary-dark);
}.dl-context-banner .context-arrow::before{
  content: "\2192";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  box-shadow: 0 8px 18px rgba(23, 38, 51, 0.05);
  font-size: 24px;
  font-weight: 700;
}.dl-section-note{
  margin: 22px auto 0;
  max-width: 760px;
  text-align: center;
  font-size: 14px;
  color: var(--zb-muted);
  line-height: 1.75;
}.dl-section-note--rule{
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--zb-border);
  font-size: 13px;
}.dl-section-note--legal{
  margin-top: 24px;
  max-width: 620px;
  font-size: 13px;
  opacity: 0.7;
}.dl-panel-note{
  margin: 0;
  padding: 18px 30px 20px;
  border-top: 1px solid var(--zb-border);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(244,241,234,0.68) 0%, rgba(255,255,255,0.98) 100%);
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: var(--zb-muted);
  line-height: 1.7;
}.dl-inline-cta{
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--zb-border);
  text-align: center;
}.dl-inline-cta p{
  font-size: 15px;
  color: var(--zb-muted);
}.dl-inline-cta a{
  font-weight: 700;
  color: var(--zb-accent);
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s;
}.dl-inline-cta a:hover{
  border-bottom-color: var(--zb-accent);
}.dl-dimension-grid,
.dl-deliver-grid{
  margin-top: 56px;
  gap: 18px;
}.dl-dimension-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}.dl-deliver-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}.dl-dimension-card,
.dl-deliver-card{
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-radius: 6px;
  padding: 24px 22px 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    border-color 0.25s;
  text-align: left;
}.dl-dimension-card:hover,
.dl-deliver-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(23, 38, 51, 0.08);
  border-color: var(--zb-primary);
}.dl-pain-story{
  position: relative;
  z-index: 1;
  margin: 0 0 14px 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--zb-muted);
}.dl-pain-story strong{
  color: var(--zb-ink);
}.dl-pain-story .story-break{
  display: block;
  margin-top: 8px;
}.dl-faq-subhead{
  margin-top: 12px;
}.dl-faq-subhead--tight{
  margin-top: 8px;
}.dl-faq-list{
  margin-top: 8px;
  padding-left: 20px;
  line-height: 1.8;
}.dl-dimension-card h4,
.dl-deliver-card h4{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--zb-ink);
}.dl-dimension-card p,
.dl-deliver-card p{
  font-size: 15px;
  line-height: 1.7;
  color: var(--zb-muted);
  margin-bottom: 10px;
}.dl-dimension-card .d-result,
.dl-deliver-card .d-result{
  font-size: 13px;
  font-weight: 700;
  color: var(--zb-primary);
  background: var(--zb-primary-light);
  padding: 6px 12px;
  border-radius: 40px;
  display: inline-block;
}.dl-tier-grid,
.dl-compare-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}.dl-tier-card,
.dl-compare-card{
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-top: 3px solid var(--zb-primary);
  border-radius: 6px;
  padding: 30px 26px 24px;
  text-align: left;
}.dl-tier-card .tier-tag,
.dl-compare-card .compare-tag{
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zb-primary-dark);
  background: var(--zb-primary-light);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}.dl-tier-card h3,
.dl-compare-card h3{
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}.dl-tier-card p,
.dl-compare-card p{
  font-size: 15px;
  color: var(--zb-muted);
  line-height: 1.7;
  margin-bottom: 12px;
}.dl-tier-card .scope,
.dl-compare-card .scope{
  font-size: 14px;
  color: var(--zb-ink);
  padding-top: 12px;
  border-top: 1px solid var(--zb-border);
}.footer-tagline{
  margin-top: 10px;
  font-weight: 600;
}.footer-link-inherit{
  color: inherit;
}.dl-steps-flow{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
  margin: 0;
  position: relative;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}.dl-steps-flow::before{
  content: "";
  display: block;
  position: absolute;
  top: 62px;
  left: 13%;
  right: 13%;
  height: 2px;
  background: linear-gradient(90deg, var(--zb-primary), var(--zb-accent));
  opacity: 0.55;
  z-index: 0;
}.dl-step-item{
  padding: 0;
  position: relative;
  z-index: 1;
  transition: z-index 0s 0.25s;
}.dl-step-item + .dl-step-item{
  border-left: 0;
}/* 渐进式视觉权重 - 第3步最突出 */
.dl-step-item:nth-child(3){
  z-index: 3;
}.dl-step-item:not(:last-child)::after{
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: 54px;
  width: 14px;
  height: 14px;
  border-top: 2px solid var(--zb-accent);
  border-right: 2px solid var(--zb-accent);
  transform: rotate(45deg);
  background: var(--zb-canvas);
  z-index: 2;
}.dl-step-card{
  background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%); /* 白色到极浅灰，增加深度 */
  border: 1px solid var(--zb-border);
  border-top: 1px solid rgba(26,58,92,0.15); /* 从4px减少到1px，并降低透明度 */
  border-radius: 8px;
  min-height: 330px;
  padding: 28px 26px 24px;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  /* 改进的过渡效果 */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}.dl-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 84px;
  background: linear-gradient(180deg, rgba(244,241,234,0.48) 0%, rgba(244,241,234,0.02) 100%); /* 大幅降低透明度 */
  transition: opacity 0.3s;
}/* 第1步：正常尺寸 */
.dl-step-item:nth-child(1) .dl-step-card{
  transform: scale(1);
  box-shadow: 0 2px 8px rgba(23, 38, 51, 0.06);
  z-index: 1;
}.dl-step-item:nth-child(1) .dl-step-card:hover{
  transform: scale(1) translateY(-4px);
  box-shadow: 0 8px 20px rgba(23, 38, 51, 0.09);
}/* 第2步：略大 */
.dl-step-item:nth-child(2) .dl-step-card{
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(23, 38, 51, 0.08);
  z-index: 2;
}.dl-step-item:nth-child(2) .dl-step-card:hover{
  transform: scale(1.02) translateY(-4px);
  box-shadow: 0 10px 24px rgba(23, 38, 51, 0.10);
}/* 第3步卡片背景强化 - 使用极浅蓝色渐变 */
.dl-step-item:nth-child(3) .dl-step-card{
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(23, 38, 51, 0.12);
  z-index: 3;
  border: 2px solid var(--zb-primary);
  border-top: 1px solid var(--zb-primary);
  background: linear-gradient(135deg, #f0f7ff 0%, #e6f2ff 100%); /* 极浅蓝到浅蓝 */
}.dl-step-item:nth-child(3) .dl-step-card::before{
  opacity: 1.2;
  background: linear-gradient(180deg, rgba(240,247,255,0.6) 0%, rgba(230,242,255,0.1) 100%); /* 使用蓝色系渐变 */
}.dl-step-item:nth-child(3) .dl-step-card:hover{
  transform: scale(1.05) translateY(-6px);
  box-shadow: 0 12px 32px rgba(26, 58, 92, 0.16);
}/* 第4步：回归正常 */
.dl-step-item:nth-child(4) .dl-step-card{
  transform: scale(1);
  box-shadow: 0 2px 8px rgba(23, 38, 51, 0.06);
  z-index: 1;
}.dl-step-item:nth-child(4) .dl-step-card:hover{
  transform: scale(1) translateY(-4px);
  box-shadow: 0 8px 20px rgba(23, 38, 51, 0.09);
}.dl-step-item:first-child .dl-step-card{
  border-top-color: var(--zb-primary-dark);
}.dl-step-card .step-num{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%; /* 改为圆形 */

  /* 渐变背景 */
  background: linear-gradient(135deg,
    var(--zb-primary-dark) 0%,
    var(--zb-primary) 100%);

  color: white;
  font-weight: 800;
  font-size: 20px;
  margin: 0 0 24px;
  font-family: var(--zb-mono);
  position: relative;
  line-height: 1;
  letter-spacing: 0;
  z-index: 1;
  padding: 0;

  /* 双层阴影系统 */
  box-shadow:
    0 4px 12px rgba(26, 58, 92, 0.3),
    inset 0 1px 2px rgba(255, 255, 255, 0.3);

  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}.dl-step-card .step-num::after{
  content: '';
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 30%;
  background: radial-gradient(ellipse at center,
    rgba(255, 255, 255, 0.35) 0%,
    transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}/* 第3步数字标识：更大更突出 */
.dl-step-item:nth-child(3) .dl-step-card .step-num{
  width: 56px;
  height: 56px;
  font-size: 24px;

  /* 更强的渐变 - 使用同色系的更亮版本 */
  background: linear-gradient(135deg,
    #2d5a7b 0%,    /* 品牌中蓝 */
    #4a90e2 100%   /* 品牌亮蓝 */
  );

  /* 更强的阴影 - 使用蓝色光晕 */
  box-shadow:
    0 6px 20px rgba(74, 144, 226, 0.4),
    inset 0 1px 3px rgba(255, 255, 255, 0.5);
}/* Hover效果 */
.dl-step-card:hover .step-num{
  transform: scale(1.08);
  box-shadow:
    0 6px 18px rgba(26, 58, 92, 0.4),
    inset 0 1px 3px rgba(255, 255, 255, 0.4);
}.dl-step-item:nth-child(3) .dl-step-card:hover .step-num{
  transform: scale(1.12);
  box-shadow:
    0 8px 24px rgba(26, 58, 92, 0.5),
    inset 0 2px 4px rgba(255, 255, 255, 0.5);
}.dl-step-card h3{
  display: block;
  padding: 0;
  border-right: 0;
  border-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 14px;
  color: var(--zb-ink);
  line-height: 1.35;
  text-align: left;
  transition: color 0.2s;
}/* 第3步标题强化 */
.dl-step-item:nth-child(3) .dl-step-card h3{
  color: var(--zb-primary-dark);
  font-size: 23px;
}.dl-step-card .s-desc{
  display: block;
  padding: 0;
  border-right: 0;
  border-bottom: 0;
  font-size: 15px;
  color: var(--zb-muted);
  line-height: 1.75;
  margin: 0 0 20px;
  min-height: 112px;
  text-align: left;
  max-width: none;
}.dl-step-card .s-deliver{
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 14px 16px 12px;
  font-size: 14px;
  font-weight: 700;
  color: var(--zb-primary-dark);
  background: linear-gradient(180deg, rgba(244,241,234,0.72) 0%, rgba(255,255,255,0.94) 100%);
  border-radius: 8px;
  gap: 8px;
  border: 1px solid rgba(26,58,92,0.08);
  border-bottom: 0;
  box-shadow: none;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.55;
  transition: all 0.2s;
}.dl-step-card .s-deliver::before{
  content: "";
  width: 6px;
  height: 6px;
  background: rgba(45, 90, 123, 0.6); /* 品牌中蓝，60%透明度 - 柔和不刺眼 */
  flex: 0 0 6px;
  border-radius: 50%;
  font-size: 0;
  font-weight: 700;
}/* 第3步交付标签强化 */
.dl-step-item:nth-child(3) .dl-step-card .s-deliver{
  background: linear-gradient(90deg, rgba(74, 144, 226, 0.08) 0%, rgba(74, 144, 226, 0.03) 100%); /* 使用品牌亮蓝的低饱和度版本 */
  border: 1px solid rgba(74, 144, 226, 0.2);
  border-left: 3px solid rgba(74, 144, 226, 0.4);
  color: var(--zb-primary);
}/* 组织绩效页：参考首页入口卡片的操作步骤版 */
.dl-steps-flow--doorcards{
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 4px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}.dl-steps-flow--doorcards::before,
.dl-steps-flow--doorcards .dl-step-item:not(:last-child)::after{
  display: none;
}.dl-steps-flow--doorcards .dl-step-item{
  display: flex;
}.dl-steps-flow--doorcards .dl-step-card,
.dl-steps-flow--doorcards .dl-step-item:nth-child(1) .dl-step-card,
.dl-steps-flow--doorcards .dl-step-item:nth-child(2) .dl-step-card,
.dl-steps-flow--doorcards .dl-step-item:nth-child(3) .dl-step-card,
.dl-steps-flow--doorcards .dl-step-item:nth-child(4) .dl-step-card{
  transform: none;
  width: 100%;
  min-height: 354px;
  padding: 26px 22px 22px;
  overflow: hidden;
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(26,58,92,0.10);
  border-top: 1px solid rgba(26,58,92,0.10);
  border-radius: 8px;
  box-shadow: none;
}.dl-steps-flow--doorcards .dl-step-card::before,
.dl-steps-flow--doorcards .dl-step-item:nth-child(3) .dl-step-card::before{
  top: 0;
  height: 4px;
  background: var(--zb-accent);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity .24s ease, transform .24s ease;
}.dl-steps-flow--doorcards .dl-step-card:hover,
.dl-steps-flow--doorcards .dl-step-item:nth-child(1) .dl-step-card:hover,
.dl-steps-flow--doorcards .dl-step-item:nth-child(2) .dl-step-card:hover,
.dl-steps-flow--doorcards .dl-step-item:nth-child(3) .dl-step-card:hover,
.dl-steps-flow--doorcards .dl-step-item:nth-child(4) .dl-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(192,126,58,0.42);
  box-shadow: 0 18px 42px rgba(23,38,51,0.10);
}.dl-steps-flow--doorcards .dl-step-card:hover::before{
  opacity: 1;
  transform: scaleX(1);
}.dl-steps-flow--doorcards .dl-step-card .step-num,
.dl-steps-flow--doorcards .dl-step-item:nth-child(3) .dl-step-card .step-num{
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 20px;
  padding: 0 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--zb-accent);
  font-family: var(--zb-mono);
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  opacity: .28;
  position: relative;
}.dl-steps-flow--doorcards .dl-step-card .step-num::after,
.dl-steps-flow--doorcards .dl-step-item:nth-child(3) .dl-step-card .step-num::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 3px;
  border-radius: 999px;
  background: var(--zb-accent);
}.dl-steps-flow--doorcards .dl-step-card:hover .step-num,
.dl-steps-flow--doorcards .dl-step-item:nth-child(3) .dl-step-card:hover .step-num{
  transform: none;
  box-shadow: none;
  opacity: .42;
}.dl-steps-flow--doorcards .dl-step-card h3,
.dl-steps-flow--doorcards .dl-step-item:nth-child(3) .dl-step-card h3{
  min-height: 34px;
  margin: 0 0 12px;
  color: var(--zb-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.32;
}.dl-steps-flow--doorcards .dl-step-card .s-desc{
  min-height: 128px;
  margin: 0 0 18px;
  color: var(--zb-muted);
  font-size: 15px;
  line-height: 1.74;
}.dl-steps-flow--doorcards .dl-step-card .s-deliver,
.dl-steps-flow--doorcards .dl-step-item:nth-child(3) .dl-step-card .s-deliver{
  min-height: 66px;
  margin-top: auto;
  padding: 16px 0 0;
  border: 0;
  border-top: 1px dashed rgba(26,58,92,0.16);
  border-radius: 0;
  background: transparent;
  color: var(--zb-primary-dark);
  box-shadow: none;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 1100px) and (min-width: 821px) {.dl-steps-flow--doorcards{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 900px;
  }.dl-steps-flow--doorcards .dl-step-card,
.dl-steps-flow--doorcards .dl-step-item:nth-child(1) .dl-step-card,
.dl-steps-flow--doorcards .dl-step-item:nth-child(2) .dl-step-card,
.dl-steps-flow--doorcards .dl-step-item:nth-child(3) .dl-step-card,
.dl-steps-flow--doorcards .dl-step-item:nth-child(4) .dl-step-card{
    min-height: 304px;
    padding: 28px 28px 24px;
  }.dl-steps-flow--doorcards .dl-step-card .s-desc{
    min-height: 92px;
  }
}/* 产品页：程序推进式步骤 */
.dl-section--program-steps{
  background: var(--zb-surface);
}.dl-steps-flow--program{
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(30px, 4.8vw, 72px);
  max-width: 1180px;
  margin: 88px auto 0;
  align-items: stretch;
}.dl-steps-flow--program::before{
  top: 28px;
  left: 14%;
  right: 14%;
  height: 2px;
  background: rgba(26, 58, 92, 0.18);
  opacity: 1;
}.dl-steps-flow--program .dl-step-item,
.dl-steps-flow--program .dl-step-item:nth-child(1),
.dl-steps-flow--program .dl-step-item:nth-child(2),
.dl-steps-flow--program .dl-step-item:nth-child(3){
  display: flex;
  z-index: 1;
}.dl-steps-flow--program .dl-step-item:not(:last-child)::after{
  display: none;
}.dl-steps-flow--program .dl-step-card,
.dl-steps-flow--program .dl-step-item:nth-child(1) .dl-step-card,
.dl-steps-flow--program .dl-step-item:nth-child(2) .dl-step-card,
.dl-steps-flow--program .dl-step-item:nth-child(3) .dl-step-card,
.dl-steps-flow--program .dl-step-item:nth-child(4) .dl-step-card{
  min-height: 0;
  height: auto;
  width: 100%;
  padding: 0;
  transform: none;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}.dl-steps-flow--program .dl-step-card::before,
.dl-steps-flow--program .dl-step-item:nth-child(3) .dl-step-card::before{
  display: none;
}.dl-steps-flow--program .dl-step-card::after{
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 30px;
  border-radius: 999px;
  background: rgba(26, 58, 92, 0.18);
}.dl-steps-flow--program .dl-step-card:hover,
.dl-steps-flow--program .dl-step-item:nth-child(1) .dl-step-card:hover,
.dl-steps-flow--program .dl-step-item:nth-child(2) .dl-step-card:hover,
.dl-steps-flow--program .dl-step-item:nth-child(3) .dl-step-card:hover,
.dl-steps-flow--program .dl-step-item:nth-child(4) .dl-step-card:hover{
  transform: translateY(-3px);
  box-shadow: none;
}.dl-steps-flow--program .dl-step-card .step-num,
.dl-steps-flow--program .dl-step-item:nth-child(3) .dl-step-card .step-num{
  position: relative;
  left: auto;
  top: auto;
  display: inline-flex;
  width: 56px;
  height: 56px;
  margin: 0 0 34px;
  padding: 0;
  border: 6px solid rgba(255, 255, 255, 0.92);
  border-radius: 50% !important;
  background: var(--zb-primary);
  color: #fff;
  box-shadow: 0 14px 30px rgba(26, 58, 92, 0.18) !important;
  font-family: var(--zb-sans);
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  opacity: 1;
  z-index: 2;
}.dl-steps-flow--program .dl-step-card .step-num::after,
.dl-steps-flow--program .dl-step-item:nth-child(3) .dl-step-card .step-num::after{
  display: none;
}.dl-steps-flow--program .dl-step-card:hover .step-num,
.dl-steps-flow--program .dl-step-item:nth-child(3) .dl-step-card:hover .step-num{
  transform: none;
  box-shadow: 0 14px 30px rgba(26, 58, 92, 0.18) !important;
}.dl-steps-flow--program .dl-step-card h3,
.dl-steps-flow--program .dl-step-item:nth-child(3) .dl-step-card h3{
  min-height: 62px;
  margin: 0 0 16px;
  color: var(--zb-ink);
  font-size: clamp(22px, 2vw, 26px);
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.dl-steps-flow--program .dl-step-card .s-desc{
  min-height: 144px;
  margin: 0 0 30px;
  max-width: 260px;
  color: var(--zb-ink-soft);
  font-size: 15px;
  line-height: 1.82;
}.dl-steps-flow--program .dl-step-card .s-deliver,
.dl-steps-flow--program .dl-step-item:nth-child(3) .dl-step-card .s-deliver{
  display: block;
  width: auto;
  min-height: 60px;
  margin: auto 0 0;
  padding: 15px 0 0;
  border: 0;
  border-top: 1px solid rgba(26, 58, 92, 0.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--zb-primary);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.56;
}.dl-steps-flow--program .dl-step-card .s-deliver::before,
.dl-steps-flow--program .dl-step-item:nth-child(3) .dl-step-card .s-deliver::before{
  display: none;
}.dl-warroom{
  --dl-warroom-title: "作战卡 · 模板";
  margin-top: 100px; /* 从64px增加到100px，增强留白过渡 */
  background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%); /* 与卡片背景一致 */
  border: 1px solid var(--zb-border);
  border-radius: 12px; /* 从4px增加到12px */
  padding: 0;
  position: relative;
  box-shadow: 0 14px 36px rgba(23, 38, 51, 0.055);
  overflow: hidden;
}.dl-warroom::before{
  content: var(--dl-warroom-title);
  position: static;
  display: block;
  background: linear-gradient(135deg, #1a3a5c 0%, #2d5a7b 100%); /* 使用品牌色渐变，更柔和 */
  color: var(--zb-on-dark);
  padding: 24px 34px 20px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  font-family: var(--zb-mono);
  border-radius: 0;
  border: 0;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1); /* 添加微妙的底部高光 */
  text-shadow: none;
  border-bottom: 0;
  width: 100%;
}.dl-warroom-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 0;
  border: 0;
  border-bottom: 0;
  border-right: 0;
  padding: 0 34px;
}.dl-warroom-item{
  min-height: 96px;
  padding: 22px 20px 18px 0;
  border-right: 1px solid var(--zb-border);
  border-bottom: 1px solid var(--zb-border);
  text-align: left;
  background: transparent;
  border-radius: 0;
  transition: background 0.2s ease;
}.dl-warroom-item:nth-child(4n){
  border-right: 0;
  padding-left: 20px;
}.dl-warroom-item:nth-child(4n + 2),
.dl-warroom-item:nth-child(4n + 3){
  padding-left: 20px;
}.dl-warroom-item:hover{
  background: transparent;
  box-shadow: none;
}.dl-warroom-item .w-label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--zb-primary-dark);
  margin-bottom: 8px;
  font-family: var(--zb-mono);
}.dl-warroom-item .w-label::before{
  content: "";
  width: 14px;
  height: 2px;
  background: var(--zb-primary);
}.dl-warroom-item .w-value{
  font-size: 17px;
  font-weight: 700;
  color: var(--zb-ink);
  line-height: 1.45;
}.dl-coach-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}.dl-coach-item{
  text-align: left;
  padding: 26px 22px 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border-radius: 8px;
  border: 1px solid var(--zb-border);
  border-top: 3px solid rgba(26,58,92,0.18);
  transition: box-shadow 0.25s, border-color 0.25s, transform 0.25s;
}.dl-coach-item:hover{
  box-shadow: 0 14px 28px rgba(23, 38, 51, 0.07);
  border-color: var(--zb-primary);
  transform: translateY(-3px);
}.dl-coach-item .num-circle{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--zb-primary-light);
  color: var(--zb-primary);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--zb-mono);
  margin-bottom: 14px;
}.dl-coach-item h4{
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
  text-align: left;
}.dl-coach-item p{
  font-size: 15px;
  color: var(--zb-muted);
  line-height: 1.7;
  text-align: left;
  max-width: none;
}.dl-coach-item .badge{
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--zb-accent);
  background: rgba(217, 122, 43, 0.10);
  padding: 4px 12px;
  border-radius: 6px;
}.dl-testimonial-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 880px;
  margin: 0 auto;
}.dl-testimonial .t-client{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}.dl-testimonial .t-client .logo-placeholder{
  font-size: 12px;
  font-weight: 700;
  color: var(--zb-primary);
  background: var(--zb-primary-light);
  padding: 4px 14px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}.dl-testimonial .t-client .sig{
  font-size: 13px;
  color: var(--zb-muted);
  font-style: italic;
  font-weight: 300;
  border-left: 1px solid var(--zb-border);
  padding-left: 12px;
}.dl-cta-slogan{
  margin: 40px auto 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--zb-ink);
  line-height: 1.5;
  letter-spacing: 0.5px;
}.dl-cta-slogan::before{
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  margin: 0 auto 20px;
  background: var(--zb-primary);
  border-radius: 1px;
}.dl-cta-slogan strong{
  color: var(--zb-primary);
  font-weight: 700;
}/* ===== 响应式 ===== */

@media (max-width: 768px){
  /* 痛点 Bento 网格 */
  .dl-pain-bento {
    grid-template-columns: 1fr;
  }

  .dl-pain-bento > :first-child {
    grid-column: auto;
    grid-row: auto;
  }

  /* 解决方案网格 */
  .dl-sol-grid {
    grid-template-columns: 1fr;
  }

  /* 表格容器 */
  .dl-table-wrap {
    -webkit-overflow-scrolling: touch;
  }

  /* FAQ 问题 */
  .dl-faq-q {
    gap: 18px;
    min-height: 76px;
    padding: 18px 0;
    font-size: 19px;
  }

  .dl-faq-q svg {
    width: 28px;
    height: 28px;
  }

  .dl-faq-a p {
    padding: 0 0 24px;
    font-size: 16px;
  }

  /* 证言 */
  .dl-testimonial {
    padding: 24px 24px;
  }

  .dl-testimonial blockquote p {
    font-size: 15px;
  }

  .dl-pain-grid,
  .dl-result-grid,
  .dl-coach-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .dl-testimonial-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dl-testimonial .t-client {
    flex-wrap: wrap;
  }

  .dl-trustwall .wall-grid {
    gap: 2px 12px;
  }

  .dl-trustwall {
    padding: 18px 0 14px;
  }

  .dl-trustwall .wall-top {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .dl-trustwall .wall-grid .tag {
    font-size: 13px;
  }

  .dl-warroom {
    padding: 0;
    margin-top: 40px;
  }

  .dl-warroom::before {
    font-size: 12px;
    padding: 18px 22px 16px;
  }

  .dl-warroom-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0 22px;
  }

  .dl-warroom-item {
    min-height: 92px;
    padding: 16px 14px;
  }

  .dl-dimension-grid,
  .dl-deliver-grid,
  .dl-tier-grid,
  .dl-compare-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
  }

  .dl-context-banner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dl-context-banner .context-arrow {
    width: 100%;
  }

  .dl-context-banner .context-arrow::before {
    content: "\2193";
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .dl-context-banner .context-card {
    padding: 20px 18px 18px;
  }
}

@media (max-width: 820px) {.dl-steps-flow{
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0;
  }.dl-steps-flow::before{
    display: block;
    top: 38px;
    bottom: 38px;
    left: 52px;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, var(--zb-primary), var(--zb-accent));
  }.dl-step-item{
    padding: 0;
  }.dl-step-item:not(:last-child)::after{
    left: 45px;
    right: auto;
    top: auto;
    bottom: -7px;
    width: 14px;
    height: 14px;
    margin: 0;
    background: var(--zb-surface);
    transform: none;
    animation: none;
    border-top: 0;
    border-right: 2px solid var(--zb-accent);
    border-bottom: 2px solid var(--zb-accent);
    transform: rotate(45deg);
  }/* 移动端取消scale效果，避免溢出 */
  .dl-step-card,
.dl-step-item:nth-child(1) .dl-step-card,
.dl-step-item:nth-child(2) .dl-step-card,
.dl-step-item:nth-child(3) .dl-step-card,
.dl-step-item:nth-child(4) .dl-step-card{
    transform: scale(1);
    min-height: auto;
    padding: 26px 24px 24px 94px;
    display: flex;
  }.dl-step-card:hover,
.dl-step-item:nth-child(1) .dl-step-card:hover,
.dl-step-item:nth-child(2) .dl-step-card:hover,
.dl-step-item:nth-child(3) .dl-step-card:hover,
.dl-step-item:nth-child(4) .dl-step-card:hover{
    transform: translateY(-2px);
  }.dl-step-card .s-desc{
    min-height: auto;
  }/* 移动端数字标识保持圆形但位置在左侧 */
  .dl-step-card .step-num{
    position: absolute;
    left: 24px;
    top: 24px;
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    margin: 0;
  }.dl-step-item:nth-child(3) .dl-step-card .step-num{
    width: 56px;
    height: 56px;
    font-size: 22px;
  }.dl-step-card h3,
.dl-step-card .s-desc,
.dl-step-card .s-deliver{
    display: block;
    padding: 0;
    border-right: 0;
    border-bottom: 0;
  }.dl-step-card h3{
    margin-bottom: 10px;
  }.dl-step-card .s-desc{
    margin-bottom: 16px;
  }.dl-step-card .s-deliver{
    padding-top: 14px;
    border-top: 1px solid var(--zb-border);
  }.dl-steps-flow--doorcards{
    gap: 16px;
  }.dl-steps-flow--doorcards::before,
.dl-steps-flow--doorcards .dl-step-item:not(:last-child)::after{
    display: none;
  }.dl-steps-flow--doorcards .dl-step-card,
.dl-steps-flow--doorcards .dl-step-item:nth-child(1) .dl-step-card,
.dl-steps-flow--doorcards .dl-step-item:nth-child(2) .dl-step-card,
.dl-steps-flow--doorcards .dl-step-item:nth-child(3) .dl-step-card,
.dl-steps-flow--doorcards .dl-step-item:nth-child(4) .dl-step-card{
    min-height: auto;
    padding: 26px 22px 22px;
  }.dl-steps-flow--doorcards .dl-step-card .step-num,
.dl-steps-flow--doorcards .dl-step-item:nth-child(3) .dl-step-card .step-num{
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    padding: 0 0 11px;
    font-size: 34px;
    margin-bottom: 18px;
  }.dl-steps-flow--doorcards .dl-step-card h3,
.dl-steps-flow--doorcards .dl-step-item:nth-child(3) .dl-step-card h3{
    min-height: 0;
    font-size: 20px;
  }.dl-steps-flow--doorcards .dl-step-card .s-desc{
    min-height: 0;
  }.dl-steps-flow--doorcards .dl-step-card .s-deliver,
.dl-steps-flow--doorcards .dl-step-item:nth-child(3) .dl-step-card .s-deliver{
    min-height: 0;
    padding: 14px 0 0;
    border-top: 1px solid rgba(26,58,92,0.10);
  }.dl-steps-flow--program{
    gap: 34px;
    max-width: 520px;
    margin: 58px auto 0;
  }.dl-steps-flow--program::before{
    display: block;
    top: 28px;
    bottom: 28px;
    left: 28px;
    right: auto;
    width: 2px;
    height: auto;
    background: rgba(26, 58, 92, 0.18);
  }.dl-steps-flow--program .dl-step-item:not(:last-child)::after{
    display: none;
  }.dl-steps-flow--program .dl-step-card,
.dl-steps-flow--program .dl-step-item:nth-child(1) .dl-step-card,
.dl-steps-flow--program .dl-step-item:nth-child(2) .dl-step-card,
.dl-steps-flow--program .dl-step-item:nth-child(3) .dl-step-card,
.dl-steps-flow--program .dl-step-item:nth-child(4) .dl-step-card{
    display: block;
    min-height: 0;
    padding: 0 0 0 78px;
    transform: none;
  }.dl-steps-flow--program .dl-step-card:hover,
.dl-steps-flow--program .dl-step-item:nth-child(1) .dl-step-card:hover,
.dl-steps-flow--program .dl-step-item:nth-child(2) .dl-step-card:hover,
.dl-steps-flow--program .dl-step-item:nth-child(3) .dl-step-card:hover,
.dl-steps-flow--program .dl-step-item:nth-child(4) .dl-step-card:hover{
    transform: none;
  }.dl-steps-flow--program .dl-step-card .step-num,
.dl-steps-flow--program .dl-step-item:nth-child(3) .dl-step-card .step-num{
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    height: 56px;
    margin: 0;
    font-size: 19px;
  }.dl-steps-flow--program .dl-step-card h3,
.dl-steps-flow--program .dl-step-item:nth-child(3) .dl-step-card h3{
    min-height: 0;
    font-size: 24px;
  }.dl-steps-flow--program .dl-step-card .s-desc{
    min-height: 0;
    max-width: none;
    font-size: 15px;
    line-height: 1.8;
  }.dl-steps-flow--program .dl-step-card .s-deliver,
.dl-steps-flow--program .dl-step-item:nth-child(3) .dl-step-card .s-deliver{
    min-height: 0;
    margin-top: 14px;
    padding-top: 12px;
  }.dl-steps-flow--program .dl-step-card::after{
    width: 46px;
    margin-top: 22px;
  }.dl-warroom{
    margin-top: 60px;
    border-radius: 8px;
  }.dl-warroom-grid{
    padding: 0 22px;
  }.dl-warroom-item,
.dl-warroom-item:nth-child(4n),
.dl-warroom-item:nth-child(4n + 2),
.dl-warroom-item:nth-child(4n + 3){
    padding-left: 0;
    padding-right: 14px;
  }
}

@media (max-width: 480px) {/* 痛点卡片 */
  .dl-pain-card{
    padding: 24px 20px;
  }/* 解决方案卡片 */
  .dl-sol-card{
    padding: 24px 20px;
  }/* 客户列表 */
  .dl-client-list{
    gap: 8px;
  }.dl-client-list span{
    font-size: 13px;
    padding: 5px 12px;
  }
}

@media (max-width: 600px) {.dl-hero-dashboard{
    padding: 0;
    min-height: auto;
    border-radius: 4px;
  }.dl-hero-dashboard .db-grid{
    padding: 4px 22px 8px;
  }.dl-hero-dashboard .db-item{
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "label"
      "number"
      "change";
    gap: 7px;
    padding: 16px 0;
  }.dl-hero-dashboard .db-item .num{
    font-size: 27px;
  }.dl-hero-dashboard .db-item:first-child .num{
    font-size: 36px;
  }.dl-hero-dashboard .db-header{
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
    gap: 8px;
  }.dl-hero-dashboard::before{
    display: none;
  }.dl-hero-dashboard .db-footnote{
    padding: 15px 22px 18px;
  }.dl-cta-slogan{
    font-size: 18px;
  }
}

@media (max-height: 820px) and (min-width: 1024px) {.dl-hero{
    padding: 40px 0 32px;
  }.dl-hero-grid{
    gap: 34px;
    align-items: start;
  }.dl-hero-copy .sub,
.dl-hero-sub{
    margin-bottom: 14px;
  }.dl-hero-copy .chain{
    margin-bottom: 12px;
  }.dl-hero-trust--spaced{
    margin-top: 12px;
  }.dl-hero-dashboard{
    min-height: 304px;
  }.dl-hero-dashboard .db-item .num{
    font-size: 26px;
  }.dl-hero-dashboard .db-item:first-child .num{
    font-size: 31px;
  }
}/* ============================================================
 * 组件使用说明
 * ============================================================
 *
 * 1. 痛点卡片 - 展示客户痛点
 * <div class="dl-pain-bento">
 *   <div class="dl-pain-card">
 *     <svg class="dl-pain-icon">...</svg>
 *     <h3>痛点标题</h3>
 *     <p>痛点描述</p>
 *   </div>
 * </div>
 *
 * 2. 解决方案卡片 - 展示解决方案
 * <div class="dl-sol-grid">
 *   <div class="dl-sol-card">
 *     <span class="s-num">1</span>
 *     <h3>方案标题</h3>
 *     <p class="s-desc">方案描述</p>
 *     <p class="s-outcome"><strong>结果</strong> 具体成果</p>
 *   </div>
 * </div>
 *
 * 3. FAQ 组件 - 常见问题
 * <div class="dl-faq">
 *   <div class="dl-faq-item">
 *     <button class="dl-faq-q" aria-expanded="false">
 *       问题标题
 *       <svg>...</svg>
 *     </button>
 *     <div class="dl-faq-a">
 *       <p>答案内容</p>
 *     </div>
 *   </div>
 * </div>
 *
 * 4. 客户证言
 * <div class="dl-testimonial">
 *   <blockquote><p>客户评价</p></blockquote>
 *   <div class="q-author">客户信息</div>
 *   <div class="q-result">实施结果</div>
 * </div>
 *
 * 5. 案例表格
 * <div class="dl-table-wrap">
 *   <table class="dl-case-table">
 *     <thead><tr><th>列标题</th></tr></thead>
 *     <tbody><tr><td>数据</td></tr></tbody>
 *   </table>
 * </div>
 *
 * ============================================================ */


/* ===== SOURCE: 07-case-components.css ===== */
/* ============================================================
 * 07-case-components.css - 案例页共用组件
 * 智帮咨询 V7 - 案例页面专用组件库
 *
 * 职责：定义所有案例页共用的组件样式
 * 使用页面：cases/ 目录下的所有案例页
 * 整合日期：2026-06-17
 *
 * 包含组件：
 * - 面包屑导航 (dl-breadcrumb)
 * - 脱敏声明条 (disclaim-bar)
 * - Hero 副标题和标签 (dl-hero-*)
 * - 企业信息行 (dl-case-meta-row)
 * - 前后对比仪表盘 (dashboard-card)
 * - 案例叙事区 (case-narrative)
 * ============================================================ */

/* ===== 1. 面包屑导航 ===== */

.dl-breadcrumb{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--zb-muted);
  margin-bottom: 24px;
}.dl-breadcrumb a{
  color: var(--zb-muted);
  text-decoration: none;
  transition: color 0.2s;
}.dl-breadcrumb a:hover{
  color: var(--zb-primary);
}.dl-breadcrumb .sep{
  color: var(--zb-border-strong);
  margin: 0 4px;
}.dl-breadcrumb .current{
  color: var(--zb-ink);
  font-weight: 600;
}/* ===== 2. 脱敏声明条 ===== */

.disclaim-bar{
  background: var(--zb-surface);
  border: none;
  border-left: var(--card-accent-bar) solid var(--zb-primary);
  border-radius: var(--card-radius-small);
  padding: 16px 24px;
  margin-bottom: 32px;
  box-shadow: var(--card-shadow-light);
}.disclaim-inner{
  display: flex;
  align-items: flex-start;
  gap: 12px;
}.disclaim-icon{
  flex-shrink: 0;
  color: var(--zb-primary);
  margin-top: 2px;
}.disclaim-text{
  font-size: 15px;
  line-height: 1.7;
  color: var(--zb-muted);
}.disclaim-text strong{
  color: var(--zb-ink);
  font-weight: 600;
}/* ===== 3. Hero 副标题 ===== */

.dl-hero-subtitle{
  font-size: 18px;
  line-height: 1.7;
  color: var(--zb-muted);
  margin: 16px 0 24px;
  max-width: 720px;
}/* ===== 4. Hero 产品标签 ===== */

.dl-hero-tags{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0;
}.dl-hero-tags .dl-tag{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: var(--zb-section);
  border: 1px solid var(--zb-border);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: var(--zb-ink);
}.dl-hero-tags .dl-tag.accent{
  background: var(--zb-primary-light);
  border-color: var(--zb-primary);
  color: var(--zb-primary);
}/* ===== 5. 企业信息行 ===== */

.dl-case-meta-row{
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid var(--zb-border);
  border-bottom: 1px solid var(--zb-border);
  margin: 24px 0;
  font-size: 15px;
  color: var(--zb-muted);
}.dl-case-meta-row strong{
  color: var(--zb-ink);
  font-weight: 600;
  margin-right: 8px;
}/* ===== 6. 前后对比仪表盘 ===== */

.case-dashboard{
  background: var(--zb-surface);
  border: none;
  border-radius: var(--card-radius-small);
  padding: 40px 36px;
  margin: 48px 0;
  box-shadow: var(--card-shadow-medium);
}.case-dashboard .section-label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--zb-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--zb-primary);
  margin-bottom: 16px;
}.case-dashboard .section-label::before{
  content: "";
  width: 24px;
  height: 2px;
  background: var(--zb-primary);
}.case-dashboard h2{
  font-family: var(--zb-sans);
  font-size: 28px;
  font-weight: 700;
  color: var(--zb-ink);
  margin: 0 0 32px;
  line-height: 1.3;
}.dashboard-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}.dashboard-card{
  background: linear-gradient(180deg, rgba(244,241,234,0.88) 0%, rgba(255,255,255,0.98) 100%);
  border: none;
  border-radius: var(--card-radius-small);
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
}.dashboard-card::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: var(--card-accent-bar);
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}.dashboard-card .dc-label{
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--zb-muted);
  margin-bottom: 20px;
}.dashboard-card .dc-compare{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
}.dashboard-card .dc-before,
.dashboard-card .dc-after{
  text-align: center;
}.dashboard-card .dc-tag{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--zb-muted);
  margin-bottom: 8px;
}.dashboard-card .dc-after .dc-tag{
  color: var(--zb-primary);
}.dashboard-card .dc-num{
  font-family: var(--zb-mono);
  font-size: 32px;
  font-weight: 700;
  color: var(--zb-ink);
  line-height: 1;
}.dashboard-card .dc-after .dc-num{
  color: var(--zb-primary);
}.dashboard-card .dc-arrow{
  color: var(--zb-primary);
  flex-shrink: 0;
}/* ===== 7. 案例叙事区 ===== */

.case-narrative{
  padding: 48px 0;
}.narrative-section{
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--zb-border);
}.narrative-section:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}.narrative-section .section-label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--zb-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--zb-primary);
  margin-bottom: 16px;
}.narrative-section .section-label::before{
  content: "";
  width: 24px;
  height: 2px;
  background: var(--zb-primary);
}.narrative-section h2{
  font-family: var(--zb-sans);
  font-size: 28px;
  font-weight: 700;
  color: var(--zb-ink);
  line-height: 1.3;
  margin: 0 0 16px;
}.narrative-section h3{
  font-family: var(--zb-sans);
  font-size: 20px;
  font-weight: 600;
  color: var(--zb-ink);
  line-height: 1.4;
  margin: 24px 0 12px;
}.narrative-section p{
  font-size: 16px;
  line-height: 1.8;
  color: var(--zb-muted);
  margin: 0 0 16px;
}.narrative-section ul,
.narrative-section ol{
  margin: 16px 0;
  padding-left: 24px;
}.narrative-section li{
  font-size: 16px;
  line-height: 1.8;
  color: var(--zb-muted);
  margin-bottom: 8px;
}/* ===== 8. 案例详情页增强组件 ===== */

.case-detail-page .disclaim-bar{
  background: transparent;
  border: 0;
  padding: 0;
  margin: 28px 0 0;
  box-shadow: none;
}.case-detail-page .disclaim-inner{
  max-width: none;
  margin: 0;
  padding: 18px 22px;
  gap: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border-left: var(--card-accent-bar) solid var(--zb-primary-dark);
  border-radius: var(--card-radius-small);
  box-shadow: var(--card-shadow-light);
}.case-detail-page .disclaim-icon{
  width: 32px;
  height: 32px;
  margin-top: 0;
  border-radius: 4px;
  background: var(--zb-primary-dark);
  color: var(--zb-on-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}.case-detail-page .disclaim-text{
  color: var(--zb-ink-soft);
  line-height: 1.8;
}.case-detail-page .case-dashboard{
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 52px 0 0;
  margin: 0;
  box-shadow: none;
}.case-detail-page .dashboard-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}.case-detail-page .dashboard-card{
  border: 1px solid rgba(26,58,92,0.10);
  box-shadow: var(--card-shadow-light);
}.case-detail-page .dashboard-card .dc-compare{
  gap: 12px;
  align-items: stretch;
}.case-detail-page .dashboard-card .dc-before,
.case-detail-page .dashboard-card .dc-after{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-height: 112px;
  padding: 18px 14px;
  border-radius: 8px;
  border: 1px solid rgba(26,58,92,0.08);
}.case-detail-page .dashboard-card .dc-before{
  background: rgba(255,255,255,0.9);
}.case-detail-page .dashboard-card .dc-after{
  background: rgba(226,233,241,0.92);
  border-color: rgba(26,58,92,0.16);
}.case-detail-page .dashboard-card .dc-arrow{
  width: 38px;
  min-width: 38px;
  height: 38px;
  align-self: center;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(26,58,92,0.08);
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
}.case-detail-page .case-narrative{
  background: var(--zb-section);
  padding: 64px 0;
}.case-detail-page .narrative-section{
  margin-bottom: 56px;
  padding-bottom: 56px;
}.case-detail-page .dl-insight{
  margin-top: 24px;
  padding: 24px 24px 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-left: var(--card-accent-bar) solid var(--zb-primary-dark);
  border-radius: var(--card-radius-small);
  box-shadow: var(--card-shadow-light);
}.case-detail-page .dl-insight h4{
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zb-primary-dark);
}.case-detail-page .dl-insight h4 svg{
  color: var(--zb-primary);
  flex-shrink: 0;
}.case-detail-page .dl-insight p{
  margin: 0;
}.case-detail-page .testimonial-card{
  position: relative;
  margin: 0 0 56px;
  padding: 34px 34px 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border-left: var(--card-accent-bar) solid var(--zb-primary-dark);
  border-radius: var(--card-radius-small);
  box-shadow: var(--card-shadow-medium);
}.case-detail-page .testimonial-card::before{
  content: "\201C";
  position: absolute;
  top: 10px;
  left: 18px;
  font-family: var(--zb-serif);
  font-size: 64px;
  line-height: 1;
  color: rgba(26,58,92,0.12);
  pointer-events: none;
}.case-detail-page .tc-quote{
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.9;
  color: var(--zb-ink-soft);
}.case-detail-page .tc-source{
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid var(--zb-border);
  font-size: 14px;
  color: var(--zb-muted);
}.case-detail-page .timeline{
  position: relative;
  margin-top: 26px;
  display: grid;
  gap: 18px;
}.case-detail-page .timeline::before{
  content: "";
  position: absolute;
  left: 17px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: linear-gradient(180deg, rgba(26,58,92,0.22) 0%, rgba(26,58,92,0.08) 100%);
}.case-detail-page .timeline-item{
  position: relative;
  padding: 24px 24px 22px 54px;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-radius: var(--card-radius-small);
  box-shadow: var(--card-shadow-light);
}.case-detail-page .timeline-item::before{
  content: "";
  position: absolute;
  left: 12px;
  top: 28px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--zb-primary-dark);
  box-shadow: 0 0 0 4px rgba(26,58,92,0.10);
}.case-detail-page .tl-time{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-family: var(--zb-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zb-primary-dark);
}.case-detail-page .timeline-item h5{
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.4;
  color: var(--zb-ink);
}.case-detail-page .timeline-item p{
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--zb-muted);
}.case-detail-page .roi-card{
  margin-top: 24px;
  padding: 32px 32px 28px;
  background: linear-gradient(135deg, #183452 0%, #24496f 100%);
  border-radius: var(--card-radius-small);
  box-shadow: var(--card-shadow-medium);
  color: var(--zb-on-dark);
}.case-detail-page .roi-label{
  font-family: var(--zb-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
}.case-detail-page .roi-num{
  margin-top: 12px;
  font-family: var(--zb-mono);
  font-size: clamp(38px, 6vw, 54px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
}.case-detail-page .roi-detail{
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
}.case-detail-page .roi-note{
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.16);
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,0.72);
}.case-detail-page .dl-method-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}.case-detail-page .dl-head--compact{
  margin-bottom: 32px;
}.case-detail-page .dl-method-block{
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-top: var(--card-accent-bar) solid rgba(26,58,92,0.24);
  border-radius: var(--card-radius-small);
  padding: 24px;
  box-shadow: var(--card-shadow-light);
}.case-detail-page .m-label{
  margin-bottom: 16px;
  font-family: var(--zb-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zb-primary-dark);
}.case-detail-page .dl-method-steps,
.case-detail-page .dl-method-tag-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}.case-detail-page .dl-step-chip,
.case-detail-page .dl-method-tag{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 14px;
  background: rgba(244,241,234,0.92);
  border: 1px solid rgba(26,58,92,0.10);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--zb-ink);
}.case-detail-page .dl-step-chip .no{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--zb-primary-dark);
  color: var(--zb-on-dark);
  font-family: var(--zb-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}.case-detail-page .dl-method-tag{
  color: var(--zb-primary-dark);
  background: rgba(226,233,241,0.7);
}.case-detail-page .dl-method-link{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--zb-primary-dark);
  text-decoration: none;
}.case-detail-page .dl-method-link svg{
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}/* ===== 响应式 ===== */

@media (max-width: 768px){
  /* 面包屑 */
  .dl-breadcrumb {
    font-size: 13px;
    margin-bottom: 16px;
  }

  /* 脱敏声明 */
  .disclaim-bar {
    padding: 14px 20px;
  }

  .disclaim-inner {
    flex-direction: column;
    gap: 8px;
  }

  /* Hero 副标题 */
  .dl-hero-subtitle {
    font-size: 16px;
  }

  /* 企业信息行 */
  .dl-case-meta-row {
    gap: 20px;
    flex-direction: column;
  }

  /* 仪表盘 */
  .case-dashboard {
    padding: 32px 24px;
  }

  .case-dashboard h2 {
    font-size: 24px;
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-card .dc-compare {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .dashboard-card .dc-arrow {
    transform: rotate(90deg);
  }

  /* 叙事区 */
  .case-narrative {
    padding: 32px 0;
  }

  .narrative-section {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }

  .narrative-section h2 {
    font-size: 24px;
  }

  .narrative-section h3 {
    font-size: 18px;
  }

  .narrative-section p,
  .narrative-section li {
    font-size: 15px;
  }

  .case-detail-page .disclaim-inner {
    padding: 18px 18px 16px;
  }

  .case-detail-page .case-dashboard {
    padding-top: 40px;
  }

  .case-detail-page .dashboard-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .case-detail-page .dashboard-card .dc-before,
  .case-detail-page .dashboard-card .dc-after {
    min-height: 0;
  }

  .case-detail-page .case-narrative {
    padding: 48px 0;
  }

  .case-detail-page .narrative-section {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .case-detail-page .testimonial-card {
    margin-bottom: 40px;
    padding: 28px 24px 24px;
  }

  .case-detail-page .tc-quote {
    font-size: 16px;
  }

  .case-detail-page .timeline-item {
    padding: 22px 20px 20px 46px;
  }

  .case-detail-page .timeline::before {
    left: 14px;
  }

  .case-detail-page .timeline-item::before {
    left: 9px;
  }

  .case-detail-page .roi-card {
    padding: 28px 24px 24px;
  }

  .case-detail-page .dl-method-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 480px) {/* 仪表盘 */
  .case-dashboard{
    padding: 24px 20px;
  }.dashboard-card{
    padding: 24px 20px;
  }.dashboard-card .dc-num{
    font-size: 28px;
  }/* Hero 标签 */
  .dl-hero-tags{
    gap: 8px;
  }.dl-hero-tags .dl-tag{
    font-size: 13px;
    padding: 5px 12px;
  }.case-detail-page .disclaim-bar{
    margin-top: 22px;
  }.case-detail-page .disclaim-inner{
    padding: 16px;
  }.case-detail-page .dashboard-card .dc-arrow{
    width: 34px;
    min-width: 34px;
    height: 34px;
  }.case-detail-page .timeline-item h5{
    font-size: 17px;
  }.case-detail-page .roi-detail{
    font-size: 15px;
  }
}/* ===== 9. 案例中心列表页（cases-page） ===== */

.cases-page .cases-hero-breadcrumb{
  padding-top: 28px;
}.cases-page .dl-breadcrumb{
  font-size: 14px;
  color: var(--zb-muted);
  margin-bottom: 0;
}.cases-page .dl-breadcrumb a{
  color: var(--zb-muted);
  text-decoration: none;
}.cases-page .dl-breadcrumb a:hover{
  color: var(--zb-primary-dark);
}.cases-page .dl-breadcrumb .sep{
  margin: 0 8px;
  color: var(--zb-border-strong);
}.cases-page .dl-breadcrumb .current{
  color: var(--zb-ink);
  font-weight: 600;
}.cases-page .nav-divider{
  border: 0;
  border-top: 1px solid var(--zb-border);
  margin: 6px 0;
}.cases-page .cases-hero{
  padding: 18px 0 0;
  background: var(--zb-canvas);
  border-bottom: 1px solid var(--zb-border);
}.cases-page .cases-hero .container,
.cases-page .cases-hero-breadcrumb .container,
.cases-page .disclaim-bar .container,
.cases-page .cases-filter .container,
.cases-page .cases-grid-section .container,
.cases-page .testimonials-section .container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 64px;
}.cases-page .cases-hero-intro{
  max-width: 780px;
}.cases-page .cases-hero h1{
  font-family: var(--zb-sans);
  font-size: clamp(36px, 4.1vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--zb-ink);
  margin: 0 0 18px;
}.cases-page .cases-hero h1 em{
  color: var(--zb-primary-dark);
  font-style: normal;
}.cases-page .cases-hero .dl-hero-sub{
  max-width: 760px;
  font-size: 17px;
  line-height: 1.72;
  margin: 0;
}.cases-page .cases-hero-stats{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--zb-border-strong);
  background: var(--zb-surface);
  margin-top: 36px;
  box-shadow: 0 18px 36px rgba(20, 31, 48, 0.05);
}.cases-page .cases-hero-stats .stat{
  padding: 28px 24px;
  border-right: 1px solid var(--zb-border);
  text-align: center;
}.cases-page .cases-hero-stats .stat:last-child{
  border-right: 0;
}.cases-page .cases-hero-stats .stat-num{
  font-family: var(--zb-mono);
  font-size: 34px;
  font-weight: 700;
  color: var(--zb-primary-dark);
  line-height: 1.04;
  margin-bottom: 10px;
}.cases-page .cases-hero-stats .stat-num small{
  font-size: 15px;
  font-weight: 500;
  color: var(--zb-muted);
}.cases-page .cases-hero-stats .stat-label{
  font-size: 15px;
  line-height: 1.6;
  color: var(--zb-muted);
}.cases-page .disclaim-bar{
  background: var(--zb-section);
  border-bottom: 1px solid var(--zb-border);
  padding: 18px 0;
  margin-bottom: 0;
}.cases-page .disclaim-inner{
  display: flex;
  align-items: flex-start;
  gap: 14px;
}.cases-page .disclaim-icon{
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: var(--zb-primary-dark);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--zb-on-dark);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}.cases-page .disclaim-text{
  font-size: 15px;
  line-height: 1.8;
  color: var(--zb-ink-soft);
}.cases-page .disclaim-text strong{
  color: var(--zb-ink);
}/* 2026-06-30 · 案例中心首屏升级：参考“数据卡 + 阅读说明”结构，保留 V9 字号和单 CSS 入口规范。 */
.cases-page .cases-hero{
  padding: 32px 0 48px;
  background: var(--zb-section);
  border-bottom: 1px solid var(--zb-border);
}.cases-page .cases-hero-intro{
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}.cases-page .cases-hero h1{
  font-size: clamp(46px, 4.1vw, 56px);
  line-height: 1.16;
  letter-spacing: 0;
  margin: 0 0 20px;
  font-weight: 800;
}.cases-page .cases-hero .dl-hero-sub{
  max-width: 760px;
  margin: 0 auto;
  color: var(--zb-muted);
  font-size: var(--v9-fs-body);
  line-height: var(--v9-lh-body);
}.cases-page .cases-hero-stats{
  gap: 24px;
  margin-top: 36px;
  border: 0;
  background: transparent;
  box-shadow: none;
}.cases-page .cases-hero-stats .stat{
  min-height: 124px;
  padding: 28px 28px 24px;
  border: 0;
  border-left: 4px solid var(--zb-primary);
  background: var(--zb-surface);
  box-shadow: var(--card-shadow-medium);
  text-align: left;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}.cases-page .cases-hero-stats .stat:hover{
  transform: translateY(-3px);
  box-shadow: var(--card-shadow-hover-medium);
}.cases-page .cases-hero-stats .stat-num{
  font-family: var(--zb-sans);
  font-size: clamp(38px, 3.1vw, 46px);
  font-weight: 800;
  color: var(--zb-ink);
  line-height: 1;
  margin-bottom: 14px;
}.cases-page .cases-hero-stats .stat-num small{
  margin-left: 4px;
  color: var(--zb-muted);
  font-size: 20px;
  font-weight: 700;
}.cases-page .cases-hero-stats .stat-label{
  color: var(--zb-muted);
  font-size: var(--v9-fs-body);
  line-height: var(--v9-lh-body);
}.cases-page .cases-reading-guide{
  margin-top: 36px;
  padding: 24px 32px;
  border-radius: 8px;
  background: var(--zb-surface);
  box-shadow: var(--card-shadow-medium);
}.cases-page .cases-reading-head{
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--zb-border);
}.cases-page .cases-reading-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 8px;
  background: var(--zb-primary);
  color: var(--zb-on-dark);
}.cases-page .cases-reading-head h2{
  margin: 0;
  color: var(--zb-ink);
  font-size: var(--v9-fs-title);
  line-height: var(--v9-lh-title);
  font-weight: 700;
}.cases-page .cases-reading-list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
  gap: 14px 40px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}.cases-page .cases-reading-list li{
  position: relative;
  padding-left: 34px;
  color: var(--zb-muted);
  font-size: var(--v9-fs-body);
  line-height: var(--v9-lh-body);
}.cases-page .cases-reading-list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--zb-primary);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}.cases-page .cases-reading-list strong{
  color: var(--zb-ink);
  font-weight: 800;
}.cases-page .cases-filter{
  background: var(--zb-surface);
  padding: 28px 0;
}.cases-page .cases-filter .filter-hint,
.cases-page .cases-filter .cases-filter-note{
  font-size: 14px;
  color: var(--zb-muted);
  margin-bottom: 16px;
}.cases-page .filter-tabs{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--zb-border);
  padding-bottom: 12px;
}.cases-page .filter-tabs .filter-tab{
  font-family: var(--zb-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--zb-muted);
  background: transparent;
  border: 1px solid var(--zb-border);
  border-radius: 100px;
  padding: 8px 18px;
  cursor: pointer;
  transition:
    color 0.2s,
    background 0.2s,
    border-color 0.2s;
}.cases-page .filter-tabs .filter-tab:hover{
  color: var(--zb-primary-dark);
  background: var(--zb-primary-light);
  border-color: var(--zb-primary-light);
}.cases-page .filter-tabs .filter-tab.active{
  color: var(--zb-primary-dark);
  background: var(--zb-primary-light);
  border-color: var(--zb-primary-dark);
}.cases-page .filter-tabs .filter-tab.disabled{
  opacity: 0.4;
  cursor: default;
}.cases-page .filter-tabs .filter-tab .count{
  display: inline-block;
  margin-left: 4px;
  font-size: 12px;
  font-weight: 500;
  background: var(--zb-section);
  color: var(--zb-muted);
  padding: 1px 7px;
  border-radius: 100px;
}.cases-page .filter-tabs .filter-tab.active .count{
  background: var(--zb-primary-dark);
  color: var(--zb-on-dark);
}.cases-page .cases-grid-section{
  background: var(--zb-section);
  padding: 64px 0;
}.cases-page .cases-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}.cases-page .case-large-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: none;
  border-radius: var(--card-radius-medium);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--card-shadow-light);
  border-top: var(--card-accent-bar) solid var(--zb-primary);
  transition:
    box-shadow 0.25s,
    transform 0.25s;
}.cases-page .case-large-card:hover{
  box-shadow: var(--card-shadow-hover-light);
  transform: translateY(-4px);
}.cases-page .case-large-card.placeholder-card{
  cursor: default;
}.cases-page .case-large-card.placeholder-card:hover{
  border-color: transparent;
  box-shadow: var(--card-shadow-light);
  transform: none;
}.cases-page .case-large-card.placeholder-card .clc-arrow{
  color: var(--zb-muted);
}.cases-page .case-large-card .clc-head{
  position: relative;
  background: linear-gradient(180deg, rgba(244,241,234,0.96) 0%, rgba(255,255,255,0.98) 100%);
  border-bottom: 1px solid var(--zb-border);
  padding: 28px 24px 24px;
  overflow: hidden;
}.cases-page .case-large-card .clc-head::before{
  display: none;
}.cases-page .case-large-card .clc-head::after{
  display: none;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26,58,92,0.10) 0%, transparent 70%);
}.cases-page .case-large-card .clc-tag{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--zb-primary-dark);
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin-bottom: 14px;
}.cases-page .case-large-card .clc-tag::before{
  content: "";
  width: 18px;
  height: 2px;
  background: var(--zb-primary);
}.cases-page .case-large-card .clc-title{
  font-family: var(--zb-sans);
  font-size: 24px;
  font-weight: 700;
  color: var(--zb-ink);
  margin: 0 0 8px;
  line-height: 1.35;
}.cases-page .case-large-card .clc-sub{
  font-size: 15px;
  color: var(--zb-muted);
  margin: 0;
}.cases-page .case-large-card .clc-body{
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}.cases-page .case-large-card .clc-pain{
  font-size: 15px;
  line-height: 1.75;
  color: var(--zb-ink-soft);
  margin: 0 0 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--zb-border);
}.cases-page .case-large-card .clc-pain strong{
  color: var(--zb-ink);
}.cases-page .case-large-card .clc-kpis{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  background: transparent;
  border: 0;
  border-radius: 0;
  margin-top: auto;
  margin-bottom: 20px;
}.cases-page .case-large-card .clc-kpi{
  background: var(--zb-section);
  padding: 16px 12px 14px;
  text-align: center;
  border: 1px solid var(--zb-border);
  border-radius: 8px;
}.cases-page .case-large-card .clc-kpi .clc-num{
  display: block;
  font-family: var(--zb-mono);
  font-size: 22px;
  font-weight: 700;
  color: var(--zb-primary-dark);
  line-height: 1.2;
  margin-bottom: 4px;
}.cases-page .case-large-card .clc-kpi .clc-label{
  display: block;
  font-size: 14px;
  color: var(--zb-muted);
  line-height: 1.3;
}.cases-page .case-large-card .clc-kpi .clc-base{
  display: block;
  font-size: 13px;
  color: var(--zb-muted);
  margin-top: 4px;
  opacity: 0.7;
}.cases-page .case-large-card .clc-foot{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--zb-border);
  padding-top: 16px;
  font-size: 14px;
  color: var(--zb-muted);
}.cases-page .case-large-card .clc-arrow{
  font-weight: 700;
  color: var(--zb-primary-dark);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}.cases-page .case-large-card .clc-arrow svg{
  transition: transform 0.2s;
}.cases-page .case-large-card:hover .clc-arrow svg{
  transform: translateX(3px);
}.cases-page .placeholder-badge{
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--zb-on-dark);
  background: var(--zb-muted);
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 8px;
  vertical-align: middle;
}.cases-page .case-large-card.filter-hidden,
.cases-page .case-large-card.paginated-hidden{
  display: none;
}.cases-page .pagination-wrap{
  text-align: center;
  padding-top: 36px;
}.cases-page .pagination-info{
  font-size: 14px;
  color: var(--zb-muted);
  margin-bottom: 16px;
}.cases-page .pagination{
  display: inline-flex;
  gap: 8px;
  align-items: center;
}.cases-page .pagination-pages{
  display: inline-flex;
  gap: 8px;
  align-items: center;
}.cases-page .pagination .page-prev,
.cases-page .pagination .page-next,
.cases-page .pagination .page-num{
  font-family: var(--zb-mono);
  font-size: 15px;
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-radius: 4px;
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}.cases-page .pagination .page-prev,
.cases-page .pagination .page-next{
  color: var(--zb-ink-soft);
  cursor: pointer;
  transition:
    color 0.2s,
    border-color 0.2s;
}.cases-page .pagination .page-num{
  color: var(--zb-ink-soft);
  cursor: pointer;
  transition:
    color 0.2s,
    background 0.2s,
    border-color 0.2s;
}.cases-page .pagination .page-prev:hover:not(:disabled),
.cases-page .pagination .page-next:hover:not(:disabled),
.cases-page .pagination .page-num:hover{
  color: var(--zb-primary-dark);
  border-color: var(--zb-primary-dark);
}.cases-page .pagination .page-prev:disabled,
.cases-page .pagination .page-next:disabled{
  color: var(--zb-muted);
  border-color: var(--zb-border);
  cursor: default;
  opacity: 0.4;
}.cases-page .pagination .page-num.active{
  color: var(--zb-on-dark);
  background: var(--zb-primary-dark);
  border-color: var(--zb-primary-dark);
  cursor: default;
}.cases-page .pagination .page-num[aria-current="page"]{
  color: var(--zb-on-dark);
  background: var(--zb-primary-dark);
  border-color: var(--zb-primary-dark);
}.cases-page .testimonials-section{
  background: var(--zb-surface);
  padding: 80px 0;
}.cases-page .testimonials-section .section-head{
  margin-bottom: 48px;
}.cases-page .testimonials-section .section-label{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--zb-primary-dark);
  margin-bottom: 16px;
}.cases-page .testimonials-section .section-label::before{
  content: "";
  width: 28px;
  height: 2px;
  background: var(--zb-primary-dark);
}.cases-page .testimonials-section h2{
  font-family: var(--zb-sans);
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 600;
  color: var(--zb-ink);
  margin: 0;
  line-height: 1.3;
}.cases-page .testimonials-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}.cases-page .testimonial-quote-card{
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: none;
  border-left: var(--card-accent-bar) solid var(--zb-primary-dark);
  border-radius: var(--card-radius-small);
  padding: 32px 34px 28px;
  position: relative;
  box-shadow: var(--card-shadow-light);
}.cases-page .testimonial-quote-card::before{
  content: "\201C";
  position: absolute;
  top: 12px;
  left: 20px;
  font-family: var(--zb-serif);
  font-size: 64px;
  line-height: 1;
  color: var(--zb-primary-light);
  pointer-events: none;
}.cases-page .tqc-quote{
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.8;
  color: var(--zb-ink-soft);
  margin: 0 0 20px;
}.cases-page .tqc-source{
  border-top: 1px solid var(--zb-border);
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: var(--zb-muted);
}.cases-page .tqc-source strong{
  color: var(--zb-ink);
}.cases-page .cases-cta-highlight{
  color: var(--zb-primary-dark);
  font-style: normal;
}.cases-page .footer-tagline{
  margin-top: 10px;
  font-weight: 600;
}.cases-page .footer-link-inherit{
  color: inherit;
}

@media (max-width: 1024px) {.cases-page .cases-hero-breadcrumb{
    padding-top: 22px;
  }.cases-page .cases-hero .container,
.cases-page .cases-hero-breadcrumb .container{
    padding: 0 40px;
  }.cases-page .cases-hero{
    padding-top: 14px;
  }.cases-page .cases-hero h1{
    font-size: clamp(32px, 4vw, 42px);
  }.cases-page .cases-hero-stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
  }.cases-page .cases-hero-stats .stat:nth-child(2){
    border-right: 0;
  }.cases-page .cases-hero-stats .stat:nth-child(-n + 2){
    border-bottom: 0;
  }.cases-page .cases-reading-guide{
    margin-top: 36px;
    padding: 26px 28px;
  }.cases-page .testimonials-grid{
    gap: 18px;
  }.cases-page .testimonial-quote-card{
    padding: 26px 24px 22px;
  }
}

@media (max-width: 768px) {.cases-page .cases-grid,
.cases-page .testimonials-grid{
    grid-template-columns: 1fr;
  }.cases-page .cases-grid{
    gap: 24px;
  }.cases-page .testimonials-grid{
    gap: 20px;
  }.cases-page .cases-hero-breadcrumb{
    padding-top: 18px;
  }.cases-page .cases-hero{
    padding: 30px 0 42px;
  }.cases-page .cases-hero h1{
    font-size: clamp(36px, 9vw, 42px);
    margin-bottom: 18px;
  }.cases-page .cases-hero .dl-hero-sub{
    font-size: 16px;
    line-height: var(--v9-lh-body);
  }.cases-page .cases-hero-stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
  }.cases-page .cases-hero-stats .stat{
    min-height: auto;
    display: block;
    border-right: 0;
    border-bottom: 0;
    padding: 22px 18px;
  }.cases-page .cases-hero-stats .stat:last-child{
    border-bottom: 0;
  }.cases-page .cases-hero-stats .stat-num{
    font-size: 34px;
    margin-bottom: 10px;
  }.cases-page .cases-hero-stats .stat-num small{
    font-size: 16px;
  }.cases-page .cases-hero-stats .stat-label{
    font-size: 16px;
  }.cases-page .cases-hero .container,
.cases-page .cases-hero-breadcrumb .container,
.cases-page .disclaim-bar .container,
.cases-page .cases-filter .container,
.cases-page .cases-grid-section .container,
.cases-page .testimonials-section .container{
    padding: 0 22px;
    width: 100%;
    max-width: 100%;
  }.cases-page .cases-reading-guide{
    margin-top: 26px;
    padding: 24px 22px;
  }.cases-page .cases-reading-head{
    gap: 12px;
    padding-bottom: 20px;
  }.cases-page .cases-reading-head h2{
    font-size: 19px;
  }.cases-page .cases-reading-list{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }.cases-page .cases-reading-list li{
    padding-left: 30px;
    font-size: 16px;
  }.cases-page .case-large-card .clc-head{
    padding: 22px 20px 18px;
  }.cases-page .case-large-card .clc-body{
    padding: 18px 20px 22px;
  }.cases-page .clc-kpi .clc-num{
    font-size: 15px;
  }.cases-page .filter-tabs{
    gap: 6px;
  }.cases-page .filter-tabs .filter-tab{
    padding: 6px 12px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {.cases-page .cases-hero h1{
    font-size: 36px;
    overflow-wrap: anywhere;
    word-break: normal;
  }.cases-page .cases-hero-stats{
    grid-template-columns: 1fr;
  }.cases-page .cases-hero-stats .stat-num{
    font-size: 34px;
  }.cases-page .cases-hero-stats .stat{
    padding: 22px 18px;
  }
}/* ============================================================
 * 组件使用说明
 * ============================================================
 *
 * 1. 面包屑导航
 * <div class="dl-breadcrumb">
 *   <a href="/">首页</a>
 *   <span class="sep">/</span>
 *   <a href="/cases">案例</a>
 *   <span class="sep">/</span>
 *   <span class="current">当前页</span>
 * </div>
 *
 * 2. 脱敏声明条
 * <div class="disclaim-bar">
 *   <div class="disclaim-inner">
 *     <svg class="disclaim-icon">...</svg>
 *     <div class="disclaim-text">
 *       <strong>脱敏说明：</strong>声明内容
 *     </div>
 *   </div>
 * </div>
 *
 * 3. Hero 标签
 * <div class="dl-hero-tags">
 *   <span class="dl-tag">标签1</span>
 *   <span class="dl-tag accent">重点标签</span>
 * </div>
 *
 * 4. 企业信息行
 * <div class="dl-case-meta-row">
 *   <div><strong>行业：</strong>制造业</div>
 *   <div><strong>规模：</strong>5000+人</div>
 * </div>
 *
 * 5. 前后对比仪表盘
 * <div class="case-dashboard">
 *   <span class="section-label">数据对比</span>
 *   <h2>实施前后变化</h2>
 *   <div class="dashboard-grid">
 *     <div class="dashboard-card">
 *       <div class="dc-label">指标名称</div>
 *       <div class="dc-compare">
 *         <div class="dc-before">
 *           <div class="dc-tag">优化前</div>
 *           <div class="dc-num">30%</div>
 *         </div>
 *         <svg class="dc-arrow">→</svg>
 *         <div class="dc-after">
 *           <div class="dc-tag">优化后</div>
 *           <div class="dc-num">85%</div>
 *         </div>
 *       </div>
 *     </div>
 *   </div>
 * </div>
 *
 * 6. 案例叙事区
 * <div class="case-narrative">
 *   <div class="narrative-section">
 *     <span class="section-label">背景</span>
 *     <h2>客户背景</h2>
 *     <p>内容...</p>
 *   </div>
 * </div>
 *
 * ============================================================ */


/* ===== SOURCE: 08-decision-pages.css ===== */
/* ===== V7 Product Decision Pages ===== */
.dp-page{
  color: #172633;
  background: #f6f8fb;
}.dp-breadcrumb .current{
  color: #1a5c9c;
  font-weight: 700;
}.dp-fit-card{
  border: 1px solid rgba(26, 58, 92, 0.11);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(23, 38, 51, 0.06);
}.dp-fit-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}.dp-fit-card{
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 22px 18px 18px;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}.dp-fit-card input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}.dp-fit-card:hover,
.dp-fit-card.is-selected{
  border-color: rgba(26, 92, 156, 0.42);
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(26, 92, 156, 0.12);
}.dp-fit-card.is-selected{
  background: linear-gradient(180deg, #eef6ff, #fff);
}.dp-fit-mark{
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #eef6ff;
  color: #1a5c9c;
  font-weight: 900;
}.dp-fit-card h3{
  margin: 16px 0 8px;
  color: #172633;
  font-size: 18px;
  line-height: 1.38;
}.dp-fit-card p{
  margin: 0;
  color: #627184;
  font-size: 14px;
  line-height: 1.65;
}.dp-fit-answer{
  margin-top: auto;
  padding-top: 16px;
  color: #1a5c9c;
  font-size: 13px;
  font-weight: 900;
}.dp-fit-result{
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 12px;
  border: 1px solid rgba(26, 92, 156, 0.16);
  background: #fff;
  color: #596a7b;
}.dp-fit-result strong{
  display: block;
  margin-bottom: 5px;
  color: #172633;
  font-size: 17px;
}.dp-metric .metric-label{
  margin-top: 6px;
  color: #637284;
  font-size: 13px;
}.dp-page .dl-cta{
  display: block;
}

@media (max-width: 1024px) {.dp-fit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {.dp-fit-grid{
    grid-template-columns: 1fr;
  }.dp-fit-card{
    min-height: auto;
  }
}/* ===== Strategy Page Parity Pass ===== */
.dp-page{
  background: var(--zb-canvas);
}.dp-fit-grid{
  gap: 18px;
}.dp-fit-card{
  min-height: 190px;
  padding: 24px 22px 20px;
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 251, 250, 0.98) 100%);
  box-shadow: none;
}.dp-fit-card:hover,
.dp-fit-card.is-selected,
.dp-fit-card:has(input:focus-visible){
  border-color: rgba(26, 58, 92, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(23, 38, 51, 0.06);
}.dp-fit-card.is-selected,
.dp-fit-card:has(input:checked){
  border-color: var(--zb-primary);
  background: var(--zb-surface);
  box-shadow: 0 18px 36px rgba(26, 58, 92, 0.11);
}.dp-fit-mark{
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(217, 122, 43, 0.11);
  color: var(--zb-accent);
}.dp-fit-card.is-selected .dp-fit-mark,
.dp-fit-card:has(input:checked) .dp-fit-mark{
  background: var(--zb-primary);
  color: #fff;
}.dp-fit-card h3{
  margin: 0 0 10px;
  color: var(--zb-ink);
  font-size: 17px;
  line-height: 1.45;
}.dp-fit-card p{
  color: var(--zb-muted);
  font-size: 14px;
  line-height: 1.7;
}.dp-fit-answer{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--zb-primary-dark);
}.dp-fit-answer::before{
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid var(--zb-primary);
  border-radius: 3px;
  background: #fff;
}.dp-fit-card.is-selected .dp-fit-answer::before,
.dp-fit-card:has(input:checked) .dp-fit-answer::before{
  background: var(--zb-primary);
  box-shadow: inset 0 0 0 2px #fff;
}.dp-fit-result{
  max-width: 760px;
  margin: 28px auto 0;
  padding: 22px 26px;
  border: 1px solid rgba(26, 58, 92, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  text-align: center;
}.dp-metric .metric-label{
  margin-top: 14px;
  color: var(--zb-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 1024px) {.dp-fit-grid{
    grid-template-columns: 1fr;
  }
}/* ===== Product page CRO UI refinement: CTA,
flow panel,
fit check{
  align-items: center;
  gap: 14px;
}.dp-fit-incentive{
  display: flex;
  align-items: center;
  gap: 10px 14px;
  margin: -12px 0 24px;
  padding: 14px 18px;
  border: 1px solid rgba(26, 58, 92, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  color: #516276;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}.dp-fit-incentive strong{
  flex: 0 0 auto;
  color: var(--zb-primary-dark);
  font-size: 15px;
  font-weight: 900;
}.dp-fit-result{
  text-align: left;
}.dp-fit-result.is-updated{
  border-color: rgba(26, 58, 92, 0.24);
  background: #fff;
  box-shadow: 0 16px 34px rgba(23, 38, 51, 0.07);
}.dp-fit-action-row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(26, 58, 92, 0.1);
  color: #627286;
  font-size: 13px;
  font-weight: 700;
}.dp-fit-action-btn{
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 8px;
  background: var(--zb-primary-dark);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}.dp-fit-action-btn:hover{
  background: var(--zb-primary);
  color: #fff;
}

@media (max-width: 720px) {.dp-fit-incentive,
.dp-fit-action-row{
    align-items: flex-start;
    flex-direction: column;
  }.dp-fit-action-btn{
    width: 100%;
  }
}.dp-hero .dp-breadcrumb .current{
  color: var(--zb-primary-dark);
}/* ===== SOURCE: 09-home-page.css ===== */
/* Extracted from index.html on 2026-06-23 to keep page styles in shared assets. */


/* ============================================================
   V9 首页内联样式说明
   ------------------------------------------------------------
   1. 本文件只承载首页专属样式；全站基础样式来自 main.css / dl-system.css。
   2. 首屏、经营分诊、案例压缩布局等近期 V9 调整集中在这里，便于快速迭代。
   3. 后续若进入正式生产维护，建议逐步迁移到独立 CSS，降低 HTML 文件体积。
   ============================================================ */

/* ============================================================
   Hero 首屏样式
   ------------------------------------------------------------
   目标：首屏采用“价值上浮、痛点下沉”的 ToB 结构。
   左侧负责价值主张、痛点、副文案、证据和 CTA；右侧负责年度经营作战推演视觉。
   ============================================================ */

.dl-hero{
    /* 减去导航高度，确保桌面首屏尽量完整呈现。 */
    min-height: calc(100vh - 76px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px calc(5% + 70px) 26px;
    background: var(--zb-canvas);
    overflow: visible;
    gap: 48px;
    position: relative;
}body{
    /* 防止跑马灯、SVG 或宽容器造成页面横向滚动。 */
    overflow-x: hidden;
}.dl-hero-copy{
    /* 左侧文案占一半宽度，避免被右侧作战卡压缩。 */
    width: 50%;
    flex-shrink: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
}.dl-hero-kicker{
    /* 首屏定位标签：作为行业/服务性质关键词，不抢 H1 的注意力。 */
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    gap: 9px;
    padding: 0 16px;
    border-radius: 999px;
    background: #EEF3F7;
    border: 1px solid #DDE6EE;
    color: var(--zb-primary-dark);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
    width: fit-content;
    font-family: var(--zb-mono);
}.dl-hero-kicker::before{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--zb-primary);
}.hero-headline{
    margin-bottom: 0;
    max-width: 650px;
}.hero-headline .q{
    /* H1 聚焦一个核心价值，避免三层标题互相抢夺注意力。 */
    display: block;
    font-size: clamp(34px, 3.55vw, 50px);
    font-weight: 800;
    color: var(--zb-ink);
    line-height: 1.14;
    letter-spacing: 0;
    margin: 0 0 22px;
    overflow-wrap: anywhere;
}.hero-headline .q .question-line{
    /* 问句：视觉突出，引发共鸣 */
    display: block;
    color: var(--zb-primary-dark);
    margin-bottom: 12px;
}.hero-headline .q .solution-line{
    /* 解决方案：承接问句 */
    display: block;
    color: var(--zb-ink);
}.hero-headline .q-prefix{
    display: none;
}.hero-headline .q-main{
    display: block;
    white-space: normal;
}.hero-headline .judgment{
    /* 辅助文案按“目标解码 → 部门承接 → 改善立项 → 激励挂钩”讲清交付链路。 */
    font-size: 16px;
    color: #4B5563;
    line-height: 1.75;
    margin: 0;
    max-width: 590px;
    overflow-wrap: anywhere;
}.hero-headline .pain-subtitle{
    /* 四大管理顽疾用短词并列，先让客户快速对号入座。 */
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.48;
    letter-spacing: 0;
    max-width: 620px;
    overflow-wrap: anywhere;
}.hero-headline .pain-subtitle strong{
    color: var(--zb-primary-dark);
    font-weight: 850;
}.hero-headline .pain-subtitle span{
    color: #334155;
    font-weight: 500;
}.hero-headline .pain-subtitle em{
    font-style: normal;
}.hero-headline .pain-subtitle em + em::before{
    content: " · ";
}.hero-headline .judgment strong{
    color: var(--zb-primary-dark);
    font-weight: 700;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-decoration-break: initial;
    -webkit-box-decoration-break: initial;
}.hero-proof-line{
    /* 首屏轻量证据行：只保留 3 个可信数字，替代原来的大卡片统计区。 */
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 32px;
    color: var(--zb-primary-dark);
    font-size: 14px;
    font-weight: 700;
}.hero-proof-item::before{
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 8px;
    border-radius: 999px;
    background: var(--zb-primary);
    opacity: 0.78;
}.hero-proof-item{
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 16px;
    background: #F5F6F4;
    border: 1px solid #E1E5E8;
    border-radius: 999px;
    line-height: 1.2;
    box-shadow: 0 3px 8px rgba(23,38,51,0.025);
}.hero-proof-sep{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(26,58,92,0.32);
}/* 覆盖全站微圆角规则：首屏这些标签必须保持真正胶囊形。 */
.dl-page .dl-hero .dl-hero-kicker,
.dl-page .dl-hero .hero-proof-item{
    border-radius: 9999px !important;
}/* dl-stats-cards / dl-stat-card 基类已提取到 dl-system.css，此处仅保留首页专属子元素样式。 */

.dl-stat-card strong{
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: var(--zb-primary-dark);
    line-height: 1.1;
}.dl-stat-card span{
    font-size: 14px;
    color: var(--zb-muted);
    font-weight: 500;
    margin-top: 3px;
    display: block;
}.dl-stat-card .compare-hint{
    display: block;
    font-size: 13px;
    color: var(--zb-muted);
    font-weight: 600;
    margin-top: 4px;
    background: transparent;
    padding: 0;
    border-radius: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}.cta-group{
    /* 首屏 CTA：主按钮进入咨询转化，副按钮进入案例证明。 */
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 34px;
    flex-wrap: wrap;
}.cta-trust-note{
    margin-top: 14px;
    color: #374151;
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.45;
}.cta-trust-note strong{
    color: var(--zb-primary-dark);
    font-weight: 900;
}.dl-btn-primary{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border: 0;
    border-radius: 50px;
    background: var(--zb-primary);
    color: var(--zb-surface);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 14px rgba(23, 38, 51, 0.14);
    text-decoration: none;
    white-space: nowrap;
}.dl-btn-primary:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(23, 38, 51, 0.18);
    background: var(--zb-primary-dark);
}.dl-btn-primary .arrow{
    transition: transform 0.3s ease;
}.dl-btn-primary:hover .arrow{
    transform: translateX(4px);
}.dl-btn-ghost{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 14px 28px;
    border: 2px solid var(--zb-border);
    border-radius: 50px;
    background: transparent;
    color: var(--zb-ink);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
    white-space: nowrap;
}.dl-btn-ghost:hover{
    background: var(--zb-surface);
    border-color: var(--zb-primary-dark);
    color: var(--zb-primary-dark);
    transform: translateY(-2px);
}.dl-btn-ghost svg{
    flex-shrink: 0;
}.dl-page .dl-cta.dl-cta--home{
    background: var(--zb-canvas);
}/* ============================================================
   响应式适配
   ------------------------------------------------------------
   1024px：左右布局改为上下布局。
   768px：隐藏右侧视觉，保留左侧价值主张和 CTA。
   480px：进一步收紧字号，避免中文长句溢出。
   ============================================================ */
@media (max-width: 1024px){
    .dl-hero {
        flex-direction: column;
        height: auto;
        min-height: calc(100vh - 76px);
        padding: 20px 6%;
        gap: 20px;
    }
    .dl-hero-copy {
        width: 100%;
    }
}

@media (max-width: 1320px) and (min-width: 769px) {.hero-headline .q{
        font-size: clamp(34px, 3.15vw, 42px);
        line-height: 1.16;
        margin-bottom: 18px;
    }.hero-headline .pain-subtitle{
        margin-bottom: 14px;
        font-size: 17px;
        line-height: 1.45;
    }.hero-headline .judgment{
        font-size: 15px;
        line-height: 1.66;
    }.hero-proof-line{
        margin-top: 24px;
        gap: 8px;
    }.hero-proof-item{
        min-height: 32px;
        padding: 0 12px;
        font-size: 13px;
    }.cta-group{
        margin-top: 30px;
    }.dl-btn-primary,
.dl-btn-ghost{
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media (max-width: 768px) {body:not(.home-workspace-style) .dl-hero{
        padding: 24px 5% 40px !important;
        gap: 16px;
        min-height: auto;
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }body:not(.home-workspace-style) .dl-hero-copy{
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }.dl-page:not(.home-workspace-style) .dl-hero,
.dl-page:not(.home-workspace-style) .dl-hero *{
        box-sizing: border-box;
    }.dl-page:not(.home-workspace-style) .dl-hero .hero-headline,
.dl-page:not(.home-workspace-style) .dl-hero .hero-headline .q,
.dl-page:not(.home-workspace-style) .dl-hero .hero-headline .q-main,
.dl-page:not(.home-workspace-style) .dl-hero .hero-headline .pain-subtitle,
.dl-page:not(.home-workspace-style) .dl-hero .hero-headline .judgment,
.dl-page:not(.home-workspace-style) .dl-hero .hero-proof-item,
.dl-page:not(.home-workspace-style) .dl-hero .dl-btn-primary,
.dl-page:not(.home-workspace-style) .dl-hero .dl-btn-ghost,
.dl-page:not(.home-workspace-style) .dl-hero .cta-group,
.dl-page:not(.home-workspace-style) .dl-hero .cta-trust-note{
        max-width: 100% !important;
        min-width: 0 !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }.dl-page:not(.home-workspace-style) .dl-hero .dl-hero-copy,
.dl-page:not(.home-workspace-style) .dl-hero .hero-headline,
.dl-page:not(.home-workspace-style) .dl-hero .hero-proof-line,
.dl-page:not(.home-workspace-style) .dl-hero .cta-group,
.dl-page:not(.home-workspace-style) .dl-hero .cta-trust-note{
        width: 100% !important;
        flex: 0 1 auto !important;
    }body:not(.home-workspace-style) .hero-headline .q{
        font-size: 28px;
        gap: 10px;
        margin-bottom: 20px;
        max-width: 100%;
    }/* Hero主标题移动端样式 */
    body:not(.home-workspace-style) .hero-headline .q .question-line{
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 10px;
    }body:not(.home-workspace-style) .hero-headline .q .solution-line{
        font-size: 24px;
        line-height: 1.35;
    }body:not(.home-workspace-style) .hero-headline .q-prefix{
        font-size: .62em;
    }body:not(.home-workspace-style) .hero-headline .judgment{
        font-size: 15px;
        line-height: 1.6;
        max-width: 100%;
    }body:not(.home-workspace-style) .hero-headline .pain-subtitle{
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 1.45;
        max-width: 100%;
    }body:not(.home-workspace-style) .hero-headline .pain-subtitle strong,
body:not(.home-workspace-style) .hero-headline .pain-subtitle span{
        display: block;
        overflow-wrap: anywhere;
        word-break: break-word;
    }body:not(.home-workspace-style) .hero-headline .pain-subtitle span{
        display: flex;
        flex-wrap: wrap;
        gap: 3px 10px;
    }body:not(.home-workspace-style) .hero-headline .pain-subtitle em{
        display: inline-block;
        max-width: 100%;
    }body:not(.home-workspace-style) .hero-headline .pain-subtitle em + em::before{
        content: none;
    }body:not(.home-workspace-style) .hero-headline .pain-subtitle strong{
        margin-bottom: 4px;
    }body:not(.home-workspace-style) .hero-proof-line{
        display: flex;
        margin-top: 24px;
        gap: 8px;
        width: 100%;
        max-width: 100% !important;
        flex-wrap: wrap;
    }body:not(.home-workspace-style) .hero-proof-item{
        flex: 0 1 auto;
        min-height: 34px;
        padding: 0 14px;
        font-size: 13px;
    }body:not(.home-workspace-style) .dl-stats-cards{
        display: none !important;
        flex-direction: column;
        gap: 8px;
    }body:not(.home-workspace-style) .dl-stat-card{
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 10px 16px;
        text-align: left;
        flex: none;
    }body:not(.home-workspace-style) .dl-stat-card strong{
        font-size: 20px;
        min-width: 50px;
    }body:not(.home-workspace-style) .dl-stat-card span{
        margin-top: 0;
    }body:not(.home-workspace-style) .dl-stat-card .compare-hint{
        margin-left: 0;
        margin-right: 0;
    }body:not(.home-workspace-style) .cta-group{
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-top: 32px;
    }body:not(.home-workspace-style) .dl-btn-primary,
body:not(.home-workspace-style) .dl-btn-ghost{
        width: calc(100vw - 48px);
        max-width: calc(100vw - 48px);
        min-width: 0;
        justify-content: center;
        padding: 12px 20px;
        font-size: 15px;
        white-space: normal;
        text-align: center;
    }body:not(.home-workspace-style) .cta-trust-note{
        text-align: center;
        font-size: 13px;
        margin-top: 14px;
        width: calc(100vw - 48px);
        max-width: calc(100vw - 48px);
        overflow-wrap: anywhere !important;
    }body:not(.home-workspace-style) .stat-label{
        font-size: 14px;
    }
}

@media (max-width: 480px) {.dl-page:not(.home-workspace-style) .dl-hero{
        padding-left: 24px !important;
        padding-right: 24px !important;
        max-width: 100vw !important;
        overflow: hidden !important;
    }.dl-page:not(.home-workspace-style) .dl-hero .dl-hero-copy,
.dl-page:not(.home-workspace-style) .dl-hero .hero-headline,
.dl-page:not(.home-workspace-style) .dl-hero .hero-proof-line,
.dl-page:not(.home-workspace-style) .dl-hero .cta-group,
.dl-page:not(.home-workspace-style) .dl-hero .cta-trust-note{
        width: calc(100vw - 48px) !important;
        max-width: calc(100vw - 48px) !important;
    }.dl-page:not(.home-workspace-style) .dl-hero .hero-headline .q,
.dl-page:not(.home-workspace-style) .dl-hero .hero-headline .pain-subtitle,
.dl-page:not(.home-workspace-style) .dl-hero .hero-headline .judgment,
.dl-page:not(.home-workspace-style) .dl-hero .hero-proof-item,
.dl-page:not(.home-workspace-style) .dl-hero .dl-btn-primary,
.dl-page:not(.home-workspace-style) .dl-hero .dl-btn-ghost{
        max-width: 100% !important;
        min-width: 0 !important;
        overflow-wrap: anywhere !important;
        word-break: break-all !important;
    }body:not(.home-workspace-style) .hero-proof-line{
        width: 100%;
    }body:not(.home-workspace-style) .hero-proof-item{
        flex: 0 1 auto;
    }body:not(.home-workspace-style) .hero-headline .q{
        font-size: 22px;
        line-height: 1.24;
        gap: 8px;
        margin-bottom: 16px;
    }body.home-workspace-style .dl-hero .hero-headline .q{
        font-size: clamp(42px, 10.8vw, 48px);
        line-height: 1.14;
        gap: 0;
        margin-bottom: 22px;
    }.dl-page:not(.home-workspace-style) .dl-hero .hero-headline .q{
        font-size: 22px !important;
        line-height: 1.24 !important;
    }body:not(.home-workspace-style) .hero-headline .q-prefix{
        font-size: .64em;
    }body:not(.home-workspace-style) .hero-headline .judgment{
        font-size: 14px;
        line-height: 1.65;
    }body:not(.home-workspace-style) .hero-headline .pain-subtitle{
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 1.5;
    }body:not(.home-workspace-style) .cta-group{
        margin-top: 28px;
    }body:not(.home-workspace-style) .dl-btn-primary,
body:not(.home-workspace-style) .dl-btn-ghost{
        min-height: 48px;
        padding: 12px 14px;
        font-size: 14px;
    }body:not(.home-workspace-style) .cta-trust-note{
        max-width: 300px !important;
        margin-left: auto;
        margin-right: auto;
        font-size: 12.5px;
        line-height: 1.5;
    }.dl-hero-kicker{
        min-height: 34px;
        padding: 0 14px;
        font-size: 12px;
    }
}/* ---- extracted style block ---- */


/* ============================================================
   首页下半部分专属样式
   ------------------------------------------------------------
   覆盖范围：核心顾问代表、精选客户证明、案例压缩卡、经营分诊卡、产品流程箭头。
   这些样式依赖全站变量，不要脱离 dl-system.css 单独使用。
   ============================================================ */

/* 核心顾问代表卡片：展示部分代表成员，不暗示这是完整团队名单。 */
.tm{
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 48px;
}.tmi{
    /* 单个顾问卡片，保持 3 列时宽度稳定。 */
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
    border: 1px solid var(--zb-border);
    border-radius: 8px;
    padding: 32px 28px 28px;
    text-align: center;
    max-width: 380px;
    flex: 1;
    min-width: 320px;
    box-shadow: 0 8px 18px rgba(23,38,51,0.04);
    transition: all 0.3s ease;
    overflow: hidden;
}.tmi::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}.tmi:hover{
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(23,38,51,0.08);
}.tma{
    /* 顾问头像容器：头像和文字占位统一为 100x100，避免卡片高度跳动。 */
    width: 100px !important;
    height: 100px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, rgba(244,241,234,0.96) 0%, rgba(255,255,255,0.98) 100%);
    margin: 0 auto 24px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(26,58,92,0.10) !important;
    box-shadow: none !important;
    position: relative;
    color: var(--zb-primary-dark);
    font-size: 36px;
    font-weight: 700;
}.tma:nth-child(1){
    background: var(--zb-primary);
}.tmi:nth-child(2) .tma{
    background: linear-gradient(180deg, rgba(244,241,234,0.96) 0%, rgba(255,255,255,0.98) 100%);
    color: var(--zb-primary);
}.tmi:nth-child(3) .tma{
    background: linear-gradient(180deg, rgba(244,241,234,0.96) 0%, rgba(255,255,255,0.98) 100%);
    color: var(--zb-primary);
}.tma img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}.tma svg{
    display: none !important;
}.tmi h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--zb-ink);
}.tmi p{
    font-size: 15px;
    color: var(--zb-muted);
    line-height: 1.75;
    margin-bottom: 16px;
}.tmi .desc{
    font-size: 15px;
    color: var(--zb-muted);
    line-height: 1.8;
    text-align: left;
}.home-team-proof{
    padding-top: 56px !important;
    padding-bottom: 60px !important;
}.home-team-proof .sh{
    margin-bottom: 28px;
}.home-team-proof .sh h2{
    font-size: clamp(28px, 2.4vw, 34px);
    line-height: 1.22;
}.home-team-proof .tm{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 1180px;
    margin: 0 auto 28px;
}.home-team-proof .tmi{
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    column-gap: 16px;
    align-items: start;
    min-width: 0;
    max-width: none;
    padding: 20px 20px 18px;
    text-align: left;
    box-shadow: none;
}.home-team-proof .tma{
    width: 118px !important;
    height: 118px !important;
    margin: 0;
    border-radius: 50% !important;
    border: 4px solid rgba(255,255,255,0.92) !important;
    background: #eef1f4;
    box-shadow: 0 10px 28px rgba(26,58,92,0.16) !important;
}.home-team-proof .tmi h4{
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
}.home-team-proof .tmi p{
    margin: 5px 0 8px;
    font-size: 13px;
    line-height: 1.35;
    color: var(--zb-primary-dark);
    font-weight: 800;
}.home-team-proof .tmi .desc{
    color: #4B5563;
    font-size: 13px;
    line-height: 1.58;
    text-align: left;
}.home-team-proof .tmi::before{
    width: 3px;
    height: auto;
    right: auto;
    bottom: 0;
}.home-cases-compact{
    padding: 68px 0 72px;
    background: var(--zb-canvas);
}.home-cases-compact .c{
    max-width: 1240px;
}.home-cases-compact .sh{
    max-width: 860px;
    margin: 0 auto 44px;
    text-align: center;
}.home-cases-compact .sh h2{
    font-size: var(--home-fs-section);
    line-height: 1.25;
    font-weight: 700;
}.home-cases-compact .sh p{
    max-width: 760px;
    margin: 18px auto 0;
    color: var(--zb-muted);
    font-size: var(--home-fs-body);
    line-height: 1.62;
}.home-case-result-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
    align-items: stretch;
}.home-case-result-card{
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 340px;
    padding: 34px 30px 32px;
    border: 1px solid var(--zb-border);
    border-radius: 12px;
    background: var(--zb-surface);
    box-shadow: var(--home-shadow-light);
    transform: translateY(0);
    transition:
        transform 280ms var(--ease-out),
        border-color 280ms var(--ease-out),
        box-shadow 280ms var(--ease-out);
}.home-case-result-card:hover,
.home-case-result-card:focus-within{
    border-color: rgba(26, 58, 92, 0.22);
    box-shadow: var(--home-shadow-hover);
    transform: translateY(-6px);
}.home-case-card-top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 32px;
}.home-case-problem{
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 7px;
    background: rgba(217, 122, 43, 0.10);
    color: #c84f1d;
    font-size: var(--home-fs-small);
    font-weight: 700;
    line-height: 1.2;
    transition:
        background-color 260ms var(--ease-out),
        color 260ms var(--ease-out);
}.home-case-duration{
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid var(--zb-border);
    border-radius: 999px;
    background: var(--zb-surface-soft);
    color: var(--zb-muted);
    font-size: var(--home-fs-small);
    font-weight: 600;
    white-space: nowrap;
    transition:
        border-color 260ms var(--ease-out),
        background-color 260ms var(--ease-out),
        color 260ms var(--ease-out);
}.home-case-result-card:hover .home-case-problem,
.home-case-result-card:focus-within .home-case-problem{
    background: rgba(217, 122, 43, 0.14);
    color: #b74216;
}.home-case-result-card:hover .home-case-duration,
.home-case-result-card:focus-within .home-case-duration{
    border-color: rgba(26, 58, 92, 0.20);
    background: #fff;
    color: var(--zb-primary-dark);
}.home-case-result-card h3{
    min-height: 74px;
    margin: 0 0 34px;
    color: var(--zb-ink);
    font-size: var(--home-fs-title);
    line-height: 1.34;
    font-weight: 700;
}.home-case-metrics{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: auto;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--zb-border);
}.home-case-metric strong{
    display: block;
    color: var(--zb-ink);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.05;
    transform: translateY(0);
    transition:
        color 260ms var(--ease-out),
        transform 260ms var(--ease-out);
}.home-case-result-card:hover .home-case-metric strong,
.home-case-result-card:focus-within .home-case-metric strong{
    color: var(--zb-primary-dark);
    transform: translateY(-2px);
}.home-case-metric strong span:not(.home-case-up):not(.home-case-down){
    margin-left: 4px;
    font-size: var(--home-fs-body);
    font-weight: 700;
}.home-case-metric em{
    display: block;
    margin-top: 10px;
    color: var(--zb-muted);
    font-size: var(--home-fs-small);
    font-style: normal;
    line-height: 1.4;
}.home-case-up{
    margin-right: 6px;
    color: #16b57f;
}.home-case-down{
    margin-right: 6px;
    color: #ef4444;
}.home-cases-compact .case-more-link{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 28px;
    font-size: 14px;
    font-weight: 700;
    color: var(--zb-primary);
    text-decoration: none;
    transition:
        color 260ms var(--ease-out),
        transform 260ms var(--ease-out);
}.home-cases-compact .case-more-link:hover,
.home-cases-compact .case-more-link:focus-visible{
    color: var(--zb-primary-dark);
    transform: translateX(4px);
}.home-cases-compact .vm{
    margin-top: 26px;
}.home-resource-strip{
    padding: 34px 0;
    background: var(--zb-canvas);
    border-bottom: 1px solid rgba(220, 225, 232, 0.72);
}.home-resource-strip .c{
    max-width: 1240px;
}.home-resource-panel{
    display: grid;
    grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr);
    gap: 28px;
    align-items: center;
    padding: 26px 28px;
    border: 1px solid var(--zb-border);
    border-radius: 12px;
    background: var(--zb-surface);
    box-shadow: var(--home-shadow-light);
}.home-resource-copy span{
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--zb-primary-dark);
    font-size: var(--home-fs-small);
    font-weight: 700;
}.home-resource-copy h2{
    margin: 0;
    color: var(--zb-ink);
    font-size: var(--home-fs-title);
    font-weight: 700;
    line-height: 1.38;
}.home-resource-copy p{
    margin: 10px 0 0;
    color: var(--zb-muted);
    font-size: var(--home-fs-small);
    line-height: 1.58;
}.home-resource-links{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}.home-resource-card{
    display: flex;
    min-height: 128px;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px 18px 16px;
    border: 1px solid var(--zb-border);
    border-radius: 10px;
    background: var(--zb-surface-soft);
    color: inherit;
    text-decoration: none;
    transition:
        transform 260ms var(--ease-out),
        border-color 260ms var(--ease-out),
        background-color 260ms var(--ease-out),
        box-shadow 260ms var(--ease-out);
}.home-resource-card:hover,
.home-resource-card:focus-visible{
    border-color: rgba(26, 58, 92, 0.24);
    background: #fff;
    box-shadow: var(--home-shadow-medium);
    transform: translateY(-3px);
}.home-resource-card strong{
    color: var(--zb-ink);
    font-size: var(--home-fs-small);
    font-weight: 700;
    line-height: 1.4;
}.home-resource-card em{
    display: block;
    margin-top: 8px;
    color: var(--zb-muted);
    font-size: var(--home-fs-micro);
    font-style: normal;
    line-height: 1.45;
}.home-resource-card span{
    display: inline-flex;
    margin-top: 16px;
    color: var(--zb-primary-dark);
    font-size: var(--home-fs-small);
    font-weight: 700;
    transition: transform 260ms var(--ease-out);
}.home-resource-card:hover span,
.home-resource-card:focus-visible span{
    transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {.home-case-result-card,
.home-case-result-card:hover,
.home-case-result-card:focus-within,
.home-case-metric strong,
.home-case-result-card:hover .home-case-metric strong,
.home-case-result-card:focus-within .home-case-metric strong,
.home-cases-compact .case-more-link,
.home-cases-compact .case-more-link:hover,
.home-cases-compact .case-more-link:focus-visible,
.home-resource-card,
.home-resource-card:hover,
.home-resource-card:focus-visible,
.home-resource-card span,
.home-resource-card:hover span,
.home-resource-card:focus-visible span{
        transform: none;
    }
}/* 服务体系区样式增强 */
.seca .sh p{
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}.seca .sh p br + br{
    display: block;
    content: "";
    margin-top: 12px;
}

@media (max-width: 760px) {.pain-quote{
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 10px;
        min-height: 0;
    }.home-cases-compact{
        padding: 48px 0 52px;
    }.home-cases-compact .sh{
        margin-bottom: 24px;
    }.home-case-result-grid,
.home-workspace-style .home-cases-compact .home-case-result-grid{
        grid-template-columns: 1fr;
        gap: 18px;
    }.home-case-result-card,
.home-workspace-style .home-cases-compact .home-case-result-card{
        min-height: auto;
        padding: 26px 22px 24px;
    }.home-case-card-top{
        margin-bottom: 24px;
    }.home-case-result-card h3,
.home-workspace-style .home-cases-compact .home-case-result-card h3{
        min-height: 0;
        margin-bottom: 28px;
    }.home-case-metrics,
.home-workspace-style .home-cases-compact .home-case-metrics{
        gap: 18px;
        padding-bottom: 22px;
    }.home-case-metric strong{
        font-size: 28px;
    }.home-cases-compact .case-more-link{
        padding-top: 22px;
    }.home-resource-strip{
        padding: 28px 0;
    }.home-resource-panel{
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 24px 22px;
    }.home-resource-links{
        grid-template-columns: 1fr;
    }.home-resource-card{
        min-height: 0;
    }
}.client-proof-panel{
    max-width: 1180px;
    height: auto;
    margin: 0 auto;
    padding: 24px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(26, 58, 92, 0.10);
    border-radius: 8px;
    box-shadow: none;
}.client-proof-head{
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}.client-proof-kicker{
    color: var(--zb-primary-dark);
    font-family: var(--zb-mono);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .08em;
}.client-proof-title{
    margin: 6px 0 0;
    color: var(--zb-ink);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.35;
}.client-proof-note{
    max-width: 520px;
    margin: 0;
    color: var(--zb-muted);
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
}.client-proof-grid{
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
}.client-proof-card{
    min-width: 0;
    padding: 13px 10px;
    background: #F7F9FB;
    border: 1px solid rgba(26, 58, 92, 0.10);
    border-radius: 8px;
    text-align: center;
}.client-proof-name{
    display: block;
    color: var(--zb-primary-dark);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}.client-proof-meta{
    display: block;
    margin-top: 5px;
    color: #6B7280;
    font-size: 11px;
    line-height: 1.3;
}.client-proof-summary{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(26, 58, 92, 0.10);
}.client-proof-stat{
    display: block;
    min-width: 0;
}.client-proof-stat strong{
    display: block;
    margin-bottom: 6px;
    color: var(--zb-primary-dark);
    font-family: var(--zb-mono);
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}.client-proof-stat span{
    color: var(--zb-muted);
    font-size: 12px;
    line-height: 1.35;
}

@media (max-width: 900px) {.home-team-proof .tm{
        grid-template-columns: 1fr;
    }.client-proof-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.client-proof-summary{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.client-proof-stat{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width: 760px) {.home-team-proof{
        padding-top: 44px !important;
        padding-bottom: 46px !important;
    }.home-team-proof .sh{
        margin-bottom: 18px;
    }.home-team-proof .tm{
        gap: 12px;
        margin-bottom: 18px;
    }.home-team-proof .tmi{
        grid-template-columns: 58px minmax(0, 1fr);
        column-gap: 12px;
        padding: 16px;
    }.home-team-proof .tma{
        width: 86px !important;
        height: 86px !important;
    }.home-team-proof .tmi h4{
        font-size: 16px;
    }.home-team-proof .tmi p{
        margin: 3px 0 5px;
        font-size: 12.5px;
    }.home-team-proof .tmi .desc{
        font-size: 12.5px;
        line-height: 1.45;
    }.client-proof-panel{
        padding: 18px 16px;
    }.client-proof-head{
        display: block;
        margin-bottom: 12px;
    }.client-proof-title{
        font-size: 18px;
    }.client-proof-note{
        margin-top: 6px;
        font-size: 12.5px;
        line-height: 1.45;
    }.client-proof-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }.client-proof-card{
        padding: 9px 8px;
    }.client-proof-summary{
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
        margin-top: 10px;
        padding-top: 10px;
    }.client-proof-stat strong{
        margin-bottom: 4px;
        font-size: 18px;
    }.client-proof-stat span{
        display: -webkit-box;
        overflow: hidden;
        font-size: 10.5px;
        line-height: 1.25;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}/* ===== SOURCE: 11-about-page.css ===== */
/* ============================================================
 * V9 About Page
 * 角色：关于页信任中枢专属样式。公共按钮/导航/footer/section 继续复用 main.css + dl-system.css。
 * ============================================================ */

.about-page .dl-container{
  box-sizing: border-box;
  max-width: 1180px;
}.about-page .dl-container *,
.about-page .dl-container *::before,
.about-page .dl-container *::after{
  box-sizing: border-box;
}.about-page main{
  background: var(--zb-canvas);
}.about-page main > .dl-section .dl-head{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}.about-page main > .dl-section .dl-head p{
  margin-left: auto;
  margin-right: auto;
}.about-page .dl-section{
  padding-top: 68px;
  padding-bottom: 68px;
}.about-page main > .dl-section .dl-head{
  margin-bottom: 40px;
}.about-mobile-break{
  display: none;
}.about-hero{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: 44px 0 36px;
  background: var(--zb-canvas);
  border-bottom: 1px solid var(--zb-border);
}.about-hero-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 56px;
  align-items: center;
}.about-hero-copy,
.about-proof-card,
.about-hero-grid > *{
  min-width: 0;
}.about-hero-copy .dl-hero-kicker{
  margin-bottom: 24px;
}.about-hero-copy h1{
  margin: 0 0 28px;
  max-width: 760px;
  line-height: 1.16;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

/* 主标题（第一行） */
.about-hero-copy h1 span:first-child {
  display: block;
  font-size: clamp(48px, 4.4vw, 56px);
  font-weight: 650;
  line-height: 1.16;
  color: var(--zb-ink);
  margin-bottom: 8px;
}

/* 副标题（第二行） */
.about-hero-copy h1 span:last-child {
  display: block;
  font-size: clamp(32px, 3.2vw, 40px);
  font-weight: 550;
  line-height: 1.3;
  color: var(--zb-muted);
}

.about-hero-copy h1 span{
  display: block;
}.about-title-mobile-break{
  display: none;
}.about-hero-lead{
  margin: 0 0 24px;
  max-width: 700px;
  color: var(--zb-muted);
  font-size: 18px;
  line-height: 1.66;
}.about-hero-note{
  margin: 0 0 34px;
  max-width: 700px;
  color: var(--zb-muted);
  font-size: 18px;
  line-height: 1.66;
}.about-hero-belief{
  padding-left: 18px;
  border-left: 3px solid var(--zb-primary);
  color: var(--zb-ink);
  font-weight: 600;
}.about-hero .dl-hero-actions{
  gap: 24px;
}.about-hero .dl-btn-ghost{
  background: var(--zb-surface);
  border-color: var(--zb-border-strong);
  color: var(--zb-primary-dark);
}.about-proof-card{
  padding: 14px;
  overflow: hidden;
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(26, 58, 92, .1);
}.about-proof-image{
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--zb-surface-soft);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
}.about-proof-image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}.about-proof-card:hover .about-proof-image img{
  transform: scale(1.025);
}.about-proof-image::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 37, 56, .04), rgba(14, 37, 56, .52));
  pointer-events: none;
}.about-proof-image::after{
  content: "在一线现场，找到问题的真正根源";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  color: var(--zb-on-dark);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

/* 关于页数据卡片 */
.about-proof-stats {
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  z-index: 2;
}

.about-proof-stats .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 85px;
  padding: 12px 10px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(14, 37, 56, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-proof-stats .stat-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(14, 37, 56, 0.18);
}

.about-proof-stats .stat-item strong {
  display: block;
  color: var(--zb-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.about-proof-stats .stat-item span {
  display: block;
  margin-top: 4px;
  color: var(--zb-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.about-belief-layout{
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 56px;
  align-items: start;
}.about-belief-copy h2{
  margin: 14px 0 22px;
  color: var(--zb-ink);
  font-size: clamp(36px, 2.9vw, 40px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}.about-belief-copy p{
  margin: 0;
  color: var(--zb-muted);
  font-size: 18px;
  line-height: 1.7;
}.about-belief-copy p + p{
  margin-top: 16px;
  color: var(--zb-ink);
  font-weight: 600;
}.about-belief-list{
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
}.about-belief-item{
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 20px;
  padding: 28px 30px;
}.about-belief-item + .about-belief-item{
  border-top: 1px solid var(--zb-border);
}.about-belief-item h3{
  margin: 0 0 10px;
  color: var(--zb-ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}.about-belief-item p{
  grid-column: 2;
  margin: 0;
  color: var(--zb-muted);
  font-size: 18px;
  line-height: 1.62;
}.about-card-num{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid var(--zb-border);
  border-radius: 999px;
  background: var(--zb-surface-soft);
  color: var(--zb-primary-dark);
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
}.about-work-layout{
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 48px;
  align-items: start;
}.about-work-panel{
  display: flex;
  min-height: 360px;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 32px;
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(26, 58, 92, .1);
  align-self: start;
}.about-work-label{
  display: inline-flex;
  width: max-content;
  margin-bottom: 18px;
  color: var(--zb-primary-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}.about-work-panel h3{
  margin: 0;
  max-width: 420px;
  color: var(--zb-ink);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.32;
}.about-work-pack{
  display: grid;
  gap: 8px;
  margin-top: 24px;
}.about-work-pack span{
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  background: var(--zb-surface-soft);
  color: var(--zb-ink);
  font-size: 14px;
  font-weight: 700;
}.about-work-pack span::before{
  content: "";
  width: 16px;
  height: 2px;
  margin-right: 10px;
  background: var(--zb-primary);
}.about-work-steps{
  border-top: 1px solid var(--zb-border);
}.about-work-step{
  border-bottom: 1px solid var(--zb-border);
}.about-work-step summary{
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 50px;
  padding: 10px 0;
  color: var(--zb-ink);
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
  text-align: left;
}.about-work-step summary::-webkit-details-marker{
  display: none;
}.about-work-step summary::before{
  content: "";
  width: 3px;
  align-self: stretch;
  min-height: 24px;
  border-radius: 999px;
  background: var(--zb-border);
  transition: background 180ms ease;
}.about-work-step[open] summary::before,
.about-work-step summary:hover::before{
  background: var(--zb-primary);
}.about-work-step p{
  margin: -4px 0 16px 21px;
  max-width: 620px;
  color: var(--zb-muted);
  font-size: 18px;
  line-height: 1.68;
}.team-role-rail{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
}.team-role-card{
  min-height: 228px;
  padding: 26px 24px;
  background: var(--zb-surface);
}.team-role-card + .team-role-card{
  border-left: 1px solid var(--zb-border);
}.team-role-card--lead{
  background: var(--zb-surface-soft);
}.team-role-card h3{
  margin: 0 0 12px;
  color: var(--zb-ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}.team-role-card p{
  margin: 0;
  color: var(--zb-muted);
  font-size: 18px;
  line-height: 1.62;
}.team-methodology{
  margin-top: 20px;
  padding: 18px 24px;
  border-left: 3px solid var(--zb-primary);
  background: var(--zb-surface);
}.team-methodology p{
  max-width: 920px;
  margin: 0;
  color: var(--zb-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.62;
}.fit-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}.fit-card{
  padding: 32px;
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
}.fit-card.is-good{
  border-top: 4px solid var(--zb-primary);
}.fit-card h3{
  margin: 0 0 18px;
  color: var(--zb-ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}.fit-card ul{
  margin: 0;
  padding-left: 20px;
}.fit-card li{
  margin: 0;
  color: var(--zb-muted);
  font-size: 18px;
  line-height: 1.62;
}.fit-card li + li{
  margin-top: 12px;
}.about-proof-strip{
  margin-top: 28px;
  padding: 18px 24px;
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-left: 3px solid var(--zb-primary);
  border-radius: 8px;
}.about-proof-strip p{
  margin: 0;
  color: var(--zb-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.62;
}.about-proof-strip a{
  color: var(--zb-primary-dark);
  font-weight: 800;
  text-decoration: none;
}.about-proof-strip a:hover{
  text-decoration: underline;
}

@media (max-width: 1080px) {
  .about-hero-grid,
  .about-belief-layout,
  .about-work-layout{
    grid-template-columns: 1fr;
  }
  .team-role-rail{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .team-role-card:nth-child(3){
    border-left: 0;
    border-top: 1px solid var(--zb-border);
  }
  .team-role-card:nth-child(4){
    border-top: 1px solid var(--zb-border);
  }
}

@media (max-width: 860px) {
  .fit-grid,
  .team-role-rail{
    grid-template-columns: 1fr;
  }
  .team-role-card + .team-role-card{
    border-left: 0;
    border-top: 1px solid var(--zb-border);
  }
  .about-work-panel{
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .about-page,
  .about-page main,
  .about-page section{
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }
  .about-page .dl-container{
    width: 100%;
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }
  .about-hero-grid{
    width: 100%;
    max-width: 100%;
    gap: 56px;
  }
  .about-hero-copy,
  .about-proof-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .about-hero{
    min-height: auto;
    padding: 70px 0 64px;
  }
  .about-page .about-hero-copy h1{
    font-size: clamp(36px, 9vw, 42px);
    line-height: 1.16;
    margin-bottom: 26px;
  }
  .about-page .about-hero-copy h1 span{
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .about-title-mobile-break{
    display: block;
  }
  .about-hero-copy .dl-hero-kicker{
    margin-bottom: 24px;
  }
  .about-hero-lead{
    margin-bottom: 22px;
  }
  .about-hero-note{
    margin-bottom: 34px;
  }

  /* 移动端数据卡片 */
  .about-proof-stats {
    position: static;
    margin-top: 16px;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .about-proof-stats .stat-item {
    min-width: 0;
    padding: 12px 8px;
  }

  .about-proof-stats .stat-item strong {
    font-size: 20px;
  }

  .about-proof-stats .stat-item span {
    font-size: 11px;
  }

  .about-hero-lead,
  .about-hero-note,
  .about-hero .dl-hero-actions,
  .about-hero .dl-btn-primary,
  .about-hero .dl-btn-ghost{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .about-hero-lead,
  .about-hero-note,
  .about-belief-copy p,
  .about-belief-item p,
  .about-work-step p,
  .team-role-card p,
  .team-methodology p,
  .about-proof-strip p,
  .fit-card li{
    font-size: 16px;
    line-height: 1.68;
  }
  .about-belief-copy h2{
    font-size: clamp(28px, 7vw, 32px);
  }
  .about-belief-item,
  .team-role-card,
  .fit-card{
    padding: 24px 20px;
  }
  .about-belief-item{
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
  .about-belief-item p{
    grid-column: 1;
  }
  .about-work-panel{
    padding: 28px 22px;
  }
  .about-work-panel h3{
    font-size: 24px;
  }
  .about-work-step summary,
  .about-belief-item h3,
  .team-role-card h3,
  .fit-card h3{
    font-size: 19px;
  }
  .about-mobile-break{
    display: block;
  }
  .about-hero .dl-hero-actions{
    flex-direction: column;
    align-items: stretch;
  }
  .about-hero .dl-btn-primary,
  .about-hero .dl-btn-ghost{
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-proof-image img{
    transition: none;
    transform: none;
  }
}

body.about-page .about-chief-expert{
  background: var(--zb-canvas);
}body.about-page .chief-expert-layout{
  display: grid;
  grid-template-columns: minmax(280px, .86fr) minmax(0, 1.28fr);
  gap: 32px;
  align-items: start;
}body.about-page .chief-expert-profile,
body.about-page .chief-expert-body{
  min-width: 0;
}body.about-page .chief-expert-profile{
  position: sticky;
  top: 96px;
  padding: 30px 30px 28px;
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(26, 58, 92, .1);
}body.about-page .chief-expert-role{
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--zb-surface-soft);
  color: var(--zb-primary-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}body.about-page .chief-expert-profile h3{
  margin: 18px 0 8px;
  color: var(--zb-ink);
  font-size: 40px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0;
}body.about-page .chief-expert-title{
  margin: 0;
  color: var(--zb-muted);
  font-size: 18px;
  line-height: 1.56;
}body.about-page .chief-expert-facts{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}body.about-page .chief-expert-facts span{
  min-width: 0;
  padding: 16px 14px;
  background: var(--zb-surface-soft);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
}body.about-page .chief-expert-facts strong{
  display: block;
  color: var(--zb-primary-dark);
  font-family: var(--zb-mono);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.12;
}body.about-page .chief-expert-facts em{
  display: block;
  margin-top: 8px;
  color: var(--zb-muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.45;
}body.about-page .chief-expert-boundary{
  margin-top: 22px;
  padding: 18px 18px 18px 20px;
  background: var(--zb-primary-dark);
  border-radius: 8px;
}body.about-page .chief-expert-boundary h4{
  margin: 0 0 8px;
  color: var(--zb-on-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}body.about-page .chief-expert-boundary p{
  margin: 0;
  color: var(--zb-on-dark-soft);
  font-size: 16px;
  line-height: 1.62;
}body.about-page .chief-expert-body{
  display: grid;
  gap: 18px;
}body.about-page .chief-expert-block,
body.about-page .chief-expert-quotes figure{
  margin: 0;
  padding: 26px 28px;
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
}body.about-page .chief-expert-block h3{
  margin: 0 0 14px;
  color: var(--zb-ink);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.4;
}body.about-page .chief-expert-block p,
body.about-page .chief-expert-list li,
body.about-page .chief-expert-quotes figcaption,
body.about-page .chief-method-list p{
  color: var(--zb-muted);
  font-size: 18px;
  line-height: 1.66;
}body.about-page .chief-expert-block p,
body.about-page .chief-method-list p{
  margin: 0;
}body.about-page .chief-expert-list{
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}body.about-page .chief-expert-list li{
  position: relative;
  min-width: 0;
  padding-left: 22px;
}body.about-page .chief-expert-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .74em;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: var(--zb-primary);
}body.about-page .chief-expert-quotes{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}body.about-page .chief-expert-quotes figure{
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-left: 3px solid var(--zb-primary);
}body.about-page .chief-expert-quotes blockquote{
  margin: 0;
  color: var(--zb-primary-dark);
  font-size: 22px;
  font-weight: 650;
  line-height: 1.45;
}body.about-page .chief-expert-quotes figcaption{
  margin: 0;
}body.about-page .chief-method-list{
  display: grid;
  gap: 14px;
}body.about-page .chief-method-list section{
  padding: 20px 22px;
  background: var(--zb-surface-soft);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
}body.about-page .chief-method-list h4{
  margin: 0 0 10px;
  color: var(--zb-ink);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.4;
}body.about-page .chief-method-list strong{
  color: var(--zb-primary-dark);
  font-weight: 800;
}body.about-page .chief-expert-list--compact{
  gap: 6px;
}body.about-page .chief-expert-list--compact li{
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 1080px) {
  body.about-page .chief-expert-layout{
    grid-template-columns: 1fr;
  }
  body.about-page .chief-expert-profile{
    position: static;
  }
}

@media (max-width: 860px) {
  body.about-page .chief-expert-quotes{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.about-page .chief-expert-profile,
  body.about-page .chief-expert-block,
  body.about-page .chief-expert-quotes figure{
    padding: 24px 20px;
  }
  body.about-page .chief-expert-profile h3{
    font-size: 32px;
  }
  body.about-page .chief-expert-title,
  body.about-page .chief-expert-block p,
  body.about-page .chief-expert-list li,
  body.about-page .chief-expert-quotes figcaption,
  body.about-page .chief-method-list p{
    font-size: 16px;
    line-height: 1.68;
  }
  body.about-page .chief-expert-facts{
    grid-template-columns: 1fr;
  }
  body.about-page .chief-expert-facts strong{
    font-size: 22px;
  }
  body.about-page .chief-expert-quotes blockquote{
    font-size: 19px;
  }
  body.about-page .chief-method-list section{
    padding: 18px;
  }
  body.about-page .chief-method-list h4{
    font-size: 19px;
  }
  body.about-page .chief-expert-list--compact li{
    font-size: 16px;
  }
}

/* ===== SOURCE: 13-strategy-gmail-page.css ===== */
/* ============================================================
 * 战略绩效页 · Gmail式一屏一任务重构
 * 作用域：body.product-gmail .strategy-gmail-page
 * 原则：不追加 !important，不影响其他产品页。
 * ============================================================ */

body.product-gmail .strategy-gmail-page{
  --sg-navy: var(--zb-primary);
  --sg-navy-dark: var(--zb-primary-dark);
  --sg-ink: var(--zb-ink);
  --sg-body: var(--zb-ink-soft);
  --sg-muted: var(--zb-muted);
  --sg-line: var(--zb-border);
  --sg-line-strong: var(--zb-border-strong);
  --sg-canvas: var(--zb-canvas);
  --sg-soft: var(--zb-surface-cool);
  --sg-surface: var(--zb-surface);
  --sg-accent: var(--zb-accent);
  --sg-shadow-light: 0 1px 3px rgba(26, 58, 92, 0.08);
  --sg-shadow-medium: 0 2px 8px rgba(26, 58, 92, 0.1);
  --sg-shadow-heavy: 0 4px 16px rgba(26, 58, 92, 0.12);
  --sg-shadow-hover: 0 4px 12px rgba(26, 58, 92, 0.14);
  --sg-section-space: 64px;
  background: var(--sg-canvas);
  color: var(--sg-ink);
  font-family: var(--zb-sans);
}body.product-gmail .strategy-gmail-page *,
body.product-gmail .strategy-gmail-page *::before,
body.product-gmail .strategy-gmail-page *::after{
  box-sizing: border-box;
}body.product-gmail .sg-container{
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
}body.product-gmail .sg-container-narrow{
  width: min(100% - 48px, 920px);
  margin: 0 auto;
}body.product-gmail .sg-section{
  min-height: min(720px, calc(100vh - 64px));
  display: flex;
  align-items: center;
  padding: var(--sg-section-space) 0;
  background: var(--sg-canvas);
  border-bottom: 1px solid rgba(220, 225, 232, 0.72);
}body.product-gmail .sg-section-soft{
  background: linear-gradient(180deg, #f6f8fa 0%, #f8fafc 100%);
}body.product-gmail .sg-section[id$="-fit"]{
  padding: 60px 0;
}body.product-gmail .sg-section[id$="-faq"]{
  padding: var(--sg-section-space) 0;
}body.product-gmail .sg-head{
  max-width: 720px;
  margin: 0 0 34px;
}body.product-gmail .sg-head-center{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}body.product-gmail .sg-eyebrow,
body.product-gmail .sg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: var(--sg-navy-dark);
  text-transform: uppercase;
}body.product-gmail .sg-eyebrow::before,
body.product-gmail .sg-kicker::before{
  content: "";
  width: 28px;
  height: 2px;
  background: var(--sg-navy);
}body.product-gmail .sg-head h2{
  margin: 18px 0 14px;
  color: var(--sg-ink);
}body.product-gmail .sg-head h2 span{
  display: inline-block;
  font-size: clamp(30px, 2.7vw, 36px);
  font-weight: 750;
  line-height: 1.26;
  letter-spacing: 0;
}body.product-gmail .sg-head p{
  margin: 0;
  color: var(--sg-muted);
  font-size: 16px;
  line-height: 1.72;
}body.product-gmail .sg-intro{
  min-height: calc(100vh - 65px);
  display: flex;
  align-items: center;
  padding: 58px 0;
  background:
    linear-gradient(110deg, rgba(26, 58, 92, 0.06), transparent 48%),
    var(--sg-canvas);
  border-bottom: 1px solid var(--sg-line);
}body.product-gmail .sg-intro-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.88fr);
  gap: clamp(48px, 6.5vw, 92px);
  align-items: center;
}body.product-gmail .sg-breadcrumb{
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 34px;
  color: var(--sg-muted);
  font-size: 14px;
}body.product-gmail .sg-breadcrumb a{
  color: var(--sg-muted);
  text-decoration: none;
}body.product-gmail .sg-problem{
  width: fit-content;
  margin: 28px 0 30px;
  padding: 10px 14px;
  border: 1px solid color-mix(in srgb, var(--sg-accent) 26%, var(--sg-line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--sg-accent) 8%, #fff);
  color: #7a3f19;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.35;
}body.product-gmail .sg-intro h1{
  max-width: 720px;
  margin: 0;
  color: var(--sg-ink);
}body.product-gmail .sg-intro h1 .sg-title-text{
  display: inline-block;
  font-size: clamp(42px, 5vw, 60px);
  font-weight: 860;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: normal;
}body.product-gmail .sg-intro-sub{
  max-width: 680px;
  margin: 34px 0 0;
  color: var(--sg-body);
  font-size: 18px;
  line-height: 1.66;
}body.product-gmail .sg-intro-sub + .sg-intro-sub{
  margin-top: 28px;
}body.product-gmail .sg-stat-strip{
  display: flex;
  align-items: stretch;
  width: auto;
  margin: 0 24px;
  padding: 18px 0;
  border-top: 1px solid var(--sg-line);
  border-bottom: 0;
  background: transparent;
}body.product-gmail .sg-stat-strip span{
  min-height: 64px;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border-right: 1px solid var(--sg-line);
  color: var(--sg-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}body.product-gmail .sg-stat-strip span:first-child{
  align-items: center;
  padding-left: 0;
  text-align: center;
}body.product-gmail .sg-stat-strip span:last-child{
  align-items: center;
  padding-right: 0;
  border-right: 0;
  text-align: center;
}body.product-gmail .sg-stat-strip strong{
  color: var(--sg-navy-dark);
  font-family: var(--zb-mono);
  font-size: 28px;
  font-weight: 780;
  line-height: 1;
}body.product-gmail .sg-stat-strip em{
  color: var(--sg-body);
  font-style: normal;
  white-space: nowrap;
}body.product-gmail .sg-actions{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 38px;
}body.product-gmail .sg-actions-center{
  justify-content: center;
}body.product-gmail .sg-btn{
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}body.product-gmail .sg-btn:hover{
  transform: translateY(-1px);
}body.product-gmail .sg-btn-primary{
  border: 1px solid var(--sg-navy);
  background: var(--sg-navy);
  color: var(--zb-on-dark);
}body.product-gmail .sg-btn-primary:hover{
  background: var(--sg-navy-dark);
  border-color: var(--sg-navy-dark);
  color: var(--zb-on-dark);
}body.product-gmail .sg-btn-secondary{
  border: 1px solid var(--sg-line-strong);
  background: rgba(255, 255, 255, 0.72);
  color: var(--sg-ink);
}body.product-gmail .sg-btn-secondary:hover{
  background: #fff;
  border-color: var(--sg-ink);
  color: var(--sg-ink);
}body.product-gmail .sg-report-card{
  border: 1px solid var(--sg-line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: var(--sg-shadow-medium);
}body.product-gmail .sg-report-top{
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 32px;
  background: var(--sg-navy);
  color: var(--zb-on-dark);
}body.product-gmail .sg-report-top span{
  color: rgba(244, 247, 250, 0.8);
  font-size: 14px;
  font-weight: 650;
}body.product-gmail .sg-report-top strong{
  font-family: var(--zb-mono);
  font-size: 13px;
  letter-spacing: 0.08em;
}body.product-gmail .sg-report-steps{
  list-style: none;
  margin: 0;
  padding: 28px 32px;
}body.product-gmail .sg-report-steps li{
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--sg-line);
}body.product-gmail .sg-report-steps li:first-child{
  padding-top: 0;
}body.product-gmail .sg-report-steps li:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}body.product-gmail .sg-report-steps li > span{
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid color-mix(in srgb, var(--sg-navy) 24%, var(--sg-line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--sg-navy) 7%, #fff);
  color: var(--sg-navy-dark);
  font-family: var(--zb-mono);
  font-size: 14px;
  font-weight: 850;
}body.product-gmail .sg-report-steps strong,
body.product-gmail .sg-scope-card h3,
body.product-gmail .sg-model-card h3,
body.product-gmail .sg-case-card h3,
body.product-gmail .sg-process-card h3{
  color: var(--sg-ink);
  font-size: 20px;
  font-weight: 780;
  line-height: 1.35;
}body.product-gmail .sg-report-steps p{
  margin: 8px 0 0;
  color: var(--sg-muted);
  font-size: 16px;
  line-height: 1.58;
}body.product-gmail .sg-report-note{
  margin: 0 24px 24px;
  padding: 0 0 0 12px;
  border-top: 0;
  border-left: 3px solid var(--sg-navy);
  background: transparent;
  color: var(--sg-navy-dark);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.5;
}body.product-gmail .sg-scope-layout{
  display: grid;
  grid-template-columns: 1.15fr 0.92fr 0.92fr;
  gap: 18px;
  align-items: stretch;
}body.product-gmail .sg-scope-card,
body.product-gmail .sg-boundary,
body.product-gmail .sg-fit-card,
body.product-gmail .sg-model-card,
body.product-gmail .sg-case-card,
body.product-gmail .sg-quote-card,
body.product-gmail .sg-process-card{
  border: 1px solid var(--sg-line);
  border-radius: 12px;
  background: var(--sg-surface);
  box-shadow: var(--sg-shadow-light);
}body.product-gmail .sg-scope-card{
  min-height: 208px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 22px;
  align-content: start;
  padding: 34px 36px;
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}body.product-gmail .sg-scope-card-main{
  background: var(--sg-surface);
  border-color: var(--sg-line);
}body.product-gmail .sg-scope-card span,
body.product-gmail .sg-process-card span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sg-navy-dark);
  font-family: var(--zb-mono);
  font-size: 14px;
  font-weight: 850;
  margin-bottom: 20px;
}body.product-gmail .sg-scope-card span{
  position: relative;
  grid-row: 1 / span 2;
  width: 58px;
  height: 58px;
  margin: 0;
  border: 1px solid color-mix(in srgb, var(--sg-navy) 16%, var(--sg-line));
  border-radius: 12px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--sg-navy) 9%, #fff), #fff 72%);
  color: var(--sg-navy);
  font-size: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}body.product-gmail .sg-scope-card span::after{
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 16px;
  height: 3px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--sg-navy) 54%, transparent);
}body.product-gmail .sg-scope-card p,
body.product-gmail .sg-model-card p,
body.product-gmail .sg-case-card p,
body.product-gmail .sg-process-card p{
  margin: 10px 0 0;
  color: var(--sg-muted);
  font-size: 16px;
  line-height: 1.62;
}body.product-gmail .sg-scope-card:is(:hover, :focus-within){
  background:
    linear-gradient(135deg, rgba(26, 58, 92, 0.94), rgba(14, 37, 56, 0.96));
  border-color: rgba(26, 58, 92, 0.88);
  box-shadow: var(--sg-shadow-hover);
  transform: translateY(-2px);
}body.product-gmail .sg-scope-card:is(:hover, :focus-within) span,
body.product-gmail .sg-scope-card:is(:hover, :focus-within) h3,
body.product-gmail .sg-scope-card:is(:hover, :focus-within) p{
  color: var(--zb-on-dark);
}body.product-gmail .sg-scope-card:is(:hover, :focus-within) p{
  color: rgba(244, 247, 250, 0.78);
}body.product-gmail .sg-scope-card:is(:hover, :focus-within) span{
  border-color: rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  color: var(--zb-on-dark);
}body.product-gmail .sg-scope-card:is(:hover, :focus-within) span::after{
  background: rgba(255, 255, 255, 0.56);
}body.product-gmail .sg-boundary{
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  width: min(100%, 880px);
  margin: 10px auto 0;
  padding: 22px 28px;
  border-left: 4px solid var(--sg-accent);
}body.product-gmail .sg-boundary strong{
  color: var(--sg-ink);
  font-size: 18px;
  font-weight: 800;
}body.product-gmail .sg-boundary p{
  margin: 0;
  color: var(--sg-body);
  font-size: 16px;
  line-height: 1.68;
}body.product-gmail .sg-fit-check{
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 286px;
  gap: 22px;
  align-items: stretch;
}body.product-gmail .sg-fit-check .dp-fit-incentive{
  display: none;
}body.product-gmail .sg-fit-grid{
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 32px;
  padding: 0;
}body.product-gmail .sg-fit-grid::before,
body.product-gmail .sg-fit-grid::after{
  content: "";
  position: absolute;
  background: color-mix(in srgb, var(--sg-navy) 40%, var(--sg-line));
  pointer-events: none;
}body.product-gmail .sg-fit-grid::before{
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}body.product-gmail .sg-fit-grid::after{
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
}body.product-gmail .sg-fit-card{
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 208px;
  padding: 24px 30px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}body.product-gmail .sg-fit-card:hover,
body.product-gmail .sg-fit-card.is-selected,
body.product-gmail .sg-fit-card:has(input:checked){
  transform: translateY(-1px);
  border-color: var(--sg-navy);
  background: color-mix(in srgb, var(--sg-navy) 4%, #fff);
}body.product-gmail .sg-fit-card input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}body.product-gmail .sg-fit-card .dp-fit-mark{
  position: static;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  margin: 0 0 8px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--sg-navy) 8%, #fff);
  color: var(--sg-navy-dark);
  font-family: var(--zb-mono);
  font-size: 14px;
  font-weight: 850;
}body.product-gmail .sg-fit-card h3{
  margin: 0;
  color: var(--sg-ink);
  font-size: 20px;
  font-weight: 780;
  line-height: 1.4;
}body.product-gmail .sg-fit-card p{
  margin: 8px 0 0;
  color: var(--sg-muted);
  font-size: 16px;
  line-height: 1.5;
}body.product-gmail .sg-fit-card .dp-fit-answer{
  display: none;
}body.product-gmail .sg-fit-result{
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-content: center;
  padding: 24px 30px;
  border: 1px solid var(--sg-line);
  border-radius: 12px;
  background: var(--sg-surface);
  box-shadow: var(--sg-shadow-light);
}body.product-gmail .sg-fit-result strong{
  color: var(--sg-ink);
  font-size: 14px;
  font-weight: 800;
}body.product-gmail .sg-fit-result span{
  color: var(--sg-muted);
  font-size: 16px;
  line-height: 1.58;
}body.product-gmail .sg-fit-result .dp-fit-action-row{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--sg-line);
}body.product-gmail .sg-fit-result .dp-fit-action-btn{
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--sg-navy);
  color: var(--zb-on-dark);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}body.product-gmail .sg-model-layout{
  display: grid;
  gap: 0;
  align-items: stretch;
}body.product-gmail .sg-section[id$="-model"] .sg-container{
  width: min(100% - 64px, 1320px);
}body.product-gmail .sg-section[id$="-model"] .sg-head{
  margin-bottom: 36px;
}body.product-gmail .sg-model-track{
  display: none;
}body.product-gmail .sg-model-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}body.product-gmail .sg-model-card{
  position: relative;
  display: flex;
  min-height: 348px;
  flex-direction: column;
  padding: 28px 26px;
  overflow: hidden;
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
}body.product-gmail .sg-model-card:is(:hover, :focus-within){
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--sg-navy) 32%, var(--sg-line));
  box-shadow: var(--sg-shadow-hover);
}body.product-gmail .sg-model-card span,
body.product-gmail .sg-case-kicker{
  color: var(--sg-navy-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.06em;
}body.product-gmail .sg-model-card .sg-model-num{
  margin: 0 0 18px;
  color: color-mix(in srgb, var(--sg-navy) 9%, #fff);
  font-size: 56px;
  font-weight: 850;
  line-height: 0.9;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}body.product-gmail .sg-model-card h3,
body.product-gmail .sg-process-card h3{
  margin: 12px 0 0;
}body.product-gmail .sg-model-card h3{
  margin-top: 0;
}body.product-gmail .sg-model-card p{
  margin: 14px 0 20px;
}body.product-gmail .sg-model-card strong{
  margin-top: auto;
  padding: 13px 16px;
  border-left: 3px solid var(--sg-navy);
  border-radius: 8px;
  background: color-mix(in srgb, var(--sg-navy) 7%, #fff);
  color: var(--sg-navy-dark);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}body.product-gmail .sg-model-card strong em{
  display: block;
  margin-bottom: 4px;
  font-style: normal;
  font-weight: 850;
}body.product-gmail .sg-split{
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 52px;
  align-items: start;
}body.product-gmail .sg-sticky-head{
  position: sticky;
  top: 96px;
  margin-bottom: 0;
}body.product-gmail .sg-delivery-layout{
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 0.72fr);
  gap: clamp(44px, 5vw, 68px);
  align-items: center;
  max-width: 1180px;
  margin: 28px auto 0;
}body.product-gmail .sg-section[id$="-capability"] .sg-head{
  max-width: 980px;
}body.product-gmail .sg-section[id$="-capability"]{
  padding: 48px 0;
}body.product-gmail .sg-delivery-pack{
  position: relative;
  padding: 38px 32px 30px;
  border: 1px solid color-mix(in srgb, var(--sg-navy) 22%, var(--sg-line));
  border-radius: 12px;
  background: var(--sg-surface);
  box-shadow: var(--sg-shadow-medium);
}body.product-gmail .sg-delivery-tab{
  position: absolute;
  top: -18px;
  left: 34px;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--sg-navy);
  color: var(--zb-on-dark);
  font-size: var(--sg-fs-small);
  font-weight: 700;
  letter-spacing: 0.06em;
}body.product-gmail .sg-delivery-pack h3,
body.product-gmail .sg-delivery-usage h3{
  margin: 0;
  color: var(--sg-ink);
  font-size: var(--sg-fs-title);
  font-weight: 500;
  line-height: var(--sg-lh-title);
}body.product-gmail .sg-delivery-tools{
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}body.product-gmail .sg-delivery-tools:has(li:nth-child(4)){
  grid-template-columns: repeat(2, minmax(0, 1fr));
}body.product-gmail .sg-delivery-tools li{
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 15px 18px;
  border: 1px solid var(--sg-line);
  border-radius: 10px;
  background: var(--sg-soft);
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}body.product-gmail .sg-delivery-tools li:is(:hover, :focus-within){
  border-color: color-mix(in srgb, var(--sg-navy) 22%, var(--sg-line));
  background: var(--sg-surface);
  box-shadow: var(--sg-shadow-light);
  transform: translateY(-2px);
}body.product-gmail .sg-delivery-icon{
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--sg-navy) 7%, #fff);
  color: var(--sg-navy);
}body.product-gmail .sg-delivery-icon svg{
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}body.product-gmail .sg-delivery-tools strong{
  display: block;
  color: var(--sg-ink);
  font-size: var(--sg-fs-title);
  font-weight: 500;
  line-height: var(--sg-lh-title);
}body.product-gmail .sg-delivery-tools p,
body.product-gmail .sg-delivery-usage p,
body.product-gmail .sg-delivery-scenarios p{
  margin: 6px 0 0;
  color: var(--sg-muted);
  font-size: var(--sg-fs-body);
  line-height: var(--sg-lh-body);
}body.product-gmail .sg-delivery-tools p{
  font-size: var(--sg-fs-small);
  line-height: var(--sg-lh-small);
}body.product-gmail .sg-delivery-usage{
  display: grid;
  gap: 24px;
}body.product-gmail .sg-delivery-usage-head{
  margin-bottom: 4px;
}body.product-gmail .sg-delivery-scenarios{
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}body.product-gmail .sg-delivery-scenarios li{
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}body.product-gmail .sg-delivery-scenarios li > span{
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--sg-navy) 7%, #fff);
  color: var(--sg-navy);
  font-size: var(--sg-fs-title);
  font-weight: 700;
  line-height: 1;
}body.product-gmail .sg-delivery-scenarios h4{
  margin: 0;
  color: var(--sg-ink);
  font-size: var(--sg-fs-title);
  font-weight: 500;
  line-height: var(--sg-lh-title);
}body.product-gmail .sg-case-layout{
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, 0.78fr);
  gap: 22px;
  align-items: center;
}body.product-gmail .sg-case-card{
  padding: 28px 32px;
}body.product-gmail .sg-case-card h3{
  margin: 10px 0 14px;
  font-size: 24px;
}body.product-gmail .sg-case-card p{
  margin: 0 0 10px;
  line-height: 1.52;
}body.product-gmail .sg-case-source{
  margin-top: 16px;
  color: var(--zb-muted);
  font-style: italic;
}body.product-gmail .sg-case-metrics{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}body.product-gmail .sg-case-metrics span{
  display: grid;
  gap: 6px;
  min-height: 68px;
  align-content: center;
  padding: 14px 12px;
  border: 1px solid var(--sg-line);
  border-radius: 8px;
  background: #f8fafc;
  color: var(--sg-muted);
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}body.product-gmail .sg-case-metrics strong{
  color: var(--sg-navy-dark);
  font-family: var(--zb-mono);
  font-size: 24px;
  line-height: 1;
}body.product-gmail .sg-quote-card{
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  padding: 30px 30px 28px;
  border-left: 4px solid var(--sg-navy);
  background: var(--sg-surface);
  color: var(--sg-ink);
}body.product-gmail .sg-quote-card blockquote{
  margin: 0;
  color: var(--sg-ink);
  font-size: 20px;
  font-weight: 760;
  line-height: 1.5;
}body.product-gmail .sg-quote-card footer{
  margin-top: 16px;
  color: var(--sg-muted);
  font-size: 14px;
  line-height: 1.5;
}body.product-gmail .sg-quote-card p{
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--sg-line);
  color: var(--sg-muted);
  font-size: 14px;
  line-height: 1.56;
}body.product-gmail .sg-process-focus{
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(56px, 6vw, 84px);
  align-items: center;
  width: min(100%, 1040px);
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}body.product-gmail .sg-section[id$="-collaboration"]{
  padding: var(--sg-section-space) 0;
}body.product-gmail .sg-section[id$="-collaboration"] .sg-head{
  max-width: 820px;
  margin-bottom: 28px;
}body.product-gmail .sg-process-visual{
  position: relative;
  min-height: 324px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.92), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at 16% 18%, rgba(30, 58, 95, 0.12), transparent 36%);
  box-shadow: var(--sg-shadow-medium);
  overflow: hidden;
}body.product-gmail .sg-process-visual::before,
body.product-gmail .sg-process-visual::after{
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(30, 58, 95, 0.06);
}body.product-gmail .sg-process-visual::before{
  width: 180px;
  height: 180px;
  right: -60px;
  top: -58px;
}body.product-gmail .sg-process-visual::after{
  width: 120px;
  height: 120px;
  left: -42px;
  bottom: -36px;
}body.product-gmail .sg-process-visual span,
body.product-gmail .sg-process-visual strong,
body.product-gmail .sg-process-visual ul{
  position: relative;
  z-index: 1;
}body.product-gmail .sg-process-visual span{
  color: #5f6368;
  font-size: 14px;
  line-height: 1.4;
}body.product-gmail .sg-process-visual strong{
  margin-top: 12px;
  color: var(--sg-ink);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.34;
}body.product-gmail .sg-process-visual p{
  position: relative;
  z-index: 1;
  max-width: 340px;
  margin: 14px 0 0;
  color: #5f6368;
  font-size: 18px;
  line-height: 1.58;
}body.product-gmail .sg-process-visual ul{
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
}body.product-gmail .sg-process-visual li{
  display: flex;
  align-items: center;
  gap: 12px;
  color: #3c4043;
  font-size: 18px;
  line-height: 1.45;
}body.product-gmail .sg-process-visual li::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sg-navy);
}body.product-gmail .sg-process-grid{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding-left: 58px;
}body.product-gmail .sg-process-grid::before{
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 17px;
  width: 2px;
  background: #e8eaed;
}body.product-gmail .sg-process-card{
  position: relative;
  min-height: 0;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}body.product-gmail .sg-process-card::before{
  content: "";
  position: absolute;
  left: -41px;
  top: 2px;
  width: 2px;
  height: 100%;
  background: #e8eaed;
  transition: background-color 0.2s ease, height 0.2s ease;
}body.product-gmail .sg-process-card::after{
  content: attr(data-step);
  position: absolute;
  top: -4px;
  left: -58px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 2px solid #e8eaed;
  border-radius: 50%;
  background: var(--sg-canvas);
  color: #5f6368;
  font-family: var(--zb-sans);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}body.product-gmail .sg-process-card.is-active::before{
  background: var(--sg-navy);
  height: calc(100% + 30px);
}body.product-gmail .sg-process-card.is-active::after{
  border-color: var(--sg-navy);
  background: var(--sg-navy);
  color: #fff;
}body.product-gmail .sg-process-card span{
  display: none;
}body.product-gmail .sg-process-card.is-active span{
  display: none;
}body.product-gmail .sg-process-card h3{
  margin: 0;
  color: #5f6368;
  font-size: 20px;
  line-height: 1.4;
}body.product-gmail .sg-process-card.is-active h3{
  color: var(--sg-ink);
  font-weight: 500;
}body.product-gmail .sg-process-detail{
  max-height: 0;
  opacity: 0;
  transition: max-height 0.24s ease, opacity 0.2s ease, margin 0.2s ease;
  overflow: hidden;
}body.product-gmail .sg-process-card.is-active .sg-process-detail{
  max-height: 120px;
  opacity: 1;
  margin-top: 18px;
}body.product-gmail .sg-process-detail > *{
  overflow: visible;
}body.product-gmail .sg-process-card p{
  margin: 4px 0 0;
}body.product-gmail .sg-process-card p strong{
  color: var(--sg-ink);
}body.product-gmail .sg-note{
  margin: 18px 0 0;
  color: var(--sg-muted);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}body.product-gmail .strategy-gmail-page .dl-faq{
  display: block;
  border-top: 1px solid #dadce0;
  border-bottom: 1px solid #dadce0;
}body.product-gmail .strategy-gmail-page .dl-faq-item{
  border: 0;
  border-bottom: 1px solid #dadce0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}body.product-gmail .strategy-gmail-page .dl-faq-item:last-child{
  border-bottom: 0;
}body.product-gmail .strategy-gmail-page .dl-faq-q{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 86px;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: var(--sg-ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  text-align: left;
}body.product-gmail .strategy-gmail-page .dl-faq-q .sg-faq-chevron{
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  color: var(--sg-navy);
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.2s ease;
}body.product-gmail .strategy-gmail-page .dl-faq-q[aria-expanded="true"] .sg-faq-chevron{
  transform: rotate(180deg);
}body.product-gmail .strategy-gmail-page .dl-faq-a{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.24s ease;
}body.product-gmail .strategy-gmail-page .dl-faq-a p{
  margin: 0;
  max-width: 860px;
  padding: 0 72px 30px 0;
  color: var(--sg-muted);
  font-size: 18px;
  line-height: 1.72;
}body.product-gmail .sg-cta{
  padding: 80px 0;
  border-top: 1px solid var(--sg-line);
  border-bottom: 1px solid var(--sg-line);
  background: #f8fafc;
  color: var(--sg-ink);
  text-align: center;
}body.product-gmail .sg-cta-context{
  display: inline-flex;
  max-width: 760px;
  margin: 0 auto 20px;
  padding: 9px 14px;
  border: 1px solid var(--sg-line);
  border-radius: 999px;
  background: #fff;
  color: var(--sg-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}body.product-gmail .sg-cta h2{
  margin: 0;
  color: var(--sg-ink);
}body.product-gmail .sg-cta h2 span{
  display: inline-block;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 820;
  line-height: 1.24;
  letter-spacing: 0;
}body.product-gmail .sg-cta p{
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--sg-muted);
  font-size: 18px;
  line-height: 1.72;
}body.product-gmail .sg-cta .sg-btn-primary{
  border-color: var(--sg-navy);
  background: var(--sg-navy);
  color: var(--zb-on-dark);
}body.product-gmail .sg-cta .sg-btn-secondary{
  border-color: var(--sg-line-strong);
  background: #fff;
  color: var(--sg-ink);
}body.product-gmail .sg-cta .sg-btn-primary:hover{
  border-color: var(--sg-navy-dark);
  background: var(--sg-navy-dark);
  color: var(--zb-on-dark);
}body.product-gmail .sg-cta .sg-btn-secondary:hover{
  border-color: var(--sg-ink);
  background: #fff;
  color: var(--sg-ink);
}body.product-gmail .sg-slogan{
  margin: 40px auto 0;
  max-width: none;
  color: var(--sg-ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}body.product-gmail .sg-slogan::before{
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  margin: 0 auto 20px;
  border-radius: 1px;
  background: var(--sg-navy);
}body.product-gmail .sg-slogan strong{
  color: var(--sg-navy);
}

@media (max-width: 1120px) {body.product-gmail .sg-section{
    min-height: auto;
  }body.product-gmail .sg-intro-grid,
body.product-gmail .sg-split,
body.product-gmail .sg-case-layout,
body.product-gmail .sg-delivery-layout,
body.product-gmail .sg-process-focus{
    grid-template-columns: 1fr;
  }body.product-gmail .sg-report-card{
    max-width: 680px;
  }body.product-gmail .sg-sticky-head{
    position: static;
  }body.product-gmail .sg-delivery-layout{
    max-width: 760px;
  }body.product-gmail .sg-model-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }body.product-gmail .sg-model-card{
    min-height: 328px;
  }body.product-gmail .sg-process-visual{
    min-height: 360px;
    max-width: 680px;
  }
}

@media (max-width: 820px) {body.product-gmail .sg-container,
body.product-gmail .sg-container-narrow{
    width: min(100% - 32px, 1200px);
  }body.product-gmail .sg-intro,
body.product-gmail .sg-section{
    padding: 56px 0;
  }body.product-gmail .sg-intro{
    min-height: auto;
  }body.product-gmail .sg-intro-copy,
body.product-gmail .sg-intro-grid,
body.product-gmail .sg-report-card{
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }body.product-gmail .sg-intro h1{
    font-size: clamp(32px, 9vw, 42px);
  }body.product-gmail .sg-intro h1 .sg-title-text{
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
  }body.product-gmail .sg-intro-sub{
    font-size: 16px;
  }body.product-gmail .sg-actions{
    flex-direction: column;
    align-items: stretch;
  }body.product-gmail .sg-btn{
    width: 100%;
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }body.product-gmail .sg-stat-strip{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    max-width: none;
    margin: 0;
    padding: 14px 12px;
  }body.product-gmail .sg-stat-strip span,
body.product-gmail .sg-stat-strip span:first-child,
body.product-gmail .sg-stat-strip span:last-child{
    min-height: 72px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    border-right: 1px solid var(--sg-line);
    border-bottom: 0;
    text-align: center;
  }body.product-gmail .sg-stat-strip span:last-child{
    border-right: 0;
  }body.product-gmail .sg-stat-strip strong{
    font-size: 24px;
  }body.product-gmail .sg-stat-strip em{
    white-space: normal;
    text-align: center;
  }body.product-gmail .sg-scope-layout,
body.product-gmail .sg-fit-check,
body.product-gmail .sg-model-layout,
body.product-gmail .sg-model-grid,
body.product-gmail .sg-case-metrics,
body.product-gmail .sg-delivery-layout,
body.product-gmail .sg-process-focus,
body.product-gmail .sg-process-grid{
    grid-template-columns: 1fr;
  }body.product-gmail .sg-model-grid{
    gap: 18px;
  }body.product-gmail .sg-model-card{
    min-height: 0;
    padding: 28px 24px;
  }body.product-gmail .sg-scope-card{
    grid-template-columns: 50px minmax(0, 1fr);
    column-gap: 18px;
    min-height: 0;
    padding: 28px 24px;
  }body.product-gmail .sg-scope-card span{
    width: 50px;
    height: 50px;
    margin: 0;
    font-size: 16px;
  }body.product-gmail .sg-model-card .sg-model-num{
    margin-bottom: 18px;
    font-size: 48px;
  }body.product-gmail .sg-delivery-layout{
    gap: 40px;
    margin-top: 36px;
  }body.product-gmail .sg-delivery-pack{
    padding: 40px 24px 26px;
  }body.product-gmail .sg-delivery-tools:has(li:nth-child(4)){
    grid-template-columns: 1fr;
  }body.product-gmail .sg-delivery-tab{
    left: 24px;
  }body.product-gmail .sg-delivery-tools li,
body.product-gmail .sg-delivery-scenarios li{
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 16px;
  }body.product-gmail .sg-delivery-scenarios{
    gap: 24px;
  }body.product-gmail .sg-process-focus{
    gap: 34px;
  }body.product-gmail .sg-process-visual{
    min-height: 0;
    padding: 30px 26px;
    border-radius: 18px;
  }body.product-gmail .sg-process-visual strong{
    font-size: 24px;
  }body.product-gmail .sg-process-visual p{
    font-size: 16px;
  }body.product-gmail .sg-process-visual li{
    font-size: 16px;
  }body.product-gmail .sg-boundary strong{
    font-size: 19px;
  }body.product-gmail .sg-process-grid{
    gap: 20px;
  }body.product-gmail .sg-process-card{
    padding-left: 22px;
  }body.product-gmail .sg-fit-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }body.product-gmail .sg-fit-grid::before,
body.product-gmail .sg-fit-grid::after{
    content: none;
  }body.product-gmail .sg-boundary,
body.product-gmail .sg-fit-result{
    grid-template-columns: 1fr;
  }body.product-gmail .sg-boundary{
    width: 100%;
    margin-top: 0;
    padding: 22px 24px;
  }body.product-gmail .sg-actions,
body.product-gmail .sg-actions-center{
    align-items: stretch;
    flex-direction: column;
  }body.product-gmail .sg-btn{
    width: 100%;
  }body.product-gmail .sg-report-steps li{
    grid-template-columns: 44px minmax(0, 1fr);
  }body.product-gmail .sg-report-steps li > span{
    width: 40px;
    height: 40px;
  }body.product-gmail .strategy-gmail-page .dl-faq-q{
    gap: 18px;
    min-height: 76px;
    padding: 18px 0;
    font-size: 19px;
  }body.product-gmail .strategy-gmail-page .dl-faq-q .sg-faq-chevron{
    width: 28px;
    height: 28px;
  }body.product-gmail .strategy-gmail-page .dl-faq-a p{
    padding: 0 0 24px;
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {body.product-gmail .strategy-gmail-page *,
body.product-gmail .strategy-gmail-page *::before,
body.product-gmail .strategy-gmail-page *::after{
    scroll-behavior: auto;
    transition: none;
  }
}/* ===== Google Workspace Typography Alignment 20260626 =====
 * 将战略绩效页收敛为 6 档字号：56 / 40 / 20 / 18 / 14 / 13。
 */
body.product-gmail .strategy-gmail-page{
  --sg-fs-hero: clamp(48px, 4.4vw, 56px);
  --sg-fs-section: clamp(36px, 3.125vw, 40px);
  --sg-fs-title: 20px;
  --sg-fs-body: 18px;
  --sg-fs-small: 14px;
  --sg-fs-micro: 13px;
  --sg-lh-hero: 1.16;
  --sg-lh-section: 1.25;
  --sg-lh-title: 1.4;
  --sg-lh-body: 1.56;
  --sg-lh-small: 1.55;
}body.product-gmail .strategy-gmail-page .sg-intro h1 .sg-title-text{
  font-size: var(--sg-fs-hero);
  font-weight: 700;
  line-height: var(--sg-lh-hero);
}body.product-gmail .strategy-gmail-page .sg-head h2 span,
body.product-gmail .strategy-gmail-page .sg-cta h2,
body.product-gmail .strategy-gmail-page .sg-cta h2 span{
  font-size: var(--sg-fs-section);
  font-weight: 500;
  line-height: var(--sg-lh-section);
}body.product-gmail .strategy-gmail-page .sg-head p,
body.product-gmail .strategy-gmail-page .sg-intro-sub,
body.product-gmail .strategy-gmail-page .sg-scope-card p,
body.product-gmail .strategy-gmail-page .sg-model-card p,
body.product-gmail .strategy-gmail-page .sg-delivery-usage p,
body.product-gmail .strategy-gmail-page .sg-delivery-scenarios p,
body.product-gmail .strategy-gmail-page .sg-case-card p,
body.product-gmail .strategy-gmail-page .sg-process-card p,
body.product-gmail .strategy-gmail-page .sg-boundary p,
body.product-gmail .strategy-gmail-page .sg-fit-card p,
body.product-gmail .strategy-gmail-page .sg-fit-result span,
body.product-gmail .strategy-gmail-page .sg-cta p{
  font-size: var(--sg-fs-body);
  line-height: var(--sg-lh-body);
}body.product-gmail .strategy-gmail-page .sg-report-steps strong,
body.product-gmail .strategy-gmail-page .sg-scope-card h3,
body.product-gmail .strategy-gmail-page .sg-fit-card h3,
body.product-gmail .strategy-gmail-page .sg-model-card h3,
body.product-gmail .strategy-gmail-page .sg-delivery-pack h3,
body.product-gmail .strategy-gmail-page .sg-delivery-usage h3,
body.product-gmail .strategy-gmail-page .sg-delivery-tools strong,
body.product-gmail .strategy-gmail-page .sg-delivery-scenarios h4,
body.product-gmail .strategy-gmail-page .sg-case-card h3,
body.product-gmail .strategy-gmail-page .sg-process-card h3,
body.product-gmail .strategy-gmail-page .dl-faq-q{
  font-size: var(--sg-fs-title);
  font-weight: 500;
  line-height: var(--sg-lh-title);
}body.product-gmail .strategy-gmail-page .sg-scope-card h3,
body.product-gmail .strategy-gmail-page .sg-fit-card h3,
body.product-gmail .strategy-gmail-page .sg-model-card h3,
body.product-gmail .strategy-gmail-page .sg-delivery-pack h3,
body.product-gmail .strategy-gmail-page .sg-delivery-usage h3,
body.product-gmail .strategy-gmail-page .sg-delivery-tools strong,
body.product-gmail .strategy-gmail-page .sg-delivery-scenarios h4,
body.product-gmail .strategy-gmail-page .sg-process-card h3{
  font-weight: 400;
}body.product-gmail .strategy-gmail-page .sg-report-steps strong,
body.product-gmail .strategy-gmail-page .sg-case-card h3{
  font-weight: 500;
}body.product-gmail .strategy-gmail-page .sg-case-card h3{
  margin-bottom: 16px;
}body.product-gmail .strategy-gmail-page .sg-problem,
body.product-gmail .strategy-gmail-page .sg-btn,
body.product-gmail .strategy-gmail-page .sg-stat-strip span,
body.product-gmail .strategy-gmail-page .sg-report-steps p,
body.product-gmail .strategy-gmail-page .sg-report-note,
body.product-gmail .strategy-gmail-page .sg-model-card strong,
body.product-gmail .strategy-gmail-page .sg-model-card strong em,
body.product-gmail .strategy-gmail-page .sg-delivery-tools p,
body.product-gmail .strategy-gmail-page .sg-fit-result strong,
body.product-gmail .strategy-gmail-page .sg-fit-result .dp-fit-action-btn,
body.product-gmail .strategy-gmail-page .sg-case-metrics span,
body.product-gmail .strategy-gmail-page .sg-quote-card footer,
body.product-gmail .strategy-gmail-page .sg-quote-card p,
body.product-gmail .strategy-gmail-page .sg-note,
body.product-gmail .strategy-gmail-page .sg-cta-context{
  font-size: var(--sg-fs-small);
  line-height: var(--sg-lh-small);
}body.product-gmail .strategy-gmail-page .sg-eyebrow,
body.product-gmail .strategy-gmail-page .sg-kicker,
body.product-gmail .strategy-gmail-page .sg-report-top strong,
body.product-gmail .strategy-gmail-page .sg-model-card span:not(.sg-model-num),
body.product-gmail .strategy-gmail-page .sg-case-kicker,
body.product-gmail .strategy-gmail-page .sg-process-card span,
body.product-gmail .strategy-gmail-page .sg-fit-card .dp-fit-mark{
  font-size: var(--sg-fs-micro);
  line-height: 1.35;
}body.product-gmail .strategy-gmail-page .sg-model-card .sg-model-num{
  font-size: 56px;
  line-height: 0.9;
}body.product-gmail .strategy-gmail-page .sg-stat-strip strong,
body.product-gmail .strategy-gmail-page .sg-case-metrics strong,
body.product-gmail .strategy-gmail-page .sg-quote-card blockquote{
  font-size: 24px;
  line-height: 1.34;
}body.product-gmail .strategy-gmail-page .dl-faq-a p{
  font-size: var(--sg-fs-body);
  line-height: 1.72;
}body.product-gmail .strategy-gmail-page .sg-section[id$="-fit"]{
  padding: 60px 0;
}body.product-gmail .strategy-gmail-page .sg-section[id$="-evidence"]{
  padding: 56px 0;
}body.product-gmail .strategy-gmail-page .sg-section[id$="-evidence"] .sg-head{
  margin-bottom: 24px;
}body.product-gmail .strategy-gmail-page .sg-section[id$="-fit"] .sg-head{
  max-width: 960px;
  margin-bottom: 26px;
}body.product-gmail .strategy-gmail-page .sg-fit-grid{
  gap: 20px;
}body.product-gmail .strategy-gmail-page .sg-fit-card{
  padding: 28px 32px;
}body.product-gmail .strategy-gmail-page .sg-fit-result{
  margin-top: 24px;
  padding: 28px 32px;
}body.product-gmail .strategy-gmail-page .sg-section[id$="-faq"]{
  padding: var(--sg-section-space) 0;
}/* 2026-06-27 · Google/Gmail light rhythm final overrides */
body.product-gmail .strategy-gmail-page .sg-fit-card{
  min-height: 208px;
  padding: 24px 30px;
}body.product-gmail .strategy-gmail-page .sg-fit-result{
  margin-top: 18px;
  padding: 24px 30px;
}body.product-gmail .strategy-gmail-page .sg-fit-grid{
  gap: 16px 32px;
}body.product-gmail .strategy-gmail-page .sg-case-card{
  padding: 26px 30px;
}body.product-gmail .strategy-gmail-page .sg-case-card h3{
  margin-bottom: 12px;
}body.product-gmail .strategy-gmail-page .sg-case-card p{
  margin-bottom: 8px;
  line-height: 1.56;
}body.product-gmail .strategy-gmail-page .sg-case-metrics{
  margin-top: 14px;
}body.product-gmail .strategy-gmail-page .sg-case-layout{
  align-items: center;
}body.product-gmail .strategy-gmail-page .sg-quote-card{
  min-height: 0;
  justify-content: flex-start;
  align-self: center;
  padding: 28px 28px 26px;
}body.product-gmail .strategy-gmail-page .sg-quote-card blockquote{
  font-size: var(--sg-fs-title);
  line-height: var(--sg-lh-title);
}body.product-gmail .strategy-gmail-page .sg-section[id$="-faq"] .sg-head{
  margin-bottom: 24px;
}body.product-gmail .strategy-gmail-page .dl-faq-q{
  min-height: 78px;
  padding: 18px 0;
}body.product-gmail .strategy-gmail-page .dl-faq-a p{
  padding: 0 56px 24px 0;
}

@media (max-width: 820px) {body.product-gmail .strategy-gmail-page{
    --sg-fs-hero: 42px;
    --sg-fs-section: 32px;
    --sg-fs-title: 19px;
    --sg-fs-body: 16px;
    --sg-fs-small: 14px;
  }body.product-gmail .strategy-gmail-page .sg-container,
body.product-gmail .strategy-gmail-page .sg-intro-grid,
body.product-gmail .strategy-gmail-page .sg-intro-copy,
body.product-gmail .strategy-gmail-page .sg-report-card{
    max-width: 100%;
    min-width: 0;
  }body.product-gmail .strategy-gmail-page,
body.product-gmail .strategy-gmail-page .sg-intro{
    overflow-x: hidden;
  }body.product-gmail .strategy-gmail-page .sg-intro h1,
body.product-gmail .strategy-gmail-page .sg-intro h1 .sg-title-text,
body.product-gmail .strategy-gmail-page .sg-intro-sub,
body.product-gmail .strategy-gmail-page .sg-problem,
body.product-gmail .strategy-gmail-page .sg-kicker{
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }body.product-gmail .strategy-gmail-page .sg-actions{
    flex-direction: column;
    align-items: stretch;
  }body.product-gmail .strategy-gmail-page .sg-btn{
    display: block;
    width: 100%;
    min-height: 52px;
    height: auto;
    padding-right: 16px;
    padding-left: 16px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-height: 1.35;
    text-align: center;
  }body.product-gmail .strategy-gmail-page .sg-quote-card{
    min-height: 0;
    justify-content: flex-start;
  }body.product-gmail .strategy-gmail-page .sg-model-card .sg-model-num{
    font-size: 48px;
  }
}/* Keep product CTA visually aligned with the home page CTA. */
body.product-gmail .strategy-gmail-page .sg-cta .sg-btn-secondary{
  background: transparent;
}body.product-gmail .strategy-gmail-page .sg-cta .sg-slogan{
  color: var(--sg-ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}body.product-gmail .strategy-gmail-page .sg-cta .sg-slogan strong{
  color: var(--sg-navy);
  font-weight: 700;
}/* ===== SOURCE: 14-home-workspace-page.css ===== */
/* ============================================================
 * V9 Home · Google Workspace style alignment
 * Scope: .home-workspace-style
 * ============================================================ */

.home-workspace-style{
  --home-navy: var(--zb-primary);
  --home-navy-dark: var(--zb-primary-dark);
  --home-ink: var(--zb-ink);
  --home-body: var(--zb-ink-soft);
  --home-muted: var(--zb-muted);
  --home-line: var(--zb-border);
  --home-canvas: var(--zb-canvas);
  --home-soft: #f8fafc;
  --home-surface: #fff;
  --home-fs-hero: clamp(56px, 4.8vw, 64px);
  --home-fs-section: clamp(36px, 2.9vw, 40px);
  --home-fs-title: 20px;
  --home-fs-body: 18px;
  --home-fs-small: 14px;
  --home-fs-micro: 13px;
  --home-shadow-light: 0 1px 3px rgba(26, 58, 92, 0.08);
  --home-shadow-medium: 0 2px 8px rgba(26, 58, 92, 0.1);
  --home-shadow-heavy: 0 4px 16px rgba(26, 58, 92, 0.12);
  --home-shadow-hover: 0 4px 12px rgba(26, 58, 92, 0.14);
  --home-section-space: 64px;
  --home-motion-ease: cubic-bezier(0.2, 0, 0, 1);
  --home-motion-duration: 360ms;
  color: var(--home-ink);
}.home-workspace-style .dl-hero{
  position: relative;
  display: grid;
  grid-template-columns:
    minmax(64px, 1fr)
    minmax(0, 640px)
    clamp(56px, 6vw, 96px)
    minmax(420px, 560px)
    minmax(64px, 1fr);
  align-items: center;
  min-height: calc(100vh - 65px);
  padding: 44px 0 104px;
  gap: 0;
  overflow: hidden;
  background: var(--home-canvas);
  border-bottom: 1px solid rgba(220, 225, 232, 0.72);
}.home-workspace-style .dl-hero::before{
  display: none;
}.home-workspace-style .dl-hero-copy{
  grid-column: 2;
  width: 100%;
  max-width: 640px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}.home-workspace-style .dl-hero-kicker{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--home-muted);
  font-size: var(--home-fs-small);
  font-weight: 500;
  letter-spacing: 0;
}.home-workspace-style .dl-hero-kicker::before{
  content: "";
  width: 32px;
  height: 2px;
  flex: 0 0 32px;
  border-radius: 0;
  background: var(--home-navy);
}.home-workspace-style .sec,
.home-workspace-style .seca,
.home-workspace-style .home-faq-section{
  min-height: min(720px, calc(100vh - 64px));
  display: flex;
  align-items: center;
  padding: var(--home-section-space) 0;
  border-bottom: 1px solid rgba(220, 225, 232, 0.72);
}.home-workspace-style .home-cases-compact,
.home-workspace-style .home-team-proof{
  padding: var(--home-section-space) 0;
}.home-workspace-style .home-delivery-section,
.home-workspace-style .home-cases-compact,
.home-workspace-style .dl-cta--home{
  background: var(--home-soft);
}.home-workspace-style .seca,
.home-workspace-style .home-resource-strip,
.home-workspace-style .home-team-proof{
  background: var(--home-canvas);
}.home-workspace-style .home-faq-section,
.home-workspace-style .dl-cta--home{
  background: var(--home-soft);
}.home-workspace-style .sh{
  max-width: 820px;
  margin: 0 auto 36px;
  text-align: center;
}.home-workspace-style .sh .se,
.home-workspace-style .se{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--home-navy-dark);
  font-family: var(--zb-mono);
  font-size: var(--home-fs-micro);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.home-workspace-style .sh .se::before,
.home-workspace-style .se::before{
  content: "";
  width: 28px;
  height: 2px;
  background: var(--home-navy);
}.home-workspace-style .sh h2,
.home-workspace-style .dl-cta--home h2{
  margin: 0;
  color: var(--home-ink);
  font-size: var(--home-fs-section);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}.home-workspace-style .sh p,
.home-workspace-style .dl-cta--home p{
  max-width: 760px;
  margin: 16px auto 0;
  color: var(--home-muted);
  font-size: var(--home-fs-body);
  line-height: 1.56;
}.home-workspace-style .home-gmail-section{
  min-height: min(720px, calc(100vh - 64px));
  display: flex;
  align-items: center;
  padding: var(--home-section-space) 0;
  border-bottom: 1px solid rgba(220, 225, 232, 0.72);
}.home-workspace-style .home-diagnosis-section,
.home-workspace-style .home-delivery-section{
  background: var(--home-soft);
}.home-workspace-style .home-diagnosis-section{
  align-items: flex-start;
  min-height: auto;
  padding: 48px 0 52px;
}.home-workspace-style .home-loop-section{
  background: var(--home-canvas);
}.home-workspace-style .home-gmail-pair{
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.86fr);
  align-items: center;
  gap: clamp(58px, 6vw, 92px);
  max-width: 1120px;
  margin: 0 auto;
}.home-workspace-style .home-gmail-pair--text-left{
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.03fr);
}.home-workspace-style .home-gmail-copy{
  max-width: 470px;
}.home-workspace-style .home-gmail-copy h2{
  margin: 0;
  color: var(--home-ink);
  font-size: var(--home-fs-section);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}.home-workspace-style .home-gmail-copy p{
  margin: 22px 0 0;
  color: var(--home-muted);
  font-size: var(--home-fs-body);
  line-height: 1.62;
}.home-workspace-style .home-process-head{
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}.home-workspace-style .home-process-head .se{
  justify-content: center;
}.home-workspace-style .home-process-head h2{
  margin: 0;
  color: var(--home-ink);
  font-size: var(--home-fs-section);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}.home-workspace-style .home-process-head p{
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--home-muted);
  font-size: var(--home-fs-body);
  line-height: 1.62;
}.home-workspace-style .home-problem-head{
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}.home-workspace-style .home-problem-head .se{
  justify-content: center;
}.home-workspace-style .home-problem-head h2{
  margin: 0;
  color: var(--home-ink);
  font-size: var(--home-fs-section);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}.home-workspace-style .home-problem-head p{
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--home-muted);
  font-size: var(--home-fs-body);
  line-height: 1.62;
}.home-workspace-style .home-problem-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: min(100%, 1120px);
  margin: 0 auto;
}.home-workspace-style .home-problem-card{
  min-height: 272px;
  display: flex;
  flex-direction: column;
  padding: 26px 30px 24px;
  border: 1px solid rgba(220, 225, 232, 0.88);
  border-radius: 12px;
  background: var(--home-surface);
  box-shadow: var(--home-shadow-medium);
  transition:
    border-color 260ms var(--home-motion-ease),
    box-shadow 260ms var(--home-motion-ease),
    transform 260ms var(--home-motion-ease);
}.home-workspace-style .home-problem-card:hover{
  border-color: rgba(26, 58, 92, 0.24);
  box-shadow: var(--home-shadow-hover);
  transform: translateY(-2px);
}.home-workspace-style .home-problem-icon{
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid rgba(26, 58, 92, 0.10);
  border-radius: 12px;
  background: rgba(26, 58, 92, 0.045);
  color: var(--home-navy-dark);
  font-size: var(--home-fs-micro);
  font-weight: 800;
  letter-spacing: 0.08em;
}.home-workspace-style .home-problem-card h3{
  margin: 0;
  color: var(--home-ink);
  font-size: var(--home-fs-title);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}.home-workspace-style .home-problem-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}.home-workspace-style .home-problem-tags span{
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(26, 58, 92, 0.07);
  color: var(--home-navy-dark);
  font-size: var(--home-fs-small);
  font-weight: 700;
  line-height: 1.35;
}.home-workspace-style .home-problem-card p{
  margin: 14px 0 0;
  color: var(--home-muted);
  font-size: var(--home-fs-body);
  line-height: 1.56;
}.home-workspace-style .home-problem-link{
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--home-navy-dark);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}.home-workspace-style .home-problem-link::after{
  content: "→";
  transition: transform 220ms var(--home-motion-ease);
}.home-workspace-style .home-problem-link:hover{
  color: var(--home-navy);
  text-decoration: underline;
  text-underline-offset: 5px;
}.home-workspace-style .home-problem-link:hover::after{
  transform: translateX(3px);
}.home-workspace-style .home-process-focus{
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(56px, 6vw, 84px);
  align-items: center;
  width: min(100%, 1040px);
  margin: 10px auto 0;
}.home-workspace-style .home-process-focus--reverse .home-process-visual{
  order: 2;
}.home-workspace-style .home-process-focus--reverse .home-process-timeline{
  order: 1;
}.home-workspace-style .home-gmail-visual{
  position: relative;
  min-height: 470px;
  padding: 36px;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--home-shadow-medium);
  overflow: hidden;
}.home-workspace-style .home-panel-topline{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--home-line);
}.home-workspace-style .home-panel-topline span{
  color: var(--home-muted);
  font-size: var(--home-fs-micro);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.home-workspace-style .home-panel-topline strong{
  color: var(--home-ink);
  font-size: var(--home-fs-small);
  font-weight: 700;
}.home-workspace-style .diagnosis-list{
  display: grid;
  gap: 0;
}.home-workspace-style .diagnosis-row{
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 78px;
  padding: 0;
  border-top: 1px solid var(--home-line);
  color: inherit;
  transition: background-color 0.2s ease;
}.home-workspace-style .diagnosis-row:first-child{
  border-top: 0;
}.home-workspace-style .diagnosis-row:hover{
  background: linear-gradient(90deg, rgba(248, 250, 252, 0.72), transparent);
}.home-workspace-style .diagnosis-index{
  color: var(--home-muted);
  font-size: var(--home-fs-small);
  font-weight: 700;
  line-height: 1;
}.home-workspace-style .diagnosis-row.is-primary .diagnosis-index,
.home-workspace-style .diagnosis-row:hover .diagnosis-index{
  color: var(--home-navy-dark);
}.home-workspace-style .diagnosis-copy strong{
  display: block;
  color: var(--home-ink);
  font-size: var(--home-fs-title);
  font-weight: 500;
  line-height: 1.38;
}.home-workspace-style .diagnosis-copy em{
  display: block;
  margin-top: 6px;
  color: var(--home-muted);
  font-size: var(--home-fs-small);
  font-style: normal;
  line-height: 1.5;
}.home-workspace-style .home-copy-list{
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}.home-workspace-style .home-copy-list li{
  position: relative;
  padding-left: 22px;
  color: var(--home-body);
  font-size: var(--home-fs-body);
  line-height: 1.56;
}.home-workspace-style .home-copy-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--home-navy);
}.home-workspace-style .home-link-copy{
  padding-top: 4px;
}.home-workspace-style .home-text-link{
  display: inline;
  margin-left: 6px;
  color: var(--home-navy-dark);
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  text-decoration: none;
}.home-workspace-style .home-text-link::after{
  content: " →";
}.home-workspace-style .home-text-link:hover{
  color: var(--home-navy);
  text-decoration: underline;
  text-underline-offset: 5px;
}.home-workspace-style .home-process-note{
  max-width: 860px;
  margin: 28px auto 0;
  color: var(--home-muted);
  font-size: var(--home-fs-small);
  line-height: 1.58;
  text-align: center;
}.home-workspace-style .home-loop-board{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 470px;
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.88), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 86% 12%, rgba(30, 58, 95, 0.1), transparent 34%);
}.home-workspace-style .home-loop-path{
  position: relative;
  display: grid;
  gap: 14px;
}.home-workspace-style .home-loop-path::before{
  content: "";
  position: absolute;
  left: 25px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: #e8eaed;
}.home-workspace-style .loop-node{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 64px;
  padding: 0;
  color: inherit;
}.home-workspace-style .loop-node span{
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid #e8eaed;
  border-radius: 50%;
  background: #fff;
  color: var(--home-muted);
  font-size: var(--home-fs-small);
  font-weight: 700;
}.home-workspace-style .loop-node strong{
  color: var(--home-ink);
  font-size: var(--home-fs-title);
  font-weight: 500;
  line-height: 1.4;
}.home-workspace-style .loop-node em{
  justify-self: end;
  color: var(--home-muted);
  font-size: var(--home-fs-small);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}.home-workspace-style .loop-node.is-active span{
  border-color: var(--home-navy);
  background: var(--home-navy);
  color: #fff;
}.home-workspace-style .home-loop-note{
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--home-line);
}.home-workspace-style .home-loop-note strong,
.home-workspace-style .home-loop-note span{
  display: block;
}.home-workspace-style .home-loop-note strong{
  color: var(--home-ink);
  font-size: var(--home-fs-title);
  font-weight: 500;
  line-height: 1.4;
}.home-workspace-style .home-loop-note span{
  margin-top: 8px;
  color: var(--home-muted);
  font-size: var(--home-fs-body);
  line-height: 1.56;
}.home-workspace-style .hero-headline .q{
  max-width: 720px;
  margin: 0 0 30px;
  color: var(--home-ink);
  font-size: var(--home-fs-hero);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
  word-break: keep-all;
}.home-workspace-style .hero-headline .title-line{
  display: block;
  white-space: normal;
}.home-workspace-style .hero-headline .title-mobile-break{
  display: none;
}.home-workspace-style .hero-headline .pain-subtitle{
  max-width: 610px;
  margin: 0 0 54px;
  color: var(--home-body);
  font-size: var(--home-fs-body);
  font-weight: 400;
  line-height: 1.56;
}.home-workspace-style .hero-headline .pain-subtitle strong{
  color: var(--home-ink);
  font-size: var(--home-fs-small);
  font-weight: 700;
}.home-workspace-style .hero-headline .pain-line{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}.home-workspace-style .hero-headline .pain-line em{
  position: relative;
  display: block;
  padding-left: 18px;
  font-style: normal;
}.home-workspace-style .hero-headline .pain-line em::before{
  content: "";
  position: absolute;
  left: 1px;
  top: 0.74em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #a8b3c3;
}.home-workspace-style .hero-scene-card{
  grid-column: 4;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: var(--home-soft);
  border: 1px solid var(--home-line);
  box-shadow: var(--home-shadow-medium);
}.home-workspace-style .hero-scene-image{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}.home-workspace-style .hero-proof-line{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: 650px;
  margin-top: 0;
  padding-top: 28px;
  border-top-color: var(--home-line);
}.home-workspace-style .hero-proof-item{
  display: block;
  min-height: auto;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--home-navy-dark);
  font-size: var(--home-fs-small);
  font-weight: 700;
  line-height: 1.35;
  white-space: normal;
}.home-workspace-style .hero-proof-item:first-child{
  padding-left: 0;
}.home-workspace-style .hero-proof-item .proof-explain{
  display: block;
  margin-top: 5px;
  color: var(--home-muted);
  font-size: var(--home-fs-micro);
  font-weight: 500;
}.home-workspace-style .hero-proof-item + .hero-proof-item{
  padding-left: 22px;
  border-left: 1px solid var(--home-line);
}.home-workspace-style .hero-proof-sep,
.home-workspace-style .hero-proof-item::after{
  display: none;
}.home-workspace-style .scroll-indicator{
  position: absolute;
  left: 50%;
  bottom: 36px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #a8b3c3;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  opacity: 0.82;
  transform: translateX(-50%);
  animation: homeScrollBounce 2s infinite;
}.home-workspace-style .scroll-arrow{
  width: 16px;
  height: 16px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

@keyframes homeScrollBounce {
  0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
  40% { transform: translateX(-50%) translateY(-8px); }
  60% { transform: translateX(-50%) translateY(-4px); }
}.home-workspace-style .tmi,
.home-workspace-style .client-proof-card,
.home-workspace-style .client-proof-panel{
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: var(--home-surface);
  box-shadow: var(--home-shadow-light);
}.home-workspace-style .tmi:hover{
  border-color: color-mix(in srgb, var(--home-navy) 26%, var(--home-line));
  box-shadow: var(--home-shadow-hover);
  transform: translateY(-1px);
}.home-workspace-style .tmi h4{
  color: var(--home-ink);
  font-size: var(--home-fs-title);
  font-weight: 500;
  line-height: 1.4;
}.home-workspace-style .tmi .desc,
.home-workspace-style .client-proof-note{
  color: var(--home-muted);
  font-size: var(--home-fs-body);
  line-height: 1.56;
}.home-workspace-style .client-proof-kicker{
  font-size: var(--home-fs-micro);
  letter-spacing: 0.06em;
}.home-workspace-style .home-delivery-focus{
  display: contents;
}.home-workspace-style .home-gmail-pair .home-delivery-focus{
  display: contents;
}.home-workspace-style .home-gmail-pair .home-delivery-focus .home-process-visual{
  min-height: 324px;
  padding: 36px;
  box-shadow: var(--home-shadow-medium);
}.home-workspace-style .home-gmail-pair .home-delivery-focus .home-process-timeline{
  gap: 30px;
  padding-left: 58px;
}.home-workspace-style .home-gmail-pair .home-delivery-focus .home-process-timeline::before{
  left: 17px;
}.home-workspace-style .home-gmail-pair .home-delivery-focus .home-process-step::before{
  left: -41px;
}.home-workspace-style .home-gmail-pair .home-delivery-focus .home-process-step::after{
  left: -58px;
  width: 34px;
  height: 34px;
  font-size: var(--home-fs-body);
}.home-workspace-style .home-gmail-pair .home-delivery-focus .home-process-step h3{
  font-size: var(--home-fs-title);
}.home-workspace-style .home-gmail-pair .home-delivery-focus .home-process-step.is-active .home-process-detail{
  margin-top: 18px;
  max-height: 120px;
}.home-workspace-style .home-gmail-pair .home-delivery-focus .home-process-detail p{
  font-size: var(--home-fs-body);
  line-height: 1.56;
}.home-workspace-style .home-process-visual{
  position: relative;
  min-height: 324px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 36px 36px;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)),
    repeating-linear-gradient(0deg, rgba(26, 58, 92, 0.03) 0 1px, transparent 1px 38px);
  box-shadow: var(--home-shadow-medium);
  overflow: hidden;
  transition:
    border-color var(--home-motion-duration) var(--home-motion-ease),
    box-shadow var(--home-motion-duration) var(--home-motion-ease),
    transform var(--home-motion-duration) var(--home-motion-ease);
  will-change: transform;
}.home-workspace-style .home-process-visual--deliverable{
  justify-content: flex-start;
}.home-workspace-style .home-visual-label{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 24px;
  padding: 0 0 10px;
  border: 1px solid var(--home-line);
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
  color: var(--home-navy-dark);
  font-size: var(--home-fs-micro);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}.home-workspace-style .home-process-visual::before,
.home-workspace-style .home-process-visual::after{
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(30, 58, 95, 0.06);
}.home-workspace-style .home-process-visual::before{
  width: 180px;
  height: 180px;
  right: -60px;
  top: -58px;
}.home-workspace-style .home-process-visual::after{
  width: 120px;
  height: 120px;
  left: -42px;
  bottom: -36px;
}.home-workspace-style .home-process-visual span,
.home-workspace-style .home-process-visual strong,
.home-workspace-style .home-process-visual p,
.home-workspace-style .home-process-visual ul{
  position: relative;
  z-index: 1;
  transition:
    opacity var(--home-motion-duration) var(--home-motion-ease),
    transform var(--home-motion-duration) var(--home-motion-ease);
}.home-workspace-style .home-visual-stage{
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 246px;
}.home-workspace-style .home-visual-state{
  grid-area: 1 / 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px) scale(0.985);
  transition:
    opacity 420ms var(--home-motion-ease),
    transform 520ms var(--home-motion-ease);
}.home-workspace-style .home-visual-state.is-active{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition-delay: 90ms;
}.home-workspace-style .home-visual-state > span,
.home-workspace-style .home-visual-state > strong,
.home-workspace-style .home-visual-state > p,
.home-workspace-style .home-visual-state > ul{
  position: relative;
  z-index: 1;
}.home-workspace-style .home-visual-state > strong,
.home-workspace-style .home-visual-state > p,
.home-workspace-style .home-visual-state > ul{
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 380ms var(--home-motion-ease),
    transform 420ms var(--home-motion-ease);
}.home-workspace-style .home-visual-state.is-active > strong{
  opacity: 1;
  transform: translateY(0);
  transition-delay: 130ms;
}.home-workspace-style .home-visual-state.is-active > p{
  opacity: 1;
  transform: translateY(0);
  transition-delay: 170ms;
}.home-workspace-style .home-visual-state.is-active > ul{
  opacity: 1;
  transform: translateY(0);
  transition-delay: 210ms;
}.home-workspace-style .home-process-visual span{
  display: inline-flex;
  align-self: flex-start;
  padding: 7px 10px;
  border: 1px solid rgba(26, 58, 92, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--home-muted);
  font-size: var(--home-fs-small);
  font-weight: 700;
  line-height: 1.4;
}.home-workspace-style .home-process-visual strong{
  margin-top: 18px;
  color: var(--home-ink);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.34;
}.home-workspace-style .home-process-visual p{
  max-width: 360px;
  margin: 14px 0 0;
  color: var(--home-muted);
  font-size: var(--home-fs-body);
  line-height: 1.58;
}.home-workspace-style .home-process-visual ul{
  list-style: none;
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid var(--home-line);
}.home-workspace-style .home-process-visual li{
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 48px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid var(--home-line);
  background: transparent;
  color: var(--home-body);
  font-size: var(--home-fs-body);
  line-height: 1.45;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity var(--home-motion-duration) var(--home-motion-ease),
    transform var(--home-motion-duration) var(--home-motion-ease);
}.home-workspace-style .home-process-visual li::before{
  content: "";
  width: 7px;
  height: 7px;
  justify-self: center;
  border-radius: 50%;
  background: var(--home-navy);
}.home-workspace-style .home-process-visual li:last-child{
  border-bottom: 0;
}.home-workspace-style .home-visual-state > ul li{
  opacity: 0;
  transform: translateY(7px);
  transition:
    opacity 360ms var(--home-motion-ease),
    transform 420ms var(--home-motion-ease);
}.home-workspace-style .home-visual-state.is-active > ul li{
  opacity: 1;
  transform: translateY(0);
}.home-workspace-style .home-visual-state.is-active > ul li:nth-child(1){
  transition-delay: 230ms;
}.home-workspace-style .home-visual-state.is-active > ul li:nth-child(2){
  transition-delay: 275ms;
}.home-workspace-style .home-visual-state.is-active > ul li:nth-child(3){
  transition-delay: 320ms;
}.home-workspace-style .home-process-timeline{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  padding-left: 58px;
}.home-workspace-style .home-process-timeline::before{
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 17px;
  width: 2px;
  background: #e8eaed;
}.home-workspace-style .home-process-step{
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}.home-workspace-style .home-process-step::before{
  content: "";
  position: absolute;
  left: -41px;
  top: 2px;
  width: 2px;
  height: 100%;
  background: #e8eaed;
  transition:
    background-color var(--home-motion-duration) var(--home-motion-ease),
    height var(--home-motion-duration) var(--home-motion-ease);
}.home-workspace-style .home-process-step::after{
  content: attr(data-step);
  position: absolute;
  top: -4px;
  left: -58px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 2px solid #e8eaed;
  border-radius: 50%;
  background: var(--home-soft);
  color: var(--home-muted);
  font-family: var(--zb-sans);
  font-size: var(--home-fs-body);
  font-weight: 500;
  line-height: 1;
  transition:
    border-color var(--home-motion-duration) var(--home-motion-ease),
    background-color var(--home-motion-duration) var(--home-motion-ease),
    color var(--home-motion-duration) var(--home-motion-ease),
    transform var(--home-motion-duration) var(--home-motion-ease);
}.home-workspace-style .home-process-step.is-active::before{
  height: calc(100% + 28px);
  background: var(--home-navy);
}.home-workspace-style .home-process-step.is-active::after{
  border-color: var(--home-navy);
  background: var(--home-navy);
  color: #fff;
}.home-workspace-style .home-process-step span{
  display: none;
}.home-workspace-style .home-process-step h3{
  margin: 0;
  color: var(--home-muted);
  font-size: var(--home-fs-title);
  font-weight: 500;
  line-height: 1.4;
  transition:
    color var(--home-motion-duration) var(--home-motion-ease),
    transform var(--home-motion-duration) var(--home-motion-ease);
}.home-workspace-style .home-process-step.is-active h3{
  color: var(--home-ink);
  transform: translateX(2px);
}.home-workspace-style .home-process-detail{
  display: grid;
  grid-template-rows: 0fr;
  max-height: none;
  opacity: 0;
  overflow: hidden;
  transform: translateY(6px);
  transition:
    grid-template-rows 460ms var(--home-motion-ease),
    opacity 320ms var(--home-motion-ease),
    margin 320ms var(--home-motion-ease),
    transform 320ms var(--home-motion-ease);
}.home-workspace-style .home-process-step.is-active .home-process-detail{
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 18px;
  transform: translateY(0);
}.home-workspace-style .home-process-detail p{
  min-height: 0;
  overflow: hidden;
  margin: 4px 0 0;
  color: var(--home-muted);
  font-size: var(--home-fs-body);
  line-height: 1.58;
}.home-workspace-style .home-delivery-note{
  max-width: 100%;
  margin: 24px 0 0;
  color: var(--home-muted);
  font-size: var(--home-fs-small);
  line-height: 1.55;
}.home-workspace-style .case-more-link{
  color: var(--home-navy-dark);
  font-size: var(--home-fs-small);
  font-weight: 700;
}.home-workspace-style .home-cases-compact .home-case-result-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
}.home-workspace-style .home-cases-compact .home-case-result-card{
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 34px 30px 32px;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  background: var(--home-surface);
  box-shadow: var(--home-shadow-light);
  transform: translateY(0);
  transition:
    transform 280ms var(--ease-out),
    border-color 280ms var(--ease-out),
    box-shadow 280ms var(--ease-out);
}.home-workspace-style .home-cases-compact .home-case-result-card:hover,
.home-workspace-style .home-cases-compact .home-case-result-card:focus-within{
  border-color: rgba(26, 58, 92, 0.22);
  box-shadow: var(--home-shadow-hover);
  transform: translateY(-6px);
}.home-workspace-style .home-cases-compact .home-case-result-card h3{
  min-height: 74px;
  margin: 0 0 34px;
  color: var(--home-ink);
  font-size: var(--home-fs-title);
  font-weight: 700;
  line-height: 1.34;
}.home-workspace-style .home-cases-compact .home-case-metrics{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: auto;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--home-line);
}.home-workspace-style .home-cases-compact .case-more-link{
  margin-top: auto;
}.home-workspace-style .home-resource-strip{
  padding: 34px 0;
  border-bottom: 1px solid rgba(220, 225, 232, 0.72);
}.home-workspace-style .home-resource-panel{
  display: grid;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr);
  gap: 28px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 26px 28px;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  background: var(--home-surface);
  box-shadow: var(--home-shadow-light);
}.home-workspace-style .home-resource-card{
  border-color: var(--home-line);
  background: var(--home-soft);
}.home-workspace-style .home-resource-card:hover,
.home-workspace-style .home-resource-card:focus-visible{
  border-color: rgba(26, 58, 92, 0.24);
  background: #fff;
  box-shadow: var(--home-shadow-medium);
}.home-workspace-style .home-team-proof .tm{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto 24px;
}.home-workspace-style .tmi{
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 150px;
  padding: 28px 30px;
  box-shadow: var(--home-shadow-light);
}.home-workspace-style .tma{
  width: 68px;
  height: 68px;
  border-radius: 50%;
}.home-workspace-style .tmi-copy p{
  color: var(--home-muted);
  font-size: var(--home-fs-small);
}.home-workspace-style .tmi-copy .desc{
  margin-top: 8px;
  color: var(--home-muted);
  font-size: var(--home-fs-small);
  line-height: 1.62;
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}.home-workspace-style .client-proof-panel{
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 0 0;
  border-width: 1px 0 0;
  border-radius: 0;
  background: transparent;
}.home-workspace-style .client-proof-head{
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 0.66fr);
  gap: 32px;
  align-items: start;
  margin-bottom: 20px;
}.home-workspace-style .client-proof-title{
  margin: 6px 0 0;
  color: var(--home-ink);
  font-size: var(--home-fs-title);
  font-weight: 500;
}.home-workspace-style .client-proof-note{
  max-width: 720px;
  margin: 0;
}.home-workspace-style .client-proof-grid{
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  border: 0;
}.home-workspace-style .client-proof-card{
  min-height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 10px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: var(--home-surface);
  text-align: center;
}.home-workspace-style .client-proof-name{
  color: var(--home-ink);
  font-size: var(--home-fs-small);
  font-weight: 700;
}.home-workspace-style .client-proof-meta{
  margin-top: 4px;
  color: var(--home-muted);
  font-size: var(--home-fs-micro);
}.home-workspace-style .client-proof-summary{
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--home-line);
}.home-workspace-style .client-proof-stat{
  padding: 0 24px;
  border-left: 1px solid var(--home-line);
}.home-workspace-style .client-proof-stat:first-child{
  padding-left: 0;
  border-left: 0;
}.home-workspace-style .client-proof-stat strong{
  display: block;
  color: var(--home-navy-dark);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}.home-workspace-style .client-proof-stat span{
  display: block;
  margin-top: 8px;
  color: var(--home-muted);
  font-size: var(--home-fs-small);
  line-height: 1.5;
}.home-workspace-style .home-faq-list{
  max-width: 920px;
  margin: 0 auto;
  border-top: 1px solid var(--home-line);
}.home-workspace-style .home-faq-item{
  border-bottom: 1px solid var(--home-line);
}.home-workspace-style .home-faq-q{
  width: 100%;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--home-ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
}.home-workspace-style .home-faq-q span{
  font-size: var(--home-fs-title);
  font-weight: 500;
  line-height: 1.4;
}.home-workspace-style .home-faq-icon{
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  color: var(--home-navy);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease;
}.home-workspace-style .home-faq-q[aria-expanded="true"] .home-faq-icon{
  transform: rotate(180deg);
}.home-workspace-style .home-faq-a{
  max-height: 0;
  overflow: hidden;
  transition: max-height .24s ease;
}.home-workspace-style .home-faq-a.open{
  max-height: 220px;
}.home-workspace-style .home-faq-a p{
  margin: 0;
  padding: 0 64px 28px 0;
  color: var(--home-muted);
  font-size: var(--home-fs-body);
  line-height: 1.72;
}.home-workspace-style .dl-cta--home{
  min-height: 475px;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--home-line);
}.home-workspace-style .dl-cta-actions{
  margin-top: 30px;
}.home-workspace-style .dl-btn-primary,
.home-workspace-style .dl-btn-ghost{
  border-radius: 999px;
  font-size: var(--home-fs-small);
}

@media (max-width: 1120px) {.home-workspace-style .dl-hero{
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 60px max(32px, 5vw) 80px;
    gap: 56px;
  }.home-workspace-style .dl-hero-copy{
    order: 2;
    width: min(720px, 100%);
    max-width: 720px;
  }.home-workspace-style .hero-scene-card{
    order: 1;
    width: min(760px, 100%);
  }.home-workspace-style .scroll-indicator{
    display: none;
  }.home-workspace-style .home-delivery-focus,
.home-workspace-style .home-process-focus,
.home-workspace-style .home-gmail-pair,
.home-workspace-style .home-team-proof .tm{
    grid-template-columns: 1fr;
  }.home-workspace-style .home-gmail-section{
    min-height: auto;
    padding: var(--home-section-space) 0;
  }.home-workspace-style .home-gmail-pair,
.home-workspace-style .home-gmail-pair--text-left{
    grid-template-columns: 1fr;
    gap: 44px;
    max-width: 760px;
  }.home-workspace-style .home-gmail-copy{
    max-width: 720px;
  }.home-workspace-style .home-gmail-pair--text-left .home-gmail-copy{
    order: 2;
  }.home-workspace-style .home-gmail-pair--text-left .home-gmail-visual{
    order: 1;
  }.home-workspace-style .home-gmail-visual{
    min-height: auto;
  }.home-workspace-style .home-problem-grid{
    width: min(100%, 760px);
    gap: 20px;
  }.home-workspace-style .home-problem-card{
    min-height: 300px;
    padding: 28px 30px;
  }.home-workspace-style .home-delivery-focus{
    width: min(100%, 760px);
    gap: 42px;
  }.home-workspace-style .home-process-focus{
    width: min(100%, 760px);
    gap: 42px;
    margin-top: 0;
  }.home-workspace-style .home-process-focus--reverse .home-process-visual,
.home-workspace-style .home-process-focus--reverse .home-process-timeline{
    order: initial;
  }.home-workspace-style .home-process-head{
    max-width: 760px;
    margin-bottom: 34px;
  }.home-workspace-style .home-gmail-pair .home-delivery-focus{
    grid-template-columns: 1fr;
    width: 100%;
    gap: 28px;
  }.home-workspace-style .home-process-visual{
    min-height: 280px;
    padding: 28px;
    border-radius: 20px;
  }.home-workspace-style .home-process-timeline{
    width: 100%;
    gap: 24px;
    padding-left: 52px;
  }.home-workspace-style .home-process-step::before{
    left: -36px;
  }.home-workspace-style .home-process-step::after{
    left: -52px;
  }.home-workspace-style .home-delivery-note{
    margin-top: 16px;
  }.home-workspace-style .client-proof-head,
.home-workspace-style .client-proof-summary{
    grid-template-columns: 1fr;
  }.home-workspace-style .client-proof-stat{
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid var(--home-line);
  }.home-workspace-style .client-proof-stat:first-child{
    padding-top: 0;
    border-top: 0;
  }.home-workspace-style .client-proof-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {.home-workspace-style{
    --home-fs-hero: clamp(42px, 10.8vw, 48px);
    --home-fs-section: clamp(28px, 7vw, 32px);
    --home-fs-title: 19px;
    --home-fs-body: 16px;
    --home-fs-small: 14px;
  }.home-workspace-style .sec,
.home-workspace-style .seca,
.home-workspace-style .home-gmail-section,
.home-workspace-style .home-faq-section{
    min-height: auto;
    padding: 56px 0;
  }.home-workspace-style .sh{
    margin-bottom: 28px;
  }.home-workspace-style .dl-hero{
    padding: 32px 24px 52px;
    gap: 34px;
  }.home-workspace-style .dl-hero-kicker{
    margin-bottom: 24px;
    line-height: 1.6;
  }.home-workspace-style .hero-headline .q{
    font-size: var(--home-fs-hero);
    font-weight: 800;
    margin-bottom: 22px;
    line-height: 1.26;
    max-width: 100%;
    word-break: normal;
    overflow-wrap: normal;
  }.home-workspace-style .hero-headline .title-line{
    white-space: normal;
  }.home-workspace-style .hero-headline .pain-subtitle{
    margin-bottom: 30px;
  }.home-workspace-style .hero-scene-card,
.home-workspace-style .dl-hero-copy{
    width: 100%;
    max-width: 100%;
  }.home-workspace-style .hero-scene-card{
    max-height: 324px;
  }.home-workspace-style .hero-proof-line{
    padding-top: 22px;
  }.home-workspace-style .client-proof-grid{
    grid-template-columns: 1fr;
  }.home-workspace-style .tmi{
    padding: 28px;
  }.home-workspace-style .home-gmail-pair{
    gap: 34px;
  }.home-workspace-style .home-gmail-copy h2{
    font-size: var(--home-fs-section);
  }.home-workspace-style .home-gmail-copy p,
.home-workspace-style .home-copy-list li,
.home-workspace-style .home-loop-note span{
    font-size: var(--home-fs-body);
  }.home-workspace-style .home-diagnosis-section{
    padding: 56px 0 60px;
  }.home-workspace-style .home-problem-head{
    margin-bottom: 32px;
    text-align: left;
  }.home-workspace-style .home-problem-head .se{
    justify-content: flex-start;
  }.home-workspace-style .home-problem-head p{
    font-size: var(--home-fs-body);
  }.home-workspace-style .home-problem-grid{
    grid-template-columns: 1fr;
    width: 100%;
    gap: 18px;
  }.home-workspace-style .home-problem-card{
    min-height: auto;
    padding: 28px 22px 26px;
    border-radius: 12px;
  }.home-workspace-style .home-problem-card h3{
    font-size: var(--home-fs-title);
    line-height: 1.4;
  }.home-workspace-style .home-problem-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
  }.home-workspace-style .home-problem-tags{
    gap: 8px;
    margin-top: 16px;
  }.home-workspace-style .home-problem-tags span{
    min-height: 26px;
    padding: 0 10px;
  }.home-workspace-style .home-problem-card p{
    margin-top: 18px;
    font-size: var(--home-fs-body);
  }.home-workspace-style .home-problem-link{
    padding-top: 22px;
    font-size: var(--home-fs-body);
  }.home-workspace-style .home-gmail-visual,
.home-workspace-style .home-gmail-pair .home-delivery-focus{
    grid-template-columns: 1fr;
    padding: 28px;
    border-radius: 20px;
  }.home-workspace-style .home-process-visual{
    min-height: auto;
    padding: 28px;
  }body.home-workspace-style .home-process-focus{
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    gap: 36px;
  }body.home-workspace-style .home-process-focus--reverse .home-process-visual,
body.home-workspace-style .home-process-focus--reverse .home-process-timeline{
    order: initial;
  }body.home-workspace-style .home-process-timeline{
    width: 100%;
    max-width: 100%;
    padding-left: 52px;
  }body.home-workspace-style .home-process-step{
    width: 100%;
    max-width: 100%;
  }.home-workspace-style .home-process-timeline{
    gap: 22px;
    padding-left: 42px;
  }.home-workspace-style .home-process-timeline::before{
    left: 13px;
  }.home-workspace-style .home-process-step::before{
    left: -29px;
  }.home-workspace-style .home-process-step::after{
    left: -42px;
    width: 28px;
    height: 28px;
    font-size: var(--home-fs-small);
  }.home-workspace-style .home-panel-topline{
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
    padding-bottom: 14px;
  }.home-workspace-style .diagnosis-row{
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    min-height: 84px;
  }.home-workspace-style .diagnosis-copy strong,
.home-workspace-style .loop-node strong,
.home-workspace-style .home-loop-note strong{
    font-size: var(--home-fs-title);
  }.home-workspace-style .home-loop-board{
    min-height: auto;
  }.home-workspace-style .loop-node{
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    min-height: 68px;
  }.home-workspace-style .loop-node span{
    width: 44px;
    height: 44px;
  }.home-workspace-style .loop-node em{
    grid-column: 2;
    justify-self: start;
    margin-top: -12px;
  }.home-workspace-style .home-loop-path::before{
    left: 21px;
  }.home-workspace-style .home-gmail-pair .home-delivery-focus .home-process-visual{
    min-height: auto;
    padding: 24px;
  }.home-workspace-style .home-gmail-pair .home-delivery-focus .home-process-timeline{
    padding-left: 38px;
  }.home-workspace-style .home-gmail-pair .home-delivery-focus .home-process-step::before{
    left: -27px;
  }.home-workspace-style .home-gmail-pair .home-delivery-focus .home-process-step::after{
    left: -38px;
  }.home-workspace-style .home-faq-q{
    min-height: 76px;
  }.home-workspace-style .home-faq-q span{
    font-size: 19px;
  }.home-workspace-style .home-faq-icon{
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }.home-workspace-style .home-faq-a p{
    padding: 0 0 24px;
  }.home-workspace-style .hero-proof-line{
    grid-template-columns: 1fr;
    gap: 14px;
  }.home-workspace-style .hero-proof-item,
.home-workspace-style .hero-proof-item:first-child{
    padding-left: 0;
  }.home-workspace-style .hero-proof-item + .hero-proof-item{
    padding-left: 0;
    border-left: 0;
  }.home-workspace-style .client-proof-card{
    min-height: 72px;
  }
}/* H1 hierarchy lock: 首页首屏 H1 必须是全页最大文字层级。 */

/* 2026-06-29 · 首页核心顾问卡片修正
 * 简介必须完整显示；头像采用咨询顾问正式圆形肖像样式。
 */
body.home-workspace-style .home-team-proof .tm{
  gap: 22px;
  margin-bottom: 32px;
}
body.home-workspace-style .home-team-proof .tmi{
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  min-height: 214px;
  padding: 28px 30px;
  border-color: rgba(26,58,92,0.14);
  box-shadow: 0 2px 8px rgba(26,58,92,0.10);
}
body.home-workspace-style .home-team-proof .tma{
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,0.92);
  background: #eef1f4;
  box-shadow: 0 10px 28px rgba(26,58,92,0.16);
  overflow: hidden;
}
body.home-workspace-style .home-team-proof .tma img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
body.home-workspace-style .home-team-proof .tmi h4{
  font-size: var(--home-fs-title);
}
body.home-workspace-style .home-team-proof .tmi-copy p{
  margin: 8px 0 12px;
  color: var(--home-navy);
  font-size: var(--home-fs-small);
  font-weight: 800;
  line-height: 1.35;
}
body.home-workspace-style .home-team-proof .tmi-copy .desc{
  margin-top: 0;
  color: var(--home-muted);
  font-size: var(--home-fs-small);
  line-height: 1.62;
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}
body.home-workspace-style .home-team-proof .tmi:nth-child(3) .tma{
  color: var(--home-navy);
  font-size: 42px;
  font-weight: 800;
}
@media (max-width: 900px){
  body.home-workspace-style .home-team-proof .tmi{
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: auto;
  }
  body.home-workspace-style .home-team-proof .tma{
    width: 104px;
    height: 104px;
  }
}
@media (max-width: 760px){
  body.home-workspace-style .home-team-proof .tmi{
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 16px;
    padding: 20px;
  }
  body.home-workspace-style .home-team-proof .tma{
    width: 86px;
    height: 86px;
  }
  body.home-workspace-style .home-team-proof .tmi-copy .desc{
    font-size: 14px;
    line-height: 1.55;
  }
}

/* 2026-06-29 · 首页模块背景节奏治理
 * 使用白底/浅灰底克制交替，避免相邻模块同底色导致层次粘连。
 */
body.home-workspace-style .dl-hero{
  background: var(--home-canvas);
}
body.home-workspace-style .home-diagnosis-section{
  background: var(--home-soft);
}
body.home-workspace-style .home-loop-section{
  background: var(--home-canvas);
}
body.home-workspace-style .home-delivery-section{
  background: var(--home-canvas);
}
body.home-workspace-style .home-cases-compact{
  background: var(--home-soft);
}
body.home-workspace-style .home-team-proof{
  background: var(--home-canvas);
}
body.home-workspace-style .home-faq-section{
  background: var(--home-canvas);
}
body.home-workspace-style .dl-cta--home{
  background: var(--home-soft);
}
body.home-workspace-style .home-gmail-section,
body.home-workspace-style .home-cases-compact,
body.home-workspace-style .home-team-proof,
body.home-workspace-style .home-faq-section,
body.home-workspace-style .dl-cta--home{
  border-bottom: 1px solid rgba(220,225,232,0.72);
}

/* Final · 产品页模块背景节奏锁定
 * 六个产品页统一：Hero白 → 边界灰 → 自查白 → 模型灰 → 交付白 → 成果灰 → 推进白 → FAQ灰 → CTA白。
 * CTA 改为产品页白底，是为了避免 FAQ 与 CTA 连续浅灰；按钮和版式仍沿用统一 CTA 组件。
 */
body.product-gmail .strategy-gmail-page .sg-intro,
body.product-gmail .strategy-gmail-page .sg-section:not(.sg-section-soft),
body.product-gmail .strategy-gmail-page .sg-cta{
  background: var(--sg-canvas);
}
body.product-gmail .strategy-gmail-page .sg-section-soft{
  background: linear-gradient(180deg, #f6f8fa 0%, #f8fafc 100%);
}

/* H1 hierarchy lock: 首页首屏 H1 必须是全页最大文字层级。 */
body.home-workspace-style .dl-hero .hero-headline .q{
  font-size: clamp(56px, 4.8vw, 64px);
  font-weight: 800;
  line-height: 1.12;
}/* 2026-06-27 · 首页首屏中文标题防拆行
 * 1280px 桌面宽度下优先保证“真正落地 / 经营结果”不被拆成孤字。
 */
body.home-workspace-style .dl-hero{
  grid-template-columns:
    minmax(48px, 1fr)
    minmax(0, 620px)
    clamp(40px, 4.2vw, 64px)
    minmax(380px, 510px)
    minmax(48px, 1fr);
}body.home-workspace-style .dl-hero .hero-headline .q{
  font-size: clamp(52px, 4.25vw, 58px);
}body.home-workspace-style .dl-hero .hero-headline .title-line{
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}

@media (max-width: 820px) {body.home-workspace-style .dl-hero .hero-headline .q{
    font-size: clamp(42px, 10.8vw, 48px);
    line-height: 1.14;
  }
}

@media (max-width: 420px) {body.home-workspace-style .dl-hero .hero-headline .q{
    font-size: 42px;
  }
}

@media (max-width: 820px) {body.home-workspace-style .dl-hero .hero-headline .title-line{
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }body.home-workspace-style .dl-hero .hero-headline .title-mobile-break{
    display: block;
  }
}/* 2026-06-28 · 首页首屏标题自然换行
 * 仅保留首句独立成行，后续判断句按容器宽度自然流动。
 */
body.home-workspace-style .dl-hero .hero-headline .title-line--question{
  display: block;
}/* 2026-06-28 · 首页首屏左侧文案升级
 * 参考“痛点共鸣 + 数据背书 + CTA”结构；右侧现场图保持不变。
 */
body.home-workspace-style .dl-hero-copy{
  max-width: 620px;
}body.home-workspace-style .dl-hero{
  padding-top: 42px;
  padding-bottom: 84px;
}body.home-workspace-style .dl-hero .hero-headline .q{
  max-width: 600px;
  margin-bottom: 20px;
  color: var(--home-ink);
  font-size: clamp(46px, 3.72vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
}body.home-workspace-style .dl-hero .hero-headline .title-line--answer{
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.42em;
  row-gap: 0;
}body.home-workspace-style .dl-hero .hero-headline .title-line-piece{
  display: inline-block;
  white-space: nowrap;
}body.home-workspace-style .dl-hero .hero-headline .title-line--question{
  margin-bottom: 0;
}body.home-workspace-style .dl-hero .hero-headline .title-emphasis{
  color: var(--home-navy-dark);
  font-weight: 850;
  white-space: nowrap;
  text-decoration-line: underline;
  text-decoration-color: rgba(217, 122, 43, 0.42);
  text-decoration-thickness: 0.16em;
  text-underline-offset: -0.08em;
  text-decoration-skip-ink: none;
}body.home-workspace-style .dl-hero .hero-headline .hero-judgement{
  max-width: 620px;
  margin: 0 0 22px;
  color: var(--home-ink);
  font-size: clamp(28px, 2.2vw, 34px);
  font-weight: 720;
  line-height: 1.28;
  letter-spacing: 0;
  text-wrap: normal;
}body.home-workspace-style .dl-hero .hero-headline .pain-subtitle{
  max-width: 560px;
  margin-bottom: 42px;
  color: var(--home-muted);
  font-size: var(--home-fs-body);
  font-weight: 400;
  line-height: 1.62;
}body.home-workspace-style .dl-hero .hero-headline .pain-subtitle strong{
  display: block;
  margin-top: 8px;
  color: var(--home-ink);
  font-size: var(--home-fs-body);
  font-weight: 600;
  line-height: 1.6;
}body.home-workspace-style .dl-hero .hero-headline .hero-judgement .title-emphasis{
  color: var(--home-navy-dark);
  font-weight: 820;
  white-space: normal;
  overflow-wrap: anywhere;
  text-decoration-line: underline;
  text-decoration-color: rgba(217, 122, 43, 0.38);
  text-decoration-thickness: 0.13em;
  text-underline-offset: -0.06em;
  text-decoration-skip-ink: none;
}body.home-workspace-style .hero-proof-line--stats{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 610px;
  padding: 0 0 22px;
  border-top: 0;
  border-bottom: 1px solid var(--home-line);
}body.home-workspace-style .hero-scene-card{
  align-self: center;
  transform: translateY(54px);
}body.home-workspace-style .hero-proof-line--stats .hero-proof-item,
body.home-workspace-style .hero-proof-line--stats .hero-proof-item:first-child,
body.home-workspace-style .hero-proof-line--stats .hero-proof-item + .hero-proof-item{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--home-ink);
  box-shadow: none;
}body.home-workspace-style .hero-proof-line--stats .hero-proof-item::before{
  display: none;
  content: none;
}body.home-workspace-style .hero-proof-line--stats .hero-proof-item strong{
  color: var(--home-navy);
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}body.home-workspace-style .hero-proof-line--stats .hero-proof-item em{
  margin-top: 8px;
  color: var(--home-ink);
  font-size: var(--home-fs-small);
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}body.home-workspace-style .hero-proof-line--stats .hero-proof-item small{
  margin-top: 4px;
  color: var(--home-muted);
  font-size: var(--home-fs-micro);
  font-weight: 500;
  line-height: 1.45;
}body.home-workspace-style .hero-cta-group{
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 22px;
}body.home-workspace-style .hero-cta-group .dl-btn-primary,
body.home-workspace-style .hero-cta-group .dl-btn-ghost{
  min-height: 52px;
  padding: 0 26px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}body.home-workspace-style .hero-cta-group .dl-btn-primary{
  border: 1px solid var(--home-navy);
  background: var(--home-navy);
  color: #fff;
  box-shadow: var(--home-shadow-medium);
}body.home-workspace-style .hero-cta-group .dl-btn-primary:hover{
  border-color: var(--home-navy-dark);
  background: var(--home-navy-dark);
  box-shadow: var(--home-shadow-hover);
}body.home-workspace-style .hero-cta-group .dl-btn-ghost{
  border: 1px solid var(--home-line);
  background: transparent;
  color: var(--home-ink);
}body.home-workspace-style .hero-cta-group .dl-btn-ghost:hover{
  border-color: rgba(26, 58, 92, 0.36);
  background: var(--home-soft);
}body.home-workspace-style .hero-cta-group .arrow{
  transition: transform 220ms var(--home-motion-ease);
}body.home-workspace-style .hero-cta-group .dl-btn-primary:hover .arrow{
  transform: translateX(3px);
}

@media (max-width: 1120px) {body.home-workspace-style .hero-proof-line--stats{
    max-width: 720px;
  }body.home-workspace-style .dl-hero-copy{
    order: 1;
  }body.home-workspace-style .hero-scene-card{
    order: 2;
    transform: none;
  }
}

@media (max-width: 820px) {body.home-workspace-style .dl-hero{
    padding-top: 36px;
    padding-bottom: 48px;
    gap: 30px;
  }body.home-workspace-style .dl-hero .hero-headline .q{
    font-size: clamp(40px, 10.2vw, 42px);
    line-height: 1.18;
    text-wrap: normal;
  }body.home-workspace-style .dl-hero .hero-headline .title-line--answer{
    display: block;
  }body.home-workspace-style .dl-hero .hero-headline .title-line-piece{
    display: inline;
    white-space: normal;
  }body.home-workspace-style .dl-hero .hero-headline .pain-subtitle,
body.home-workspace-style .dl-hero .hero-headline .pain-subtitle strong{
    font-size: var(--home-fs-body);
    line-height: 1.68;
  }body.home-workspace-style .hero-proof-line--stats{
    grid-template-columns: 1fr;
    gap: 14px;
    padding-bottom: 28px;
  }body.home-workspace-style .hero-scene-card{
    max-height: 240px;
  }body.home-workspace-style .hero-proof-line--stats .hero-proof-item{
    padding-top: 0;
  }body.home-workspace-style .hero-proof-line--stats .hero-proof-item strong{
    font-size: var(--home-fs-section);
  }body.home-workspace-style .hero-proof-line--stats .hero-proof-item em{
    margin-top: 6px;
  }body.home-workspace-style .hero-cta-group{
    gap: 12px;
    margin-top: 28px;
  }body.home-workspace-style .hero-cta-group .dl-btn-primary,
body.home-workspace-style .hero-cta-group .dl-btn-ghost{
    width: 100%;
    justify-content: center;
  }body.home-workspace-style .dl-hero .hero-headline .hero-judgement .title-emphasis{
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 420px) {body.home-workspace-style .home-case-card-top{
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }body.home-workspace-style .home-case-duration{
    white-space: normal;
  }
}/* 2026-06-27 · 首页 Google/Gmail 同步展开模块校准
 * 目标：对齐战略绩效页“合作推进”组件逻辑，未选中只保留标题高度，视觉侧呈现轻交付物。
 */
body.home-workspace-style .home-process-head{
  margin-bottom: 34px;
}body.home-workspace-style .home-process-focus{
  grid-template-columns: minmax(360px, 0.98fr) minmax(360px, 1.02fr);
  gap: clamp(64px, 6.4vw, 88px);
  width: min(100%, 1060px);
  margin-top: 0;
}body.home-workspace-style .home-process-visual{
  min-height: 344px;
  padding: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)),
    repeating-linear-gradient(0deg, rgba(26, 58, 92, 0.03) 0 1px, transparent 1px 38px);
  box-shadow: var(--home-shadow-medium);
  transform: translateZ(0);
}body.home-workspace-style .home-process-visual--deliverable{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94)),
    linear-gradient(90deg, rgba(26, 58, 92, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(26, 58, 92, 0.035) 1px, transparent 1px);
  background-size: auto, 40px 40px, 40px 40px;
}body.home-workspace-style .home-process-visual::before{
  background: rgba(26, 58, 92, 0.045);
}body.home-workspace-style .home-process-visual::after{
  background: rgba(26, 58, 92, 0.035);
}body.home-workspace-style .home-visual-label{
  margin-bottom: 24px;
  padding: 0 0 10px;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
}body.home-workspace-style .home-process-visual strong{
  font-size: 24px;
}body.home-workspace-style .home-process-visual ul{
  gap: 0;
  margin-top: 22px;
  border-top: 1px solid var(--home-line);
}body.home-workspace-style .home-process-visual li{
  min-height: 46px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid var(--home-line);
  border-radius: 0;
  background: transparent;
}body.home-workspace-style .home-visual-stage{
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 250px;
}body.home-workspace-style .home-visual-state{
  grid-area: 1 / 1;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 14px, 0) scale(0.982);
  transition:
    opacity 280ms var(--home-motion-ease),
    transform 520ms var(--home-motion-ease);
  will-change: opacity, transform;
}body.home-workspace-style .home-visual-state.is-active{
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 120ms;
}body.home-workspace-style .home-visual-state > strong,
body.home-workspace-style .home-visual-state > p,
body.home-workspace-style .home-visual-state > ul{
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition:
    opacity 300ms var(--home-motion-ease),
    transform 460ms var(--home-motion-ease);
}body.home-workspace-style .home-visual-state.is-active > strong{
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 160ms;
}body.home-workspace-style .home-visual-state.is-active > p{
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 205ms;
}body.home-workspace-style .home-visual-state.is-active > ul{
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 250ms;
}body.home-workspace-style .home-visual-state > ul li{
  opacity: 0;
  transform: translate3d(0, 9px, 0);
  transition:
    opacity 280ms var(--home-motion-ease),
    transform 420ms var(--home-motion-ease);
}body.home-workspace-style .home-visual-state.is-active > ul li{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}body.home-workspace-style .home-visual-state.is-active > ul li:nth-child(1){
  transition-delay: 280ms;
}body.home-workspace-style .home-visual-state.is-active > ul li:nth-child(2){
  transition-delay: 325ms;
}body.home-workspace-style .home-visual-state.is-active > ul li:nth-child(3){
  transition-delay: 370ms;
}body.home-workspace-style .home-process-timeline{
  --home-active-step: 0;
  --home-track-top: 3px;
  --home-track-height: 76px;
  gap: 0;
  padding-left: 56px;
  border-top: 0;
}body.home-workspace-style .home-process-timeline::before{
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 16px;
  width: 2px;
  background: #e8eaed;
}body.home-workspace-style .home-process-timeline::after{
  content: "";
  position: absolute;
  left: 16px;
  top: var(--home-track-top);
  width: 2px;
  height: var(--home-track-height);
  background: var(--home-navy);
  border-radius: 999px;
  transition:
    top 520ms var(--home-motion-ease),
    height 520ms var(--home-motion-ease);
}body.home-workspace-style .home-process-step{
  min-height: 79px;
  display: block;
  padding: 0 0 26px;
  border-bottom: 0;
}body.home-workspace-style .home-process-step::before{
  content: "";
  position: absolute;
  top: 0;
  left: -56px;
  z-index: 1;
  width: 34px;
  height: 34px;
  border: 2px solid #e8eaed;
  border-radius: 50%;
  background: var(--home-soft);
  transition:
    border-color 360ms var(--home-motion-ease),
    background-color 360ms var(--home-motion-ease),
    transform 360ms var(--home-motion-ease);
}body.home-workspace-style .home-process-step::after{
  content: attr(data-step);
  position: absolute;
  top: 0;
  left: -56px;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--home-muted);
  font-family: var(--zb-sans);
  font-size: var(--home-fs-body);
  font-weight: 500;
  line-height: 1;
  transition:
    color 360ms var(--home-motion-ease),
    transform 360ms var(--home-motion-ease);
}body.home-workspace-style .home-process-step.is-active::before{
  border-color: var(--home-navy);
  background: var(--home-navy);
  transform: scale(1.03);
}body.home-workspace-style .home-process-step.is-active::after{
  color: #fff;
  transform: scale(1.03);
}body.home-workspace-style .home-process-step span{
  display: none;
}body.home-workspace-style .home-process-step h3{
  min-height: 34px;
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--home-ink);
  font-size: var(--home-fs-title);
  font-weight: 500;
  line-height: 1.4;
  transition:
    color 320ms var(--home-motion-ease),
    transform 420ms var(--home-motion-ease);
}body.home-workspace-style .home-process-step.is-active h3{
  color: var(--home-ink);
  transform: translate3d(2px, 0, 0);
}body.home-workspace-style .home-process-step.is-active .home-process-detail{
  grid-template-rows: 1fr;
  max-height: none;
  margin-top: 16px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}body.home-workspace-style .home-process-detail p{
  max-width: 540px;
  margin-left: 0;
}body.home-workspace-style .home-process-detail{
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  transform: translate3d(0, 8px, 0);
  transition:
    grid-template-rows 520ms var(--home-motion-ease),
    opacity 260ms var(--home-motion-ease),
    margin 420ms var(--home-motion-ease),
    transform 420ms var(--home-motion-ease);
}body.home-workspace-style .home-process-note{
  margin-top: 32px;
}

@media (max-width: 1120px) {body.home-workspace-style .home-process-focus{
    width: min(100%, 760px);
    gap: 40px;
  }body.home-workspace-style .home-process-focus--reverse .home-process-visual{
    order: 1;
  }body.home-workspace-style .home-process-focus--reverse .home-process-timeline{
    order: 2;
  }body.home-workspace-style .home-process-timeline{
    padding-left: 56px;
  }
}

@media (max-width: 820px) {body.home-workspace-style .home-process-focus{
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    gap: 36px;
  }body.home-workspace-style .home-process-focus--reverse .home-process-visual,
body.home-workspace-style .home-process-focus--reverse .home-process-timeline{
    order: initial;
  }body.home-workspace-style .home-process-head{
    margin-bottom: 30px;
  }body.home-workspace-style .home-process-visual{
    padding: 28px;
    border-radius: 12px;
  }body.home-workspace-style .home-process-step{
    min-height: 72px;
    padding-bottom: 24px;
  }body.home-workspace-style .home-process-step::before,
body.home-workspace-style .home-process-step::after{
    left: -52px;
    width: 30px;
    height: 30px;
    font-size: var(--home-fs-small);
  }body.home-workspace-style .home-process-timeline{
    padding-left: 52px;
  }body.home-workspace-style .home-process-timeline::before{
    left: 15px;
  }body.home-workspace-style .home-process-timeline::after{
    left: 15px;
  }body.home-workspace-style .home-process-detail p{
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {body.home-workspace-style .home-process-timeline::after,
body.home-workspace-style .home-process-step,
body.home-workspace-style .home-process-step::before,
body.home-workspace-style .home-process-step::after,
body.home-workspace-style .home-process-step h3,
body.home-workspace-style .home-process-detail,
body.home-workspace-style .home-visual-state,
body.home-workspace-style .home-visual-state > strong,
body.home-workspace-style .home-visual-state > p,
body.home-workspace-style .home-visual-state > ul,
body.home-workspace-style .home-visual-state > ul li{
    animation: none;
    transition-duration: 1ms;
  }
}/* 2026-06-28 · 首页“智帮落地模式”场景化升级
 * 目标：左侧按点击项切换统一比例场景图；右侧时间轴保持一条从上到下的实线。
 */
body.home-workspace-style .home-delivery-section{
  background: var(--home-soft);
  min-height: min(720px, calc(100vh - 64px));
  padding: 44px 0;
}body.home-workspace-style .home-delivery-section .home-process-head{
  margin-bottom: 24px;
}body.home-workspace-style .home-delivery-section .home-process-focus{
  grid-template-columns: minmax(420px, 0.96fr) minmax(390px, 0.92fr);
  gap: clamp(72px, 7vw, 112px);
  width: min(100%, 1120px);
  align-items: center;
}body.home-workspace-style .home-delivery-section .home-process-visual{
  min-height: 360px;
  padding: 24px;
  border-color: rgba(220, 225, 232, 0.9);
  background: #fff;
  box-shadow: var(--home-shadow-light);
}body.home-workspace-style .home-delivery-section .home-process-visual::before,
body.home-workspace-style .home-delivery-section .home-process-visual::after,
body.home-workspace-style .home-delivery-section .home-visual-label{
  display: none;
}body.home-workspace-style .home-delivery-section .home-visual-stage{
  min-height: 312px;
}body.home-workspace-style .home-delivery-section .home-visual-state{
  display: flex;
  flex-direction: column;
  min-height: 312px;
  padding: 0;
}body.home-workspace-style .home-delivery-section .home-visual-state > span,
body.home-workspace-style .home-delivery-section .home-visual-state > strong,
body.home-workspace-style .home-delivery-section .home-visual-state > p,
body.home-workspace-style .home-delivery-section .home-visual-state > ul{
  display: none;
}body.home-workspace-style .home-delivery-scene{
  position: relative;
  display: block;
  flex: 1;
  aspect-ratio: 16 / 9;
  min-height: 312px;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(220, 225, 232, 0.78);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--home-shadow-light);
}body.home-workspace-style .home-delivery-scene-image{
  display: block;
  width: 100%;
  height: 100%;
  min-height: 312px;
  object-fit: cover;
  object-position: center;
}body.home-workspace-style .home-delivery-section .home-process-timeline{
  padding-left: 64px;
}body.home-workspace-style .home-delivery-section .home-process-timeline::before{
  top: 0;
  bottom: 0;
  left: 15px;
  width: 3px;
  background: #d9e0e8;
}body.home-workspace-style .home-delivery-section .home-process-timeline::after{
  display: none;
}body.home-workspace-style .home-delivery-section .home-process-step{
  min-height: 72px;
  padding-bottom: 18px;
}body.home-workspace-style .home-delivery-section .home-process-step::before{
  left: -64px;
  width: 33px;
  height: 33px;
  border-color: #dfe5ec;
  border-radius: 50%;
  background: var(--home-soft);
  transform: none;
}body.home-workspace-style .home-delivery-section .home-process-step::after{
  left: -64px;
  width: 33px;
  height: 33px;
  transform: none;
}body.home-workspace-style .home-delivery-section .home-process-step.is-active::before{
  width: 33px;
  height: 33px;
  border-color: var(--home-navy);
  border-radius: 50%;
  background: var(--home-navy);
  transform: none;
}body.home-workspace-style .home-delivery-section .home-process-step.is-active::after{
  color: #fff;
  transform: none;
}body.home-workspace-style .home-delivery-section .home-process-step h3{
  font-weight: 600;
}body.home-workspace-style .home-delivery-section .home-process-note{
  max-width: 820px;
  margin-top: 18px;
  font-size: var(--home-fs-small);
  line-height: 1.62;
}

@media (max-width: 1120px) {body.home-workspace-style .home-delivery-section .home-process-focus{
    grid-template-columns: 1fr;
    width: min(100%, 760px);
    gap: 42px;
  }
}

@media (max-width: 820px) {body.home-workspace-style .home-delivery-section .home-process-visual,
body.home-workspace-style .home-delivery-section .home-visual-stage,
body.home-workspace-style .home-delivery-section .home-visual-state{
    min-height: auto;
  }body.home-workspace-style .home-delivery-section .home-visual-state{
    padding: 22px;
  }body.home-workspace-style .home-delivery-scene{
    min-height: 190px;
  }body.home-workspace-style .home-delivery-scene-image{
    min-height: 190px;
  }body.home-workspace-style .home-delivery-section .home-process-timeline{
    padding-left: 52px;
  }body.home-workspace-style .home-delivery-section .home-process-step::before,
body.home-workspace-style .home-delivery-section .home-process-step::after{
    left: -52px;
  }
}/* 2026-06-28 · 首页“经营增长闭环”模块
 * 目标：用静态流程卡表达完整路径，统一遵守 V9 字号、配色和轻阴影规范。
 */
body.home-workspace-style .home-loop-section{
  min-height: min(700px, calc(100vh - 64px));
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.72)),
    var(--home-canvas);
}body.home-workspace-style .home-loop-section .dl-container{
  width: min(100% - 48px, 1320px);
}body.home-workspace-style .home-loop-section .home-process-head{
  max-width: 880px;
  margin-bottom: 34px;
}body.home-workspace-style .home-loop-section .home-process-head h2{
  font-size: var(--home-fs-section);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}body.home-workspace-style .home-loop-section .home-process-head p{
  max-width: 860px;
  margin-top: 16px;
  font-size: var(--home-fs-body);
  line-height: 1.62;
}body.home-workspace-style .home-loop-cards{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
}body.home-workspace-style .home-loop-card{
  position: relative;
  display: flex;
  min-height: 286px;
  flex-direction: column;
  align-items: center;
  padding: 28px 22px 26px;
  border: 1px solid rgba(220, 225, 232, 0.92);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--home-shadow-light);
  text-align: center;
  transition:
    border-color 260ms var(--home-motion-ease),
    box-shadow 260ms var(--home-motion-ease),
    transform 260ms var(--home-motion-ease);
}body.home-workspace-style .home-loop-card:hover{
  border-color: rgba(26, 58, 92, 0.22);
  box-shadow: var(--home-shadow-medium);
  transform: translateY(-2px);
}body.home-workspace-style .home-loop-card:nth-child(1)::after,
body.home-workspace-style .home-loop-card:nth-child(2)::after,
body.home-workspace-style .home-loop-card:nth-child(3)::after,
body.home-workspace-style .home-loop-card:nth-child(4)::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 14px;
  height: 14px;
  border-top: 2px solid rgba(184, 194, 206, 0.78);
  border-right: 2px solid rgba(184, 194, 206, 0.78);
  transform: translateY(-50%) rotate(45deg);
}body.home-workspace-style .home-loop-card{
  grid-column: auto;
}body.home-workspace-style .home-loop-card--center{
  grid-column: auto;
}body.home-workspace-style .home-loop-card-number{
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--home-navy);
  color: #fff;
  font-family: var(--zb-sans);
  font-size: var(--home-fs-title);
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(26, 58, 92, 0.18);
}body.home-workspace-style .home-loop-card h3{
  margin: 0;
  color: var(--home-ink);
  font-size: var(--home-fs-title);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}body.home-workspace-style .home-loop-card strong{
  display: block;
  margin-top: 12px;
  color: var(--home-navy-dark);
  font-size: var(--home-fs-small);
  font-weight: 700;
  line-height: 1.55;
}body.home-workspace-style .home-loop-card p{
  margin: 16px 0 0;
  color: var(--home-muted);
  font-size: var(--home-fs-body);
  font-weight: 400;
  line-height: 1.62;
}body.home-workspace-style .home-loop-purchase-note{
  max-width: 1160px;
  margin: 28px auto 0;
  padding: 16px 28px;
  border: 1px dashed rgba(26, 58, 92, 0.22);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(228, 235, 243, 0.78), rgba(255, 255, 255, 0.92));
  color: var(--home-body);
  font-size: var(--home-fs-body);
  line-height: 1.62;
  text-align: center;
}body.home-workspace-style .home-loop-purchase-note strong{
  color: var(--home-navy-dark);
  font-weight: 800;
}

@media (max-width: 1180px) {body.home-workspace-style .home-loop-cards{
    grid-template-columns: repeat(6, minmax(0, 1fr));
    max-width: 940px;
  }body.home-workspace-style .home-loop-card{
    grid-column: span 2;
  }body.home-workspace-style .home-loop-card::after{
    display: none;
  }body.home-workspace-style .home-loop-card--center{
    grid-column: 3 / span 2;
    justify-self: stretch;
    width: auto;
  }
}

@media (max-width: 980px) {body.home-workspace-style .home-loop-cards{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }body.home-workspace-style .home-loop-card{
    grid-column: auto;
  }body.home-workspace-style .home-loop-card--center{
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 380px);
  }
}

@media (max-width: 820px) {body.home-workspace-style .home-loop-section{
    min-height: auto;
  }body.home-workspace-style .home-loop-section .dl-container{
    width: min(100% - 32px, 720px);
  }body.home-workspace-style .home-loop-section .home-process-head{
    margin-bottom: 36px;
  }body.home-workspace-style .home-loop-cards{
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 520px;
  }body.home-workspace-style .home-loop-card{
    min-height: auto;
    align-items: flex-start;
    padding: 24px 22px;
    text-align: left;
  }body.home-workspace-style .home-loop-card-number{
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    font-size: var(--home-fs-small);
  }body.home-workspace-style .home-loop-card strong{
    margin-top: 10px;
  }body.home-workspace-style .home-loop-card p{
    margin-top: 14px;
  }body.home-workspace-style .home-loop-card--center{
    width: 100%;
  }body.home-workspace-style .home-loop-purchase-note{
    margin-top: 28px;
    padding: 20px 22px;
    font-size: var(--home-fs-body);
    text-align: left;
  }
}/* ============================================================
 * V9 Governance Layer · 2026-06-27
 * 说明：
 * - 正式页面只加载本文件，历史拆分 CSS 已归档。
 * - 这里集中定义后续开发必须遵守的 token。
 * - 不新增 !important；如遇旧规则冲突，后续按模块删除旧覆盖。
 * ============================================================ */

:root{
  /* Brand */
  --zb-primary: #1a3a5c;
  --zb-primary-dark: #0e2538;
  --zb-primary-light: #e4ebf3;
  --zb-accent: #d97a2b;

  /* Text */
  --zb-ink: #1a1f2b;
  --zb-muted: #5a6678;
  --zb-text-soft: #4b5563;

  /* Surface */
  --zb-canvas: #fbfbfa;
  --zb-surface: #ffffff;
  --zb-surface-soft: #f6f8fa;
  --zb-section: #f7f9fb;
  --zb-border: #dce1e8;
  --zb-border-strong: #b8c2ce;

  /* Typography scale */
  --v9-fs-hero: clamp(48px, 4.4vw, 56px);
  --v9-fs-section: clamp(36px, 2.9vw, 40px);
  --v9-fs-title: 20px;
  --v9-fs-body: 18px;
  --v9-fs-small: 14px;
  --v9-fs-micro: 13px;
  --v9-lh-hero: 1.16;
  --v9-lh-section: 1.25;
  --v9-lh-title: 1.4;
  --v9-lh-body: 1.56;
  --v9-lh-small: 1.55;

  /* Rhythm */
  --v9-section-pad: 64px;
  --v9-section-pad-large: 72px;
  --v9-section-pad-compact: 48px;
  --v9-card-pad-y: 28px;
  --v9-card-pad-x: 32px;
  --v9-gap-xs: 8px;
  --v9-gap-sm: 16px;
  --v9-gap-md: 24px;
  --v9-gap-lg: 32px;
  --v9-gap-xl: 48px;

  /* Shape and shadow */
  --v9-radius-card: 8px;
  --v9-radius-panel: 12px;
  --card-shadow-light: 0 1px 3px rgba(26, 58, 92, 0.08);
  --card-shadow-medium: 0 2px 8px rgba(26, 58, 92, 0.10);
  --card-shadow-heavy: 0 4px 16px rgba(26, 58, 92, 0.12);
  --card-shadow-hover-medium: 0 4px 12px rgba(26, 58, 92, 0.14);
}

@media (max-width: 820px) {:root{
    --v9-fs-hero: clamp(36px, 9vw, 42px);
    --v9-fs-section: clamp(28px, 7vw, 32px);
    --v9-fs-title: 19px;
    --v9-fs-body: 16px;
    --v9-fs-small: 14px;
    --v9-section-pad: 48px;
    --v9-card-pad-y: 24px;
    --v9-card-pad-x: 22px;
  }
}/* ===== V9 Non-product Page Governance · 2026-06-28 START ===== */

/* Shared cleanup for migrated pages */
.metric-suffix{
  font-size: 48%;
  font-weight: 600;
}.is-hidden{
  display: none;
}.is-invisible{
  visibility: hidden;
}body.is-modal-open{
  overflow: hidden;
}.dl-model-ph--spaced{
  margin-bottom: 48px;
}.pe-btn--link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}.pe-actions--start{
  justify-content: flex-start;
  margin-top: 14px;
}/* blog/detail.html */
body.blog-detail-page .dl-breadcrumb{
padding: 24px 0 0;
  font-size: 14px;
  color: var(--zb-muted);
}body.blog-detail-page .dl-breadcrumb a{
color: var(--zb-muted);
  text-decoration: none;
  transition: color .2s;
}body.blog-detail-page .dl-breadcrumb a:hover{
color: var(--zb-ink);
}body.blog-detail-page .dl-breadcrumb .sep{
margin: 0 10px; color: var(--zb-border-strong);
}body.blog-detail-page .dl-breadcrumb .current{
color: var(--zb-primary-dark); font-weight: 600;
}body.blog-detail-page .dl-detail-layout{
display: grid;
  grid-template-columns: 1fr 300px;
  gap: 56px;
  padding: 40px 0 80px;
}body.blog-detail-page .dl-detail-main{
min-width: 0;
}body.blog-detail-page .dl-article-header{
padding-bottom: 36px;
  border-bottom: 1px solid var(--zb-border);
  margin-bottom: 42px;
}body.blog-detail-page .dl-article-cats{
display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}body.blog-detail-page .dl-article-cat,
body.blog-detail-page .dl-article-tag{
display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: auto;
  padding: 0;
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}body.blog-detail-page .dl-article-cat{
color: var(--zb-primary-dark);
}body.blog-detail-page .dl-article-tag{
color: var(--zb-primary-dark);
}body.blog-detail-page .dl-article-cat::before,
body.blog-detail-page .dl-article-tag::before{
content: "";
  width: 18px;
  height: 2px;
  background: var(--zb-primary);
}body.blog-detail-page .dl-article-header h1{
margin: 0 0 18px;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.24;
  color: var(--zb-ink);
}body.blog-detail-page .dl-article-meta{
display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  font-size: 14px;
  color: var(--zb-muted);
}body.blog-detail-page .dl-article-meta .meta-item{
display: inline-flex;
  align-items: center;
  gap: 6px;
}body.blog-detail-page .dl-article-body{
font-size: 16px;
  line-height: 1.95;
  color: var(--zb-ink);
}body.blog-detail-page .dl-article-intro{
margin-bottom: 18px;
}body.blog-detail-page .dl-article-intro p,
body.blog-detail-page .dl-article-section p{
margin: 0 0 18px;
}body.blog-detail-page .dl-article-section h2{
margin: 42px 0 16px;
  padding-bottom: 12px;
  font-size: 22px;
  line-height: 1.45;
  color: var(--zb-ink);
  border-bottom: 2px solid var(--zb-primary);
}body.blog-detail-page .dl-data-cards{
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 34px 0;
}body.blog-detail-page .dl-data-card{
position: relative;
  padding: 26px 18px 22px;
  text-align: center;
  background: linear-gradient(180deg, rgba(244,241,234,0.88) 0%, rgba(255,255,255,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  overflow: hidden;
}body.blog-detail-page .dl-data-card::before{
content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}body.blog-detail-page .dl-data-card .dc-num{
display: block;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 800;
  color: var(--zb-primary);
}body.blog-detail-page .dl-data-card .dc-label{
display: block;
  font-size: 14px;
  line-height: 1.6;
  color: var(--zb-muted);
}body.blog-detail-page .dl-highlight-card{
position: relative;
  margin: 34px 0;
  padding: 24px 26px 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-left: 3px solid var(--zb-primary);
  border-radius: 8px;
}body.blog-detail-page .dl-highlight-card strong{
color: var(--zb-primary-dark);
}body.blog-detail-page .dl-highlight-card p{
margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.8;
}body.blog-detail-page .dl-highlight-card p:last-child{
margin-bottom: 0;
}body.blog-detail-page .dl-article-quote{
position: relative;
  margin: 36px 0;
  padding: 26px 28px 22px;
  background: linear-gradient(180deg, rgba(244,241,234,0.82) 0%, rgba(255,255,255,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-left: 3px solid var(--zb-primary);
  border-radius: 8px;
}body.blog-detail-page .dl-article-quote p{
margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: var(--zb-muted);
}body.blog-detail-page .dl-article-quote cite{
display: block;
  margin-top: 12px;
  font-style: normal;
  font-size: 14px;
  color: var(--zb-ink);
}body.blog-detail-page .dl-article-divider{
border: 0;
  border-top: 1px solid var(--zb-border);
  margin: 52px 0 38px;
}body.blog-detail-page .dl-author-card{
display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 48px;
  padding: 24px 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
}body.blog-detail-page .dl-author-card .author-avatar{
width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 800;
  color: #FFFFFF;
  background: var(--zb-primary);
}body.blog-detail-page .dl-author-card h5{
margin: 0 0 4px;
  font-size: 15px;
  color: var(--zb-ink);
}body.blog-detail-page .dl-author-card p{
margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--zb-muted);
}body.blog-detail-page .dl-related{
margin-bottom: 44px;
}body.blog-detail-page .dl-related h4{
margin: 0 0 24px;
  font-size: 18px;
  color: var(--zb-ink);
}body.blog-detail-page .dl-related-grid{
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}body.blog-detail-page .dl-related-card{
position: relative;
  display: block;
  padding: 24px 20px 20px;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  transition: border-color .2s, box-shadow .2s;
  overflow: hidden;
}body.blog-detail-page .dl-related-card::before{
content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}body.blog-detail-page .dl-related-card:hover{
border-color: var(--zb-primary);
  box-shadow: 0 14px 28px rgba(23, 38, 51, 0.08);
}body.blog-detail-page .dl-related-card .tag{
display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: auto;
  padding: 0;
  margin-bottom: 12px;
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--zb-primary-dark);
  background: transparent;
  text-transform: uppercase;
}body.blog-detail-page .dl-related-card .tag::before{
content: "";
  width: 18px;
  height: 2px;
  background: var(--zb-primary);
}body.blog-detail-page .dl-related-card h6{
margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--zb-ink);
}body.blog-detail-page .dl-back-link{
display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--zb-primary-dark);
  text-decoration: none;
  transition: gap .2s;
}body.blog-detail-page .dl-back-link:hover{
gap: 12px;
}body.blog-detail-page .dl-sidebar{
min-width: 0;
}body.blog-detail-page .dl-sidebar .sb-section{
margin-bottom: 20px;
  padding: 24px 22px 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(23, 38, 51, 0.03);
}body.blog-detail-page .dl-sidebar .sb-section h4{
margin: 0 0 16px;
  padding-bottom: 12px;
  font-size: 15px;
  color: var(--zb-ink);
  border-bottom: 1px solid var(--zb-border);
}body.blog-detail-page .sb-list{
display: flex;
  flex-direction: column;
  gap: 4px;
}body.blog-detail-page .sb-list a{
display: block;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--zb-muted);
  text-decoration: none;
  transition: color .2s;
}body.blog-detail-page .sb-list a:hover{
color: var(--zb-primary-dark);
}body.blog-detail-page .sb-tags{
display: flex;
  flex-wrap: wrap;
  gap: 8px;
}body.blog-detail-page .sb-tags a{
display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  font-size: 13px;
  color: var(--zb-muted);
  text-decoration: none;
  background: rgba(244,241,234,0.82);
  border: 1px solid rgba(26,58,92,0.08);
  border-radius: 8px;
  transition: all .2s;
}body.blog-detail-page .sb-tags a:hover{
color: var(--zb-primary-dark);
  border-color: var(--zb-primary);
  background: var(--zb-surface);
}body.blog-detail-page .sb-cta{
position: relative;
  overflow: hidden;
}body.blog-detail-page .sb-cta::before{
content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}body.blog-detail-page .sb-cta p{
margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--zb-muted);
}body.blog-detail-page .sb-cta-btn{
display: block;
  text-align: center;
  text-decoration: none;
  padding: 12px 0;
  color: #FFFFFF;
  background: var(--zb-primary);
  transition: background .2s;
}body.blog-detail-page .sb-cta-btn:hover{
background: var(--zb-primary-dark);
}
@media (max-width: 960px) {body.blog-detail-page .dl-detail-layout{
grid-template-columns: 1fr;
    gap: 40px;
}body.blog-detail-page .dl-related-grid{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 768px) {body.blog-detail-page .dl-article-header h1{
font-size: 24px;
}body.blog-detail-page .dl-article-body{
font-size: 15px;
}body.blog-detail-page .dl-data-cards,
body.blog-detail-page .dl-related-grid{
grid-template-columns: 1fr;
}
}/* blog/index.html */
.blog-home-page .blog-hero{
padding: 76px 0 56px;
  background: var(--zb-canvas);
  border-bottom: 1px solid var(--zb-border);
}.blog-home-page .blog-hero .dl-container,
.blog-home-page .series-section .dl-container,
.blog-home-page .featured-section .dl-container{
max-width: 1160px;
}body.blog-home-page .blog-hero-grid{
display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: 42px;
  align-items: center;
}body.blog-home-page .blog-hero-copy .dl-hero-kicker{
margin-bottom: 16px;
}body.blog-home-page .blog-hero-copy h1{
font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.14;
  margin: 0 0 18px;
}body.blog-home-page .blog-hero-copy h1 em{
font-style: normal;
  color: var(--zb-primary);
}body.blog-home-page .blog-hero-copy .blog-hero-sub{
max-width: 640px;
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.8;
  color: var(--zb-muted);
}body.blog-home-page .blog-hero-stats{
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 720px;
  margin-top: 34px;
  border: 1px solid var(--zb-border-strong);
  background: var(--zb-surface);
  box-shadow: 0 18px 34px rgba(20, 31, 48, 0.05);
}body.blog-home-page .blog-hero-stats .stat{
padding: 20px 22px 18px;
  border-right: 1px solid var(--zb-border);
}body.blog-home-page .blog-hero-stats .stat:last-child{
border-right: 0;
}body.blog-home-page .blog-hero-stats .stat-num{
display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 6px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  color: var(--zb-primary);
}body.blog-home-page .blog-hero-stats .stat-num small{
font-size: 15px;
  color: var(--zb-primary-dark);
}body.blog-home-page .blog-hero-stats .stat-label{
font-size: 14px;
  line-height: 1.6;
  color: var(--zb-muted);
}body.blog-home-page .blog-hero-visual{
position: relative;
  min-height: 430px;
  padding: 28px;
  background: var(--zb-section);
  border: 1px solid var(--zb-border);
  border-top: 4px solid var(--zb-primary);
  border-radius: 8px;
  overflow: hidden;
}body.blog-home-page .blog-hero-visual::before{
content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.18), transparent 70%);
}body.blog-home-page .visual-card-stack{
position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 420px;
  margin-left: auto;
}body.blog-home-page .visual-card{
position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(23, 38, 51, 0.04);
  overflow: hidden;
}body.blog-home-page .visual-card::before{
content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}body.blog-home-page .visual-card--headline{
padding: 22px 24px;
}body.blog-home-page .visual-chip{
display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: auto;
  padding: 0;
  background: transparent;
  color: var(--zb-primary-dark);
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}body.blog-home-page .visual-chip::before{
content: "";
  width: 18px;
  height: 2px;
  background: var(--zb-primary);
}body.blog-home-page .visual-card--headline h3{
margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.4;
  color: var(--zb-ink);
}body.blog-home-page .visual-card--headline p{
margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--zb-muted);
}body.blog-home-page .visual-card--mini{
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 16px;
}body.blog-home-page .mini-item{
padding: 14px 14px 12px;
  background: linear-gradient(180deg, rgba(244,241,234,0.72) 0%, rgba(255,255,255,0.96) 100%);
  border: 1px solid rgba(26,58,92,0.08);
  border-radius: 8px;
}body.blog-home-page .mini-item strong{
display: block;
  margin-bottom: 8px;
  font-size: 15px;
  color: var(--zb-primary-dark);
}body.blog-home-page .mini-item span{
display: block;
  font-size: 13px;
  line-height: 1.65;
  color: var(--zb-muted);
}body.blog-home-page .series-section{
padding: 80px 0;
  background: var(--zb-surface);
}body.blog-home-page .series-shell{
display: grid;
  grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}body.blog-home-page .series-intro .section-label,
body.blog-home-page .featured-section .section-label{
display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: auto;
  padding: 0;
  background: transparent;
  color: var(--zb-primary-dark);
  font-family: var(--zb-mono);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}body.blog-home-page .series-intro .section-label::before,
body.blog-home-page .featured-section .section-label::before{
content: "";
  width: 28px;
  height: 2px;
  background: var(--zb-primary);
}body.blog-home-page .series-intro h2,
body.blog-home-page .featured-section .section-head h2{
margin: 16px 0 14px;
}body.blog-home-page .series-intro p{
margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--zb-muted);
}body.blog-home-page .series-note-list{
display: flex;
  flex-direction: column;
  gap: 12px;
}body.blog-home-page .series-note{
position: relative;
  padding: 16px 16px 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-left: 3px solid var(--zb-primary);
  border-radius: 8px;
}body.blog-home-page .series-note strong{
display: block;
  margin-bottom: 6px;
  font-size: 15px;
  color: var(--zb-ink);
}body.blog-home-page .series-note span{
display: block;
  font-size: 14px;
  line-height: 1.7;
  color: var(--zb-muted);
}body.blog-home-page .series-wheel-wrap{
position: relative;
  padding: 22px;
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
}body.blog-home-page .series-wheel{
width: min(100%, 760px);
  margin: 0 auto;
}body.blog-home-page .series-wheel-canvas{
display: block;
  width: 100%;
  height: auto;
  cursor: default;
}body.blog-home-page .series-wheel-canvas.is-clickable{
  cursor: pointer;
}body.blog-home-page .series-wheel-tip{
margin-top: 14px;
  text-align: center;
  font-size: 14px;
  color: var(--zb-muted);
}body.blog-home-page .featured-section{
padding: 86px 0;
  background: var(--zb-section);
}body.blog-home-page .featured-section .section-head{
text-align: center;
  margin-bottom: 34px;
}body.blog-home-page .featured-section .section-head p{
max-width: 720px;
  margin: 12px auto 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--zb-muted);
}body.blog-home-page .featured-grid{
display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 26px;
}body.blog-home-page .featured-main,
body.blog-home-page .featured-side{
display: grid;
  gap: 22px;
}body.blog-home-page .featured-card{
display: block;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}body.blog-home-page .featured-card:hover{
border-color: var(--zb-primary);
  box-shadow: 0 16px 30px rgba(20, 31, 48, 0.08);
  transform: translateY(-2px);
}body.blog-home-page .featured-card.large{
min-height: 100%;
}body.blog-home-page .featured-cover{
position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(244,241,234,0.95) 0%, rgba(255,255,255,0.96) 100%);
}body.blog-home-page .featured-cover::before{
content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(23,38,51,0.06) 100%);
}body.blog-home-page .featured-cover::after{
content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}body.blog-home-page .featured-cover span{
position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 1;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--zb-primary-dark);
}body.blog-home-page .featured-card.large .featured-cover span{
font-size: 32px;
}body.blog-home-page .featured-body{
display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 24px 26px;
}body.blog-home-page .featured-body .article-tag{
display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  min-height: auto;
  padding: 0;
  background: transparent;
  color: var(--zb-primary-dark);
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}body.blog-home-page .featured-body .article-tag::before{
content: "";
  width: 18px;
  height: 2px;
  background: var(--zb-primary);
}body.blog-home-page .featured-body h3{
margin: 0;
  font-size: 22px;
  line-height: 1.45;
  color: var(--zb-ink);
}body.blog-home-page .featured-card:not(.large) .featured-body h3{
font-size: 18px;
}body.blog-home-page .featured-desc{
margin: 0;
  flex: 1;
  font-size: 15px;
  line-height: 1.75;
  color: var(--zb-muted);
}body.blog-home-page .featured-meta{
display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--zb-border);
  font-size: 14px;
  color: var(--zb-muted);
}body.blog-home-page .featured-meta .meta-views{
color: var(--zb-primary-dark);
  font-family: var(--zb-mono);
}
@media (max-width: 1080px) {body.blog-home-page .blog-hero-grid,
body.blog-home-page .series-shell,
body.blog-home-page .featured-grid{
grid-template-columns: 1fr;
}body.blog-home-page .blog-hero-visual{
min-height: auto;
}
}
@media (max-width: 768px) {.blog-home-page .blog-hero{
padding: 58px 0 40px;
}body.blog-home-page .blog-hero-copy h1{
font-size: 30px;
}body.blog-home-page .blog-hero-copy .blog-hero-sub{
font-size: 15px;
}body.blog-home-page .blog-hero-stats{
grid-template-columns: 1fr;
}body.blog-home-page .blog-hero-stats .stat{
border-right: 0;
    border-bottom: 1px solid var(--zb-border);
}body.blog-home-page .blog-hero-stats .stat:last-child{
border-bottom: 0;
}body.blog-home-page .visual-card--mini{
grid-template-columns: 1fr;
}body.blog-home-page .series-section,
body.blog-home-page .featured-section{
padding: 64px 0;
}body.blog-home-page .series-wheel-wrap{
padding: 16px;
}body.blog-home-page .featured-body{
padding: 20px 18px 22px;
}
}/* blog/list.html */
body.blog-list-page .dl-breadcrumb{
padding: 24px 0 0;
  font-size: 14px;
  color: var(--zb-muted);
}body.blog-list-page .dl-breadcrumb a{
color: var(--zb-muted);
  text-decoration: none;
  transition: color .2s;
}body.blog-list-page .dl-breadcrumb a:hover{
color: var(--zb-ink);
}body.blog-list-page .dl-breadcrumb .sep{
margin: 0 10px; color: var(--zb-border-strong);
}body.blog-list-page .dl-breadcrumb .current{
color: var(--zb-primary-dark); font-weight: 600;
}body.blog-list-page .dl-list-hero{
padding: 44px 0 54px;
  border-bottom: 1px solid var(--zb-border);
}body.blog-list-page .dl-list-hero h1{
margin: 0 0 16px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.24;
  color: var(--zb-ink);
}body.blog-list-page .dl-list-hero p{
max-width: 720px;
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--zb-muted);
}body.blog-list-page .list-meta{
display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}body.blog-list-page .list-meta span{
display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: auto;
  padding: 0;
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--zb-primary-dark);
  background: transparent;
  text-transform: uppercase;
  letter-spacing: .08em;
}body.blog-list-page .list-meta span::before{
content: "";
  width: 18px;
  height: 2px;
  background: var(--zb-primary);
}body.blog-list-page .list-note{
position: relative;
  margin-top: 24px;
  padding: 22px 22px 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  overflow: hidden;
}body.blog-list-page .list-note::before{
content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}body.blog-list-page .list-note strong{
display: block;
  margin-bottom: 8px;
  font-size: 15px;
  color: var(--zb-ink);
}body.blog-list-page .list-note span{
display: block;
  font-size: 14px;
  line-height: 1.75;
  color: var(--zb-muted);
}body.blog-list-page .dl-list-layout{
display: grid;
  grid-template-columns: 1fr 300px;
  gap: 56px;
  padding: 48px 0 80px;
}body.blog-list-page .dl-list-main{
min-width: 0;
}body.blog-list-page .dl-filter-bar{
display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--zb-border);
}body.blog-list-page .dl-filter-label{
font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--zb-muted);
  text-transform: uppercase;
  margin-right: 4px;
}body.blog-list-page .dl-filter-tag{
display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  font-size: 14px;
  color: var(--zb-muted);
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  cursor: pointer;
  transition: all .2s;
}body.blog-list-page .dl-filter-tag:hover{
border-color: var(--zb-primary);
  color: var(--zb-primary-dark);
}body.blog-list-page .dl-filter-tag.active{
background: var(--zb-primary);
  color: #FFFFFF;
  border-color: var(--zb-primary);
}body.blog-list-page .dl-filter-count{
margin-left: auto;
  font-size: 14px;
  color: var(--zb-muted);
}body.blog-list-page .dl-article-row{
position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  padding: 0;
  margin-bottom: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  transition: border-color .2s, box-shadow .2s, transform .2s;
  overflow: hidden;
}body.blog-list-page .dl-article-row::before{
content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}body.blog-list-page .dl-article-row:hover{
border-color: var(--zb-primary);
  box-shadow: 0 16px 30px rgba(23, 38, 51, 0.08);
  transform: translateY(-2px);
}body.blog-list-page .dl-article-row .article-body{
display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px 26px 22px;
}body.blog-list-page .dl-article-row .article-head{
display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}body.blog-list-page .dl-article-row .article-topic,
body.blog-list-page .dl-article-row .article-tag{
display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: auto;
  padding: 0;
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}body.blog-list-page .dl-article-row .article-topic{
color: var(--zb-primary-dark);
}body.blog-list-page .dl-article-row .article-tag{
color: var(--zb-primary-dark);
}body.blog-list-page .dl-article-row .article-topic::before,
body.blog-list-page .dl-article-row .article-tag::before{
content: "";
  width: 18px;
  height: 2px;
  background: var(--zb-primary);
}body.blog-list-page .dl-article-row h3{
margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.45;
  color: var(--zb-ink);
}body.blog-list-page .dl-article-row .article-desc{
margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--zb-muted);
}body.blog-list-page .dl-article-row .article-meta{
display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--zb-border);
  font-size: 14px;
  color: var(--zb-muted);
}body.blog-list-page .dl-sidebar{
min-width: 0;
}body.blog-list-page .dl-sidebar .sb-section{
margin-bottom: 20px;
  padding: 24px 22px 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(23, 38, 51, 0.03);
}body.blog-list-page .dl-sidebar .sb-section h4{
margin: 0 0 16px;
  padding-bottom: 12px;
  font-size: 15px;
  color: var(--zb-ink);
  border-bottom: 1px solid var(--zb-border);
}body.blog-list-page .sb-list{
display: flex;
  flex-direction: column;
  gap: 4px;
}body.blog-list-page .sb-list a{
display: block;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--zb-muted);
  text-decoration: none;
  transition: color .2s;
}body.blog-list-page .sb-list a:hover{
color: var(--zb-primary-dark);
}body.blog-list-page .sb-tags{
display: flex;
  flex-wrap: wrap;
  gap: 8px;
}body.blog-list-page .sb-tags a{
display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  font-size: 13px;
  color: var(--zb-muted);
  text-decoration: none;
  background: rgba(244,241,234,0.82);
  border: 1px solid rgba(26,58,92,0.08);
  border-radius: 8px;
  transition: all .2s;
}body.blog-list-page .sb-tags a:hover{
color: var(--zb-primary-dark);
  border-color: var(--zb-primary);
  background: var(--zb-surface);
}body.blog-list-page .sb-cta{
position: relative;
  overflow: hidden;
}body.blog-list-page .sb-cta::before{
content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}body.blog-list-page .sb-cta p{
margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--zb-muted);
}body.blog-list-page .sb-cta-btn{
display: block;
  text-align: center;
  text-decoration: none;
  padding: 12px 0;
  color: #FFFFFF;
  background: var(--zb-primary);
  transition: background .2s;
}body.blog-list-page .sb-cta-btn:hover{
background: var(--zb-primary-dark);
}
@media (max-width: 960px) {body.blog-list-page .dl-list-layout{
grid-template-columns: 1fr;
    gap: 40px;
}
}
@media (max-width: 768px) {body.blog-list-page .dl-list-hero{
padding: 34px 0 42px;
}body.blog-list-page .dl-filter-count{
width: 100%;
    margin-left: 0;
}body.blog-list-page .dl-article-row{
padding: 0;
}body.blog-list-page .dl-article-row .article-body{
padding: 22px 16px 18px;
}body.blog-list-page .dl-article-row h3{
font-size: 16px;
}
}/* blog/series.html */
body.blog-series-page .dl-breadcrumb{
padding: 24px 0 0;
  font-size: 14px;
  color: var(--zb-muted);
}body.blog-series-page .dl-breadcrumb a{
color: var(--zb-muted);
  text-decoration: none;
  transition: color .2s;
}body.blog-series-page .dl-breadcrumb a:hover{
color: var(--zb-ink);
}body.blog-series-page .dl-breadcrumb .sep{
margin: 0 10px; color: var(--zb-border-strong);
}body.blog-series-page .dl-breadcrumb .current{
color: var(--zb-primary-dark); font-weight: 600;
}body.blog-series-page .series-hero{
padding: 44px 0 56px;
  border-bottom: 1px solid var(--zb-border);
}body.blog-series-page .series-hero-grid{
display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 36px;
  align-items: start;
}body.blog-series-page .series-hero-copy h1{
margin: 0 0 16px;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.22;
  color: var(--zb-ink);
}body.blog-series-page .series-hero-copy .hero-desc,
body.blog-series-page .series-hero-copy .hero-lead{
margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--zb-muted);
}body.blog-series-page .series-meta{
display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}body.blog-series-page .series-meta span{
display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: auto;
  padding: 0;
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--zb-primary-dark);
  background: transparent;
  text-transform: uppercase;
}body.blog-series-page .series-meta span::before{
content: "";
  width: 18px;
  height: 2px;
  background: var(--zb-primary);
}body.blog-series-page .series-hero-card{
position: relative;
  padding: 26px 24px 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(20, 31, 48, 0.05);
  overflow: hidden;
}body.blog-series-page .series-hero-card::before{
content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}body.blog-series-page .series-hero-card .eyebrow{
display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: auto;
  padding: 0;
  margin-bottom: 16px;
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--zb-primary-dark);
  background: transparent;
}body.blog-series-page .series-hero-card .eyebrow::before{
content: "";
  width: 18px;
  height: 2px;
  background: var(--zb-primary);
}body.blog-series-page .series-hero-card h2{
margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.45;
  color: var(--zb-ink);
}body.blog-series-page .series-hero-card p{
margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--zb-muted);
}body.blog-series-page .series-hero-actions{
display: flex;
  flex-wrap: wrap;
  gap: 12px;
}body.blog-series-page .series-layout{
display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 56px;
  padding: 48px 0 80px;
}body.blog-series-page .series-main{
min-width: 0;
}body.blog-series-page .series-overview{
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 34px;
}body.blog-series-page .overview-card{
position: relative;
  padding: 24px 20px 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  overflow: hidden;
}body.blog-series-page .overview-card::before{
content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}body.blog-series-page .overview-card strong{
display: block;
  margin-bottom: 8px;
  font-size: 15px;
  color: var(--zb-primary-dark);
}body.blog-series-page .overview-card span{
display: block;
  font-size: 14px;
  line-height: 1.75;
  color: var(--zb-muted);
}body.blog-series-page .series-filter-bar{
display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--zb-border);
}body.blog-series-page .series-filter-label{
font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--zb-muted);
  margin-right: 4px;
}body.blog-series-page .series-filter-tag{
display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  font-size: 14px;
  color: var(--zb-muted);
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  cursor: pointer;
  transition: all .2s;
}body.blog-series-page .series-filter-tag:hover{
border-color: var(--zb-primary);
  color: var(--zb-primary-dark);
}body.blog-series-page .series-filter-tag.active{
background: var(--zb-primary);
  border-color: var(--zb-primary);
  color: #FFFFFF;
}body.blog-series-page .series-filter-count{
margin-left: auto;
  font-size: 14px;
  color: var(--zb-muted);
}body.blog-series-page .series-article-grid{
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}body.blog-series-page .series-article-card{
position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  padding: 24px 22px 22px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
  overflow: hidden;
}body.blog-series-page .series-article-card::before{
content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}body.blog-series-page .series-article-card:hover{
border-color: var(--zb-primary);
  box-shadow: 0 16px 30px rgba(20, 31, 48, 0.08);
  transform: translateY(-2px);
}body.blog-series-page .series-article-card .article-head{
display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}body.blog-series-page .series-article-card .article-topic,
body.blog-series-page .series-article-card .article-tag{
display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: auto;
  padding: 0;
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}body.blog-series-page .series-article-card .article-topic{
color: var(--zb-primary-dark);
}body.blog-series-page .series-article-card .article-tag{
color: var(--zb-primary-dark);
}body.blog-series-page .series-article-card .article-topic::before,
body.blog-series-page .series-article-card .article-tag::before{
content: "";
  width: 18px;
  height: 2px;
  background: var(--zb-primary);
}body.blog-series-page .series-article-card h3{
margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.45;
  color: var(--zb-ink);
}body.blog-series-page .series-article-card p{
margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--zb-muted);
}body.blog-series-page .series-article-card .article-meta{
display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--zb-border);
  font-size: 14px;
  color: var(--zb-muted);
}body.blog-series-page .series-actions{
display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}body.blog-series-page .dl-sidebar{
min-width: 0;
}body.blog-series-page .dl-sidebar .sb-section{
margin-bottom: 20px;
  padding: 24px 22px 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(23, 38, 51, 0.03);
}body.blog-series-page .dl-sidebar .sb-section h4{
margin: 0 0 16px;
  padding-bottom: 12px;
  font-size: 15px;
  color: var(--zb-ink);
  border-bottom: 1px solid var(--zb-border);
}body.blog-series-page .sb-list{
display: flex;
  flex-direction: column;
  gap: 4px;
}body.blog-series-page .sb-list a{
display: block;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--zb-muted);
  text-decoration: none;
  transition: color .2s;
}body.blog-series-page .sb-list a:hover{
color: var(--zb-primary-dark);
}body.blog-series-page .sb-tags{
display: flex;
  flex-wrap: wrap;
  gap: 8px;
}body.blog-series-page .sb-tags a{
display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  font-size: 13px;
  color: var(--zb-muted);
  text-decoration: none;
  background: rgba(244,241,234,0.82);
  border: 1px solid rgba(26,58,92,0.08);
  border-radius: 8px;
  transition: all .2s;
}body.blog-series-page .sb-tags a:hover{
color: var(--zb-primary-dark);
  border-color: var(--zb-primary);
  background: var(--zb-surface);
}body.blog-series-page .sb-cta{
position: relative;
  overflow: hidden;
}body.blog-series-page .sb-cta::before{
content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}body.blog-series-page .sb-cta p{
margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--zb-muted);
}body.blog-series-page .sb-cta-btn{
display: block;
  text-align: center;
  text-decoration: none;
  padding: 12px 0;
  color: #FFFFFF;
  background: var(--zb-primary);
  transition: background .2s;
}body.blog-series-page .sb-cta-btn:hover{
background: var(--zb-primary-dark);
}
@media (max-width: 960px) {body.blog-series-page .series-hero-grid,
body.blog-series-page .series-layout{
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {body.blog-series-page .series-hero{
padding: 34px 0 42px;
}body.blog-series-page .series-overview,
body.blog-series-page .series-article-grid{
grid-template-columns: 1fr;
}body.blog-series-page .series-filter-count{
width: 100%;
    margin-left: 0;
}
}/* contact.html */
.contact-page .contact-hero{
padding: 88px 0 42px;
  text-align: center;
  background: var(--zb-canvas);
  position: relative;
  overflow: hidden;
}.contact-page .contact-hero .dl-container,
.contact-page .contact-section .dl-container,
.contact-page .faq-section .dl-container{
max-width: 1120px;
}.contact-page .contact-kicker{
display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--zb-primary-dark);
  font-family: var(--zb-mono);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}.contact-page .contact-kicker::before{
content: "";
  width: 28px;
  height: 2px;
  background: var(--zb-primary);
}.contact-page .contact-hero h1{
font-size: clamp(30px, 4vw, 50px);
  line-height: 1.2;
  margin: 0 0 18px;
}.contact-page .contact-hero h1 em{
color: var(--zb-primary);
  font-style: normal;
}.contact-page .contact-hero p{
max-width: 760px;
  margin: 0 auto 12px;
  font-size: 17px;
  line-height: 1.8;
  color: var(--zb-muted);
}.contact-page .contact-promise{
display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}.contact-page .contact-promise span{
display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  color: var(--zb-ink-soft);
  font-size: 14px;
  font-weight: 600;
}.contact-page .contact-promise span::before{
content: "";
  width: 14px;
  height: 2px;
  background: var(--zb-primary);
}.contact-page .contact-section{
padding: 24px 0 88px;
  background: var(--zb-section);
}body.contact-page .contact-grid{
display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  gap: 32px;
  align-items: start;
}body.contact-page .contact-form-card{
background: var(--zb-surface);
  border: 1px solid var(--zb-border-strong);
  border-top: 4px solid var(--zb-primary);
  border-radius: 12px;
  padding: 38px 34px;
  box-shadow: 0 10px 24px rgba(23, 38, 51, 0.06);
}body.contact-page .contact-form-card h2{
margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.28;
  color: var(--zb-ink);
}body.contact-page .form-sub{
margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--zb-muted);
}body.contact-page .contact-lite-note{
display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}body.contact-page .contact-lite-note span{
display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  background: rgba(244,241,234,0.88);
  border: 1px solid rgba(26,58,92,0.08);
  color: var(--zb-primary-dark);
  font-size: 13px;
  font-weight: 700;
}body.contact-page .contact-lite-note span::before{
content: "";
  width: 14px;
  height: 2px;
  background: var(--zb-primary);
}body.contact-page .optional-row{
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}body.contact-page .form-group{
margin-bottom: 18px;
}body.contact-page .form-group label{
display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--zb-ink);
}body.contact-page .required{
color: var(--zb-primary);
}body.contact-page .form-group input,
body.contact-page .form-group select,
body.contact-page .form-group textarea{
width: 100%;
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 15px;
  color: var(--zb-ink);
  background: var(--zb-surface);
  outline: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
}body.contact-page .form-group input:focus,
body.contact-page .form-group select:focus,
body.contact-page .form-group textarea:focus{
border-color: var(--zb-primary);
  box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.08);
  background: var(--zb-surface);
}body.contact-page .form-group textarea{
min-height: 138px;
  resize: vertical;
}body.contact-page .form-hint{
margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--zb-muted);
}body.contact-page .form-submit{
width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 10px;
  background: var(--zb-primary);
  color: var(--zb-on-dark);
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s, transform .2s;
}body.contact-page .form-submit:hover{
background: var(--zb-primary-dark);
  transform: translateY(-1px);
}body.contact-page .form-submit:disabled{
opacity: .65;
  cursor: not-allowed;
}body.contact-page .form-disclaimer{
margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--zb-muted);
}body.contact-page .form-status{
display: none;
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(30, 58, 95, 0.14);
  background: rgba(244,241,234,0.88);
  color: var(--zb-primary-dark);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 700;
}body.contact-page .form-status.is-visible{
display: block;
}body.contact-page .form-status.is-loading{
border-color: rgba(30, 58, 95, 0.18);
  background: rgba(244,241,234,0.88);
  color: var(--zb-primary-dark);
}body.contact-page .form-status.is-success{
border-color: rgba(30, 58, 95, 0.24);
  background: rgba(30, 58, 95, 0.08);
  color: var(--zb-primary-dark);
}body.contact-page .form-status.is-error{
border-color: rgba(192,57,43,0.24);
  background: rgba(192,57,43,0.08);
  color: #8a2b22;
}body.contact-page .contact-info{
display: flex;
  flex-direction: column;
  gap: 18px;
}body.contact-page .contact-card,
body.contact-page .qr-card{
position: relative;
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-radius: 10px;
  padding: 26px 24px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
  overflow: hidden;
}body.contact-page .contact-card::before,
body.contact-page .qr-card::before{
content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}body.contact-page .contact-card:hover,
body.contact-page .qr-card:hover{
border-color: var(--zb-primary);
  box-shadow: 0 10px 22px rgba(20, 31, 48, 0.06);
  transform: translateY(-2px);
}body.contact-page .contact-card-head{
display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}body.contact-page .contact-card-head .ic{
width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(244,241,234,0.92);
  border: 1px solid rgba(26,58,92,0.08);
  color: var(--zb-primary-dark);
  font-size: 18px;
  font-weight: 800;
}body.contact-page .contact-card h3,
body.contact-page .qr-card h3{
margin: 0;
  font-size: 20px;
  color: var(--zb-ink);
}body.contact-page .contact-card p,
body.contact-page .qr-card p{
margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--zb-muted);
}body.contact-page .contact-card p:last-child,
body.contact-page .qr-card p:last-child{
margin-bottom: 0;
}body.contact-page .contact-card a{
color: var(--zb-primary-dark);
  text-decoration: none;
  font-weight: 800;
}body.contact-page .contact-card a:hover{
color: var(--zb-primary);
}body.contact-page .contact-card .contact-link{
display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--zb-mono);
}body.contact-page .contact-card .contact-link svg{
flex-shrink: 0;
}body.contact-page .contact-card-note{
font-size: 13px;
  color: var(--zb-muted);
  font-style: italic;
}

body.contact-page .wechat-qr-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
  padding: 16px;
  background: white;
  border-radius: 8px;
}

body.contact-page .wechat-qr-wrapper img {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 4px;
}

body.contact-page .qr-instruction {
  margin: 12px 0 0;
  color: var(--zb-ink);
  font-size: 15px;
  font-weight: 600;
}

body.contact-page .contact-channel-card .contact-card-head {
  padding-left: 1.5em;
}

body.contact-page .contact-channel-card .contact-phone-inline {
  width: min(100%, 330px);
  margin: 18px auto 0;
}

body.contact-page .contact-channel-card .contact-phone-label {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: var(--zb-muted);
}

body.contact-page .contact-channel-card .contact-phone-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 20px;
  border: 1px solid var(--zb-border);
  border-radius: 10px;
  background: var(--zb-surface-soft);
  color: var(--zb-primary-dark);
  font-family: var(--zb-mono);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: border-color .2s, background .2s, transform .2s;
}

body.contact-page .contact-channel-card .contact-phone-pill:hover {
  border-color: var(--zb-primary);
  background: var(--zb-surface);
  transform: translateY(-1px);
}

body.contact-page .contact-channel-card .contact-phone-icon {
  font-family: var(--zb-sans);
  font-size: 22px;
  line-height: 1;
}

body.contact-page .qr-card{
position: relative;
  overflow: hidden;
}body.contact-page .qr-badge{
display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--zb-primary-dark);
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}body.contact-page .qr-badge::before{
content: "";
  width: 18px;
  height: 2px;
  background: var(--zb-primary);
}body.contact-page .qr-card ul{
margin: 14px 0 0;
  padding-left: 18px;
  color: var(--zb-muted);
}body.contact-page .qr-card li{
margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.65;
}body.contact-page .contact-trust-grid{
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}body.contact-page .contact-trust{
position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  padding: 18px 16px;
  overflow: hidden;
}body.contact-page .contact-trust::before{
content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}body.contact-page .contact-trust strong{
display: block;
  margin-bottom: 6px;
  font-size: 15px;
  color: var(--zb-ink);
}body.contact-page .contact-trust span{
display: block;
  font-size: 13px;
  line-height: 1.65;
  color: var(--zb-muted);
}.contact-page .faq-section{
padding: 0 0 88px;
  background: var(--zb-section);
}.contact-page .section-head{
text-align: center;
  margin-bottom: 30px;
}.contact-page .section-label{
display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--zb-primary-dark);
  font-family: var(--zb-mono);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}.contact-page .section-label::before{
content: "";
  width: 28px;
  height: 2px;
  background: var(--zb-primary);
}.contact-page .section-head h2{
margin: 14px 0 0;
}.contact-page .faq-section .dl-container{
max-width: 920px;
}.contact-page .dl-faq{
margin: 0;
  border-top: 1px solid #dadce0;
  border-bottom: 1px solid #dadce0;
}
@media (max-width: 1024px) {body.contact-page .contact-grid{
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {.contact-page .contact-hero{
padding: 64px 0 28px;
}.contact-page .contact-hero p{
font-size: 15px;
}body.contact-page .contact-form-card{
padding: 28px 22px;
    border-radius: 10px;
}body.contact-page .optional-row,
body.contact-page .contact-trust-grid{
grid-template-columns: 1fr;
}body.contact-page .contact-card,
body.contact-page .qr-card{
padding: 22px 18px;
    border-radius: 8px;
}
}/* guarantee.html */
body.guarantee-page .dl-breadcrumb{
font-size: 14px; color: var(--zb-muted); margin-bottom: 28px;
}body.guarantee-page .dl-breadcrumb a{
color: var(--zb-muted); text-decoration: none;
}body.guarantee-page .dl-breadcrumb a:hover{
color: var(--zb-primary-dark);
}body.guarantee-page .dl-breadcrumb .sep{
margin: 0 8px; color: var(--zb-border-strong);
}body.guarantee-page .dl-breadcrumb .current{
color: var(--zb-ink); font-weight: 600;
}body.guarantee-page .zb-guard-grid{
display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px;
}body.guarantee-page .zb-guard-card{
background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-top: 4px solid var(--zb-primary);
  border-radius: 6px;
  padding: 34px 32px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}body.guarantee-page .zb-guard-card:hover{
border-color: var(--zb-primary); box-shadow: 0 14px 34px rgba(23,38,51,0.08); transform: translateY(-4px);
}body.guarantee-page .zb-guard-head{
display: flex; align-items: center; gap: 14px; margin-bottom: 18px;
}body.guarantee-page .zb-guard-num{
display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; flex-shrink: 0;
  font-family: var(--zb-mono); font-size: 16px; font-weight: 700;
  color: #fff; background: var(--zb-primary); border-radius: 4px;
}body.guarantee-page .zb-guard-head h3{
font-family: var(--zb-sans); font-size: 19px; color: var(--zb-ink); font-weight: 700; margin: 0; line-height: 1.4;
}body.guarantee-page .zb-guard-card ul{
list-style: none; padding: 0; margin: 0;
}body.guarantee-page .zb-guard-card li{
font-size: 15px; color: var(--zb-ink-soft); line-height: 1.75;
  padding-left: 26px; position: relative; margin-bottom: 12px;
}body.guarantee-page .zb-guard-card li:last-child{
margin-bottom: 0;
}body.guarantee-page .zb-guard-card li::before{
content: "\2713"; position: absolute; left: 0; top: 0;
  color: var(--zb-primary); font-weight: 700; font-family: var(--zb-mono);
}body.guarantee-page .zb-testi-grid{
display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px;
}body.guarantee-page .zb-testi-card{
background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-left: 4px solid var(--zb-primary);
  border-radius: 6px;
  padding: 32px 30px;
}body.guarantee-page .zb-testi-quote{
font-size: 15px; color: var(--zb-ink-soft); line-height: 1.8; margin: 0 0 20px; font-style: italic;
}body.guarantee-page .zb-testi-author{
display: flex; align-items: center; gap: 12px;
}body.guarantee-page .zb-testi-avatar{
width: 46px; height: 46px; flex-shrink: 0;
  background: var(--zb-primary-light); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--zb-primary-dark); font-weight: 700; font-size: 18px; font-family: var(--zb-sans);
}body.guarantee-page .zb-testi-info h4{
font-size: 15px; color: var(--zb-ink); font-weight: 700; margin: 0 0 4px;
}body.guarantee-page .zb-testi-info p{
font-size: 14px; color: var(--zb-muted); margin: 0;
}
@media (max-width: 768px) {body.guarantee-page .zb-guard-grid{
grid-template-columns: 1fr;
}body.guarantee-page .zb-testi-grid{
grid-template-columns: 1fr;
}
}/* industries/listed-companies.html */
.listed-page{
--listed-bg:        var(--zb-section);
  --listed-surface:   var(--zb-surface);
  --listed-ink:       var(--zb-ink);
  --listed-muted:     var(--zb-muted);
  --listed-accent:    var(--zb-primary);
  --listed-accent-light:var(--zb-primary-light);
  --listed-border:    var(--zb-border);
  --listed-gold:      var(--zb-primary-dark);
  --listed-gold-light:var(--zb-section);
  --listed-dark:      var(--zb-dark);
}body.listed-page{
background: var(--listed-bg);
  font-family: var(--font-body);
  color: var(--listed-ink);
}body.listed-page .listed-hero{
background: linear-gradient(135deg, var(--zb-dark) 0%, var(--zb-primary-dark) 60%, var(--zb-dark) 100%);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}body.listed-page .listed-hero::before{
content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
  border-radius: 50%;
}body.listed-page .listed-hero .container{
max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}body.listed-page .listed-hero-badge{
display: inline-block;
  background: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.9);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}body.listed-page .listed-hero h1{
font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 20px;
}body.listed-page .listed-hero-sub{
font-size: clamp(16px, 2vw, 20px);
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
  max-width: 620px;
  margin: 0 auto 40px;
}body.listed-page .listed-hero-stats{
display: flex;
  gap: 48px;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.15);
}body.listed-page .listed-hero-stat .stat-num{
font-size: 36px;
  font-weight: 800;
  color: #FFFFFF;
  font-family: var(--font-mono);
  line-height: 1;
}body.listed-page .listed-hero-stat .stat-label{
font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin-top: 6px;
}body.listed-page .pain-points{
padding: 80px 0;
  background: var(--listed-surface);
  border-bottom: 1px solid var(--listed-border);
}body.listed-page .pain-points .container{
max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}body.listed-page .pain-grid{
display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}body.listed-page .pain-card{
background: var(--listed-bg);
  border: 1px solid var(--listed-border);
  border-radius: 12px;
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
}body.listed-page .pain-card::before{
content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--listed-accent);
}body.listed-page .pain-num{
font-family: var(--font-mono);
  font-size: 48px;
  font-weight: 900;
  color: var(--listed-accent-light);
  line-height: 1;
  margin-bottom: 12px;
}body.listed-page .pain-card h3{
font-size: 20px;
  font-weight: 700;
  color: var(--listed-ink);
  margin-bottom: 16px;
}body.listed-page .pain-desc{
font-size: 15px;
  color: var(--listed-muted);
  line-height: 1.7;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--listed-border);
}body.listed-page .pain-desc ul{
list-style: none;
  padding: 0;
  margin: 8px 0 0;
}body.listed-page .pain-desc li{
font-size: 15px;
  color: var(--listed-muted);
  padding: 4px 0 4px 20px;
  position: relative;
}body.listed-page .pain-desc li::before{
content: '·';
  position: absolute;
  left: 6px;
  color: var(--listed-accent);
  font-weight: 700;
}body.listed-page .pain-solution{
display: flex;
  align-items: start;
  gap: 12px;
}body.listed-page .pain-solution-icon{
flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: var(--listed-accent-light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}body.listed-page .pain-solution-icon svg{
width: 16px;
  height: 16px;
  stroke: var(--listed-accent);
  fill: none;
  stroke-width: 2;
}body.listed-page .pain-solution-text{
font-size: 15px;
  color: var(--listed-ink);
  line-height: 1.6;
  font-weight: 500;
}body.listed-page .pain-solution-label{
font-size: 12px;
  font-weight: 700;
  color: var(--listed-accent);
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}body.listed-page .solution-system{
padding: 80px 0;
  background: var(--listed-bg);
}body.listed-page .solution-system .container{
max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}body.listed-page .solution-tabs{
display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}body.listed-page .solution-tab{
background: var(--listed-surface);
  border: 1px solid var(--listed-border);
  border-radius: 12px;
  padding: 36px 28px;
}body.listed-page .solution-tab-icon{
width: 48px;
  height: 48px;
  background: var(--listed-accent-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}body.listed-page .solution-tab-icon svg{
width: 24px;
  height: 24px;
  stroke: var(--listed-accent);
  fill: none;
  stroke-width: 1.5;
}body.listed-page .solution-tab h3{
font-size: 20px;
  font-weight: 700;
  color: var(--listed-ink);
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--listed-border);
}body.listed-page .solution-tab ul{
list-style: none;
  padding: 0;
  margin: 0;
}body.listed-page .solution-tab li{
display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--listed-muted);
  padding: 8px 0;
  border-bottom: 1px solid var(--listed-border);
}body.listed-page .solution-tab li:last-child{
border-bottom: none;
}body.listed-page .solution-tab li::before{
content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--listed-accent);
  flex-shrink: 0;
}body.listed-page .incentive-compare{
padding: 80px 0;
  background: var(--listed-surface);
  border-top: 1px solid var(--listed-border);
}body.listed-page .incentive-compare .container{
max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}body.listed-page .compare-table-wrap{
margin-top: 48px;
  overflow-x: auto;
}body.listed-page .compare-table{
width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}body.listed-page .compare-table th{
background: var(--listed-accent);
  color: white;
  padding: 14px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}body.listed-page .compare-table th:first-child{
border-radius: 8px 0 0 0;
}body.listed-page .compare-table th:last-child{
border-radius: 0 8px 0 0;
}body.listed-page .compare-table td{
padding: 14px 20px;
  border-bottom: 1px solid var(--listed-border);
  color: var(--listed-muted);
  vertical-align: top;
}body.listed-page .compare-table tr:nth-child(even) td{
background: var(--listed-bg);
}body.listed-page .compare-table tr:hover td{
background: var(--listed-accent-light);
}body.listed-page .compare-table td:first-child{
font-weight: 700;
  color: var(--listed-ink);
}body.listed-page .tag-pro{
display: inline-block;
  background: var(--listed-accent-light);
  color: var(--listed-accent);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
}body.listed-page .tag-con{
display: inline-block;
  background: var(--zb-accent-light);
  color: var(--zb-accent);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
}body.listed-page .listed-cases{
padding: 80px 0;
  background: var(--listed-bg);
}body.listed-page .listed-cases .container{
max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}body.listed-page .cases-grid{
display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 48px;
}body.listed-page .case-card{
background: var(--listed-surface);
  border: 1px solid var(--listed-border);
  border-radius: 12px;
  padding: 40px 36px;
  position: relative;
}body.listed-page .case-badge{
display: inline-block;
  background: var(--listed-gold-light);
  color: var(--listed-gold);
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}body.listed-page .case-card h3{
font-size: 20px;
  font-weight: 700;
  color: var(--listed-ink);
  margin-bottom: 24px;
}body.listed-page .case-meta{
display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--listed-border);
}body.listed-page .case-meta-item{
font-size: 14px;
}body.listed-page .case-meta-label{
color: var(--listed-muted);
  margin-bottom: 2px;
}body.listed-page .case-meta-value{
color: var(--listed-ink);
  font-weight: 600;
}body.listed-page .case-detail{
display: grid;
  gap: 12px;
}body.listed-page .case-row{
display: flex;
  gap: 12px;
}body.listed-page .case-row-label{
flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--listed-accent);
  background: var(--listed-accent-light);
  padding: 2px 10px;
  border-radius: 4px;
  height: fit-content;
  white-space: nowrap;
  margin-top: 2px;
}body.listed-page .case-row-content{
font-size: 15px;
  color: var(--listed-muted);
  line-height: 1.6;
}body.listed-page .case-result{
margin-top: 20px;
  background: var(--listed-accent-light);
  border: 1px solid var(--listed-border);
  border-radius: 8px;
  padding: 16px 20px;
}body.listed-page .case-result-label{
display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--listed-accent);
  margin-bottom: 4px;
}body.listed-page .case-result-label svg{
flex: none;
}body.listed-page .case-result-text{
font-size: 15px;
  color: var(--listed-ink);
  font-weight: 500;
  line-height: 1.5;
}body.listed-page .listed-insights{
padding: 80px 0;
  background: var(--listed-surface);
  border-top: 1px solid var(--listed-border);
}body.listed-page .listed-insights .container{
max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}body.listed-page .insights-links{
display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
}body.listed-page .insight-link-card{
background: var(--listed-bg);
  border: 1px solid var(--listed-border);
  border-radius: 10px;
  padding: 28px 32px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 20px;
}body.listed-page .insight-link-card:hover{
border-color: var(--listed-accent);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}body.listed-page .insight-link-icon{
flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: var(--listed-accent-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}body.listed-page .insight-link-icon svg{
width: 22px;
  height: 22px;
  stroke: var(--listed-accent);
  fill: none;
  stroke-width: 1.5;
}body.listed-page .insight-link-text h4{
font-size: 16px;
  font-weight: 700;
  color: var(--listed-ink);
  margin-bottom: 4px;
}body.listed-page .insight-link-text p{
font-size: 14px;
  color: var(--listed-muted);
}body.listed-page .listed-cta{
padding: 80px 0;
  background: linear-gradient(135deg, var(--zb-dark) 0%, var(--zb-primary-dark) 100%);
  text-align: center;
}body.listed-page .listed-cta .container{
max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
}body.listed-page .listed-cta h2{
font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: white;
  margin-bottom: 16px;
}body.listed-page .listed-cta p{
font-size: 17px;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
  margin-bottom: 40px;
}body.listed-page .cta-actions{
display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}body.listed-page .cta-btn-primary{
display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  color: var(--listed-accent);
  padding: 16px 36px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s;
}body.listed-page .cta-btn-primary:hover{
transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}body.listed-page .cta-btn-secondary{
display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: white;
  padding: 16px 36px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.4);
  transition: all 0.2s;
}body.listed-page .cta-btn-secondary:hover{
background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.7);
}
@media (max-width: 768px) {body.listed-page .solution-tabs{
grid-template-columns: 1fr;
}body.listed-page .cases-grid{
grid-template-columns: 1fr;
}body.listed-page .insights-links{
grid-template-columns: 1fr;
}body.listed-page .case-meta{
grid-template-columns: 1fr;
}body.listed-page .listed-hero-stats{
gap: 32px;
}body.listed-page .pain-grid{
grid-template-columns: 1fr;
}
}/* insights/index.html */
.insights-page{
--insight-bg:        var(--zb-section);
  --insight-surface:   var(--zb-surface);
  --insight-ink:       var(--zb-ink);
  --insight-muted:     var(--zb-muted);
  --insight-blue:      var(--zb-primary);
  --insight-blue-light:var(--zb-primary-light);
  --insight-border:    var(--zb-border);
}body.insights-page{
background: var(--insight-bg);
  font-family: var(--font-body);
  color: var(--insight-ink);
}.insights-page .dl-hero .dl-container,
.insights-page .dl-section .dl-container{
max-width: 1180px;
}.insights-page .dl-hero{
padding: 64px 0 58px;
}.insights-page .dl-hero h1{
max-width: 720px;
  font-size: clamp(30px, 3.2vw, 38px);
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: 0;
}.insights-page .dl-hero-sub{
max-width: 680px;
  font-size: 16px;
  line-height: 1.68;
}.insights-page .dl-head{
max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 42px;
  text-align: center;
}.insights-page .dl-head h2{
max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(24px, 2.8vw, 32px);
  line-height: 1.35;
}.insights-page .dl-head p{
max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}body.insights-page .insights-hero{
background: var(--insight-surface);
  padding: 80px 0 60px;
  border-bottom: 1px solid var(--insight-border);
}body.insights-page .insights-hero .container{
max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}body.insights-page .insights-hero h1{
font-size: clamp(36px, 5vw, 52px);
  font-weight: 600;
  color: var(--insight-ink);
  line-height: 1.2;
  margin-bottom: 16px;
  text-align: center;
}body.insights-page .insights-hero-sub{
font-size: clamp(16px, 2vw, 20px);
  color: var(--insight-muted);
  line-height: 1.6;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}body.insights-page .flagship-whitepaper{
padding: 80px 0;
  background: var(--insight-bg);
}body.insights-page .flagship-whitepaper .container{
max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}body.insights-page .whitepaper-card{
background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--insight-border);
  border-radius: 8px;
  padding: 60px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
  align-items: start;
  box-shadow: 0 16px 34px rgba(23, 38, 51, 0.05);
}body.insights-page .whitepaper-cover{
position: relative;
  background: linear-gradient(180deg, rgba(244,241,234,0.96) 0%, rgba(255,255,255,0.98) 100%);
  border: 1px solid var(--insight-border);
  border-top: 4px solid var(--insight-blue);
  border-radius: 8px;
  padding: 48px 32px;
  color: var(--zb-primary-dark);
  text-align: center;
  box-shadow: none;
  overflow: hidden;
}body.insights-page .whitepaper-cover::after{
content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26,58,92,0.10) 0%, transparent 70%);
}body.insights-page .whitepaper-cover-title{
font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}body.insights-page .whitepaper-cover-year{
font-size: 64px;
  font-weight: 900;
  font-family: var(--font-mono);
  line-height: 1;
  opacity: 0.9;
  margin: 24px 0;
}body.insights-page .whitepaper-cover-badge{
background: var(--insight-surface);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}body.insights-page .whitepaper-content h2{
font-size: 32px;
  font-weight: 600;
  color: var(--insight-ink);
  margin-bottom: 16px;
}body.insights-page .whitepaper-summary{
font-size: 18px;
  color: var(--insight-muted);
  line-height: 1.7;
  margin-bottom: 32px;
}body.insights-page .whitepaper-highlights{
display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}body.insights-page .highlight-item{
display: flex;
  align-items: start;
  gap: 12px;
  padding: 14px 14px 12px;
  background: rgba(244,241,234,0.62);
  border: 1px solid rgba(26,58,92,0.08);
  border-radius: 8px;
}body.insights-page .highlight-icon{
flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: var(--insight-blue-light);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}body.insights-page .highlight-icon svg{
width: 14px;
  height: 14px;
  stroke: var(--insight-blue);
  fill: none;
  stroke-width: 2;
}body.insights-page .highlight-text{
font-size: 15px;
  color: var(--insight-ink);
  line-height: 1.6;
  font-weight: 500;
}body.insights-page .whitepaper-cta{
display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--insight-blue);
  color: white;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}body.insights-page .whitepaper-cta:hover{
background: var(--zb-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(23, 38, 51, 0.12);
}body.insights-page .insights-articles{
padding: 80px 0;
  background: var(--insight-surface);
  border-top: 1px solid var(--insight-border);
}body.insights-page .insights-articles .container{
max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}body.insights-page .articles-grid{
display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}body.insights-page .article-card{
background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--insight-border);
  border-radius: 8px;
  padding: 32px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}body.insights-page .article-card::before{
content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--insight-blue), var(--zb-primary-dark));
}body.insights-page .article-card:hover{
border-color: var(--insight-blue);
  box-shadow: 0 10px 22px rgba(23, 38, 51, 0.08);
  transform: translateY(-2px);
}body.insights-page .article-meta{
display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--zb-border);
}body.insights-page .article-badge{
display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--insight-blue);
  padding: 0;
  border-radius: 0;
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}body.insights-page .article-badge::before{
content: "";
  width: 18px;
  height: 2px;
  background: var(--insight-blue);
}body.insights-page .article-wordcount{
font-size: 14px;
  color: var(--insight-muted);
  font-family: var(--font-mono);
}body.insights-page .article-card h3{
font-size: 22px;
  font-weight: 600;
  color: var(--insight-ink);
  line-height: 1.4;
  margin-bottom: 12px;
}body.insights-page .article-summary{
font-size: 15px;
  color: var(--insight-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}body.insights-page .article-cta{
display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--insight-blue);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}body.insights-page .article-cta svg{
width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  transition: transform 0.2s;
}body.insights-page .article-card:hover .article-cta svg{
transform: translateX(3px);
}body.insights-page .path-grid{
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}body.insights-page .path-card{
display: flex;
  flex-direction: column;
  min-height: 220px;
  text-decoration: none;
  color: inherit;
}body.insights-page .path-card .article-summary{
flex: 1;
}body.insights-page .path-card .article-meta{
align-items: flex-start;
}body.insights-page .path-card .article-wordcount{
line-height: 1.6;
}body.insights-page .tools-grid{
display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}body.insights-page .tool-card{
display: block;
  text-decoration: none;
  color: inherit;
}body.insights-page .tool-card .article-card{
height: 100%;
}body.insights-page .tool-meta{
display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}body.insights-page .tool-badge{
background: rgba(244,241,234,0.9);
  color: var(--insight-blue);
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}body.insights-page .tool-note{
font-size: 13px;
  color: var(--insight-muted);
  font-family: var(--font-mono);
}body.insights-page .insights-subscribe{
padding: 80px 0;
  background: var(--insight-surface);
  border-top: 1px solid var(--insight-border);
}body.insights-page .insights-subscribe .container{
max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}body.insights-page .insights-subscribe h2{
font-size: 32px;
  font-weight: 600;
  color: var(--insight-ink);
  margin-bottom: 12px;
}body.insights-page .insights-subscribe p{
font-size: 16px;
  color: var(--insight-muted);
  margin-bottom: 32px;
}body.insights-page .subscribe-form{
display: grid;
  gap: 16px;
  max-width: 480px;
  margin: 0 auto;
}body.insights-page .subscribe-form input{
padding: 14px 18px;
  border: 1px solid var(--insight-border);
  border-radius: 8px;
  font-size: 15px;
  font-family: var(--font-body);
  background: var(--insight-bg);
  color: var(--insight-ink);
}body.insights-page .subscribe-form input:focus{
outline: none;
  border-color: var(--insight-blue);
  background: white;
}body.insights-page .subscribe-form button{
background: var(--insight-blue);
  color: white;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}body.insights-page .subscribe-form button:hover{
background: var(--zb-primary-dark);
  transform: translateY(-1px);
}body.insights-page .subscribe-hint{
margin: 14px auto 0;
  max-width: 520px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--insight-muted);
}body.insights-page .subscribe-message{
display: none;
  margin: 18px auto 0;
  padding: 12px 16px;
  max-width: 520px;
  border: 1px solid var(--insight-border);
  border-radius: 8px;
  background: var(--insight-surface);
  color: var(--insight-ink);
  font-size: 14px;
  line-height: 1.7;
}body.insights-page .subscribe-message.is-visible{
display: block;
}
@media (max-width: 900px) {body.insights-page .whitepaper-card{
grid-template-columns: 1fr;
    padding: 40px 32px;
    gap: 32px;
}body.insights-page .whitepaper-cover{
max-width: 280px;
    margin: 0 auto;
}body.insights-page .whitepaper-highlights{
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {body.insights-page .insights-hero{
padding: 60px 0 40px;
}body.insights-page .flagship-whitepaper{
padding: 60px 0;
}body.insights-page .insights-articles{
padding: 60px 0;
}body.insights-page .articles-grid{
grid-template-columns: 1fr;
    gap: 24px;
}body.insights-page .path-grid{
grid-template-columns: 1fr;
    gap: 20px;
}body.insights-page .article-card{
padding: 24px;
}
}/* knowledge/index.html */
body.knowledge-page .hex-wheel{
display: block;
  max-width: 1050px;
  margin: 0 auto;
}body.knowledge-page .hex-sector{
fill: var(--zb-primary-light);
  stroke: var(--zb-surface);
  stroke-width: 2;
  cursor: pointer;
  transition: fill 0.2s;
}body.knowledge-page .hex-sector:hover{
fill: var(--zb-border);
}body.knowledge-page .hex-sector-label{
font-family: system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  fill: var(--zb-ink);
  pointer-events: none;
}body.knowledge-page .hex-sector-sub{
font-size: 12px;
  fill: var(--zb-muted);
  pointer-events: none;
}body.knowledge-page .hex-badge{
font-size: 14px;
  font-weight: 700;
  fill: var(--zb-primary);
  pointer-events: none;
}body.knowledge-page .hex-center-bg{
fill: var(--zb-surface);
  stroke: var(--zb-border);
  stroke-width: 2;
}body.knowledge-page .hex-center-text{
font-size: 16px;
  font-weight: 700;
  fill: var(--zb-primary);
  text-anchor: middle;
}body.knowledge-page .hex-center-sub{
font-size: 20px;
  font-weight: 700;
  fill: var(--zb-ink);
  text-anchor: middle;
}body.knowledge-page .dl-featured-grid{
display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 32px; margin-top: 40px;
}body.knowledge-page .dl-featured-card{
display: flex; flex-direction: column;
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  text-decoration: none; color: inherit;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}body.knowledge-page .dl-featured-card:hover{
border-color: var(--zb-primary);
  box-shadow: 0 14px 34px rgba(23,38,51,0.08);
  transform: translateY(-3px);
}body.knowledge-page .dl-featured-cover{
aspect-ratio: 3 / 2;
  background: linear-gradient(145deg, var(--zb-section) 0%, var(--zb-section) 100%);
  border-bottom: 1px solid var(--zb-border);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}body.knowledge-page .dl-featured-cover::before{
content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(23,38,51,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,38,51,0.03) 1px, transparent 1px);
  background-size: 36px 36px;
}body.knowledge-page .dl-featured-cover span{
position: relative; z-index: 1;
  font-family: var(--zb-sans);
  font-size: 22px; font-weight: 600; color: var(--zb-primary-dark);
  opacity: 0.5;
}body.knowledge-page .dl-featured-body{
padding: 24px 24px 26px; flex: 1; display: flex; flex-direction: column;
}body.knowledge-page .dl-featured-body .dl-article-tag{
display: inline-block; align-self: flex-start;
  font-family: var(--zb-mono); font-size: 12px; font-weight: 600; letter-spacing: 0.04em;
  color: var(--zb-primary-dark); background: var(--zb-primary-light);
  padding: 3px 8px; margin-bottom: 14px;
}body.knowledge-page .dl-featured-body h3{
font-family: var(--zb-sans);
  font-size: 17px; font-weight: 600; line-height: 1.45; color: var(--zb-ink);
  margin: 0 0 10px;
}body.knowledge-page .dl-featured-body .dl-featured-desc{
font-size: 15px; line-height: 1.7; color: var(--zb-muted);
  margin: 0 0 18px; flex: 1;
}body.knowledge-page .dl-featured-meta{
border-top: 1px solid var(--zb-border);
  padding-top: 14px;
  font-size: 13px; color: var(--zb-muted);
  display: flex; align-items: center; gap: 16px;
}body.knowledge-page .dl-featured-meta .dl-meta-status{
font-family: var(--zb-mono);
  font-size: 12px; letter-spacing: 0.04em;
  color: var(--zb-primary-dark);
}
@media (max-width: 1024px) {body.knowledge-page .dl-featured-grid{
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {body.knowledge-page .dl-featured-grid{
grid-template-columns: 1fr; gap: 24px;
}body.knowledge-page .hex-wheel{
max-width: 100%;
}
}/* methodology/index.html */
.methodology-page{
--method-bg:        var(--zb-section);
  --method-surface:   var(--zb-surface);
  --method-ink:       var(--zb-ink);
  --method-muted:     var(--zb-muted);
  --method-blue:      var(--zb-primary);
  --method-blue-light:var(--zb-primary-light);
  --method-border:    var(--zb-border);
  --method-green:     var(--zb-primary-dark);
}body.methodology-page{
background: var(--method-bg);
  font-family: var(--font-body);
  color: var(--method-ink);
}body.methodology-page .method-hero{
background: var(--method-surface);
  padding: 80px 0 60px;
  border-bottom: 1px solid var(--method-border);
}body.methodology-page .method-hero .container{
max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}body.methodology-page .method-hero h1{
font-size: clamp(36px, 5vw, 52px);
  font-weight: 600;
  color: var(--method-ink);
  line-height: 1.2;
  margin-bottom: 16px;
}body.methodology-page .method-hero-sub{
font-size: clamp(16px, 2vw, 20px);
  color: var(--method-muted);
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto;
}body.methodology-page .methodology-flow{
padding: 80px 0;
  background: var(--method-bg);
}body.methodology-page .methodology-flow .container{
max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}body.methodology-page .flow-steps{
display: grid;
  gap: 24px;
}body.methodology-page .flow-step{
background: var(--method-surface);
  border: 2px solid var(--method-border);
  border-radius: 12px;
  padding: 32px 40px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}body.methodology-page .flow-step:hover{
border-color: var(--method-blue);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}body.methodology-page .flow-step::after{
content: '';
  position: absolute;
  left: 54px;
  bottom: -26px;
  width: 2px;
  height: 24px;
  background: var(--method-border);
}body.methodology-page .flow-step:last-child::after{
display: none;
}body.methodology-page .step-number{
width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--method-blue) 0%, var(--zb-primary-dark) 100%);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}body.methodology-page .step-number-text{
font-size: 12px;
  font-weight: 600;
  opacity: 0.8;
  margin-bottom: 2px;
}body.methodology-page .step-number-num{
font-size: 24px;
  font-weight: 700;
  font-family: var(--font-mono);
}body.methodology-page .step-content h3{
font-size: 24px;
  font-weight: 600;
  color: var(--method-ink);
  margin-bottom: 8px;
}body.methodology-page .step-content p{
font-size: 15px;
  color: var(--method-muted);
  line-height: 1.7;
}body.methodology-page .tools-library{
padding: 80px 0;
  background: var(--method-surface);
  border-top: 1px solid var(--method-border);
}body.methodology-page .tools-library .container{
max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}body.methodology-page .tools-grid{
display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}body.methodology-page .tool-card{
background: var(--method-bg);
  border: 1px solid var(--method-border);
  border-radius: 10px;
  padding: 32px;
  transition: all 0.3s;
}body.methodology-page .tool-card:hover{
border-color: var(--method-blue);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}body.methodology-page .tool-icon{
width: 48px;
  height: 48px;
  background: var(--method-blue-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}body.methodology-page .tool-icon svg{
width: 24px;
  height: 24px;
  stroke: var(--method-blue);
  fill: none;
  stroke-width: 2;
}body.methodology-page .tool-card h3{
font-size: 20px;
  font-weight: 600;
  color: var(--method-ink);
  margin-bottom: 12px;
}body.methodology-page .tool-desc{
font-size: 15px;
  color: var(--method-muted);
  line-height: 1.7;
  margin-bottom: 16px;
}body.methodology-page .tool-scenario{
background: var(--method-surface);
  border-left: 3px solid var(--method-blue);
  padding: 12px 16px;
  margin-bottom: 12px;
  border-radius: 4px;
}body.methodology-page .tool-scenario-label{
font-size: 13px;
  font-weight: 600;
  color: var(--method-blue);
  margin-bottom: 4px;
}body.methodology-page .tool-scenario-text{
font-size: 14px;
  color: var(--method-muted);
  line-height: 1.6;
}body.methodology-page .tool-case{
font-size: 14px;
  color: var(--method-blue);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}body.methodology-page .tool-case svg{
width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}body.methodology-page .comparison-section{
padding: 80px 0;
  background: var(--method-bg);
  border-top: 1px solid var(--method-border);
}body.methodology-page .comparison-section .container{
max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}body.methodology-page .comparison-table{
background: var(--method-surface);
  border: 1px solid var(--method-border);
  border-radius: 12px;
  overflow: hidden;
}body.methodology-page .comparison-table table{
width: 100%;
  border-collapse: collapse;
}body.methodology-page .comparison-table thead{
background: var(--method-blue);
  color: white;
}body.methodology-page .comparison-table th{
padding: 20px 24px;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
}body.methodology-page .comparison-table tbody tr{
border-bottom: 1px solid var(--method-border);
}body.methodology-page .comparison-table tbody tr:last-child{
border-bottom: none;
}body.methodology-page .comparison-table td{
padding: 20px 24px;
  font-size: 15px;
  line-height: 1.7;
}body.methodology-page .comparison-table td:first-child{
font-weight: 600;
  color: var(--method-ink);
}body.methodology-page .comparison-table td:nth-child(2){
color: var(--method-muted);
}body.methodology-page .comparison-table td:nth-child(3){
color: var(--method-green);
  font-weight: 500;
}body.methodology-page .method-cta{
padding: 80px 0;
  background: linear-gradient(135deg, var(--method-blue) 0%, var(--zb-primary-dark) 100%);
  color: white;
  text-align: center;
}body.methodology-page .method-cta .container{
max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
}body.methodology-page .method-cta h2{
font-size: 36px;
  font-weight: 600;
  margin-bottom: 16px;
  color: white;
}body.methodology-page .method-cta p{
font-size: 18px;
  opacity: 0.9;
  margin-bottom: 32px;
  line-height: 1.6;
}body.methodology-page .method-cta-button{
background: white;
  color: var(--method-blue);
  padding: 16px 40px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  transition: all 0.2s;
  text-decoration: none;
}body.methodology-page .method-cta-button:hover{
transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
@media (max-width: 900px) {body.methodology-page .flow-step{
grid-template-columns: 1fr;
    padding: 24px;
    gap: 16px;
}body.methodology-page .flow-step::after{
left: 31px;
}body.methodology-page .step-number{
width: 56px;
    height: 56px;
    margin: 0 auto;
}body.methodology-page .step-content{
text-align: center;
}body.methodology-page .tools-grid{
grid-template-columns: 1fr;
}body.methodology-page .comparison-table{
overflow-x: auto;
}
}
@media (max-width: 768px) {body.methodology-page .method-hero{
padding: 60px 0 40px;
}body.methodology-page .methodology-flow,
body.methodology-page .tools-library,
body.methodology-page .comparison-section,
body.methodology-page .method-cta{
padding: 60px 0;
}
}/* search.html */
.search-page .search-hero{
padding: 88px 0 42px;
  text-align: center;
  background: var(--zb-canvas);
}.search-page .search-hero .dl-container,
.search-page .search-results-section .dl-container{
max-width: 1100px;
}.search-page .search-hero h1{
font-size: clamp(30px, 4vw, 46px);
  line-height: 1.18;
  margin: 0 0 16px;
}.search-page .search-hero .dl-hero-sub{
max-width: 720px;
  margin: 0 auto 28px;
}body.search-page .search-box{
position: relative;
  width: min(100%, 760px);
  margin: 0 auto;
}body.search-page .search-box .search-icon{
position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--zb-muted);
  pointer-events: none;
}body.search-page .search-input{
width: 100%;
  min-height: 68px;
  padding: 0 148px 0 58px;
  border-radius: 12px;
  border: 1px solid var(--zb-border);
  background: var(--zb-surface);
  font-family: var(--zb-sans);
  font-size: 18px;
  color: var(--zb-ink);
  box-shadow: 0 8px 20px rgba(20, 31, 48, 0.04);
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}body.search-page .search-input:focus{
border-color: var(--zb-primary);
  box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.08);
}body.search-page .search-submit{
position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  background: var(--zb-primary);
  color: var(--zb-on-dark);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s;
}body.search-page .search-submit:hover{
background: var(--zb-primary-dark);
}body.search-page .search-hint{
margin-top: 16px;
  font-size: 14px;
  color: var(--zb-muted);
}body.search-page .search-results-section{
padding: 10px 0 96px;
  background: var(--zb-canvas);
}body.search-page .search-state{
display: none;
}body.search-page .search-state.visible{
display: block;
}body.search-page .search-placeholder{
position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-radius: 12px;
  padding: 42px;
  overflow: hidden;
}body.search-page .search-placeholder::before{
content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}body.search-page .search-placeholder > p{
margin: 0 0 22px;
  font-size: 15px;
  color: var(--zb-muted);
}body.search-page .sp-tags{
display: flex;
  flex-wrap: wrap;
  gap: 10px;
}body.search-page .sp-tags .hot-tag{
display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(26,58,92,0.08);
  border-radius: 8px;
  background: rgba(244,241,234,0.82);
  color: var(--zb-ink);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color .2s, background .2s, color .2s;
}body.search-page .sp-tags .hot-tag::before{
content: "";
  width: 14px;
  height: 2px;
  background: var(--zb-primary);
}body.search-page .sp-tags .hot-tag:hover{
border-color: var(--zb-primary);
  background: var(--zb-surface);
  color: var(--zb-primary-dark);
}body.search-page .search-suggestions{
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}body.search-page .search-suggestion{
position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  padding: 24px;
  overflow: hidden;
}body.search-page .search-suggestion::before{
content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}body.search-page .search-suggestion h3{
margin: 0 0 10px;
  font-size: 18px;
  color: var(--zb-ink);
}body.search-page .search-suggestion p{
margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--zb-muted);
}body.search-page .search-shortcuts{
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}body.search-page .search-shortcut{
position: relative;
  display: block;
  padding: 22px 24px;
  border-radius: 8px;
  border: 1px solid var(--zb-border);
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  color: inherit;
  text-decoration: none;
  transition: border-color .2s, transform .2s, box-shadow .2s;
  overflow: hidden;
}body.search-page .search-shortcut::before{
content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}body.search-page .search-shortcut:hover{
border-color: var(--zb-primary);
  box-shadow: 0 14px 28px rgba(23, 38, 51, 0.06);
  transform: translateY(-2px);
}body.search-page .search-shortcut h4{
margin: 0 0 8px;
  font-size: 16px;
  color: var(--zb-ink);
}body.search-page .search-shortcut p{
margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--zb-muted);
}body.search-page .search-results-shell{
display: none;
}body.search-page .search-results-shell.visible{
display: block;
}body.search-page .search-status-bar{
display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}body.search-page .search-status{
font-size: 15px;
  color: var(--zb-muted);
}body.search-page .search-clear{
border: 0;
  background: transparent;
  color: var(--zb-primary);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}body.search-page .result-list{
display: flex;
  flex-direction: column;
  gap: 18px;
}body.search-page .search-result-pagination{
display: none;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(220, 225, 232, 0.72);
}body.search-page .search-result-pagination.visible{
display: block;
}body.search-page .search-page-info{
margin: 0 0 12px;
  color: var(--zb-muted);
  font-size: 14px;
  line-height: 1.55;
}body.search-page .search-page-controls{
display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  width: 100%;
  overflow: hidden;
}body.search-page .search-page-btn{
display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  background: var(--zb-surface);
  color: var(--zb-primary-dark);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: color .2s, background .2s, border-color .2s, box-shadow .2s, transform .2s;
}body.search-page .search-page-btn--next{
margin-left: auto;
}body.search-page .search-page-btn:hover{
border-color: rgba(26, 58, 92, 0.28);
  box-shadow: var(--card-shadow-light);
  transform: translateY(-1px);
}body.search-page .search-page-btn.is-active{
border-color: var(--zb-primary-dark);
  background: var(--zb-primary-dark);
  color: var(--zb-surface);
}body.search-page .search-page-btn:disabled{
cursor: not-allowed;
  color: rgba(90, 102, 120, 0.42);
  background: var(--zb-surface-soft);
  border-color: rgba(220, 225, 232, 0.72);
  box-shadow: none;
  transform: none;
}body.search-page .result-card{
position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  padding: 26px 28px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
  overflow: hidden;
}body.search-page .result-card::before{
content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}body.search-page .result-card:hover{
border-color: var(--zb-primary);
  box-shadow: 0 14px 28px rgba(20, 31, 48, 0.08);
  transform: translateY(-2px);
}body.search-page .result-top{
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}body.search-page .result-type{
display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--zb-primary-dark);
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}body.search-page .result-type::before{
content: "";
  width: 18px;
  height: 2px;
  background: var(--zb-primary);
}body.search-page .result-path{
font-family: var(--zb-mono);
  font-size: 13px;
  color: var(--zb-muted);
}body.search-page .result-card h3{
margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.35;
  color: var(--zb-ink);
}body.search-page .result-desc{
margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--zb-muted);
}body.search-page .result-tags{
display: flex;
  flex-wrap: wrap;
  gap: 8px;
}body.search-page .result-tag{
display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid var(--zb-border);
  background: rgba(244,241,234,0.72);
  font-size: 13px;
  color: var(--zb-muted);
}body.search-page .search-highlight{
color: var(--zb-primary-dark);
  background: var(--zb-primary-light);
  padding: 0 2px;
  border-radius: 4px;
}body.search-page .result-empty{
display: none;
  text-align: center;
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(251,251,250,0.98) 100%);
  border: 1px solid var(--zb-border);
  border-radius: 12px;
  padding: 48px 32px;
  overflow: hidden;
}body.search-page .result-empty::before{
content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
}body.search-page .result-empty.visible{
display: block;
}body.search-page .result-empty h3{
margin: 0 0 12px;
  font-size: 24px;
  color: var(--zb-ink);
}body.search-page .result-empty p{
max-width: 620px;
  margin: 0 auto 24px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--zb-muted);
}body.search-page .result-empty-links{
display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}body.search-page .result-empty-links a{
display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid var(--zb-border);
  background: var(--zb-surface);
  color: var(--zb-ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}body.search-page .result-empty-links a:hover{
border-color: var(--zb-primary);
  color: var(--zb-primary-dark);
}
@media (max-width: 1024px) {body.search-page .search-suggestions,
body.search-page .search-shortcuts{
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {.search-page .search-hero{
padding: 64px 0 32px;
}body.search-page .search-placeholder{
padding: 28px 20px;
    border-radius: 12px;
}body.search-page .search-input{
min-height: 60px;
    padding: 0 18px 0 50px;
    font-size: 16px;
}body.search-page .search-submit{
position: static;
    width: 100%;
    min-height: 48px;
    margin-top: 12px;
}body.search-page .search-status-bar{
flex-direction: column;
    align-items: flex-start;
}body.search-page .result-card{
padding: 22px 18px;
    border-radius: 8px;
}body.search-page .result-top{
flex-direction: column;
    align-items: flex-start;
}
}/* tools/diagnosis.html */
body.diagnosis-tool-page .diag-hero{
position: relative;
  overflow: hidden;
  background: var(--zb-canvas);
  padding: 84px 0 72px;
  border-bottom: 1px solid var(--zb-border);
  text-align: center;
}body.diagnosis-tool-page .diag-hero::before{
content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(23,38,51,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,38,51,0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(160deg, rgba(0,0,0,0.5) 0%, transparent 60%);
  pointer-events: none;
}body.diagnosis-tool-page .diag-hero .container{
max-width: 720px; position: relative; z-index: 1;
}body.diagnosis-tool-page .diag-hero .breadcrumb{
margin-bottom: 30px; text-align: left; font-size: 14px; color: var(--zb-muted);
}body.diagnosis-tool-page .diag-hero .breadcrumb a{
color: var(--zb-muted); text-decoration: none;
}body.diagnosis-tool-page .diag-hero .breadcrumb a:hover{
color: var(--zb-primary-dark);
}body.diagnosis-tool-page .diag-hero .breadcrumb .sep{
margin: 0 8px; color: var(--zb-border-strong);
}body.diagnosis-tool-page .diag-hero .breadcrumb .current{
color: var(--zb-ink); font-weight: 600;
}body.diagnosis-tool-page .diag-hero .diag-eyebrow{
display: inline-block;
  font-family: var(--zb-mono);
  font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--zb-primary-dark);
  margin-bottom: 18px;
}body.diagnosis-tool-page .diag-hero .diag-eyebrow::before{
content: ""; display: inline-block;
  width: 28px; height: 2px; background: var(--zb-primary);
  vertical-align: middle; margin-right: 12px;
}body.diagnosis-tool-page .diag-hero .diag-icon{
color: var(--zb-primary); margin-bottom: 18px;
}body.diagnosis-tool-page .diag-hero .diag-icon svg{
width: 30px; height: 30px;
}body.diagnosis-tool-page .diag-hero h1,
body.diagnosis-tool-page .diag-hero h2{
font-family: var(--zb-sans);
  font-size: clamp(28px, 3.4vw, 40px);
  color: var(--zb-ink);
  margin-bottom: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
}body.diagnosis-tool-page .diag-hero p{
font-size: 17px;
  color: var(--zb-muted);
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto;
}body.diagnosis-tool-page .diag-progress-wrap{
max-width: 600px;
  margin: 0 auto 32px;
}body.diagnosis-tool-page .diag-progress-bar{
height: 4px;
  background: var(--zb-border);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 8px;
}body.diagnosis-tool-page .diag-progress-fill{
height: 100%;
  width: 0;
  background: var(--zb-primary);
  border-radius: 2px;
  transition: width .4s ease;
}body.diagnosis-tool-page .diag-progress-1{ width: 20%; }body.diagnosis-tool-page .diag-progress-2{ width: 40%; }body.diagnosis-tool-page .diag-progress-3{ width: 60%; }body.diagnosis-tool-page .diag-progress-4{ width: 80%; }body.diagnosis-tool-page .diag-progress-5{ width: 100%; }body.diagnosis-tool-page .diag-progress-text{
font-size: 13px;
  font-family: var(--zb-mono);
  color: var(--zb-muted);
  text-align: right;
}body.diagnosis-tool-page .diag-body{
padding: 64px 0 80px;
  background: var(--zb-section);
}body.diagnosis-tool-page .diag-question{
max-width: 600px;
  margin: 0 auto;
  display: none;
}body.diagnosis-tool-page .diag-question.active{
display: block;
}body.diagnosis-tool-page .diag-question h3{
font-size: 21px;
  color: var(--zb-ink);
  margin-bottom: 8px;
  font-family: var(--zb-sans);
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}body.diagnosis-tool-page .diag-question .q-sub{
font-size: 15px;
  color: var(--zb-muted);
  line-height: 1.7;
  text-align: center;
  margin-bottom: 28px;
}body.diagnosis-tool-page .diag-options{
display: flex;
  flex-direction: column;
  gap: 10px;
}body.diagnosis-tool-page .diag-option{
display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: var(--zb-surface);
  border: 1.5px solid var(--zb-border);
  border-radius: 6px;
  cursor: pointer;
  transition: border-color .2s, background .2s;
  text-align: left;
}body.diagnosis-tool-page .diag-option:hover{
border-color: var(--zb-primary);
  background: var(--zb-primary-light);
}body.diagnosis-tool-page .diag-option.selected{
border-color: var(--zb-primary);
  background: var(--zb-primary-light);
}body.diagnosis-tool-page .diag-option .opt-radio{
flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 2px solid var(--zb-border-strong);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}body.diagnosis-tool-page .diag-option.selected .opt-radio{
border-color: var(--zb-primary);
  background: var(--zb-primary);
}body.diagnosis-tool-page .diag-option.selected .opt-radio::after{
content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}body.diagnosis-tool-page .diag-option .opt-text{
font-size: 15px; color: var(--zb-ink); line-height: 1.5;
}body.diagnosis-tool-page .diag-option .opt-score{
margin-left: auto;
  font-size: 13px;
  font-family: var(--zb-mono);
  color: var(--zb-muted);
  font-weight: 600;
  flex-shrink: 0;
}body.diagnosis-tool-page .diag-nav{
max-width: 600px;
  margin: 32px auto 0;
  display: flex;
  justify-content: space-between;
}body.diagnosis-tool-page .diag-btn-back{
padding: 13px 26px;
  background: transparent;
  color: var(--zb-ink);
  border: 1px solid var(--zb-border-strong);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color .2s, background .2s;
}body.diagnosis-tool-page .diag-btn-back:hover{
background: var(--zb-surface); border-color: var(--zb-ink);
}body.diagnosis-tool-page .diag-btn-next{
padding: 13px 30px;
  background: var(--zb-primary);
  color: #fff;
  border: 1px solid var(--zb-primary);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s, border-color .2s;
}body.diagnosis-tool-page .diag-btn-next:hover{
background: var(--zb-primary-dark); border-color: var(--zb-primary-dark);
}body.diagnosis-tool-page .diag-btn-next:disabled{
background: var(--zb-border);
  border-color: var(--zb-border);
  color: var(--zb-muted);
  cursor: not-allowed;
}body.diagnosis-tool-page .diag-result{
max-width: 700px;
  margin: 0 auto;
  display: none;
}body.diagnosis-tool-page .diag-result.active{
display: block;
}body.diagnosis-tool-page .diag-score-circle{
text-align: center;
  margin-bottom: 32px;
}body.diagnosis-tool-page .diag-score-big{
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: var(--zb-primary-light);
  border: 4px solid var(--zb-primary);
  font-family: var(--zb-mono);
  font-size: 46px;
  font-weight: 700;
  color: var(--zb-primary);
}body.diagnosis-tool-page .diag-score-label{
margin-top: 14px;
  font-size: 18px;
  font-family: var(--zb-sans);
  color: var(--zb-ink);
  font-weight: 600;
}body.diagnosis-tool-page .diag-score-desc{
margin-top: 8px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--zb-muted);
}body.diagnosis-tool-page .diag-result-section{
margin-bottom: 32px;
}body.diagnosis-tool-page .diag-result-section h3{
font-size: 18px;
  color: var(--zb-ink);
  margin-bottom: 14px;
  font-family: var(--zb-sans);
  font-weight: 600;
}body.diagnosis-tool-page .diag-dim{
display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--zb-border);
}body.diagnosis-tool-page .diag-dim:last-child{
border-bottom: none;
}body.diagnosis-tool-page .diag-dim-label{
font-size: 15px; color: var(--zb-ink);
}body.diagnosis-tool-page .diag-dim-bar-wrap{
flex: 1;
  height: 8px;
  background: var(--zb-section);
  border-radius: 4px;
  margin: 0 16px;
  overflow: hidden;
}body.diagnosis-tool-page .diag-dim-bar{
height: 100%;
  width: 0;
  border-radius: 4px;
  transition: width .6s ease;
}body.diagnosis-tool-page .diag-dim-pct-20{ width: 20%; }body.diagnosis-tool-page .diag-dim-pct-40{ width: 40%; }body.diagnosis-tool-page .diag-dim-pct-60{ width: 60%; }body.diagnosis-tool-page .diag-dim-pct-80{ width: 80%; }body.diagnosis-tool-page .diag-dim-pct-100{ width: 100%; }body.diagnosis-tool-page .diag-dim-bar.green{
background: var(--zb-primary-dark);
}body.diagnosis-tool-page .diag-dim-bar.yellow{
background: var(--zb-accent);
}body.diagnosis-tool-page .diag-dim-bar.red{
background: var(--zb-border-strong);
}body.diagnosis-tool-page .diag-dim-score{
font-family: var(--zb-mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--zb-ink);
  width: 30px;
  text-align: right;
}body.diagnosis-tool-page .diag-recommend{
background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-left: 4px solid var(--zb-primary);
  border-radius: 6px;
  padding: 28px 30px;
}body.diagnosis-tool-page .diag-recommend h3{
font-size: 17px;
  color: var(--zb-ink);
  margin-bottom: 16px;
  font-family: var(--zb-sans);
  font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px;
}body.diagnosis-tool-page .diag-recommend h3 svg{
color: var(--zb-primary);
}body.diagnosis-tool-page .diag-rec-item{
display: flex;
  gap: 12px;
  padding: 10px 0;
  align-items: flex-start;
}body.diagnosis-tool-page .diag-rec-item .rec-num{
flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: var(--zb-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--zb-mono);
  font-size: 13px;
  font-weight: 700;
}body.diagnosis-tool-page .diag-rec-item .rec-text{
font-size: 15px; color: var(--zb-ink); line-height: 1.65;
}body.diagnosis-tool-page .diag-lead-form{
background: var(--zb-surface);
  border: 1px solid var(--zb-border-strong);
  border-top: 4px solid var(--zb-primary);
  border-radius: 6px;
  padding: 30px 32px;
  margin-top: 24px;
}body.diagnosis-tool-page .diag-lead-form h4{
font-size: 18px;
  color: var(--zb-ink);
  margin-bottom: 8px;
  font-family: var(--zb-sans);
  font-weight: 600;
}body.diagnosis-tool-page .diag-lead-form p{
font-size: 15px;
  color: var(--zb-muted);
  line-height: 1.7;
  margin-bottom: 18px;
}body.diagnosis-tool-page .diag-form-row{
display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}body.diagnosis-tool-page .diag-form-row input,
body.diagnosis-tool-page .diag-form-row select{
padding: 12px 14px;
  border: 1px solid var(--zb-border-strong);
  border-radius: 4px;
  font-size: 15px;
  color: var(--zb-ink);
  background: var(--zb-surface);
  width: 100%;
}body.diagnosis-tool-page .diag-form-row input:focus,
body.diagnosis-tool-page .diag-form-row select:focus{
outline: none;
  border-color: var(--zb-primary);
}body.diagnosis-tool-page .diag-submit{
width: 100%;
  padding: 15px;
  background: var(--zb-primary);
  color: #fff;
  border: 1px solid var(--zb-primary);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s, border-color .2s;
}body.diagnosis-tool-page .diag-submit:hover{
background: var(--zb-primary-dark); border-color: var(--zb-primary-dark);
}body.diagnosis-tool-page .diag-submit.is-submitted{
  background: #2e7d5e;
  border-color: #2e7d5e;
}body.diagnosis-tool-page .diag-submit-done{
text-align: center;
  padding: 20px;
  color: var(--zb-primary-dark);
  font-weight: 700;
  font-size: 16px;
}body.diagnosis-tool-page .diag-restart{
text-align: center;
  margin-top: 24px;
}body.diagnosis-tool-page .diag-restart a{
font-size: 15px;
  color: var(--zb-muted);
  text-decoration: underline;
  cursor: pointer;
}
@media(max-width: 768px) {body.diagnosis-tool-page .diag-form-row{
grid-template-columns: 1fr;
}
}body.diagnosis-tool-page .nav-inner{
height: 51px;
}body.diagnosis-tool-page .case-hero,
body.diagnosis-tool-page .tool-hero{
margin-top: 0;
  padding: 48px 0 56px;
}body.diagnosis-tool-page .case-section,
body.diagnosis-tool-page .tool-section,
body.diagnosis-tool-page .case-content,
body.diagnosis-tool-page .tool-content{
padding: 80px 0;
}
@media(max-width:768px) {body.diagnosis-tool-page .case-hero,
body.diagnosis-tool-page .tool-hero{
padding: 32px 0 40px;
}body.diagnosis-tool-page .case-section,
body.diagnosis-tool-page .tool-section,
body.diagnosis-tool-page .case-content,
body.diagnosis-tool-page .tool-content{
padding: 56px 0;
}
}/* tools/org-capability.html */
body.org-tool-page .oc-hero{
position: relative;
      overflow: hidden;
      background: var(--zb-canvas);
      padding: 86px 0 72px;
      border-bottom: 1px solid var(--zb-border);
}body.org-tool-page .oc-hero::before{
content: none;
}body.org-tool-page .oc-hero .dl-container{
max-width: 1060px;
      position: relative;
      z-index: 1;
}body.org-tool-page .oc-hero-grid{
display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
      gap: 42px;
      align-items: center;
}body.org-tool-page .oc-breadcrumb{
margin-bottom: 22px;
      font-size: 14px;
      color: var(--zb-muted);
}body.org-tool-page .oc-breadcrumb a{
color: var(--zb-muted);
      text-decoration: none;
      transition: color .2s;
}body.org-tool-page .oc-breadcrumb a:hover{
color: var(--zb-primary-dark);
}body.org-tool-page .oc-breadcrumb .sep{
margin: 0 8px;
      color: var(--zb-border-strong);
}body.org-tool-page .oc-breadcrumb .current{
color: var(--zb-ink);
      font-weight: 600;
}body.org-tool-page .oc-badge{
display: inline-flex;
      align-items: center;
      min-height: 30px;
      padding: 0 12px;
      background: var(--zb-primary-light);
      color: var(--zb-primary-dark);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 16px;
}body.org-tool-page .oc-hero h1{
margin: 0 0 14px;
      font-size: clamp(30px, 3.8vw, 48px);
      line-height: 1.15;
      color: var(--zb-ink);
      letter-spacing: -0.01em;
}body.org-tool-page .oc-hero p{
margin: 0;
      font-size: 16px;
      color: var(--zb-muted);
      line-height: 1.9;
      max-width: 640px;
}body.org-tool-page .oc-stats{
display: flex;
      flex-wrap: wrap;
      gap: 12px 18px;
      margin-top: 18px;
      font-size: 14px;
      color: var(--zb-muted);
}body.org-tool-page .oc-stats strong{
color: var(--zb-primary-dark);
      font-weight: 800;
      font-family: var(--zb-mono);
}body.org-tool-page .oc-hero-card{
background: var(--zb-surface);
      border: 1px solid var(--zb-border);
      border-radius: 8px;
      box-shadow: 0 10px 22px rgba(20, 31, 48, 0.04);
      padding: 26px 24px;
}body.org-tool-page .oc-hero-card h3{
margin: 0 0 10px;
      font-size: 18px;
      color: var(--zb-ink);
}body.org-tool-page .oc-hero-card p{
font-size: 14px;
      color: var(--zb-muted);
      line-height: 1.75;
      margin-bottom: 14px;
}body.org-tool-page .oc-hero-actions{
display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 12px;
}body.org-tool-page .oc-hero-actions .dl-btn-primary,
body.org-tool-page .oc-hero-actions .dl-btn-ghost{
padding: 12px 18px;
}body.org-tool-page .oc-body{
padding: 54px 0 86px;
      background: var(--zb-section);
}body.org-tool-page .oc-shell{
max-width: 980px;
      margin: 0 auto;
      padding: 0 20px;
}body.org-tool-page .oc-section{
display: none;
}body.org-tool-page .oc-section.active{
display: block;
}body.org-tool-page .oc-start{
text-align: center;
      background: var(--zb-surface);
      border: 1px solid var(--zb-border);
      border-radius: 8px;
      box-shadow: 0 10px 22px rgba(20, 31, 48, 0.04);
      padding: 34px 26px 30px;
}body.org-tool-page .oc-start h2{
margin: 0 0 10px;
      font-size: 22px;
      color: var(--zb-ink);
      line-height: 1.35;
}body.org-tool-page .oc-start p{
margin: 0 auto 18px;
      max-width: 720px;
      font-size: 15px;
      color: var(--zb-muted);
      line-height: 1.85;
}body.org-tool-page .oc-dims{
display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin: 18px 0 18px;
      text-align: left;
}body.org-tool-page .oc-dim{
border: 1px solid var(--zb-border);
      background: var(--zb-section);
      border-radius: 8px;
      padding: 18px 16px 16px;
      min-height: 104px;
}body.org-tool-page .oc-dim strong{
display: block;
      font-size: 15px;
      color: var(--zb-ink);
      margin-bottom: 6px;
}body.org-tool-page .oc-dim span{
display: block;
      font-size: 13px;
      color: var(--zb-muted);
      line-height: 1.65;
}body.org-tool-page .oc-dim em{
display: inline-flex;
      align-items: center;
      min-height: 26px;
      padding: 0 10px;
      font-style: normal;
      font-family: var(--zb-mono);
      font-size: 13px;
      color: var(--zb-primary-dark);
      background: rgba(30, 58, 95, 0.06);
      margin-top: 12px;
      border-radius: 4px;
}body.org-tool-page .oc-start-actions{
display: flex;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 10px;
}body.org-tool-page .oc-start-actions .dl-btn-primary{
padding: 13px 22px;
}body.org-tool-page .oc-start-actions .dl-btn-ghost{
padding: 13px 22px;
}body.org-tool-page .oc-progress{
max-width: 760px;
      margin: 0 auto 16px;
}body.org-tool-page .oc-progress-bar{
height: 4px;
      background: var(--zb-border);
      border-radius: 2px;
      overflow: hidden;
      margin-bottom: 8px;
}body.org-tool-page .oc-progress-fill{
height: 100%;
      width: 0%;
      background: var(--zb-primary);
      border-radius: 2px;
      transition: width .35s ease;
}body.org-tool-page .progress-step-1{ width: 20%; }body.org-tool-page .progress-step-2{ width: 40%; }body.org-tool-page .progress-step-3{ width: 60%; }body.org-tool-page .progress-step-4{ width: 80%; }body.org-tool-page .progress-step-5,
body.org-tool-page .progress-pct-100{ width: 100%; }body.org-tool-page .oc-progress-info{
display: flex;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
      font-size: 14px;
      color: var(--zb-muted);
      font-family: var(--zb-mono);
}body.org-tool-page .oc-progress-info strong{
font-family: var(--zb-sans);
      color: var(--zb-ink);
      font-weight: 700;
}body.org-tool-page .oc-question-card{
max-width: 760px;
      margin: 0 auto;
      background: var(--zb-surface);
      border: 1px solid var(--zb-border);
      border-radius: 8px;
      box-shadow: 0 10px 22px rgba(20, 31, 48, 0.04);
      padding: 26px 22px 22px;
}body.org-tool-page .oc-q-no{
display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 0 10px;
      background: var(--zb-primary-light);
      color: var(--zb-primary-dark);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.04em;
      margin-bottom: 10px;
}body.org-tool-page .oc-q-dim{
font-size: 14px;
      color: var(--zb-muted);
      margin-bottom: 10px;
}body.org-tool-page .oc-question-card h3{
margin: 0 0 16px;
      font-size: 20px;
      line-height: 1.55;
      color: var(--zb-ink);
      min-height: 3em;
}body.org-tool-page .oc-options{
display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 10px;
}body.org-tool-page .oc-opt{
position: relative;
      cursor: pointer;
      display: block;
      user-select: none;
}body.org-tool-page .oc-opt input{
position: absolute;
      opacity: 0;
      pointer-events: none;
}body.org-tool-page .oc-opt .oc-label{
display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
      padding: 12px 8px;
      border: 2px solid var(--zb-border);
      background: var(--zb-surface);
      text-align: center;
      transition: all .18s ease;
      min-height: 74px;
}body.org-tool-page .oc-opt .oc-score{
font-family: var(--zb-mono);
      font-size: 18px;
      font-weight: 900;
      color: var(--zb-muted);
      line-height: 1;
}body.org-tool-page .oc-opt .oc-text{
font-size: 13px;
      color: var(--zb-muted);
      line-height: 1.2;
}body.org-tool-page .oc-opt input:checked + .oc-label{
border-color: var(--zb-primary);
      background: var(--zb-primary-light);
      box-shadow: 0 0 0 1px var(--zb-primary);
}body.org-tool-page .oc-opt input:checked + .oc-label .oc-score{
color: var(--zb-primary-dark);
}body.org-tool-page .oc-opt input:checked + .oc-label .oc-text{
color: var(--zb-primary-dark);
      font-weight: 700;
}body.org-tool-page .oc-opt:hover .oc-label{
border-color: rgba(30, 58, 95, 0.65);
}body.org-tool-page .oc-opt input:focus-visible + .oc-label{
outline: 2px solid var(--zb-primary);
      outline-offset: 2px;
}body.org-tool-page .oc-nav{
display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 18px;
}body.org-tool-page .oc-btn{
padding: 12px 18px;
      border: 1px solid var(--zb-border-strong);
      background: transparent;
      color: var(--zb-ink);
      font-weight: 700;
      cursor: pointer;
      transition: all .2s;
}body.org-tool-page .oc-btn:hover{
border-color: var(--zb-ink);
      background: var(--zb-section);
}body.org-tool-page .oc-btn-primary{
border-color: var(--zb-primary);
      background: var(--zb-primary);
      color: #fff;
}body.org-tool-page .oc-btn-primary:hover{
border-color: var(--zb-primary-dark);
      background: var(--zb-primary-dark);
}body.org-tool-page .oc-btn:disabled{
opacity: .55;
      cursor: not-allowed;
      border-color: var(--zb-border);
      color: var(--zb-muted);
      background: transparent;
}body.org-tool-page .oc-btn-primary:disabled{
background: var(--zb-border);
      border-color: var(--zb-border);
      color: var(--zb-muted);
}body.org-tool-page .oc-result{
max-width: 980px;
      margin: 0 auto;
      display: none;
}body.org-tool-page .oc-result.active{
display: block;
}body.org-tool-page .oc-result-head{
text-align: center;
      margin-bottom: 22px;
}body.org-tool-page .oc-result-badge{
display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 0 14px;
      border: 1px solid var(--zb-border);
      background: var(--zb-surface);
      color: var(--zb-primary-dark);
      font-size: 13px;
      font-weight: 900;
      letter-spacing: 0.04em;
      margin-bottom: 12px;
}body.org-tool-page .oc-result-head h2{
margin: 0 0 10px;
      font-size: 22px;
      color: var(--zb-ink);
}body.org-tool-page .oc-total{
font-family: var(--zb-mono);
      font-size: 54px;
      font-weight: 900;
      color: var(--zb-ink);
      line-height: 1;
      margin-bottom: 6px;
}body.org-tool-page .oc-total-sub{
font-size: 14px;
      color: var(--zb-muted);
      margin-bottom: 6px;
      font-family: var(--zb-mono);
}body.org-tool-page .oc-total-desc{
margin: 0 auto;
      max-width: 720px;
      font-size: 15px;
      line-height: 1.8;
      color: var(--zb-muted);
}body.org-tool-page .oc-result-grid{
display: grid;
      grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
      gap: 22px;
      align-items: start;
}body.org-tool-page .oc-panel{
background: var(--zb-surface);
      border: 1px solid var(--zb-border);
      border-radius: 8px;
      box-shadow: 0 10px 22px rgba(20, 31, 48, 0.04);
      padding: 18px 18px 16px;
}body.org-tool-page .oc-panel h3{
margin: 0 0 12px;
      font-size: 15px;
      color: var(--zb-ink);
}body.org-tool-page .oc-canvas-wrap{
width: 100%;
      aspect-ratio: 1;
      max-width: 380px;
      margin: 0 auto;
}body.org-tool-page .oc-canvas-wrap canvas{
width: 100%;
      height: 100%;
      display: block;
}body.org-tool-page .oc-dim-list{
display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
}body.org-tool-page .oc-dim-item{
border: 1px solid var(--zb-border);
      background: var(--zb-section);
      border-radius: 8px;
      padding: 14px 14px 12px;
}body.org-tool-page .oc-dim-head{
display: flex;
      justify-content: space-between;
      gap: 10px;
      align-items: baseline;
      margin-bottom: 8px;
}body.org-tool-page .oc-dim-head strong{
color: var(--zb-ink);
      font-size: 14px;
}body.org-tool-page .oc-dim-head span{
font-family: var(--zb-mono);
      color: var(--zb-primary-dark);
      font-size: 13px;
      font-weight: 800;
}body.org-tool-page .oc-dim-track{
height: 6px;
      background: rgba(30, 58, 95, 0.10);
      border-radius: 999px;
      overflow: hidden;
      margin-bottom: 8px;
}body.org-tool-page .oc-dim-fill{
height: 100%;
      width: 0%;
      background: var(--zb-primary);
      border-radius: 999px;
      transition: width .5s ease;
}body.org-tool-page .progress-pct-20{ width: 20%; }body.org-tool-page .progress-pct-40{ width: 40%; }body.org-tool-page .progress-pct-60{ width: 60%; }body.org-tool-page .progress-pct-80{ width: 80%; }body.org-tool-page .oc-dim-level{
font-size: 14px;
      color: var(--zb-muted);
      margin-bottom: 8px;
}body.org-tool-page .oc-dim-suggestion{
font-size: 14px;
      line-height: 1.7;
      color: var(--zb-muted);
      background: rgba(255,255,255,0.75);
      border: 1px solid rgba(30,58,95,0.10);
      border-radius: 8px;
      padding: 10px 10px;
}body.org-tool-page .oc-overall{
background: var(--zb-primary-light);
      border-left: 3px solid var(--zb-primary);
      padding: 16px 16px 14px;
      margin-top: 14px;
}body.org-tool-page .oc-overall h4{
margin: 0 0 8px;
      font-size: 15px;
      color: var(--zb-primary-dark);
}body.org-tool-page .oc-overall p{
margin: 0;
      font-size: 14px;
      line-height: 1.75;
      color: var(--zb-muted);
}body.org-tool-page .oc-cta{
display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 16px;
}body.org-tool-page .oc-detail{
margin-top: 14px;
}body.org-tool-page .oc-detail summary{
cursor: pointer;
      font-weight: 700;
      color: var(--zb-muted);
      font-size: 14px;
      padding: 10px 0;
}body.org-tool-page .oc-table{
width: 100%;
      border-collapse: collapse;
      font-size: 14px;
      margin-top: 10px;
      background: var(--zb-surface);
      border: 1px solid var(--zb-border);
}body.org-tool-page .oc-table th,
body.org-tool-page .oc-table td{
padding: 10px 12px;
      border-bottom: 1px solid var(--zb-border);
      text-align: left;
      vertical-align: top;
}body.org-tool-page .oc-table th{
background: var(--zb-section);
      font-weight: 700;
      color: var(--zb-muted);
      font-size: 13px;
}body.org-tool-page .oc-overlay{
display: none;
      position: fixed;
      inset: 0;
      background: rgba(15, 39, 64, .58);
      backdrop-filter: blur(4px);
      z-index: 999;
      align-items: center;
      justify-content: center;
      padding: 20px;
}body.org-tool-page .oc-overlay.active{
display: flex;
}body.org-tool-page .oc-overlay-card{
background: var(--zb-surface);
      border: 1px solid var(--zb-border);
      border-radius: 12px;
      max-width: 520px;
      width: 100%;
      padding: 22px 18px;
      max-height: 90vh;
      overflow-y: auto;
}body.org-tool-page .oc-overlay-card h3{
margin: 0 0 8px;
      font-size: 18px;
      color: var(--zb-ink);
}body.org-tool-page .oc-overlay-card p{
margin: 0 0 16px;
      font-size: 14px;
      color: var(--zb-muted);
      line-height: 1.7;
}body.org-tool-page .oc-field{
margin-bottom: 12px;
}body.org-tool-page .oc-field label{
display: block;
      font-size: 14px;
      color: var(--zb-ink);
      font-weight: 700;
      margin-bottom: 6px;
}body.org-tool-page .oc-field input,
body.org-tool-page .oc-field select{
width: 100%;
      padding: 12px 12px;
      border: 1px solid var(--zb-border);
      background: var(--zb-surface);
      font-size: 15px;
      color: var(--zb-ink);
      border-radius: 8px;
}body.org-tool-page .oc-field input:focus,
body.org-tool-page .oc-field select:focus{
outline: none;
      border-color: var(--zb-primary);
      box-shadow: 0 0 0 2px var(--zb-primary-light);
}body.org-tool-page .oc-field .oc-error{
display: none;
      margin-top: 6px;
      font-size: 13px;
      color: var(--zb-accent);
}body.org-tool-page .oc-field.invalid .oc-error{
display: block;
}body.org-tool-page .oc-overlay-btn{
width: 100%;
      margin-top: 6px;
}body.org-tool-page .oc-overlay-footer{
text-align: center;
      margin-top: 10px;
      font-size: 13px;
      color: var(--zb-muted);
}body.org-tool-page .oc-overlay-skip{
text-align: center;
      margin-top: 10px;
}body.org-tool-page .oc-overlay-skip button{
border: none;
      background: transparent;
      color: var(--zb-muted);
      text-decoration: underline;
      cursor: pointer;
      font-size: 14px;
      padding: 8px 0;
}body.org-tool-page .oc-overlay-skip button:hover{
color: var(--zb-primary-dark);
}
@media (max-width: 980px) {body.org-tool-page .oc-hero-grid{
grid-template-columns: 1fr;
}body.org-tool-page .oc-result-grid{
grid-template-columns: 1fr;
}body.org-tool-page .oc-hero-card{
max-width: 560px;
}
}
@media (max-width: 768px) {body.org-tool-page .oc-hero{
padding: 72px 0 56px;
}body.org-tool-page .oc-options{
gap: 8px;
}body.org-tool-page .oc-opt .oc-label{
padding: 10px 6px;
        min-height: 70px;
}body.org-tool-page .oc-dims{
grid-template-columns: 1fr;
}body.org-tool-page .oc-total{
font-size: 44px;
}
}
@media (max-width: 480px) {body.org-tool-page .oc-options{
grid-template-columns: repeat(5, minmax(0, 1fr));
}body.org-tool-page .oc-opt .oc-score{
font-size: 16px;
}body.org-tool-page .oc-opt .oc-text{
font-size: 12px;
}
}/* tools/people-efficiency.html */
body.people-efficiency-page .pe-hero{
position: relative;
      overflow: hidden;
      background: var(--zb-canvas);
      padding: 84px 0 72px;
      border-bottom: 1px solid var(--zb-border);
}body.people-efficiency-page .pe-hero::before{
content: none;
}body.people-efficiency-page .pe-hero .container{
max-width: 860px;
      position: relative;
      z-index: 1;
}body.people-efficiency-page .pe-breadcrumb{
margin-bottom: 26px;
      font-size: 14px;
      color: var(--zb-muted);
}body.people-efficiency-page .pe-breadcrumb a{
color: var(--zb-muted);
      text-decoration: none;
}body.people-efficiency-page .pe-breadcrumb a:hover{
color: var(--zb-primary-dark);
}body.people-efficiency-page .pe-breadcrumb .sep{
margin: 0 8px;
      color: var(--zb-border-strong);
}body.people-efficiency-page .pe-breadcrumb .current{
color: var(--zb-ink);
      font-weight: 600;
}body.people-efficiency-page .pe-eyebrow{
display: inline-block;
      font-family: var(--zb-mono);
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--zb-primary-dark);
      margin-bottom: 16px;
}body.people-efficiency-page .pe-eyebrow::before{
content: "";
      display: inline-block;
      width: 28px;
      height: 2px;
      background: var(--zb-primary);
      vertical-align: middle;
      margin-right: 12px;
}body.people-efficiency-page .pe-hero h1{
font-size: clamp(28px, 3.4vw, 42px);
      color: var(--zb-ink);
      margin: 0 0 12px;
      font-weight: 700;
      line-height: 1.18;
      letter-spacing: -0.01em;
}body.people-efficiency-page .pe-hero p{
font-size: 16px;
      color: var(--zb-muted);
      line-height: 1.85;
      max-width: 720px;
      margin: 0;
}body.people-efficiency-page .pe-hero .pe-sub{
margin-top: 14px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
}body.people-efficiency-page .pe-pill{
display: inline-flex;
      align-items: center;
      min-height: 30px;
      padding: 0 12px;
      border-radius: 999px;
      background: var(--zb-primary-light);
      color: var(--zb-primary-dark);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.02em;
}body.people-efficiency-page .pe-body{
padding: 56px 0 84px;
      background: var(--zb-section);
}body.people-efficiency-page .pe-wrap{
max-width: 860px;
      margin: 0 auto;
      padding: 0 20px;
}body.people-efficiency-page .pe-card{
background: var(--zb-surface);
      border: 1px solid var(--zb-border);
      border-radius: 8px;
      box-shadow: 0 10px 22px rgba(20, 31, 48, 0.04);
      padding: 28px 26px;
}body.people-efficiency-page .pe-start{
text-align: center;
}body.people-efficiency-page .pe-start h2{
margin: 0 0 10px;
      font-size: 22px;
      color: var(--zb-ink);
      line-height: 1.35;
}body.people-efficiency-page .pe-start p{
margin: 0 auto 18px;
      max-width: 640px;
      font-size: 15px;
      color: var(--zb-muted);
      line-height: 1.85;
}body.people-efficiency-page .pe-modules{
display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
      margin: 22px 0 24px;
      text-align: left;
}body.people-efficiency-page .pe-module{
border: 1px solid var(--zb-border);
      background: var(--zb-section);
      border-radius: 8px;
      padding: 16px 14px;
      min-height: 92px;
}body.people-efficiency-page .pe-module strong{
display: block;
      font-size: 15px;
      color: var(--zb-ink);
      margin-bottom: 6px;
}body.people-efficiency-page .pe-module span{
display: block;
      font-size: 13px;
      color: var(--zb-muted);
      line-height: 1.6;
}body.people-efficiency-page .pe-module em{
display: inline-block;
      margin-top: 10px;
      font-style: normal;
      font-family: var(--zb-mono);
      font-size: 13px;
      color: var(--zb-primary-dark);
      background: rgba(30, 58, 95, 0.06);
      padding: 4px 10px;
      border-radius: 4px;
}body.people-efficiency-page .pe-actions{
display: flex;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 12px;
}body.people-efficiency-page .pe-progress{
max-width: 720px;
      margin: 0 auto 18px;
}body.people-efficiency-page .pe-progress-bar{
height: 4px;
      background: var(--zb-border);
      border-radius: 2px;
      overflow: hidden;
      margin-bottom: 8px;
}body.people-efficiency-page .pe-progress-fill{
height: 100%;
      width: 0%;
      background: var(--zb-primary);
      border-radius: 2px;
      transition: width .35s ease;
}body.people-efficiency-page .progress-pct-10{ width: 10%; }body.people-efficiency-page .progress-pct-20{ width: 20%; }body.people-efficiency-page .progress-pct-30{ width: 30%; }body.people-efficiency-page .progress-pct-40{ width: 40%; }body.people-efficiency-page .progress-pct-50{ width: 50%; }body.people-efficiency-page .progress-pct-60{ width: 60%; }body.people-efficiency-page .progress-pct-70{ width: 70%; }body.people-efficiency-page .progress-pct-80{ width: 80%; }body.people-efficiency-page .progress-pct-90{ width: 90%; }body.people-efficiency-page .progress-pct-100{ width: 100%; }body.people-efficiency-page .pe-progress-info{
display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      font-size: 14px;
      color: var(--zb-muted);
      font-family: var(--zb-mono);
      flex-wrap: wrap;
}body.people-efficiency-page .pe-progress-info strong{
font-family: var(--zb-sans);
      font-size: 14px;
      color: var(--zb-ink);
      font-weight: 700;
}body.people-efficiency-page .pe-question{
max-width: 720px;
      margin: 0 auto;
      display: none;
}body.people-efficiency-page .pe-question.active{
display: block;
}body.people-efficiency-page .pe-q-head{
margin-bottom: 16px;
      text-align: left;
}body.people-efficiency-page .pe-q-no{
display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 0 10px;
      background: var(--zb-primary-light);
      color: var(--zb-primary-dark);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.04em;
}body.people-efficiency-page .pe-q-title{
margin: 12px 0 8px;
      font-size: 20px;
      color: var(--zb-ink);
      line-height: 1.45;
      font-weight: 700;
}body.people-efficiency-page .pe-q-note{
margin: 0;
      font-size: 14px;
      color: var(--zb-muted);
      line-height: 1.7;
}body.people-efficiency-page .pe-options{
display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 18px;
}body.people-efficiency-page .pe-opt{
display: block;
      text-align: left;
      padding: 16px 16px 14px;
      border: 1.5px solid var(--zb-border);
      border-radius: 8px;
      background: var(--zb-surface);
      cursor: pointer;
      transition: border-color .2s, box-shadow .2s, transform .2s;
}body.people-efficiency-page .pe-opt:hover{
border-color: var(--zb-primary);
      box-shadow: 0 10px 20px rgba(23, 38, 51, 0.05);
      transform: translateY(-1px);
}body.people-efficiency-page .pe-opt.selected{
border-color: var(--zb-primary);
      background: var(--zb-primary-light);
}body.people-efficiency-page .pe-opt .opt-code{
display: inline-flex;
      align-items: center;
      min-height: 22px;
      padding: 0 8px;
      background: rgba(30, 58, 95, 0.08);
      color: var(--zb-primary-dark);
      font-family: var(--zb-mono);
      font-size: 13px;
      font-weight: 700;
      margin-bottom: 10px;
}body.people-efficiency-page .pe-opt .opt-text{
margin: 0;
      font-size: 15px;
      color: var(--zb-ink);
      line-height: 1.65;
      font-weight: 600;
}body.people-efficiency-page .pe-opt .opt-score{
margin-top: 10px;
      font-size: 13px;
      color: var(--zb-muted);
      font-family: var(--zb-mono);
}body.people-efficiency-page .pe-nav{
max-width: 720px;
      margin: 18px auto 0;
      display: flex;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
}body.people-efficiency-page .pe-btn{
padding: 13px 22px;
      border-radius: 6px;
      font-weight: 700;
      cursor: pointer;
      border: 1px solid var(--zb-border-strong);
      background: transparent;
      color: var(--zb-ink);
      transition: all .2s;
}body.people-efficiency-page .pe-btn:hover{
background: var(--zb-surface);
      border-color: var(--zb-ink);
}body.people-efficiency-page .pe-btn-primary{
background: var(--zb-primary);
      border-color: var(--zb-primary);
      color: #fff;
}body.people-efficiency-page .pe-btn-primary:hover{
background: var(--zb-primary-dark);
      border-color: var(--zb-primary-dark);
}body.people-efficiency-page .pe-btn:disabled{
opacity: .55;
      cursor: not-allowed;
      background: transparent;
      border-color: var(--zb-border);
      color: var(--zb-muted);
}body.people-efficiency-page .pe-btn-primary:disabled{
background: var(--zb-border);
      border-color: var(--zb-border);
      color: var(--zb-muted);
}body.people-efficiency-page .pe-result{
display: none;
      max-width: 720px;
      margin: 0 auto;
}body.people-efficiency-page .pe-result.active{
display: block;
}body.people-efficiency-page .pe-result-head{
text-align: center;
      margin-bottom: 18px;
}body.people-efficiency-page .pe-badge{
display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 0 14px;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.04em;
      margin-bottom: 12px;
      border: 1px solid var(--zb-border);
      background: var(--zb-section);
      color: var(--zb-primary-dark);
}body.people-efficiency-page .pe-score{
font-family: var(--zb-mono);
      font-size: 52px;
      font-weight: 800;
      color: var(--zb-ink);
      line-height: 1;
      margin-bottom: 6px;
}body.people-efficiency-page .pe-score-desc{
font-size: 15px;
      line-height: 1.8;
      color: var(--zb-muted);
      margin: 0 auto;
      max-width: 620px;
}body.people-efficiency-page .pe-result-grid{
display: grid;
      grid-template-columns: 1fr;
      gap: 14px;
      margin-top: 18px;
}body.people-efficiency-page .pe-panel{
border: 1px solid var(--zb-border);
      background: var(--zb-surface);
      border-radius: 8px;
      padding: 18px 18px 16px;
}body.people-efficiency-page .pe-panel h3{
margin: 0 0 10px;
      font-size: 15px;
      color: var(--zb-ink);
}body.people-efficiency-page .pe-panel p{
margin: 0;
      font-size: 14px;
      color: var(--zb-muted);
      line-height: 1.75;
}body.people-efficiency-page .pe-bars{
display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
      margin-top: 12px;
}body.people-efficiency-page .pe-bar{
border: 1px solid var(--zb-border);
      background: var(--zb-section);
      border-radius: 8px;
      padding: 12px 12px 10px;
}body.people-efficiency-page .pe-bar-head{
display: flex;
      justify-content: space-between;
      gap: 10px;
      align-items: baseline;
      margin-bottom: 8px;
}body.people-efficiency-page .pe-bar-head strong{
font-size: 14px;
      color: var(--zb-ink);
}body.people-efficiency-page .pe-bar-head span{
font-family: var(--zb-mono);
      font-size: 13px;
      color: var(--zb-primary-dark);
      font-weight: 700;
}body.people-efficiency-page .pe-bar-track{
height: 6px;
      background: rgba(30, 58, 95, 0.10);
      border-radius: 999px;
      overflow: hidden;
}body.people-efficiency-page .pe-bar-fill{
height: 100%;
      width: 0%;
      background: var(--zb-primary);
      border-radius: 999px;
      transition: width .5s ease;
}body.people-efficiency-page .progress-pct-0{ width: 0; }body.people-efficiency-page .progress-pct-8{ width: 8%; }body.people-efficiency-page .progress-pct-17{ width: 17%; }body.people-efficiency-page .progress-pct-25{ width: 25%; }body.people-efficiency-page .progress-pct-33{ width: 33%; }body.people-efficiency-page .progress-pct-42{ width: 42%; }body.people-efficiency-page .progress-pct-58{ width: 58%; }body.people-efficiency-page .progress-pct-67{ width: 67%; }body.people-efficiency-page .progress-pct-75{ width: 75%; }body.people-efficiency-page .progress-pct-83{ width: 83%; }body.people-efficiency-page .progress-pct-92{ width: 92%; }
@media (max-width: 900px) {body.people-efficiency-page .pe-modules{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {body.people-efficiency-page .pe-hero{
padding: 70px 0 56px;
}body.people-efficiency-page .pe-options{
grid-template-columns: 1fr;
}body.people-efficiency-page .pe-card{
padding: 22px 16px;
}body.people-efficiency-page .pe-score{
font-size: 42px;
}
}/* tools/salary-benchmark.html */
.salary-page{
--salary-bg:        var(--zb-section);
  --salary-surface:   var(--zb-surface);
  --salary-ink:       var(--zb-ink);
  --salary-muted:     var(--zb-muted);
  --salary-blue:      var(--zb-primary);
  --salary-blue-light:var(--zb-primary-light);
  --salary-border:    var(--zb-border);
  --salary-green:     var(--zb-primary-dark);
}body.salary-page{
background: var(--salary-bg);
  font-family: var(--font-body);
  color: var(--salary-ink);
}body.salary-page .salary-hero{
position: relative;
  overflow: hidden;
  background: var(--zb-canvas);
  padding: 88px 0 72px;
  border-bottom: 1px solid var(--salary-border);
}body.salary-page .salary-hero::before{
content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(23,38,51,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,38,51,0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(160deg, rgba(0,0,0,0.5) 0%, transparent 60%);
  pointer-events: none;
}body.salary-page .salary-hero .container{
max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}body.salary-page .salary-eyebrow{
display: inline-block;
  font-family: var(--zb-mono);
  font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--zb-primary-dark);
  margin-bottom: 18px;
}body.salary-page .salary-eyebrow::before{
content: ""; display: inline-block;
  width: 28px; height: 2px; background: var(--zb-primary);
  vertical-align: middle; margin-right: 12px;
}body.salary-page .salary-hero h1{
font-family: var(--zb-sans);
  font-size: clamp(32px, 4.4vw, 47px);
  font-weight: 600;
  color: var(--salary-ink);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}body.salary-page .salary-hero-sub{
font-size: clamp(16px, 2vw, 19px);
  color: var(--salary-muted);
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto;
}body.salary-page .usage-guide{
padding: 60px 0;
  background: var(--salary-bg);
}body.salary-page .usage-guide .container{
max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}body.salary-page .usage-grid{
display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}body.salary-page .usage-item{
background: var(--salary-surface);
  border: 1px solid var(--salary-border);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  gap: 16px;
}body.salary-page .usage-icon{
width: 40px;
  height: 40px;
  background: var(--salary-blue-light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}body.salary-page .usage-icon svg{
width: 20px;
  height: 20px;
  stroke: var(--salary-blue);
  fill: none;
  stroke-width: 2;
}body.salary-page .usage-content h3{
font-size: 15px;
  font-weight: 600;
  color: var(--salary-ink);
  margin-bottom: 6px;
}body.salary-page .usage-content p{
font-size: 14px;
  color: var(--salary-muted);
  line-height: 1.6;
}body.salary-page .industry-selector{
padding: 60px 0;
  background: var(--salary-surface);
  border-top: 1px solid var(--salary-border);
}body.salary-page .industry-selector .container{
max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}body.salary-page .section-header{
text-align: center;
  margin-bottom: 40px;
}body.salary-page .section-header h2{
font-family: var(--zb-sans);
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 600;
  color: var(--salary-ink);
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}body.salary-page .section-header p{
font-size: 16px;
  color: var(--salary-muted);
}body.salary-page .industry-tags{
display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 40px;
}body.salary-page .industry-tag{
background: var(--salary-bg);
  border: 2px solid var(--salary-border);
  padding: 12px 24px;
  border-radius: 24px;
  font-size: 15px;
  font-weight: 500;
  color: var(--salary-ink);
  cursor: pointer;
  transition: all 0.2s;
}body.salary-page .industry-tag:hover{
border-color: var(--salary-blue);
  background: var(--salary-blue-light);
}body.salary-page .industry-tag.active{
background: var(--salary-blue);
  color: white;
  border-color: var(--salary-blue);
}body.salary-page .salary-data-section{
padding: 0 0 60px;
  background: var(--salary-surface);
}body.salary-page .salary-data-section .container{
max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}body.salary-page .data-table-wrapper{
background: var(--salary-bg);
  border: 1px solid var(--salary-border);
  border-radius: 12px;
  overflow: hidden;
}body.salary-page .data-table{
width: 100%;
  border-collapse: collapse;
}body.salary-page .data-table thead{
background: var(--salary-blue);
  color: white;
}body.salary-page .data-table th{
padding: 18px 20px;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
}body.salary-page .data-table tbody tr{
background: var(--salary-surface);
  border-bottom: 1px solid var(--salary-border);
}body.salary-page .data-table tbody tr:last-child{
border-bottom: none;
}body.salary-page .data-table tbody tr:hover{
background: var(--salary-blue-light);
}body.salary-page .data-table td{
padding: 16px 20px;
  font-size: 15px;
  line-height: 1.6;
}body.salary-page .data-table td:first-child{
font-weight: 600;
  color: var(--salary-ink);
}body.salary-page .data-table td:nth-child(2){
font-family: var(--font-mono);
  color: var(--salary-green);
  font-weight: 600;
}body.salary-page .data-table td:nth-child(3){
color: var(--salary-muted);
  font-size: 14px;
}body.salary-page .lead-form-section{
padding: 80px 0;
  background: var(--salary-bg);
  border-top: 1px solid var(--salary-border);
}body.salary-page .lead-form-section .container{
max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
}body.salary-page .lead-form-card{
background: var(--salary-surface);
  border: 1px solid var(--salary-border);
  border-radius: 12px;
  padding: 48px;
  text-align: center;
}body.salary-page .lead-form-card h2{
font-family: var(--zb-sans);
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 600;
  color: var(--salary-ink);
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}body.salary-page .lead-form-card p{
font-size: 16px;
  color: var(--salary-muted);
  margin-bottom: 32px;
  line-height: 1.6;
}body.salary-page .lead-form{
display: grid;
  gap: 16px;
}body.salary-page .lead-form input,
body.salary-page .lead-form select{
padding: 14px 18px;
  border: 1px solid var(--salary-border);
  border-radius: 8px;
  font-size: 15px;
  font-family: var(--font-body);
  background: var(--salary-bg);
  color: var(--salary-ink);
}body.salary-page .lead-form input:focus,
body.salary-page .lead-form select:focus{
outline: none;
  border-color: var(--salary-blue);
  background: white;
}body.salary-page .lead-form button{
background: var(--salary-blue);
  color: white;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 8px;
}body.salary-page .lead-form button:hover{
background: var(--zb-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(23, 38, 51, 0.08);
}body.salary-page .data-disclaimer{
padding: 60px 0;
  background: var(--salary-surface);
  border-top: 1px solid var(--salary-border);
}body.salary-page .data-disclaimer .container{
max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}body.salary-page .disclaimer-box{
background: var(--salary-bg);
  border-left: 4px solid var(--salary-blue);
  padding: 24px 28px;
  border-radius: 8px;
}body.salary-page .disclaimer-box h3{
font-size: 16px;
  font-weight: 600;
  color: var(--salary-ink);
  margin-bottom: 12px;
}body.salary-page .disclaimer-box ul{
list-style: none;
  padding: 0;
  margin: 0;
}body.salary-page .disclaimer-box li{
font-size: 15px;
  color: var(--salary-muted);
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}body.salary-page .disclaimer-box li::before{
content: '•';
  position: absolute;
  left: 6px;
  color: var(--salary-blue);
  font-weight: 700;
}body.salary-page .salary-cta{
padding: 80px 0;
  background: linear-gradient(135deg, var(--salary-blue) 0%, var(--zb-primary-dark) 100%);
  color: white;
  text-align: center;
}body.salary-page .salary-cta .container{
max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
}body.salary-page .salary-cta h2{
font-family: var(--zb-sans);
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  color: white;
}body.salary-page .salary-cta p{
font-size: 18px;
  opacity: 0.9;
  margin-bottom: 32px;
  line-height: 1.6;
}body.salary-page .salary-cta-button{
background: white;
  color: var(--salary-blue);
  padding: 16px 40px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  transition: all 0.2s;
  text-decoration: none;
}body.salary-page .salary-cta-button:hover{
transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
@media (max-width: 768px) {body.salary-page .salary-hero{
padding: 60px 0 40px;
}body.salary-page .usage-grid{
grid-template-columns: 1fr;
}body.salary-page .industry-tags{
justify-content: flex-start;
}body.salary-page .lead-form-card{
padding: 32px 24px;
}body.salary-page .data-table-wrapper{
overflow-x: auto;
}
}/* ===== V9 Non-product Page Governance · 2026-06-28 END ===== */

/* ===== V9 Non-product Typography Final · 2026-06-28 ===== */
body.about-page .dl-hero h1,
body.blog-detail-page .dl-article-header h1,
body.blog-home-page .blog-hero-copy h1,
body.blog-list-page .dl-list-hero h1,
body.blog-series-page .series-hero-copy h1,
body.cases-page .dl-hero h1,
body.case-detail-page .dl-hero h1,
body.contact-page .contact-hero h1,
body.guarantee-page .dl-hero h1,
body.listed-page .listed-hero h1,
body.insights-page .insights-hero h1,
body.knowledge-page .dl-hero h1,
body.methodology-page .method-hero h1,
body.search-page .search-hero h1,
body.diagnosis-tool-page .diag-hero h1,
body.org-tool-page .oc-hero h1,
body.people-efficiency-page .pe-hero h1,
body.salary-page .salary-hero h1{
  font-size: var(--v9-fs-hero);
  line-height: var(--v9-lh-hero);
  font-weight: 600;
  letter-spacing: 0;
}body.about-page .dl-head h2,
body.blog-home-page .dl-head h2,
body.blog-list-page .dl-head h2,
body.blog-series-page .dl-head h2,
body.cases-page .dl-head h2,
body.case-detail-page .dl-section h2,
body.contact-page .contact-form-card h2,
body.contact-page .faq-section .dl-head h2,
body.guarantee-page .dl-head h2,
body.listed-page .section-header h2,
body.insights-page .dl-head h2,
body.knowledge-page .dl-head h2,
body.methodology-page .section-header h2,
body.search-page .search-results-section h2,
body.org-tool-page .oc-start h2,
body.people-efficiency-page .pe-start h2,
body.salary-page .section-header h2{
  font-size: var(--v9-fs-section);
  line-height: var(--v9-lh-section);
  font-weight: 600;
  letter-spacing: 0;
}body.about-page main h3,
body.blog-home-page main h3,
body.blog-list-page main h3,
body.blog-series-page main h3,
body.cases-page main h3,
body.case-detail-page main h3,
body.contact-page main h3,
body.guarantee-page main h3,
body.knowledge-page main h3,
body.methodology-page main h3,
body.search-page main h3,
body.diagnosis-tool-page main h3,
body.org-tool-page main h3,
body.people-efficiency-page main h3,
body.salary-page main h3{
  font-size: var(--v9-fs-title);
  line-height: var(--v9-lh-title);
  font-weight: 600;
  letter-spacing: 0;
}body.guarantee-page .zb-guard-head h3,
body.knowledge-page .dl-featured-body h3,
body.search-page .search-placeholder h3,
body.diagnosis-tool-page .diag-question h3,
body.org-tool-page .oc-hero-card h3,
body.people-efficiency-page .pe-start h3{
  font-size: var(--v9-fs-title);
  line-height: var(--v9-lh-title);
  font-weight: 600;
}body.about-page main p,
body.blog-detail-page .dl-article-body p,
body.blog-home-page main p,
body.blog-list-page main p,
body.blog-series-page main p,
body.cases-page main p,
body.case-detail-page main p,
body.contact-page main p,
body.guarantee-page main p,
body.knowledge-page main p,
body.search-page main p,
body.diagnosis-tool-page main p,
body.org-tool-page main p,
body.people-efficiency-page main p,
body.salary-page main p{
  font-size: var(--v9-fs-body);
  line-height: var(--v9-lh-body);
}body.contact-page .contact-hero p,
body.diagnosis-tool-page .diag-hero p,
body.org-tool-page .oc-hero p,
body.people-efficiency-page .pe-hero p,
body.salary-page .salary-hero-sub{
  font-size: var(--v9-fs-body);
  line-height: var(--v9-lh-body);
}body.blog-list-page .dl-article-card p,
body.blog-series-page .series-card p,
body.cases-page .case-card p,
body.case-detail-page .dl-case-meta-row p,
body.contact-page .form-hint,
body.contact-page .form-disclaimer,
body.guarantee-page .dl-stat .l,
body.search-page .search-hint,
body.diagnosis-tool-page .diag-progress-text,
body.org-tool-page .oc-progress-info,
body.people-efficiency-page .pe-meta,
body.salary-page .salary-note{
  font-size: var(--v9-fs-small);
  line-height: var(--v9-lh-small);
}/* Final selector aliases for non-product pages with older bespoke sections. */
body.blog-home-page .series-intro h2,
body.blog-home-page .featured-section .section-head h2,
body.blog-home-page .dl-cta h2,
body.case-detail-page .case-narrative h2,
body.case-detail-page .dl-cta h2,
body.insights-page .dl-cta h2,
body.people-efficiency-page .dl-cta h2{
  font-size: var(--v9-fs-section);
  line-height: var(--v9-lh-section);
  font-weight: 600;
  letter-spacing: 0;
}body.blog-home-page .visual-card--headline h3,
body.blog-home-page .featured-body h3,
body.insights-page .article-card h3,
body.insights-page main h3,
body.people-efficiency-page .pe-panel h3,
body.people-efficiency-page .pe-q-title{
  font-size: var(--v9-fs-title);
  line-height: var(--v9-lh-title);
  font-weight: 600;
  letter-spacing: 0;
}body.blog-home-page .blog-hero-sub,
body.blog-home-page .blog-hero-copy .blog-hero-sub,
body.blog-home-page .series-intro p,
body.blog-home-page .featured-section .section-head p,
body.blog-home-page .featured-desc,
body.insights-page .dl-hero-sub,
body.insights-page .article-summary,
body.people-efficiency-page .pe-start p,
body.people-efficiency-page .pe-panel p{
  font-size: var(--v9-fs-body);
  line-height: var(--v9-lh-body);
}

/* Final · 首页模块背景节奏锁定
 * 严格交替：Hero白 → 自查灰 → 闭环白 → 落地灰 → 案例白 → 顾问灰 → Q&A白 → CTA灰。
 * 只使用全站白底/浅灰底 token，避免新增页面专属色系。
 */
body.home-workspace-style .dl-hero,
body.home-workspace-style .home-loop-section,
body.home-workspace-style .home-cases-compact,
body.home-workspace-style .home-faq-section{
  background: var(--home-canvas);
}
body.home-workspace-style .home-diagnosis-section,
body.home-workspace-style .home-delivery-section,
body.home-workspace-style .home-team-proof,
body.home-workspace-style .dl-cta--home{
  background: var(--home-soft);
}
body.home-workspace-style .home-gmail-section,
body.home-workspace-style .home-cases-compact,
body.home-workspace-style .home-team-proof,
body.home-workspace-style .home-faq-section,
body.home-workspace-style .dl-cta--home{
  border-bottom: 1px solid rgba(220,225,232,0.72);
}

/* ========================================
   智帮智库页面专属样式
   added: 2026-06-30
   Phase 3-1: Hero + 经营问题分流 + 三大工具
   ======================================== */

body.knowledge-hub-page {
  background: var(--zb-canvas);
  color: var(--zb-ink);
}

body.knowledge-hub-page .dl-hero .dl-container,
body.knowledge-hub-page .dl-section .dl-container {
  max-width: 1180px;
}

body.knowledge-hub-page .dl-hero {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: 72px 0 80px;
}

body.knowledge-hub-page .knowledge-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(380px, 510px);
  align-items: center;
  justify-content: space-between;
  gap: clamp(40px, 5vw, 72px);
}

body.knowledge-hub-page .knowledge-hero-copy {
  min-width: 0;
}

body.knowledge-hub-page .knowledge-hero-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--zb-border);
  border-radius: 12px;
  background: var(--zb-surface);
  box-shadow: var(--card-shadow-medium);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

body.knowledge-hub-page .knowledge-hero-visual:hover {
  border-color: rgba(26, 58, 92, 0.26);
  box-shadow: var(--card-shadow-hover-medium);
  transform: translateY(-2px);
}

body.knowledge-hub-page .knowledge-hero-visual-head,
body.knowledge-hub-page .knowledge-hero-visual-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.knowledge-hub-page .knowledge-hero-visual-head {
  position: absolute;
  top: 18px;
  left: 22px;
  right: 22px;
  z-index: 1;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--zb-border);
}

body.knowledge-hub-page .knowledge-hero-visual-head span {
  color: var(--zb-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

body.knowledge-hub-page .knowledge-hero-visual-head em {
  color: var(--zb-muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
}

body.knowledge-hub-page .knowledge-hero-wheel-stage {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.knowledge-hub-page .knowledge-hero-wheel-canvas {
  width: min(70%, 300px);
  height: auto;
  cursor: default;
}

body.knowledge-hub-page .knowledge-hero-visual-foot {
  position: absolute;
  left: 22px;
  right: 108px;
  bottom: 18px;
  z-index: 1;
  padding-top: 12px;
  border-top: 1px solid var(--zb-border);
}

body.knowledge-hub-page .knowledge-hero-visual-foot span {
  color: var(--zb-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

body.knowledge-hub-page .dl-section {
  padding: 56px 0;
}

body.knowledge-hub-page .dl-cta {
  background: var(--zb-canvas);
  padding: 64px 0;
}

body.knowledge-hub-page .dl-hero h1 {
  max-width: 860px;
  font-size: var(--v9-fs-hero);
  line-height: var(--v9-lh-hero);
  font-weight: 600;
  letter-spacing: 0;
}

body.knowledge-hub-page .knowledge-hero-title-line {
  display: block;
}

body.knowledge-hub-page .dl-hero-sub {
  max-width: 760px;
  font-size: var(--v9-fs-body);
  line-height: var(--v9-lh-body);
}

body.knowledge-hub-page .dl-hero .hero-proof-line--stats {
  margin-top: 32px;
  margin-bottom: 28px;
}

body.knowledge-hub-page .dl-hero .dl-hero-actions {
  margin-top: 0;
}

body.knowledge-hub-page .dl-head {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
  text-align: center;
}

body.knowledge-hub-page .dl-head h2,
body.knowledge-hub-page .dl-cta h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--v9-fs-section);
  line-height: var(--v9-lh-section);
  font-weight: 600;
  letter-spacing: 0;
}

body.knowledge-hub-page .dl-head p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--v9-fs-body);
  line-height: var(--v9-lh-body);
  text-align: center;
}

body.knowledge-hub-page main h3 {
  font-size: var(--v9-fs-title);
  line-height: var(--v9-lh-title);
  font-weight: 600;
  letter-spacing: 0;
}

/* 屏2: 经营问题分流 — Google Workspace同步展开图文 */
body.knowledge-hub-page .knowledge-triage-section {
  background: var(--zb-surface);
  padding: 42px 0;
}

body.knowledge-hub-page .knowledge-triage-section .dl-head {
  margin-bottom: 24px;
}

body.knowledge-hub-page .knowledge-triage {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 0;
}

/* 左侧知识地图 */
body.knowledge-hub-page .triage-map {
  position: sticky;
  top: 100px;
  min-width: 0;
  max-width: 400px;
}

/* 右侧主题列表 */
body.knowledge-hub-page .triage-topics {
  border-top: 1px solid var(--zb-border);
}

body.knowledge-hub-page .triage-topic {
  border-bottom: 1px solid var(--zb-border);
  min-width: 0;
  width: 100%;
}

body.knowledge-hub-page .triage-topic-toggle {
  appearance: none;
  width: 100%;
  min-height: 50px;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: var(--zb-ink);
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 18px;
  font: inherit;
}

body.knowledge-hub-page .triage-topic-toggle::before {
  content: "";
  width: 3px;
  align-self: stretch;
  min-height: 24px;
  border-radius: 999px;
  background: var(--zb-border);
  transition: background 180ms ease;
}

body.knowledge-hub-page .triage-topic.is-active .triage-topic-toggle::before,
body.knowledge-hub-page .triage-topic-toggle:hover::before {
  background: var(--zb-primary);
}

body.knowledge-hub-page .triage-topic-title {
  display: block;
  font-size: 20px;
  line-height: 1.32;
  color: var(--zb-ink);
  font-weight: 600;
  margin: 0;
}

body.knowledge-hub-page .triage-detail {
  display: none;
  padding: 0 0 14px 21px;
}

body.knowledge-hub-page .triage-topic.is-active .triage-detail {
  display: block;
}

body.knowledge-hub-page .triage-detail p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--zb-muted);
  margin: 0 0 10px 0;
}

body.knowledge-hub-page .triage-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.knowledge-hub-page .triage-actions a {
  font-size: 14px;
  color: var(--zb-primary);
  text-decoration: none;
  transition: color 150ms ease;
}

body.knowledge-hub-page .triage-actions a:hover {
  color: var(--zb-primary-dark);
  text-decoration: underline;
}

body.knowledge-hub-page .knowledge-diagnosis-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  padding: 10px 14px;
  border: 1px solid var(--zb-border);
  border-left: 4px solid var(--zb-primary);
  border-radius: 8px;
  background: var(--zb-surface-soft);
}

body.knowledge-hub-page .knowledge-diagnosis-strip strong {
  display: inline;
  color: var(--zb-ink);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

body.knowledge-hub-page .knowledge-diagnosis-strip span {
  display: inline;
  margin-top: 0;
  margin-left: 12px;
  color: var(--zb-muted);
  font-size: 14px;
  line-height: 1.56;
}

body.knowledge-hub-page .knowledge-diagnosis-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  flex-shrink: 0;
}

body.knowledge-hub-page .knowledge-diagnosis-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  background: var(--zb-surface);
  color: var(--zb-primary);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.knowledge-hub-page .knowledge-diagnosis-actions a:hover {
  border-color: var(--zb-primary);
  box-shadow: 0 2px 8px rgba(26, 58, 92, 0.10);
  transform: translateY(-1px);
}

@media (max-width: 1120px) {
  body.knowledge-hub-page .knowledge-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  body.knowledge-hub-page .knowledge-hero-copy {
    width: min(720px, 100%);
  }

  body.knowledge-hub-page .knowledge-hero-visual {
    width: min(760px, 100%);
    justify-self: center;
  }

  body.knowledge-hub-page .knowledge-hero-wheel-canvas {
    width: min(70%, 340px);
  }
}

/* 移动端适配 */
@media (max-width: 768px) {
  body.knowledge-hub-page .dl-hero {
    min-height: auto;
    padding: 64px 0 72px;
    overflow-x: hidden;
  }

  body.knowledge-hub-page .knowledge-hero-grid {
    width: min(100%, calc(100vw - 48px));
    max-width: calc(100vw - 48px);
    gap: 34px;
    padding-left: 0;
    padding-right: 0;
  }

  body.knowledge-hub-page .knowledge-hero-copy,
  body.knowledge-hub-page .dl-hero h1,
  body.knowledge-hub-page .dl-hero-sub,
  body.knowledge-hub-page .dl-hero .hero-proof-line--stats,
  body.knowledge-hub-page .dl-hero .dl-hero-actions {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  body.knowledge-hub-page .dl-hero h1,
  body.knowledge-hub-page .dl-hero-sub {
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
    text-wrap: auto;
  }

  body.knowledge-hub-page .dl-hero h1 {
    font-size: var(--v9-fs-hero);
    line-height: var(--v9-lh-hero);
    white-space: normal;
  }

  body.knowledge-hub-page .knowledge-hero-title-line {
    display: block;
  }

  body.knowledge-hub-page .dl-hero .hero-proof-line--stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.knowledge-hub-page .dl-hero .hero-proof-item {
    width: 100%;
    min-width: 0;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  body.knowledge-hub-page .dl-hero .dl-hero-actions .dl-btn-primary,
  body.knowledge-hub-page .dl-hero .dl-hero-actions .dl-btn-ghost {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }

  body.knowledge-hub-page .knowledge-hero-visual {
    width: min(calc(100vw - 48px), 680px);
    max-width: 100%;
    justify-self: center;
    padding: 20px;
  }

  body.knowledge-hub-page .knowledge-hero-wheel-canvas {
    width: min(76%, 320px);
  }

  body.knowledge-hub-page .dl-hero .hero-proof-line--stats {
    margin-top: 28px;
    margin-bottom: 24px;
  }

  body.knowledge-hub-page .knowledge-triage {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  body.knowledge-hub-page .triage-map {
    position: relative;
    top: 0;
  }

  body.knowledge-hub-page .triage-topic-title {
    font-size: 19px;
  }

  body.knowledge-hub-page .triage-topics {
    display: block;
  }

  body.knowledge-hub-page .triage-topic-toggle {
    min-height: 58px;
    padding: 14px 0;
  }

  body.knowledge-hub-page .triage-detail p {
    font-size: 16px;
  }

  body.knowledge-hub-page .knowledge-diagnosis-strip {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 20px;
  }

  body.knowledge-hub-page .knowledge-diagnosis-strip strong {
    display: block;
    font-size: 19px;
  }

  body.knowledge-hub-page .knowledge-diagnosis-strip span {
    display: block;
    margin-left: 0;
    margin-top: 4px;
    font-size: 16px;
  }

  body.knowledge-hub-page .knowledge-diagnosis-actions {
    width: 100%;
    justify-content: flex-start;
  }

}

/* 390px移动端优化 */
@media (max-width: 390px) {
  body.knowledge-hub-page .knowledge-hero-grid {
    width: min(100%, calc(100vw - 48px));
    max-width: calc(100vw - 48px);
  }

  body.knowledge-hub-page .knowledge-hero-visual {
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }

  body.knowledge-hub-page .knowledge-hero-visual-head,
  body.knowledge-hub-page .knowledge-hero-visual-foot {
    left: 16px;
    right: 16px;
  }

  body.knowledge-hub-page .knowledge-hero-wheel-canvas {
    width: min(68%, 220px);
  }

  body.knowledge-hub-page .dl-hero .hero-proof-line--stats {
    grid-template-columns: 1fr;
  }

  body.knowledge-hub-page .knowledge-hero-visual-foot {
    display: none;
  }

  body.knowledge-hub-page .knowledge-triage-section {
    padding: 48px 0;
  }

  body.knowledge-hub-page .triage-topic-toggle {
    min-height: 60px;
    padding: 13px 0;
  }

  body.knowledge-hub-page .knowledge-diagnosis-actions a {
    width: 100%;
    justify-content: center;
  }
}

/* ========================================
   智帮智库页面专属样式 - Phase 3-2
   added: 2026-06-30
   屏3: 6主题知识体系 / 屏4: 高频问题专题 / 屏5: FAQ
   ======================================== */

/* 屏4: 高频问题专题 */
body.knowledge-hub-page .featured-articles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

body.knowledge-hub-page .featured-article-card {
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  padding: 28px 24px;
  text-decoration: none;
  transition: all 200ms ease;
  display: flex;
  flex-direction: column;
}

body.knowledge-hub-page .featured-article-card:hover {
  border-color: var(--zb-primary);
  box-shadow: 0 4px 12px rgba(26, 58, 92, 0.14);
  transform: translateY(-2px);
}

body.knowledge-hub-page .featured-article-card .article-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

body.knowledge-hub-page .featured-article-card .article-badge {
  display: inline-block;
  padding: 4px 12px;
  background: var(--zb-surface-soft);
  color: var(--zb-primary);
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
}

body.knowledge-hub-page .featured-article-card .article-wordcount {
  font-size: 13px;
  color: var(--zb-muted);
}

body.knowledge-hub-page .featured-article-card h3 {
  font-size: 20px;
  line-height: 1.4;
  color: var(--zb-ink);
  font-weight: 600;
  margin: 0 0 12px 0;
}

body.knowledge-hub-page .featured-article-card .article-summary {
  font-size: 14px;
  line-height: 1.6;
  color: var(--zb-muted);
  margin: 0 0 18px 0;
  flex: 1;
}

body.knowledge-hub-page .featured-article-card .article-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--zb-primary);
  font-weight: 500;
}

body.knowledge-hub-page .featured-article-card .article-cta svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

/* 屏5: FAQ — 复用全站 dl-faq 横线折叠组件 */
body.knowledge-hub-page .knowledge-faq-section .dl-container--narrow {
  width: min(100% - 48px, 920px);
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

body.knowledge-hub-page .knowledge-faq-section .dl-head {
  margin-bottom: 16px;
}

body.knowledge-hub-page .knowledge-faq-section .dl-faq {
  display: block;
  margin: 24px 0;
  border-top: 1px solid #dadce0;
  border-bottom: 1px solid #dadce0;
}

body.knowledge-hub-page .knowledge-faq-section .dl-faq-item {
  border: 0;
  border-bottom: 1px solid #dadce0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

body.knowledge-hub-page .knowledge-faq-section .dl-faq-item:last-child {
  border-bottom: 0;
}

body.knowledge-hub-page .knowledge-faq-section .dl-faq-q {
  min-height: 68px;
  padding: 14px 0;
  color: var(--zb-ink);
  font-size: var(--v9-fs-title);
  font-weight: 500;
  line-height: var(--v9-lh-title);
}

body.knowledge-hub-page .knowledge-faq-section .dl-faq-q:hover,
body.knowledge-hub-page .knowledge-faq-section .dl-faq-q[aria-expanded="true"] {
  color: var(--zb-ink);
}

body.knowledge-hub-page .knowledge-faq-section .dl-faq-q .dl-faq-chevron {
  width: 32px;
  height: 32px;
  color: var(--zb-primary);
}

body.knowledge-hub-page .knowledge-faq-section .dl-faq-a p {
  max-width: 860px;
  padding: 0 56px 24px 0;
  color: var(--zb-muted);
  font-size: var(--v9-fs-body);
  line-height: 1.72;
}

/* 移动端适配 */
@media (max-width: 768px) {
  body.knowledge-hub-page .featured-articles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.knowledge-hub-page .featured-article-card {
    padding: 20px 16px;
  }

  body.knowledge-hub-page .featured-article-card .article-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 10px;
  }

  body.knowledge-hub-page .featured-article-card h3 {
    font-size: 19px;
  }

  body.knowledge-hub-page .featured-article-card .article-summary {
    display: none;
  }

  body.knowledge-hub-page .knowledge-faq-section .dl-faq-q {
    gap: 18px;
    min-height: 76px;
    padding: 18px 0;
    font-size: 19px;
  }

  body.knowledge-hub-page .knowledge-faq-section .dl-faq-q .dl-faq-chevron {
    width: 28px;
    height: 28px;
  }

  body.knowledge-hub-page .knowledge-faq-section .dl-faq-a p {
    padding: 0 0 24px;
    font-size: 16px;
  }

}

@media (max-width: 390px) {
  body.knowledge-hub-page .featured-article-card {
    padding: 24px 20px;
  }

}

/* ========================================
   圆形饼图主题导航布局
   added: 2026-06-30
   ======================================== */

body.knowledge-hub-page .series-wheel-wrap {
  position: relative;
  padding: 18px;
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  box-sizing: border-box;
}

body.knowledge-hub-page .series-wheel {
  width: min(100%, 360px);
  margin: 0 auto;
}

body.knowledge-hub-page .series-wheel-canvas {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  cursor: default;
}

body.knowledge-hub-page .series-wheel-canvas.is-clickable {
  cursor: pointer;
}

body.knowledge-hub-page .series-wheel-tip {
  font-size: 14px;
  color: var(--zb-muted);
  margin: 14px 0 0;
  text-align: center;
}

/* 移动端适配 */
@media (max-width: 768px) {
  body.knowledge-hub-page .series-wheel {
    max-width: 100%;
  }
}

@media (max-width: 390px) {
  body.knowledge-hub-page .series-wheel-tip {
    font-size: 13px;
  }
}

/* 2026-06-30 · 首页案例区移动端最终兜底
   后置于首页专属规则之后，避免后续同作用域规则把案例卡覆盖回多列。 */
@media (max-width: 760px) {
  body.home-workspace-style .home-cases-compact .home-case-result-grid {
    grid-template-columns: 1fr;
  }

  body.home-workspace-style .home-cases-compact .home-case-result-card {
    min-height: auto;
    padding: 26px 22px 24px;
  }

  body.home-workspace-style .home-cases-compact .home-case-result-card h3 {
    min-height: 0;
    margin-bottom: 28px;
  }

  body.home-workspace-style .home-cases-compact .home-case-metrics {
    gap: 18px;
    padding-bottom: 22px;
  }
}

/* 2026-06-30 · 人效测评页模块背景节奏锁定
   节奏：Hero暖白 → 测评浅灰 → CTA暖白 → Footer深色。 */
body.people-efficiency-page .pe-hero {
  background: var(--zb-canvas);
}

body.people-efficiency-page .pe-body {
  background: var(--zb-section);
}

body.people-efficiency-page .dl-cta {
  background: var(--zb-canvas);
  border-top: 1px solid var(--zb-border);
}

/* 2026-07-03 · Blog专题归档页 WP 分类页样式统一
   对齐 V5/线上分类页的信息结构：分类 Hero、文章归档列表、右侧标签和咨询 CTA。 */
body.blog-list-page {
  background: var(--zb-canvas);
}

body.blog-list-page main {
  background: var(--zb-canvas);
}

body.blog-list-page .dl-container {
  max-width: 1180px;
}

body.blog-list-page .dl-breadcrumb {
  padding: 24px 0 0;
  margin: 0;
  font-size: 14px;
}

body.blog-list-page .dl-list-hero {
  background: var(--zb-canvas);
  padding: 44px 0 50px;
  border-bottom: 1px solid var(--zb-border);
}

body.blog-list-page .dl-list-hero h1 {
  margin: 0 0 16px;
  font-size: var(--v9-fs-section);
  line-height: var(--v9-lh-section);
  font-weight: 600;
  color: var(--zb-ink);
}

body.blog-list-page .dl-list-hero p {
  max-width: 760px;
  margin: 0 0 14px;
  font-size: var(--v9-fs-body);
  line-height: var(--v9-lh-body);
  color: var(--zb-muted);
}

body.blog-list-page .dl-list-hero p:last-of-type {
  margin-bottom: 0;
}

body.blog-list-page .list-meta {
  gap: 10px 16px;
  margin-top: 22px;
}

body.blog-list-page .list-meta span {
  min-height: 0;
  padding: 0;
  gap: 8px;
  background: transparent;
  color: var(--zb-primary-dark);
  font-family: var(--zb-mono);
  font-size: var(--v9-fs-micro);
  font-weight: 700;
  letter-spacing: .08em;
}

body.blog-list-page .list-meta span::before {
  width: 18px;
  height: 2px;
  background: var(--zb-primary);
}

body.blog-list-page .dl-list-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 44px;
  padding: 44px 0 72px;
  align-items: start;
}

body.blog-list-page .dl-list-main {
  min-width: 0;
}

body.blog-list-page .dl-filter-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
  padding: 18px 20px;
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  background: var(--zb-surface);
}

body.blog-list-page .dl-filter-label {
  margin-right: 4px;
  color: var(--zb-muted);
  font-size: var(--v9-fs-micro);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.blog-list-page .dl-filter-tag {
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid var(--zb-border);
  border-radius: 999px;
  background: var(--zb-surface-soft);
  color: var(--zb-ink);
  font-size: var(--v9-fs-small);
  font-weight: 600;
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s, transform .2s;
}

body.blog-list-page .dl-filter-tag:hover {
  border-color: var(--zb-primary);
  color: var(--zb-primary-dark);
  transform: translateY(-1px);
}

body.blog-list-page .dl-filter-tag.active {
  border-color: var(--zb-primary-dark);
  background: var(--zb-primary-dark);
  color: #fff;
}

body.blog-list-page .dl-filter-count {
  margin-left: auto;
  color: var(--zb-muted);
  font-size: var(--v9-fs-small);
}

body.blog-list-page .dl-article-row {
  position: relative;
  display: block;
  margin-bottom: 16px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--zb-border);
  border-left: 6px solid var(--zb-accent);
  border-radius: 14px;
  background: var(--zb-surface);
  color: inherit;
  text-decoration: none;
  box-shadow: var(--card-shadow-light);
  transition: border-color .2s, box-shadow .2s, transform .2s;
}

body.blog-list-page .dl-article-row::before {
  display: none;
}

body.blog-list-page .dl-article-row.article-row--dark {
  border-left-color: var(--zb-primary-dark);
}

body.blog-list-page .dl-article-row:hover {
  border-color: var(--zb-border);
  border-left-color: var(--zb-accent);
  box-shadow: 0 16px 34px rgba(26, 58, 92, .10);
  transform: translateY(-3px);
}

body.blog-list-page .dl-article-row .article-body {
  display: block;
  padding: 24px 30px;
}

body.blog-list-page .dl-article-row .article-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

body.blog-list-page .dl-article-row .article-topic,
body.blog-list-page .dl-article-row .article-tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 2px 10px;
  border: 0;
  border-radius: 999px;
  background: var(--zb-primary-dark);
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

body.blog-list-page .dl-article-row .article-tag {
  border: 1px solid var(--zb-border);
  background: var(--zb-surface-soft);
  color: var(--zb-ink);
}

body.blog-list-page .dl-article-row .article-tag.cas {
  border-color: rgba(26, 58, 92, .18);
  background: #edf3f8;
  color: var(--zb-primary-dark);
}

body.blog-list-page .dl-article-row .article-tag.met {
  border-color: rgba(150, 110, 45, .20);
  background: #fff6e6;
  color: #7a5416;
}

body.blog-list-page .dl-article-row .article-tag.tool {
  border-color: rgba(38, 112, 83, .18);
  background: #edf8f2;
  color: #1f6a4d;
}

body.blog-list-page .dl-article-row .article-tag.trend {
  border-color: rgba(112, 88, 38, .18);
  background: #f8f4ec;
  color: #705826;
}

body.blog-list-page .dl-article-row .article-topic::before,
body.blog-list-page .dl-article-row .article-tag::before {
  display: none;
}

body.blog-list-page .dl-article-row h3 {
  margin: 0 0 10px;
  color: var(--zb-ink);
  font-size: var(--v9-fs-title);
  line-height: 1.45;
  font-weight: 600;
}

body.blog-list-page .dl-article-row .article-desc {
  margin: 0 0 16px;
  color: var(--zb-ink);
  font-size: 15px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.blog-list-page .dl-article-row .article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding-top: 14px;
  border-top: 1px solid var(--zb-border);
  color: var(--zb-muted);
  font-size: var(--v9-fs-small);
}

body.blog-list-page .dl-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 96px;
  min-width: 0;
}

body.blog-list-page .dl-sidebar .sb-section {
  padding: 22px 20px;
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  background: var(--zb-surface);
  box-shadow: var(--card-shadow-light);
}

body.blog-list-page .dl-sidebar .sb-section h4 {
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--zb-border);
  color: var(--zb-ink);
  font-size: var(--v9-fs-small);
  font-weight: 700;
}

body.blog-list-page .sb-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

body.blog-list-page .sb-list a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid rgba(220, 225, 232, .72);
  color: var(--zb-muted);
  font-size: var(--v9-fs-small);
  line-height: 1.55;
  text-decoration: none;
  transition: color .2s;
}

body.blog-list-page .sb-list a:last-child {
  border-bottom: 0;
}

body.blog-list-page .sb-list a:hover {
  color: var(--zb-primary-dark);
}

body.blog-list-page .sb-topic-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

body.blog-list-page .sb-topic-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  color: var(--zb-muted);
  background: var(--zb-surface);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s, color .2s, background .2s;
}

body.blog-list-page .sb-topic-list a::after {
  content: "→";
  color: var(--zb-border-strong);
}

body.blog-list-page .sb-topic-list a:hover,
body.blog-list-page .sb-topic-list a.active {
  border-color: var(--zb-primary);
  color: var(--zb-primary-dark);
  background: var(--zb-primary-light);
}

body.blog-list-page .sb-topic-list a.active::after {
  color: var(--zb-primary-dark);
}

body.blog-list-page .sb-tags {
  display: flex;
  flex-direction: column;
  gap: 0;
}

body.blog-list-page .sb-tags a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 38px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(220, 225, 232, .72);
  color: var(--zb-muted);
  font-size: var(--v9-fs-small);
  line-height: 1.55;
  text-decoration: none;
  transition: color .2s, padding-left .2s;
}

body.blog-list-page .sb-tags a:last-child {
  border-bottom: 0;
}

body.blog-list-page .sb-tags a:hover,
body.blog-list-page .sb-tags a.active {
  color: var(--zb-primary-dark);
  padding-left: 4px;
}

body.blog-list-page .sb-tag-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.blog-list-page .sb-tag-count {
  flex: 0 0 auto;
  color: var(--zb-muted-light);
  font-size: var(--v9-fs-micro);
}

body.blog-list-page .sb-cta {
  position: relative;
  overflow: hidden;
}

body.blog-list-page .sb-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--zb-primary);
}

body.blog-list-page .sb-cta p {
  margin: 0 0 18px;
  color: var(--zb-muted);
  font-size: var(--v9-fs-small);
  line-height: 1.7;
}

body.blog-list-page .sb-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--zb-primary);
  color: #fff;
  font-size: var(--v9-fs-small);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background .2s, transform .2s;
}

body.blog-list-page .sb-cta-btn:hover {
  background: var(--zb-primary-dark);
  color: #fff;
  transform: translateY(-1px);
}

/* 2026-07-03 · 分类归档右侧热门标签对齐 WP 分类页式胶囊标签。 */
body.blog-list-page .dl-sidebar .sb-section {
  padding: 28px 26px;
  border-color: var(--zb-bors);
  border-radius: 8px;
  background: var(--zb-surface);
  box-shadow: none;
}

body.blog-list-page .dl-sidebar .sb-section h4 {
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--zb-bors);
  color: var(--zb-ink);
  font-size: var(--v9-fs-title);
  line-height: 1.4;
  font-weight: 700;
}

body.blog-list-page .sb-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 8px;
}

body.blog-list-page .sb-tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 30px;
  padding: 5px 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--zb-section);
  color: var(--zb-ink-soft);
  font-size: var(--v9-fs-small);
  line-height: 1.42;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .2s, background .2s, color .2s, transform .2s;
}

body.blog-list-page .sb-tags a:hover,
body.blog-list-page .sb-tags a.active {
  border-color: var(--zb-bors);
  background: var(--zb-surface-soft);
  color: var(--zb-primary-dark);
  transform: translateY(-1px);
}

body.blog-list-page .sb-tag-name {
  white-space: nowrap;
}

body.blog-list-page .sb-tag-count {
  display: none;
}

body.tag-archive-page .dl-list-hero {
  padding-bottom: 44px;
}

body.tag-archive-page .dl-list-hero h1 {
  max-width: 820px;
}

body.tag-archive-page .dl-empty-state {
  padding: 36px 32px;
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  background: var(--zb-surface);
}

body.tag-archive-page .dl-empty-state h3 {
  margin: 0 0 10px;
  color: var(--zb-ink);
  font-size: var(--v9-fs-title);
  line-height: 1.4;
}

body.tag-archive-page .dl-empty-state p {
  margin: 0;
  color: var(--zb-muted);
  font-size: var(--v9-fs-body);
  line-height: var(--v9-lh-body);
}

body.tag-archive-page .pagination-wrap {
  padding-top: 32px;
  text-align: center;
}

body.tag-archive-page .pagination-info {
  margin: 0 0 14px;
  color: var(--zb-muted);
  font-size: var(--v9-fs-small);
}

body.tag-archive-page .pagination,
body.tag-archive-page .pagination-pages {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.tag-archive-page .page-prev,
body.tag-archive-page .page-next,
body.tag-archive-page .page-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--zb-border);
  border-radius: 6px;
  background: var(--zb-surface);
  color: var(--zb-primary-dark);
  font-family: var(--zb-mono);
  font-size: var(--v9-fs-small);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .2s, background .2s, border-color .2s, transform .2s;
}

body.tag-archive-page .page-prev:hover,
body.tag-archive-page .page-next:hover,
body.tag-archive-page .page-num:hover {
  border-color: var(--zb-primary-dark);
  transform: translateY(-1px);
}

body.tag-archive-page .page-num.active {
  border-color: var(--zb-primary-dark);
  background: var(--zb-primary-dark);
  color: var(--zb-surface);
}

body.tag-archive-page .page-prev.is-disabled,
body.tag-archive-page .page-next.is-disabled {
  pointer-events: none;
  opacity: .42;
  color: var(--zb-muted);
  background: var(--zb-surface-soft);
}

@media (max-width: 768px) {
  body.blog-list-page .dl-sidebar .sb-section {
    padding: 24px 22px;
  }

  body.blog-list-page .dl-sidebar .sb-section h4 {
    font-size: 19px;
  }
}

@media (max-width: 960px) {
  body.blog-list-page .dl-list-layout {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 36px 0 64px;
  }

  body.blog-list-page .dl-sidebar {
    position: static;
  }
}

@media (max-width: 768px) {
  body.blog-list-page .dl-breadcrumb {
    padding-top: 18px;
  }

  body.blog-list-page .dl-list-hero {
    padding: 34px 0 38px;
  }

  body.blog-list-page .dl-list-hero h1 {
    font-size: var(--v9-fs-section);
  }

  body.blog-list-page .dl-list-hero p,
  body.blog-list-page .dl-article-row .article-desc {
    font-size: var(--v9-fs-body);
  }

  body.blog-list-page .dl-filter-count {
    width: 100%;
    margin-left: 0;
  }

  body.blog-list-page .dl-article-row .article-body {
    padding: 22px 18px 20px;
  }

  body.blog-list-page .dl-article-row h3 {
    font-size: 19px;
  }

  body.blog-list-page .dl-article-row .article-meta {
    gap: 8px 14px;
  }
}

/* 2026-06-30 · case-1 对标旧站 8085 案例详情页
   限定在 case-1 专属 body class，结构贴近旧站战报页，同时保留 V9 字号与单 CSS 规范。 */
body.case-report-style .case-breadcrumb {
  max-width: 920px;
  margin: 26px auto 18px;
  color: var(--zb-muted);
}

body.case-report-style .case-breadcrumb a {
  color: var(--zb-muted);
  text-decoration: none;
}

body.case-report-style .case-breadcrumb a:hover,
body.case-report-style .case-breadcrumb .current {
  color: var(--zb-primary-dark);
}

body.case-report-style .case-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 52px;
  background: var(--zb-canvas);
  border-bottom: 1px solid var(--zb-border);
  color: var(--zb-ink);
}

body.case-report-style .case-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23, 38, 51, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 38, 51, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(110deg, rgba(0, 0, 0, 0.6) 0%, transparent 62%);
  pointer-events: none;
}

body.case-report-style .case-detail-hero::after {
  display: none;
}

body.case-report-style .case-detail-hero .container {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

body.case-report-style .case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

body.case-report-style .case-detail-hero .reveal {
  opacity: 1;
  transform: none;
}

body.case-report-style .case-tags .badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border-radius: 4px;
  border: 1px solid var(--zb-border);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0;
}

body.case-report-style .case-tags .badge-muted {
  background: var(--zb-primary);
  border-color: var(--zb-primary);
  color: var(--zb-on-dark);
}

body.case-report-style .case-tags .badge-soft {
  border-color: rgba(228, 235, 243, 0.9);
  background: var(--zb-primary-light);
  color: var(--zb-primary-dark);
}

body.case-report-style .case-detail-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--zb-ink);
  font-size: var(--v9-fs-hero);
  line-height: var(--v9-lh-hero);
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: balance;
}

body.case-report-style .case-hero-title-line {
  display: block;
}

body.case-report-style .case-hero-title-piece {
  display: inline;
}

body.case-report-style .case-meta {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  max-width: 900px;
  margin-top: 30px;
  padding: 18px 0;
  border-top: 1px solid var(--zb-border);
  border-bottom: 1px solid var(--zb-border);
}

body.case-report-style .case-meta .meta-item {
  padding: 0;
  border-right: 1px solid var(--zb-border);
  color: var(--zb-muted);
  font-size: 18px;
  line-height: 1.56;
}

body.case-report-style .case-meta .meta-item:last-child {
  border-right: 0;
}

body.case-report-style .case-meta strong {
  display: inline;
  margin-top: 0;
  margin-left: 6px;
  color: var(--zb-ink);
  font-weight: 700;
}

body.case-report-style .disclaim-bar {
  margin: 0;
  padding: 22px 0 26px;
  background: var(--zb-surface);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.case-report-style .disclaim-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 0 0 22px;
  border-left: 4px solid var(--zb-primary);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

body.case-report-style .disclaim-icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--zb-primary);
  color: var(--zb-on-dark);
  font-size: 16px;
  margin-left: -39px;
}

body.case-report-style .disclaim-text {
  color: var(--zb-ink-soft);
  font-size: 16px;
  line-height: 1.72;
}

body.case-report-style .case-dashboard {
  padding: 56px 0;
  margin: 0;
  background: var(--zb-canvas);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.case-report-style .case-dashboard .container,
body.case-report-style .case-narrative .container {
  max-width: 1120px;
}

body.case-report-style .case-dashboard .container {
  max-width: 980px;
  padding: 38px 36px 40px;
  background: var(--zb-surface);
  border: 1px solid color-mix(in srgb, var(--zb-primary) 8%, var(--zb-border));
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(26, 58, 92, 0.10);
}

body.case-report-style .case-dashboard .section-head {
  max-width: 760px;
  margin: 0 0 32px;
  text-align: left;
}

body.case-report-style .case-dashboard .section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--zb-primary);
  font-family: var(--zb-mono);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.case-report-style .case-dashboard .section-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: var(--zb-primary);
}

body.case-report-style .case-dashboard h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
}

body.case-report-style .dashboard-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.case-report-style .dashboard-card {
  min-height: 0;
  padding: 24px 20px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--zb-section) 88%, #fff) 0%, rgba(255,255,255,0.98) 100%);
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(26, 58, 92, 0.08);
  overflow: hidden;
  position: relative;
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.38s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

body.case-report-style .dashboard-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--zb-primary-dark), var(--zb-primary));
  transition: height 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

body.case-report-style .dashboard-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--zb-primary) 20%, var(--zb-border));
  box-shadow: 0 8px 18px rgba(26, 58, 92, 0.13);
}

body.case-report-style .dashboard-card:hover::before {
  height: 6px;
}

body.case-report-style .dashboard-card .dc-label {
  min-height: 0;
  margin: 0 0 18px;
  padding: 0;
  border-bottom: 0;
  color: var(--zb-muted);
  font-family: var(--zb-mono);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: left;
}

body.case-report-style .dashboard-card .dc-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

body.case-report-style .dashboard-card .dc-before,
body.case-report-style .dashboard-card .dc-after {
  text-align: center;
  display: block;
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

body.case-report-style .dashboard-card .dc-tag {
  display: block;
  margin: 0 0 7px;
  color: var(--zb-muted);
  font-family: var(--zb-sans);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.case-report-style .dashboard-card .dc-after .dc-tag {
  color: var(--zb-primary-dark);
}

body.case-report-style .dashboard-card .dc-num {
  display: block;
  color: var(--zb-ink);
  font-family: var(--zb-mono);
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

body.case-report-style .dashboard-card .dc-after .dc-num {
  color: var(--zb-primary-dark);
}

body.case-report-style .dashboard-card .dc-arrow {
  display: flex;
  width: auto;
  min-width: 18px;
  height: auto;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0;
  color: var(--zb-primary);
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1), color 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

body.case-report-style .dashboard-card:hover .dc-arrow {
  transform: translateX(2px);
  color: var(--zb-primary-dark);
}

body.case-report-style .case-narrative {
  padding: 64px 0;
  background: var(--zb-surface);
}

body.case-report-style .narrative-layout {
  display: grid;
  grid-template-columns: minmax(0, 840px);
  justify-content: center;
}

body.case-report-style .narrative-section {
  margin-bottom: 72px;
  padding-bottom: 64px;
}

body.case-report-style .narrative-section .section-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: auto;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--zb-primary-dark);
  font-family: var(--zb-sans);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: none;
}

body.case-report-style .narrative-section .section-label::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: var(--zb-primary);
  flex: 0 0 auto;
}

body.case-report-style .narrative-section h2 {
  font-size: var(--v9-fs-section);
  line-height: var(--v9-lh-section);
  font-weight: 700;
  margin: 0 0 28px;
}

body.case-report-style .narrative-section h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  margin: 28px 0 12px;
}

body.case-report-style .narrative-section p,
body.case-report-style .narrative-section li {
  font-size: 18px;
  line-height: 1.76;
  color: var(--zb-ink-soft);
}

body.case-report-style .testimonial-card {
  background: var(--zb-surface);
  border: 1px solid var(--zb-border);
  border-left: 4px solid var(--zb-primary-dark);
  border-radius: 8px;
  box-shadow: var(--card-shadow-medium);
}

body.case-report-style .tc-quote {
  font-size: 18px;
  line-height: 1.76;
}

body.case-report-style .timeline-item h5 {
  font-size: 20px;
  font-weight: 500;
}

body.case-report-style .timeline-item p {
  font-size: 18px;
  line-height: 1.68;
}

body.case-report-style .roi-card {
  background: linear-gradient(135deg, var(--zb-primary-dark) 0%, var(--zb-primary) 100%);
  border-radius: 8px;
}

body.case-report-style .roi-detail {
  font-size: 18px;
  line-height: 1.72;
}

body.case-report-style .product-cta {
  background: var(--zb-section);
  border-top: 1px solid var(--zb-border);
  color: var(--zb-ink);
}

body.case-report-style .product-cta::before {
  display: none;
}

body.case-report-style .product-cta h2 {
  color: var(--zb-ink);
  font-size: var(--v9-fs-section);
  line-height: var(--v9-lh-section);
  font-weight: 500;
}

body.case-report-style .product-cta p {
  color: var(--zb-muted);
  font-size: 18px;
}

body.case-report-style .product-cta-actions .btn-primary {
  background: var(--zb-primary);
  border-color: var(--zb-primary);
  color: var(--zb-on-dark);
}

body.case-report-style .product-cta-actions .btn-primary:hover {
  background: var(--zb-primary-dark);
  border-color: var(--zb-primary-dark);
}

body.case-report-style .product-cta-actions .btn-secondary {
  background: transparent;
  border-color: var(--zb-primary);
  color: var(--zb-primary-dark);
}

body.case-report-style .product-cta-actions .btn-secondary:hover {
  background: var(--zb-primary-light);
  color: var(--zb-primary-dark);
}

body.case-report-style .product-cta-note {
  margin-top: 24px;
  color: var(--zb-muted);
}

@media (max-width: 960px) {
  body.case-report-style .case-meta {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.case-report-style .case-meta .meta-item,
  body.case-report-style .case-meta .meta-item:first-child,
  body.case-report-style .case-meta .meta-item:last-child {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid var(--zb-border);
  }

  body.case-report-style .case-meta .meta-item:last-child {
    border-bottom: 0;
  }

  body.case-report-style .dashboard-grid {
    grid-template-columns: 1fr;
  }

  body.case-report-style .case-dashboard .container {
    max-width: calc(100% - 32px);
    padding: 30px 24px 32px;
  }
}

@media (max-width: 768px) {
  body.case-report-style .case-breadcrumb {
    margin: 18px 0 14px;
  }

  body.case-report-style .case-detail-hero {
    padding: 36px 0 42px;
  }

  body.case-report-style .case-detail-hero h1 {
    font-size: var(--v9-fs-hero);
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
    text-wrap: auto;
  }

  body.case-report-style .case-hero-title-piece {
    display: block;
  }

  body.case-report-style .case-detail-hero .container,
  body.case-report-style .case-tags,
  body.case-report-style .case-meta {
    max-width: 100%;
  }

  body.case-report-style .case-meta .meta-item {
    font-size: 16px;
  }

  body.case-report-style .disclaim-bar {
    padding: 18px 0;
  }

  body.case-report-style .disclaim-bar .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  body.case-report-style .disclaim-inner {
    width: calc(100% - 48px);
    max-width: calc(100% - 48px);
    box-sizing: border-box;
    padding-left: 18px;
    display: block;
    gap: 12px;
  }

  body.case-report-style .disclaim-icon {
    display: none;
  }

  body.case-report-style .disclaim-text {
    font-size: 16px;
    display: block;
    width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  body.case-report-style .case-dashboard,
  body.case-report-style .case-narrative {
    padding: 48px 0;
  }

  body.case-report-style .case-dashboard .container {
    max-width: calc(100% - 32px);
    padding: 28px 20px 30px;
  }

  body.case-report-style .case-dashboard .section-head {
    margin-bottom: 28px;
  }

  body.case-report-style .case-dashboard .section-label {
    margin-bottom: 16px;
  }

  body.case-report-style .dashboard-grid {
    gap: 16px;
  }

  body.case-report-style .case-dashboard h2,
  body.case-report-style .narrative-section h2,
  body.case-report-style .product-cta h2 {
    font-size: var(--v9-fs-section);
  }

  body.case-report-style .case-dashboard h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  body.case-report-style .dashboard-card {
    min-height: 0;
    padding: 22px 18px;
  }

  body.case-report-style .dashboard-card .dc-label {
    margin-bottom: 18px;
  }

  body.case-report-style .dashboard-card .dc-label,
  body.case-report-style .narrative-section h3,
  body.case-report-style .timeline-item h5 {
    font-size: 19px;
  }

  body.case-report-style .dashboard-card .dc-label {
    font-size: 13px;
  }

  body.case-report-style .dashboard-card .dc-arrow {
    transform: none;
  }

  body.case-report-style .dashboard-card:hover .dc-arrow {
    transform: translateX(2px);
  }

  body.case-report-style .dashboard-card .dc-num {
    font-size: 16px;
  }

  body.case-report-style .narrative-section {
    margin-bottom: 48px;
    padding-bottom: 44px;
  }

  body.case-report-style .narrative-section .section-label {
    gap: 12px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  body.case-report-style .narrative-section .section-label::before {
    width: 28px;
  }

  body.case-report-style .narrative-section p,
  body.case-report-style .narrative-section li,
  body.case-report-style .tc-quote,
  body.case-report-style .timeline-item p,
  body.case-report-style .roi-detail,
  body.case-report-style .product-cta p {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  body.case-report-style .dashboard-card .dc-compare {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.case-report-style .dashboard-card .dc-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

  body.case-report-style .dashboard-card:hover .dc-arrow {
    transform: rotate(90deg) translateX(2px);
  }
}

/* 2026-07-01 · 首页首屏标题试验：借鉴关于页 H1 的主副标题层级，文案与结构不变。 */
body.home-workspace-style .dl-hero .hero-headline .q{
  max-width: 620px;
  margin: 0 0 10px;
  color: var(--zb-ink);
  font-size: clamp(48px, 4.4vw, 56px);
  font-weight: 650;
  line-height: 1.16;
  letter-spacing: 0;
}

body.home-workspace-style .dl-hero .hero-headline .hero-judgement{
  max-width: 660px;
  margin: 0 0 24px;
  color: var(--zb-muted);
  font-size: clamp(32px, 3.2vw, 40px);
  font-weight: 550;
  line-height: 1.3;
  letter-spacing: 0;
}

body.home-workspace-style .dl-hero .hero-headline .hero-judgement .title-emphasis{
  color: var(--zb-muted);
  font-weight: 650;
  text-decoration: none;
}

@media (max-width: 820px) {
  body.home-workspace-style .dl-hero .hero-headline .q{
    font-size: clamp(36px, 9vw, 42px);
    line-height: 1.16;
  }

  body.home-workspace-style .dl-hero .hero-headline .hero-judgement{
    font-size: clamp(28px, 7vw, 32px);
    line-height: 1.28;
  }
}

/* ===== 浮动微信按钮 ===== */
.floating-wechat-btn {
  position: fixed;
  right: 24px;
  bottom: 150px;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #07C160;
  color: white;
  border: none;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(7, 193, 96, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
}

.floating-wechat-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(7, 193, 96, 0.4);
  background: #06AD56;
}

.floating-wechat-btn .wechat-icon {
  flex-shrink: 0;
}

/* 微信弹窗 */
.wechat-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wechat-modal.active {
  display: flex;
  opacity: 1;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 37, 56, 0.6);
  backdrop-filter: blur(4px);
  cursor: pointer;
}

.modal-content {
  position: relative;
  z-index: 1;
  padding: 32px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(14, 37, 56, 0.2);
  text-align: center;
  max-width: 90vw;
  animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  color: var(--zb-muted);
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s ease;
}

.modal-close:hover {
  color: var(--zb-ink);
}

.modal-content h3 {
  margin: 0 0 20px;
  color: var(--zb-ink);
  font-size: 20px;
  font-weight: 600;
}

.modal-content img {
  display: block;
  margin: 0 auto 16px;
  width: 240px;
  height: 240px;
  border-radius: 8px;
}

.modal-subtitle {
  margin: 0 0 20px;
  color: var(--zb-muted);
  font-size: 14px;
}

.modal-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--zb-border);
}

.benefit-item {
  padding: 8px;
  background: var(--zb-surface-soft);
  border-radius: 6px;
  color: var(--zb-ink);
  font-size: 13px;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .floating-wechat-btn {
    right: 16px;
    bottom: 120px;
    padding: 10px 16px;
    font-size: 14px;
  }
  
  .floating-wechat-btn span {
    display: none;
  }
  
  .modal-content {
    padding: 24px;
    margin: 0 16px;
  }
  
  .modal-content img {
    width: 200px;
    height: 200px;
  }
  
  .modal-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  }

/* 二维码下方联系信息 */
.qr-contact-info {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 2px solid var(--zb-border);
  text-align: center;
}


.qr-slogan {
  margin: 0;
  padding: 0 20px;
  color: #07C160;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-align: justify;
  text-align-last: justify;
}
  margin: 0;
  padding: 0 20px;
  color: #07C160;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: justify;
  text-align-last: justify;
}
  margin: 0;
  color: #07C160;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

/* 联系页微信卡片中的样式 */

.contact-wechat-card .qr-slogan {
  font-size: 13px;
}

/* 移动端适配 */
@media (max-width: 768px) {
  
  .qr-slogan {
    font-size: 12px;
  }
}

/* 微信弹窗底部电话区域 */
.modal-phone {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--zb-border);
  text-align: center;
}

.phone-label {
  margin: 0 0 8px;
  color: var(--zb-muted);
  font-size: 13px;
}

.phone-number {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--zb-surface-soft);
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  color: var(--zb-primary);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--zb-mono);
  text-decoration: none;
  transition: all 0.2s ease;
}

.phone-number:hover {
  background: var(--zb-primary);
  color: white;
  border-color: var(--zb-primary);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(26, 58, 92, 0.15);
}

.phone-number::before {
  content: "📞";
  font-size: 16px;
}

@media (max-width: 768px) {
  .phone-number {
    font-size: 16px;
    padding: 8px 16px;
  }
}

/* 2026-07-02 · 案例中心 GEO H1 后的移动端最终兜底
   后置于全站非产品页治理规则之后，避免长标题和数据卡在 390px 下撑出横向滚动。 */
@media (max-width: 640px) {
  body.cases-page {
    overflow-x: hidden;
  }

  body.cases-page .cases-hero .container,
  body.cases-page .cases-hero-breadcrumb .container,
  body.cases-page .cases-filter .container,
  body.cases-page .cases-grid-section .container,
  body.cases-page .testimonials-section .container {
    width: 100%;
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  body.cases-page .cases-hero-intro,
  body.cases-page .cases-hero h1,
  body.cases-page .cases-hero .dl-hero-sub {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  body.cases-page .cases-hero h1 {
    font-size: 32px;
    overflow-wrap: anywhere;
  }

  body.cases-page .cases-hero-stats {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
  }
}

/* 2026-07-02 · 首页首屏左侧移动端最终兜底
   后置于旧首页标题试验规则之后，避免 390px 下副标题和正文被撑出视口。 */
@media (max-width: 820px) {
  body.home-workspace-style {
    overflow-x: hidden;
  }

  body.home-workspace-style .dl-hero {
    width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
    box-sizing: border-box;
  }

  body.home-workspace-style .dl-hero-copy,
  body.home-workspace-style .hero-headline,
  body.home-workspace-style .hero-headline .q,
  body.home-workspace-style .hero-headline .hero-judgement,
  body.home-workspace-style .hero-headline .pain-subtitle,
  body.home-workspace-style .hero-proof-line--stats,
  body.home-workspace-style .hero-cta-group {
    width: calc(100vw - 64px);
    max-width: calc(100vw - 64px);
    min-width: 0;
    box-sizing: border-box;
  }

  body.home-workspace-style .dl-hero .hero-headline .q {
    font-size: clamp(36px, 9.6vw, 38px);
    font-weight: 800;
    line-height: 1.18;
    text-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  body.home-workspace-style .dl-hero .hero-headline .title-line--answer {
    display: block;
  }

  body.home-workspace-style .dl-hero .hero-headline .title-line-piece {
    display: block;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }

  body.home-workspace-style .dl-hero .hero-headline .hero-judgement,
  body.home-workspace-style .dl-hero .hero-headline .pain-subtitle {
    overflow-wrap: anywhere;
    word-break: break-all;
  }
}

body.home-workspace-style .home-mobile-break {
  display: none;
}

@media (max-width: 820px) {
  body.home-workspace-style .home-mobile-break {
    display: block;
  }
}

/* 2026-07-03 · 智帮智库首屏右侧知识地图移动端最终兜底
   后置于旧非产品页 Hero 规则之后，确保 390px 下新增右侧视觉与 H1 不撑出视口。 */
@media (max-width: 820px) {
  body.knowledge-hub-page {
    overflow-x: hidden;
  }

  body.knowledge-hub-page .dl-hero {
    width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
    box-sizing: border-box;
  }

  body.knowledge-hub-page .knowledge-hero-grid,
  body.knowledge-hub-page .knowledge-hero-copy,
  body.knowledge-hub-page .dl-hero h1,
  body.knowledge-hub-page .dl-hero-sub,
  body.knowledge-hub-page .dl-hero .hero-proof-line--stats,
  body.knowledge-hub-page .dl-hero .dl-hero-actions,
  body.knowledge-hub-page .knowledge-hero-visual {
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
    min-width: 0;
    box-sizing: border-box;
  }

  body.knowledge-hub-page .dl-hero h1 {
    font-size: clamp(36px, 9vw, 42px);
    line-height: 1.16;
    text-wrap: auto;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }

  body.knowledge-hub-page .knowledge-hero-title-line {
    display: block;
  }

  body.knowledge-hub-page .dl-hero-sub {
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  body.knowledge-hub-page .dl-hero .dl-hero-actions .dl-btn-primary,
  body.knowledge-hub-page .dl-hero .dl-hero-actions .dl-btn-ghost {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  body.knowledge-hub-page .dl-hero .hero-proof-line--stats {
    display: grid;
    grid-template-columns: 1fr;
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
    gap: 10px;
  }

  body.knowledge-hub-page .dl-hero .hero-proof-item {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }
}

/* 2026-07-03 · Blog 详情页对齐旧 WP 文章页结构
   标签回到正文后、作者卡前；右栏保持“最新文章 / 热门标签 / 咨询 CTA”。 */
body.blog-detail-page .detail-keyword-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 36px 0 0;
}

body.blog-detail-page .detail-keyword-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: var(--zb-muted);
  text-decoration: none;
  background: var(--zb-surface-soft);
  border: 1px solid var(--zb-border);
  border-radius: 999px;
  transition: color .2s, background .2s, border-color .2s, transform .2s;
}

body.blog-detail-page .detail-keyword-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: var(--zb-muted);
  background: var(--zb-surface-soft);
  border: 1px solid var(--zb-border);
  border-radius: 999px;
}

body.blog-detail-page .detail-keyword-tags a.is-category,
body.blog-detail-page .detail-keyword-tags a:hover {
  color: var(--zb-primary-dark);
  background: rgba(26, 58, 92, 0.07);
  border-color: rgba(26, 58, 92, 0.22);
}

body.blog-detail-page .detail-keyword-tags a:hover {
  transform: translateY(-1px);
}

body.blog-detail-page .zb-v9-wp-markdown-content h2,
body.blog-detail-page .zb-v9-blog-faq h2 {
  margin: 34px 0 14px;
  color: var(--zb-primary-dark);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}

body.blog-detail-page .zb-v9-wp-markdown-content h3,
body.blog-detail-page .zb-v9-blog-faq h3 {
  margin: 24px 0 10px;
  color: var(--zb-primary-dark);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.45;
  letter-spacing: 0;
}

body.blog-detail-page .zb-v9-wp-markdown-content ul,
body.blog-detail-page .zb-v9-wp-markdown-content ol {
  margin: 18px 0;
  padding-left: 1.5em;
  color: var(--zb-body);
  font-size: 18px;
  line-height: 1.95;
}

body.blog-detail-page .zb-v9-wp-markdown-content blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  color: var(--zb-muted);
  background: var(--zb-surface-soft);
  border-left: 4px solid var(--zb-primary);
  border-radius: 0 8px 8px 0;
}

body.blog-detail-page .zb-v9-wp-markdown-content table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  color: var(--zb-body);
  font-size: 16px;
  line-height: 1.75;
}

body.blog-detail-page .zb-v9-wp-markdown-content th,
body.blog-detail-page .zb-v9-wp-markdown-content td {
  padding: 12px 14px;
  border: 1px solid var(--zb-border);
  text-align: left;
  vertical-align: top;
}

body.blog-detail-page .zb-v9-wp-markdown-content th {
  color: var(--zb-primary-dark);
  background: var(--zb-surface-soft);
  font-weight: 800;
}

body.blog-detail-page .zb-v9-wp-markdown-content hr {
  height: 1px;
  margin: 32px 0;
  border: 0;
  background: var(--zb-border);
}

body.blog-detail-page .zb-v9-blog-faq {
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid var(--zb-border);
}

body.blog-detail-page .zb-v9-blog-faq__item {
  padding: 18px 0;
  border-bottom: 1px solid rgba(220, 225, 232, 0.72);
}

body.blog-detail-page .zb-v9-blog-faq__item:last-child {
  border-bottom: 0;
}

body.blog-detail-page .zb-v9-blog-faq__item h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

body.blog-detail-page .zb-v9-blog-faq__item p {
  margin: 0;
  color: var(--zb-body);
  font-size: 18px;
  line-height: 1.95;
}

body.blog-detail-page .dl-sidebar .sb-section {
  box-shadow: var(--card-shadow-light);
}

body.blog-detail-page .sb-list a {
  position: relative;
  padding: 10px 0 10px 14px;
  border-bottom: 1px solid rgba(220, 225, 232, 0.72);
}

body.blog-detail-page .sb-list a:last-child {
  border-bottom: 0;
}

body.blog-detail-page .sb-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--zb-primary);
}

body.blog-detail-page .sb-list-pagination {
  margin-top: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(220, 225, 232, 0.72);
}

body.blog-detail-page .sb-list-page-info {
  margin: 0 0 12px;
  color: var(--zb-muted);
  font-size: 14px;
  line-height: 1.55;
}

body.blog-detail-page .sb-list-page-controls {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  width: 100%;
  overflow: hidden;
}

body.blog-detail-page .sb-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid var(--zb-border);
  border-radius: 8px;
  background: var(--zb-surface);
  color: var(--zb-primary-dark);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: color .2s, background .2s, border-color .2s, box-shadow .2s, transform .2s;
}

body.blog-detail-page .sb-page-btn--next {
  margin-left: auto;
}

body.blog-detail-page .sb-page-btn:hover {
  border-color: rgba(26, 58, 92, 0.28);
  box-shadow: var(--card-shadow-light);
  transform: translateY(-1px);
}

body.blog-detail-page .sb-page-btn.is-active {
  border-color: var(--zb-primary-dark);
  background: var(--zb-primary-dark);
  color: var(--zb-surface);
}

body.blog-detail-page .sb-page-btn:disabled {
  cursor: not-allowed;
  color: rgba(90, 102, 120, 0.42);
  background: var(--zb-surface-soft);
  border-color: rgba(220, 225, 232, 0.72);
  box-shadow: none;
  transform: none;
}

body.blog-detail-page .sb-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.blog-detail-page .sb-tags a {
  gap: 6px;
  border-radius: 999px;
}

body.blog-detail-page .sb-tags a span {
  font-size: 12px;
  color: var(--zb-muted);
}

body.blog-detail-page .sb-tags a:hover span {
  color: var(--zb-primary-dark);
}

/* 2026-07-05 · 单篇 Blog 右侧热门标签对齐专题分类页：数据库高频标签、无数量、胶囊列表。 */
body.blog-detail-page .dl-sidebar .sb-section h4 {
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--zb-bors);
  color: var(--zb-ink);
  font-size: var(--v9-fs-title);
  line-height: 1.4;
  font-weight: 700;
}

body.blog-detail-page .sb-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 8px;
}

body.blog-detail-page .sb-tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 30px;
  padding: 5px 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--zb-section);
  color: var(--zb-ink-soft);
  font-size: var(--v9-fs-small);
  line-height: 1.42;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .2s, background .2s, color .2s, transform .2s;
}

body.blog-detail-page .sb-tags a:hover,
body.blog-detail-page .sb-tags a.active {
  border-color: var(--zb-bors);
  background: var(--zb-surface-soft);
  color: var(--zb-primary-dark);
  transform: translateY(-1px);
}

body.blog-detail-page .sb-tags a span,
body.blog-detail-page .sb-tags .sb-tag-count {
  display: none;
}

@media (max-width: 768px) {
  body.blog-detail-page {
    overflow-x: hidden;
  }

  body.blog-detail-page .dl-detail-layout,
  body.blog-detail-page .dl-detail-main,
  body.blog-detail-page .dl-sidebar,
  body.blog-detail-page .detail-keyword-tags,
  body.blog-detail-page .dl-related-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  body.blog-detail-page .detail-keyword-tags {
    margin-top: 28px;
  }

  body.blog-detail-page .detail-keyword-tags a {
    font-size: 14px;
  }

  body.blog-detail-page .detail-keyword-tags span {
    font-size: 14px;
  }

  body.blog-detail-page .zb-v9-wp-markdown-content h2,
  body.blog-detail-page .zb-v9-blog-faq h2 {
    font-size: 24px;
  }

  body.blog-detail-page .zb-v9-wp-markdown-content h3,
  body.blog-detail-page .zb-v9-blog-faq h3,
  body.blog-detail-page .zb-v9-blog-faq__item h3 {
    font-size: 19px;
  }

body.blog-detail-page .zb-v9-wp-markdown-content ul,
  body.blog-detail-page .zb-v9-wp-markdown-content ol,
  body.blog-detail-page .zb-v9-blog-faq__item p {
    font-size: 16px;
  }
}

/* 2026-07-04 · Blog 单篇正文 1:1 对齐旧站 blog/8278.html 阅读样式。
   只覆盖文章详情页正文与详情页框架，不影响归档页、右栏分页数据和后台编辑器。 */
body.blog-detail-page .dl-breadcrumb {
  padding: 24px 0 0;
}

body.blog-detail-page .dl-detail-layout {
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 64px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 0 80px;
}

body.blog-detail-page .dl-detail-main {
  max-width: 760px;
  min-width: 0;
}

body.blog-detail-page .dl-article-header {
  margin-bottom: 64px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--zb-border);
  text-align: center;
}

body.blog-detail-page .dl-article-header h1 {
  margin: 0 0 16px;
  color: var(--zb-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

body.blog-detail-page .dl-article-meta {
  justify-content: center;
  gap: 32px;
  color: var(--zb-muted);
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

body.blog-detail-page .dl-article-body,
body.blog-detail-page .zb-v9-wp-markdown-content {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
  background: var(--zb-surface);
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 2;
}

body.blog-detail-page .dl-article-intro {
  margin-bottom: 0;
}

body.blog-detail-page .dl-article-intro p,
body.blog-detail-page .dl-article-section p,
body.blog-detail-page .zb-v9-wp-markdown-content p,
body.blog-detail-page .zb-v9-blog-faq__item p {
  margin: 0 0 1em;
  color: #333;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  text-align: justify;
}

body.blog-detail-page .dl-article-body strong,
body.blog-detail-page .dl-article-body b,
body.blog-detail-page .zb-v9-wp-markdown-content strong,
body.blog-detail-page .zb-v9-wp-markdown-content b,
body.blog-detail-page .zb-v9-blog-faq__item strong,
body.blog-detail-page .zb-v9-blog-faq__item b {
  color: #0052ff;
  font-weight: 600;
  letter-spacing: 1px;
}

body.blog-detail-page .dl-article-section h2,
body.blog-detail-page .zb-v9-wp-markdown-content h1,
body.blog-detail-page .zb-v9-wp-markdown-content h2,
body.blog-detail-page .zb-v9-blog-faq h2 {
  margin: 1.5em 0 .8em;
  padding: 0;
  border-bottom: 0;
  color: #0052ff;
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .5px;
  text-align: center;
}

body.blog-detail-page .zb-v9-wp-markdown-content h1 {
  font-size: 22px;
}

body.blog-detail-page .dl-article-section h3,
body.blog-detail-page .zb-v9-wp-markdown-content h3,
body.blog-detail-page .zb-v9-blog-faq h3,
body.blog-detail-page .zb-v9-blog-faq__item h3 {
  margin: 1.5em 0 .8em;
  padding: 0;
  border-bottom: 0;
  color: #0052ff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .5px;
  text-align: left;
}

body.blog-detail-page .zb-v9-wp-markdown-content h4,
body.blog-detail-page .zb-v9-wp-markdown-content h5,
body.blog-detail-page .zb-v9-wp-markdown-content h6 {
  margin: 1em 0 .6em;
  color: #333;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 1px;
  text-align: left;
}

body.blog-detail-page .zb-v9-wp-markdown-content ul,
body.blog-detail-page .zb-v9-wp-markdown-content ol {
  margin: 1em 0;
  padding-left: 2em;
  color: #333;
  font-size: 16px;
  line-height: 2;
}

body.blog-detail-page .zb-v9-wp-markdown-content li {
  margin: .3em 0;
  color: #333;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
}

body.blog-detail-page .zb-v9-wp-markdown-content code {
  display: inline;
  padding: .2em .5em;
  border-radius: 2px;
  background: #f8f8f8;
  color: #8e6a27;
  font-family: "Monaco", "Menlo", "Consolas", "Courier New", monospace;
  font-size: .9em;
  white-space: pre-wrap;
}

body.blog-detail-page .zb-v9-wp-markdown-content pre {
  margin: 1.5em 0;
  padding: 1em;
  overflow-x: auto;
  border-radius: 4px;
  background: #f8f8f8;
  font-family: "Monaco", "Menlo", "Consolas", "Courier New", monospace;
  font-size: 1em;
  line-height: 1.2;
}

body.blog-detail-page .zb-v9-wp-markdown-content pre code {
  display: block;
  padding: 0;
  overflow: auto;
  background: none;
  white-space: pre;
}

body.blog-detail-page .zb-v9-wp-markdown-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
  border-radius: 4px;
}

body.blog-detail-page .dl-highlight-card,
body.blog-detail-page .dl-article-quote,
body.blog-detail-page .zb-v9-wp-markdown-content blockquote {
  position: relative;
  margin: 1.6em 0;
  padding: 46px 56px 46px 72px;
  color: #2c2e33;
  font-style: normal;
  background: #f4ece3;
  border: 0;
  border-left: 6px solid #d46b2c;
  border-radius: 12px;
  box-shadow: none;
}

body.blog-detail-page .dl-highlight-card p,
body.blog-detail-page .dl-article-quote p,
body.blog-detail-page .zb-v9-wp-markdown-content blockquote p {
  margin: 0 0 1em;
  color: #2c2e33;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: .8px;
  text-align: left;
}

body.blog-detail-page .dl-highlight-card p:last-child,
body.blog-detail-page .dl-article-quote p:last-child,
body.blog-detail-page .zb-v9-wp-markdown-content blockquote p:last-child {
  margin-bottom: 0;
}

body.blog-detail-page .dl-highlight-card strong,
body.blog-detail-page .dl-article-quote strong,
body.blog-detail-page .zb-v9-wp-markdown-content blockquote strong {
  color: #cf6429;
  font-weight: 700;
}

body.blog-detail-page .dl-article-quote cite,
body.blog-detail-page .zb-v9-wp-markdown-content blockquote cite {
  display: block;
  margin-top: 1em;
  color: #666;
  font-size: 14px;
  font-style: normal;
  letter-spacing: .8px;
}

body.blog-detail-page .zb-v9-wp-markdown-content table {
  width: 100%;
  margin: 1.5em 0;
  border-collapse: collapse;
  color: #333;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .8px;
}

body.blog-detail-page .zb-v9-wp-markdown-content th,
body.blog-detail-page .zb-v9-wp-markdown-content td {
  padding: 10px 12px;
  border: 1px solid #eee;
  text-align: left;
  vertical-align: top;
}

body.blog-detail-page .zb-v9-wp-markdown-content th {
  color: #0052ff;
  background: #f8f8f8;
  font-weight: 600;
}

body.blog-detail-page .zb-v9-wp-markdown-content hr {
  width: 80%;
  height: 0;
  margin: 2em auto;
  border: 0;
  border-top: 1px solid #eee;
  background: transparent;
}

body.blog-detail-page .dl-data-cards {
  max-width: 680px;
  margin: 32px auto;
  padding: 24px;
  gap: 16px;
  background: var(--zb-primary-dark);
  color: var(--zb-surface);
  border-radius: 8px;
}

body.blog-detail-page .dl-data-card {
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
}

body.blog-detail-page .dl-data-card::before {
  display: none;
}

body.blog-detail-page .dl-data-card .dc-num {
  color: #d46b2c;
}

body.blog-detail-page .dl-data-card .dc-label {
  color: rgba(255, 255, 255, .72);
}

@media (max-width: 1024px) {
  body.blog-detail-page .dl-detail-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  body.blog-detail-page .dl-detail-main {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  body.blog-detail-page .dl-detail-layout {
    padding: 36px 0 56px;
  }

  body.blog-detail-page .dl-article-header {
    margin-bottom: 36px;
    padding-bottom: 24px;
  }

  body.blog-detail-page .dl-article-header h1 {
    font-size: 26px;
    line-height: 1.42;
  }

  body.blog-detail-page .dl-article-meta {
    gap: 12px;
  }

  body.blog-detail-page .dl-article-body,
  body.blog-detail-page .zb-v9-wp-markdown-content {
    padding: 0 15px;
  }

  body.blog-detail-page .dl-article-intro p,
  body.blog-detail-page .dl-article-section p,
  body.blog-detail-page .zb-v9-wp-markdown-content p,
  body.blog-detail-page .zb-v9-wp-markdown-content li,
  body.blog-detail-page .zb-v9-wp-markdown-content h4,
  body.blog-detail-page .zb-v9-wp-markdown-content h5,
  body.blog-detail-page .zb-v9-wp-markdown-content h6,
  body.blog-detail-page .zb-v9-blog-faq__item p {
    font-size: 15px;
    line-height: 2;
    letter-spacing: .8px;
  }

  body.blog-detail-page .zb-v9-wp-markdown-content h1 {
    font-size: 17px;
  }

  body.blog-detail-page .dl-article-section h2,
  body.blog-detail-page .zb-v9-wp-markdown-content h2,
  body.blog-detail-page .zb-v9-blog-faq h2 {
    font-size: 16px;
  }

  body.blog-detail-page .dl-article-section h3,
  body.blog-detail-page .zb-v9-wp-markdown-content h3,
  body.blog-detail-page .zb-v9-blog-faq h3,
  body.blog-detail-page .zb-v9-blog-faq__item h3 {
    font-size: 15px;
  }

  body.blog-detail-page .dl-highlight-card,
  body.blog-detail-page .dl-article-quote,
  body.blog-detail-page .zb-v9-wp-markdown-content blockquote {
    padding: 28px 24px 28px 32px;
    border-left-width: 5px;
    border-radius: 10px;
  }

  body.blog-detail-page .dl-highlight-card p,
  body.blog-detail-page .dl-article-quote p,
  body.blog-detail-page .zb-v9-wp-markdown-content blockquote p {
    font-size: 17px;
    line-height: 1.9;
  }

  body.blog-detail-page .dl-data-cards {
    grid-template-columns: 1fr;
  }
}

/* 2026-07-03 · 首页首屏收敛：参考用户附件的左侧排版节奏，保留 V9 单 CSS 与真实现场图。 */
body.home-workspace-style .dl-hero {
  display: grid;
  grid-template-columns:
    minmax(36px, 1fr)
    minmax(0, 600px)
    clamp(42px, 5vw, 72px)
    minmax(390px, 520px)
    minmax(36px, 1fr);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: 56px 0 76px;
  background: var(--home-canvas);
  border-bottom: 1px solid rgba(220, 225, 232, 0.72);
  overflow: hidden;
}

body.home-workspace-style .dl-hero::before {
  display: none;
}

body.home-workspace-style .dl-hero-copy {
  grid-column: 2;
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

body.home-workspace-style .dl-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 0;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--home-muted);
  font-family: var(--zb-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

body.home-workspace-style .dl-hero-kicker::before {
  content: "";
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: var(--home-navy);
}

body.home-workspace-style .hero-headline {
  max-width: 600px;
}

body.home-workspace-style .dl-hero .hero-headline .q {
  max-width: 600px;
  margin: 0 0 22px;
  color: var(--home-ink);
  font-size: clamp(52px, 4.55vw, 56px);
  font-weight: 780;
  line-height: 1.16;
  letter-spacing: 0;
  text-wrap: normal;
}

body.home-workspace-style .dl-hero .hero-headline .title-line {
  display: block;
}

body.home-workspace-style .dl-hero .hero-headline .title-line--lead {
  margin-bottom: 6px;
  color: #4B5563;
  font-size: 40px;
  font-weight: 560;
  line-height: 1.28;
}

body.home-workspace-style .dl-hero .hero-headline .title-line--answer {
  position: relative;
  width: fit-content;
  color: var(--home-ink);
  z-index: 1;
}

body.home-workspace-style .dl-hero .hero-headline .title-line--answer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.12em;
  z-index: -1;
  height: 0.22em;
  border-radius: 8px;
  background: rgba(217, 122, 43, 0.13);
}

body.home-workspace-style .dl-hero .hero-headline .title-emphasis {
  color: var(--home-navy-dark);
  font-weight: 850;
  white-space: nowrap;
  text-decoration: none;
}

body.home-workspace-style .dl-hero .hero-headline .hero-judgement {
  max-width: 520px;
  margin: 0 0 20px;
  color: #4B5563;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 0;
}

body.home-workspace-style .dl-hero .hero-headline .hero-judgement strong {
  color: inherit;
  font-weight: 760;
}

body.home-workspace-style .dl-hero .hero-headline .pain-subtitle {
  max-width: 560px;
  margin: 0 0 24px;
  color: var(--home-muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.72;
}

body.home-workspace-style .hero-copy-highlight {
  color: var(--home-navy-dark);
  font-weight: 700;
}

body.home-workspace-style .hero-proof-line--stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: stretch;
  align-items: start;
  gap: 28px;
  width: 100%;
  max-width: 550px;
  margin: 6px 0 0;
  padding: 18px 28px;
  border: 1px solid rgba(220, 225, 232, 0.58);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 3px 14px rgba(23, 38, 51, 0.032);
}

body.home-workspace-style .hero-proof-line--stats .hero-proof-item,
body.home-workspace-style .hero-proof-line--stats .hero-proof-item:first-child,
body.home-workspace-style .hero-proof-line--stats .hero-proof-item + .hero-proof-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  color: var(--home-ink);
}

body.home-workspace-style .hero-proof-line--stats .hero-proof-item::before {
  display: none;
  content: none;
}

body.home-workspace-style .hero-proof-line--stats .hero-proof-item strong {
  color: var(--home-ink);
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

body.home-workspace-style .hero-proof-line--stats .hero-proof-item em {
  margin-top: 7px;
  color: var(--home-ink);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.42;
}

body.home-workspace-style .hero-proof-line--stats .hero-proof-item small {
  margin-top: 5px;
  color: var(--home-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.42;
}

body.home-workspace-style .hero-cta-group {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

body.home-workspace-style .hero-cta-group .dl-btn-primary,
body.home-workspace-style .hero-cta-group .dl-btn-ghost {
  min-height: 52px;
  padding: 0 26px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
}

body.home-workspace-style .hero-scene-card {
  grid-column: 4;
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(220, 225, 232, 0.72);
  border-radius: 16px;
  background: var(--home-soft);
  box-shadow: 0 24px 64px rgba(23, 38, 51, 0.12);
  transform: none;
}

body.home-workspace-style .hero-scene-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transition: transform 600ms var(--home-motion-ease);
}

body.home-workspace-style .hero-scene-card:hover .hero-scene-image {
  transform: scale(1.035);
}

body.home-workspace-style .hero-scene-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(26, 58, 95, 0.88);
  color: #fff;
  box-shadow: 0 8px 18px rgba(23, 38, 51, 0.18);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(4px);
}

@media (max-width: 1180px) {
  body.home-workspace-style .dl-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-template-columns: minmax(28px, 1fr) minmax(0, 720px) minmax(28px, 1fr);
    gap: 42px;
    padding: 52px 0 70px;
  }

  body.home-workspace-style .dl-hero-copy,
  body.home-workspace-style .hero-scene-card {
    grid-column: 2;
    width: 100%;
    max-width: 720px;
  }

  body.home-workspace-style .hero-scene-card {
    order: 2;
    max-height: 360px;
  }
}

@media (max-width: 820px) {
  body.home-workspace-style {
    overflow-x: hidden;
  }

  body.home-workspace-style .dl-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    width: 100%;
    max-width: 100%;
    padding: 38px 24px 52px;
    gap: 28px;
    overflow: hidden;
  }

  body.home-workspace-style .dl-hero-copy,
  body.home-workspace-style .hero-headline,
  body.home-workspace-style .hero-proof-line--stats,
  body.home-workspace-style .hero-cta-group,
  body.home-workspace-style .hero-scene-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  body.home-workspace-style .dl-hero-kicker {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  body.home-workspace-style .dl-hero .hero-headline .q {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 1.18;
  }

  body.home-workspace-style .dl-hero .hero-headline .title-line--lead {
    font-size: 32px;
    line-height: 1.25;
    white-space: normal;
  }

  body.home-workspace-style .dl-hero .hero-headline .title-line--answer {
    width: auto;
  }

  body.home-workspace-style .dl-hero .hero-headline .hero-judgement {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 1.3;
  }

  body.home-workspace-style .dl-hero .hero-headline .pain-subtitle {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.72;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-break: anywhere;
  }

  body.home-workspace-style .hero-copy-highlight {
    white-space: normal;
    word-break: break-word;
    line-break: anywhere;
  }

  body.home-workspace-style .dl-hero .hero-proof-line--stats {
    grid-template-columns: 1fr;
    justify-content: stretch;
    align-items: stretch;
    gap: 0;
    padding: 16px 20px;
  }

  body.home-workspace-style .dl-hero .hero-proof-line--stats .hero-proof-item {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    column-gap: 14px;
    align-items: center;
    text-align: left;
    width: 100%;
    max-width: none;
    padding: 13px 0;
    border-top: 1px solid var(--home-line);
  }

  body.home-workspace-style .dl-hero .hero-proof-line--stats .hero-proof-item:first-child {
    padding-top: 0;
    border-top: 0;
  }

  body.home-workspace-style .dl-hero .hero-proof-line--stats .hero-proof-item:last-child {
    padding-bottom: 0;
  }

  body.home-workspace-style .dl-hero .hero-proof-line--stats .hero-proof-item strong {
    grid-row: 1 / span 2;
    font-size: 31px;
  }

  body.home-workspace-style .dl-hero .hero-proof-line--stats .hero-proof-item em {
    grid-column: 2;
    margin-top: 0;
    font-size: 14px;
  }

  body.home-workspace-style .dl-hero .hero-proof-line--stats .hero-proof-item small {
    grid-column: 2;
    margin-top: 2px;
    font-size: 13px;
  }

  body.home-workspace-style .hero-cta-group {
    gap: 12px;
    margin-top: 22px;
  }

  body.home-workspace-style .hero-cta-group .dl-btn-primary,
  body.home-workspace-style .hero-cta-group .dl-btn-ghost {
    width: 100%;
    justify-content: center;
  }

  body.home-workspace-style .hero-scene-card {
    max-height: 280px;
  }

  body.home-workspace-style .scroll-indicator {
    display: none;
  }
}

@media (max-width: 420px) {
  body.home-workspace-style .dl-hero {
    padding-left: 22px;
    padding-right: 22px;
  }

  body.home-workspace-style .dl-hero .hero-headline .q {
    font-size: 42px;
  }

  body.home-workspace-style .dl-hero .hero-headline .title-line--lead,
  body.home-workspace-style .dl-hero .hero-headline .hero-judgement {
    font-size: 32px;
  }

  body.home-workspace-style .dl-hero .hero-proof-line--stats .hero-proof-item {
    grid-template-columns: 78px minmax(0, 1fr);
  }
}

/* 2026-07-03 · 首页首屏截图修正：H2 桌面不强制断行，右图保持纯图片，证据数字进入视口后计数。 */
body.home-workspace-style .dl-hero .hero-headline .hero-judgement {
  max-width: 600px;
  white-space: nowrap;
}

body.home-workspace-style .hero-proof-line--stats {
  position: relative;
  overflow: hidden;
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

body.home-workspace-style .hero-proof-line--stats.is-animated {
  border-color: rgba(220, 225, 232, 0.72);
  box-shadow: 0 6px 18px rgba(23, 38, 51, 0.046);
}

body.home-workspace-style .hero-proof-line--stats .hero-proof-item strong {
  display: inline-block;
  min-width: 2.7em;
  transform-origin: left center;
  transition: color 220ms ease, transform 220ms ease;
}

body.home-workspace-style .hero-proof-line--stats .hero-proof-item.is-counting strong {
  color: var(--home-navy-dark);
  transform: translateY(-1px) scale(1.025);
}

body.home-workspace-style .hero-proof-line--stats .hero-proof-item.is-counted strong {
  color: var(--home-ink);
}

body.home-workspace-style .hero-proof-line--stats .hero-proof-item.is-counted em {
  color: var(--home-navy-dark);
}

body.home-workspace-style .hero-scene-card {
  isolation: isolate;
}

@media (max-width: 820px) {
  body.home-workspace-style .dl-hero .hero-headline .hero-judgement {
    white-space: normal;
  }

  body.home-workspace-style .hero-proof-line--stats .hero-proof-item strong {
    min-width: 0;
  }
}

/* 2026-07-05 · 专题分类页左侧文章列表：每页 6 篇，并使用归档分页条。 */
body.blog-list-page .category-pagination {
  padding-top: 34px;
  text-align: center;
}

body.blog-list-page .category-pagination[hidden] {
  display: none;
}

body.blog-list-page .category-pagination .pagination-info {
  margin: 0 0 18px;
  color: var(--zb-muted);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}

body.blog-list-page .category-pagination .pagination,
body.blog-list-page .category-pagination .pagination-pages {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

body.blog-list-page .category-pagination .page-prev,
body.blog-list-page .category-pagination .page-next,
body.blog-list-page .category-pagination .page-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(220, 225, 232, 0.92);
  border-radius: 8px;
  background: var(--zb-surface);
  color: var(--zb-primary-dark);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(26, 58, 92, 0.04);
  transition: color .2s, background .2s, border-color .2s, box-shadow .2s, transform .2s;
}

body.blog-list-page .category-pagination .page-prev,
body.blog-list-page .category-pagination .page-next {
  color: var(--zb-muted);
  font-size: 28px;
  font-weight: 700;
}

body.blog-list-page .category-pagination .page-prev:hover,
body.blog-list-page .category-pagination .page-next:hover,
body.blog-list-page .category-pagination .page-num:hover {
  border-color: rgba(26, 58, 92, 0.30);
  box-shadow: var(--card-shadow-light);
  transform: translateY(-1px);
}

body.blog-list-page .category-pagination .page-num.active {
  border-color: var(--zb-primary-dark);
  background: var(--zb-primary-dark);
  color: var(--zb-surface);
}

body.blog-list-page .category-pagination .is-disabled {
  pointer-events: none;
  color: rgba(90, 102, 120, 0.36);
  background: rgba(246, 248, 250, 0.42);
  border-color: rgba(220, 225, 232, 0.54);
  box-shadow: none;
  transform: none;
}

@media (max-width: 820px) {
  body.blog-list-page .category-pagination {
    padding-top: 26px;
  }

  body.blog-list-page .category-pagination .pagination-info {
    margin-bottom: 14px;
    font-size: 16px;
  }

  body.blog-list-page .category-pagination .pagination,
  body.blog-list-page .category-pagination .pagination-pages {
    gap: 8px;
  }

  body.blog-list-page .category-pagination .page-prev,
  body.blog-list-page .category-pagination .page-next,
  body.blog-list-page .category-pagination .page-num {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  body.blog-list-page .category-pagination .page-prev,
  body.blog-list-page .category-pagination .page-next {
    font-size: 20px;
  }
}
