/* S05 Chinese server repair and maintenance owner. All rules stay page-scoped. */
.s05-repair-cn {
	--s05-bg: #03050a;
	--s05-bg-soft: #060a14;
	--s05-panel: #0a1322;
	--s05-panel-hi: #0d1828;
	--s05-text: #e9eff7;
	--s05-muted: #a3b6ca;
	--s05-faint: #647a90;
	--s05-accent: #5fd3e6;
	--s05-accent-soft: rgba(95, 211, 230, .12);
	--s05-line: rgba(132, 164, 200, .18);
	--s05-line-strong: rgba(140, 190, 204, .44);
	width: 100%;
	background: var(--s05-bg);
	color: var(--s05-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;
}

.s05-repair-cn *,
.s05-repair-cn *::before,
.s05-repair-cn *::after { box-sizing: border-box; }
.s05-repair-cn h1,
.s05-repair-cn h2,
.s05-repair-cn h3,
.s05-repair-cn p,
.s05-repair-cn figure,
.s05-repair-cn ol,
.s05-repair-cn ul { margin: 0; }
.s05-repair-cn ol,
.s05-repair-cn ul { padding: 0; }
.s05-repair-cn img { display: block; max-width: 100%; }
.s05-repair-cn a { color: inherit; }
.s05-repair-cn a:focus-visible,
.s05-repair-cn button:focus-visible,
.s05-repair-cn summary:focus-visible {
	outline: 2px solid #b7f0f5;
	outline-offset: 4px;
	border-radius: 3px;
}
.s05-repair-cn [id] { scroll-margin-top: 88px; }

.s05-wrap {
	width: min(1360px, calc(100% - 80px));
	margin-inline: auto;
}
.s05-content {
	width: min(1240px, calc(100% - 80px));
	margin-inline: auto;
}
.s05-readable { max-width: 640px; }
.s05-repair-cn .s05-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 31px;
	color: var(--s05-accent);
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	line-height: 1.4;
}
.s05-eyebrow > span:first-child:not(.s05-eyebrow-no) {
	width: 7px;
	height: 7px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--s05-accent);
	box-shadow: 0 0 0 5px rgba(95, 211, 230, .12);
}
.s05-eyebrow-no { color: var(--s05-accent); font-family: inherit; }
.s05-section-head { max-width: 760px; }
.s05-section-head--wide { max-width: 900px; }
.s05-section-head--split {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
	gap: 64px;
	max-width: none;
	align-items: end;
}
.s05-section-head h2,
.s05-delivery h2,
.s05-contact h2 {
	color: var(--s05-text);
	font-size: clamp(32px, 3.2vw, 42px);
	font-weight: 600;
	letter-spacing: -.035em;
	line-height: 1.22;
}
.s05-section-head > p:last-child,
.s05-section-head--split > p,
.s05-delivery-intro,
.s05-contact-inner > div:first-child > p:last-child {
	margin-top: 24px;
	color: var(--s05-muted);
	font-size: 17px;
	line-height: 1.82;
}
.s05-section-head--split > p { margin-top: 0; }
.s05-item-no {
	display: block;
	color: var(--s05-accent);
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
}

