﻿/* =========================================================
   鍚厓绉戞妧锛圦iyuan Tech锛夆€?浼佷笟瀹樼綉鏍峰紡 路 楂樼澶ф皵鐗?   璁捐璇█锛氭繁娴峰啗钃?+ 閲戣壊锛屽伐绋嬬З搴忥紝瀹炰綋鍥炬爣锛屼綋閲忔劅
   鏃?AI 妯℃澘鎰?路 鏃?emoji 路 绉诲姩绔紭鍏?   ========================================================= */

/* ---------- 璁捐浠ょ墝 ---------- */
:root {
  --brand:      #0B2545;   /* 鍝佺墝娣辨捣鍐涜摑 */
  --brand-2:    #123A66;   /* 涓摑 */
  --brand-3:    #1C4F8A;   /* 娴呰摑锛堟笎鍙樼敤锛?*/

  --ink:        #0F1E36;   /* 鏍囬 / 杩戦粦钃?*/
  --ink-2:      #0B2545;   /* 鏆楀満鑳屾櫙锛圚ero / 鏁版嵁 / CTA / 椤佃剼锛?*/
  --ink-3:      #102A4C;

  --paper:      #FFFFFF;
  --mist:       #F4F7FB;   /* 娴呰壊鍖烘 */
  --mist-2:     #E9EFF6;
  --line:       #E3E9F1;   /* 鎻忚竟 */
  --line-2:     #CCD6E3;

  --muted:      #515E76;   /* 娆＄骇鏂囧瓧 */
  --muted-2:    #8893A8;

  --accent:     #0B2545;   /* 涓诲己璋冿紙娣辫摑锛岀敤浜庢祬搴曟枃瀛?/ 閾炬帴 / 鍥炬爣锛?*/
  --accent-ink: #143A6B;
  --accent-soft:#EAF0F8;   /* 娣辫摑娣″簳 */

  --gold:       #C28A1E;   /* 閲戣壊寮鸿皟 */
  --gold-ink:   #9A6E12;   /* 娣遍噾锛堟祬搴曟枃瀛楋級 */
  --gold-soft:  #FAF1DD;   /* 閲戞贰搴?*/
  --gold-bright:#E0A93B;

  --ok:         #1F9D57;

  --radius:     16px;
  --radius-sm:  10px;
  --radius-lg:  24px;

  --maxw:       1240px;
  --maxw-sm:    840px;

  --shadow-sm:  0 1px 2px rgba(11,37,69,.07), 0 1px 3px rgba(11,37,69,.06);
  --shadow:     0 10px 30px -10px rgba(11,37,69,.18), 0 3px 8px rgba(11,37,69,.08);
  --shadow-lg:  0 30px 70px -20px rgba(11,37,69,.28), 0 10px 26px -12px rgba(11,37,69,.16);

  --ease:       cubic-bezier(.22,.61,.36,1);
  --dur:        .42s;

  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
               "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  --font-mono: ui-monospace, "SFMono-Regular", "JetBrains Mono", Menlo, Consolas,
               "Liberation Mono", monospace;
}

[data-theme="dark"] {
  --ink:        #E7EDF6;
  --ink-2:      #06101E;
  --ink-3:      #0C1A2E;

  --paper:      #070F1C;
  --mist:       #0B1626;
  --mist-2:     #11203A;
  --line:       #1C2C44;
  --line-2:     #2A3D5A;

  --muted:      #93A1B8;
  --muted-2:    #6B7891;

  --accent:     #8FB4E8;   /* 鏆楀簳閾炬帴鐢ㄦ祬钃?*/
  --accent-ink: #B4D0F2;
  --accent-soft:#14233C;

  --gold:       #E0A93B;
  --gold-ink:   #F0C25E;
  --gold-soft:  #2A2310;
  --gold-bright:#F0C25E;

  --brand:      #0E2138;
  --brand-2:    #16365C;

  --shadow-sm:  0 1px 2px rgba(0,0,0,.4);
  --shadow:     0 12px 34px -12px rgba(0,0,0,.6);
  --shadow-lg:  0 34px 80px -22px rgba(0,0,0,.7);
}

/* ---------- 鍩虹閲嶇疆 ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration:.001ms !important; transition-duration:.001ms !important; }
}

body {
  font-family: var(--font-sans);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul, ol { list-style: none; padding: 0; }
input, textarea, select { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; border-radius: 6px; }

/* ---------- 鎺掔増 ---------- */
h1,h2,h3,h4 { line-height: 1.12; font-weight: 800; letter-spacing: -.022em; color: var(--ink); }
h1 { font-size: clamp(2.6rem, 6.2vw, 4.6rem); letter-spacing: -.035em; }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
h3 { font-size: clamp(1.2rem, 2.1vw, 1.5rem); }
p  { color: var(--muted); }
.mono {
  font-family: var(--font-mono);
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}
.muted { color: var(--muted); }
.lead { font-size: clamp(1.05rem, 1.7vw, 1.25rem); color: var(--muted); line-height: 1.75; }

