/* Portfolio 176 Chinese presentation. Every selector is scoped to this owner. */
.low-voltage-integration-cn {
	--lvi-bg: #03070d;
	--lvi-bg-soft: #07111d;
	--lvi-panel: #0b1928;
	--lvi-panel-hi: #10243a;
	--lvi-text: #edf4f7;
	--lvi-muted: #a9bcc9;
	--lvi-faint: #728898;
	--lvi-accent: #63d2dc;
	--lvi-accent-soft: rgba(99, 210, 220, .13);
	--lvi-warm: #d6b77c;
	--lvi-line: rgba(141, 177, 198, .19);
	--lvi-line-strong: rgba(126, 198, 207, .45);
	width: 100%;
	background: var(--lvi-bg);
	color: var(--lvi-text);
	font-family: "PingFang SC", "Hiragino Sans GB", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.7;
	overflow-x: clip;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.low-voltage-integration-cn *,
.low-voltage-integration-cn *::before,
.low-voltage-integration-cn *::after { box-sizing: border-box; }
.low-voltage-integration-cn h1,
.low-voltage-integration-cn h2,
.low-voltage-integration-cn h3,
.low-voltage-integration-cn p,
.low-voltage-integration-cn figure,
.low-voltage-integration-cn ul { margin: 0; }
.low-voltage-integration-cn ul { padding: 0; }
.low-voltage-integration-cn img { display: block; max-width: 100%; }
.low-voltage-integration-cn a { color: inherit; }
.low-voltage-integration-cn a:not(.lvi-button):not(.lvi-directory) { color: #b6edf0; text-decoration-color: rgba(182, 237, 240, .46); text-underline-offset: 4px; }
.low-voltage-integration-cn a:not(.lvi-button):not(.lvi-directory):hover { color: #e8ffff; text-decoration-color: var(--lvi-accent); }
.low-voltage-integration-cn [id] { scroll-margin-top: 88px; }
.low-voltage-integration-cn a:focus-visible,
.low-voltage-integration-cn button:focus-visible { outline: 2px solid #b7f0f5; outline-offset: 4px; border-radius: 3px; }
.lvi-shell { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.lvi-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--lvi-accent); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; font-weight: 700; letter-spacing: .14em; line-height: 1.6; }
.lvi-eyebrow > span:first-child:not(.lvi-eyebrow__no) { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--lvi-accent); box-shadow: 0 0 0 5px rgba(99, 210, 220, .12); }
.lvi-eyebrow__no { color: var(--lvi-accent); }
.lvi-section-head { max-width: 790px; }
.lvi-section-head--wide { max-width: 900px; }
.lvi-section-head--split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: 72px; max-width: none; align-items: end; }
.lvi-section-head h2,
.lvi-handover-copy h2,
.lvi-cta h2 { color: var(--lvi-text); font-size: clamp(34px, 3.4vw, 46px); font-weight: 600; letter-spacing: -.045em; line-height: 1.18; }
.lvi-section-head--split > p,
.lvi-section-head--wide > p:last-child,
.lvi-handover-copy > p:not(.lvi-eyebrow),
.lvi-cta__inner > div:first-child > p:last-child { margin-top: 24px; color: var(--lvi-muted); font-size: 17px; line-height: 1.86; }
.lvi-section-head--split > p { margin-top: 0; }

/* Hero: full viewport on desktop, natural content height on mobile. */
.lvi-hero { position: relative; min-height: calc(100svh - var(--f-header-height, 72px)); display: flex; isolation: isolate; background: var(--lvi-bg); overflow: hidden; }
.lvi-hero__media,
.lvi-hero__scrim { position: absolute; inset: 0; }
.lvi-hero__media { z-index: -2; background: #07121e; }
.lvi-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; filter: brightness(.76) contrast(1.08) saturate(.88); }
.lvi-hero__scrim { z-index: -1; background: linear-gradient(90deg, rgba(3, 7, 13, .98) 3%, rgba(3, 7, 13, .9) 33%, rgba(3, 7, 13, .46) 68%, rgba(3, 7, 13, .12)), linear-gradient(0deg, rgba(3, 7, 13, .98), transparent 66%); }
.lvi-hero__inner { width: min(1240px, calc(100% - 80px)); min-height: inherit; display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; padding: 150px 0 58px; }
.lvi-hero__copy { max-width: 790px; }
.low-voltage-integration-cn .lvi-hero .lvi-hero__copy p.lvi-eyebrow { margin-bottom: 20px; color: var(--lvi-accent); font-size: 11px !important; letter-spacing: .14em !important; line-height: 1.6 !important; }
.low-voltage-integration-cn .lvi-hero .lvi-hero__copy p.lvi-hero__meta { margin-top: 20px; color: var(--lvi-faint); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px !important; letter-spacing: .12em !important; line-height: 1.7 !important; }
.lvi-hero h1 { max-width: 900px; color: #f4f9fb; font-size: clamp(56px, 6.7vw, 94px); font-weight: 700; letter-spacing: -.055em; line-height: 1.02; text-shadow: 0 3px 40px rgba(0, 0, 0, .55); }
.lvi-hero h1 span { color: #c5eff0; }
.lvi-hero__lead { max-width: 720px; margin-top: 28px; color: #cad8df; font-size: 20px; line-height: 1.86; }
.lvi-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.lvi-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 7px; font-size: 14px; font-weight: 700; line-height: 1.4; text-decoration: none; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease; }
.lvi-button:hover { transform: translateY(-2px); }
.low-voltage-integration-cn .lvi-button.lvi-button--primary,
.low-voltage-integration-cn .lvi-cta .lvi-button.lvi-button--primary { background: var(--lvi-accent); color: #08232b !important; box-shadow: 0 8px 28px rgba(99, 210, 220, .18); }
.low-voltage-integration-cn .lvi-button.lvi-button--primary:hover,
.low-voltage-integration-cn .lvi-cta .lvi-button.lvi-button--primary:hover { background: #a9edf0; color: #08232b !important; }
.lvi-button--quiet { border-color: rgba(237, 244, 247, .44); background: rgba(3, 7, 13, .16); color: var(--lvi-text); }
.lvi-button--quiet:hover { border-color: var(--lvi-accent); background: rgba(99, 210, 220, .1); }
.lvi-hero__caption { width: min(340px, 100%); padding-top: 14px; border-top: 1px solid var(--lvi-line-strong); text-align: right; }
.lvi-hero__caption figcaption { color: #9fb9c5; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; line-height: 1.8; }

/* Shared sections and problem framing. */
.lvi-section { padding: 82px 0; }
.lvi-problem { background: var(--lvi-bg-soft); }
.lvi-problem__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 96px; align-items: start; }
.lvi-problem__lead { color: #dce8ec; font-size: 22px; font-weight: 500; line-height: 1.82; }
.lvi-problem__body { margin-top: 22px; color: var(--lvi-muted); font-size: 16px; line-height: 1.88; }
.lvi-problem__points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 52px; border-top: 1px solid var(--lvi-line); }
.lvi-problem__points article { min-height: 190px; padding: 24px 24px 22px; border-right: 1px solid var(--lvi-line); border-bottom: 1px solid var(--lvi-line); }
.lvi-problem__points article:first-child { border-left: 1px solid var(--lvi-line); }
.lvi-problem__points article > span { color: var(--lvi-accent); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.lvi-problem__points h3 { margin-top: 38px; color: var(--lvi-text); font-size: 19px; font-weight: 600; line-height: 1.35; }
.lvi-problem__points p { margin-top: 9px; color: var(--lvi-muted); font-size: 14px; line-height: 1.72; }

/* Relationship map: terminals are independent branches into the access layer. */
.lvi-architecture { background: var(--lvi-panel); }
.lvi-flow { margin-top: 48px; padding: 18px 22px 22px; border: 1px solid var(--lvi-line); background: #08131f; }
.lvi-flow__toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 0 16px; border-bottom: 1px solid var(--lvi-line); }
.lvi-flow__toolbar p { display: flex; align-items: center; gap: 10px; color: var(--lvi-muted); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; font-weight: 650; letter-spacing: .06em; line-height: 1.6; }
.lvi-flow__toolbar p span { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--lvi-accent); box-shadow: 0 0 0 5px rgba(99, 210, 220, .13); }
.lvi-flow__toolbar button { min-width: 86px; border: 1px solid rgba(99, 210, 220, .45); border-radius: 5px; background: transparent; color: var(--lvi-text); padding: 8px 12px; font: inherit; font-size: 13px; cursor: pointer; transition: background-color .2s ease, border-color .2s ease; }
.lvi-flow__toolbar button:hover:not(:disabled) { border-color: var(--lvi-accent); background: rgba(99, 210, 220, .12); }
.lvi-flow__toolbar button:disabled { cursor: default; border-color: var(--lvi-line); color: var(--lvi-faint); }
.lvi-flow__graphic { position: relative; min-height: 620px; padding: 34px 16px 0; }
.lvi-flow__lines { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; pointer-events: none; overflow: visible; }
.lvi-flow__lines path { fill: none; stroke: var(--lvi-accent); stroke-width: 2.4; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.lvi-flow__lines .lvi-flow__context-line { stroke: var(--lvi-warm); stroke-width: 1.6; stroke-dasharray: 5 7; opacity: .66; }
.lvi-flow__columns { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(245px, 1.12fr) minmax(0, .9fr); gap: 62px; align-items: center; min-height: 490px; }
.lvi-flow__column { display: flex; min-width: 0; flex-direction: column; gap: 15px; }
.lvi-flow__column--network { gap: 36px; }
.lvi-flow__column-label { color: var(--lvi-faint); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 10px; letter-spacing: .13em; line-height: 1.5; }
.lvi-flow__node { display: flex; min-width: 0; min-height: 104px; flex-direction: column; justify-content: center; padding: 18px 18px; border: 1px solid rgba(135, 183, 201, .36); background: linear-gradient(145deg, rgba(16, 34, 54, .92), rgba(5, 11, 19, .7)); }
.lvi-flow__node > span { color: var(--lvi-accent); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 10px; font-weight: 700; letter-spacing: .1em; line-height: 1.5; }
.lvi-flow__node strong { display: block; margin-top: 11px; color: var(--lvi-text); font-size: 17px; font-weight: 650; letter-spacing: -.02em; line-height: 1.38; }
.lvi-flow__node small { display: block; margin-top: 6px; color: var(--lvi-muted); font-size: 13px; line-height: 1.55; }
.lvi-flow__node--access { min-height: 145px; border-color: rgba(99, 210, 220, .78); background: linear-gradient(145deg, #0e2b3d, #0a1827); box-shadow: 0 0 42px rgba(99, 210, 220, .1); }
.lvi-flow__node--access strong { font-size: 20px; }
.lvi-flow__node--compute { border-color: rgba(214, 183, 124, .48); background: linear-gradient(145deg, rgba(56, 47, 33, .7), rgba(10, 21, 30, .78)); }
.lvi-flow__node--platform { border-left: 3px solid rgba(99, 210, 220, .58); }
.lvi-flow__node--operations { width: min(320px, 100%); min-height: 84px; border-color: rgba(214, 183, 124, .55); background: rgba(45, 39, 28, .64); }
.lvi-flow__node--operations strong { margin-top: 6px; font-size: 16px; }
.lvi-flow__footer { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-top: 14px; }
.lvi-flow__footer > p { padding-bottom: 13px; color: var(--lvi-faint); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 10px; letter-spacing: .05em; line-height: 1.7; }
.lvi-legend-dot { display: inline-block; width: 8px; height: 8px; margin: 0 5px 0 10px; border-radius: 50%; background: var(--lvi-accent); }
.lvi-legend-dot--context { background: var(--lvi-warm); }
.lvi-flow__note { margin-top: 17px; color: var(--lvi-faint); font-size: 13px; line-height: 1.7; }

/* Services, staged delivery and handover. */
.lvi-services { background: var(--lvi-bg); }
.lvi-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 50px; border-top: 1px solid var(--lvi-line); border-left: 1px solid var(--lvi-line); }
.lvi-service { min-height: 238px; padding: 25px 24px 28px; border-right: 1px solid var(--lvi-line); border-bottom: 1px solid var(--lvi-line); background: linear-gradient(145deg, rgba(15, 34, 53, .7), rgba(3, 7, 13, 0) 72%); transition: background-color .2s ease, transform .2s ease; }
.lvi-service:hover { background: rgba(18, 42, 63, .76); transform: translateY(-3px); }
.lvi-service__no { display: block; color: var(--lvi-accent); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.lvi-service h3 { margin-top: 40px; color: var(--lvi-text); font-size: 20px; font-weight: 600; line-height: 1.35; }
.lvi-service p { margin-top: 10px; color: var(--lvi-muted); font-size: 15px; line-height: 1.72; }
.lvi-delivery { background: radial-gradient(circle at 82% 20%, rgba(99, 210, 220, .1), transparent 32%), #081724; }
.lvi-phase-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 50px; border-top: 1px solid var(--lvi-line); }
.lvi-phase { min-height: 210px; padding: 23px 20px 24px; border-right: 1px solid var(--lvi-line); border-bottom: 1px solid var(--lvi-line); }
.lvi-phase:first-child { border-left: 1px solid var(--lvi-line); }
.lvi-phase > span { color: var(--lvi-accent); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.lvi-phase h3 { margin-top: 38px; color: var(--lvi-text); font-size: 19px; font-weight: 600; line-height: 1.35; }
.lvi-phase p { margin-top: 9px; color: var(--lvi-muted); font-size: 14px; line-height: 1.72; }
.lvi-handover-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1fr); gap: 80px; align-items: start; margin-top: 58px; }
.lvi-handover-media { border: 1px solid var(--lvi-line); background: #06101a; }
.lvi-handover-media img { display: block; width: 100%; height: auto !important; aspect-ratio: 14 / 9; object-fit: contain; }
.lvi-handover-media figcaption { padding: 11px 15px 13px; color: var(--lvi-faint); font-size: 12px; line-height: 1.6; }
.lvi-handover-copy { max-width: 680px; }
.lvi-handover-copy > p:not(.lvi-eyebrow) { margin-top: 24px; color: var(--lvi-muted); font-size: 17px; line-height: 1.86; }
.lvi-handover-copy ul { display: grid; margin-top: 26px; border-top: 1px solid var(--lvi-line); list-style: none; }
.lvi-handover-copy li { padding: 13px 0; border-bottom: 1px solid var(--lvi-line); color: #d8e7eb; font-size: 15px; line-height: 1.6; }
.lvi-handover-copy li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin: 0 11px 2px 0; border-radius: 50%; background: var(--lvi-accent); box-shadow: 0 0 0 4px rgba(99, 210, 220, .12); }

/* FAQ and contact. */
.lvi-faq { background: var(--lvi-bg-soft); }
.lvi-faq-list { max-width: 920px; margin-top: 46px; border-top: 1px solid var(--lvi-line); }
.lvi-faq-list details { border-bottom: 1px solid var(--lvi-line); }
.lvi-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 19px 0; color: var(--lvi-text); font-size: 18px; font-weight: 600; line-height: 1.5; cursor: pointer; list-style: none; }
.lvi-faq-list summary::-webkit-details-marker { display: none; }
.lvi-faq-list summary span { color: var(--lvi-accent); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.lvi-faq-list details[open] summary span { transform: rotate(45deg); }
.lvi-faq-list details p { max-width: 800px; padding: 0 54px 22px 0; color: var(--lvi-muted); font-size: 15px; line-height: 1.82; }
.lvi-cta { padding: 82px 0; background: #071825; }
.lvi-cta__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 36px; align-items: end; }
.lvi-cta h2 { max-width: 740px; }
.lvi-cta__inner > div:first-child > p:last-child { max-width: 720px; }
.lvi-cta__actions { display: flex; flex-direction: column; align-items: flex-end; gap: 17px; }
.lvi-cta__actions .lvi-button { min-width: 174px; }
.lvi-directory { color: var(--lvi-muted); font-size: 13px; text-decoration: none; }
.lvi-directory:hover { color: var(--lvi-text); }

/* Progressive enhancement and motion contract. */
.lvi-motion-ready [data-lvi-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.lvi-motion-ready [data-lvi-reveal].is-visible { opacity: 1; transform: none; }
.lvi-motion-ready .lvi-flow__lines path { stroke-dasharray: 100; stroke-dashoffset: 0; }
.lvi-motion-ready .lvi-flow.is-playing .lvi-flow__lines path { animation: lvi-path-trace 8.4s ease-in-out infinite; }
.lvi-motion-ready .lvi-flow.is-playing .lvi-flow__lines path:nth-child(2) { animation-delay: .28s; }
.lvi-motion-ready .lvi-flow.is-playing .lvi-flow__lines path:nth-child(3) { animation-delay: .56s; }
.lvi-motion-ready .lvi-flow.is-playing .lvi-flow__lines path:nth-child(4) { animation-delay: .84s; }
.lvi-motion-ready .lvi-flow.is-playing .lvi-flow__lines path:nth-child(5) { animation-delay: 1.12s; }
.lvi-motion-ready .lvi-flow.is-playing .lvi-flow__lines path:nth-child(6) { animation-delay: 1.4s; }
.lvi-motion-ready .lvi-flow.is-playing .lvi-flow__lines path:nth-child(7) { animation-delay: 1.68s; }
.lvi-motion-ready .lvi-flow.is-playing .lvi-flow__lines path:nth-child(8) { animation-delay: 1.96s; }
.lvi-motion-ready .lvi-flow.is-paused .lvi-flow__lines path { animation-play-state: paused !important; }
@keyframes lvi-path-trace {
	0% { stroke-dashoffset: 100; opacity: .18; }
	10% { stroke-dashoffset: 72; opacity: .84; }
	28% { stroke-dashoffset: 0; opacity: 1; }
	68% { stroke-dashoffset: 0; opacity: .72; }
	100% { stroke-dashoffset: 100; opacity: .18; }
}
.lvi-sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.low-voltage-integration-cn.lvi-reduced-motion [data-lvi-reveal] { opacity: 1; transform: none; transition: none; }
.low-voltage-integration-cn.lvi-reduced-motion .lvi-flow__lines path,
.low-voltage-integration-cn.lvi-reduced-motion .lvi-flow.is-playing .lvi-flow__lines path,
.low-voltage-integration-cn.lvi-reduced-motion .lvi-flow.is-paused .lvi-flow__lines path { stroke-dasharray: none !important; stroke-dashoffset: 0 !important; opacity: .84 !important; animation: none !important; }

@media (prefers-reduced-motion: reduce) {
	.low-voltage-integration-cn [data-lvi-reveal] { opacity: 1; transform: none; transition: none; }
	.low-voltage-integration-cn .lvi-flow__lines path,
	.low-voltage-integration-cn .lvi-flow.is-playing .lvi-flow__lines path { stroke-dasharray: none !important; stroke-dashoffset: 0 !important; opacity: .84 !important; animation: none !important; }
	.low-voltage-integration-cn .lvi-button,
	.low-voltage-integration-cn .lvi-service,
	.low-voltage-integration-cn .lvi-faq-list summary span { transition: none; }
}

@media (max-width: 980px) {
	.lvi-shell,
	.lvi-hero__inner { width: min(100% - 48px, 1240px); }
	.lvi-hero { min-height: 0; }
	.lvi-hero__media img { object-position: 65% center; }
	.lvi-hero__scrim { background: linear-gradient(0deg, rgba(3, 7, 13, .98) 0%, rgba(3, 7, 13, .68) 66%, rgba(3, 7, 13, .3) 100%); }
	.lvi-hero__inner { display: block; padding: 122px 0 60px; }
	.lvi-hero h1 { font-size: clamp(48px, 12vw, 72px); }
	.lvi-hero__lead { max-width: 680px; font-size: 18px; line-height: 1.82; }
	.lvi-hero__caption { margin-top: 42px; text-align: left; }
	.lvi-problem__grid,
	.lvi-section-head--split,
	.lvi-handover-grid { grid-template-columns: 1fr; gap: 36px; }
	.lvi-flow__columns { grid-template-columns: minmax(0, .82fr) minmax(220px, 1fr) minmax(0, .82fr); gap: 28px; }
	.lvi-flow__node { padding-inline: 14px; }
	.lvi-flow__node strong { font-size: 16px; }
	.lvi-flow__node--access strong { font-size: 18px; }
	.lvi-handover-grid { align-items: start; }
}

@media (max-width: 700px) {
	.lvi-shell,
	.lvi-hero__inner { width: min(100% - 40px, 620px); }
	.low-voltage-integration-cn .lvi-hero .lvi-hero__copy p.lvi-eyebrow { font-size: 11px !important; line-height: 1.6 !important; }
	.low-voltage-integration-cn .lvi-hero .lvi-hero__copy p.lvi-hero__meta { margin-top: 20px; font-size: 10px !important; line-height: 1.8 !important; letter-spacing: .12em !important; }
	.lvi-hero__inner { padding: 110px 0 52px; }
	.lvi-hero h1 { font-size: clamp(44px, 13vw, 62px); line-height: 1.04; }
	.lvi-hero__lead { margin-top: 22px; font-size: 17px; line-height: 1.82; }
	.lvi-actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 28px; }
	.lvi-actions .lvi-button { width: 100%; }
	.lvi-hero__caption { margin-top: 32px; }
	.lvi-section { padding: 54px 0; }
	.lvi-section-head h2,
	.lvi-handover-copy h2,
	.lvi-cta h2 { font-size: 32px; line-height: 1.22; }
	.lvi-section-head--split > p,
	.lvi-section-head--wide > p:last-child,
	.lvi-handover-copy > p:not(.lvi-eyebrow),
	.lvi-cta__inner > div:first-child > p:last-child { margin-top: 20px; font-size: 16px; }
	.lvi-problem__lead { font-size: 20px; line-height: 1.78; }
	.lvi-problem__points,
	.lvi-service-grid,
	.lvi-phase-grid { grid-template-columns: 1fr; }
	.lvi-problem__points article,
	.lvi-service,
	.lvi-phase { min-height: 0; border-left: 1px solid var(--lvi-line); }
	.lvi-problem__points article + article,
	.lvi-service + .lvi-service,
	.lvi-phase + .lvi-phase { border-top: 0; }
	.lvi-problem__points h3,
	.lvi-service h3,
	.lvi-phase h3 { margin-top: 22px; }
	.lvi-flow { margin-top: 34px; padding: 15px 13px 16px; }
	.lvi-flow__toolbar { display: block; }
	.lvi-flow__toolbar p { max-width: 260px; }
	.lvi-flow__toolbar button { margin-top: 14px; }
	.lvi-flow__graphic { min-height: 0; padding: 28px 4px 0; }
	.lvi-flow__lines { display: block; }
	.lvi-flow__columns { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1fr) minmax(0, .82fr); gap: 12px; align-items: center; min-height: 430px; }
	.lvi-flow__column { width: auto; gap: 10px; }
	.lvi-flow__column--network { gap: 24px; }
	.lvi-flow__column-label { margin-bottom: 1px; }
	.lvi-flow__column-label { font-size: 8px; letter-spacing: .08em; }
	.lvi-flow__node { min-height: 92px; padding: 12px 9px; }
	.lvi-flow__node > span { font-size: 8px; letter-spacing: .06em; }
	.lvi-flow__node strong { margin-top: 8px; font-size: 14px; line-height: 1.35; }
	.lvi-flow__node small { margin-top: 5px; font-size: 11px; line-height: 1.45; }
	.lvi-flow__node--access { min-height: 130px; }
	.lvi-flow__node--access strong { font-size: 16px; }
	.lvi-flow__context-line { display: none; }
	.lvi-flow__footer { display: block; margin-top: 28px; }
	.lvi-flow__node--operations { width: 100%; }
	.lvi-flow__footer > p { margin-top: 13px; padding-bottom: 0; }
	.lvi-flow__note { font-size: 12px; }
	.lvi-handover-grid { margin-top: 48px; gap: 38px; }
	.lvi-faq-list { margin-top: 32px; }
	.lvi-faq-list summary { padding: 17px 0; font-size: 17px; }
	.lvi-faq-list details p { padding-right: 10px; font-size: 15px; }
	.lvi-cta { padding: 56px 0; }
	.lvi-cta__inner { grid-template-columns: 1fr; gap: 30px; }
	.lvi-cta__actions { align-items: stretch; }
	.lvi-cta__actions .lvi-button { width: 100%; }
	.lvi-directory { text-align: center; }
}
.flow-batch-diagram[data-flow-diagram] {
	width: 100%;
	margin: 32px 0 0;
	border-radius: 16px;
	overflow: hidden;
}

.flow-batch-diagram__link {
	display: block;
	border-radius: inherit;
}

.flow-batch-diagram img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	border-radius: inherit;
}