/* Hero: full first viewport on desktop, content-led height on mobile. */
.s05-hero {
	position: relative;
	min-height: calc(100svh - var(--f-header-height, 72px));
	isolation: isolate;
	display: flex;
	background: var(--s05-bg);
	overflow: hidden;
}
.s05-hero-media,
.s05-hero-scrim {
	position: absolute;
	inset: 0;
}
.s05-hero-media { z-index: -2; }
.s05-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 78% 42%;
	filter: brightness(.66) contrast(1.08) saturate(.78);
}
.s05-hero-scrim {
	z-index: -1;
	background: linear-gradient(90deg, rgba(3, 5, 10, .98) 2%, rgba(3, 5, 10, .9) 31%, rgba(3, 5, 10, .48) 64%, rgba(3, 5, 10, .22)), linear-gradient(0deg, rgba(3, 5, 10, .96), transparent 67%);
}
.s05-hero-inner {
	min-height: inherit;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 64px;
	padding: 152px 0 58px;
}
.s05-hero-content { max-width: 780px; }
.s05-hero h1 {
	max-width: 780px;
	color: #f4f8fc;
	font-size: clamp(58px, 6.4vw, 92px);
	font-weight: 700;
	font-style: normal !important;
	letter-spacing: -.03em;
	line-height: 1.06;
	text-shadow: 0 2px 40px rgba(0, 0, 0, .52);
}
.s05-hero h1 .s05-h1-line { display: inline; }
.s05-hero h1 .s05-h1-line + .s05-h1-line::before { content: none; }
.s05-hero-lead {
	max-width: 650px;
	margin-top: 28px;
	color: #c4d2df;
	font-size: 20px;
	line-height: 1.86;
}
.s05-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}
.s05-repair-cn .s05-actions { margin-top: 20px; }
.s05-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 13px 21px;
	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;
}
.s05-button:hover { transform: translateY(-2px); }
.s05-button--primary {
	background: #69c2cf;
	color: #09232d !important;
	box-shadow: 0 8px 28px rgba(105, 194, 207, .18);
}
.s05-button--primary:hover { background: #a5e1e7; color: #09232d !important; }
.s05-button--quiet {
	border-color: rgba(233, 239, 247, .44);
	background: rgba(3, 5, 10, .16);
	color: var(--s05-text);
}
.s05-button--quiet:hover { border-color: var(--s05-accent); background: var(--s05-accent-soft); }
.s05-repair-cn .s05-hero-meta {
	margin-top: 20px;
	color: var(--s05-faint);
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 11px;
	letter-spacing: .12em;
	line-height: 1.7;
}
.s05-hero-caption {
	width: min(300px, 100%);
	padding-top: 14px;
	border-top: 1px solid var(--s05-line-strong);
	text-align: right;
}
.s05-hero-caption figcaption {
	color: #9aafc2;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 12px;
	line-height: 1.8;
}

/* Shared section rhythm. */
.s05-section { padding: 80px 0; }
.s05-purpose { background: var(--s05-bg-soft); }
.s05-purpose-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
	gap: 96px;
	align-items: start;
}
.s05-purpose-panel { padding-top: 4px; }
.s05-purpose-lead {
	color: #d9e3ee;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.78;
}
.s05-purpose-list {
	margin-top: 40px !important;
	border-top: 1px solid var(--s05-line);
	list-style: none;
}
.s05-purpose-list li {
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr);
	gap: 20px;
	padding: 20px 4px;
	border-bottom: 1px solid var(--s05-line);
}
.s05-purpose-list strong { font-size: 17px; font-weight: 600; }
.s05-purpose-list p { margin-top: 7px; color: var(--s05-muted); font-size: 15px; line-height: 1.72; }

/* Service scope. */
.s05-services { background: var(--s05-bg); }
.s05-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: 50px;
	border: 1px solid var(--s05-line);
	background: var(--s05-line);
}
.s05-service-card {
	min-height: 220px;
	padding: 25px 24px 28px;
	background: linear-gradient(145deg, rgba(13, 26, 43, .78), rgba(3, 5, 10, .95) 72%);
}
.s05-service-card h3 {
	margin-top: 44px;
	color: var(--s05-text);
	font-size: 21px;
	font-weight: 600;
	line-height: 1.35;
}
.s05-service-card p { margin-top: 11px; color: var(--s05-muted); font-size: 15px; line-height: 1.72; }