/* ---------- 甯冨眬 ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }
.container-sm { max-width: var(--maxw-sm); }
.section { padding: clamp(72px, 10vw, 132px) 0; position: relative; }
.section--mist { background: var(--mist); border-block: 1px solid var(--line); }
.section--ink  { background: var(--ink-2); color: #fff; }
.section--ink h2, .section--ink h3 { color: #fff; }
.section--ink p { color: #b9c4d6; }

.section-head { max-width: 760px; margin-bottom: 60px; }
.section-head .mono { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.section-head h2 { margin-bottom: 18px; }
.section-head p { font-size: 1.1rem; }

.eyebrow-line { width: 30px; height: 3px; background: var(--gold); display: inline-block; border-radius: 3px; }

/* ---------- 绾挎€у浘鏍囷紙鍔犵矖銆佹湁鍒嗛噺锛?---------- */
.icon {
  width: 1em; height: 1em;
  stroke: currentColor; fill: none;
  stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round;
  flex: none;
}
.icon--lg { width: 1.7em; height: 1.7em; }
.icon--xl { width: 2.2em; height: 2.2em; }

/* ---------- 鎸夐挳锛堥噾鑹蹭富琛屽姩锛屾繁钃濇绾э級 ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 28px; border-radius: 999px;
  font-weight: 700; font-size: 1rem; letter-spacing: .01em;
  transition: transform var(--dur) var(--ease), background var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);
  border: 1.5px solid transparent; white-space: nowrap;
}
.btn .icon { width: 1.1em; height: 1.1em; transition: transform var(--dur) var(--ease); }
.btn:hover .icon--arrow { transform: translateX(4px); }
.btn--primary { background: var(--gold); color: #0B2545; box-shadow: 0 12px 28px -10px rgba(194,138,30,.6); }
.btn--primary:hover { background: var(--gold-bright); transform: translateY(-2px); box-shadow: 0 18px 38px -12px rgba(194,138,30,.7); }
.btn--ghost { border-color: var(--line-2); color: var(--ink); background: var(--paper); }
.btn--ghost:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-2px); }
.btn--light { background: #fff; color: var(--brand); }
.btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--ink { background: var(--brand); color: #fff; }
.btn--ink:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--sm { padding: 10px 20px; font-size: .9rem; }
.btn--block { width: 100%; justify-content: center; }

/* 骞界伒鎸夐挳缃簬娣辫壊鍖猴紙Hero / CTA锛夋椂鏀逛负娴呰壊鎻忚竟 + 鐧藉瓧锛岄伩鍏嶆繁瀛楀帇娣卞簳鐪嬩笉瑙?*/
.hero .btn--ghost, .cta-band .btn--ghost {
  color: #fff; border-color: rgba(255,255,255,.32); background: transparent;
}
.hero .btn--ghost:hover, .cta-band .btn--ghost:hover {
  color: #fff; border-color: #fff; background: rgba(255,255,255,.1);
}

/* ---------- 寰芥爣 / 鏍囩 ---------- */
.tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 15px; border-radius: 999px;
  font-size: .84rem; font-weight: 700;
  background: var(--accent-soft); color: var(--brand);
  border: 1px solid color-mix(in srgb, var(--brand) 20%, transparent);
}
.tag .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.tag--ghost { background: transparent; border-color: var(--line-2); color: var(--muted); }

.pill-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- 椤堕儴瀵艰埅 ---------- */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  padding-top: env(safe-area-inset-top, 0px);
  transition: background var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
  border-bottom: 1px solid transparent;
}
.header.scrolled {
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: saturate(160%) blur(16px);
  -webkit-backdrop-filter: saturate(160%) blur(16px);
  border-bottom-color: var(--line);
  box-shadow: 0 6px 24px -18px rgba(11,37,69,.5);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 18px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 1.2rem; letter-spacing: -.01em; }
