/* ============================================================
   城市分站模板 · 碧浪潮汐
   视觉语言：碧海蓝天 × 红瓦橙 —— 深海蓝主色 + 红瓦橙辅色 + 啤酒金点缀
   图形母题：浪线 + 帆影（贯穿 hero / 分隔 / 卡片角标 / 页脚）
   12 维指纹：A / D / E / B / E / B / B / A / D / A / E / B · order γ
   ============================================================ */

:root {
  --brand: #0A4D8C;
  --brand-deep: #072F57;
  --brand-mid: #1263A8;
  --brand-light: #3E8DC4;
  --brand-pale: #E3EEF7;
  --accent: #E2582B;
  --accent-deep: #C2441D;
  --accent-soft: #FBE9E1;
  --gold: #F2B705;
  --bg: #F6F8FA;
  --surface: #FFFFFF;
  --text: #12283A;
  --text-soft: #3D5468;
  --text-light: #5A7184;
  --gray: #8FA3B3;
  --gray-light: #C9D6E0;
  --border: #C9D6E0;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 6px 24px rgba(7, 47, 87, 0.10);
  --shadow-lg: 0 16px 40px rgba(7, 47, 87, 0.16);
  --section-pad: 56px;
  --header-h: 72px;
  --container: 1200px;
}

/* ---------- 基础 ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "PingFang SC", "Microsoft YaHei", "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  overflow-x: clip;
}
img { max-width: 100%; height: auto; }
a { color: var(--brand); text-decoration: none; transition: color .2s; }
a:hover { color: var(--accent); }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0 0 12px; line-height: 1.3; color: var(--text); }
p { margin: 0 0 12px; }
button { font-family: inherit; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--accent); color: #fff; padding: 8px 16px; z-index: 10002; }
.skip-link:focus { left: 8px; }

/* 异形斜切（单角 45°）—— 全站统一边角语言 */
.cut-corner { clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%); }
.cut-corner-sm { clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%); }
.cut-corner-tl { clip-path: polygon(18px 0, 100% 0, 100% 100%, 0 100%, 0 18px); }

/* ---------- 按钮（光斑滑过 + 箭头位移） ---------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  overflow: hidden;
  transition: transform .25s, background .25s, color .25s, box-shadow .25s;
}
.btn .btn-arrow { transition: transform .25s; }
.btn:hover .btn-arrow { transform: translateX(5px); }
.btn::after {
  content: "";
  position: absolute;
  top: 0; left: -80%;
  width: 50%; height: 100%;
  background: linear-gradient(105deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.35) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-20deg);
  transition: left .55s ease;
  pointer-events: none;
}
.btn:hover::after { left: 130%; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-deep); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(226, 88, 43, .35); }
.btn-brand { background: var(--brand); color: #fff; }
.btn-brand:hover { background: var(--brand-mid); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(10, 77, 140, .35); }
.btn-gold { background: var(--gold); color: #3A2A00; }
.btn-gold:hover { background: #FFCB2E; color: #3A2A00; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(242, 183, 5, .35); }
.btn-ghost { background: transparent; color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.75); }
.btn-ghost:hover { background: rgba(255,255,255,.14); color: #fff; transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--brand); box-shadow: inset 0 0 0 1.5px var(--brand); }
.btn-outline:hover { background: var(--brand); color: #fff; transform: translateY(-2px); }
.btn-sm { padding: 9px 20px; font-size: 14px; }

/* ---------- 页头导航（透明叠 hero，滚动后变实色） ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9000;
  height: var(--header-h);
  background: transparent;
  color: #fff;
  transition: background .3s, box-shadow .3s, height .3s;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 100%; }
.site-header.is-scrolled { background: rgba(255,255,255,.96); color: var(--text); box-shadow: 0 4px 18px rgba(7,47,87,.12); height: 62px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; }
.brand:hover { color: inherit; }
.brand-mark { display: inline-flex; color: var(--gold); }
.site-header.is-scrolled .brand-mark { color: var(--accent); }
.brand-text { font-size: 19px; font-weight: 600; letter-spacing: .5px; white-space: nowrap; }
.brand-text strong { color: var(--gold); font-weight: 800; }
.site-header.is-scrolled .brand-text strong { color: var(--accent); }
.main-nav .nav-list { display: flex; align-items: center; gap: 4px; }
.nav-item { position: relative; }
.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 16px;
  font-size: 16px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 16px; right: 16px; bottom: 4px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s;
}
.site-header.is-scrolled .nav-link::after { background: var(--accent); }
.nav-link:hover::after, .nav-link.is-active::after { transform: scaleX(1); }
.nav-link.is-active { font-weight: 600; }
.nav-caret { transition: transform .25s; }
.nav-item:hover .nav-caret { transform: rotate(180deg); }
.nav-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 8px;
  min-width: 200px;
  background: #fff;
  color: var(--text);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .22s, transform .22s, visibility .22s;
  z-index: 9001;
}
.nav-item:hover .nav-dropdown, .nav-item:focus-within .nav-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown li a {
  display: block;
  padding: 9px 20px;
  font-size: 15px;
  color: var(--text-soft);
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: all .2s;
}
.nav-dropdown li a:hover { color: var(--brand); background: var(--brand-pale); border-left-color: var(--accent); }
.nav-dropdown-all { border-top: 1px solid var(--gray-light); margin-top: 6px; padding-top: 6px; }
.nav-dropdown-all a { color: var(--accent); font-weight: 600; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-phone { display: inline-flex; align-items: center; gap: 7px; color: inherit; font-weight: 600; font-size: 15px; }
.header-phone:hover { color: var(--gold); }
.site-header.is-scrolled .header-phone:hover { color: var(--accent); }
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 42px; height: 42px; padding: 8px; background: transparent; border: none; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; background: currentColor; border-radius: 2px; transition: transform .3s, opacity .3s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* 移动端抽屉 */
.mobile-drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(320px, 84vw);
  background: var(--brand-deep);
  color: #fff;
  z-index: 9500;
  transform: translateX(105%);
  transition: transform .32s ease;
  box-shadow: -12px 0 32px rgba(0,0,0,.3);
}
.mobile-drawer.is-open { transform: translateX(0); }
.drawer-scroll { height: 100%; overflow-y: auto; padding: 84px 26px 30px; scrollbar-width: none; -ms-overflow-style: none; }
.drawer-scroll::-webkit-scrollbar { display: none; }
.drawer-list > li { border-bottom: 1px solid rgba(255,255,255,.14); }
.drawer-list > li > a, .drawer-label { display: block; padding: 13px 2px; color: #fff; font-size: 16px; font-weight: 500; }
.drawer-list > li > a:hover { color: var(--gold); }
.drawer-group ul { padding: 0 0 10px 14px; }
.drawer-group ul li a { display: block; padding: 7px 2px; color: rgba(255,255,255,.78); font-size: 14px; }
.drawer-group ul li a:hover { color: var(--gold); }
.drawer-phone { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--gold); font-weight: 600; }
.drawer-mask { position: fixed; inset: 0; background: rgba(7, 28, 50, .55); z-index: 9400; }
.drawer-mask[hidden] { display: none; }

