/* S29 Chinese off-site disaster recovery — page-owned visual system. */
.yuqi-hpc-hybrid.s29-offsite-disaster-recovery-cn {
	--s29-bg: #03070b;
	--s29-panel: #07111a;
	--s29-panel-2: #0b1924;
	--s29-surface: #102431;
	--s29-text: #eef7fb;
	--s29-muted: #aec2cd;
	--s29-faint: #7893a1;
	--s29-accent: #73d8e7;
	--s29-accent-strong: #b1f3f2;
	--s29-accent-soft: rgba(115, 216, 231, .13);
	--s29-warning: #f0bb78;
	--s29-line: rgba(143, 181, 201, .2);
	--s29-line-strong: rgba(157, 198, 213, .45);
	background: var(--s29-bg);
	color: var(--s29-text);
	font-family: "PingFang SC", "Hiragino Sans GB", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", -apple-system, "Segoe UI", sans-serif;
	line-height: 1.7;
	overflow: clip;
}
.s29-offsite-disaster-recovery-cn *,
.s29-offsite-disaster-recovery-cn *::before,
.s29-offsite-disaster-recovery-cn *::after { box-sizing: border-box; }
.s29-offsite-disaster-recovery-cn a { color: inherit; text-decoration: none; }
.s29-offsite-disaster-recovery-cn a:not(.s29-button) { border-bottom: 1px solid rgba(115, 216, 231, .52); }
.s29-offsite-disaster-recovery-cn a:not(.s29-button):hover { border-bottom-color: var(--s29-accent-strong); color: var(--s29-accent-strong); }
.s29-offsite-disaster-recovery-cn img { display: block; max-width: 100%; }
.s29-shell,
.s29-content { width: min(1240px, calc(100% - 80px)); margin-right: auto; margin-left: auto; }
.s29-shell { width: min(1280px, calc(100% - 80px)); }
.s29-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; }
.s29-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0; color: var(--s29-accent); font-size: 11px; font-weight: 600; letter-spacing: .16em; line-height: 1.35; text-transform: uppercase; }
.s29-eyebrow > span:first-child:not(.s29-eyebrow__no) { width: 8px; height: 8px; border: 1px solid var(--s29-accent); border-radius: 50%; box-shadow: 0 0 0 4px var(--s29-accent-soft); }
.s29-eyebrow__no { min-width: 22px; color: var(--s29-faint); letter-spacing: .1em; }
.s29-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 20px; border: 1px solid var(--s29-line-strong); border-radius: 2px; font-size: 13px; font-weight: 600; letter-spacing: .02em; transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.s29-button:hover { transform: translateY(-2px); }
.s29-button:focus-visible,
.s29-diagram__bar button:focus-visible { outline: 2px solid var(--s29-accent); outline-offset: 4px; }
.s29-button--primary { background: var(--s29-accent); border-color: var(--s29-accent); color: #031018 !important; }
.s29-button--primary:hover { background: var(--s29-accent-strong); border-color: var(--s29-accent-strong); }
.s29-button--quiet { background: rgba(3, 7, 11, .28); color: var(--s29-text) !important; }
.s29-button--quiet:hover { background: var(--s29-accent-soft); border-color: var(--s29-accent); }

.s29-hero { position: relative; display: flex; min-height: calc(100svh - var(--f-header-height, 72px)); background: #02060a; isolation: isolate; }
.s29-hero__media,
.s29-hero__scrim { position: absolute; z-index: -2; inset: 0; }
.s29-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; filter: saturate(.72) contrast(1.12); opacity: .72; }
.s29-hero__scrim { z-index: -1; background: linear-gradient(90deg, rgba(2, 6, 10, .98) 0%, rgba(2, 6, 10, .84) 43%, rgba(2, 6, 10, .24) 100%), linear-gradient(0deg, rgba(2, 6, 10, .97) 0%, transparent 58%, rgba(2, 6, 10, .25) 100%); }
.s29-hero__inner { position: relative; display: flex; align-items: flex-end; min-height: inherit; padding-top: 120px; padding-bottom: 58px; }
.s29-hero__copy { max-width: 900px; }
.s29-hero h1 { max-width: 860px; margin: 27px 0 0; color: #f5fbfd; font-size: clamp(58px, 7vw, 102px); font-weight: 500; letter-spacing: -.055em; line-height: .99; text-wrap: balance; }
.s29-hero__lead { max-width: 770px; margin: 29px 0 0; color: #d2e2ea; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.75; }
.s29-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.yuqi-hpc-hybrid.s29-offsite-disaster-recovery-cn .s29-hero__meta { margin: 20px 0 0 !important; color: #c3d5df; font-size: 11px !important; letter-spacing: .14em; line-height: 1.55; }
.yuqi-hpc-hybrid.s29-offsite-disaster-recovery-cn .s29-eyebrow { font-size: 11px !important; }
.s29-hero__note { position: absolute; right: 0; bottom: 62px; max-width: 290px; margin: 0; padding-top: 14px; border-top: 1px solid rgba(115, 216, 231, .62); color: #c6d8e1; font-size: 12px; line-height: 1.7; }

.s29-main { background: var(--s29-bg); }
.s29-section { padding: 64px 0; }
.s29-section:nth-child(odd) { background: var(--s29-bg); }
.s29-section:nth-child(even) { background: var(--s29-panel); }
.s29-section-head h2,
.s29-delivery-copy h2,
.s29-contact h2 { max-width: 800px; margin: 20px 0 0; color: var(--s29-text); font-size: clamp(34px, 4.1vw, 64px); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; text-wrap: balance; }
.s29-section-head > p:last-child { max-width: 720px; margin: 26px 0 0; color: var(--s29-muted); font-size: 16px; line-height: 1.85; }
.s29-section-head--split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); gap: 7vw; align-items: start; }
.s29-section-head--split > p:last-child { margin: 0; }
.s29-section-head--wide { max-width: 900px; }
.s29-two-column { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); gap: 9vw; align-items: start; }
.s29-problem__copy { color: var(--s29-muted); font-size: 16px; line-height: 1.85; }
.s29-problem__copy p { margin: 0; }
.s29-problem__copy p + p { margin-top: 18px; color: var(--s29-faint); }
.s29-problem__points { margin-top: 76px; border-top: 1px solid var(--s29-line); }
.s29-problem__row { display: grid; grid-template-columns: 72px minmax(190px, .72fr) minmax(0, 1fr); gap: 28px; align-items: baseline; padding: 25px 0 28px; border-bottom: 1px solid var(--s29-line); }
.s29-index { color: var(--s29-accent); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; letter-spacing: .08em; }
.s29-problem__row h3,
.s29-service-row h3 { margin: 0; color: var(--s29-text); font-size: 20px; font-weight: 500; letter-spacing: -.02em; line-height: 1.4; }
.s29-problem__row p,
.s29-service-row p { margin: 0; color: var(--s29-muted); font-size: 14px; line-height: 1.8; }

.s29-architecture { background: var(--s29-panel-2) !important; }
.s29-recovery-board { margin-top: 58px; padding: 15px; border: 1px solid var(--s29-line); background: rgba(3, 7, 11, .58); }
.s29-diagram__bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 4px 5px 14px; border-bottom: 1px solid var(--s29-line); }
.s29-diagram__bar p { display: flex; align-items: center; gap: 10px; margin: 0; color: var(--s29-faint); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; letter-spacing: .12em; line-height: 1.4; }
.s29-diagram__bar p span { width: 6px; height: 6px; border-radius: 50%; background: var(--s29-accent); box-shadow: 0 0 0 4px var(--s29-accent-soft); }
.s29-diagram__bar button { min-height: 34px; padding: 7px 12px; border: 1px solid var(--s29-line-strong); border-radius: 2px; background: transparent; color: var(--s29-text); cursor: pointer; font: inherit; font-size: 11px; }
.s29-diagram__bar button:hover { border-color: var(--s29-accent); color: var(--s29-accent); }
.s29-recovery-canvas { position: relative; min-height: 560px; margin-top: 3px; overflow: hidden; }
.s29-recovery-lines { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.s29-recovery-lines path { fill: none; stroke: var(--s29-accent); stroke-width: 1.5; stroke-linecap: round; vector-effect: non-scaling-stroke; opacity: .57; }
.s29-recovery-lines path.s29-line-motion { stroke-dasharray: 100; stroke-dashoffset: 100; opacity: 0; }
.s29-recovery-lines path[data-s29-path="dr-exercise"] { stroke: var(--s29-muted); stroke-dasharray: 5 7; opacity: .55; }
.s29-recovery-lines path.s29-line-motion[data-s29-path="dr-exercise"] { stroke-dasharray: 5 7; opacity: 0; }
.s29-recovery-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .7fr) minmax(0, 1fr); grid-template-rows: auto auto auto; grid-template-areas: "production replication dr" "dependencies dependencies dependencies" "exercise exercise exercise"; gap: 30px 38px; min-height: 530px; padding: 54px 28px 34px; align-items: center; }
.s29-site,
.s29-replication,
.s29-dependencies,
.s29-exercise { min-height: 150px; padding: 20px; border: 1px solid var(--s29-line-strong); background: rgba(16, 36, 49, .92); box-shadow: 0 18px 40px rgba(0, 0, 0, .2); }
.s29-site--production { grid-area: production; }
.s29-replication { grid-area: replication; min-height: 130px; border-color: rgba(115, 216, 231, .65); background: rgba(11, 44, 53, .95); }
.s29-site--dr { grid-area: dr; }
.s29-dependencies { grid-area: dependencies; min-height: 108px; border-style: dashed; background: rgba(7, 17, 26, .96); }
.s29-exercise { grid-area: exercise; justify-self: center; width: min(100%, 600px); min-height: 100px; border-style: dashed; border-color: rgba(240, 187, 120, .62); background: rgba(27, 25, 22, .96); }
.s29-site > span,
.s29-replication > span,
.s29-exercise > span { display: block; margin-bottom: 12px; color: var(--s29-accent); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; letter-spacing: .08em; }
.s29-site strong,
.s29-replication strong,
.s29-exercise strong { display: block; color: var(--s29-text); font-size: 20px; font-weight: 500; letter-spacing: -.02em; line-height: 1.35; }
.s29-site p,
.s29-replication p { margin: 10px 0 0; color: var(--s29-text); font-size: 14px; line-height: 1.65; }
.s29-site small,
.s29-replication small,
.s29-exercise small { display: block; margin-top: 8px; color: var(--s29-muted); font-size: 12px; line-height: 1.65; }
.s29-dependencies__label { margin: 0; color: var(--s29-faint); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; letter-spacing: .12em; }
.s29-dependencies > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 15px; }
.s29-dependencies > div span { padding: 10px 12px; border-left: 2px solid var(--s29-accent); color: var(--s29-text); font-size: 13px; line-height: 1.5; }
.s29-exercise > span { color: var(--s29-warning); }
.s29-diagram__legend { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; padding: 15px 5px 2px; border-top: 1px solid var(--s29-line); color: var(--s29-muted); font-size: 12px; }
.s29-legend-line { display: inline-block; width: 28px; margin-right: 7px; vertical-align: middle; border-top: 1px solid var(--s29-accent); }
.s29-legend-line--dashed { border-top-style: dashed; border-top-color: var(--s29-muted); }
.s29-diagram__legend strong { margin-left: auto; color: var(--s29-accent-strong); font-size: 11px; font-weight: 500; letter-spacing: .04em; }
.s29-scheme-figure { margin: 42px 0 0; padding: 12px; border: 1px solid var(--s29-line); background: rgba(3, 7, 11, .74); }
.s29-scheme-figure a { display: block; border: 0 !important; }
.s29-scheme-figure img { width: 100%; height: auto; border: 1px solid rgba(157, 198, 213, .25); object-fit: contain; }
.s29-scheme-figure figcaption { margin: 12px 4px 1px; color: var(--s29-faint); font-size: 12px; line-height: 1.7; }
.s29-recovery-board.is-flow-running .s29-recovery-lines path.s29-line-motion { animation: s29-path-loop 8.4s linear infinite; }
.s29-recovery-board.is-flow-running .s29-recovery-lines path.s29-line-motion[data-s29-path="replication-dr"] { animation-delay: .22s; }
.s29-recovery-board.is-flow-running .s29-recovery-lines path.s29-line-motion[data-s29-path="dr-exercise"] { animation-delay: .5s; }
@keyframes s29-path-loop { 0% { stroke-dashoffset: 100; opacity: 0; } 10% { opacity: .9; } 72% { opacity: .9; } 100% { stroke-dashoffset: 0; opacity: 0; } }

