:root {
  --primary: #1d7fc4;
  --primary-dark: #14649e;
  --accent: #f2603c;
  --accent-text: #d4461f;
  --body-bg: #f7fbfe;
  --card-bg: #ffffff;
  --text-main: #16324a;
  --muted: #64748b;
  --gray-light: #cbd5e1;
  --gray: #94a3b8;
  --border: #d7e6f2;
  --shadow: 0 6px 22px rgba(29,127,196,.14);
  --radius: 24px;
  --container: 1200px;
  --section-pad: 120px;
  --easing: cubic-bezier(.34,1.56,.64,1);
  --dur: 550ms;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{overflow-x:hidden}
body{margin:0;font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;background:var(--body-bg);color:var(--text-main);line-height:1.7}
img{max-width:100%;height:auto;display:block}
a{color:var(--primary);text-decoration:none}
a:hover{text-decoration:underline}
button{font:inherit}
:focus-visible{outline:3px solid var(--accent);outline-offset:2px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.wf-skip{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;z-index:9999}
.wf-skip:focus{left:12px;top:12px;width:auto;height:auto;padding:.5rem .9rem;background:#0f3a5c;color:#fff;border-radius:12px}
/* header：透明叠 hero 滚动变白（dim7 B） */
.wf-header{position:sticky;top:0;z-index:999;transition:background var(--dur),box-shadow var(--dur)}
.wf-header.on-hero{background:transparent}
.wf-header.scrolled{background:rgba(255,255,255,.96);box-shadow:0 2px 18px rgba(29,127,196,.12)}
.wf-header-inner{max-width:var(--container);margin:0 auto;display:flex;align-items:center;gap:16px;padding:.6rem 1rem;flex-wrap:nowrap}
.wf-logo{display:flex;align-items:center;gap:.5rem;color:var(--text-main);white-space:nowrap}
.wf-logo-text{font-weight:800;font-size:1.02rem}
.wf-burger{display:none;background:none;border:0;width:32px;height:24px;position:relative;margin-left:auto}
.wf-burger span{display:block;width:100%;height:2px;background:var(--text-main);position:absolute;left:0;transition:top var(--dur),transform var(--dur)}
.wf-burger span:nth-child(1){top:0}.wf-burger span:nth-child(2){top:11px}.wf-burger span:nth-child(3){top:22px}
.wf-nav{display:flex;gap:2px;align-items:center;flex-wrap:nowrap;margin-left:auto}
.wf-nav-link{font-size:15px;color:var(--text-main);padding:6px 10px;border-radius:14px;white-space:nowrap;display:inline-flex;align-items:center;gap:2px}
.wf-nav-link.is-active{background:var(--primary);color:#fff;font-weight:600}
.wf-nav-item{position:relative}
.wf-drop{position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--border);border-radius:var(--radius);min-width:190px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:all var(--dur) var(--easing);padding:.5rem;z-index:99}
.wf-nav-item:hover .wf-drop,.wf-nav-item:focus-within .wf-drop{opacity:1;visibility:visible;transform:translateY(0)}
.wf-drop a{display:block;padding:.45rem .8rem;color:var(--text-main);border-radius:12px}
.wf-drop a:hover{background:#e8f4fd;color:var(--primary)}
.wf-caret{vertical-align:middle}
.wf-nav-cta{background:var(--accent);color:#fff;padding:8px 16px;border-radius:999px;font-weight:700;font-size:15px;white-space:nowrap;margin-left:4px}
.wf-nav-cta:hover{filter:brightness(1.06);text-decoration:none}
.wf-tel-btn{width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid var(--border);display:grid;place-items:center;color:var(--primary);flex:0 0 auto;margin-left:0}
.wf-header.scrolled .wf-tel-btn{margin-left:0}
.wf-header.on-hero .wf-nav-link{color:#0f3a5c}
/* hero：不对称拼贴 + 渐变光晕（dim1 G / dim14 C，全浅色 dim16 A） */
.wf-hero{position:relative;padding:clamp(48px,6vw,80px) 1rem clamp(24px,3vw,40px);overflow:hidden}
.wf-hero-bg{position:absolute;inset:0;background:linear-gradient(160deg,#e8f4fd 0%,#f7fbfe 55%,#fdeee8 100%);z-index:-1}
.wf-hero-glow{position:absolute;width:420px;height:420px;border-radius:50%;filter:blur(70px);opacity:.45;animation:wf-glow 9s ease-in-out infinite alternate}
.wf-hero-glow.g1{background:#9fd3f5;top:-120px;left:6%}
.wf-hero-glow.g2{background:#f9b9a3;bottom:-160px;right:10%;animation-delay:2s}
@keyframes wf-glow{from{transform:translateY(0) scale(1)}to{transform:translateY(-24px) scale(1.08)}}
.wf-hero-inner{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(28px,4vw,56px);align-items:start}
.wf-hero h1{font-size:clamp(1.85rem,3.6vw,2.7rem);margin:0 0 .7rem;line-height:1.55;font-weight:900;color:#0f3a5c;padding-bottom:.15em}
.wf-hero h1 .wf-outline{display:block;color:transparent;-webkit-text-stroke:2px var(--accent);margin-top:.45em;font-size:.85em;letter-spacing:.04em;line-height:1.3;padding-bottom:.2em}
.wf-hero h1 .wf-type{display:inline-block;opacity:0;transform:translateY(14px);transition:opacity var(--dur) var(--easing),transform var(--dur) var(--easing)}
.wf-hero h1 .wf-type.in{opacity:1;transform:translateY(0)}
.wf-hero-sub{font-size:1.05rem;color:#3d5a74;max-width:46ch}
.wf-hero-cta{display:flex;gap:.8rem;margin-top:1.2rem;flex-wrap:wrap}
/* 风筝拼贴（右侧装饰动效图形，非数字卡 §1.12） */
.wf-kite-stage{position:relative;min-height:260px;height:100%}
.wf-kite{position:absolute;color:var(--accent);animation:wf-float 6s ease-in-out infinite alternate}
.wf-kite.k1{top:14%;left:10%;width:140px}
.wf-kite.k2{top:42%;left:48%;width:96px;color:var(--primary);animation-delay:1.4s;animation-duration:7.2s}
.wf-kite.k3{top:6%;left:62%;width:60px;color:#7fb7dd;animation-delay:.6s;animation-duration:5.4s}
@keyframes wf-float{from{transform:translateY(0) rotate(-3deg)}to{transform:translateY(-20px) rotate(4deg)}}
/* 城市意象带：风筝关键词跑马灯（dim18 B / MAR） */
.wf-band{background:var(--primary);color:#fff;padding:14px 0;overflow:hidden}
.wf-marquee{display:flex;width:max-content;gap:2.6rem;animation:wf-mar 26s linear infinite;white-space:nowrap;font-weight:600;letter-spacing:.06em}
.wf-marquee span{display:inline-flex;align-items:center;gap:.6rem}
.wf-marquee svg{width:14px;height:14px}
@keyframes wf-mar{from{transform:translateX(0)}to{transform:translateX(-50%)}}
/* 业务卡：交错浮层卡（dim2 F，TILT） */
.wf-biz{padding:var(--section-pad) 1rem}
.wf-biz-inner{max-width:var(--container);margin:0 auto}
.wf-sec-title{margin-bottom:2.6rem}
.wf-sec-title h2{font-size:clamp(1.6rem,2.6vw,2.2rem);margin:0 0 .4rem;font-weight:900;color:#0f3a5c}
.wf-sec-title p{margin:0;color:var(--muted);max-width:56ch}
.wf-biz-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.wf-biz-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem;box-shadow:0 8px 24px rgba(29,127,196,.10);transition:transform var(--dur) var(--easing),box-shadow var(--dur)}
.wf-biz-card:nth-child(odd){transform:translateY(18px)}
.wf-biz-card:hover{transform:translateY(6px);box-shadow:0 14px 34px rgba(242,96,60,.18)}
.wf-biz-icon{width:52px;height:52px;border-radius:18px;background:#e8f4fd;color:var(--primary);display:grid;place-items:center;margin-bottom:1rem;transition:transform var(--dur) var(--easing)}
.wf-biz-card:hover .wf-biz-icon{transform:scale(1.1) rotate(-4deg)}
.wf-biz-card h3{margin:0 0 .5rem;font-size:1.1rem;color:#0f3a5c}
.wf-biz-card p{margin:0 0 .9rem;font-size:.92rem;color:var(--muted)}
.wf-biz-sub{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}
.wf-biz-sub li{font-size:.78rem;background:#f0f7fd;color:#14649e;padding:.22rem .6rem;border-radius:999px}
.wf-biz-sub a{color:#14649e}
/* 流程：竖排时间线（dim4 B） */
.wf-process{padding:var(--section-pad) 1rem;background:#fff;border-radius:56px 56px 0 0}
.wf-process-inner{max-width:880px;margin:0 auto}
.wf-timeline{list-style:none;margin:0;padding:0 0 0 2.2rem;position:relative}
.wf-timeline::before{content:"";position:absolute;left:12px;top:8px;bottom:8px;width:3px;border-radius:3px;background:linear-gradient(180deg,var(--primary),var(--accent))}
.wf-timeline li{position:relative;padding:0 0 2rem 1.4rem}
.wf-timeline li::before{content:"";position:absolute;left:-2.2rem;top:6px;width:27px;height:27px;border-radius:50%;background:#fff;border:3px solid var(--primary)}
.wf-timeline li:nth-child(even)::before{border-color:var(--accent)}
.wf-timeline h4{margin:0 0 .3rem;font-size:1.05rem;color:#0f3a5c}
.wf-timeline p{margin:0;color:var(--muted);font-size:.94rem}
/* 信任条：环形进度数字（dim6 G，全站唯一数字区 §1.12） */
.wf-stats{padding:var(--section-pad) 1rem;background:#fff}
.wf-stats-inner{max-width:var(--container);margin:0 auto}
.wf-stats-title{text-align:center;margin-bottom:3rem}
.wf-stats-title p{margin-left:auto;margin-right:auto}
.wf-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.wf-ring{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.8rem}
.wf-ring-svg{position:relative;width:148px;height:148px;display:grid;place-items:center}
.wf-ring svg{width:148px;height:148px;transform:rotate(-90deg);display:block}
.wf-ring circle{fill:none;stroke-width:9;stroke-linecap:round}
.wf-ring .track{stroke:#d8e6f2}
.wf-ring .val{stroke:var(--accent);stroke-dasharray:283;stroke-dashoffset:283;transition:stroke-dashoffset 1.4s var(--easing)}
.wf-ring:nth-child(even) .val{stroke:var(--primary)}
.wf-ring-num{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:1.7rem;font-weight:800;color:#0f3a5c;line-height:1;white-space:nowrap;pointer-events:none}
.wf-ring-label{display:block;font-size:.95rem;color:#0f3a5c;margin-top:.2rem;font-weight:600}
.wf-ring-desc{display:block;font-size:.78rem;color:var(--muted);max-width:160px}
/* 资讯：杂志式（dim3 F）首条横跨 */
.wf-news{padding:var(--section-pad) 1rem}
.wf-news-inner{max-width:var(--container);margin:0 auto}
.wf-news-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.1rem}
.wf-news-item.lead{grid-column:1/-1;padding:1.6rem 1.8rem;background:linear-gradient(120deg,#eef7fe,#f7fbfe)}
.wf-news-item.lead a{font-size:1.15rem}
.wf-news-item{overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:20px;padding:1.1rem 1.2rem;box-shadow:0 4px 14px rgba(29,127,196,.07)}
.wf-news-item.lead{grid-column:1 / -1;background:linear-gradient(120deg,#e8f4fd,#fdeee8);padding:1.6rem 1.4rem}
.wf-news-item a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;font-weight:600;color:#0f3a5c}
.wf-news-item.lead a{font-size:1.2rem}
.wf-news-meta{margin:.3rem 0 0;font-size:.8rem;color:var(--muted)}
/* CTA：斜切边全宽带（dim5 I），深青底显式浅色（§1.5） */
.wf-cta{position:relative;margin-top:40px;background:linear-gradient(120deg,#0f3a5c,#14649e);color:#f2f9ff;padding:calc(var(--section-pad)*.62) 1rem;clip-path:polygon(0 0,100% 56px,100% 100%,0 calc(100% - 56px))}
.wf-cta-inner{max-width:var(--container);margin:0 auto;text-align:center}
.wf-cta h2{font-size:clamp(1.4rem,2.4vw,1.9rem);margin:0 0 .6rem}
.wf-cta p{margin:0 0 1.3rem;color:#cfe6f7}
.wf-cta a{color:#ffd9cd}
.wf-btn{display:inline-block;background:var(--accent);color:#fff;font-weight:700;padding:.72rem 1.5rem;border-radius:999px;transition:transform var(--dur) var(--easing),filter var(--dur)}
.wf-btn:hover{transform:translateY(-3px) scale(1.03);text-decoration:none;filter:brightness(1.06)}
.wf-btn-accent{background:var(--accent)}
/* footer：不对称（dim8 E，深底显式浅色） */
.wf-footer{background:#0f3a5c;color:#d8e9f6;padding:64px 1rem 28px;margin-top:40px}
.wf-footer-grid{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:2.2fr 1fr 1fr 1.3fr;gap:2rem}
.wf-footer a{color:#d8e9f6}
.wf-footer-logo{display:flex;align-items:center;gap:.6rem;color:#fff}
.wf-footer-word{color:#a9c8de;font-size:.92rem}
.wf-footer-contact a{display:block;margin:.2rem 0}
.wf-footer-col h4,.wf-footer-cta h4{margin:0 0 .7rem;color:#fff;font-size:.95rem}
.wf-footer-col a{display:block;margin:.35rem 0;font-size:.92rem}
.wf-footer-cta p{color:#a9c8de;font-size:.9rem}
.wf-footer-bottom{max-width:var(--container);margin:1.6rem auto 0;border-top:1px solid rgba(255,255,255,.14);padding-top:.9rem;display:flex;justify-content:space-between;gap:.8rem;flex-wrap:wrap}
.wf-copy{margin:0;font-size:.85rem;color:#a9c8de}
.wf-links{margin:0;display:flex;gap:1rem}
.wf-links a{font-size:.85rem}
.wf-beian{margin:0;display:flex;gap:.8rem}
.wf-beian a{font-size:.85rem;color:#a9c8de}
/* page header / 卡片通用 */
.wf-page-hero{background:linear-gradient(140deg,#e8f4fd,#fdeee8);padding:clamp(40px,6vw,72px) 1rem}
.wf-page-hero h1{max-width:var(--container);margin:0 auto;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:900;color:#0f3a5c}
.wf-page-hero p{max-width:var(--container);margin:.4rem auto 0;color:#3d5a74}
.wf-breadcrumb{max-width:var(--container);margin:0 auto 1rem;font-size:.85rem;color:var(--muted)}
.wf-panel{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem 1.4rem;box-shadow:0 4px 14px rgba(29,127,196,.07)}
.wf-side-list{list-style:none;margin:0;padding:0}
.wf-side-list li{overflow:hidden;min-width:0;margin:.45rem 0}
.wf-side-list a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;font-size:.92rem}
.wf-pager{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1.6rem}
.wf-pager a{padding:.32rem .78rem;border-radius:999px;border:1px solid var(--border)}
.wf-pager a.cur{background:var(--primary);color:#fff;border-color:var(--primary)}
/* 表单 */
.wf-field{display:block;margin-bottom:.9rem;font-size:.95rem}
.wf-field input,.wf-field textarea{width:100%;margin-top:.3rem;padding:.62rem .8rem;border:1px solid var(--border);border-radius:14px;font:inherit;background:#fbfdff}
.wf-field input:focus,.wf-field textarea:focus{outline:2px solid var(--primary);outline-offset:1px}
.wf-flash{padding:.7rem 1rem;border-radius:14px;border:1px solid #b7e2c4;background:#effbf2;color:#14532d}
/* 悬浮客服 */
.zfkf{position:fixed;right:16px;bottom:80px;z-index:9999}
.zfkf-btns{display:flex;flex-direction:column;gap:10px}
.zfkf-btn{width:44px;height:44px;border-radius:50%;background:var(--primary);border:0;box-shadow:var(--shadow);display:grid;place-items:center;color:#fff;cursor:pointer}
.zfkf-btn:hover{filter:brightness(1.08)}
.zfkf-panel[hidden]{display:none}
.zfkf-mask{position:fixed;inset:0;background:rgba(15,58,92,.5)}
.zfkf-dialog{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;padding:1.4rem;border-radius:var(--radius);max-width:260px;text-align:center}
.zfkf-dialog h5{margin:0 0 .8rem;color:#0f3a5c}
.zfkf-nocode{color:var(--muted)}
.zfkf-dialog-close{position:absolute;right:10px;top:10px;background:none;border:0;cursor:pointer;color:var(--muted)}
/* responsive */
@media (max-width: 980px){
  .wf-hero-inner,.wf-biz-grid,.wf-stats-grid,.wf-news-list,.wf-footer-grid{grid-template-columns:1fr}
  .wf-biz-card:nth-child(odd){transform:none}
  .wf-kite-stage{display:none}
  .wf-burger{display:block}
  .wf-nav{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid var(--border);flex-direction:column;align-items:stretch;padding:.6rem 1rem;display:none;box-shadow:var(--shadow)}
  .wf-nav.open{display:flex}
  .wf-drop{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding-left:1rem}
  .wf-tel-btn{margin-left:0}
  .wf-process,.wf-cta{border-radius:0;clip-path:none}
}
@media (prefers-reduced-motion: reduce){
  *{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}
  .wf-marquee{animation:none}
}
.no-js .wf-type{opacity:1;transform:none}
.no-js .wf-marquee{animation:none}
.no-js .wf-burger{display:none}

/* ===== hero 三屏轮播：左列文案（slides+dots 叠放），右列风筝拼贴；
       高度由内容决定 + 温和 min-height，杜绝大面积空白 ===== */
.wf-hero{position:relative;padding:clamp(48px,6vw,80px) 1rem clamp(24px,3vw,40px);overflow:hidden}
.wf-hero-copy{position:relative;min-width:0}
.wf-hero-slides{display:grid}
.wf-slide{grid-area:1/1;opacity:0;visibility:hidden;transform:translateY(26px);transition:opacity .6s var(--easing),transform .6s var(--easing),visibility .6s}
.wf-slide.active{opacity:1;visibility:visible;transform:none}
.wf-hero-dots{display:flex;gap:10px;margin-top:1.8rem}
.wf-hero-dots button{width:34px;height:6px;border-radius:999px;border:0;background:#cfe2f0;cursor:pointer;transition:background var(--dur),width var(--dur);padding:0}
.wf-hero-dots button.active{background:var(--accent);width:52px}
@media (prefers-reduced-motion: reduce){
  .wf-type{opacity:1!important;transform:none!important}
  .wf-slide{transition:none!important;transform:none!important}
}

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