.page-xinzhou {
  --accent: #ff9f1a;
  --xz-amber: #ff9f1a;
  --xz-amber-soft: #ffc665;
  --xz-graphite: #111413;
  --xz-panel: #1a1e1c;
  --xz-steel: #3c4541;
  --xz-paper: #f3efe7;
  --xz-line: rgba(255, 255, 255, .14);
  background: #eceeea;
  color: #161a18;
}
.page-xinzhou .city-eyebrow { color: #bd6800; }
.page-xinzhou .city-section h2,
.page-xinzhou h2 { text-wrap: balance; }
.page-xinzhou .xz-hero {
  position: relative;
  min-height: min(810px, calc(100vh - 20px));
  overflow: hidden;
  background: #0c0f0e;
  color: #fff;
}
.page-xinzhou .xz-hero::after {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
  pointer-events: none;
  content: "";
}
.page-xinzhou .xz-hero-media,
.page-xinzhou .xz-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.page-xinzhou .xz-hero-media img { object-fit: cover; object-position: center; }
.page-xinzhou .xz-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,10,9,.93) 0%, rgba(8,10,9,.78) 39%, rgba(8,10,9,.14) 70%, rgba(8,10,9,.36) 100%), linear-gradient(0deg, rgba(8,10,9,.72), transparent 48%);
}
.page-xinzhou .xz-hero-shell { position: relative; z-index: 2; min-height: min(810px, calc(100vh - 20px)); }
.page-xinzhou .xz-crumb { color: rgba(255,255,255,.58); }
.page-xinzhou .xz-crumb strong { color: #fff; }
.page-xinzhou .xz-hero-copy { width: min(720px, 64%); padding: clamp(90px, 11vh, 130px) 0 90px; }
.page-xinzhou .xz-kicker { display: flex; align-items: center; gap: 18px; margin: 0 0 24px; color: var(--xz-amber-soft); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.page-xinzhou .xz-kicker::before { width: 48px; height: 4px; background: var(--xz-amber); content: ""; }
.page-xinzhou .xz-kicker b { padding: 6px 9px; border: 1px solid rgba(255,159,26,.55); color: #fff; letter-spacing: .08em; }
.page-xinzhou .xz-hero h1 { margin: 0; max-width: 700px; font-size: clamp(51px, 5vw, 60px); line-height: 1.04; letter-spacing: -.058em; }
.page-xinzhou .xz-hero h1 span { display: block; color: var(--xz-amber-soft); }
.page-xinzhou .xz-hero-copy > p:not(.xz-kicker) { max-width: 660px; margin: 28px 0 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.85; }
.page-xinzhou .xz-hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.page-xinzhou .xz-hero-actions a { min-width: 180px; padding: 16px 20px; border: 1px solid rgba(255,255,255,.22); background: rgba(15,18,17,.56); color: #fff; text-align: center; text-decoration: none; font-size: 14px; font-weight: 850; backdrop-filter: blur(12px); }
.page-xinzhou .xz-hero-actions a:first-child { border-color: var(--xz-amber); background: var(--xz-amber); color: #17130c; }
.page-xinzhou .xz-hero-actions b { margin-left: 15px; }
.page-xinzhou .xz-orbit-labels { position: absolute; right: 0; bottom: 38px; display: grid; grid-template-columns: repeat(4, auto); border: 1px solid rgba(255,255,255,.16); background: rgba(13,16,15,.76); backdrop-filter: blur(15px); }
.page-xinzhou .xz-orbit-labels span { display: flex; align-items: center; gap: 9px; padding: 16px 18px; border-right: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.76); font-size: 12px; }
.page-xinzhou .xz-orbit-labels span:last-child { border-right: 0; }
.page-xinzhou .xz-orbit-labels i { color: var(--xz-amber); font-style: normal; font-weight: 900; }

.page-xinzhou .city-ad { position: relative; z-index: 3; }
.page-xinzhou .city-ad-inner { border-radius: 0; box-shadow: 0 22px 60px rgba(10,20,15,.16); }
.page-xinzhou .xz-first-ad { border-top: 8px solid var(--xz-amber); background: #dfe2dc; }
.page-xinzhou .xz-section-head { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.58fr); align-items: end; gap: 56px; margin-bottom: 54px; }
.page-xinzhou .xz-section-head h2 { margin: 0; font-size: clamp(43px, 4.25vw, 47px); line-height: 1.06; letter-spacing: -.052em; }
.page-xinzhou .xz-section-head > p { margin: 0; color: #68716c; font-size: 15px; line-height: 1.9; }

.page-xinzhou .xz-control { position: relative; padding: 118px 0 130px; overflow: hidden; background: var(--xz-graphite); color: #fff; }
.page-xinzhou .xz-control::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; content: ""; }
.page-xinzhou .xz-control .city-shell { position: relative; }
.page-xinzhou .xz-control .city-eyebrow { color: var(--xz-amber); }
.page-xinzhou .xz-control .xz-section-head > p { color: rgba(255,255,255,.58); }
.page-xinzhou .xz-control-grid { display: grid; grid-template-columns: minmax(390px,.9fr) minmax(440px,1.1fr); gap: 72px; align-items: center; }
.page-xinzhou .xz-orbit-board { position: relative; display: grid; place-items: center; min-height: 570px; border: 1px solid var(--xz-line); background: radial-gradient(circle at center, rgba(255,159,26,.12), transparent 48%), #151917; }
.page-xinzhou .xz-orbit-board::before,
.page-xinzhou .xz-orbit-board::after { position: absolute; background: var(--xz-amber); content: ""; }
.page-xinzhou .xz-orbit-board::before { top: 0; left: 0; width: 82px; height: 8px; }
.page-xinzhou .xz-orbit-board::after { right: 0; bottom: 0; width: 8px; height: 82px; }
.page-xinzhou .xz-orbit-board > strong { position: relative; z-index: 3; color: #fff; text-align: center; font-size: 24px; line-height: 1.45; }
.page-xinzhou .xz-orbit-board > small { position: absolute; bottom: 30px; color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .19em; }
.page-xinzhou .xz-orbit-ring { position: absolute; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: inset 0 0 0 48px rgba(255,255,255,.018), inset 0 0 0 49px rgba(255,255,255,.11), inset 0 0 0 112px rgba(255,255,255,.018), inset 0 0 0 113px rgba(255,255,255,.10); transform: rotate(calc(var(--route-progress, .15) * 70deg)); transition: transform .25s linear; }
.page-xinzhou .xz-orbit-ring::before { position: absolute; inset: 44px; border: 8px solid rgba(255,159,26,.14); border-top-color: var(--xz-amber); border-radius: 50%; content: ""; }
.page-xinzhou .xz-orbit-ring i,
.page-xinzhou .xz-orbit-ring span,
.page-xinzhou .xz-orbit-ring b,
.page-xinzhou .xz-orbit-ring em { position: absolute; width: 24px; height: 24px; border: 5px solid #202623; background: var(--xz-amber); box-shadow: 0 0 24px rgba(255,159,26,.4); }
.page-xinzhou .xz-orbit-ring i { top: -12px; left: calc(50% - 12px); }
.page-xinzhou .xz-orbit-ring span { top: calc(50% - 12px); right: -12px; }
.page-xinzhou .xz-orbit-ring b { bottom: -12px; left: calc(50% - 12px); }
.page-xinzhou .xz-orbit-ring em { top: calc(50% - 12px); left: -12px; }
.page-xinzhou .xz-stop-stack { display: grid; gap: 2px; }
.page-xinzhou .xz-route-stop { position: relative; display: grid; grid-template-columns: 82px 1fr; gap: 24px; padding: 28px 30px; border-left: 4px solid #414a45; background: #1a1f1c; transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.page-xinzhou .xz-route-stop:hover,
.page-xinzhou .xz-route-stop.is-active { z-index: 2; border-color: var(--xz-amber); background: #222824; transform: translateX(-10px); }
.page-xinzhou .xz-route-stop > span { color: var(--xz-amber); font-size: 32px; font-weight: 950; }
.page-xinzhou .xz-route-stop small { color: #84908a; font-size: 10px; letter-spacing: .16em; }
.page-xinzhou .xz-route-stop h3 { margin: 5px 0 8px; font-size: 23px; }
.page-xinzhou .xz-route-stop p { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.75; }

.page-xinzhou .xz-service { position: relative; padding: 126px 0; background: #f0f1ed; }
.page-xinzhou .xz-service-grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(400px,.92fr); gap: 70px; align-items: center; }
.page-xinzhou .xz-service figure { position: relative; margin: 0; padding: 13px; background: #1b201d; box-shadow: 0 28px 70px rgba(23,30,26,.18); }
.page-xinzhou .xz-service figure::before { position: absolute; top: 0; left: 0; width: 92px; height: 8px; background: var(--xz-amber); content: ""; }
.page-xinzhou .xz-service figure img { display: block; width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; }
.page-xinzhou .xz-service figcaption { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 9px; padding: 15px 8px 2px; color: rgba(255,255,255,.68); font-size: 10px; letter-spacing: .09em; }
.page-xinzhou .xz-service figcaption i { height: 1px; background: #59625d; }
.page-xinzhou .xz-seq { margin: 0 0 18px; color: #a85d00; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.page-xinzhou .xz-service-copy h2 { margin: 0 0 25px; font-size: clamp(43px,4.1vw,47px); line-height: 1.06; letter-spacing: -.05em; }
.page-xinzhou .xz-service-copy > p:not(.xz-seq) { margin: 0 0 17px; color: #5f6963; font-size: 15px; line-height: 1.9; }
.page-xinzhou .xz-service-copy ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin: 28px 0 0; padding: 1px; background: #c9cdc8; list-style: none; }
.page-xinzhou .xz-service-copy ul li { display: flex; gap: 12px; align-items: center; padding: 15px; background: #fff; font-size: 13px; font-weight: 800; }
.page-xinzhou .xz-service-copy ul b { color: #b66100; }
.page-xinzhou .xz-service-copy aside { margin-top: 24px; padding: 18px 20px; border-left: 5px solid var(--xz-amber); background: #1b201d; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.75; }

.page-xinzhou .xz-waterfall { padding: 122px 0 132px; background: #dfe2dc; }
.page-xinzhou .xz-waterfall-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-flow: dense; grid-auto-rows: 82px; gap: 14px; }
.page-xinzhou .xz-waterfall-grid article { position: relative; grid-column: span 4; grid-row: span 3; display: flex; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid #c0c6bf; background: #f5f4ef; }
.page-xinzhou .xz-waterfall-grid article::after { position: absolute; right: -32px; bottom: -32px; width: 108px; height: 108px; border: 1px solid rgba(23,31,26,.15); border-radius: 50%; box-shadow: 0 0 0 22px rgba(23,31,26,.035),0 0 0 44px rgba(23,31,26,.025); content: ""; }
.page-xinzhou .xz-waterfall-grid article:nth-child(2n) { background: #202522; color: #fff; }
.page-xinzhou .xz-waterfall-grid article:nth-child(2n)::after { border-color: rgba(255,159,26,.5); box-shadow: 0 0 0 22px rgba(255,159,26,.06),0 0 0 44px rgba(255,159,26,.04); }
.page-xinzhou .xz-waterfall-grid .xz-module-tall { grid-row: span 4; }
.page-xinzhou .xz-waterfall-grid .xz-module-wide { grid-column: span 5; }
.page-xinzhou .xz-waterfall-grid article:nth-child(4) { grid-column: span 3; }
.page-xinzhou .xz-waterfall-grid small { color: #9d5700; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.page-xinzhou .xz-waterfall-grid article:nth-child(2n) small { color: var(--xz-amber-soft); }
.page-xinzhou .xz-waterfall-grid h3 { margin: 26px 0 12px; font-size: 26px; letter-spacing: -.03em; }
.page-xinzhou .xz-waterfall-grid p { margin: 0; color: #69726d; font-size: 14px; line-height: 1.8; }
.page-xinzhou .xz-waterfall-grid article:nth-child(2n) p { color: rgba(255,255,255,.62); }
.page-xinzhou .xz-waterfall-grid span { position: relative; z-index: 1; margin-top: auto; color: #626c66; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.page-xinzhou .xz-waterfall-grid article:nth-child(2n) span { color: rgba(255,255,255,.6); }

.page-xinzhou .xz-accounting { background: #fff; }
.page-xinzhou .xz-accounting .xz-service-grid { grid-template-columns: minmax(400px,.92fr) minmax(0,1.08fr); }
.page-xinzhou .xz-service-copy ol { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 30px 0 0; padding: 0; list-style: none; }
.page-xinzhou .xz-service-copy ol li { padding: 18px 15px; border-top: 5px solid var(--xz-amber); background: #eceee9; }
.page-xinzhou .xz-service-copy ol span,
.page-xinzhou .xz-service-copy ol b,
.page-xinzhou .xz-service-copy ol small { display: block; }
.page-xinzhou .xz-service-copy ol span { color: #a25a00; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.page-xinzhou .xz-service-copy ol b { margin: 8px 0 6px; font-size: 16px; }
.page-xinzhou .xz-service-copy ol small { color: #6c756f; line-height: 1.5; }

.page-xinzhou .xz-platform { padding: 124px 0 132px; overflow: hidden; background: #171b19; color: #fff; }
.page-xinzhou .xz-platform .city-eyebrow { color: var(--xz-amber); }
.page-xinzhou .xz-platform .xz-section-head > p { color: rgba(255,255,255,.57); }
.page-xinzhou .xz-platform-stage { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(320px,.55fr); gap: 0; border: 1px solid rgba(255,255,255,.13); }
.page-xinzhou .xz-platform-stage figure { margin: 0; padding: 14px; background: #0e1110; }
.page-xinzhou .xz-platform-stage figure img { display: block; width: 100%; height: auto; }
.page-xinzhou .xz-platform-stage figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 14px 4px 2px; color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .1em; }
.page-xinzhou .xz-platform-stage figcaption b { color: var(--xz-amber-soft); }
.page-xinzhou .xz-platform-copy { display: flex; flex-direction: column; justify-content: center; padding: 38px; border-left: 1px solid rgba(255,255,255,.13); background: linear-gradient(145deg,rgba(255,159,26,.09),transparent 64%); }
.page-xinzhou .xz-platform-copy p { margin: 0; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.9; }
.page-xinzhou .xz-platform-copy a { margin-top: 26px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.14); color: #fff; text-decoration: none; font-size: 14px; font-weight: 850; }
.page-xinzhou .xz-platform-copy a b { float: right; color: var(--xz-amber); }
.page-xinzhou .xz-workspaces { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 18px; }
.page-xinzhou .xz-workspaces article { display: grid; grid-template-columns: auto 1fr; gap: 16px; min-height: 170px; padding: 26px; border: 1px solid rgba(255,255,255,.12); border-right: 0; }
.page-xinzhou .xz-workspaces article:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.page-xinzhou .xz-workspaces > article > span { color: var(--xz-amber); font-size: 13px; font-weight: 950; }
.page-xinzhou .xz-workspaces h3 { margin: 0 0 12px; font-size: 20px; }
.page-xinzhou .xz-workspaces p { margin: 0; color: rgba(255,255,255,.54); font-size: 13px; line-height: 1.7; }

.page-xinzhou .xz-articles { padding: 124px 0 134px; background: #eceee9; }
.page-xinzhou .xz-article-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #bcc2bc; border-left: 1px solid #bcc2bc; }
.page-xinzhou .xz-article-grid a { position: relative; display: flex; flex-direction: column; min-height: 300px; padding: 30px; overflow: hidden; border-right: 1px solid #bcc2bc; border-bottom: 1px solid #bcc2bc; background: #f7f7f3; text-decoration: none; }
.page-xinzhou .xz-article-grid a::after { position: absolute; right: -30px; bottom: -30px; width: 90px; height: 90px; border: 18px solid rgba(255,159,26,.1); border-radius: 50%; content: ""; transition: transform .25s ease; }
.page-xinzhou .xz-article-grid a:hover::after { transform: scale(1.5); }
.page-xinzhou .xz-article-grid .xz-article-main { grid-column: span 2; min-height: 370px; background: #1b201d; color: #fff; }
.page-xinzhou .xz-article-grid small { color: #a45b00; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.page-xinzhou .xz-article-grid .xz-article-main small { color: var(--xz-amber-soft); }
.page-xinzhou .xz-article-grid h3 { margin: 40px 0 16px; font-size: 24px; line-height: 1.45; }
.page-xinzhou .xz-article-grid .xz-article-main h3 { max-width: 680px; font-size: 36px; line-height: 1.25; }
.page-xinzhou .xz-article-grid p { max-width: 610px; margin: 0; color: rgba(255,255,255,.58); line-height: 1.8; }
.page-xinzhou .xz-article-grid span { position: relative; z-index: 1; margin-top: auto; color: #7b837e; font-size: 12px; font-weight: 800; }
.page-xinzhou .xz-article-grid .xz-article-main span { color: var(--xz-amber-soft); }

.page-xinzhou .xz-growth { background: #dfe2dc; }
.page-xinzhou .xz-product-links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 28px; }
.page-xinzhou .xz-product-links a { display: flex; flex-direction: column; min-height: 150px; padding: 20px; border-top: 5px solid var(--xz-amber); background: #fff; text-decoration: none; }
.page-xinzhou .xz-product-links small { color: #9d5700; font-size: 9px; letter-spacing: .12em; }
.page-xinzhou .xz-product-links b { margin-top: 14px; font-size: 15px; }
.page-xinzhou .xz-product-links span { margin-top: auto; color: #737d77; font-size: 11px; }

.page-xinzhou .xz-faq { padding: 124px 0 132px; background: #fff; }
.page-xinzhou .xz-faq-grid { display: grid; grid-template-columns: minmax(320px,.72fr) minmax(0,1.28fr); gap: 80px; align-items: start; }
.page-xinzhou .xz-faq header { position: sticky; top: 125px; }
.page-xinzhou .xz-faq h2 { margin: 0; font-size: clamp(43px,4.1vw,47px); line-height: 1.06; letter-spacing: -.05em; }
.page-xinzhou .xz-faq header > p:last-child { color: #6b756f; line-height: 1.9; }
.page-xinzhou .xz-faq-list details { border-color: #cbd0cb; }
.page-xinzhou .xz-faq-list details[open] { border-top-color: var(--xz-amber); }
.page-xinzhou .xz-faq-list summary { position: relative; padding-right: 48px; font-size: 19px; line-height: 1.5; }
.page-xinzhou .xz-faq-list summary::after { position: absolute; top: 25px; right: 3px; color: #aa5e00; content: "+"; font-size: 22px; }
.page-xinzhou .xz-faq-list details[open] summary::after { content: "−"; }
.page-xinzhou .xz-faq-list details p { margin: -5px 0 27px; padding-right: 48px; }
.page-xinzhou .xz-final-ad { border-top: 8px solid var(--xz-amber); }

.page-xinzhou .xz-closing { padding: 100px 0; overflow: hidden; background: #0f1311; color: #fff; }
.page-xinzhou .xz-closing .city-shell { display: grid; grid-template-columns: 320px 1fr; gap: 80px; align-items: center; }
.page-xinzhou .xz-closing-mark { position: relative; width: 280px; height: 280px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: inset 0 0 0 45px rgba(255,255,255,.025), inset 0 0 0 46px rgba(255,255,255,.12), inset 0 0 0 95px rgba(255,159,26,.035), inset 0 0 0 96px rgba(255,159,26,.32); }
.page-xinzhou .xz-closing-mark i,
.page-xinzhou .xz-closing-mark span,
.page-xinzhou .xz-closing-mark b { position: absolute; width: 20px; height: 20px; background: var(--xz-amber); }
.page-xinzhou .xz-closing-mark i { top: -10px; left: 130px; }
.page-xinzhou .xz-closing-mark span { right: -10px; top: 130px; }
.page-xinzhou .xz-closing-mark b { bottom: -10px; left: 130px; }
.page-xinzhou .xz-closing p { margin: 0 0 22px; color: var(--xz-amber); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.page-xinzhou .xz-closing h2 { margin: 0 0 24px; font-size: clamp(43px,4.4vw,47px); line-height: 1.02; letter-spacing: -.055em; }
.page-xinzhou .xz-closing div > span { display: block; max-width: 730px; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.9; }

@media (max-width: 1080px) {
  .page-xinzhou .xz-hero-copy { width: 74%; }
  .page-xinzhou .xz-orbit-labels { right: 0; left: 0; justify-content: stretch; }
  .page-xinzhou .xz-orbit-labels span { justify-content: center; }
  .page-xinzhou .xz-section-head { grid-template-columns: 1fr; gap: 24px; }
  .page-xinzhou .xz-control-grid { grid-template-columns: 1fr; }
  .page-xinzhou .xz-orbit-board { min-height: 500px; }
  .page-xinzhou .xz-service-grid,
  .page-xinzhou .xz-accounting .xz-service-grid { grid-template-columns: 1fr; }
  .page-xinzhou .xz-accounting .xz-service-copy { order: 2; }
  .page-xinzhou .xz-accounting figure { order: 1; }
  .page-xinzhou .xz-waterfall-grid article { grid-column: span 6; }
  .page-xinzhou .xz-waterfall-grid .xz-module-wide,
  .page-xinzhou .xz-waterfall-grid article:nth-child(4) { grid-column: span 6; }
  .page-xinzhou .xz-platform-stage { grid-template-columns: 1fr; }
  .page-xinzhou .xz-platform-copy { border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }
  .page-xinzhou .xz-workspaces { grid-template-columns: repeat(2,1fr); }
  .page-xinzhou .xz-workspaces article { border-right: 1px solid rgba(255,255,255,.12); }
  .page-xinzhou .xz-faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .page-xinzhou .xz-faq header { position: static; }
}

@media (max-width: 700px) {
  .page-xinzhou .xz-hero,
  .page-xinzhou .xz-hero-shell { min-height: 776px; }
  .page-xinzhou .xz-hero-media img { object-position: center bottom; }
  .page-xinzhou .xz-hero-shade { background: linear-gradient(180deg, rgba(8,10,9,.88) 0%, rgba(8,10,9,.67) 48%, rgba(8,10,9,.26) 78%, rgba(8,10,9,.75) 100%); }
  .page-xinzhou .xz-hero::after { background-size: 48px 48px; }
  .page-xinzhou .xz-hero-copy { width: 100%; padding: 62px 0 170px; }
  .page-xinzhou .xz-kicker { gap: 10px; margin-bottom: 18px; font-size: 9px; }
  .page-xinzhou .xz-kicker::before { width: 30px; }
  .page-xinzhou .xz-hero h1 { font-size: 38px; line-height: 1.07; }
  .page-xinzhou .xz-hero-copy > p:not(.xz-kicker) { margin-top: 20px; font-size: 15px; line-height: 1.75; }
  .page-xinzhou .xz-hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 25px; }
  .page-xinzhou .xz-hero-actions a { min-width: 0; padding: 14px 10px; font-size: 12px; }
  .page-xinzhou .xz-orbit-labels { bottom: 18px; grid-template-columns: repeat(2,1fr); }
  .page-xinzhou .xz-orbit-labels span { padding: 12px 8px; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 10px; }
  .page-xinzhou .city-ad { padding: 14px 9px; }
  .page-xinzhou .xz-control,
  .page-xinzhou .xz-service,
  .page-xinzhou .xz-waterfall,
  .page-xinzhou .xz-platform,
  .page-xinzhou .xz-articles,
  .page-xinzhou .xz-faq { padding: 78px 0; }
  .page-xinzhou .xz-section-head { margin-bottom: 34px; }
  .page-xinzhou .xz-section-head h2,
  .page-xinzhou .xz-service-copy h2,
  .page-xinzhou .xz-faq h2 { font-size: 31px; line-height: 1.11; }
  .page-xinzhou .xz-section-head > p { font-size: 14px; }
  .page-xinzhou .xz-control-grid { gap: 24px; }
  .page-xinzhou .xz-orbit-board { min-height: 350px; }
  .page-xinzhou .xz-orbit-ring { width: 245px; height: 245px; }
  .page-xinzhou .xz-orbit-board > strong { font-size: 19px; }
  .page-xinzhou .xz-route-stop { grid-template-columns: 48px 1fr; gap: 12px; padding: 22px 18px; }
  .page-xinzhou .xz-route-stop:hover,
  .page-xinzhou .xz-route-stop.is-active { transform: none; }
  .page-xinzhou .xz-route-stop > span { font-size: 24px; }
  .page-xinzhou .xz-route-stop h3 { font-size: 20px; }
  .page-xinzhou .xz-service-grid { gap: 36px; }
  .page-xinzhou .xz-service figure { padding: 8px; }
  .page-xinzhou .xz-service figcaption { grid-template-columns: auto 1fr auto; }
  .page-xinzhou .xz-service figcaption i:nth-of-type(2),
  .page-xinzhou .xz-service figcaption span:nth-of-type(3) { display: none; }
  .page-xinzhou .xz-service-copy > p:not(.xz-seq) { font-size: 14px; }
  .page-xinzhou .xz-service-copy ul,
  .page-xinzhou .xz-service-copy ol,
  .page-xinzhou .xz-product-links { grid-template-columns: 1fr; }
  .page-xinzhou .xz-waterfall-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .page-xinzhou .xz-waterfall-grid article,
  .page-xinzhou .xz-waterfall-grid .xz-module-tall,
  .page-xinzhou .xz-waterfall-grid .xz-module-wide,
  .page-xinzhou .xz-waterfall-grid article:nth-child(4) { grid-column: 1; grid-row: auto; min-height: 245px; }
  .page-xinzhou .xz-platform-stage figure { padding: 8px; }
  .page-xinzhou .xz-platform-stage figcaption { display: grid; }
  .page-xinzhou .xz-platform-copy { padding: 24px; }
  .page-xinzhou .xz-workspaces { grid-template-columns: 1fr; }
  .page-xinzhou .xz-workspaces article { min-height: 140px; }
  .page-xinzhou .xz-article-grid { grid-template-columns: 1fr; }
  .page-xinzhou .xz-article-grid .xz-article-main { grid-column: 1; min-height: 330px; }
  .page-xinzhou .xz-article-grid a { min-height: 260px; padding: 24px; }
  .page-xinzhou .xz-article-grid .xz-article-main h3,
  .page-xinzhou .xz-article-grid h3 { margin-top: 28px; font-size: 23px; }
  .page-xinzhou .xz-product-links a { min-height: 130px; }
  .page-xinzhou .xz-faq-list summary { padding-right: 35px; font-size: 17px; }
  .page-xinzhou .xz-faq-list details p { padding-right: 12px; }
  .page-xinzhou .xz-closing { padding: 74px 0; }
  .page-xinzhou .xz-closing .city-shell { grid-template-columns: 1fr; gap: 42px; }
  .page-xinzhou .xz-closing-mark { width: 210px; height: 210px; }
  .page-xinzhou .xz-closing-mark i { left: 95px; }
  .page-xinzhou .xz-closing-mark span { top: 95px; }
  .page-xinzhou .xz-closing-mark b { left: 95px; }
  .page-xinzhou .xz-closing h2 { font-size: 33px; }
  .page-xinzhou .footer-beian { max-width: 100%; overflow-x: hidden !important; }
}

@media (prefers-reduced-motion: reduce) {
  .page-xinzhou .xz-orbit-ring,
  .page-xinzhou .xz-route-stop,
  .page-xinzhou .xz-article-grid a::after { transition: none; transform: none !important; }
}
