/* Independent HPC presentation for the Chinese network-modernization page. */
.network-modernization-cn {
	--nwm-bg: #050b14;
	--nwm-bg-deep: #030810;
	--nwm-bg-soft: #081321;
	--nwm-surface: #0b1727;
	--nwm-surface-2: #101d2c;
	--nwm-line: rgba(154, 184, 207, .2);
	--nwm-line-strong: rgba(154, 184, 207, .36);
	--nwm-text: #f2f7fb;
	--nwm-muted: #a9bccb;
	--nwm-faint: #70899c;
	--nwm-accent: #68d0e1;
	--nwm-accent-soft: rgba(104, 208, 225, .13);
	--nwm-amber: #e8a35d;
	--nwm-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	--nwm-sans: "PingFang SC", "Hiragino Sans GB", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", -apple-system, "Segoe UI", sans-serif;
	background: var(--nwm-bg);
	color: var(--nwm-text);
	font-family: var(--nwm-sans);
}

.network-modernization-cn *,
.network-modernization-cn *::before,
.network-modernization-cn *::after { box-sizing: border-box; }
.network-modernization-cn :where(h1, h2, h3, p, figure, ul, ol) { margin: 0; }
.network-modernization-cn :where(ul, ol) { padding: 0; }
.network-modernization-cn img { display: block; max-width: 100%; }
.network-modernization-cn a { color: inherit; text-decoration: none; }
.network-modernization-cn :focus-visible { outline: 2px solid #b9f1f6; outline-offset: 4px; border-radius: 2px; }
.network-modernization-cn ::selection { color: #fff; background: rgba(104, 208, 225, .3); }
.nwm-shell { width: min(1280px, calc(100% - 160px)); margin-inline: auto; }
.nwm-section { padding: 64px 0; }
.nwm-section:nth-child(even) { background: var(--nwm-bg-soft); }
.nwm-section-head { max-width: 800px; }
.nwm-section-head--wide { max-width: 980px; }
.nwm-section-head--split { display: grid; grid-template-columns: minmax(0, .96fr) minmax(320px, 1.04fr); align-items: start; gap: 68px; max-width: none; }
.nwm-section-head--split > p:last-child { margin-top: 0; padding-left: 24px; border-left: 1px solid var(--nwm-line-strong); }
.nwm-eyebrow { display: flex; align-items: center; gap: 11px; color: var(--nwm-accent); font: 11px/1.6 var(--nwm-mono); letter-spacing: .14em; text-transform: uppercase; }
.nwm-eyebrow > span:first-child:not(.nwm-eyebrow__no) { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--nwm-accent); box-shadow: 0 0 0 5px rgba(104, 208, 225, .12); }
.nwm-eyebrow__no { margin-right: 1px; color: #8faabd; }
.nwm-section-head h2,
.nwm-handover-copy h2,
.nwm-cta h2 { margin-top: 20px; color: var(--nwm-text); font-size: clamp(34px, 4vw, 54px); font-weight: 650; letter-spacing: -.045em; line-height: 1.16; }
.nwm-section-head > p:last-child { margin-top: 22px; color: var(--nwm-muted); font-size: 17px; line-height: 1.86; }
.network-modernization-cn :where(.nwm-problem__body a, .nwm-handover-copy a, .nwm-cta a:not(.nwm-button)) { color: var(--nwm-accent); text-decoration: underline; text-decoration-color: rgba(104, 208, 225, .45); text-underline-offset: 4px; }

/* Hero */
.nwm-hero { position: relative; min-height: max(640px, calc(100svh - var(--f-header-height, 72px))); isolation: isolate; overflow: hidden; background: var(--nwm-bg); }
.nwm-hero__media,
.nwm-hero__scrim { position: absolute; inset: 0; pointer-events: none; }
.nwm-hero__media { z-index: -4; }
.nwm-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 63% center; filter: brightness(.44) saturate(.74) contrast(1.08); }
.nwm-hero__scrim { z-index: -3; background: linear-gradient(90deg, rgba(3, 6, 11, .99) 3%, rgba(3, 6, 11, .91) 34%, rgba(3, 6, 11, .46) 69%, rgba(3, 6, 11, .2)), linear-gradient(0deg, rgba(3, 6, 11, .98), transparent 72%); }
.nwm-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; }
.nwm-hero__copy { max-width: 800px; }
.nwm-hero__copy .nwm-eyebrow { margin-bottom: 26px; }
.nwm-hero h1 { color: #f6fafc; font-size: clamp(52px, 6vw, 88px); font-weight: 700; letter-spacing: -.06em; line-height: 1.04; text-shadow: 0 4px 44px rgba(0, 0, 0, .44); }
.nwm-hero__lead { max-width: 780px; margin-top: 28px !important; color: #c4d4df; font-size: 20px; line-height: 1.84; }
.nwm-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.nwm-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; }
.nwm-button--primary { background: #6bc5d2; color: #08212b !important; box-shadow: 0 10px 28px rgba(104, 208, 225, .2); }
.nwm-button--primary:hover,
.nwm-button--primary:focus-visible { background: #8bdce5; transform: translateY(-2px); }
.nwm-button--quiet { border-color: rgba(233, 239, 247, .34); color: #eef5fb; }
.nwm-button--quiet:hover,
.nwm-button--quiet:focus-visible { border-color: var(--nwm-accent); color: var(--nwm-accent); }
.nwm-hero__meta { margin-top: 20px !important; color: #a2b9c8; font: 11px/1.7 var(--nwm-mono); letter-spacing: .12em; }
.nwm-hero__caption { width: min(320px, 25vw); flex: 0 0 auto; padding-top: 15px; border-top: 1px solid rgba(154, 184, 207, .46); }
.nwm-hero__caption figcaption { color: #abc0ce; font: 11px/1.9 var(--nwm-mono); letter-spacing: .08em; }

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

/* Original old-network / target-network / migration / rollback diagram */
.nwm-architecture { background: var(--nwm-bg-deep) !important; }
.nwm-flow { margin-top: 48px; padding: 20px; border: 1px solid var(--nwm-line); background: rgba(6, 16, 29, .84); }
.nwm-flow__toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 17px; border-bottom: 1px solid var(--nwm-line); }
.nwm-flow__toolbar p { display: flex; align-items: center; gap: 10px; color: var(--nwm-muted); font: 12px/1.6 var(--nwm-mono); letter-spacing: .05em; }
.nwm-flow__toolbar p span { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--nwm-accent); box-shadow: 0 0 0 5px rgba(104, 208, 225, .12); }
.nwm-flow__toolbar button { min-height: 34px; padding: 7px 12px; border: 1px solid rgba(104, 208, 225, .46); border-radius: 5px; background: transparent; color: var(--nwm-text); font: 12px/1.4 var(--nwm-sans); cursor: pointer; }
.nwm-flow__toolbar button:hover,
.nwm-flow__toolbar button:focus-visible { border-color: var(--nwm-accent); color: var(--nwm-accent); }
.nwm-flow__graphic { position: relative; min-height: 630px; margin-top: 25px; padding: 28px 20px 20px; overflow: hidden; }
.nwm-flow__lines { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.nwm-flow__lines path { fill: none; stroke: var(--nwm-accent); stroke-width: 1.8; stroke-dasharray: 4 7; stroke-dashoffset: 0; opacity: .72; }
.nwm-flow__lines path[data-nwm-path="migration-rollback"],
.nwm-flow__lines path[data-nwm-path="rollback-current"] { stroke: var(--nwm-amber); stroke-dasharray: 3 7; opacity: .7; }
.nwm-flow__grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 26px; min-height: 540px; }
.nwm-flow__group { position: relative; display: grid; align-content: start; gap: 21px; min-width: 0; min-height: 224px; padding: 19px 18px; border: 1px solid var(--nwm-line-strong); background: rgba(7, 18, 31, .78); }
.nwm-flow__group--legacy { border-color: rgba(154, 184, 207, .42); }
.nwm-flow__group--dependencies { border-color: rgba(104, 208, 225, .4); }
.nwm-flow__group--target { border-color: rgba(104, 208, 225, .58); background: rgba(9, 27, 42, .82); }
.nwm-flow__group--migration { grid-column: 3; grid-row: 2; min-height: 205px; margin-top: 26px; border-color: rgba(104, 208, 225, .42); }
.nwm-flow__group--rollback { grid-column: 1; grid-row: 2; min-height: 205px; margin-top: 26px; border-color: rgba(232, 163, 93, .45); }
.nwm-flow__group-label { display: grid; gap: 8px; }
.nwm-flow__group-label span { color: var(--nwm-accent); font: 10px/1 var(--nwm-mono); letter-spacing: .1em; }
.nwm-flow__group--legacy .nwm-flow__group-label span { color: var(--nwm-faint); }
.nwm-flow__group--rollback .nwm-flow__group-label span { color: var(--nwm-amber); }
.nwm-flow__group-label strong { color: var(--nwm-text); font-size: 20px; font-weight: 650; line-height: 1.35; }
.nwm-flow__group-label em { color: var(--nwm-amber); font: 10px/1.4 var(--nwm-mono); letter-spacing: .12em; font-style: normal; }
.nwm-flow__group ul { display: grid; gap: 11px; list-style: none; }
.nwm-flow__group li { position: relative; padding-left: 17px; color: var(--nwm-muted); font-size: 14px; line-height: 1.55; }
.nwm-flow__group li::before { position: absolute; top: .7em; left: 0; width: 7px; height: 1px; background: var(--nwm-accent); content: ""; }
.nwm-flow__group--rollback li::before { background: var(--nwm-amber); }
.nwm-flow__footer { position: relative; z-index: 1; display: flex; justify-content: center; gap: 28px; min-height: 36px; margin-top: 10px; color: var(--nwm-muted); font: 11px/1.7 var(--nwm-mono); }
.nwm-legend-dot { display: inline-block; width: 8px; height: 8px; margin-right: 5px; border-radius: 50%; background: var(--nwm-accent); }
.nwm-legend-dot--rollback { margin-left: 12px; background: var(--nwm-amber); }
.nwm-flow__note { margin-top: 18px !important; color: var(--nwm-muted); font-size: 14px; line-height: 1.78; }

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

/* FAQ and contact close */
.nwm-faq { background: var(--nwm-bg-soft) !important; }
.nwm-faq-list { margin-top: 40px; border-top: 1px solid var(--nwm-line); }
.nwm-faq-list details { border-bottom: 1px solid var(--nwm-line); }
.nwm-faq-list summary { position: relative; padding: 21px 42px 21px 0; color: var(--nwm-text); font-size: 17px; font-weight: 600; cursor: pointer; list-style: none; }
.nwm-faq-list summary::-webkit-details-marker { display: none; }
.nwm-faq-list summary > span { position: absolute; top: 17px; right: 5px; color: var(--nwm-accent); font: 24px/1 var(--nwm-sans); }
.nwm-faq-list details[open] summary > span { transform: rotate(45deg); }
.nwm-faq-list details p { max-width: 900px; padding: 0 45px 22px 0; color: var(--nwm-muted); font-size: 15px; line-height: 1.85; }
.nwm-cta { padding: 86px 0 104px; border-top: 1px solid var(--nwm-line); background: var(--nwm-surface-2); }
.nwm-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 52px; }
.nwm-cta h2 { max-width: 780px; font-size: clamp(34px, 4vw, 56px); }
.nwm-cta p:last-child { max-width: 700px; margin-top: 20px !important; color: var(--nwm-muted); font-size: 16px; line-height: 1.86; }
.nwm-cta__actions { display: flex; flex: 0 0 auto; align-items: center; }
.nwm-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; }

/* Progressive enhancement: noJS keeps all copy, groups and paths visible. */
.network-modernization-cn.nwm-motion-ready [data-nwm-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.network-modernization-cn.nwm-motion-ready [data-nwm-reveal].is-visible,
.network-modernization-cn.nwm-motion-ready.nwm-hero-visible .nwm-hero [data-nwm-reveal] { opacity: 1; transform: none; }
.network-modernization-cn.nwm-motion-ready.nwm-hero-visible .nwm-hero [data-nwm-reveal]:nth-child(2) { transition-delay: .08s; }
.network-modernization-cn.nwm-motion-ready .nwm-flow.is-looping .nwm-flow__lines path { animation: nwm-path-loop 8.4s ease-in-out infinite; animation-play-state: paused; }
.network-modernization-cn.nwm-motion-ready .nwm-flow.is-looping.is-flow-running .nwm-flow__lines path { animation-play-state: running; }
.network-modernization-cn.nwm-motion-ready .nwm-flow.is-looping .nwm-flow__lines path:nth-of-type(2n) { animation-delay: .1s; }
.network-modernization-cn.nwm-motion-ready .nwm-flow.is-looping .nwm-flow__lines path:nth-of-type(n + 3) { animation-delay: .24s; }
@keyframes nwm-path-loop {
	0%, 8% { stroke-dashoffset: 0; opacity: .56; }
	34%, 68% { stroke-dashoffset: -12; opacity: 1; }
	88%, 100% { stroke-dashoffset: 0; opacity: .56; }
}

@media (max-width: 940px) {
	.nwm-shell { width: min(100% - 48px, 720px); }
	.nwm-section { padding: 56px 0; }
	.nwm-hero { min-height: 0; }
	.nwm-hero__inner { min-height: 0; display: block; padding: 116px 0 54px; }
	.nwm-hero__copy { max-width: none; }
	.nwm-hero__caption { width: auto; max-width: 320px; margin: 50px 0 0 auto; }
	.nwm-problem__grid,
	.nwm-handover-grid { display: block; }
	.nwm-problem__copy { max-width: none; margin-top: 35px; }
	.nwm-problem__points { grid-template-columns: 1fr; margin-top: 48px; }
	.nwm-problem__points > article,
	.nwm-problem__points > article + article { min-height: 0; padding: 21px 0; border-left: 0; }
	.nwm-problem__points h3 { margin-top: 24px; font-size: 19px; }
	.nwm-section-head--split { display: block; }
	.nwm-section-head--split > p:last-child { margin-top: 20px; padding-left: 0; padding-top: 18px; border-top: 1px solid var(--nwm-line-strong); border-left: 0; }
	.nwm-flow__graphic { min-height: 0; }
	.nwm-flow__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 0; gap: 0 12px; }
	.nwm-flow__group { grid-column: 1 / -1; min-height: 0; margin-top: 16px; }
	.nwm-flow__group--migration,
	.nwm-flow__group--rollback { grid-column: auto; grid-row: auto; margin-top: 16px; }
	.nwm-flow__group:first-child { margin-top: 0; }
	.nwm-flow__footer { margin-top: 18px; }
	.nwm-boundary-grid { grid-template-columns: 1fr; margin-top: 40px; }
	.nwm-boundary,
	.nwm-boundary + .nwm-boundary { min-height: 0; padding: 22px 0; border-left: 0; }
	.nwm-boundary h3 { margin-top: 24px; }
	.nwm-service-grid { grid-template-columns: 1fr 1fr; margin-top: 40px; }
	.nwm-service,
	.nwm-service:nth-child(3n + 2),
	.nwm-service:nth-child(3n + 3) { min-height: 0; padding: 22px 18px 22px 0; }
	.nwm-service:nth-child(2n + 2) { padding-left: 18px; border-left: 1px solid var(--nwm-line); }
	.nwm-service h3 { margin-top: 26px; font-size: 18px; }
	.nwm-phase-grid { grid-template-columns: 1fr 1fr; margin-top: 40px; }
	.nwm-phase { min-height: 0; padding: 22px 18px 22px 0; }
	.nwm-phase:nth-child(2n + 2) { padding-left: 18px; border-left: 1px solid var(--nwm-line); }
	.nwm-phase h3 { margin-top: 26px; }
	.nwm-handover-grid { margin-top: 56px; }
	.nwm-handover-copy { margin-top: 38px; }
	.nwm-cta__inner { display: block; }
	.nwm-cta__actions { margin-top: 32px; }
}

@media (max-width: 560px) {
	.nwm-shell { width: calc(100% - 32px); }
	.nwm-section { padding: 44px 0; }
	.nwm-hero__media img { object-position: 62% center; }
	.nwm-hero__inner { padding: 92px 0 42px; }
	.nwm-hero__copy .nwm-eyebrow { margin-bottom: 23px; }
	.nwm-hero h1 { font-size: clamp(43px, 12.5vw, 56px); letter-spacing: -.05em; }
	.nwm-hero__lead { margin-top: 23px !important; font-size: 17px; line-height: 1.8; }
	.nwm-actions { display: grid; gap: 10px; margin-top: 23px; }
	.nwm-button { width: 100%; }
	.nwm-hero__meta { margin-top: 20px !important; font-size: 10px; letter-spacing: .08em; }
	.nwm-hero__caption { margin-top: 36px; }
	.nwm-section-head h2,
	.nwm-handover-copy h2,
	.nwm-cta h2 { font-size: 32px; line-height: 1.2; }
	.nwm-section-head > p:last-child,
	.nwm-handover-copy > p:not(.nwm-eyebrow),
	.nwm-cta p:last-child { font-size: 15px; line-height: 1.82; }
	.nwm-problem__lead { font-size: 19px; line-height: 1.75; }
	.nwm-flow { margin-top: 32px; padding: 14px; }
	.nwm-flow__toolbar { align-items: stretch; flex-direction: column; gap: 14px; }
	.nwm-flow__toolbar p { font-size: 10px; }
	.nwm-flow__toolbar button { width: 100%; }
	.nwm-flow__graphic { padding: 18px 2px 20px; }
	.nwm-flow__group { padding: 15px 13px; }
	.nwm-flow__group-label strong { font-size: 17px; }
	.nwm-flow__group li { font-size: 13px; }
	.nwm-flow__footer { display: grid; justify-content: stretch; gap: 4px; font-size: 10px; }
	.nwm-flow__note { font-size: 13px; }
	.nwm-service-grid,
	.nwm-phase-grid { grid-template-columns: 1fr; }
	.nwm-service,
	.nwm-service:nth-child(2n + 2),
	.nwm-service:nth-child(3n + 2),
	.nwm-service:nth-child(3n + 3),
	.nwm-phase,
	.nwm-phase:nth-child(2n + 2) { padding: 21px 0; border-left: 0; }
	.nwm-service h3,
	.nwm-phase h3 { margin-top: 22px; }
	.nwm-handover-media img { aspect-ratio: 16 / 8; }
	.nwm-cta { padding: 60px 0 72px; }
	.nwm-cta__actions { display: grid; align-items: stretch; }
}

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

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