/* ============================================================
   薪领航官网（钢蓝/深海蓝） — Light Glass 设计系统（自动生成）
   生成器：design-system/generate-css.mjs（修改请改生成器后重跑）
   半径系统：按钮=胶囊 / 卡片=16px / 输入=10px / 图片=12px
   ============================================================ */

:root {
  /* 中性色（slate，浅色主题） */
  --c-ink: #0F172A;
  --c-ink-2: #1E293B;
  --c-text: #1E293B;
  --c-text-2: #475569;
  --c-text-3: #64748B;
  --c-bg-page: #EDEFF2;
  --c-bg: #FFFFFF;
  --c-bg-alt: rgb(255 255 255 / 0.5);
  --c-border: #E2E8F0;
  --c-border-2: #CBD5E1;
  /* 品牌强调色（本站唯一强调色） */
  --c-accent: #1C5AA0;
  --c-accent-dark: #143F73;
  --c-accent-soft: #C7DAEE;
  /* 玻璃材质 */
  --glass-bg: rgb(255 255 255 / 0.40);
  --glass-bg-strong: rgb(255 255 255 / 0.60);
  --glass-border: rgb(255 255 255 / 0.65);
  --glass-edge: rgb(15 23 42 / 0.07);
  --glass-blur: 24px;
  --glass-hi: inset 0 1px 0 rgb(255 255 255 / 0.78), inset 0 0 0 1px rgb(255 255 255 / 0.35);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  /* 兼容旧变量名 */
  --c-primary: var(--c-accent);
  --c-primary-dark: var(--c-accent-dark);
  --c-navy: var(--c-ink);
  --c-text-light: var(--c-text-2);
  /* 阴影（染色，柔和） */
  --shadow-sm: 0 1px 2px rgb(15 23 42 / 0.04);
  --shadow: 0 4px 16px rgb(15 23 42 / 0.06);
  --shadow-lg: 0 12px 36px rgb(15 23 42 / 0.09);
  /* 悬浮卡片立体阴影（近影锐 + 中影 + 远影柔，深色染色） */
  --shadow-float: 0 1px 2px rgb(15 23 42 / 0.07), 0 8px 18px -4px rgb(15 23 42 / 0.12), 0 22px 44px -12px rgb(15 23 42 / 0.16);
  --shadow-float-hover: 0 2px 4px rgb(15 23 42 / 0.08), 0 16px 32px -6px rgb(15 23 42 / 0.16), 0 36px 68px -16px rgb(15 23 42 / 0.22);
  /* 半径系统 */
  --r-card: 16px;
  --r-input: 10px;
  --r-img: 12px;
  --r-pill: 999px;
  --radius: var(--r-card);
  /* 布局 */
  --container: 1200px;
  --header-h: 64px;
  --font: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "Segoe UI", Roboto, sans-serif;
}

/* ---------- 基础 ---------- */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.75;
  color: var(--c-text);
  background: var(--c-bg-page);
}
/* 全局柔和渐变洗色（固定，玻璃卡片的"背后内容"） */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(1000px 640px at 88% -5%, rgb(118 132 152 / 0.22), transparent 62%),
    radial-gradient(860px 600px at -12% 28%, rgb(150 162 178 / 0.15), transparent 58%),
    radial-gradient(780px 540px at 105% 62%, rgb(96 110 130 / 0.18), transparent 60%),
    radial-gradient(820px 560px at 30% 112%, rgb(118 132 152 / 0.22), transparent 60%),
    linear-gradient(168deg, #EDEFF2 0%, #EDEFF2 50%, #EDEFF2 100%);
}
body::after {
  content: ""; position: fixed; inset: 0; z-index: 2147483000; pointer-events: none;
  opacity: 0.028; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-accent); text-decoration: none; }
a:hover { color: var(--c-accent-dark); }
h1, h2, h3, h4 { line-height: 1.3; color: var(--c-ink); margin: 0 0 0.5em; font-weight: 700; }
h1, h2 { font-weight: 800; letter-spacing: -0.02em; text-wrap: balance; }
p { text-wrap: pretty; }
ul[role="list"], ol[role="list"] { list-style: none; margin: 0; padding: 0; }
:focus-visible { outline: 2px solid var(--c-accent); outline-offset: 2px; border-radius: 4px; }
::selection { background: var(--c-accent-soft); }

.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }

/* ---------- 滚动入场（JS 渐进增强，reduced-motion 自动豁免） ---------- */
.rv { opacity: 0; transform: translateY(16px); transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out); }
.rv.in { opacity: 1; transform: none; }

/* 屏蔽浏览器扩展/外部工具注入页面的悬浮控件（非本站元素，会遮挡导航） */
#bottomBar { display: none !important; }

/* ---------- 玻璃材质基类（通过组合选择器复用） ---------- */
/* 下拉菜单 .nav-sub/.nav-mega 不放入玻璃基类——需实底保证可读，
   且 Safari 对后续规则覆盖 backdrop-filter/background 的层叠不一致，留在列表里会半透明。 */