/* ---------- Hero（A 左文右装饰图形 · 3 屏自动轮播） ---------- */
.hero {
  position: relative;
  background: linear-gradient(160deg, var(--brand-deep) 0%, var(--brand) 58%, #0E5E9E 100%);
  color: #fff;
  overflow: hidden;
}
.hero-texture { position: absolute; inset: 0; pointer-events: none; color: rgba(255,255,255,.10); }
.hero-slides { display: grid; max-width: var(--container); margin: 0 auto; padding: calc(var(--header-h) + 48px) 24px 56px; }
.hero-slide {
  grid-area: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .8s ease, visibility .8s;
  min-width: 0;
}
.hero-slide.is-current { opacity: 1; visibility: visible; }
.no-js .hero-slide:nth-child(n+2) { display: none; }
.no-js .hero-slide { opacity: 1; visibility: visible; }
.hero-slide-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 3px;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 18px;
}
.hero-kicker::before { content: ""; width: 34px; height: 2px; background: var(--gold); }
.hero-title { font-size: 46px; font-weight: 800; color: #fff; margin-bottom: 16px; letter-spacing: 1px; }
.hero-title em { font-style: normal; color: var(--gold); }
.hero-sub { font-size: 17px; color: rgba(255,255,255,.82); max-width: 480px; margin-bottom: 30px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-tags { display: flex; gap: 10px; margin-top: 26px; flex-wrap: wrap; }
.hero-tag { font-size: 13px; color: rgba(255,255,255,.85); padding: 5px 14px; border: 1px solid rgba(255,255,255,.35); clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%); }
.hero-art { display: flex; justify-content: center; }
.hero-art svg { max-width: 100%; height: auto; }
.hero-art .float-a { animation: qdFloat 6s ease-in-out infinite; }
.hero-art .float-b { animation: qdFloat 7.5s ease-in-out 1.2s infinite; }
.hero-art .wave-run { animation: qdDrift 9s linear infinite; }
.hero-dots { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); display: flex; gap: 10px; z-index: 5; }
.hero-dot { width: 26px; height: 4px; border-radius: 2px; background: rgba(255,255,255,.35); border: none; cursor: pointer; padding: 0; transition: background .3s, width .3s; }
.hero-dot.is-current { background: var(--gold); width: 40px; }
.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 42px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.12);
  color: #fff; border: 1px solid rgba(255,255,255,.3);
  cursor: pointer; z-index: 5; transition: background .25s;
}
.hero-arrow:hover { background: rgba(255,255,255,.28); }
.hero-arrow-prev { left: 14px; clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px); }
.hero-arrow-next { right: 14px; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%); }

