/* S26 数据加密 — 独立采购叙事与文件保护流程视觉系统。 */
.yuqi-hpc-hybrid.s26-data-encryption-cn {
	--s26-bg: #03070b;
	--s26-panel: #07131a;
	--s26-panel-2: #0a1a21;
	--s26-surface: #102a31;
	--s26-text: #f1f7fb;
	--s26-muted: #b2c4d1;
	--s26-faint: #8195a5;
	--s26-accent: #73d8e7;
	--s26-accent-bright: #a9f2f8;
	--s26-blue: #a5c3d3;
	--s26-accent-soft: rgba(115, 216, 231, .12);
	--s26-line: rgba(143, 178, 205, .2);
	--s26-line-strong: rgba(154, 201, 219, .46);
	background: var(--s26-bg);
	color: var(--s26-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: hidden;
}
.s26-data-encryption-cn *,
.s26-data-encryption-cn *::before,
.s26-data-encryption-cn *::after { box-sizing: border-box; }
.s26-data-encryption-cn a { color: inherit; text-decoration: none; }
.s26-data-encryption-cn a:not(.s26-button) { border-bottom: 1px solid rgba(115, 216, 231, .5); }
.s26-data-encryption-cn a:not(.s26-button):hover { border-bottom-color: var(--s26-accent); color: var(--s26-accent-bright); }
.s26-data-encryption-cn img { display: block; max-width: 100%; }
.s26-shell { width: min(1280px, calc(100% - 80px)); margin-inline: auto; }
.s26-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; }
.s26-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0; color: var(--s26-accent); font-size: 11px; font-weight: 600; letter-spacing: .16em; line-height: 1.35; text-transform: uppercase; }
.s26-eyebrow > span:first-child:not(.s26-eyebrow__no) { width: 8px; height: 8px; border: 1px solid var(--s26-accent); border-radius: 50%; box-shadow: 0 0 0 4px var(--s26-accent-soft); }
.s26-eyebrow__no { min-width: 22px; color: var(--s26-faint); letter-spacing: .1em; }
.s26-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 20px; border: 1px solid var(--s26-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; }
.s26-button:hover { transform: translateY(-2px); }
.s26-button:focus-visible,
.s26-diagram__toolbar button:focus-visible { outline: 2px solid var(--s26-accent); outline-offset: 4px; }
.s26-button--primary { background: var(--s26-accent); border-color: var(--s26-accent); color: #04131c !important; }
.s26-button--primary:hover { background: var(--s26-accent-bright); border-color: var(--s26-accent-bright); }
.s26-button--quiet { background: rgba(3, 7, 11, .25); color: var(--s26-text) !important; }
.s26-button--quiet:hover { background: var(--s26-accent-soft); border-color: var(--s26-accent); }

.s26-hero { position: relative; display: flex; min-height: calc(100svh - var(--f-header-height, 72px)); background: #020609; isolation: isolate; }
.s26-hero__media,
.s26-hero__scrim { position: absolute; z-index: -2; inset: 0; }
.s26-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 61% center; filter: saturate(.72) contrast(1.12); opacity: .72; }
.s26-hero__scrim { z-index: -1; background: linear-gradient(90deg, rgba(2, 6, 9, .98) 0%, rgba(2, 6, 9, .84) 44%, rgba(2, 6, 9, .3) 100%), linear-gradient(0deg, rgba(2, 6, 9, .96) 0%, transparent 55%, rgba(2, 6, 9, .2) 100%); }
.s26-hero__inner { position: relative; display: flex; align-items: flex-end; min-height: inherit; padding-top: 120px; padding-bottom: 58px; }
.s26-hero__copy { max-width: 760px; }
.s26-hero h1 { max-width: 760px; margin: 27px 0 0; color: #f7fbfd; font-size: clamp(48px, 6.2vw, 90px); font-weight: 500; letter-spacing: -.055em; line-height: .99; text-wrap: balance; }
.s26-hero__lead { max-width: 730px; margin: 29px 0 0; color: #d5e3ec; font-size: clamp(17px, 1.55vw, 21px); line-height: 1.7; }
.s26-hero__sub { max-width: 650px; margin: 16px 0 0; color: #b9ccd8; font-size: 14px; line-height: 1.8; }
.s26-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.yuqi-hpc-hybrid.s26-data-encryption-cn .s26-hero__meta { margin: 20px 0 0 !important; color: #c3d4e0; font-size: 11px !important; letter-spacing: .14em; line-height: 1.55; }
.s26-hero__note { position: absolute; right: 0; bottom: 62px; max-width: 250px; margin: 0; padding-top: 14px; border-top: 1px solid rgba(115, 216, 231, .55); color: #c3d4e0; font-size: 12px; line-height: 1.7; }

.s26-page { background: var(--s26-bg); }
.s26-section { padding: 64px 0; }
.s26-why { background: var(--s26-bg); }
.s26-signature { background: var(--s26-panel-2); }
.s26-services { background: var(--s26-bg); }
.s26-concept { background: var(--s26-panel); }
.s26-delivery { background: var(--s26-panel-2); }
.s26-faq { background: var(--s26-bg); }
.s26-section-head h2,
.s26-concept-copy h2,
.s26-delivery h2,
.s26-cta h2 { max-width: 740px; margin: 20px 0 0; color: var(--s26-text); font-size: clamp(34px, 4.1vw, 64px); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; text-wrap: balance; }
.s26-section-head > p:last-child { max-width: 710px; margin: 26px 0 0; color: var(--s26-muted); font-size: 16px; line-height: 1.85; }
.s26-section-head--split { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(290px, .96fr); gap: 7vw; align-items: start; }
.s26-section-head--split > p:last-child { margin: 0; }
.s26-section-head--wide { max-width: 840px; }
.s26-section-intro { color: var(--s26-muted); font-size: 16px; line-height: 1.85; }
.s26-section-intro p { margin: 0; }
.s26-section-intro p + p { margin-top: 18px; color: var(--s26-faint); }

.s26-scene-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 24px; margin-top: 56px; border-top: 1px solid var(--s26-line); }
.s26-scene { min-height: 166px; padding: 21px 0 18px; border-bottom: 1px solid var(--s26-line); }
.s26-scene > span,
.s26-service-row__no { color: var(--s26-accent); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; letter-spacing: .1em; }
.s26-scene h3 { margin: 16px 0 0; color: var(--s26-text); font-size: 18px; font-weight: 500; line-height: 1.4; }
.s26-scene p { margin: 10px 0 0; color: var(--s26-muted); font-size: 13px; line-height: 1.75; }

.s26-diagram { margin-top: 54px; padding: 15px; border: 1px solid var(--s26-line); background: rgba(3, 7, 11, .58); }
.s26-diagram__toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 4px 5px 14px; border-bottom: 1px solid var(--s26-line); }
.s26-diagram__toolbar p { display: flex; align-items: center; gap: 10px; margin: 0; color: var(--s26-faint); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; letter-spacing: .12em; line-height: 1.4; }
.s26-diagram__toolbar p span { width: 6px; height: 6px; border-radius: 50%; background: var(--s26-accent); box-shadow: 0 0 0 4px var(--s26-accent-soft); }
.s26-diagram__toolbar button { min-height: 34px; padding: 7px 12px; border: 1px solid var(--s26-line-strong); border-radius: 2px; background: transparent; color: var(--s26-text); cursor: pointer; font: inherit; font-size: 11px; }
.s26-diagram__toolbar button:hover { border-color: var(--s26-accent); color: var(--s26-accent); }
.s26-flow-canvas { position: relative; min-height: 446px; margin-top: 3px; overflow: hidden; }
.s26-flow-lines { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.s26-flow-lines path { fill: none; stroke: var(--s26-accent); stroke-width: 1.45; stroke-linecap: round; vector-effect: non-scaling-stroke; opacity: .58; }
.s26-flow-lines path.s26-flow-path-base { stroke-dasharray: none; stroke-dashoffset: 0; opacity: .58; }
.s26-flow-lines path.s26-flow-path-motion { stroke-dasharray: 100; stroke-dashoffset: 100; opacity: 0; }
.s26-flow-lines path.s26-flow-path--branch { stroke: var(--s26-blue); stroke-dasharray: 5 7; opacity: .55; }
.s26-flow-lines path.s26-flow-path-motion.s26-flow-path--branch { stroke-dasharray: 5 7; opacity: 0; }
.s26-flow-layout { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: auto auto; column-gap: 20px; row-gap: 55px; min-height: 100%; padding: 46px 28px 32px; align-items: center; }
.s26-flow-group { position: relative; min-height: 173px; padding: 16px; border: 1px solid var(--s26-line-strong); background: rgba(10, 26, 33, .86); }
.s26-flow-group--vault { border-color: rgba(115, 216, 231, .54); background: rgba(8, 28, 39, .86); }
.s26-flow-group--blocked { grid-column: 2; grid-row: 2; min-height: 135px; border-style: dashed; border-color: rgba(165, 195, 211, .46); background: rgba(6, 14, 20, .84); }
.s26-flow-group__label { margin: 0 0 15px; color: var(--s26-faint); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; letter-spacing: .12em; line-height: 1.4; }
.s26-flow-node { min-height: 98px; padding: 16px 17px; border: 1px solid rgba(160, 195, 217, .3); background: rgba(13, 32, 50, .9); box-shadow: 0 16px 35px rgba(0, 0, 0, .16); }
.s26-flow-node--accent { border-color: rgba(115, 216, 231, .72); }
.s26-flow-node--conditional { border-color: rgba(165, 195, 211, .5); }
.s26-flow-node strong { display: block; color: var(--s26-text); font-size: 16px; font-weight: 500; letter-spacing: -.02em; line-height: 1.4; }
.s26-flow-node small { display: block; margin-top: 9px; color: var(--s26-muted); font-size: 12px; line-height: 1.6; }
.s26-diagram__note { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 20px; margin: 0 5px 14px; padding: 15px 0 0; border-top: 1px solid var(--s26-line); }
.s26-diagram__note > span,
.s26-boundary-note > span { color: var(--s26-accent); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; letter-spacing: .1em; }
.s26-diagram__note p { margin: 0; color: var(--s26-muted); font-size: 12px; line-height: 1.7; }
.s26-diagram__legend { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; padding: 15px 5px 2px; border-top: 1px solid var(--s26-line); color: var(--s26-muted); font-size: 12px; }
.s26-legend-line { display: inline-block; width: 28px; margin-right: 7px; vertical-align: middle; border-top: 1px solid var(--s26-accent); }
.s26-legend-line--dashed { border-top-style: dashed; border-top-color: var(--s26-blue); }
.s26-diagram__legend strong { margin-left: auto; color: var(--s26-accent); font-size: 11px; font-weight: 500; letter-spacing: .04em; }
.s26-diagram.is-flow-running .s26-flow-lines path.s26-flow-path-motion { animation: s26-path-loop 8.4s linear infinite; }
.s26-diagram.is-flow-running .s26-flow-lines path.s26-flow-path-motion[data-s26-path="vault-blocked"] { animation-delay: .42s; }
@keyframes s26-path-loop { 0% { stroke-dashoffset: 100; opacity: 0; } 10% { opacity: .82; } 72% { opacity: .82; } 100% { stroke-dashoffset: 0; opacity: 0; } }

.s26-service-list { display: grid; margin: 54px 0 0; padding: 0; border-top: 1px solid var(--s26-line); list-style: none; }
.s26-service-row { display: grid; grid-template-columns: 72px minmax(220px, .7fr) minmax(0, 1.4fr); gap: 24px; align-items: start; padding: 20px 0 22px; border-bottom: 1px solid var(--s26-line); }
.s26-service-row__no { padding-top: 4px; }
.s26-service-row h3 { margin: 0; color: var(--s26-text); font-size: 20px; font-weight: 500; line-height: 1.45; }
.s26-service-row p { margin: 0; color: var(--s26-muted); font-size: 14px; line-height: 1.8; }

.s26-concept-grid { display: grid; grid-template-columns: minmax(0, .84fr) minmax(430px, 1.16fr); gap: 7vw; align-items: start; }
.s26-concept-copy > p:not(.s26-eyebrow) { max-width: 590px; margin: 26px 0 0; color: var(--s26-muted); font-size: 16px; line-height: 1.85; }
.s26-concept-copy ul { display: grid; gap: 0; max-width: 600px; margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--s26-line); }
.s26-concept-copy li { position: relative; padding: 14px 0 15px 23px; border-bottom: 1px solid var(--s26-line); color: var(--s26-text); font-size: 14px; line-height: 1.7; }
.s26-concept-copy li::before { position: absolute; top: 22px; left: 2px; width: 7px; height: 7px; border: 1px solid var(--s26-accent); border-radius: 50%; content: ""; }
.s26-concept-copy li strong { color: var(--s26-accent-bright); font-weight: 500; }
.s26-concept-media { width: 100%; margin: 0; }
.s26-concept-media__link { display: block; border: 0 !important; }
.s26-concept-media__link:hover { border: 0 !important; }
.s26-figure-label { margin: 0 0 10px; color: var(--s26-accent); font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.s26-image-frame { overflow: hidden; border: 1px solid var(--s26-line-strong); background: #02080b; }
.s26-image-frame a { display: block; }
.s26-concept-media.s26-architecture-figure { margin-top: 12px; }
.s26-concept-media img { width: 100%; height: auto !important; min-height: 0 !important; aspect-ratio: auto; object-fit: contain; border: 1px solid var(--s26-line-strong); background: #02080b; }
.s26-image-frame img { width: 100%; height: auto !important; min-height: 0 !important; aspect-ratio: auto; object-fit: contain; border: 0; background: transparent; }
.s26-concept-media figcaption { margin-top: 12px; color: var(--s26-muted); font-size: 13px; line-height: 1.7; }

.s26-delivery-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr); gap: 7vw; align-items: start; }
.s26-delivery-content { margin-top: 10px; }
.s26-delivery-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--s26-line); }
.s26-delivery-list li { position: relative; padding: 16px 0 17px 25px; border-bottom: 1px solid var(--s26-line); color: var(--s26-text); font-size: 14px; line-height: 1.7; }
.s26-delivery-list li::before { position: absolute; top: 23px; left: 2px; width: 7px; height: 7px; border: 1px solid var(--s26-accent); border-radius: 50%; content: ""; }
.s26-delivery-note { margin-top: 40px; padding: 24px; border: 1px solid var(--s26-line-strong); background: rgba(7, 19, 26, .82); }
.s26-delivery-note span { color: var(--s26-accent); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; letter-spacing: .14em; }
.s26-delivery-note strong { display: block; margin-top: 21px; color: var(--s26-text); font-size: 21px; font-weight: 500; line-height: 1.4; }
.s26-delivery-note p { margin: 14px 0 0; color: var(--s26-muted); font-size: 14px; line-height: 1.8; }

.s26-faq-list { max-width: 920px; margin-top: 48px; border-top: 1px solid var(--s26-line); }
.s26-faq-list details { border-bottom: 1px solid var(--s26-line); }
.s26-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 23px 0; color: var(--s26-text); cursor: pointer; font-size: 17px; font-weight: 500; list-style: none; }
.s26-faq-list summary::-webkit-details-marker { display: none; }
.s26-faq-list summary::after { flex: 0 0 auto; color: var(--s26-accent); content: "+"; font-size: 21px; font-weight: 300; }
.s26-faq-list details[open] summary::after { content: "−"; }
.s26-faq-list details p { max-width: 780px; margin: -3px 0 23px; color: var(--s26-muted); font-size: 14px; line-height: 1.85; }
.s26-boundary-note { display: grid; grid-template-columns: 75px minmax(0, 1fr); gap: 18px; max-width: 920px; margin-top: 35px; padding-top: 16px; border-top: 1px solid var(--s26-line); }
.s26-boundary-note p { margin: 0; color: var(--s26-faint); font-size: 12px; line-height: 1.7; }

.s26-cta { padding: 64px 0 78px; background: var(--s26-panel-2); }
.s26-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.s26-cta h2 { max-width: 720px; }
.s26-cta p:last-child { max-width: 680px; margin: 25px 0 0; color: var(--s26-muted); font-size: 16px; line-height: 1.8; }
.s26-cta .s26-button { flex: 0 0 auto; }

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

@media (max-width: 800px) {
	.s26-hero { min-height: 0; }
	.s26-shell { width: calc(100% - 48px); }
	.s26-hero__inner { min-height: 0; display: block; padding: 88px 0 45px; }
	.s26-hero__copy { max-width: none; }
	.s26-hero h1 { max-width: 720px; margin-top: 24px; font-size: clamp(44px, 11vw, 62px); line-height: 1.04; }
	.s26-hero__lead { margin-top: 22px; font-size: 17px; line-height: 1.78; }
	.s26-hero__sub { margin-top: 15px; font-size: 14px; line-height: 1.8; }
	.s26-hero__note { display: none; }
	.s26-hero__media img { object-position: 61% center; }
	.s26-section { padding: 44px 0; }
	.s26-section-head--split,
	.s26-concept-grid,
	.s26-delivery-grid,
	.s26-cta__inner { display: block; }
	.s26-section-head--split > p:last-child,
	.s26-section-intro { margin-top: 22px; }
	.s26-section-head h2,
	.s26-concept-copy h2,
	.s26-delivery h2,
	.s26-cta h2 { margin-top: 16px; font-size: 35px; }
	.s26-section-head > p:last-child,
	.s26-concept-copy > p:not(.s26-eyebrow),
	.s26-cta p:last-child { margin-top: 18px; font-size: 15px; line-height: 1.82; }
	.s26-scene-list { grid-template-columns: 1fr; margin-top: 38px; }
	.s26-scene { min-height: 0; padding: 17px 0 18px; }
	.s26-scene h3 { margin-top: 11px; font-size: 18px; }
	.s26-scene p { margin-top: 8px; font-size: 14px; }
	.s26-diagram { margin-top: 36px; padding: 12px; }
	.s26-diagram__toolbar { align-items: flex-start; flex-direction: column; gap: 13px; }
	.s26-diagram__toolbar button { width: 100%; }
	.s26-flow-canvas { min-height: 0; }
	.s26-flow-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(4, auto); column-gap: 10px; row-gap: 18px; min-height: 0; padding: 32px 15px 34px; align-items: stretch; }
	.s26-flow-group { min-height: 0; padding: 14px; }
	.s26-flow-group--source { grid-column: 1 / -1; grid-row: 1; }
	.s26-flow-group--vault { grid-column: 1 / -1; grid-row: 2; }
	.s26-flow-group--approval { grid-column: 1; grid-row: 3; }
	.s26-flow-group--delivery { grid-column: 2; grid-row: 3; }
	.s26-flow-group--blocked { grid-column: 1 / -1; grid-row: 4; min-height: 0; }
	.s26-flow-node { min-height: 0; padding: 15px; }
	.s26-flow-node strong { font-size: 16px; }
	.s26-flow-node small { font-size: 12px; }
	.s26-diagram__note { display: block; }
	.s26-diagram__note p { margin-top: 8px; }
	.s26-diagram__legend { align-items: flex-start; flex-direction: column; gap: 10px; padding: 13px 5px 4px; }
	.s26-diagram__legend strong { margin-left: 0; }
	.s26-service-list { margin-top: 38px; }
	.s26-service-row { grid-template-columns: 50px minmax(0, 1fr); gap: 7px 15px; padding: 18px 0 20px; }
	.s26-service-row__no { grid-row: span 2; }
	.s26-service-row h3 { font-size: 18px; }
	.s26-service-row p { grid-column: 2; font-size: 14px; line-height: 1.78; }
	.s26-concept-media { margin-top: 42px; }
	.s26-concept-media.s26-architecture-figure { margin-top: 12px; }
	.s26-concept-media img { height: auto !important; aspect-ratio: auto; }
	.s26-delivery-content { margin-top: 35px; }
	.s26-delivery-note { margin-top: 35px; }
	.s26-faq-list { margin-top: 36px; }
	.s26-faq-list summary { padding: 19px 0; font-size: 16px; }
	.s26-boundary-note { display: block; margin-top: 29px; }
	.s26-boundary-note p { margin-top: 8px; }
	.s26-cta { padding: 55px 0 64px; }
	.s26-cta .s26-button { margin-top: 28px; }
}
@media (max-width: 430px) {
	.s26-shell { width: calc(100% - 40px); }
	.s26-hero__inner { padding-top: 76px; }
	.s26-hero h1 { font-size: clamp(42px, 12vw, 54px); }
	.s26-actions { align-items: stretch; flex-direction: column; }
	.s26-actions .s26-button { width: 100%; }
}