/* Signature repair flow. The map is a repair-bench topology, not a linear card row. */
.s05-flow-section { background: var(--s05-panel); }
.s05-flow {
	position: relative;
	margin-top: 44px;
	padding: 20px;
	border: 1px solid var(--s05-line);
	background: #07101d;
}
.s05-flow-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--s05-line);
}
.s05-flow-toolbar p {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--s05-muted);
	font-size: 13px;
	line-height: 1.5;
}
.s05-flow-toolbar p span:first-child {
	width: 8px;
	height: 8px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--s05-accent);
	box-shadow: 0 0 0 5px rgba(95, 211, 230, .12);
}
.s05-flow-controls { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.s05-flow-toolbar button {
	min-height: 38px;
	padding: 8px 12px;
	border: 1px solid rgba(95, 211, 230, .5);
	border-radius: 5px;
	background: transparent;
	color: var(--s05-text);
	font: inherit;
	font-size: 13px;
	cursor: pointer;
	transition: background-color .2s ease, border-color .2s ease;
}
.s05-flow-toolbar button:hover { border-color: var(--s05-accent); background: var(--s05-accent-soft); }
.s05-flow-graphic { position: relative; min-height: 560px; margin-top: 22px; }
.s05-flow-lines {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	pointer-events: none;
}
.s05-flow-path {
	fill: none;
	stroke: var(--s05-accent);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}
.s05-flow-path--branch { stroke: #f0717a; stroke-dasharray: 7 6; opacity: .58; }
.s05-flow-path--success { stroke: #70e3c0; opacity: .65; }
.s05-flow-path--base { stroke-width: 1.25; opacity: .34; stroke-dasharray: none !important; stroke-dashoffset: 0; animation: none !important; }
.s05-flow-path--base.s05-flow-path--branch { stroke: #f0717a; opacity: .42; }
.s05-flow-path--base.s05-flow-path--success { stroke: #70e3c0; opacity: .48; }
.s05-repair-map {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(135px, .86fr) minmax(175px, 1.05fr) minmax(220px, 1.45fr) minmax(170px, 1.05fr) minmax(155px, .95fr);
	grid-template-rows: minmax(210px, 1fr) minmax(105px, auto);
	gap: 20px 14px;
	min-height: 540px;
	padding: 22px 10px 36px;
}
.s05-repair-node,
.s05-repair-branch {
	position: relative;
	min-width: 0;
	padding: 19px 17px;
	border: 1px solid rgba(140, 190, 204, .34);
	border-top: 2px solid rgba(95, 211, 230, .5);
	background: rgba(7, 19, 32, .96);
	box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
	transition: border-color .28s ease, background-color .28s ease, box-shadow .28s ease, transform .28s ease;
}
.s05-repair-node.is-current { transform: translateY(-4px); border-color: rgba(95, 211, 230, .82); background: #0d1d30; box-shadow: 0 0 32px rgba(95, 211, 230, .15); }
.s05-repair-node--fault { grid-column: 1; grid-row: 1 / 3; align-self: center; border-top-color: rgba(240, 113, 122, .72); }
.s05-repair-node--fault.is-current { border-color: rgba(240, 113, 122, .9); background: rgba(47, 18, 29, .92); box-shadow: 0 0 34px rgba(240, 113, 122, .16); }
.s05-repair-node--diagnose { grid-column: 2; grid-row: 1; align-self: end; border-top-color: rgba(240, 173, 108, .8); }
.s05-repair-node--diagnose.is-current { border-color: rgba(240, 173, 108, .9); background: rgba(48, 32, 18, .92); box-shadow: 0 0 32px rgba(240, 173, 108, .14); }
.s05-repair-node--bench { grid-column: 3; grid-row: 1 / 3; align-self: stretch; display: flex; flex-direction: column; justify-content: center; min-height: 260px; border-color: rgba(95, 211, 230, .48); background: linear-gradient(155deg, rgba(13, 29, 48, .98), rgba(7, 16, 29, .98)); }
.s05-repair-node--bench.is-current { border-color: rgba(95, 211, 230, .94); box-shadow: 0 0 42px rgba(95, 211, 230, .2); }
.s05-repair-node--restore { grid-column: 4; grid-row: 1; align-self: end; border-top-color: rgba(95, 211, 230, .72); }
.s05-repair-node--verify { grid-column: 5; grid-row: 1; align-self: end; border-top-color: rgba(112, 227, 192, .72); }
.s05-repair-node--verify.is-current { border-color: rgba(112, 227, 192, .94); background: rgba(12, 39, 37, .92); box-shadow: 0 0 32px rgba(112, 227, 192, .15); }
.s05-repair-index { display: inline-flex; align-items: center; justify-content: center; width: 29px; height: 29px; border: 1px solid rgba(95, 211, 230, .54); color: var(--s05-accent); font-size: 12px; letter-spacing: .1em; }
.s05-repair-kicker { display: block; margin-top: 20px; color: var(--s05-faint); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.s05-repair-state { display: inline-block; margin-top: 12px; padding: 3px 7px; border: 1px solid rgba(163, 182, 202, .28); color: var(--s05-muted); font-size: 11px; line-height: 1.35; }
.s05-repair-node.is-current .s05-repair-state { border-color: currentColor; color: var(--s05-accent); }
.s05-repair-node--fault.is-current .s05-repair-state { color: #f0717a; }
.s05-repair-node--diagnose.is-current .s05-repair-state { color: #f0ad6c; }
.s05-repair-node--verify.is-current .s05-repair-state { color: #70e3c0; }
.s05-repair-node strong { display: block; margin-top: 14px; font-size: 19px; font-weight: 650; line-height: 1.35; }
.s05-repair-node small { display: block; margin-top: 8px; color: var(--s05-muted); font-size: 13px; line-height: 1.58; }
.s05-repair-parts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(95, 211, 230, .22); }
.s05-repair-part { display: flex; align-items: center; justify-content: center; min-height: 44px; border: 1px solid rgba(95, 211, 230, .32); color: var(--s05-muted); font-size: 10px; font-style: normal; letter-spacing: .08em; transition: transform .35s ease, border-color .35s ease, color .35s ease, background-color .35s ease; }
.s05-flow[data-s05-phase="repair"] .s05-repair-part { animation: s05-part-insert .48s cubic-bezier(.2, .8, .2, 1) both; }
.s05-flow[data-s05-phase="repair"] .s05-repair-part:nth-child(2) { animation-delay: .12s; }
.s05-flow[data-s05-phase="repair"] .s05-repair-part:nth-child(3) { animation-delay: .24s; }
.s05-flow[data-s05-phase="restore"] .s05-repair-part { border-color: rgba(112, 227, 192, .72); color: #70e3c0; background: rgba(112, 227, 192, .08); }
.s05-verify-checks { display: flex; gap: 7px; margin-top: 18px; }
.s05-verify-checks i { width: 8px; height: 8px; border-radius: 50%; background: rgba(112, 227, 192, .3); }
.s05-flow[data-s05-phase="verify"] .s05-verify-checks i { animation: s05-check-ping .7s ease both; }
.s05-flow[data-s05-phase="verify"] .s05-verify-checks i:nth-child(2) { animation-delay: .16s; }
.s05-flow[data-s05-phase="verify"] .s05-verify-checks i:nth-child(3) { animation-delay: .32s; }
.s05-repair-branch { align-self: start; min-height: 0; padding: 12px 14px; border-top: 0; border-left: 2px solid #f0717a; background: rgba(47, 18, 29, .65); box-shadow: none; }
.s05-repair-branch--fail { grid-column: 2; grid-row: 2; }
.s05-repair-branch--pass { grid-column: 5; grid-row: 2; border-left-color: #70e3c0; background: rgba(12, 39, 37, .62); }
.s05-repair-branch strong,.s05-repair-branch span { display: block; }
.s05-repair-branch strong { color: #f0ad6c; font-size: 13px; }
.s05-repair-branch--pass strong { color: #70e3c0; }
.s05-repair-branch span { margin-top: 4px; color: var(--s05-muted); font-size: 12px; line-height: 1.45; }
.s05-flow[data-s05-outcome="failure"] [data-s05-branch="fail"],
.s05-flow[data-s05-outcome="success"] [data-s05-branch="pass"] { border-color: currentColor; }
.s05-flow.is-playing .s05-flow-path--main:not(.s05-flow-path--base) { stroke-dasharray: 10 15; animation: s05-path-travel 2.1s linear infinite; }
.s05-flow.is-playing[data-s05-outcome="failure"][data-s05-phase="feedback"] .s05-flow-path--branch:not(.s05-flow-path--base) { animation: s05-branch-pulse .9s ease both; }
.s05-flow.is-playing[data-s05-outcome="success"][data-s05-phase="handover"] .s05-flow-path--success:not(.s05-flow-path--base) { animation: s05-success-pulse .9s ease both; }
.s05-flow-note { max-width: 900px; margin-top: 18px; color: var(--s05-muted); font-size: 14px; line-height: 1.75; }
@keyframes s05-path-travel { to { stroke-dashoffset: -50; } }
@keyframes s05-part-insert { from { opacity: .42; transform: translateY(-13px); } to { opacity: 1; transform: translateY(0); } }
@keyframes s05-check-ping { 0% { background: rgba(112, 227, 192, .25); transform: scale(.7); } 60% { background: #70e3c0; transform: scale(1.35); } 100% { background: #70e3c0; transform: scale(1); } }
@keyframes s05-branch-pulse { 0% { opacity: .45; stroke-width: 1.8; } 45% { opacity: 1; stroke-width: 3; } 100% { opacity: .58; stroke-width: 1.8; } }
@keyframes s05-success-pulse { 0% { opacity: .5; stroke-width: 1.8; } 45% { opacity: 1; stroke-width: 3; } 100% { opacity: .65; stroke-width: 1.8; } }

/* Low-interference contextual image behind the inspection list. */
.s05-inspection {
	position: relative;
	isolation: isolate;
	background: var(--s05-bg-soft);
	overflow: hidden;
}
.s05-inspection-bg,
.s05-inspection-scrim { position: absolute; inset: 0; }
.s05-inspection-bg { z-index: -2; }
.s05-inspection-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 42%;
	filter: brightness(.35) saturate(.62);
}
.s05-inspection-scrim {
	z-index: -1;
	background: linear-gradient(90deg, rgba(6, 10, 20, .98), rgba(6, 10, 20, .88) 56%, rgba(6, 10, 20, .68)), linear-gradient(0deg, rgba(6, 10, 20, .92), rgba(6, 10, 20, .68));
}
.s05-check-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: 48px !important;
	border: 1px solid var(--s05-line);
	background: var(--s05-line);
	list-style: none;
}
.s05-check-grid li {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 18px;
	min-height: 155px;
	padding: 22px 21px 23px;
	background: rgba(10, 19, 34, .87);
}
.s05-check-grid strong { display: block; font-size: 18px; font-weight: 600; }
.s05-check-grid p { margin-top: 10px; color: var(--s05-muted); font-size: 15px; line-height: 1.68; }

/* Delivery and handover. */
.s05-delivery { background: var(--s05-bg); }
.s05-delivery-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
	gap: 76px;
	align-items: start;
}
.s05-delivery-intro { margin-top: 24px; }
.s05-delivery-list {
	margin-top: 32px !important;
	border-top: 1px solid var(--s05-line);
	list-style: none;
}
.s05-delivery-list li {
	position: relative;
	padding: 16px 0 16px 25px;
	border-bottom: 1px solid var(--s05-line);
	color: #d1deea;
	font-size: 15px;
	line-height: 1.65;
}
.s05-delivery-list li::before {
	content: "";
	position: absolute;
	top: 1.55em;
	left: 2px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--s05-accent);
}
.s05-delivery-media { margin-top: 4px; }
.s05-delivery-media img {
	width: 100%;
	height: min(39vw, 470px);
	min-height: 300px;
	border: 1px solid var(--s05-line);
	border-radius: 9px;
	object-fit: cover;
	object-position: center;
	filter: brightness(.72) saturate(.82);
}
.s05-delivery-media figcaption { margin-top: 13px; color: var(--s05-muted); font-size: 13px; line-height: 1.65; }

.s05-value { background: var(--s05-panel-hi); }
.s05-benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: 48px;
	border: 1px solid var(--s05-line);
	background: var(--s05-line);
}
.s05-benefit { min-height: 190px; padding: 24px 23px 28px; background: rgba(3, 5, 10, .36); }
.s05-benefit h3 { margin-top: 35px; font-size: 21px; font-weight: 600; line-height: 1.35; }
.s05-benefit p { margin-top: 11px; color: var(--s05-muted); font-size: 15px; line-height: 1.72; }

/* FAQ and final contact. */
.s05-faq { background: var(--s05-bg-soft); }
.s05-faq-grid {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
	gap: 90px;
	align-items: start;
}
.s05-faq-list { border-top: 1px solid var(--s05-line); }
.s05-faq-list details { border-bottom: 1px solid var(--s05-line); }
.s05-faq-list summary {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 20px;
	gap: 14px;
	align-items: center;
	min-height: 70px;
	padding: 15px 2px;
	color: var(--s05-text);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.55;
	cursor: pointer;
	list-style: none;
}
.s05-faq-list summary::-webkit-details-marker { display: none; }
.s05-faq-list summary > span { color: var(--s05-accent); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; }
.s05-faq-list summary b { color: var(--s05-accent); font-size: 20px; font-weight: 400; text-align: right; }
.s05-faq-list details[open] summary b { transform: rotate(45deg); }
.s05-faq-list details p { padding: 0 36px 20px 56px; color: var(--s05-muted); font-size: 15px; line-height: 1.78; }
.s05-contact {
	position: relative;
	padding: 88px 0;
	background: linear-gradient(135deg, #0d1828, #07111e 62%, #03050a);
}
.s05-contact-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(290px, .88fr);
	gap: 72px;
	align-items: end;
}
.s05-contact h2 { max-width: 760px; }
.s05-contact-inner > div:first-child > p:last-child { max-width: 640px; }
.s05-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.s05-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;
}

/* Progressive enhancement: JS adds this class only after the static markup exists. */
.s05-motion-ready [data-s05-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .7s ease, transform .7s ease;
}
.s05-motion-ready [data-s05-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 800px) {
	.s05-wrap,
	.s05-content { width: min(100% - 40px, 1360px); }
	.s05-hero { min-height: 0; }
	.s05-hero-media img { object-position: 76% 40%; }
	.s05-hero-scrim { background: linear-gradient(0deg, rgba(3, 5, 10, .99), rgba(3, 5, 10, .56) 82%), linear-gradient(90deg, rgba(3, 5, 10, .72), transparent); }
	.s05-hero-inner { display: block; padding: 118px 0 56px; }
	.s05-hero h1 { max-width: 100%; font-size: clamp(48px, 13vw, 64px); line-height: 1.08; }
	.s05-hero h1 .s05-h1-line { display: block; }
	.s05-hero h1 .s05-h1-line + .s05-h1-line::before { content: none; }
	.s05-hero-lead { max-width: 100%; font-size: 18px; line-height: 1.8; }
	.s05-repair-cn .s05-actions { flex-direction: column; gap: 10px; margin-top: 20px; }
	.s05-button { width: 100%; min-height: 50px; }
	.s05-repair-cn .s05-hero-meta { margin-top: 20px; font-size: 10px; line-height: 1.8; }
	.s05-hero-caption { width: 100%; margin-top: 50px; text-align: left; }
	.s05-section { padding: 48px 0; }
	.s05-section-head h2,
	.s05-delivery h2,
	.s05-contact h2 { font-size: 32px; line-height: 1.25; }
	.s05-section-head > p:last-child,
	.s05-section-head--split > p,
	.s05-delivery-intro,
	.s05-contact-inner > div:first-child > p:last-child { font-size: 16px; line-height: 1.78; }
	.s05-purpose-grid,
	.s05-section-head--split,
	.s05-delivery-grid,
	.s05-faq-grid,
	.s05-contact-inner { grid-template-columns: 1fr; gap: 34px; }
	.s05-purpose-lead { font-size: 20px; line-height: 1.75; }
	.s05-purpose-list { margin-top: 30px !important; }
	.s05-purpose-list li { grid-template-columns: 44px minmax(0, 1fr); gap: 16px; padding: 17px 0; }
	.s05-service-grid,
	.s05-check-grid,
	.s05-benefit-grid { grid-template-columns: 1fr; margin-top: 34px; }
	.s05-service-card { min-height: 0; padding: 22px 20px 24px; }
	.s05-service-card h3 { margin-top: 26px; font-size: 20px; }
	.s05-flow { margin-top: 32px; padding: 14px; }
	.s05-flow-toolbar { align-items: flex-start; }
	.s05-flow-toolbar p { max-width: 215px; font-size: 12px; line-height: 1.65; }
	.s05-flow-toolbar { flex-wrap: wrap; }
	.s05-flow-toolbar p { max-width: 100%; }
	.s05-flow-controls { width: 100%; justify-content: flex-start; }
	.s05-flow-toolbar button { flex: 0 0 auto; }
	.s05-flow-graphic { min-height: 0; }
	.s05-repair-map { grid-template-columns: 1fr; grid-template-rows: none; gap: 12px; min-height: 0; padding: 20px 4px; }
	.s05-repair-node,
	.s05-repair-branch { grid-column: 1; grid-row: auto; min-height: 0; }
	.s05-repair-node--fault { order: 1; }
	.s05-repair-node--diagnose { order: 2; }
	.s05-repair-node--bench { order: 3; min-height: 220px; }
	.s05-repair-node--restore { order: 4; }
	.s05-repair-node--verify { order: 5; }
	.s05-repair-branch--pass { order: 6; }
	.s05-repair-branch--fail { order: 7; }
	.s05-repair-node { padding: 18px 17px; }
	.s05-repair-node strong { margin-top: 12px; font-size: 18px; }
	.s05-repair-node small { max-width: 300px; font-size: 14px; }
	.s05-repair-parts { margin-top: 22px; }
	.s05-check-grid li { min-height: 0; padding: 20px 18px 21px; }
	.s05-delivery-media { margin-top: 0; }
	.s05-delivery-media img { height: auto; min-height: 0; aspect-ratio: 1.22; }
	.s05-benefit { min-height: 0; padding: 22px 20px 24px; }
	.s05-faq-list summary { grid-template-columns: 36px minmax(0, 1fr) 18px; gap: 10px; font-size: 15px; }
	.s05-faq-list details p { padding-left: 46px; }
	.s05-contact { padding: 64px 0; }
	.s05-contact-actions { justify-content: stretch; }
}

@media (prefers-reduced-motion: reduce) {
	.s05-repair-cn *,
	.s05-repair-cn *::before,
	.s05-repair-cn *::after { animation: none !important; transition: none !important; }
	.s05-motion-ready [data-s05-reveal],
	.s05-motion-ready .s05-repair-node,
	.s05-motion-ready .s05-repair-branch { opacity: 1; transform: none; }
	.s05-motion-ready .s05-flow-path { stroke-dasharray: none; stroke-dashoffset: 0; opacity: .8; }
}
.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;
}