/* ---------- 通用 section / 标题（左对齐 + 母题短线） ---------- */
.section { padding: var(--section-pad) 0; position: relative; }
.section-tight { padding: calc(var(--section-pad) - 12px) 0; }
.section-head { margin-bottom: 34px; max-width: 720px; }
.section-head-center { margin-left: auto; margin-right: auto; text-align: center; }
.section-kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; letter-spacing: 3px; color: var(--accent); font-weight: 700; margin-bottom: 8px; }
.section-title { font-size: 30px; font-weight: 800; position: relative; padding-bottom: 14px; margin-bottom: 12px; }
.section-title::after {
  content: "";
  position: absolute; left: 0; bottom: 0;
  width: 58px; height: 4px;
  background: linear-gradient(90deg, var(--accent) 0 60%, var(--gold) 60% 100%);
  border-radius: 2px;
}
.section-head-center .section-title::after { left: 50%; transform: translateX(-50%); }
.section-desc { color: var(--text-light); font-size: 16px; margin: 0; }
.section-head-right { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.section-more { display: inline-flex; align-items: center; gap: 6px; font-size: 15px; font-weight: 600; color: var(--brand); }
.section-more:hover { color: var(--accent); }
.section-more .btn-arrow { transition: transform .25s; }
.section-more:hover .btn-arrow { transform: translateX(4px); }

/* 母题浪线分隔（D 母题线条贯穿） */
.wave-sep { position: relative; height: 34px; overflow: hidden; pointer-events: none; }
.wave-sep svg { display: block; width: 100%; height: 34px; }
.wave-sep-on-dark { color: rgba(255,255,255,.35); }
.wave-sep-on-light { color: var(--gray-light); }
.wave-sep svg path { stroke-dasharray: 8 6; }

/* ---------- 母题叙事带 ---------- */
.narrative { background: linear-gradient(90deg, var(--brand-deep), var(--brand)); color: #fff; overflow: hidden; }
.narrative-inner { display: flex; align-items: center; gap: 34px; padding: 34px 0; }
.narrative-sail { flex: 0 0 auto; color: var(--gold); }
.narrative-text h2 { color: #fff; font-size: 24px; margin-bottom: 6px; }
.narrative-text p { color: rgba(255,255,255,.8); margin: 0; max-width: 760px; }
.narrative-waves { flex: 1; min-width: 120px; color: rgba(255,255,255,.4); overflow: hidden; }
.narrative-waves svg { display: block; width: 100%; height: 40px; }
.narrative-waves svg path { animation: qdDrift 11s linear infinite; }

/* ---------- 业务卡（D 首卡放大 + 3 小卡） ---------- */
.biz-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 22px; align-items: stretch; }
.biz-lead {
  background: linear-gradient(155deg, var(--brand-deep) 0%, var(--brand) 70%, var(--brand-mid) 100%);
  color: #fff;
  padding: 34px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.biz-lead:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.biz-lead::before {
  content: "";
  position: absolute; right: -46px; top: -46px;
  width: 170px; height: 170px;
  border: 2px solid rgba(255,255,255,.14);
  border-radius: 50%;
}
.biz-lead::after {
  content: "";
  position: absolute; right: -10px; bottom: -60px;
  width: 150px; height: 110px;
  background:
    radial-gradient(circle at 30% 100%, transparent 34px, rgba(255,255,255,.08) 34px, rgba(255,255,255,.08) 36px, transparent 36px),
    radial-gradient(circle at 70% 100%, transparent 30px, rgba(255,255,255,.06) 30px, rgba(255,255,255,.06) 32px, transparent 32px);
}
.biz-icon {
  width: 60px; height: 60px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.14);
  color: var(--gold);
  margin-bottom: 18px;
  transition: transform .35s;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
}
.biz-card:hover .biz-icon, .biz-lead:hover .biz-icon { transform: scale(1.1) rotate(-6deg); }
.biz-lead h3 { color: #fff; font-size: 25px; }
.biz-lead .biz-desc { color: rgba(255,255,255,.82); font-size: 15px; }
.biz-subgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 22px 0; }
.biz-subitem {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.10);
  padding: 12px 14px;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%);
  transition: background .25s, transform .25s;
}
.biz-subitem:hover { background: rgba(255,255,255,.2); color: #fff; transform: translateX(4px); }
.biz-subitem svg { flex: 0 0 auto; color: var(--gold); transition: transform .3s; }
.biz-subitem:hover svg { transform: scale(1.18) rotate(8deg); }
.biz-lead .biz-link { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-weight: 600; font-size: 15px; }
.biz-lead .biz-link:hover { color: #fff; }
.biz-lead .biz-link .btn-arrow { transition: transform .25s; }
.biz-lead .biz-link:hover .btn-arrow { transform: translateX(5px); }
.biz-side { display: grid; grid-template-rows: repeat(3, 1fr); gap: 22px; }
.biz-card {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.biz-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--brand-light); }
.biz-card-top { display: flex; align-items: center; gap: 14px; margin-bottom: 8px; }
.biz-card .biz-icon { width: 48px; height: 48px; margin-bottom: 0; background: var(--brand-pale); color: var(--brand); }
.biz-card h3 { font-size: 19px; margin: 0; }
.biz-card .biz-desc { color: var(--text-light); font-size: 14px; margin-bottom: 10px; }
.biz-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.biz-chip {
  font-size: 13px;
  color: var(--brand);
  background: var(--brand-pale);
  padding: 4px 12px;
  clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 0 100%);
  transition: all .2s;
}
.biz-chip:hover { background: var(--accent); color: #fff; }

/* ---------- 流程（B 竖排时间线 · 节点呼吸脉冲） ---------- */
.flow-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.flow-list { position: relative; padding-left: 0; }
.flow-list::before {
  content: "";
  position: absolute; left: 27px; top: 24px; bottom: 24px;
  width: 2px;
  background: repeating-linear-gradient(180deg, var(--brand-light) 0 8px, transparent 8px 16px);
}
.flow-step { position: relative; padding: 0 0 30px 76px; }
.flow-step:last-child { padding-bottom: 0; }
.flow-node {
  position: absolute; left: 0; top: 2px;
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  background: var(--brand);
  color: #fff;
  font-weight: 800; font-size: 19px;
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 0 100%);
  animation: qdPulse 2.6s ease-in-out infinite;
  transition: transform .3s, animation-play-state .3s;
}
.flow-step:nth-child(2) .flow-node { animation-delay: .5s; background: #0E5E9E; }
.flow-step:nth-child(3) .flow-node { animation-delay: 1s; background: #1263A8; }
.flow-step:nth-child(4) .flow-node { animation-delay: 1.5s; background: var(--accent); }
.flow-step:hover .flow-node { animation-play-state: paused; transform: scale(1.12); }
.flow-step h3 { font-size: 18px; margin-bottom: 4px; }
.flow-step p { color: var(--text-light); font-size: 14.5px; margin: 0; }
.flow-panel {
  background: linear-gradient(160deg, var(--brand-deep), var(--brand));
  color: #fff;
  padding: 30px 28px;
  position: relative;
  overflow: hidden;
}
.flow-panel h3 { color: #fff; font-size: 20px; }
.flow-panel p { color: rgba(255,255,255,.82); font-size: 14.5px; }
.flow-panel-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }
.flow-panel-stat { background: rgba(255,255,255,.1); padding: 14px 16px; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%); }
.flow-panel-stat strong { display: block; font-size: 21px; color: var(--gold); }
.flow-panel-stat span { font-size: 13px; color: rgba(255,255,255,.75); }

/* ---------- 信任条（B 2×2 数字卡 · 深色底） ---------- */
.trust { background: var(--brand-deep); color: #fff; overflow: hidden; position: relative; }
.trust .section-title { color: #fff; }
.trust .section-desc { color: rgba(255,255,255,.72); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 760px; }
.stat-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  padding: 22px 26px;
  display: flex; align-items: center; gap: 18px;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
  transition: transform .3s, background .3s;
}
.stat-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.14); }
.stat-icon { flex: 0 0 auto; color: var(--gold); display: flex; transition: transform .3s; }
.stat-card:hover .stat-icon { transform: scale(1.15) rotate(-6deg); }
.stat-num { font-size: 34px; font-weight: 800; color: #fff !important; text-shadow: 0 1px 0 rgba(0,0,0,.25); line-height: 1.2; transition: transform .25s; }
.stat-card:hover .stat-num { transform: translateY(-3px); }
.stat-label { font-size: 14px; color: rgba(255,255,255,.75); }
.trust-waves { position: absolute; right: -40px; bottom: -20px; color: rgba(255,255,255,.08); pointer-events: none; }
.trust-waves svg { display: block; }

/* ---------- 资讯（E 滚动头条 + 3 列卡片） ---------- */
.news-ticker {
  display: flex; align-items: stretch;
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  margin-bottom: 26px;
  overflow: hidden;
}
.ticker-label {
  flex: 0 0 auto;
  display: flex; align-items: center; gap: 8px;
  padding: 12px 18px;
  background: var(--accent);
  color: #fff; font-weight: 700; font-size: 14px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}
.ticker-label .tick-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); animation: qdBlink 1.6s ease-in-out infinite; }
.ticker-viewport { flex: 1; overflow: hidden; position: relative; height: 52px; }
.ticker-track { position: absolute; left: 0; right: 0; top: 0; animation: qdTicker 14s linear infinite; }
.news-ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-track li { height: 52px; display: flex; align-items: center; gap: 10px; padding: 0 18px; font-size: 15px; }
.ticker-track li a { color: var(--text-soft); text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ticker-track li a:hover { color: var(--accent); }
.ticker-track li time { flex: 0 0 auto; color: var(--gray); font-size: 13px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.news-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 3px solid transparent;
  padding: 22px 22px 18px;
  display: flex; flex-direction: column;
  transition: transform .3s, box-shadow .3s, border-top-color .3s;
}
.news-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-top-color: var(--accent); }
.news-meta { display: flex; align-items: center; gap: 12px; font-size: 12.5px; color: var(--gray); margin-bottom: 10px; }
.news-cat { color: var(--brand); background: var(--brand-pale); padding: 2px 10px; clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 0 100%); }
.news-card h3 { font-size: 17px; line-height: 1.5; margin-bottom: 8px; }
.news-card h3 a { color: var(--text); text-decoration: none; display: block; }
.news-card h3 a:hover { color: var(--brand); }
.news-card p { color: var(--text-light); font-size: 14px; margin-bottom: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-card .news-more { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--brand); }
.news-card .news-more:hover { color: var(--accent); }
.news-card .news-more .btn-arrow { transition: transform .25s; }
.news-card:hover .news-more .btn-arrow { transform: translateX(4px); }