.s29-evidence { background: var(--s29-bg) !important; }
.s29-evidence-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); gap: 7vw; align-items: start; }
.s29-evidence-list { display: grid; gap: 0; max-width: 760px; margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--s29-line); }
.s29-evidence-list li { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 15px; padding: 19px 0; border-bottom: 1px solid var(--s29-line); }
.s29-evidence-list li > span { color: var(--s29-accent); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }
.s29-evidence-list strong { display: block; color: var(--s29-text); font-size: 18px; font-weight: 500; }
.s29-evidence-list p { margin: 6px 0 0; color: var(--s29-muted); font-size: 14px; line-height: 1.75; }
.s29-evidence-media { width: 100%; max-width: 560px; margin: 0 0 0 auto; }
.s29-evidence-media img { width: 100%; max-height: 360px; aspect-ratio: 16 / 10; object-fit: cover; object-position: center; border: 1px solid var(--s29-line); }
.s29-evidence-media figcaption { margin-top: 12px; color: var(--s29-faint); font-size: 12px; line-height: 1.65; }
.s29-service-list { margin-top: 58px; border-top: 1px solid var(--s29-line); }
.s29-service-row { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 26px; padding: 26px 0 29px; border-bottom: 1px solid var(--s29-line); }
.s29-service-row h3 { font-size: 21px; }
.s29-service-row p { max-width: 850px; margin-top: 8px; }
.s29-delivery { background: var(--s29-panel) !important; }
.s29-delivery-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr); gap: 7vw; align-items: start; }
.s29-delivery-copy > p:not(.s29-eyebrow) { max-width: 710px; margin: 27px 0 0; color: var(--s29-muted); font-size: 16px; line-height: 1.85; }
.s29-delivery-copy ul { display: grid; gap: 0; max-width: 720px; margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--s29-line); }
.s29-delivery-copy li { position: relative; padding: 15px 0 16px 24px; border-bottom: 1px solid var(--s29-line); color: var(--s29-text); font-size: 14px; line-height: 1.7; }
.s29-delivery-copy li::before { position: absolute; top: 21px; left: 2px; width: 7px; height: 7px; border: 1px solid var(--s29-accent); border-radius: 50%; content: ""; }
.s29-delivery-links { color: var(--s29-faint) !important; font-size: 13px !important; }
.s29-delivery-steps { width: 100%; max-width: 560px; margin: 18px 0 0 auto; border: 1px solid var(--s29-line); background: rgba(3, 7, 11, .45); }
.s29-delivery-steps ol { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; list-style: none; }
.s29-delivery-steps li { min-height: 150px; padding: 21px; border-right: 1px solid var(--s29-line); border-bottom: 1px solid var(--s29-line); }
.s29-delivery-steps li:nth-child(2n) { border-right: 0; }
.s29-delivery-steps li:nth-last-child(-n+2) { border-bottom: 0; }
.s29-delivery-steps li span { color: var(--s29-accent); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }
.s29-delivery-steps strong { display: block; margin-top: 24px; color: var(--s29-text); font-size: 21px; font-weight: 500; }
.s29-delivery-steps small { display: block; margin-top: 5px; color: var(--s29-muted); font-size: 12px; }
.s29-faq-list { max-width: 940px; margin-top: 48px; border-top: 1px solid var(--s29-line); }
.s29-faq-list details { border-bottom: 1px solid var(--s29-line); }
.s29-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 23px 0; color: var(--s29-text); cursor: pointer; font-size: 17px; font-weight: 500; list-style: none; }
.s29-faq-list summary::-webkit-details-marker { display: none; }
.s29-faq-list summary span { flex: 0 0 auto; color: var(--s29-accent); font-size: 21px; font-weight: 300; }
.s29-faq-list details[open] summary span { transform: rotate(45deg); }
.s29-faq-list details p { max-width: 810px; margin: -3px 0 23px; color: var(--s29-muted); font-size: 14px; line-height: 1.85; }
.s29-contact { padding: 64px 0 78px; background: var(--s29-panel-2); }
.s29-contact__inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.s29-contact h2 { max-width: 720px; }
.s29-contact p:last-child { max-width: 720px; margin: 25px 0 0; color: var(--s29-muted); font-size: 16px; line-height: 1.8; }
.s29-contact .s29-button { flex: 0 0 auto; }