.site-header, .mobile-cta-bar,
.module-card, .core-card, .case-card, .quick-card, .platform-card, .agency-card,
.subsidy-card, .service-card, .adv-card, .block-card, .rel-card,
.article-card a, .video-card a, .hub-links a, .article-cta,
.promise-band li, .scene-stats > div, .formula span,
.contact-form-wrap, .quotation-wrap form {
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(185%);
  backdrop-filter: blur(var(--glass-blur)) saturate(185%);
}

/* 卡片悬浮升起（静置即有立体阴影，hover 升得更高） */
.module-card, .core-card, .case-card, .quick-card, .platform-card, .agency-card,
.subsidy-card, .service-card, .adv-card, .block-card, .rel-card,
.article-card a, .video-card a, .hub-links a {
  box-shadow: var(--shadow-float), var(--glass-hi) !important;
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out), border-color 0.2s;
}
.module-card:hover, .core-card:hover, .case-card:hover, .quick-card:hover, .platform-card:hover,
.agency-card:hover, .subsidy-card:hover, .service-card:hover, .adv-card:hover, .block-card:hover,
.rel-card:hover, .article-card a:hover, .video-card a:hover, .hub-links a:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-float-hover), var(--glass-hi) !important;
}

/* ---------- 按钮（胶囊；44px；渐变主按钮） ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 10px 28px;
  border-radius: var(--r-pill);
  font-size: 16px; font-weight: 600; font-family: inherit;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  text-align: center;
  touch-action: manipulation;
}
.btn:active { transform: scale(0.97); }
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--c-accent), var(--c-accent-dark));
  color: #fff;
  box-shadow: 0 4px 14px rgb(15 23 42 / 0.12), inset 0 1px 0 rgb(255 255 255 / 0.25);
}
.btn-primary:hover { color: #fff; box-shadow: 0 6px 20px rgb(15 23 42 / 0.18), inset 0 1px 0 rgb(255 255 255 / 0.25); filter: brightness(1.06); }
.btn-ghost {
  border-color: rgb(15 23 42 / 0.14); color: var(--c-accent-dark);
  background: var(--glass-bg-strong);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  box-shadow: var(--glass-hi);
}
.btn-ghost:hover { border-color: var(--c-accent); color: var(--c-accent-dark); }
.btn-lg { min-height: 50px; padding: 13px 36px; font-size: 17px; }
.btn-sm { min-height: 40px; padding: 7px 20px; font-size: 15px; }

/* ---------- 顶部导航（浅色玻璃，64px，单行） ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgb(255 255 255 / 0.55);
  -webkit-backdrop-filter: blur(24px) saturate(185%);
  backdrop-filter: blur(24px) saturate(185%);
  border-bottom: 1px solid var(--glass-edge);
  box-shadow: 0 1px 0 rgb(255 255 255 / 0.6) inset;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 12px; }
.logo { display: inline-flex; align-items: center; min-height: 44px; }
.logo img { width: 132px; height: auto; filter: brightness(0) saturate(100%) invert(14%) sepia(62%) saturate(4200%) hue-rotate(343deg) brightness(81%) contrast(108%); }
.nav-menu { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav-menu a {
  display: flex; align-items: center; min-height: 44px; padding: 0 14px; border-radius: var(--r-pill);
  color: var(--c-text-2); font-weight: 500; font-size: 15px; white-space: nowrap;
}
.nav-menu a:hover { color: var(--c-ink); background: rgb(15 23 42 / 0.05); }
.nav-menu a[aria-current="page"] { color: var(--c-accent-dark); font-weight: 700; background: var(--c-accent-soft); }
.nav-cta a {
  background: linear-gradient(135deg, var(--c-accent), var(--c-accent-dark));
  color: #fff !important; border-radius: var(--r-pill); padding: 0 22px;
  box-shadow: 0 3px 10px rgb(15 23 42 / 0.12);
}
.nav-cta a:hover { filter: brightness(1.06); }
.nav-phone a { color: var(--c-ink); font-weight: 700; font-variant-numeric: tabular-nums; }
.nav-toggle { display: none; }

/* 下拉子菜单（玻璃面板） */
.nav-menu .has-sub { position: relative; }
.nav-sub {
  display: none; position: absolute; top: calc(100% + 6px); left: 0; min-width: 200px;
  background: var(--glass-bg-strong);
  border: 1px solid var(--glass-border); border-radius: var(--r-card); padding: 8px;
  list-style: none; margin: 0; box-shadow: var(--shadow-lg), var(--glass-hi); z-index: 50;
}
.has-sub:hover .nav-sub, .has-sub:focus-within .nav-sub { display: block; }
.nav-sub a { min-height: 44px; padding: 0 14px; border-radius: 10px; font-size: 14px; }