/* ---------- CTA（E 底部双按钮行 · 渐变呼吸） ---------- */
.cta-band {
  position: relative;
  background: linear-gradient(115deg, var(--accent-deep), var(--accent) 55%, #F07B3F);
  color: #fff;
  overflow: hidden;
  animation: qdCtaBreath 7s ease-in-out infinite;
}
.cta-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding: 40px 0; }
.cta-band h2 { color: #fff; font-size: 27px; margin-bottom: 6px; }
.cta-band p { color: rgba(255,255,255,.88); margin: 0; }
.cta-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.cta-deco { position: absolute; right: -30px; top: -34px; color: rgba(255,255,255,.16); pointer-events: none; animation: qdFloat 8s ease-in-out infinite; }
.cta-deco-b { position: absolute; left: 4%; bottom: -40px; color: rgba(255,255,255,.12); pointer-events: none; }

/* ---------- 页脚（A 4 列 · 深色通栏） ---------- */
.site-footer { background: var(--brand-deep); color: rgba(255,255,255,.78); }
.footer-wave { color: rgba(255,255,255,.4); background: transparent; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 34px; padding: 40px 24px 34px; }
.footer-brand .brand { color: #fff; margin-bottom: 14px; }
.footer-brand .brand-mark { color: var(--gold); }
.footer-brand .brand-text strong { color: var(--gold); }
.footer-desc { font-size: 14px; line-height: 1.8; color: rgba(255,255,255,.65); }
.footer-motto { color: rgba(255,255,255,.5); }
.footer-title { color: #fff; font-size: 16px; margin-bottom: 16px; position: relative; padding-bottom: 10px; }
.footer-title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 26px; height: 3px; background: var(--gold); border-radius: 2px; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { color: rgba(255,255,255,.72); text-decoration: none; font-size: 14.5px; transition: color .2s, padding-left .2s; }
.footer-links a:hover { color: var(--gold); padding-left: 5px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 11px; font-size: 14.5px; color: rgba(255,255,255,.72); }
.footer-contact svg { flex: 0 0 auto; margin-top: 4px; color: var(--gold); }
.footer-contact a { color: rgba(255,255,255,.85); }
.footer-contact a:hover { color: var(--gold); }
.footer-cta-line { margin-top: 16px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding: 16px 0; }
.footer-bottom-inner { display: flex; justify-content: flex-start; }
.footer-bottom p { margin: 0; font-size: 13px; color: rgba(255,255,255,.6); white-space: normal; }
.footer-bottom a { display: inline; margin: 0; color: inherit; text-decoration: none; }
.footer-bottom a:hover { color: var(--gold); }

/* ---------- zfkf 悬浮客服（统一标准组件） ---------- */
.zfkf-float { position: fixed; right: 20px; bottom: 120px; z-index: 9999; display: flex; flex-direction: column; gap: 10px; }
.zfkf-item { position: relative; width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; box-shadow: 0 4px 14px rgba(0,0,0,.18); transition: all .25s; cursor: pointer; }
.zfkf-item:hover { transform: scale(1.08); color: #fff; }
.zfkf-phone { background: #2563eb; }
.zfkf-wechat { background: #07c160; }
.zfkf-consult { background: #f59e0b; }
.zfkf-top { background: #334155; }
.zfkf-tip { position: absolute; right: calc(100% + 12px); top: 50%; transform: translateY(-50%); white-space: nowrap; background: rgba(0,0,0,.78); color: #fff; font-size: 12px; padding: 5px 10px; border-radius: 6px; opacity: 0; pointer-events: none; transition: opacity .2s; z-index: 10001; }
.zfkf-item:hover .zfkf-tip { opacity: 1; }
.zfkf-wechat-mask { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 10000; display: none; align-items: center; justify-content: center; }
.zfkf-wechat-mask.zfkf-show { display: flex; }
.zfkf-wechat-box { background: #fff; border-radius: 12px; padding: 24px; text-align: center; position: relative; max-width: 80vw; }
.zfkf-wechat-box img { width: 180px; height: 180px; object-fit: contain; border: 1px solid #eee; border-radius: 8px; }
.zfkf-wechat-noimg { width: 180px; height: 80px; display: flex; align-items: center; justify-content: center; background: #f6f7f9; border-radius: 8px; font-size: 16px; color: #07c160; font-weight: 600; }
.zfkf-wechat-box p { margin: 12px 0 0; font-size: 14px; color: #333; }
.zfkf-wechat-close { position: absolute; top: 8px; right: 12px; font-size: 22px; color: #666; cursor: pointer; line-height: 1; }
@media (max-width: 768px) { .zfkf-float { right: 10px; bottom: 100px; } .zfkf-item { width: 42px; height: 42px; } .zfkf-tip { display: none; } }

/* ---------- 内页通用：深色页头 + 面包屑 ---------- */
.page-header {
  background: linear-gradient(150deg, var(--brand-deep) 0%, var(--brand) 75%, #0E5E9E 100%);
  color: #fff;
  padding: calc(var(--header-h) + 44px) 0 40px;
  position: relative;
  overflow: hidden;
}
.page-header .section-title { color: #fff; font-size: 32px; margin-bottom: 8px; padding-bottom: 0; }
.page-header .section-title::after { display: none; }
.page-header p { color: rgba(255,255,255,.78); margin: 0; max-width: 720px; }
.page-header .ph-waves { position: absolute; right: -20px; bottom: -14px; color: rgba(255,255,255,.14); pointer-events: none; }
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 13.5px; margin-bottom: 14px; color: rgba(255,255,255,.65); }
.breadcrumb a { color: rgba(255,255,255,.85); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .bc-sep { color: rgba(255,255,255,.4); }
.breadcrumb .bc-current { color: var(--gold); }

/* ---------- 列表页 ---------- */
.list-layout { display: grid; grid-template-columns: 1fr 300px; gap: 30px; align-items: start; padding: var(--section-pad) 0; }
.article-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.article-card {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 22px 22px 18px;
  display: flex; flex-direction: column;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--brand-light); }
.article-card h3 { font-size: 17.5px; line-height: 1.5; }
.article-card h3 a { color: var(--text); }
.article-card h3 a:hover { color: var(--brand); }
.article-card p { color: var(--text-light); font-size: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.article-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; font-size: 13px; color: var(--gray); padding-top: 12px; border-top: 1px dashed var(--gray-light); }
.article-foot a { color: var(--brand); font-weight: 600; }
.side-panel { background: var(--surface); border: 1px solid var(--border); padding: 22px; margin-bottom: 22px; }
.side-panel h3 { font-size: 17px; padding-bottom: 10px; border-bottom: 2px solid var(--brand); margin-bottom: 14px; }
.side-panel ul li { border-bottom: 1px dashed var(--gray-light); }
.side-panel ul li:last-child { border-bottom: none; }
.side-panel ul li a { display: block; padding: 10px 2px; color: var(--text-soft); font-size: 14.5px; text-decoration: none; transition: all .2s; }
.side-panel ul li a:hover, .side-panel ul li a.is-current { color: var(--accent); padding-left: 8px; }
.side-panel .side-cta { background: linear-gradient(150deg, var(--brand-deep), var(--brand)); color: #fff; padding: 24px 22px; border: none; }
.side-panel .side-cta h3 { color: #fff; border-bottom-color: rgba(255,255,255,.25); }
.side-panel .side-cta p { color: rgba(255,255,255,.78); font-size: 14px; }
.side-panel .side-cta .btn { width: 100%; justify-content: center; }
.side-panel .side-cta .btn-primary { color: #fff; }
.side-panel .side-cta .btn-primary:hover { color: #fff; }

/* 分页 */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 34px; flex-wrap: wrap; }
.pagination a, .pagination span {
  min-width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text-soft); font-size: 14.5px; text-decoration: none;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
  transition: all .2s;
}
.pagination a:hover { border-color: var(--brand); color: var(--brand); }
.pagination .pagination-current { background: var(--brand); border-color: var(--brand); color: #fff; font-weight: 700; }
.pagination .pagination-disabled { opacity: .45; cursor: default; }

/* ---------- 详情页 ---------- */
.detail-layout { display: grid; grid-template-columns: 1fr 300px; gap: 30px; align-items: start; padding: var(--section-pad) 0; }
.detail-main { background: var(--surface); border: 1px solid var(--border); padding: 34px 36px; min-width: 0; }
.detail-meta { display: flex; align-items: center; gap: 18px; font-size: 13.5px; color: var(--gray); padding-bottom: 18px; border-bottom: 1px solid var(--gray-light); margin-bottom: 22px; flex-wrap: wrap; }
.detail-meta svg { color: var(--brand); vertical-align: -2px; margin-right: 4px; }
.detail-content { font-size: 16px; color: var(--text-soft); overflow-wrap: break-word; }
.detail-content h2, .detail-content h3 { color: var(--text); }
.detail-content img { max-width: 100%; height: auto; }
.detail-content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; width: 100%; }
.detail-content table td, .detail-content table th { border: 1px solid var(--gray-light); padding: 8px 12px; }
.detail-content pre { overflow-x: auto; background: var(--brand-deep); color: #DCEAF7; padding: 16px; border-radius: 6px; font-size: 14px; }
.detail-content a { color: var(--brand); text-decoration: underline; }
.detail__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 32px 0; min-width: 0; }
.detail__nav-cell { display: block; min-width: 0; padding: 16px; border: 1px solid var(--border, #e5e7eb); border-radius: 12px; transition: border-color .2s, box-shadow .2s; }
.detail__nav-cell:hover { border-color: var(--brand-light); box-shadow: var(--shadow); }
.related h3 { font-size: 20px; padding-bottom: 10px; border-bottom: 2px solid var(--accent); margin-bottom: 16px; }
.related ul li { margin-bottom: 12px; }
.related ul li a { display: flex; justify-content: space-between; gap: 14px; color: var(--text-soft); font-size: 14.5px; text-decoration: none; }
.related ul li a:hover { color: var(--accent); }
.related time { color: var(--gray); font-size: 13px; flex: 0 0 auto; }

/* ---------- 表单 ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field-full { grid-column: 1 / -1; }
.form-field label { font-size: 14px; font-weight: 600; color: var(--text-soft); }
.form-field input, .form-field textarea {
  border: 1px solid var(--gray-light);
  background: var(--surface);
  padding: 11px 14px;
  font-size: 15px;
  font-family: inherit;
  color: var(--text);
  transition: border-color .2s, box-shadow .2s;
  border-radius: 0;
}
.form-field input:focus, .form-field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(10,77,140,.12); }
.form-field textarea { min-height: 130px; resize: vertical; }
.form-flash { padding: 13px 18px; margin-bottom: 18px; font-size: 14.5px; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%); }
.form-flash-ok { background: #E8F6EC; color: #1D7A3E; border-left: 4px solid #2FA65A; }
.form-flash-err { background: var(--accent-soft); color: var(--accent-deep); border-left: 4px solid var(--accent); }

/* ---------- 案例页 ---------- */
.case-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.case-filter a {
  display: inline-block;
  padding: 8px 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text-soft); font-size: 14.5px; text-decoration: none;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%);
  transition: all .2s;
}
.case-filter a:hover, .case-filter a.is-current { background: var(--brand); border-color: var(--brand); color: #fff; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.case-card { background: var(--surface); border: 1px solid var(--border); display: flex; flex-direction: column; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.case-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.case-thumb { background: linear-gradient(140deg, var(--brand-deep), var(--brand-light)); height: 150px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.85); overflow: hidden; }
.case-thumb img { width: 100%; height: 100%; object-fit: cover; }
.case-body { padding: 20px 22px 18px; display: flex; flex-direction: column; flex: 1; }
.case-tags { display: flex; gap: 8px; font-size: 12.5px; margin-bottom: 10px; flex-wrap: wrap; }
.case-tags span { color: var(--accent); background: var(--accent-soft); padding: 2px 10px; }
.case-body h3 { font-size: 17px; line-height: 1.5; }
.case-body h3 a { color: var(--text); }
.case-body h3 a:hover { color: var(--brand); }
.case-body p { color: var(--text-light); font-size: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.case-body .case-more { margin-top: auto; font-size: 14px; font-weight: 600; color: var(--brand); }
.case-body .case-more:hover { color: var(--accent); }
.case-detail-results { background: var(--brand-pale); border-left: 4px solid var(--brand); padding: 20px 24px; margin: 22px 0; }
.case-detail-images { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 20px 0; }

/* ---------- 流程页 / 区县页 / 站点地图 / 搜索空状态 ---------- */
.process-section { padding: 34px 0; border-bottom: 1px solid var(--gray-light); }
.process-section:last-of-type { border-bottom: none; }
.process-section h2 { font-size: 22px; display: flex; align-items: center; gap: 12px; }
.process-section h2 .pn { color: var(--accent); font-size: 15px; border: 1.5px solid var(--accent); padding: 2px 10px; clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 0 100%); }
.process-items { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 16px; }
.process-item { background: var(--surface); border: 1px solid var(--border); border-top: 3px solid var(--brand); padding: 18px 18px 16px; transition: transform .3s, box-shadow .3s; }
.process-item:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.process-item strong { display: block; font-size: 15.5px; margin-bottom: 6px; color: var(--text); }
.process-item span { font-size: 13.5px; color: var(--text-light); }
.county-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: var(--section-pad) 0; }
.county-card { background: var(--surface); border: 1px solid var(--border); padding: 28px 26px; transition: transform .3s, box-shadow .3s; }
.county-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.county-card .biz-icon { background: var(--brand-pale); color: var(--brand); }
.county-card h3 { font-size: 19px; }
.county-card p { color: var(--text-light); font-size: 14.5px; }
.sitemap-cols { columns: 2; column-gap: 40px; padding: var(--section-pad) 0; }
.sitemap-cols h2 { break-inside: avoid; font-size: 19px; color: var(--brand); margin-top: 18px; }
.sitemap-cols ul { break-inside: avoid; margin-bottom: 12px; }
.sitemap-cols ul li a { display: block; padding: 5px 0; color: var(--text-soft); font-size: 14.5px; }
.sitemap-cols ul li a:hover { color: var(--accent); }
.empty-state { text-align: center; padding: 70px 20px; color: var(--text-light); }
.empty-state svg { color: var(--gray-light); margin-bottom: 16px; }
.empty-state h3 { font-size: 20px; color: var(--text-soft); }

/* 404 */
.error-page { text-align: center; padding: calc(var(--header-h) + 80px) 24px 90px; background: linear-gradient(160deg, var(--brand-deep), var(--brand)); color: #fff; }
.error-code { font-size: 110px; font-weight: 800; color: var(--gold); line-height: 1; letter-spacing: 6px; }
.error-page h1 { color: #fff; font-size: 26px; margin: 18px 0 10px; }
.error-page p { color: rgba(255,255,255,.78); margin-bottom: 28px; }

/* ---------- 滚动入场动效 ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }
.reveal-delay-3 { transition-delay: .36s; }
.reveal.is-visible { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

/* ---------- 动画 ---------- */
@keyframes qdFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes qdPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(62, 141, 196, .55); } 50% { box-shadow: 0 0 0 12px rgba(62, 141, 196, 0); } }
@keyframes qdDrift { 0% { transform: translateX(0); } 100% { transform: translateX(-72px); } }
@keyframes qdTicker { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
@keyframes qdBlink { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
@keyframes qdCtaBreath { 0%, 100% { filter: brightness(1); } 50% { filter: brightness(1.07); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .ticker-track { animation: none; }
}

/* ---------- 响应式 ---------- */
@media (max-width: 1200px) {
  .news-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr 1fr; }
}
@media (max-width: 1024px) {
  .main-nav { display: none; }
  .nav-toggle { display: flex; }
  .header-phone span { display: none; }
  .hero-title { font-size: 36px; }
  .hero-slide-inner { grid-template-columns: 1fr; gap: 24px; }
  .hero-art { display: none; }
  .biz-grid { grid-template-columns: 1fr; }
  .flow-wrap { grid-template-columns: 1fr; }
  .list-layout, .detail-layout { grid-template-columns: 1fr; }
  .case-grid, .news-grid, .county-grid { grid-template-columns: repeat(2, 1fr); }
  .process-items { grid-template-columns: repeat(2, 1fr); }
  .narrative-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .narrative-waves { width: 100%; }
}
@media (max-width: 768px) {
  :root { --section-pad: 44px; }
  .site-header { background: rgba(7, 47, 87, .92); }
  .site-header.is-scrolled { height: 58px; }
  .hero-slides { padding-top: calc(var(--header-h) + 28px); }
  .hero-title { font-size: 29px; }
  .hero-arrow { display: none; }
  .section-title { font-size: 24px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
  .detail-main { padding: 24px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .sitemap-cols { columns: 1; }
}
@media (max-width: 560px) {
  .news-grid, .case-grid, .county-grid, .article-grid, .process-items, .biz-subgrid, .flow-panel-stats { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .hero-btns .btn { width: 100%; justify-content: center; }
  .news-ticker { flex-direction: column; }
  .ticker-viewport { height: 46px; }
  .ticker-track li { height: 46px; }
}

/* ===== tz-rich-text typography (auto-appended) ===== */
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article)>:first-child{margin-top:0}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article)>:last-child{margin-bottom:0}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) p{margin:0 0 1.05em;line-height:1.9}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) h1,:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) h2{margin:1.6em 0 .7em;line-height:1.4;font-weight:700}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) h1{font-size:1.6em}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) h2{font-size:1.4em}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) h3{margin:1.4em 0 .6em;font-size:1.2em;line-height:1.45;font-weight:700}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) h4{margin:1.2em 0 .5em;font-size:1.08em;font-weight:700}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) h5,:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) h6{margin:1.1em 0 .5em;font-size:1em;font-weight:700}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) ul,:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) ol{margin:0 0 1.05em;padding-left:1.7em}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) li{margin:.35em 0;line-height:1.8}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) img{max-width:100%;height:auto;border-radius:8px}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) figure{margin:1.2em 0}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) figcaption{margin-top:.5em;font-size:.85em;opacity:.7;text-align:center}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) blockquote{margin:1.2em 0;padding:.2em 0 .2em 1em;border-left:3px solid currentColor;opacity:.85}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) table{width:100%;border-collapse:collapse;margin:1.2em 0;font-size:.96em}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) th,:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) td{border:1px solid rgba(127,127,127,.3);padding:.5em .75em;text-align:left}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) th{font-weight:700;background:rgba(127,127,127,.06)}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) hr{margin:1.6em 0;border:0;border-top:1px solid rgba(127,127,127,.28)}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) pre{overflow:auto;padding:.8em 1em;border-radius:8px;background:rgba(127,127,127,.1);font-size:.92em}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) code{font-size:.94em}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) strong,:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) b{font-weight:700}
:where(.rich-text) ul{list-style:disc}
:where(.rich-text) ol{list-style:decimal}
:where(.rich-text) a{text-decoration:underline;text-underline-offset:3px}

/* ===== tz-footer-legal (auto-appended) ===== */
.zf-legal-line a{color:inherit;text-decoration:none;opacity:.92}
.zf-legal-line a:hover{opacity:1;text-decoration:underline;text-underline-offset:3px}
.zf-legal-line .zf-legal-all{font-weight:600}
.zf-legal-line .zf-legal-copy{opacity:.95}
.zf-legal-line .zf-legal-addr{opacity:.82}
.zf-legal-line .zf-legal-police{text-decoration:none}
@media (max-width:640px){.zf-legal-line{column-gap:.55em;line-height:1.7}}