.brand__mark {
  width: 40px; height: 40px; border-radius: 11px; flex: none;
  background: var(--brand); color: #fff; display: grid; place-items: center;
  position: relative; overflow: hidden;
}
.brand__mark::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 44%, var(--gold) 44%, var(--gold) 56%, transparent 56%);
  opacity: 1;
}
.brand__mark .icon { position: relative; z-index: 1; width: 21px; height: 21px; color: #fff; }
.brand small { display: block; font-family: var(--font-mono); font-size: .64rem; letter-spacing: .2em; color: var(--muted-2); font-weight: 600; }

.nav__links { display: flex; align-items: center; gap: 3px; }
.nav__links a {
  padding: 10px 16px; border-radius: 10px; font-size: .98rem; font-weight: 600;
  color: var(--muted); transition: color .2s, background .2s;
}
.nav__links a:hover { color: var(--ink); background: var(--mist); }
.nav__links a.active { color: var(--gold-ink); }

.nav__right { display: flex; align-items: center; gap: 12px; }
.icon-btn {
  width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  border: 1px solid var(--line); color: var(--ink); background: var(--paper);
  transition: border-color .2s, color .2s, background .2s, transform .2s;
}
.icon-btn:hover { border-color: var(--gold); color: var(--gold-ink); transform: translateY(-1px); }

.nav__toggle { display: none; }

/* 绉诲姩绔娊灞?*/
.drawer {
  position: fixed; inset: 0 0 0 auto; width: min(86vw, 360px); z-index: 120;
  background: var(--paper); border-left: 1px solid var(--line);
  transform: translateX(100%); transition: transform var(--dur) var(--ease);
  display: flex; flex-direction: column; padding: 24px; gap: 6px;
  box-shadow: var(--shadow-lg);
}
.drawer.open { transform: translateX(0); }
.drawer__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.drawer a { padding: 15px 12px; border-radius: 12px; font-weight: 700; font-size: 1.08rem; border-bottom: 1px solid var(--line); }
.drawer a:hover { color: var(--gold-ink); }
.drawer .btn { margin-top: 20px; }
.overlay {
  position: fixed; inset: 0; background: rgba(7,16,30,.55); z-index: 110;
  opacity: 0; pointer-events: none; transition: opacity var(--dur) var(--ease);
}
.overlay.open { opacity: 1; pointer-events: auto; }

/* 椤堕儴瀵艰埅锛氶〉闈㈤《閮ㄥ帇鍦ㄦ繁鑹?Hero / 椤靛ご涔嬩笂鏃讹紝鐢ㄦ祬鑹叉枃瀛?+ 閫忔槑鑳屾櫙锛?   涓€鏃︽粴鍔紙.scrolled锛夋墠鍒囨崲涓烘祬搴曟繁瀛椼€傛瘡涓〉闈㈤《閮ㄩ兘鏄繁鑹插尯锛屾晠缁熶竴澶勭悊銆?*/
.header { color: #fff; }
.header .brand { color: #fff; }
.header .brand small { color: rgba(255,255,255,.7); }
.nav__links a { color: rgba(255,255,255,.82); }
.nav__links a:hover { color: #fff; background: rgba(255,255,255,.1); }
.nav__links a.active { color: var(--gold-bright); }
.header .icon-btn { color: #fff; border-color: rgba(255,255,255,.28); background: transparent; }
.header .icon-btn:hover { color: #fff; border-color: var(--gold-bright); background: rgba(255,255,255,.1); }
.header.scrolled { color: var(--ink); }
.header.scrolled .brand { color: var(--ink); }
.header.scrolled .brand small { color: var(--muted-2); }
.header.scrolled .nav__links a { color: var(--muted); }
.header.scrolled .nav__links a:hover { color: var(--ink); background: var(--mist); }
.header.scrolled .nav__links a.active { color: var(--gold-ink); }
.header.scrolled .icon-btn { color: var(--ink); border-color: var(--line); background: var(--paper); }
.header.scrolled .icon-btn:hover { color: var(--gold-ink); border-color: var(--gold); }

/* ---------- HERO锛堟繁钃濆ぇ姘旓級 ---------- */
.hero {
  position: relative; padding-top: 148px; padding-bottom: clamp(80px, 10vw, 140px); overflow: hidden;
  background:
    radial-gradient(120% 90% at 80% -10%, rgba(194,138,30,.16), transparent 55%),
    linear-gradient(160deg, var(--brand) 0%, #06121F 100%);
  color: #EAF0F8;
}
.hero__grid {
  position: absolute; inset: 0; z-index: 0; opacity: .5;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 70% 20%, #000 0%, transparent 75%);
          mask-image: radial-gradient(ellipse 80% 60% at 70% 20%, #000 0%, transparent 75%);
}
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.hero h1 { color: #fff; margin: 20px 0 22px; }
.hero h1 .hl { color: var(--gold-bright); position: relative; white-space: nowrap; }
.hero__lead { max-width: 540px; margin-bottom: 34px; font-size: 1.18rem; color: rgba(234,240,248,.82); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 38px; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 30px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.16); }
.hero__meta div .num { font-size: 1.9rem; font-weight: 800; font-family: var(--font-mono); color: #fff; letter-spacing: -.02em; }
.hero__meta div .lbl { font-size: .86rem; color: rgba(234,240,248,.7); }

/* Hero 瑙嗚锛氫唬鐮?/ 鐣岄潰鍗＄墖鍫嗗彔 */
.hero__visual { position: relative; }
.panel {
  background: #081320; color: #e8edf4; border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,.1); box-shadow: var(--shadow-lg); overflow: hidden;
  transform: perspective(1200px) rotateY(-9deg) rotateX(3deg);
}
.panel__bar { display: flex; align-items: center; gap: 7px; padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
.panel__bar i { width: 11px; height: 11px; border-radius: 50%; background: #3a4456; }
.panel__bar i:nth-child(1){ background:#ff5f57; } .panel__bar i:nth-child(2){ background:#febc2e; } .panel__bar i:nth-child(3){ background:#28c840; }
.panel__bar span { margin-left: auto; font-family: var(--font-mono); font-size: .72rem; color: #7e8a9c; }
.panel__body { padding: 22px; font-family: var(--font-mono); font-size: .84rem; line-height: 1.95; }
.panel__body .k { color: #E6B450; } .panel__body .s { color: #7FD1C9; }
.panel__body .c { color: #6c7889; } .panel__body .f { color: #e8edf4; }
.panel__body .ln { display: block; opacity: 0; transform: translateY(6px); }
.panel.in .panel__body .ln { animation: lineIn .5s var(--ease) forwards; }
.panel.in .panel__body .ln:nth-child(1){ animation-delay:.15s } .panel.in .panel__body .ln:nth-child(2){ animation-delay:.3s }
.panel.in .panel__body .ln:nth-child(3){ animation-delay:.45s } .panel.in .panel__body .ln:nth-child(4){ animation-delay:.6s }
.panel.in .panel__body .ln:nth-child(5){ animation-delay:.75s } .panel.in .panel__body .ln:nth-child(6){ animation-delay:.9s }
@keyframes lineIn { to { opacity:1; transform: translateY(0); } }

.float-card {
  position: absolute; background: var(--paper); border: 1px solid var(--line);
  border-radius: 14px; padding: 14px 18px; box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 12px; font-size: .9rem; font-weight: 700;
  animation: floaty 5s ease-in-out infinite;
}
.float-card .ic { width: 38px; height: 38px; border-radius: 10px; background: var(--gold-soft); color: var(--gold-ink); display: grid; place-items: center; }
[data-theme="dark"] .float-card { background: var(--ink-3); }
.float-card.fc1 { top: -24px; left: -28px; }
.float-card.fc2 { bottom: 28px; right: -30px; animation-delay: 1.6s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ---------- 瀹㈡埛 LOGO 鏉?---------- */
.logos { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 48px; }
.logos .mono { width: 100%; margin-bottom: 6px; }
.logo-item { display: flex; align-items: center; gap: 10px; color: var(--muted-2); font-weight: 800; font-size: 1.1rem; letter-spacing: .02em; opacity: .85; transition: opacity .25s, color .25s; }
.logo-item:hover { opacity: 1; color: var(--brand); }
.logo-item .icon { color: var(--gold); }

/* ---------- 鏈嶅姟鍗＄墖 ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 36px 32px; transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
  position: relative; overflow: hidden;
}
.card::before {
  content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 0; background: var(--gold);
  transition: width var(--dur) var(--ease);
}
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--line-2); }
.card:hover::before { width: 100%; }
.card__icon {
  width: 66px; height: 66px; border-radius: 16px; display: grid; place-items: center;
  background: var(--brand); color: var(--gold-bright); margin-bottom: 24px;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.card:hover .card__icon { background: var(--gold); color: #0B2545; }
.card h3 { margin-bottom: 12px; }
.card p { font-size: .98rem; margin-bottom: 20px; }
.card__list { display: grid; gap: 11px; margin-bottom: 24px; }
.card__list li { display: flex; align-items: flex-start; gap: 11px; font-size: .95rem; color: var(--muted); }
.card__list .icon { color: var(--gold); margin-top: 3px; width: 1.15em; height: 1.15em; }
.card__foot { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); }
.card__foot a { font-weight: 700; font-size: .92rem; color: var(--brand); display: inline-flex; align-items: center; gap: 7px; }
.card__foot a:hover .icon { transform: translateX(4px); }
.card__foot .icon { transition: transform .25s var(--ease); }

/* 鑳藉姏缁村害锛堝皬缃戞牸锛?*/
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.feature { background: var(--paper); padding: 30px 24px; transition: background .25s; }
.feature:hover { background: var(--mist); }
.feature .icon { color: var(--brand); margin-bottom: 16px; width: 1.9em; height: 1.9em; }
.feature h4 { font-size: 1.08rem; margin-bottom: 8px; }
.feature p { font-size: .9rem; }

/* ---------- 鏁版嵁鏉?---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: left; padding: 8px 18px; border-left: 2px solid rgba(224,169,59,.4); }
.stat .num { font-family: var(--font-mono); font-size: clamp(2.4rem, 4.6vw, 3.4rem); font-weight: 800; color: #fff; letter-spacing: -.02em; line-height: 1; }
.stat .num .suf { color: var(--gold-bright); }
.stat .lbl { color: #b9c4d6; font-size: .96rem; margin-top: 12px; }

/* ---------- 娴佺▼鏃堕棿绾?---------- */
.process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; counter-reset: step; }
.step { position: relative; padding: 30px 22px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: border-color .25s, transform .25s, box-shadow .25s; }
.step:hover { border-color: var(--gold); transform: translateY(-5px); box-shadow: var(--shadow); }
.step .idx { font-family: var(--font-mono); font-size: .86rem; font-weight: 800; color: var(--gold-ink); }
.step .icon { color: var(--brand); margin: 16px 0 16px; width: 2em; height: 2em; }
.step h4 { font-size: 1.08rem; margin-bottom: 8px; }
.step p { font-size: .9rem; }
.step::after { content: ""; position: absolute; top: 42px; right: -11px; width: 22px; height: 2px; background: var(--line-2); }
.process .step:last-child::after { display: none; }

/* ---------- 妗堜緥 ---------- */
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.case {
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--paper);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
  display: flex; flex-direction: column;
}
.case:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--gold); }
.case__thumb { aspect-ratio: 16/10; position: relative; overflow: hidden; display: grid; place-items: center; color: #fff; }
.case__thumb .pat { position: absolute; inset: 0; opacity: .95; }
.case__thumb .ic { position: relative; z-index: 1; width: 60px; height: 60px; opacity: .95; }
.case__body { padding: 24px 24px 26px; display: flex; flex-direction: column; gap: 13px; flex: 1; }
.case__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { font-size: .76rem; font-weight: 700; padding: 5px 11px; border-radius: 999px; background: var(--mist); color: var(--muted); border: 1px solid var(--line); }
.case h3 { font-size: 1.18rem; }
.case p { font-size: .94rem; flex: 1; }
.case__foot { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); font-size: .88rem; color: var(--muted); }
.case__foot a { color: var(--gold-ink); font-weight: 700; display: inline-flex; gap: 6px; align-items: center; }
/* 妗堜緥缂╃暐鍥鹃厤鑹诧紙楂樼骇鎰燂級 */
.tone-a { background: linear-gradient(135deg,#0B2545,#1C4F8A); }
.tone-b { background: linear-gradient(135deg,#123A66,#2A7D8C); }
.tone-c { background: linear-gradient(135deg,#0B2545,#C28A1E); }
.tone-d { background: linear-gradient(135deg,#13315C,#3A7CA5); }
.tone-e { background: linear-gradient(135deg,#7A4E12,#C28A1E); }
.tone-f { background: linear-gradient(135deg,#1A2433,#3C4A5E); }

/* ---------- 浠峰€?/ 鍏充簬 ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: var(--brand); min-height: 380px; }
.split__media .blueprint {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 32px 32px;
}
.split__media .ring { position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.split__media .r1 { width: 280px; height: 280px; top: -50px; right: -50px; border-color: rgba(224,169,59,.35); }
.split__media .r2 { width: 170px; height: 170px; bottom: 30px; left: 30px; border-color: rgba(224,169,59,.5); }
.split__media .center { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; color: #fff; padding: 30px; }
.split__media .center .big { font-family: var(--font-mono); font-size: 3.4rem; font-weight: 800; color: var(--gold-bright); }
.split__media .center .small { color: #b9c4d6; font-size: .95rem; }
.value-list { display: grid; gap: 20px; margin-top: 30px; }
.value { display: flex; gap: 18px; align-items: flex-start; }
.value .ic { width: 52px; height: 52px; flex: none; border-radius: 14px; background: var(--brand); color: var(--gold-bright); display: grid; place-items: center; }
.value h4 { font-size: 1.1rem; margin-bottom: 5px; }
.value p { font-size: .95rem; }

/* 鏃堕棿绾匡紙鍏充簬椤碉級 */
.timeline { border-left: 2px solid var(--line); padding-left: 30px; display: grid; gap: 32px; }
.tl { position: relative; }
.tl::before { content: ""; position: absolute; left: -38px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--gold); border: 3px solid var(--paper); box-shadow: 0 0 0 2px var(--line); }
.tl .yr { font-family: var(--font-mono); font-weight: 800; color: var(--gold-ink); font-size: 1rem; }
.tl h4 { font-size: 1.12rem; margin: 5px 0 7px; }
.tl p { font-size: .95rem; }

/* 鍥㈤槦 */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.member { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--paper); transition: transform .25s, box-shadow .25s; }
.member:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.member__avatar { aspect-ratio: 1; background: linear-gradient(135deg, var(--mist-2), var(--mist)); display: grid; place-items: center; color: var(--muted-2); border-bottom: 1px solid var(--line); }
.member__avatar .icon { width: 64px; height: 64px; }
.member__body { padding: 20px; }
.member__body h4 { font-size: 1.08rem; }
.member__body .role { font-size: .84rem; color: var(--gold-ink); font-weight: 700; margin: 3px 0 9px; }
.member__body p { font-size: .88rem; }
.member__social { display: flex; gap: 9px; margin-top: 14px; }
.member__social a { width: 36px; height: 36px; border-radius: 9px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--muted); transition: .2s; }
.member__social a:hover { color: #fff; border-color: var(--brand); background: var(--brand); }

/* 璧勮川 */
.badges { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.badge { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 26px 18px; text-align: center; background: var(--paper); transition: .25s; }
.badge:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.badge .icon { color: var(--brand); margin-bottom: 12px; width: 2.2em; height: 2.2em; }
.badge span { font-size: .9rem; font-weight: 700; }

/* ---------- 璇勪环 ---------- */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.review { border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; background: var(--paper); display: flex; flex-direction: column; gap: 18px; }
.review .q { color: var(--gold); opacity: .6; width: 1.8em; height: 1.8em; }
.review p { color: var(--ink); font-size: 1rem; line-height: 1.75; flex: 1; }
.review__who { display: flex; align-items: center; gap: 13px; padding-top: 16px; border-top: 1px solid var(--line); }
.review__who .av { width: 46px; height: 46px; border-radius: 50%; background: var(--brand); color: var(--gold-bright); display: grid; place-items: center; font-weight: 800; font-family: var(--font-mono); }
.review__who .n { font-weight: 700; font-size: 1rem; }
.review__who .t { font-size: .84rem; color: var(--muted); }
.stars { display: flex; gap: 3px; color: var(--gold); }
.stars .icon { width: 18px; height: 18px; fill: var(--gold); stroke: var(--gold); }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin-inline: auto; display: grid; gap: 14px; }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); overflow: hidden; transition: border-color .25s, box-shadow .25s; }
.faq__item.open { border-color: var(--gold); box-shadow: var(--shadow-sm); }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 24px; font-weight: 700; font-size: 1.06rem; text-align: left; }
.faq__q .icon { transition: transform .3s var(--ease); color: var(--gold-ink); }
.faq__item.open .faq__q .icon { transform: rotate(180deg); color: var(--gold); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq__a p { padding: 0 24px 24px; font-size: .98rem; }

/* ---------- 妗堜緥绛涢€?---------- */
.filter-bar { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 38px; }
.filter-bar button {
  padding: 10px 20px; border-radius: 999px; border: 1.5px solid var(--line-2);
  font-size: .94rem; font-weight: 700; color: var(--muted); background: var(--paper);
  transition: .2s;
}
.filter-bar button:hover { color: var(--brand); border-color: var(--brand); }
.filter-bar button.active { background: var(--brand); color: #fff; border-color: var(--brand); }

/* ---------- 鑱旂郴 ---------- */
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 44px; align-items: start; }
.contact-info { display: grid; gap: 18px; }
.cinfo { display: flex; gap: 16px; align-items: flex-start; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); }
.cinfo .ic { width: 48px; height: 48px; flex: none; border-radius: 12px; background: var(--brand); color: var(--gold-bright); display: grid; place-items: center; }
.cinfo h4 { font-size: 1rem; margin-bottom: 3px; }
.cinfo p { font-size: .92rem; }
.cinfo a:hover { color: var(--gold-ink); }

.form { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); }
.form .grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.field label { font-size: .9rem; font-weight: 700; }
.field label .req { color: var(--gold); }
.field input, .field textarea, .field select {
  padding: 13px 15px; border: 1.5px solid var(--line-2); border-radius: 11px; background: var(--mist);
  transition: border-color .2s, box-shadow .2s, background .2s; width: 100%;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft); background: var(--paper); }
.field textarea { min-height: 130px; resize: vertical; }
.field .err { font-size: .8rem; color: #e5484d; display: none; }
.field.invalid input, .field.invalid textarea, .field.invalid select { border-color: #e5484d; }
.field.invalid .err { display: block; }
.form__ok { display: none; align-items: center; gap: 12px; padding: 15px 18px; border-radius: 11px; background: color-mix(in srgb, var(--ok) 12%, transparent); color: var(--ok); border: 1px solid color-mix(in srgb, var(--ok) 30%, transparent); font-weight: 700; margin-bottom: 18px; }
.form__ok.show { display: flex; }

/* ---------- CTA ---------- */
.cta-band { background: var(--brand); color: #fff; border-radius: var(--radius-lg); padding: clamp(40px, 6vw, 72px); position: relative; overflow: hidden; }
.cta-band::before { content:""; position:absolute; inset:0; background-image: linear-gradient(to right, rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 46px 46px; -webkit-mask-image: radial-gradient(circle at 85% 20%, #000, transparent 70%); mask-image: radial-gradient(circle at 85% 20%, #000, transparent 70%); }
.cta-band::after { content:""; position:absolute; width: 360px; height: 360px; right: -80px; top: -120px; background: radial-gradient(circle, rgba(224,169,59,.28), transparent 70%); }
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #b9c4d6; max-width: 560px; }
.cta-band .row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }

/* ---------- 椤佃剼 ---------- */
.footer { background: var(--ink-2); color: #b9c4d6; padding: 72px 0 30px; border-top: 1px solid rgba(255,255,255,.08); }
.footer a { color: #b9c4d6; transition: color .2s; }
.footer a:hover { color: #fff; }
.footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer .brand { color: #fff; margin-bottom: 18px; }
.footer__about p { font-size: .94rem; max-width: 340px; }
.footer h5 { color: #fff; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; font-family: var(--font-mono); margin-bottom: 18px; }
.footer__col ul { display: grid; gap: 12px; }
.footer__col a { font-size: .95rem; }
.footer__bottom { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; padding-top: 26px; font-size: .86rem; color: #8b97ab; }
.footer__social { display: flex; gap: 11px; }
.footer__social a { width: 42px; height: 42px; border-radius: 11px; border: 1px solid rgba(255,255,255,.14); display: grid; place-items: center; color: #b9c4d6; transition: .2s; }
.footer__social a:hover { color: #0B2545; border-color: var(--gold); background: var(--gold); }

/* 闈㈠寘灞?/ 瀛愰〉澶达紙娣辫摑澶ф皵锛?*/
.crumb { display: flex; align-items: center; gap: 8px; font-size: .88rem; color: var(--muted); margin-bottom: 20px; }
.crumb a:hover { color: var(--gold-ink); }
.crumb .sep { color: var(--muted-2); }
.page-hero { padding-top: 128px; padding-bottom: 28px; }
.page-hero h1 { margin: 16px 0 14px; }
.page-hero--ink {
  background: radial-gradient(120% 90% at 80% -10%, rgba(194,138,30,.16), transparent 55%), linear-gradient(160deg, var(--brand) 0%, #06121F 100%);
  color: #EAF0F8; border-bottom: 1px solid rgba(255,255,255,.08);
}
.page-hero--ink h1 { color: #fff; }
.page-hero--ink .lead, .page-hero--ink p { color: rgba(234,240,248,.8); }
.page-hero--ink .crumb { color: rgba(234,240,248,.6); }
.page-hero--ink .crumb a:hover { color: var(--gold-bright); }

/* ---------- 婊氬姩鎻ず鍔ㄧ敾 ---------- */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
.js .reveal[data-delay="1"] { transition-delay: .08s; }
.js .reveal[data-delay="2"] { transition-delay: .16s; }
.js .reveal[data-delay="3"] { transition-delay: .24s; }
.js .reveal[data-delay="4"] { transition-delay: .32s; }
.js .reveal[data-delay="5"] { transition-delay: .4s; }

/* ---------- 鍝嶅簲寮?---------- */
@media (max-width: 1080px) {
  .svc-grid, .case-grid, .review-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid, .team-grid, .badges { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 34px; }
  .process { grid-template-columns: repeat(3, 1fr); }
  .process .step:nth-child(3)::after { display: none; }
  .footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav__links, .nav__right .btn { display: none; }
  .nav__toggle { display: grid; }
  .hero__inner { grid-template-columns: 1fr; gap: 44px; }
  .hero__visual { max-width: 480px; margin-inline: auto; }
  .hero__visual .panel { transform: none; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split__media { min-height: 280px; }
  .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .process { grid-template-columns: 1fr 1fr; }
  .process .step::after { display: none; }
  .form .grid2 { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .container { padding-inline: 18px; }
  .svc-grid, .case-grid, .review-grid, .feature-grid, .team-grid, .badges, .stats, .process { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; gap: 30px; }
  .hero__meta { gap: 20px; }
  .hero__meta div .num { font-size: 1.5rem; }
  .float-card.fc1 { left: -8px; } .float-card.fc2 { right: -8px; }
  .cta-band .row .btn { width: 100%; justify-content: center; }
}

/* 鏁存磥婊氬姩鏉?*/
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 8px; border: 3px solid var(--paper); }
::-webkit-scrollbar-thumb:hover { background: var(--muted-2); }
/* ===== 閹剚璇炵€广垺婀?===== */
.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}
.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}
.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}}


/* hero 防遮挡 */
.hero__copy{position:relative;z-index:2}
.hero__inner{z-index:2}
.hero__visual{z-index:1}
﻿.main-content { min-width: 0; }
.eyebrow { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--brand); }
.bread { display: flex; align-items: center; gap: 6px; padding: 12px 0; font-size: 14px; color: var(--ink-3); flex-wrap: wrap; }
.bread a { color: var(--brand); }
.caret { color: var(--ink-3); }
.article-head { margin-bottom: 24px; }
.article-head h1 { font-size: 28px; font-weight: 700; color: var(--ink); }
.article-meta { display: flex; gap: 16px; font-size: 13px; color: var(--ink-3); margin-bottom: 16px; flex-wrap: wrap; }
.article-body { font-size: 15px; line-height: 1.85; color: var(--ink-2); }
.article-body p { margin-bottom: 16px; }
.article-body img { max-width: 100%; height: auto; }
.article-tag { display: flex; gap: 8px; margin: 16px 0; flex-wrap: wrap; }
.article-tag a { padding: 4px 12px; background: var(--mist); color: var(--ink-2); border-radius: 999px; font-size: 12px; text-decoration: none; }
.article-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; }
.article-nav a { color: var(--brand); font-size: 14px; text-decoration: none; }
.section__head { margin-bottom: 32px; }
.section--alt { background: var(--mist); }
.biz-feature { padding: 20px; }
.article-cover { margin-bottom: 20px; }
.article-cover img { width: 100%; height: auto; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 32px; flex-wrap: wrap; }
.pagination a, .page-link { padding: 8px 14px; border: 1px solid var(--ink-3); border-radius: 4px; color: var(--ink-2); text-decoration: none; font-size: 14px; }
.pagination a:hover, .page-link.is-active { background: var(--brand); color: #fff; border-color: var(--brand); }
.btn-ghost { background: transparent; border: 1px solid var(--brand); color: var(--brand); padding: 10px 20px; border-radius: 4px; font-size: 14px; cursor: pointer; }
.btn-ghost:hover { background: var(--brand); color: #fff; }
﻿.page-body { font-size: 15px; line-height: 1.85; color: var(--ink-2, #374151); }
.page-body p { margin-bottom: 16px; }
.page-body img { max-width: 100%; height: auto; }
.sitemap-list { list-style: none; padding: 0; }
.sitemap-list li { margin-bottom: 6px; }
.sitemap-list a { color: var(--ink-2, #374151); }
.sitemap-list a:hover { color: var(--brand); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.tag-link { padding: 4px 12px; background: var(--mist, #f3f4f6); color: var(--ink-2, #374151); border-radius: 999px; font-size: 12px; text-decoration: none; }
.tag-link:hover { background: var(--brand); color: #fff; }


/* ===== 详情页双栏布局（detail-grid + 侧栏）===== */
.detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 34px; align-items: start; margin-top: 30px; }
.detail-main { min-width: 0; }
.detail-side { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 16px; }
.side-card { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 20px; box-shadow: 0 6px 18px rgba(15, 30, 54, .05); }
.side-card h3 { font-size: 15px; font-weight: 700; color: var(--ink); margin: 0 0 12px; padding-bottom: 10px; border-bottom: 2px solid var(--brand); display: inline-block; }
.side-list { list-style: none; margin: 0; padding: 0; }
.side-list li { border-bottom: 1px dashed var(--line); }
.side-list li:last-child { border-bottom: 0; }
.side-list a { display: block; padding: 9px 0; color: var(--muted); text-decoration: none; font-size: 14px; line-height: 1.5; transition: color .2s; }
.side-list a:hover { color: var(--brand); }
.side-list a small { display: block; font-size: 12px; color: var(--muted-2, #8893A8); margin-top: 2px; }
.side-card--cta { background: var(--brand); border-color: var(--brand); }
.side-card--cta h3 { color: #fff; border-bottom-color: rgba(255,255,255,.55); }
.side-card--cta p { color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.7; margin: 0 0 14px; }
@media (max-width: 900px) {
  .detail-grid { grid-template-columns: 1fr; }
  .detail-side { position: static; }
}

/* ===== 文章正文排版（字大小/段距/行距优化）===== */
.article-body { font-size: 15.5px; line-height: 1.95; color: var(--ink-2); }
.article-body p { margin-bottom: 22px; }
.article-body h1, .article-body h2, .article-body h3 { color: var(--ink); font-weight: 700; line-height: 1.4; }
.article-body h2 { font-size: 22px; margin: 36px 0 16px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.article-body h3 { font-size: 18px; margin: 30px 0 12px; }
.article-body ul, .article-body ol { margin: 0 0 22px; padding-left: 1.4em; }
.article-body li { margin-bottom: 8px; line-height: 1.85; }
.article-body blockquote { margin: 24px 0; padding: 14px 18px; border-left: 3px solid var(--brand); background: var(--mist); color: var(--ink); border-radius: 4px; }
.article-body strong { color: var(--ink); font-weight: 700; }

/* ===== 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}}