/* ---------- 区块 ---------- */
.section { padding: clamp(52px, 8vw, 88px) 0; }
.section-alt { background: linear-gradient(165deg, #F4F6F8 0%, #DCE1E7 100%); border-block: 1px solid rgb(255 255 255 / 0.8); }
.section-head { text-align: left; margin-bottom: clamp(28px, 5vw, 44px); }
.section-head::before {
  content: ""; display: block; width: 44px; height: 4px; border-radius: 2px;
  margin-bottom: 16px;
  background: linear-gradient(90deg, var(--c-accent), var(--c-accent-dark));
  transform-origin: left center;
}
.section-head.sh-prep::before { transform: scaleX(0); }
.section-head.sh-in::before { transform: scaleX(1); transition: transform 0.8s var(--ease-out) 0.1s; }
.section-head h2 { font-size: clamp(24px, 3.2vw, 36px); }
.section-head p { color: var(--c-text-2); margin: 0; max-width: 640px; }
.section-foot-cta { text-align: center; margin: 36px 0 0; }

/* 强调横幅（浅色渐变 + 玻璃内芯） */
.section-cta-banner {
  background: linear-gradient(120deg, #DCE1E7 0%, #F4F6F8 55%, rgb(255 255 255 / 0.5) 100%);
  border-block: 1px solid rgb(255 255 255 / 0.8);
  text-align: center; padding: clamp(44px, 7vw, 64px) 0;
}
.section-cta-banner h2 { color: var(--c-ink); font-size: clamp(22px, 3vw, 30px); }
.section-cta-banner p { color: var(--c-text-2); margin: 0 0 22px; }

/* ---------- 主视觉（浅色网格渐变） ---------- */
.hero {
  position: relative;
  background:
    linear-gradient(115deg, transparent 36%, rgb(255 255 255 / 0.22) 46%, rgb(255 255 255 / 0.06) 52%, transparent 62%),
    radial-gradient(820px 480px at 88% -12%, rgb(255 255 255 / 0.24), transparent 60%),
    radial-gradient(560px 400px at 10% 115%, rgb(0 0 0 / 0.20), transparent 60%),
    linear-gradient(160deg, #0C2A4A 0%, #123A63 36%, #1C5AA0 64%, #4A86C0 86%, #8FB8DC 100%);
  padding: clamp(56px, 9vw, 96px) 0 clamp(86px, 12vw, 130px);
}
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: clamp(36px, 6vw, 64px);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 96' preserveAspectRatio='none'%3E%3Cpath d='M0 64 C 240 16 480 96 720 64 C 960 32 1200 80 1440 40 L 1440 96 L 0 96 Z' fill='%23EDEFF2'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}
.hero-kicker {
  color: rgb(255 255 255 / 0.85); font-weight: 700; letter-spacing: 0.04em;
  margin: 0 0 12px; font-size: clamp(14px, 1.6vw, 16px);
}
.hero h1 {
  color: #fff; font-size: clamp(28px, 5vw, 44px); margin-bottom: 14px;
  letter-spacing: -0.01em; max-width: 22ch;
  text-shadow: 0 2px 18px rgb(0 0 0 / 0.18);
}
.hero h1 strong, .hero .grad-text {
  background: linear-gradient(120deg, var(--c-accent), var(--c-accent-dark));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-sub { font-size: clamp(17px, 2.2vw, 21px); color: rgb(255 255 255 / 0.92); margin: 0 0 14px; }
.hero-desc { max-width: 640px; color: rgb(255 255 255 / 0.85); margin: 0 0 28px; font-size: clamp(15px, 1.8vw, 17px); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero .btn-primary { background: #fff; color: var(--c-accent-dark); box-shadow: 0 6px 22px rgb(0 0 0 / 0.18); }
.hero .btn-primary:hover { filter: none; background: var(--c-accent-soft); color: var(--c-accent-dark); }
.hero .btn-ghost { background: rgb(255 255 255 / 0.14); border-color: rgb(255 255 255 / 0.6); color: #fff; }
.hero .btn-ghost:hover { background: rgb(255 255 255 / 0.25); border-color: #fff; color: #fff; }

/* 承诺带（玻璃胶囊） */
.promise-band { border-bottom: 1px solid rgb(255 255 255 / 0.8); }
.promise-band ul { display: flex; flex-wrap: wrap; gap: 8px 10px; padding: 16px 0; justify-content: center; }
.promise-band li {
  border: 1px solid var(--glass-border); color: var(--c-text-2);
  padding: 7px 16px; border-radius: var(--r-pill); font-size: 14px;
  box-shadow: var(--glass-hi);
}

/* ---------- 页面头部条（浅色渐变） ---------- */
.page-hero {
  background:
    linear-gradient(115deg, transparent 40%, rgb(255 255 255 / 0.18) 48%, transparent 58%),
    radial-gradient(680px 400px at 85% -20%, rgb(255 255 255 / 0.20), transparent 60%),
    radial-gradient(420px 280px at 8% 120%, rgb(0 0 0 / 0.16), transparent 60%),
    linear-gradient(160deg, #0C2A4A 0%, #123A63 36%, #1C5AA0 64%, #4A86C0 86%, #8FB8DC 100%);
  padding: clamp(36px, 6vw, 60px) 0; text-align: center;
}
.page-hero h1 { color: #fff; font-size: clamp(26px, 3.5vw, 38px); margin: 0 0 6px; text-shadow: 0 2px 14px rgb(0 0 0 / 0.16); }
.page-hero p { margin: 0; color: rgb(255 255 255 / 0.85); }

/* 页面导语条（玻璃卡） */
.page-lead {
  background: linear-gradient(120deg, var(--c-accent-soft), rgb(255 255 255 / 0.6));
  border: 1px solid var(--glass-border);
  border-radius: var(--r-card); padding: 24px 28px;
  text-align: center; margin-bottom: 32px;
  box-shadow: var(--shadow), var(--glass-hi);
}
.page-lead p { margin: 4px 0; color: var(--c-ink) !important; font-size: 16px; text-indent: 0 !important; }
.page-lead p:first-child { font-size: 19px; font-weight: 700; }

/* ---------- 文章 ---------- */
.article-head {
  background: radial-gradient(560px 300px at 90% -30%, rgb(150 162 178 / 0.15), transparent 60%), linear-gradient(150deg, rgb(255 255 255 / 0.6), transparent);
  padding: 32px 0 26px; border-bottom: 1px solid var(--glass-edge);
}
.breadcrumb { font-size: 13px; color: var(--c-text-3); margin-bottom: 12px; }
.breadcrumb a { color: var(--c-text-3); }
.breadcrumb a:hover { color: var(--c-accent); }
.article-head h1 { font-size: clamp(21px, 3vw, 30px); max-width: 900px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--c-text-3); font-size: 14px; margin: 0; }
.article-body-wrap { padding: 36px 20px 60px; }
.article-body {
  max-width: 820px; margin: 0 auto; font-size: 16.5px; line-height: 1.9;
  overflow-wrap: break-word;
}
.article-body img { margin: 16px auto; border-radius: var(--r-img); }
.article-body table { border-collapse: collapse; width: 100%; display: block; overflow-x: auto; background: #fff; }
.article-body td, .article-body th { border: 1px solid var(--c-border); padding: 8px 12px; }
.article-pager {
  max-width: 820px; margin: 36px auto 0; display: flex; justify-content: space-between;
  gap: 16px; font-size: 14px;
}
.article-pager a {
  color: var(--c-text-2); max-width: 46%; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; padding: 10px 0; min-height: 44px; display: flex; align-items: center;
}
.article-pager a:hover { color: var(--c-accent); }
.article-cta {
  max-width: 820px; margin: 32px auto 0;
  border: 1px solid var(--glass-border);
  border-radius: var(--r-card); padding: 26px; text-align: center;
  box-shadow: var(--shadow), var(--glass-hi);
}
.article-cta p { margin: 0 0 14px; }

/* ---------- 列表 / 分页 / 标签 ---------- */
.article-list-simple { max-width: 860px; margin: 0 auto; }
.article-list-simple a {
  display: flex; align-items: center; gap: 14px; padding: 13px 6px; min-height: 48px;
  border-bottom: 1px solid var(--c-border); color: var(--c-text);
}
.article-list-simple a:hover .al-title { color: var(--c-accent); }
.article-list-simple .al-title { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.article-list-simple time { color: var(--c-text-3); font-size: 13px; font-variant-numeric: tabular-nums; }
.al-cat {
  align-self: flex-start; flex-shrink: 0; background: var(--c-accent-soft); color: var(--c-accent-dark);
  font-size: 12px; font-weight: 700; padding: 2px 10px; border-radius: var(--r-pill);
}

.news-list { max-width: 860px; margin: 0 auto; }
.news-item a { display: block; padding: 20px 4px; border-bottom: 1px solid var(--c-border); color: var(--c-text); }
.news-item h2 { font-size: 18px; margin: 0 0 6px; transition: color 0.15s; }
.news-item a:hover h2 { color: var(--c-accent); }
.news-item p { font-size: 14px; color: var(--c-text-2); margin: 0 0 8px; }
.news-item time { font-size: 13px; color: var(--c-text-3); font-variant-numeric: tabular-nums; }
.news-item footer { display: flex; gap: 10px; align-items: center; }

.pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 36px; }
.pagination a, .pagination .pg-cur {
  min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--c-border); background: rgb(255 255 255 / 0.7);
  border-radius: var(--r-input); font-size: 15px; font-variant-numeric: tabular-nums;
}
.pagination .pg-cur { background: linear-gradient(135deg, var(--c-accent), var(--c-accent-dark)); border-color: transparent; color: #fff; }
.pagination a:hover { border-color: var(--c-accent); }

.tag-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; justify-content: center; }
.tag {
  display: inline-flex; align-items: center; min-height: 44px;
  border: 1px solid var(--glass-border); background: var(--glass-bg-strong); color: var(--c-text-2);
  border-radius: var(--r-pill); padding: 0 20px; font-size: 14px; cursor: pointer;
  font-family: inherit; transition: all 0.15s; touch-action: manipulation;
  box-shadow: var(--glass-hi);
}
.tag:hover, .tag.is-active {
  background: linear-gradient(135deg, var(--c-accent), var(--c-accent-dark));
  border-color: transparent; color: #fff;
}

/* ---------- 表格 ---------- */
.table-wrap { overflow-x: auto; margin: 24px 0; -webkit-overflow-scrolling: touch; border-radius: var(--r-input); border: 1px solid var(--c-border); }
.table-wrap table { border-collapse: collapse; width: 100%; background: #fff; min-width: 480px; }
.table-wrap th { background: var(--c-accent-soft); color: var(--c-ink); }
.table-wrap td, .table-wrap th { border: 1px solid var(--c-border); padding: 10px 14px; font-size: 14px; }

/* ---------- 表单 ---------- */
.contact-form-wrap, .quotation-wrap form {
  border: 1px solid var(--glass-border); border-radius: var(--r-card);
  padding: 26px; box-shadow: var(--shadow), var(--glass-hi);
}
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; color: var(--c-ink); }
.form-row input, .form-row textarea, .form-row select {
  width: 100%; min-height: 48px; padding: 11px 14px;
  border: 1px solid var(--c-border-2); border-radius: var(--r-input);
  font: inherit; font-size: 16px; color: var(--c-text); background: rgb(255 255 255 / 0.9);
}
.form-row textarea { min-height: 96px; }
.form-row input:focus, .form-row textarea:focus, .form-row select:focus {
  outline: 2px solid var(--c-accent); outline-offset: 0; border-color: var(--c-accent);
}
.form-inline { display: flex; gap: 12px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.form-row-full { grid-column: 1 / -1; }
.form-note { font-size: 13px; color: var(--c-text-3); }
.form-sub { color: var(--c-text-2); font-size: 14px; }
.form-msg { min-height: 24px; font-size: 14px; margin-top: 10px; }
.form-msg.ok { color: #15803D; }
.form-msg.err { color: #DC2626; }
.quotation-wrap { max-width: 860px; }

/* ---------- 联系页 ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
.contact-list li { padding: 10px 0; }
.contact-list strong { display: inline-block; min-width: 84px; color: var(--c-ink); }
.contact-map { height: 320px; border-radius: var(--r-card); border: 1px solid var(--c-border); margin-top: 20px; }
.contact-note { color: var(--c-text-2); font-size: 14px; margin-top: 18px; }
.appoint-points { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; margin: 0 0 24px; }
.appoint-points li { font-size: 14px; color: var(--c-text-2); padding-left: 22px; position: relative; }
.appoint-points li::before { content: "✓"; position: absolute; left: 0; color: var(--c-accent); font-weight: 700; }

/* ---------- 栏目导览（玻璃卡） ---------- */
.hub-links { max-width: 720px; margin: 0 auto; display: grid; gap: 14px; }
.hub-links a {
  display: block;
  border: 1px solid var(--glass-border);
  border-radius: var(--r-card); padding: 18px 24px; min-height: 56px; transition: all 0.15s;
  box-shadow: var(--shadow-sm), var(--glass-hi);
}
.hub-links a:hover { border-color: var(--c-accent); box-shadow: var(--shadow), var(--glass-hi); }
.hub-links a:active { transform: scale(0.99); }
.hub-links strong { display: block; color: var(--c-ink); font-size: 17px; }
.hub-links span { font-size: 14px; color: var(--c-text-2); }

/* ---------- 通用内容页 ---------- */
.page-content { max-width: 960px; }
.page-content h2 { font-size: clamp(20px, 2.6vw, 27px); margin: 1.8em 0 0.6em; text-align: center; }
.page-content h2:first-child { margin-top: 0; }
.page-content h3 { font-size: 18px; margin: 1.4em 0 0.4em; }
.page-content p { color: var(--c-text); margin: 0.5em 0; }
.prose { max-width: 820px; margin: 0 auto; }
.prose p { margin: 0 0 1.2em; text-indent: 2em; }
.block-figure { margin: 24px auto; text-align: center; }
.block-figure img { display: inline-block; border-radius: var(--r-img); max-width: 100%; }
.inline-icon { display: inline-block; width: 48px; height: 48px; object-fit: contain; }
.block-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin: 26px 0; }
.block-card { border: 1px solid var(--glass-border); border-radius: var(--r-card); padding: 24px 22px; box-shadow: var(--shadow-sm), var(--glass-hi); }
.block-card img { width: 52px; height: 52px; object-fit: contain; margin-bottom: 10px; }
.block-card h3 { font-size: 16px; margin: 0 0 8px; }
.block-card p { font-size: 14px; color: var(--c-text-2); margin: 0 0 6px; }

/* ---------- 时间轴 ---------- */
.timeline { max-width: 720px; margin: 0 auto; position: relative; padding-left: 30px; }
.timeline::before {
  content: ""; position: absolute; left: 8px; top: 6px; bottom: 6px; width: 2px;
  background: linear-gradient(180deg, var(--c-accent), var(--c-accent-soft));
}
.timeline-item { position: relative; padding: 0 0 30px 24px; }
.timeline-item::before {
  content: ""; position: absolute; left: -29px; top: 8px;
  width: 16px; height: 16px; border-radius: 50%;
  background: #fff; border: 4px solid var(--c-accent);
}
.timeline-year { font-size: 20px; font-weight: 800; color: var(--c-ink); font-variant-numeric: tabular-nums; }
.timeline-item p { margin: 2px 0 0; color: var(--c-text-2); }
.partners-note { text-align: center; color: var(--c-text-2); max-width: 680px; margin: 0 auto; }

/* ---------- 404 ---------- */
.notfound { text-align: center; padding: 90px 0; }
.notfound h1 {
  font-size: clamp(64px, 12vw, 90px); margin: 0;
  background: linear-gradient(120deg, var(--c-accent), var(--c-accent-dark));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.notfound .btn { margin: 6px; }

/* ---------- 页脚（浅色） ---------- */
.site-footer {
  background: linear-gradient(180deg, rgb(255 255 255 / 0.45), #DCE1E7);
  border-top: 1px solid rgb(255 255 255 / 0.9);
  color: var(--c-text-2);
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.4fr; gap: 36px; padding: clamp(40px, 6vw, 56px) 0 32px; }
.footer-col h2 { color: var(--c-ink); font-size: 16px; margin-bottom: 14px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { padding: 5px 0; font-size: 14px; }
.footer-col a { color: var(--c-text-2); display: inline-flex; align-items: center; min-height: 32px; }
.footer-col a:hover { color: var(--c-accent-dark); }
.footer-about img { margin-bottom: 14px; filter: brightness(0) saturate(100%) invert(14%) sepia(62%) saturate(4200%) hue-rotate(343deg) brightness(81%) contrast(108%); }
.footer-about p { font-size: 13px; line-height: 1.8; color: var(--c-text-3); }
.footer-brand { font-size: 19px; font-weight: 800; color: var(--c-ink); letter-spacing: 2px; margin: 0 0 10px; }
.footer-contact { font-style: normal; }
.footer-bottom { border-top: 1px solid var(--c-border); padding: 18px 0; text-align: center; font-size: 13px; }
.footer-bottom a { color: var(--c-text-3); }

/* 图文卡网格（配图 + 说明） */
.media-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px; margin: 28px 0;
}
.media-card {
  background: var(--glass-bg-strong);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(185%);
  backdrop-filter: blur(var(--glass-blur)) saturate(185%);
  border: 1px solid var(--glass-border); border-radius: var(--r-card);
  overflow: hidden;
  box-shadow: var(--shadow-float), var(--glass-hi);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}
.media-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-float-hover), var(--glass-hi); }
.media-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.media-card p { font-size: 14px; color: var(--c-text-2); margin: 0; padding: 16px 18px 18px; }

/* 相关服务 chips */
.svc-chips { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 18px 0 8px; }
.svc-chips a {
  display: inline-flex; align-items: center; min-height: 44px; padding: 0 22px;
  background: var(--glass-bg-strong); border: 1px solid var(--glass-border);
  border-radius: var(--r-pill); font-size: 15px; font-weight: 600; color: var(--c-accent-dark);
  box-shadow: var(--shadow-sm), var(--glass-hi); transition: all 0.2s;
}
.svc-chips a:hover { background: linear-gradient(135deg, var(--c-accent), var(--c-accent-dark)); color: #fff; border-color: transparent; }

/* 团队角色网格（icon + 中文职位 + 英文职位） */
.role-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px; margin: 28px 0;
}
.role-card {
  background: var(--glass-bg-strong);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(185%);
  backdrop-filter: blur(var(--glass-blur)) saturate(185%);
  border: 1px solid var(--glass-border); border-radius: var(--r-card);
  padding: 22px 16px; text-align: center;
  box-shadow: var(--shadow-float), var(--glass-hi);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}
.role-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-float-hover), var(--glass-hi); }
.role-card img { width: 52px; height: 52px; object-fit: contain; margin: 0 auto 10px; }
.role-card strong { display: block; color: var(--c-ink); font-size: 16px; }
.role-card span { font-size: 12px; color: var(--c-text-3); line-height: 1.4; display: block; margin-top: 2px; }


/* ---------- 移动端快捷联系栏 ---------- */
.mobile-cta-bar { display: none; }

/* ---------- 响应式 ---------- */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-inline { flex-direction: column; }
  .appoint-points { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .hero-actions .btn { flex: 1 1 100%; }
  .article-pager { flex-direction: column; }
  .article-pager a { max-width: 100%; white-space: normal; }
  .prose p { text-indent: 0; }

  /* 移动端导航：浅色玻璃全屏面板 */
  .nav-toggle {
    display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
    width: 48px; height: 48px;
    background: none; border: 0; cursor: pointer; touch-action: manipulation;
  }
  .nav-toggle span { width: 24px; height: 2px; background: var(--c-ink); transition: 0.2s; border-radius: 2px; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-menu {
    display: none; position: fixed; top: var(--header-h); left: 0; right: 0; bottom: 0;
    overflow-y: auto; -webkit-overflow-scrolling: touch;
    flex-direction: column; align-items: stretch; gap: 0;
    background: rgb(247 249 253 / 0.92);
    -webkit-backdrop-filter: blur(24px) saturate(160%); backdrop-filter: blur(24px) saturate(160%);
    padding: 8px 16px calc(24px + env(safe-area-inset-bottom));
  }
  .nav-menu.is-open { display: flex; }
  .nav-menu > li { border-bottom: 1px solid rgb(15 23 42 / 0.06); }
  .nav-menu > li:last-child { border-bottom: 0; }
  .nav-menu a { min-height: 50px; padding: 0 10px; font-size: 16px; border-radius: 12px; color: var(--c-ink-2); }
  .nav-cta { margin-top: 14px; border-bottom: 0 !important; }
  .nav-cta a { justify-content: center; }
  .nav-phone { border-bottom: 0 !important; }
  .nav-phone a { justify-content: center; color: var(--c-text-2); }
  .nav-sub {
    position: static; display: block; box-shadow: none; border: 0; border-radius: 0;
    padding: 0 0 8px 18px; background: transparent;
    -webkit-backdrop-filter: none; backdrop-filter: none;
  }
  .nav-sub a { min-height: 44px; font-size: 15px; color: var(--c-text-2); }

  /* 页脚链接触控目标 */
  .footer-col a, .footer-bottom a { min-height: 44px; display: inline-flex; align-items: center; }

  /* 底部快捷联系栏（玻璃） */
  body { padding-bottom: calc(60px + env(safe-area-inset-bottom)); }
  .mobile-cta-bar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    background: rgb(255 255 255 / 0.78);
    border-top: 1px solid rgb(255 255 255 / 0.9);
    padding-bottom: env(safe-area-inset-bottom);
    box-shadow: 0 -6px 24px rgb(15 23 42 / 0.08), inset 0 1px 0 rgb(255 255 255 / 0.75);
  }
  .mobile-cta-bar a {
    flex: 1; display: flex; align-items: center; justify-content: center;
    min-height: 56px; font-size: 16px; font-weight: 700; touch-action: manipulation;
  }
  .mobile-cta-bar a:active { background: rgb(15 23 42 / 0.04); }
  .mcb-tel { color: var(--c-ink); }
  .mcb-action {
    background: linear-gradient(135deg, var(--c-accent), var(--c-accent-dark));
    color: #fff;
  }
  .mcb-action:hover, .mcb-action:active { color: #fff; }
}

/* ---------- 玻璃降级（不支持或用户拒绝透明时回退实底） ---------- */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header, .nav-sub, .nav-mega, .mobile-cta-bar, .nav-menu,
  .module-card, .core-card, .case-card, .quick-card, .platform-card, .agency-card,
  .subsidy-card, .service-card, .adv-card, .block-card, .rel-card,
  .article-card a, .video-card a, .hub-links a, .article-cta,
  .promise-band li, .scene-stats > div, .formula span,
  .contact-form-wrap, .quotation-wrap form {
    background: #FFFFFF;
  }
}
@media (prefers-reduced-transparency: reduce) {
  .site-header, .nav-sub, .nav-mega, .mobile-cta-bar, .nav-menu,
  .module-card, .core-card, .case-card, .quick-card, .platform-card, .agency-card,
  .subsidy-card, .service-card, .adv-card, .block-card, .rel-card,
  .article-card a, .video-card a, .hub-links a, .article-cta,
  .promise-band li, .scene-stats > div, .formula span,
  .contact-form-wrap, .quotation-wrap form {
    background: #FFFFFF;
    -webkit-backdrop-filter: none; backdrop-filter: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
  .rv { opacity: 1; transform: none; }
}

/* ============ 薪领航专属组件 ============ */

/* 服务模块卡片（玻璃） */
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.module-card {
  border: 1px solid var(--glass-border); border-radius: var(--r-card);
  padding: 28px; display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm), var(--glass-hi);
  transition: box-shadow 0.2s, border-color 0.2s;
}
.module-card:hover { box-shadow: var(--shadow-lg), var(--glass-hi); border-color: rgb(255 255 255 / 0.9); }
.module-card h3 { font-size: 20px; margin-bottom: 2px; }
.module-sub { color: var(--c-text-2); font-size: 14px; margin: 0 0 8px; }
.module-scale {
  display: inline-block; background: var(--c-accent-soft); color: var(--c-accent-dark);
  font-size: 13px; font-weight: 700; padding: 3px 12px; border-radius: var(--r-pill);
  margin-bottom: 14px; align-self: flex-start;
}
.module-card h4 { font-size: 15px; color: var(--c-accent-dark); margin: 0 0 10px; }
.module-card ul { flex: 1; margin: 0 0 18px; }
.module-card li { font-size: 14px; color: var(--c-text-2); padding: 4px 0 4px 20px; position: relative; }
.module-card li::before {
  content: ""; position: absolute; left: 0; top: 13px;
  width: 6px; height: 6px; border-radius: 50%;
  background: linear-gradient(135deg, var(--c-accent), var(--c-accent-dark));
}
.module-card .btn { align-self: flex-start; }

/* 四大核心模块 */
.core-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.core-card {
  border: 1px solid var(--glass-border); border-radius: var(--r-card); padding: 26px;
  border-top: 3px solid var(--c-accent);
  box-shadow: var(--shadow-sm), var(--glass-hi);
}
.core-card h3 { font-size: 18px; }
.core-card li { font-size: 14px; color: var(--c-text-2); padding: 4px 0; }

/* 服务案例 */
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.case-card {
  border: 1px solid var(--glass-border); border-radius: var(--r-card); padding: 28px;
  display: flex; flex-direction: column; gap: 6px;
  box-shadow: var(--shadow-sm), var(--glass-hi);
}
.case-label {
  display: inline-block; background: var(--c-accent-soft); color: var(--c-accent-dark);
  font-size: 13px; font-weight: 700; padding: 2px 12px; border-radius: var(--r-pill); margin-bottom: 10px;
}
.case-card h3 { font-size: 17px; margin: 0; }
.case-type { color: var(--c-accent-dark); font-weight: 600; font-size: 14px; margin: 2px 0 0; }
.case-problem { color: var(--c-text-2); font-size: 14px; }
.case-card h4 { font-size: 14px; color: var(--c-ink); margin: 8px 0 0; }
.case-card p { margin: 4px 0; font-size: 14px; }
.case-result { font-weight: 700; color: var(--c-accent-dark); margin-top: auto; }

/* 管理模块公式（浅色渐变带 + 玻璃公式块） */
.section-formula {
  text-align: center;
  background: linear-gradient(120deg, var(--c-accent-soft), #EEF2FF 70%, rgb(255 255 255 / 0.4));
  border-block: 1px solid rgb(255 255 255 / 0.8);
}
.section-formula h2 { color: var(--c-ink); }
.formula { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; margin: 28px 0 10px; }
.formula span {
  border: 1px solid var(--glass-border);
  padding: 12px 26px; border-radius: var(--r-card); font-size: 19px; font-weight: 700;
  color: var(--c-ink); box-shadow: var(--shadow-sm), var(--glass-hi);
}
.formula i { font-style: normal; font-size: 24px; color: var(--c-accent); font-weight: 700; }
.formula-sub { color: var(--c-text-2); margin: 0 0 26px; }

/* 五大场景 */
.scene-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
  padding: 36px 0; border-bottom: 1px solid rgb(255 255 255 / 0.8);
}
.scene-row:last-child { border-bottom: 0; }
.scene-row-rev .scene-text { order: 2; }
.scene-no { color: var(--c-accent); font-weight: 700; letter-spacing: 2px; font-size: 13px; }
.scene-text h3 { font-size: 23px; margin: 6px 0 4px; }
.scene-text > p { color: var(--c-text-2); margin: 0 0 18px; }
.scene-stats { display: flex; gap: 12px; flex-wrap: wrap; margin: 0 0 22px; }
.scene-stats > div {
  border: 1px solid var(--glass-border); border-radius: var(--r-input);
  padding: 12px 18px; min-width: 116px; box-shadow: var(--glass-hi);
}
.scene-stats dt { font-size: 13px; color: var(--c-text-3); }
.scene-stats dd { margin: 0; font-weight: 700; color: var(--c-ink); }
.scene-img img { border-radius: var(--r-img); }

/* 首页公司介绍 */
.about-brief-text { max-width: 820px; margin: 0 auto; text-align: center; color: var(--c-text-2); }

/* 视频（玻璃卡） */
.video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.video-grid-page { grid-template-columns: repeat(3, 1fr); }
.video-card a {
  display: block; border-radius: var(--r-card); overflow: hidden;
  border: 1px solid var(--glass-border); transition: box-shadow 0.2s; height: 100%;
  box-shadow: var(--shadow-sm), var(--glass-hi);
}
.video-card a:hover { box-shadow: var(--shadow-lg), var(--glass-hi); }
.video-card a:active { transform: scale(0.99); }
.video-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.video-card h2, .video-card h3 { font-size: 15px; padding: 12px 16px 4px; margin: 0; }
.video-card time { display: block; padding: 0 16px 14px; color: var(--c-text-3); font-size: 13px; }
.video-player { width: 100%; max-height: 560px; border-radius: var(--r-card); background: #000; margin-bottom: 18px; }
.video-intro { color: var(--c-text-2); }

/* 动态文章卡片（玻璃） */
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card a {
  display: flex; flex-direction: column; height: 100%;
  border: 1px solid var(--glass-border); border-radius: var(--r-card);
  overflow: hidden; transition: box-shadow 0.2s;
  box-shadow: var(--shadow-sm), var(--glass-hi);
}
.article-card a:hover { box-shadow: var(--shadow-lg), var(--glass-hi); }
.article-card a:active { transform: scale(0.995); }
.ac-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.ac-body { padding: 18px 20px; display: flex; flex-direction: column; flex: 1; }
.ac-body h2 { font-size: 17px; margin: 8px 0 6px; }
.ac-body p {
  font-size: 14px; color: var(--c-text-2); margin: 0 0 12px; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.ac-body footer { display: flex; justify-content: space-between; color: var(--c-text-3); font-size: 13px; }

@media (max-width: 1024px) {
  .module-grid, .case-grid, .article-grid, .video-grid-page { grid-template-columns: repeat(2, 1fr); }
  .core-grid, .video-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .module-grid, .case-grid, .article-grid, .core-grid,
  .video-grid, .video-grid-page { grid-template-columns: 1fr; }
  .scene-row { grid-template-columns: 1fr; gap: 18px; padding: 28px 0; }
  .scene-row-rev .scene-text { order: 0; }
  .scene-stats > div { flex: 1 1 calc(50% - 6px); min-width: 0; }
  .formula span { padding: 10px 18px; font-size: 16px; }
}
