/* S19 Chinese wireless coverage. The document shell, header, footer and SEO
 * remain shared; every visible service selector is scoped to this owner. */
.yuqi-hpc-hybrid.wireless-coverage-cn {
	--wc-bg: #03050a;
	--wc-bg-soft: #07101d;
	--wc-bg-deep: #050b14;
	--wc-surface: #0b1728;
	--wc-surface-2: #0e1d31;
	--wc-text: #eef4f8;
	--wc-muted: #a5b8c9;
	--wc-faint: #6e8498;
	--wc-line: rgba(151, 180, 204, .16);
	--wc-line-strong: rgba(151, 180, 204, .34);
	--wc-accent: #5fd3e6;
	--wc-accent-soft: rgba(95, 211, 230, .13);
	--wc-amber: #e8a35c;
	--wc-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	--wc-sans: "PingFang SC", "Hiragino Sans GB", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", -apple-system, "Segoe UI", sans-serif;
	background: var(--wc-bg);
	color: var(--wc-text);
	font-family: var(--wc-sans);
	font-size: 16px;
	line-height: 1.7;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.wireless-coverage-cn *,
.wireless-coverage-cn *::before,
.wireless-coverage-cn *::after { box-sizing: border-box; }
.wireless-coverage-cn :where(h1, h2, h3, p, figure, ul, ol) { margin: 0; }
.wireless-coverage-cn :where(ul, ol) { padding: 0; }
.wireless-coverage-cn img { display: block; max-width: 100%; }
.wireless-coverage-cn a { color: inherit; text-decoration: none; }
.wireless-coverage-cn :focus-visible { outline: 2px solid #b7f0f5; outline-offset: 4px; border-radius: 2px; }
.wireless-coverage-cn ::selection { color: #fff; background: rgba(95, 211, 230, .3); }

.wc-shell { width: min(1360px, calc(100% - 80px)); margin-inline: auto; }
.wc-section { padding: 64px 0; }
.wc-section:nth-child(even) { background: var(--wc-bg-soft); }
.wc-section-head { max-width: 780px; }
.wc-section-head--wide { max-width: 900px; }
.wc-section-head--split { display: grid; grid-template-columns: minmax(0, .92fr) minmax(300px, 1.08fr); align-items: start; gap: 64px; max-width: none; }
.wc-eyebrow { display: flex; align-items: center; gap: 11px; color: var(--wc-accent); font: 11px/1.6 var(--wc-mono); letter-spacing: .14em; text-transform: uppercase; }
.wc-eyebrow > span:first-child:not(.wc-eyebrow__no) { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--wc-accent); box-shadow: 0 0 0 5px rgba(95, 211, 230, .12); }
.wc-eyebrow__no { margin-right: 1px; color: #8da8ba; }
.wc-section-head h2,
.wc-handover-copy h2,
.wc-cta h2 { margin-top: 20px; color: var(--wc-text); font-size: clamp(34px, 4vw, 54px); font-weight: 650; letter-spacing: -.045em; line-height: 1.16; }
.wc-section-head > p:last-child { margin-top: 22px; color: var(--wc-muted); font-size: 17px; line-height: 1.86; }
.wc-section-head--split > p:last-child { margin-top: 0; padding-left: 22px; border-left: 1px solid var(--wc-line-strong); }
.wireless-coverage-cn :where(.wc-problem__copy a, .wc-handover-copy a, .wc-flow__note a) { color: var(--wc-accent); text-decoration: underline; text-decoration-color: rgba(95, 211, 230, .42); text-underline-offset: 4px; }

/* Hero: the text is anchored to the lower-left edge on desktop, with one
 * deliberate signature: a restrained floor-plan schematic over the photo. */
.wc-hero { position: relative; min-height: max(640px, calc(100svh - var(--f-header-height, 72px))); isolation: isolate; overflow: hidden; background: var(--wc-bg); }
.wc-hero__media,
.wc-hero__scrim,
.wc-hero__schematic { position: absolute; inset: 0; pointer-events: none; }
.wc-hero__media { z-index: -4; }
.wc-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 73% 45%; filter: brightness(.42) saturate(.72) contrast(1.08); }
.wc-hero__scrim { z-index: -3; background: linear-gradient(90deg, rgba(3, 5, 10, .98) 4%, rgba(3, 5, 10, .9) 34%, rgba(3, 5, 10, .38) 69%, rgba(3, 5, 10, .2)), linear-gradient(0deg, rgba(3, 5, 10, .98), transparent 68%); }
.wc-hero__schematic { z-index: -2; left: auto; width: min(48vw, 920px); opacity: .26; mix-blend-mode: screen; transform: translate(18%, 3%) scale(1.03); }
.wc-hero__schematic img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.wc-hero__inner { position: relative; z-index: 1; min-height: inherit; display: flex; align-items: flex-end; justify-content: space-between; gap: 58px; padding: 150px 0 58px; }
.wc-hero__copy { max-width: 820px; }
.wc-hero__copy .wc-eyebrow { margin-bottom: 26px; }
.wc-hero h1 { color: #f6fafc; font-size: clamp(48px, 5.4vw, 82px); font-weight: 700; letter-spacing: -.055em; line-height: 1.05; text-shadow: 0 4px 44px rgba(0, 0, 0, .42); }
.wc-hero h1 span { color: var(--wc-accent); }
.wc-hero__lead { max-width: 760px; margin-top: 28px !important; color: #c4d3df; font-size: 20px; line-height: 1.84; }
.wc-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.wc-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 700; line-height: 1.3; transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease; }
.wc-button--primary { background: #69c2cf; color: #08212b !important; box-shadow: 0 10px 28px rgba(95, 211, 230, .2); }
.wc-button--primary:hover,
.wc-button--primary:focus-visible { background: #8bdae4; transform: translateY(-2px); }
.wc-button--quiet { border-color: rgba(233, 239, 247, .34); color: #eef5fb; }
.wc-button--quiet:hover,
.wc-button--quiet:focus-visible { border-color: var(--wc-accent); color: var(--wc-accent); }
.wc-hero__meta { margin-top: 21px !important; color: #9db3c4; font: 11px/1.7 var(--wc-mono); letter-spacing: .12em; }
.wc-hero__caption { width: min(280px, 24vw); flex: 0 0 auto; padding-top: 15px; border-top: 1px solid rgba(151, 180, 204, .46); }
.wc-hero__caption figcaption { color: #a9bdcc; font: 11px/1.9 var(--wc-mono); letter-spacing: .09em; }

/* Problem statement */
.wc-problem { background: var(--wc-bg); }
.wc-problem__grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); align-items: start; gap: 84px; }
.wc-problem__copy { max-width: 650px; }
.wc-problem__lead { color: #d8e4ec; font-size: 22px; font-weight: 500; line-height: 1.78; }
.wc-problem__body { margin-top: 21px !important; color: var(--wc-muted); font-size: 16px; line-height: 1.9; }
.wc-problem__points { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid var(--wc-line); }
.wc-problem__points > article { min-height: 210px; padding: 24px 24px 20px 0; border-bottom: 1px solid var(--wc-line); }
.wc-problem__points > article + article { padding-left: 24px; border-left: 1px solid var(--wc-line); }
.wc-problem__points > article > span { color: var(--wc-accent); font: 11px/1 var(--wc-mono); letter-spacing: .12em; }
.wc-problem__points h3 { margin-top: 42px; color: var(--wc-text); font-size: 21px; font-weight: 600; line-height: 1.35; }
.wc-problem__points p { margin-top: 12px !important; color: var(--wc-muted); font-size: 15px; line-height: 1.82; }

/* Schematic architecture */
.wc-architecture { background: var(--wc-bg-deep) !important; }
.wc-flow { margin-top: 48px; padding: 20px; border: 1px solid var(--wc-line); background: rgba(6, 16, 29, .82); }
.wc-flow__toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 17px; border-bottom: 1px solid var(--wc-line); }
.wc-flow__toolbar p { display: flex; align-items: center; gap: 10px; color: var(--wc-muted); font: 12px/1.6 var(--wc-mono); letter-spacing: .07em; }
.wc-flow__toolbar p span { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--wc-accent); box-shadow: 0 0 0 5px rgba(95, 211, 230, .12); }
.wc-flow__toolbar button { min-height: 34px; padding: 7px 12px; border: 1px solid rgba(95, 211, 230, .46); border-radius: 5px; background: transparent; color: var(--wc-text); font: 12px/1.4 var(--wc-sans); cursor: pointer; }
.wc-flow__toolbar button:hover,
.wc-flow__toolbar button:focus-visible { border-color: var(--wc-accent); color: var(--wc-accent); }
.wc-flow__graphic { position: relative; min-height: 610px; margin-top: 25px; padding: 27px 20px 32px; overflow: hidden; }
.wc-flow__lines { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.wc-flow__lines path { fill: none; stroke: var(--wc-accent); stroke-width: 1.8; stroke-dasharray: 100; stroke-dashoffset: 0; opacity: .92; }
.wc-flow__lines path.wc-flow__management-line { stroke: var(--wc-amber); stroke-dasharray: 5 7; opacity: .76; }
.wc-flow__columns { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(200px, .95fr) minmax(230px, 1.05fr) minmax(260px, 1.18fr); align-items: start; gap: 40px 56px; min-height: 470px; }
.wc-flow__column { display: grid; align-content: start; gap: 18px; }
.wc-flow__column-label { color: var(--wc-faint); font: 10px/1.4 var(--wc-mono); letter-spacing: .2em; }
.wc-flow__node { position: relative; border: 1px solid var(--wc-line-strong); background: rgba(11, 23, 40, .95); box-shadow: 0 14px 30px rgba(0, 0, 0, .2); }
.wc-flow__node--space,
.wc-flow__node--segment { min-height: 116px; padding: 19px 20px; }
.wc-flow__node--poe,
.wc-flow__node--gateway { min-height: 141px; padding: 21px; }
.wc-flow__node span { display: block; color: var(--wc-accent); font: 10px/1 var(--wc-mono); letter-spacing: .11em; }
.wc-flow__node strong { display: block; margin-top: 20px; color: var(--wc-text); font-size: 18px; font-weight: 650; line-height: 1.35; }
.wc-flow__node small { display: block; margin-top: 8px; color: var(--wc-muted); font-size: 13px; line-height: 1.6; }
.wc-flow__node--segment { border-color: rgba(232, 163, 92, .34); }
.wc-flow__node--segment span { color: var(--wc-amber); }
.wc-flow__footer { position: relative; z-index: 1; display: flex; align-items: end; justify-content: center; gap: 42px; min-height: 110px; }
.wc-flow__node--management { width: min(360px, 100%); padding: 17px 20px; border-color: rgba(232, 163, 92, .46); background: rgba(36, 25, 17, .55); }
.wc-flow__node--management strong { margin-top: 12px; font-size: 17px; }
.wc-flow__footer > p { color: var(--wc-muted); font: 11px/1.7 var(--wc-mono); letter-spacing: .04em; }
.wc-legend-dot { display: inline-block; width: 8px; height: 8px; margin-right: 5px; border-radius: 50%; background: var(--wc-accent); }
.wc-legend-dot--management { margin-left: 14px; background: var(--wc-amber); }
.wc-flow__note { margin-top: 18px !important; color: var(--wc-muted); font-size: 14px; line-height: 1.78; }

/* Services and delivery */
.wc-services { background: var(--wc-bg) !important; }
.wc-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 56px; border-top: 1px solid var(--wc-line); }
.wc-service { min-height: 226px; padding: 25px 24px 25px 0; border-bottom: 1px solid var(--wc-line); }
.wc-service:nth-child(3n + 2),
.wc-service:nth-child(3n + 3) { padding-left: 24px; border-left: 1px solid var(--wc-line); }
.wc-service__no,
.wc-phase > span { color: var(--wc-accent); font: 11px/1 var(--wc-mono); letter-spacing: .12em; }
.wc-service h3 { margin-top: 37px; color: var(--wc-text); font-size: 19px; font-weight: 600; line-height: 1.4; }
.wc-service p { margin-top: 10px !important; color: var(--wc-muted); font-size: 15px; line-height: 1.82; }
.wc-delivery { background: var(--wc-bg-soft) !important; }
.wc-phase-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 54px; border-top: 1px solid var(--wc-line); }
.wc-phase { min-height: 210px; padding: 24px 22px 20px 0; border-bottom: 1px solid var(--wc-line); }
.wc-phase + .wc-phase { padding-left: 22px; border-left: 1px solid var(--wc-line); }
.wc-phase h3 { margin-top: 35px; color: var(--wc-text); font-size: 18px; line-height: 1.4; }
.wc-phase p { margin-top: 10px !important; color: var(--wc-muted); font-size: 14px; line-height: 1.8; }
.wc-handover-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: start; gap: 78px; margin-top: 82px; }
.wc-handover-media { align-self: start; width: 100%; padding: 10px; border: 1px solid var(--wc-line); background: #07101d; }
.wc-handover-media img { width: 100%; height: auto; max-height: 420px; aspect-ratio: 16 / 10; object-fit: cover; object-position: center; }
.wc-handover-media figcaption { padding: 13px 5px 3px; color: var(--wc-muted); font-size: 13px; line-height: 1.7; }
.wc-handover-copy h2 { font-size: clamp(31px, 3.4vw, 48px); }
.wc-handover-copy > p:not(.wc-eyebrow) { margin-top: 22px !important; color: var(--wc-muted); font-size: 16px; line-height: 1.9; }
.wc-handover-copy ul { display: grid; gap: 12px; margin-top: 28px; list-style: none; }
.wc-handover-copy li { position: relative; padding-left: 21px; color: #c8d7e3; font-size: 15px; line-height: 1.7; }
.wc-handover-copy li::before { position: absolute; top: .78em; left: 0; width: 8px; height: 1px; background: var(--wc-accent); content: ""; }

/* FAQ and restrained contact close */
.wc-faq { padding-top: 64px; background: var(--wc-bg) !important; }
.wc-faq-list { margin-top: 40px; border-top: 1px solid var(--wc-line); }
.wc-faq-list details { border-bottom: 1px solid var(--wc-line); }
.wc-faq-list summary { position: relative; padding: 21px 42px 21px 0; color: var(--wc-text); font-size: 17px; font-weight: 600; cursor: pointer; list-style: none; }
.wc-faq-list summary::-webkit-details-marker { display: none; }
.wc-faq-list summary > span { position: absolute; top: 17px; right: 5px; color: var(--wc-accent); font: 24px/1 var(--wc-sans); }
.wc-faq-list details[open] summary > span { transform: rotate(45deg); }
.wc-faq-list details p { max-width: 900px; padding: 0 45px 22px 0; color: var(--wc-muted); font-size: 15px; line-height: 1.85; }
.wc-cta { padding: 86px 0 104px; border-top: 1px solid var(--wc-line); background: var(--wc-surface-2); }
.wc-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 52px; }
.wc-cta h2 { max-width: 780px; font-size: clamp(34px, 4vw, 56px); }
.wc-cta p:last-child { max-width: 700px; margin-top: 20px !important; color: var(--wc-muted); font-size: 16px; line-height: 1.86; }
.wc-cta__actions { display: flex; flex: 0 0 auto; align-items: center; gap: 24px; }
.wc-directory { color: var(--wc-accent) !important; font: 12px/1.5 var(--wc-mono); letter-spacing: .04em; text-decoration: underline !important; text-decoration-color: rgba(95, 211, 230, .45) !important; text-underline-offset: 4px; }
.wc-directory:hover { color: #b7f0f5 !important; }
.wc-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

/* JS enhancement: no-JS remains fully visible. */
.wireless-coverage-cn.wc-motion-ready [data-wc-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.wireless-coverage-cn.wc-motion-ready [data-wc-reveal].is-visible,
.wireless-coverage-cn.wc-motion-ready.wc-hero-visible .wc-hero [data-wc-reveal] { opacity: 1; transform: none; }
.wireless-coverage-cn.wc-motion-ready.wc-hero-visible .wc-hero [data-wc-reveal]:nth-child(2) { transition-delay: .08s; }
.wireless-coverage-cn.wc-motion-ready.wc-hero-visible .wc-hero [data-wc-reveal]:nth-child(3) { transition-delay: .14s; }
.wireless-coverage-cn.wc-motion-ready.wc-hero-visible .wc-hero [data-wc-reveal]:nth-child(4) { transition-delay: .2s; }
.wireless-coverage-cn.wc-motion-ready .wc-flow.is-looping .wc-flow__lines path { animation: wc-path-loop 8.4s ease-in-out infinite; animation-play-state: paused; }
.wireless-coverage-cn.wc-motion-ready .wc-flow.is-looping.is-flow-running .wc-flow__lines path { animation-play-state: running; }
.wireless-coverage-cn.wc-motion-ready .wc-flow.is-looping .wc-flow__lines path:nth-of-type(2) { animation-delay: .1s; }
.wireless-coverage-cn.wc-motion-ready .wc-flow.is-looping .wc-flow__lines path:nth-of-type(3) { animation-delay: .18s; }
.wireless-coverage-cn.wc-motion-ready .wc-flow.is-looping .wc-flow__lines path:nth-of-type(n + 4) { animation-delay: .28s; }
@keyframes wc-path-loop {
	0%, 8% { stroke-dashoffset: 100; opacity: .3; }
	34%, 68% { stroke-dashoffset: 0; opacity: 1; }
	88%, 100% { stroke-dashoffset: 100; opacity: .3; }
}

@media (max-width: 940px) {
	.wc-shell { width: min(100% - 48px, 720px); }
	.wc-section { padding: 56px 0; }
	.wc-hero { min-height: 0; }
	.wc-hero__inner { min-height: 0; display: block; padding: 116px 0 54px; }
	.wc-hero__copy { max-width: none; }
	.wc-hero__caption { width: auto; max-width: 280px; margin: 50px 0 0 auto; }
	.wc-hero__schematic { width: 86vw; opacity: .2; transform: translate(14%, 8%); }
	.wc-problem__grid,
	.wc-handover-grid { display: block; }
	.wc-problem__copy { max-width: none; margin-top: 35px; }
	.wc-problem__points { grid-template-columns: 1fr; margin-top: 48px; }
	.wc-problem__points > article,
	.wc-problem__points > article + article { min-height: 0; padding: 21px 0; border-left: 0; }
	.wc-problem__points h3 { margin-top: 24px; font-size: 19px; }
	.wc-section-head--split { display: block; }
	.wc-section-head--split > p:last-child { margin-top: 20px; padding-left: 0; padding-top: 18px; border-top: 1px solid var(--wc-line-strong); border-left: 0; }
	.wc-flow__graphic { min-height: 0; }
	.wc-flow__columns { display: block; min-height: 0; }
	.wc-flow__column { gap: 10px; }
	.wc-flow__column-label { margin-top: 10px; letter-spacing: .08em; }
	.wc-flow__column--spaces,
	.wc-flow__column--segments { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.wc-flow__column--spaces .wc-flow__column-label,
	.wc-flow__column--segments .wc-flow__column-label,
	.wc-flow__column--access .wc-flow__column-label { grid-column: 1 / -1; }
	.wc-flow__column--access { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 16px; }
	.wc-flow__column--segments { margin-top: 16px; }
	.wc-flow__node--poe,
	.wc-flow__node--gateway { min-height: 0; }
	.wc-flow__footer { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: end; gap: 12px; min-height: 0; margin-top: 16px; }
	.wc-flow__footer > p { margin: 0; }
	.wc-flow__lines path.wc-flow__management-line { display: none; }
	.wc-service-grid { grid-template-columns: 1fr; margin-top: 38px; }
	.wc-service,
	.wc-service:nth-child(3n + 2),
	.wc-service:nth-child(3n + 3) { min-height: 0; padding: 22px 0; border-left: 0; }
	.wc-service h3 { margin-top: 25px; font-size: 18px; }
	.wc-phase-grid { grid-template-columns: 1fr 1fr; margin-top: 38px; }
	.wc-phase { min-height: 0; padding: 22px 18px 22px 0; }
	.wc-phase:nth-child(2n + 2) { padding-left: 18px; border-left: 1px solid var(--wc-line); }
	.wc-phase h3 { margin-top: 26px; }
	.wc-handover-grid { margin-top: 56px; }
	.wc-handover-copy { margin-top: 38px; }
	.wc-cta__inner { display: block; }
	.wc-cta__actions { margin-top: 32px; }
}

@media (max-width: 560px) {
	.wc-shell { width: calc(100% - 32px); }
	.wc-section { padding: 44px 0; }
	.wc-hero__inner { padding: 92px 0 42px; }
	.wc-hero__copy .wc-eyebrow { margin-bottom: 23px; }
	.wc-hero h1 { font-size: clamp(43px, 12.5vw, 56px); letter-spacing: -.05em; }
	.wc-hero__lead { margin-top: 23px !important; font-size: 17px; line-height: 1.8; }
	.wc-actions { display: grid; gap: 10px; margin-top: 23px; }
	.wc-button { width: 100%; }
	.wc-hero__meta { margin-top: 20px !important; font-size: 10px; letter-spacing: .08em; }
	.wc-hero__caption { margin-top: 36px; }
	.wc-section-head h2,
	.wc-handover-copy h2,
	.wc-cta h2 { font-size: 32px; line-height: 1.2; }
	.wc-section-head > p:last-child,
	.wc-handover-copy > p:not(.wc-eyebrow),
	.wc-cta p:last-child { font-size: 15px; line-height: 1.82; }
	.wc-problem__lead { font-size: 19px; line-height: 1.75; }
	.wc-flow { margin-top: 32px; padding: 14px; }
	.wc-flow__toolbar { align-items: stretch; flex-direction: column; gap: 14px; }
	.wc-flow__toolbar p { font-size: 10px; }
	.wc-flow__toolbar button { width: 100%; }
	.wc-flow__graphic { padding: 18px 2px 24px; }
	.wc-flow__node--space,
	.wc-flow__node--segment { min-height: 0; padding: 13px 10px; }
	.wc-flow__node--poe,
	.wc-flow__node--gateway { padding: 15px; }
	.wc-flow__node strong { margin-top: 12px; font-size: 14px; line-height: 1.4; }
	.wc-flow__node small { margin-top: 6px; font-size: 11px; line-height: 1.5; }
	.wc-flow__note { font-size: 13px; }
	.wc-phase-grid { grid-template-columns: 1fr; }
	.wc-phase,
	.wc-phase:nth-child(2n + 2) { padding: 21px 0; border-left: 0; }
	.wc-phase h3 { margin-top: 22px; }
	.wc-handover-media img { aspect-ratio: 4 / 3; }
	.wc-cta { padding: 60px 0 72px; }
	.wc-cta__actions { display: grid; align-items: stretch; gap: 18px; }
	.wc-directory { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
	.wireless-coverage-cn *,
	.wireless-coverage-cn *::before,
	.wireless-coverage-cn *::after { animation: none !important; transition: none !important; }
	.wireless-coverage-cn.wc-motion-ready [data-wc-reveal],
	.wireless-coverage-cn.wc-motion-ready.wc-hero-visible .wc-hero [data-wc-reveal] { opacity: 1; transform: none; }
	.wc-flow__lines path { stroke-dashoffset: 0; }
}

.wireless-coverage-cn .flow-batch-diagram[data-flow-diagram] { width: 100%; margin: 32px 0 0; border-radius: 16px; overflow: hidden; }
.wireless-coverage-cn .flow-batch-diagram__link { display: block; border-radius: inherit; }
.wireless-coverage-cn .flow-batch-diagram img { display: block; width: 100%; height: auto; max-width: 100%; }