.s29-offsite-disaster-recovery-cn.s29-js [data-s29-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.s29-offsite-disaster-recovery-cn.s29-js [data-s29-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.s29-offsite-disaster-recovery-cn.s29-js [data-s29-reveal] { opacity: 1; transform: none; transition: none; }
	.s29-recovery-board.is-flow-running .s29-recovery-lines path.s29-line-motion,
	.s29-recovery-lines path.s29-line-motion { animation: none !important; stroke-dashoffset: 0; opacity: .7; }
}

@media (max-width: 800px) {
	.s29-hero { min-height: 0; }
	.s29-shell,
	.s29-content { width: calc(100% - 48px); }
	.s29-hero__inner { min-height: 0; display: block; padding: 88px 0 45px; }
	.s29-hero__copy { max-width: none; }
	.s29-hero h1 { margin-top: 24px; font-size: clamp(48px, 13vw, 68px); line-height: 1.04; }
	.s29-hero__lead { margin-top: 22px; font-size: 17px; line-height: 1.78; }
	.s29-hero__note { display: none; }
	.s29-hero__media img { object-position: 60% center; }
	.s29-section { padding: 44px 0; }
	.s29-section-head--split,
	.s29-two-column,
	.s29-evidence-grid,
	.s29-delivery-grid,
	.s29-contact__inner { display: block; }
	.s29-section-head--split > p:last-child,
	.s29-problem__copy { margin-top: 22px; }
	.s29-section-head h2,
	.s29-delivery-copy h2 { margin-top: 16px; font-size: 35px; }
	.s29-section-head > p:last-child,
	.s29-delivery-copy > p:not(.s29-eyebrow),
	.s29-contact p:last-child { margin-top: 18px; font-size: 15px; line-height: 1.82; }
	.s29-problem__points { margin-top: 42px; }
	.s29-problem__row { grid-template-columns: 42px minmax(0, 1fr); gap: 12px 16px; padding: 21px 0 24px; }
	.s29-problem__row h3 { font-size: 18px; }
	.s29-problem__row p { grid-column: 2; }
	.s29-recovery-board { margin-top: 36px; padding: 12px; }
	.s29-diagram__bar { align-items: flex-start; flex-direction: column; gap: 13px; }
	.s29-diagram__bar button { width: 100%; }
	.s29-recovery-canvas { min-height: 0; }
	.s29-recovery-layout { grid-template-columns: 1fr; grid-template-rows: auto auto auto auto auto; grid-template-areas: "production" "replication" "dr" "dependencies" "exercise"; gap: 15px; min-height: 0; padding: 34px 24px 36px; }
	.s29-site,
	.s29-replication,
	.s29-dependencies,
	.s29-exercise { min-height: 118px; }
	.s29-exercise { width: auto; }
	.s29-dependencies > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.s29-diagram__legend { align-items: flex-start; flex-direction: column; gap: 10px; padding: 13px 5px 4px; }
	.s29-diagram__legend strong { margin-left: 0; }
	.s29-scheme-figure { margin-top: 28px; padding: 8px; }
	.s29-scheme-figure figcaption { margin-top: 10px; font-size: 11px; }
	.s29-evidence-list { margin-top: 34px; }
	.s29-evidence-media { width: 100%; max-width: none; margin-top: 38px; }
	.s29-service-list { margin-top: 38px; }
	.s29-service-row { grid-template-columns: 42px minmax(0, 1fr); gap: 14px; padding: 21px 0 24px; }
	.s29-service-row h3 { font-size: 18px; }
	.s29-service-row p { font-size: 13px; }
	.s29-delivery-steps { max-width: none; margin-top: 38px; }
	.s29-contact { padding: 55px 0 64px; }
	.s29-contact .s29-button { margin-top: 28px; }
}
@media (max-width: 430px) {
	.s29-shell,
	.s29-content { width: calc(100% - 32px); }
	.s29-hero__inner { padding-top: 76px; }
	.s29-hero h1 { font-size: 51px; }
	.s29-hero__lead { font-size: 16px; }
	.s29-actions { align-items: stretch; flex-direction: column; }
	.s29-button { width: 100%; }
	.s29-section { padding: 44px 0; }
	.s29-section-head h2,
	.s29-delivery-copy h2 { font-size: 32px; }
	.s29-delivery-steps li { min-height: 135px; padding: 17px; }
	.s29-delivery-steps strong { margin-top: 20px; font-size: 18px; }
}
