/* INXANG 页面样式：按 src/assets.json 中的顺序拼接。
   共享组件、页面差异与响应式规则分区维护；旧模板样式及失效声明已清理。
   相同声明仅在级联顺序不变时合并，保留跨浏览器兼容声明及详情页扩展组件。 */
/* ================= ZA 共享基元与组件 ================= */
.about-shell {
	width: min(1400px, 100% - 48px);
	margin-inline: auto;
}
.section-pad {
	padding: 118px 0;
	position: relative;
	overflow: hidden;
}
/* 全屏封面图统一签名（无 pointer-events 组） */
.section-bg,
.shared-services-bg,
.home-section-bg,
.home-hero>img,
.home-about>img,
.services-hero>img,
.services-suitable>img,
.services-cta>img,
.business-hero>img,
.business-cta>img,
.contact-hero>img,
.contact-main>img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
}
/* 全屏封面图统一签名（带 pointer-events:none 组） */
.about-section-bg,
.business-section-bg {
	object-fit: cover;
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
}
/* 内容层级层容器五合一 */
.section-layer,
.about-section-layer,
.shared-services-layer,
.home-section-layer,
.business-section-layer {
	z-index: 1;
	position: relative;
}
.method-copy article>span {
	color: var(--blue);
	letter-spacing: .14em;
	text-transform: uppercase;
	line-height: 1;
}
.more-link {
	align-items: center;
	font-size: 12px;
	font-weight: 760;
	line-height: 1;
	color: #0067b8!important;
	gap: 10px!important;
	display: inline-flex!important;
}
.more-link-icon {
	background: #0067b8;
	border-radius: 5px;
	flex: 0 0 28px;
	place-items: center;
	width: 28px;
	height: 28px;
	display: grid;
}
.more-link-icon svg {
	fill: none;
	stroke: #fff;
	stroke-width: 2.25px;
	stroke-linecap: round;
	stroke-linejoin: round;
	width: 14px;
	height: 14px;
}
.more-link:hover .more-link-icon {
	background: #005a9e;
}
.case-brand-logo {
	object-position: left center;
	filter: brightness(0)saturate()opacity(.78);
	max-width: 150px;
	margin: 18px 0 0;
	object-fit: contain!important;
	border-radius: 0!important;
	width: auto!important;
	height: 26px!important;
}
.case-brand-logo.is-light {
	filter: none;
	margin: 0 0 11px;
	height: 28px!important;
}
.case-brand-logo.is-cut {
	filter: none;
}
.case-brand-wordmark {
	color: #35465a;
	letter-spacing: -.02em;
	margin-top: 18px;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: 500;
	display: block;
}
.case-brand-wordmark b {
	font-size: 15px;
}
.case-brand-wordmark.is-light {
	color: #fff;
	margin: 0 0 11px;
}
/* ================= ZB 共享内容组件：问题卡、能力区、方法正文与案例卡 ================= */
.capability-group h2 {
	letter-spacing: -.035em;
	margin: 0;
	font-weight: 700;
	line-height: 1.15;
}
.why {
	min-height: 760px;
}
.why-grid {
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
	margin-top: 52px;
	display: grid;
}
.why-card {
	background: #ffffffeb;
	border: 1px solid #5877971a;
	border-radius: 8px;
	min-height: 196px;
	padding: 32px;
	transition: transform .2s, box-shadow .2s;
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 30px #24496a0f;
}
.why-card:hover {
	box-shadow: var(--shadow);
	transform: translateY(-4px);
}
.why-card b {
	color: #8a9bad;
	letter-spacing: .12em;
	font-size: 11px;
}
.why-card h3 {
	max-width: 400px;
	margin: 0 0 11px;
	font-size: 19px;
	line-height: 1.45;
}
.why-card p {
	color: var(--muted);
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
}
.why-card>img {
	opacity: .78;
	pointer-events: none;
	width: 210px;
	position: absolute;
	bottom: -20px;
	right: -12px;
}
.why-1,
.why-2,
.why-3,
.why-4,
.why-5 {
	grid-column: span 2;
}
.method-tabs {
	flex-wrap: wrap;
	gap: 10px;
	margin: 36px 0 50px;
	display: flex;
}
/* method-tabs button 样式已统一到 .business-step-pills，不再单独定义 */
.method-art {
	width: 510px;
	margin-left: 10px;
}
.method-copy {
	gap: 50px;
	display: grid;
	min-height: 480px;
}
.method-copy article {
	border: 0;
	padding: 0;
}
.method-copy article>span {
	margin: 0 0 18px;
	font-size: 13px;
	font-weight: 760;
	display: block;
}
.method-copy h3 {
	letter-spacing: .02em;
	margin: 0 0 18px;
	font-size: clamp(30px, 2.5vw, 40px);
	font-weight: 780;
}
.method-copy ul {
	margin: 0;
	padding-left: 20px;
	font-size: 16px;
	line-height: 1.9;
}
.method-copy .method-intro {
	color: #34495e;
	margin: 6px 0 10px;
	padding: 0;
	font-size: 16px;
	line-height: 1.9;
}
.method-copy li::marker {
	color: #0067b8;
	font-size: 1.25em;
}
.capabilities {
	padding-top: 106px;
	padding-bottom: 118px;
}
.capabilities .services-heading {
	margin-bottom: 48px;
}
.capability-group header {
	margin-bottom: 30px;
}
.capability-group header span {
	margin-bottom: 14px;
}
.capability-group h2 {
	font-size: 36px;
}
.capability-grid {
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	display: grid;
}
.capability-grid article {
	background: #fffffff0;
	border: 1px solid #31516f1a;
	border-radius: 8px;
	min-height: 248px;
	padding: 28px;
	transition: transform .2s, border-color .2s, box-shadow .2s;
	box-shadow: 0 8px 24px #1840640d;
}
.capability-grid article:hover {
	box-shadow: var(--shadow);
	border-color: #0067b852;
	transform: translateY(-5px);
}
.capability-grid img {
	object-fit: contain;
	width: 48px;
	height: 48px;
	margin-bottom: 22px;
}
.capability-grid h3 {
	margin: 0 0 12px;
	font-size: 18px;
}
.capability-grid p {
	color: var(--muted);
	margin: 0;
	font-size: 13px;
	line-height: 1.75;
}
.capability-grid a {
	color: var(--blue);
	margin-top: 22px;
	font-size: 12px;
	font-weight: 700;
	display: inline-flex;
}
.faq-actions {
	gap: 8px;
	display: flex;
}
.faq-actions button {
	color: var(--blue);
	cursor: pointer;
	padding: 0 16px;
}
.case-grid {
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 46px;
	display: grid;
}
.case-grid article {
	min-width: 0;
}
.case-photo {
	aspect-ratio: 1.75;
	background: #eaf1f6;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.case-photo>img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform .45s cubic-bezier(.2, .7, .2, 1);
}
.case-photo>span {
	color: #17324c;
	opacity: 0;
	background: #ffffffeb;
	padding: 8px 11px;
	font-size: 11px;
	transition: all .25s;
	position: absolute;
	bottom: 14px;
	right: 14px;
	transform: translateY(8px);
}
.case-grid article:hover .case-photo>img {
	transform: scale(1.045);
}
.case-grid article:hover .case-photo>span {
	opacity: 1;
	transform: none;
}
.case-logo {
	object-fit: contain;
	width: auto;
	height: 28px;
	margin-top: 22px;
}
.case-grid h3 {
	margin: 14px 0 7px;
	font-size: 18px;
}
.case-grid p {
	color: #718196;
	margin: 0;
	font-size: 12px;
}
@media (max-width:860px) {
	.why-1, .why-2, .why-3, .why-4, .why-5 {
		grid-column: span 3;
	}
	.capability-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width:640px) {
	.section-pad {
		padding: 78px 0;
	}
	.why-grid {
		grid-template-columns: 1fr;
	}
	.why-1, .why-2, .why-3, .why-4, .why-5 {
		grid-column: auto;
	}
	.why-card {
		min-height: 190px;
	}
	.method-art {
		width: 100%;
		margin: 0;
	}
	.capability-grid {
		grid-template-columns: 1fr;
	}
	.case-grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}
}
/* ================= ZC ABOUT 关于我们 ================= */
.about-page {
	--about-ink: #0e1d30;
	--about-muted: #526276;
	--about-blue: #0067b8;
	--about-red: #e60012;
	color: var(--about-ink);
	background: #fff;
}
.about-hero {
	height: 520px;
	position: relative;
	overflow: hidden;
}
.about-hero>img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.about-hero:after {
	content: "";
	background: linear-gradient(#011e380d, #011f3a00 60%);
	position: absolute;
	inset: 0;
}
.about-hero-copy {
	z-index: 1;
	text-align: center;
	place-items: center;
	padding: 0 24px 70px;
	display: grid;
	position: absolute;
	inset: 0;
}
.about-hero h1 {
	letter-spacing: -.045em;
	text-shadow: 0 5px 25px #13314e2e;
	margin: 0;
	font-size: clamp(44px, 4vw, 64px);
	line-height: 1.18;
}
.about-values {
	background: url(../image/about/beijing-02.jpg) 50%/cover no-repeat;
	align-items: center;
	min-height: 108px;
	display: grid;
}
.about-values-grid {
	text-align: center;
	grid-template-columns: repeat(3, 1fr);
	display: grid;
}
.about-values-grid>div {
	border-right: 1px solid #0a3f671a;
	padding: 0 26px;
}
.about-values-grid>div:last-child {
	border-right: 0;
}
.about-values strong {
	margin-bottom: 7px;
	font-size: 16px;
	display: block;
}
.about-values p {
	color: #45586d;
	margin: 0;
	font-size: 14px;
}
.about-section {
	padding: 112px 0;
	position: relative;
	overflow: hidden;
}
.about-intro-grid {
	grid-template-columns: minmax(0, 1.7fr) minmax(300px, .7fr);
	align-items: center;
	gap: 90px;
	display: grid;
}
.about-eyebrow {
	color: #526274;
	margin-bottom: 14px;
	font-size: 16px;
	font-weight: 700;
	display: block;
}
.about-intro h2 {
	letter-spacing: -.035em;
	margin: 0;
	font-size: clamp(34px, 3vw, 48px);
	line-height: 1.2;
}
.about-prose {
	margin-top: 28px;
}
.about-prose p {
	color: var(--about-muted);
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.9;
}
.about-stats {
	grid-template-columns: repeat(2, 1fr);
	gap: 54px 48px;
	margin: 0;
	display: grid;
}
.about-stats div {
	gap: 7px;
	display: grid;
}
.about-stats dt {
	color: var(--about-blue);
	font-size: 48px;
	font-weight: 760;
	line-height: 1;
}
.about-stats dd {
	color: #2c3e53;
	margin: 0;
	font-size: 14px;
}
.about-heading {
	max-width: 820px;
}
.about-heading h2, .industry-heading h2 {
	letter-spacing: -.04em;
	margin: 0;
	font-size: clamp(36px, 3.2vw, 50px);
	line-height: 1.14;
}
.about-heading>p {
	color: var(--about-muted);
	margin: 18px 0 0;
	font-size: 14px;
	line-height: 1.85;
}
.about-heading.centered {
	text-align: center;
	max-width: none;
}
.about-advantages {
	min-height: 730px;
	padding-block: 108px;
}
.advantage-grid {
	grid-template-columns: repeat(3, 1fr);
	gap: 78px 64px;
	margin-top: 72px;
	display: grid;
}
.advantage-grid article {
	min-width: 0;
}
.advantage-grid img {
	object-fit: contain;
}
.advantage-grid h3 {
	letter-spacing: -.02em;
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 1.35;
}
.advantage-grid p {
	max-width: 300px;
	color: var(--about-muted);
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
}
/* Azure 同款 flex 布局：左 feature ~33%，右 6 卡 ~67% */
.shared-service-layout {
	gap: 16px;
	margin-top: 58px;
	display: flex;
}
/* 左侧 feature：固定占约 1/3 宽，高度由右侧 2 行卡自然撑开 */
.shared-service-layout > .shared-service-feature {
	flex: 0 0 calc((100% - 16px) / 3);
	min-height: 0;
}
/* 右侧 6 张卡：占剩下约 2/3 宽，内部 grid 3×2 */
.shared-service-layout > .shared-service-grid {
	flex: 1 1 auto;
}
.shared-service-feature>div {
	z-index: 1;
	position: absolute;
	bottom: 28px;
	left: 28px;
	right: 28px;
}
.about-method {
	background: #fff;
	padding-block: 118px 132px;
}
.about-industries {
	color: #fff;
	min-height: 610px;
	padding-block: 94px;
}
.about-industries:after {
	content: "";
	pointer-events: none;
	background: linear-gradient(90deg, #03327e1a, #09398105);
	position: absolute;
	inset: 0;
}
.about-industries .about-section-layer {
	z-index: 2;
}
.industry-heading {
	text-align: center;
	max-width: 850px;
	margin-inline: auto;
}
.industry-heading p {
	color: #ffffffb8;
	margin: 20px 0 0;
	font-size: 16px;
	line-height: 1.8;
}
.industry-grid {
	grid-template-columns: repeat(5, 1fr);
	gap: 42px;
	margin-top: 58px;
	display: grid;
}
.industry-grid>div {
	gap: 20px;
	display: grid;
}
.industry-grid span {
	color: #18334f;
	background: #fffffff0;
	border: 1px solid #ffffff70;
	border-radius: 7px;
	place-items: center;
	min-height: 48px;
	font-size: 15px;
	font-weight: 700;
	transition: transform .2s;
	display: grid;
	box-shadow: 0 8px 18px #001e5017;
}
.industry-grid span:hover {
	transform: translateY(-3px);
}
.about-partners {
	background: linear-gradient(#e6f8ff, #f4fbff);
	padding-block: 106px 116px;
}
@media (max-width:860px) {
	.advantage-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 52px 38px;
	}
	.industry-grid {
		gap: 18px;
	}
	.about-hero {
		height: 480px;
	}
	.about-intro-grid {
		grid-template-columns: 1fr;
		gap: 52px;
	}
	.about-stats {
		max-width: 520px;
	}
}
@media (max-width:640px) {
	.about-shell {
		width: min(100% - 32px, 1400px);
	}
	.about-hero>img {
		object-position: 58% center;
	}
	.about-hero-copy {
		padding-inline: 16px;
	}
	.about-hero h1 {
		font-size: 38px;
	}
	.about-values {
		padding: 22px 0;
	}
	.about-values-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.about-values-grid>div {
		border: 0;
	}
	.about-section {
		padding: 76px 0;
	}
	.about-intro h2 {
		font-size: 34px;
	}
	.about-stats {
		gap: 34px 24px;
	}
	.about-stats dt {
		font-size: 40px;
	}
	.about-heading h2, .industry-heading h2 {
		font-size: 34px;
	}
	.about-advantages {
		min-height: auto;
		padding-block: 76px;
	}
	.advantage-grid {
		grid-template-columns: 1fr;
		gap: 42px;
		margin-top: 50px;
	}
	.advantage-grid p {
		max-width: none;
	}
	.about-method,
.about-industries {
		padding-block: 76px;
	}
	.industry-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.industry-grid>div:last-child {
		display: none;
	}
}
/* ================= ZD HOME（新版）与共享内容区组件 ================= */
.home-hero {
	position: relative;
	overflow: hidden;
}
.home-hero:after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}
/* ---------- 背景幻灯片 ---------- */
.hero-slides {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.9s ease;
	will-change: opacity;
}
.hero-slide.is-active {
	opacity: 1;
}
.hero-slide img,
.hero-slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
	display: block;
}
/* ---------- 左侧文案列（Adobe 版式：靠左上方） ---------- */
.home-hero-copy {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: grid;
	align-content: start;
	padding-top: 108px;
}
.home-hero-copy h1,
.home-hero-copy .home-red-button,
.home-hero-copy .home-metrics,
.home-hero-copy .home-metrics dt {
	color: #fff;
}
.home-hero-copy h1 {
	letter-spacing: -.047em;
	max-width: 640px;
	margin: 0;
	font-size: clamp(47px, 4.15vw, 66px);
	font-weight: 700;
	line-height: 1.2;
}
.home-red-button {
	color: #fff;
	background: #e60012;
	border-radius: 7px;
	justify-self: start;
	justify-content: center;
	align-items: center;
	min-width: 112px;
	min-height: 46px;
	margin-top: 38px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 760;
	transition: transform .2s, background .2s, box-shadow .2s;
	display: inline-flex;
	box-shadow: 0 9px 22px #e600122e;
}
.home-red-button:hover {
	background: #c90010;
	transform: translateY(-2px);
	box-shadow: 0 13px 27px #e600123d;
}
.home-metrics {
	gap: 86px;
	margin: 54px 0 0;
	display: flex;
}
.home-metrics div {
	min-width: 130px;
}
.home-metrics dt {
	font-size: 45px;
	font-weight: 730;
	line-height: 1;
}
.home-metrics dd {
	color: #ffffffd4;
	margin: 12px 0 0;
	font-size: 13px;
}
/* ---------- 底部 Tab 分页器（Adobe 风格：左对齐圆角卡片） ---------- */
.hero-tabs {
	position: absolute;
	left: max(24px, 50vw - 700px);
	bottom: 28px;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 16px;
	max-width: 100%;
}
.hero-tab {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 22px;
	background: #ffffff18;
	border: 1px solid #ffffff1f;
	border-radius: 12px;
	color: #ffffffcc;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition: background .22s, color .22s, border-color .22s, transform .22s;
	font-family: inherit;
}
.hero-tab:hover {
	color: #fff;
	background: #ffffff28;
	border-color: #ffffff33;
	transform: translateY(-1px);
}
.hero-tab.is-active {
	color: #0e1b2c;
	background: #fff;
	border-color: #fff;
	box-shadow: 0 6px 18px #00000028;
}
.hero-tab.is-active .hero-tab-arrow {
	color: #0067b8;
	transform: translateX(2px);
}
.hero-tab-arrow {
	font-size: 16px;
	line-height: 1;
	transition: transform .22s, color .22s;
}
.home-about {
	height: 500px;
	position: relative;
	overflow: hidden;
}
.home-about-copy {
	z-index: 1;
	text-align: center;
	align-content: center;
	justify-items: center;
	height: 100%;
	display: grid;
	position: relative;
}
.home-about-copy>span {
	color: #25364a;
	margin-bottom: 17px;
	font-size: 16px;
	font-weight: 700;
}
.home-about h2 {
	letter-spacing: -.04em;
	margin: 0;
	font-size: clamp(37px, 3.2vw, 50px);
	line-height: 1.18;
}
.home-about p {
	color: #526173;
	margin: 20px 0 28px;
	font-size: 14px;
}
.home-about-link {
	align-items: center;
	gap: 8px;
	font-weight: 750;
	transition: transform .2s, border-color .2s, background .2s;
	display: inline-flex;
}
.home-about-link:hover {
	border-color: #0067b8;
	transform: translateY(-2px);
}
.home-about-link span {
	font-size: 19px;
	line-height: 1;
	transform: translateY(-1px);
}
.shared-heading>span {
	color: #24364a;
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: 700;
	display: block;
}
.shared-heading h2 {
	letter-spacing: -.04em;
	margin: 0;
	font-size: clamp(38px, 3.2vw, 50px);
	line-height: 1.16;
}
.shared-heading p {
	color: #526173;
	margin: 18px auto 0;
	font-size: 18px;
	line-height: 1.8;
}
.shared-heading.is-centered {
	text-align: center;
}
.home-viewpoints {
	background: #fff;
	padding: 106px 0 112px;
}
.viewpoint-slider {
	height: 600px;
	margin-top: 60px;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}
.home-viewpoint-card {
	border-radius: 12px;
	position: absolute;
	inset: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity .75s ease;
	pointer-events: none;
}
.home-viewpoint-card.is-active {
	opacity: 1;
	pointer-events: auto;
}
.home-viewpoint-card:after {
	content: "";
	background: linear-gradient(90deg, #03191ee6 0%, #03191e9c 48%, #03191e26 100%);
	position: absolute;
	inset: 0;
	pointer-events: none;
}
.home-viewpoint-card>img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.viewpoint-copy {
	z-index: 1;
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 48px clamp(32px, 5vw, 100px);
}
.home-viewpoint-card h3 {
	color: #fff;
	letter-spacing: -.035em;
	text-align: left;
	margin: 0;
	font-size: clamp(32px, 2.4vw, 44px);
	line-height: 1.5;
}
.viewpoint-copy p {
	color: #fff;
	max-width: 640px;
	margin: 18px 0 0;
	font-size: 18px;
}
.viewpoint-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin-top: 30px;
	padding: 10px 26px;
	border-radius: 999px;
	background: #fff;
	color: #0067b8;
	font-size: 16px;
	font-weight: 700;
	transition: background .2s, color .2s;
}
.viewpoint-link:hover {
	background: #0067b8;
	color: #fff;
}
.viewpoint-link:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 5px;
}
/* ---------- 方法观点轮播控件（沿用 shared-controls 同款样式） ---------- */
.viewpoint-controls {
	gap: 12px;
	margin-top: 34px;
	display: flex;
}
.viewpoint-controls button {
	color: #244b7c;
	cursor: pointer;
	background: 0 0;
	border: 2px solid #244b7c;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 46px;
	height: 46px;
	padding: 0 0 3px;
	font-size: 25px;
	line-height: 1;
	transition: background .2s, color .2s, transform .2s;
	display: inline-flex;
}
.viewpoint-controls button:hover:not(:disabled) {
	color: #fff;
	background: #244b7c;
	transform: translateY(-2px);
}
.viewpoint-controls button:disabled {
	color: #244b7c47;
	cursor: default;
	border-color: #244b7c38;
}
/* ---------- 行业解决方案：解决方法区块 ---------- */
.industry-method {
	background: #fff;
	padding: 56px 0 112px;
}
.industry-method-img {
	margin-top: 60px;
	border-radius: 12px;
	overflow: hidden;
}
.industry-method-img img {
	width: 100%;
	display: block;
	height: auto;
}
/* ---------- 恢复原有 .shared-controls 样式（about / 行业方案 / 观点动态 多处复用） ---------- */
.shared-controls {
	gap: 12px;
	margin-top: 34px;
	display: flex;
}
.shared-controls button {
	color: #244b7c;
	cursor: pointer;
	background: 0 0;
	border: 2px solid #244b7c;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 46px;
	height: 46px;
	padding: 0 0 3px;
	font-size: 25px;
	line-height: 1;
	transition: background .2s, color .2s, transform .2s;
	display: inline-flex;
}
.shared-controls button:hover:not(:disabled) {
	color: #fff;
	background: #244b7c;
	transform: translateY(-2px);
}
.shared-controls button:disabled {
	color: #244b7c47;
	cursor: default;
	border-color: #244b7c38;
}
.shared-services {
	min-height: 910px;
	padding: 104px 0 116px;
	position: relative;
	overflow: hidden;
}
.shared-service-feature {
	color: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: 0 17px 42px #1c467026;
}
.shared-service-feature:after {
	content: "";
	background: linear-gradient(#0000, #11499df5);
	position: absolute;
	inset: 30% 0 0;
}
.shared-service-feature>img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.shared-service-feature h3 {
	margin: 0 0 14px;
	font-size: 27px;
	line-height: 1.2;
}
.shared-service-feature p {
	color: #ffffffd1;
	margin: 0 0 22px;
	font-size: 13px;
	line-height: 1.72;
}
.shared-service-feature a {
	color: #15344f;
	background: #fff;
	border-radius: 999px;
	align-items: center;
	min-height: 39px;
	padding: 0 18px;
	font-size: 12px;
	font-weight: 750;
	display: inline-flex;
}
.shared-service-grid {
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	display: grid;
}
.shared-service-grid article {
	background: #fffffff7;
	border: 1px solid #264d6f1a;
	transition: transform .2s, box-shadow .2s, border-color .2s;
	box-shadow: 0 8px 25px #20476912;
}
.shared-service-grid article:hover {
	border-color: #0067b840;
	transform: translateY(-4px);
	box-shadow: 0 18px 38px #20476921;
}
.shared-service-grid article>img {
	object-fit: contain;
	display: block;
	align-self: flex-start;
}
.shared-service-grid small {
	color: #516173;
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: 700;
	display: block;
}
.shared-service-grid h3 {
	letter-spacing: -.025em;
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.25;
}
.shared-service-grid p {
	color: #526173;
	margin: 0 0 auto;
	font-size: 14px;
	line-height: 1.65;
	flex-grow: 0;
}
.shared-service-grid a {
	color: #0067b8;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 700;
	display: inline-flex;
}
.shared-service-grid a span {
	justify-content: center;
	align-items: center;
	font-size: 17px;
	line-height: 1;
	display: inline-flex;
	transform: translateY(-1px);
}
.home-industries {
	min-height: 760px;
	padding: 105px 0 110px;
	position: relative;
	overflow: hidden;
}
.home-industry-grid {
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 54px;
	display: grid;
}
.home-industry-grid article {
	background: #fff;
	border: 1px solid #264d6f14;
	border-radius: 10px;
	transition: transform .2s, box-shadow .2s;
	overflow: hidden;
	box-shadow: 0 9px 24px #21486b17;
}
.home-industry-grid article:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px #21486b24;
}
.home-industry-grid article>img {
	aspect-ratio: 1.83;
	object-fit: cover;
	border-radius: 7px;
	width: calc(100% - 20px);
	margin: 10px 10px 0;
}
.home-industry-grid article>div {
	padding: 24px 22px 22px;
}
.home-industry-grid h3 {
	letter-spacing: -.025em;
	margin: 0 0 12px;
	font-size: 22px;
}
.home-industry-grid p {
	color: #526173;
	min-height: 84px;
	margin: 0;
	font-size: 17px;
	line-height: 1.75;
}
.home-industry-grid a {
	color: #0067b8;
	align-items: center;
	gap: 9px;
	margin-top: 28px;
	font-size: 14px;
	font-weight: 750;
	display: inline-flex;
}
.home-cases {
	background: #fff;
	padding: 112px 0 122px;
}
.home-case-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 56px;
	display: grid;
}
.home-case-grid article {
	border-radius: 11px;
	min-height: 400px;
	position: relative;
	overflow: hidden;
}
.home-case-grid article.case-wide {
	grid-column: span 2;
	min-height: 420px;
}
.home-case-grid article:after {
	content: "";
	background: linear-gradient(#0000, #021323b8);
	position: absolute;
	inset: 35% 0 0;
}
.home-case-grid article>img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform .5s cubic-bezier(.2, .75, .2, 1);
}
.home-case-grid article:hover>img {
	transform: scale(1.035);
}
.home-case-grid article>div {
	z-index: 1;
	color: #fff;
	position: absolute;
	left: 28px;
	right: 28px;
}
.home-case-grid h3 {
	letter-spacing: -.02em;
	margin: 0 0 8px;
	font-size: 23px;
	font-weight: 600;
}
.home-case-grid p {
	color: #ffffffc2;
	margin: 0;
	font-size: 14px;
}
.home-cases-more {
	text-align: center;
	margin-top: 52px;
}
.home-cases-more a {
	color: #fff;
	background: #0067b8;
	border-radius: 999px;
	justify-content: center;
	align-items: center;
	min-width: 132px;
	min-height: 50px;
	padding: 0 28px;
	font-size: 15px;
	font-weight: 750;
	display: inline-flex;
	transition: background .2s ease;
}
.home-cases-more a:hover {
	background: #005a9e;
}
.home-cases-more a:focus-visible {
	outline: 3px solid rgba(0, 103, 184, .3);
	outline-offset: 4px;
}
.home-partners {
	min-height: 575px;
	padding: 102px 0 110px;
	position: relative;
	overflow: hidden;
}
.home-news {
	background: #f3f3f3;
	padding: 105px 0 108px;
}
/* ---------- 微软风格横排滑动 ---------- */
.news-viewport {
	margin-top: 50px;
	overflow: hidden;
}
.news-track {
	display: flex;
	gap: 20px;
	transition: transform .5s cubic-bezier(.22,.61,.36,1);
}
.news-track article {
	flex: 0 0 calc((100% - 60px) / 4);
	background: #fff;
	border: 1px solid #18365214;
	border-radius: 10px;
	transition: transform .2s, box-shadow .2s;
	overflow: hidden;
	box-shadow: 0 2px 8px #1432500d;
}
.news-track article:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 22px #1432501a;
}
.news-track article>img {
	aspect-ratio: 1.73;
	object-fit: cover;
	border-radius: 7px;
	width: calc(100% - 20px);
	margin: 10px 10px 0;
}
.news-track h3 {
	min-height: 72px;
	margin: 22px 20px 11px;
	font-size: 18px;
	line-height: 1.55;
}
.news-track h3 span {
	display: block;
}
.news-track p {
	color: #526173;
	margin: 0 20px;
	font-size: 15px;
	line-height: 1.7;
}
.news-track a {
	color: #0067b8;
	align-items: center;
	gap: 8px;
	margin: 28px 20px 22px;
	font-size: 14px;
	font-weight: 750;
	display: inline-flex;
}
/* ≤960px：Azure → feature 全宽 banner 在上，grid 2 列在下 */
@media (max-width:960px) {
	.shared-service-layout {
		flex-wrap: wrap;
		gap: 16px;
	}
	.shared-service-layout > .shared-service-feature {
		flex: 1 1 100%;
		min-height: 360px;
	}
	.shared-service-layout > .shared-service-grid {
		flex: 1 1 100%;
	}
	.shared-service-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}
@media (max-width:860px) {
	.home-industry-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.news-track article {
		flex-basis: calc((100% - 20px) / 2);
	}
	.hero-slide img,
.hero-slide video {
		object-position: 61% center;
	}
	.home-hero h1 {
		max-width: 650px;
		font-size: 50px;
	}
	.hero-tabs {
		left: 24px;
		bottom: 22px;
		gap: 10px 12px;
	}
	.hero-tab {
		padding: 10px 18px;
		font-size: 13px;
		border-radius: 10px;
	}
}
@media (max-width:640px) {
	.home-hero h1 {
		max-width: 380px;
		font-size: 40px;
	}
	.home-metrics {
		flex-wrap: wrap;
	}
	.hero-tabs {
		left: 16px;
		bottom: 18px;
		gap: 8px 10px;
	}
	.hero-tab {
		padding: 9px 14px;
		font-size: 12px;
		border-radius: 9px;
	}
	.home-about {
		height: 470px;
	}
	.home-about h2 {
		font-size: 34px;
	}
	.home-about p {
		max-width: 330px;
		line-height: 1.7;
	}
	.shared-heading h2 {
		font-size: 34px;
	}
	.home-viewpoints {
		padding-block: 76px;
	}
	.industry-method {
		padding-block: 44px;
	}
	.industry-method-img {
		margin-top: 44px;
	}
	.viewpoint-slider {
		height: 440px;
		margin-top: 44px;
	}
	.viewpoint-copy {
		padding: 32px 24px;
	}
	.home-viewpoint-card h3 {
		font-size: clamp(24px, 6vw, 32px);
	}
	.viewpoint-copy p {
		margin-top: 16px;
		font-size: 16px;
	}
	.viewpoint-link {
		margin-top: 24px;
	}
	.shared-services {
		padding-block: 76px;
	}
	.shared-service-grid {
		grid-template-columns: 1fr;
	}
	.home-industries {
		padding-block: 76px;
	}
	.home-industry-grid {
		grid-template-columns: 1fr;
	}
	.home-cases {
		padding-block: 78px;
	}
	.home-case-grid {
		grid-template-columns: 1fr;
	}
	.home-case-grid article, .home-case-grid article.case-wide {
		grid-column: auto;
		min-height: 285px;
	}
	.home-case-grid h3 {
		font-size: 19px;
	}
	.home-cases-more {
		margin-top: 36px;
	}
	.home-cases-more a {
		min-width: 132px;
		min-height: 50px;
		padding: 0 28px;
		border-radius: 999px;
		font-size: 15px;
	}
	.home-partners {
		min-height: 460px;
		padding-block: 76px;
	}
	.home-news {
		padding-block: 76px;
	}
	.news-track article {
		flex-basis: 100%;
	}
}
/* ================= ZE SERVICES 服务体系 ================= */
/* 页面基调：services/business/contact 三页共用同一声明，故合并为一组 */
.services-page,
.business-page,
.contact-page {
	color: #0e1b2c;
	background: #fff;
}
.services-hero {
	height: 615px;
	position: relative;
	overflow: hidden;
}
.services-hero-copy {
	z-index: 1;
	padding-top: 120px;
	position: relative;
}
.services-hero h1 {
	letter-spacing: -.045em;
	max-width: 720px;
	margin: 0;
	font-size: clamp(48px, 4.1vw, 66px);
	line-height: 1.1;
}
.services-hero h2 {
	letter-spacing: -.02em;
	margin: 17px 0 22px;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.4;
}
.services-hero-copy>p {
	width: min(670px, 58%);
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
}
.services-red-button {
	color: #fff;
	background: #e60012;
	border-radius: 999px;
	justify-content: center;
	align-items: center;
	min-height: 42px;
	margin-top: 26px;
	padding: 0 22px;
	font-size: 13px;
	font-weight: 760;
	transition: transform .2s, background .2s;
	display: inline-flex;
	box-shadow: 0 8px 20px #e6001229;
}
.services-red-button:hover {
	background: #c90010;
	transform: translateY(-2px);
}
.services-anchor-nav {
	z-index: 15;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	background: #fffffff5;
	border-bottom: 1px solid #13304b14;
	height: 56px;
	position: sticky;
	top: var(--global-header-height);
	box-shadow: 0 7px 22px #1534520d;
}
.services-anchor-nav .global-shell {
	align-items: center;
	gap: 52px;
	height: 100%;
	display: flex;
}
.services-anchor-nav a {
	color: #293b4f;
	font-size: 13px;
	font-weight: 650;
}
.services-anchor-nav a:hover {
	color: #293b4f;
}
.services-anchor-nav .services-anchor-cta {
	color: #fff;
	background: #e60012;
	border-radius: 999px;
	align-items: center;
	min-height: 34px;
	margin-left: auto;
	padding: 0 18px;
	display: inline-flex;
}
.services-anchor-nav .services-anchor-cta:after {
	display: none;
}
.services-anchor-nav ~ section[id] {
	scroll-margin-top: calc(var(--global-header-height) + 56px);
}
.services-heading>span {
	color: #34465a;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	display: block;
}
.services-heading h2 {
	letter-spacing: -.04em;
	margin: 0;
	font-size: clamp(38px, 3.2vw, 50px);
	line-height: 1.15;
}
.services-heading>p {
	color: #526173;
	max-width: 1200px;
	margin: 18px 0 0;
	font-size: 14px;
	line-height: 1.8;
}
.services-heading.is-centered {
	text-align: center;
}
.services-heading.is-centered>p {
	margin-left: auto;
	margin-right: auto;
}
.services-method {
	background: #fff;
	padding: 105px 0 120px;
	scroll-margin-top: 56px;
}
.services-step-pills {
	flex-wrap: wrap;
	gap: 13px;
	margin: 36px 0 72px;
	display: flex;
}
.services-step-pills button {
	color: #435568;
	text-align: center;
	cursor: pointer;
	background: #e7f2f8;
	border: 1px solid #0000;
	border-radius: 999px;
	min-width: 82px;
	min-height: 40px;
	padding: 9px 16px;
	font-size: 13px;
	transition: color .2s, background .2s, border-color .2s, transform .2s;
}
.services-step-pills button:hover {
	color: #0067b8;
	border-color: #0067b847;
	transform: translateY(-1px);
}
.services-step-pills button.is-active {
	color: #fff;
	background: #0067b8;
	border-color: #0067b8;
	box-shadow: 0 8px 18px #0067b82e;
}
:is(.services-step-pills button:focus-visible, .services-company-list button:focus-visible, .business-step-pills button:focus-visible) {
	outline-offset: 3px;
	outline: 3px solid #0078d447;
}
.services-method-grid {
	grid-template-columns: .92fr 1.08fr;
	align-items: center;
	gap: 82px;
	animation: .32s cubic-bezier(.2, .7, .2, 1) site-panel-in;
	display: grid;
}
.services-method-grid article {
	padding-bottom: 22px;
}
.services-method-grid h3 {
	letter-spacing: -.03em;
	margin: 0 0 22px;
	font-size: 30px;
	line-height: 1.3;
}
.services-method-grid p {
	max-width: 540px;
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 1.85;
}
.services-method-grid p span {
	display: inline;
}
.services-method-grid p span:empty {
	display: none;
}
.services-method-grid p span:not(:empty)::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 10px;
	border-radius: 50%;
	background: #0067b8;
	vertical-align: 2px;
}
.services-method-grid a {
	background: #ffffffdb;
	border: 0;
	border-left: 5px solid #0078d4;
	border-radius: 0 10px 10px 0;
	width: 100%;
	max-width: 560px;
	margin-top: 24px;
	padding: 20px 24px 20px 28px;
	font-size: 16px;
	font-weight: 760;
	line-height: 1.55;
	transition: background .2s, color .2s;
	display: block;
	box-shadow: 0 9px 24px #204b6f0d;
}
.services-method-grid a:hover {
	color: #0067b8;
	background: #fff;
}
.services-method-grid>img {
	width: 100%;
}
.services-suitable {
	min-height: 770px;
	padding: 104px 0 115px;
	scroll-margin-top: 56px;
	position: relative;
	overflow: hidden;
}
.services-suitable-layer {
	z-index: 1;
	position: relative;
}
.services-suitable-grid {
	grid-template-columns: .78fr 1.22fr;
	align-items: center;
	gap: 86px;
	margin-top: 54px;
	display: grid;
}
.services-company-list {
	display: grid;
}
.services-company-list article {
	border-bottom: 1px solid #1e3f5c26;
	min-height: 72px;
	padding: 0 20px;
	transition: background .22s, border-color .22s;
}
.services-company-list article:first-child {
	border-top: 1px solid #1e3f5c26;
}
.services-company-list article.is-active {
	background: #ffffff7a;
	border-left: 4px solid #0078d4;
	padding-left: 16px;
}
.services-company-list button {
	color: #17283a;
	text-align: left;
	cursor: pointer;
	background: 0 0;
	border: 0;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
	width: 100%;
	min-height: 72px;
	padding: 0;
	display: flex;
}
.services-company-list button span {
	font-size: 17px;
	line-height: 1.45;
}
.services-company-list button i {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	font-style: normal;
	position: relative;
}
.services-company-list button i:before {
	content: "";
	border-bottom: 2px solid #35516d;
	border-right: 2px solid #35516d;
	width: 8px;
	height: 8px;
	transition: top .22s, transform .22s, border-color .22s;
	position: absolute;
	top: 3px;
	left: 4px;
	transform: rotate(45deg);
}
.services-company-list article.is-active button i:before {
	border-color: #0067b8;
	top: 7px;
	transform: rotate(225deg);
}
.services-company-list p {
	color: #42566b;
	margin: -1px 42px 22px 0;
	font-size: 14px;
	line-height: 1.75;
	animation: .26s site-panel-in;
}
.services-suitable-art {
	background: #ffffffeb;
	border-radius: 34px;
	padding: 24px 30px;
	box-shadow: 0 15px 38px #34648717;
}
.services-suitable-art img {
	width: 100%;
}
.services-suitable-art.is-mobile {
	display: none;
}
.services-faq {
	background: linear-gradient(#f1faff, #e9f7ff);
	padding: 108px 0 122px;
	scroll-margin-top: 56px;
}
.services-faq-top {
	justify-content: space-between;
	align-items: end;
	gap: 30px;
	display: flex;
}
.services-faq-top>div {
	gap: 10px;
	display: flex;
}
.services-faq-top button {
	padding: 0 18px;
}
.services-faq-list {
	border-top: 1px solid #2b4c6a29;
	margin-top: 48px;
}
.services-faq-list details {
	border-bottom: 1px solid #2b4c6a29;
}
.services-faq-list summary {
	cursor: pointer;
	grid-template-columns: 130px 1fr 34px;
	align-items: center;
	gap: 14px;
	min-height: 78px;
	list-style: none;
	display: grid;
}
.services-faq-list summary::-webkit-details-marker {
	display: none;
}
.services-faq-list summary b {
	color: #0067b8;
	letter-spacing: .08em;
	font-size: 13px;
}
.services-faq-list summary i {
	place-items: center;
	width: 30px;
	height: 30px;
	font-style: normal;
	transition: transform .2s;
	display: grid;
}
.services-faq-list details[open] summary i {
	transform: rotate(45deg);
}
.services-faq-list details>p {
	color: #526173;
	max-width: 850px;
	margin: -5px 0 26px 144px;
	font-size: 14px;
	line-height: 1.8;
}
.services-cta {
	color: #fff;
	text-align: center;
	place-items: center;
	height: 365px;
	display: grid;
	position: relative;
	overflow: hidden;
}
.services-cta:after {
	content: "";
	background: #002d5f14;
	position: absolute;
	inset: 0;
}
.services-cta>div {
	z-index: 1;
	position: relative;
}
.services-cta h2 {
	letter-spacing: -.04em;
	margin: 0;
	font-size: clamp(40px, 3.5vw, 55px);
	line-height: 1.2;
}
.services-cta p {
	color: #ffffffc7;
	margin: 17px 0 0;
	font-size: 14px;
}
.services-cta .services-red-button {
	margin-top: 26px;
}
.services-cases {
	background: #fff;
	padding: 108px 0 118px;
	scroll-margin-top: 56px;
}
.services-case-grid {
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
	margin-top: 48px;
	display: grid;
}
.services-case-grid article>img {
	aspect-ratio: 1.75;
	object-fit: cover;
	border-radius: 7px;
	width: 100%;
	transition: transform .35s;
}
.services-case-grid article:hover>img {
	transform: translateY(-4px);
}
.services-case-grid h3 {
	margin: 20px 0 8px;
	font-size: 18px;
	line-height: 1.45;
}
.services-case-grid p {
	color: #718196;
	margin: 0;
	font-size: 14px;
}
@media (max-width:860px) {
	.services-hero {
		height: 650px;
	}
	.services-hero>img {
		object-position: 62% center;
	}
	.services-hero-copy>p {
		width: min(630px, 72%);
	}
	.services-anchor-nav {
		display: none;
	}
	.services-method-grid, .services-suitable-grid {
		grid-template-columns: 1fr;
		gap: 52px;
	}
	.services-suitable-art {
		max-width: 760px;
	}
	.services-suitable-grid {
		gap: 0;
	}
	.services-suitable-art.is-desktop {
		display: none;
	}
	.services-suitable-art.is-mobile {
		width: 100%;
		max-width: none;
		box-shadow: none;
		background: 0 0;
		border-radius: 0;
		margin: 2px 0 28px;
		padding: 0;
		display: block;
	}
	.services-suitable-art.is-mobile[hidden] {
		display: none;
	}
	.services-suitable-art.is-mobile img {
		background: #ffffffd1;
		border-radius: 16px;
		width: 66%;
		display: block;
	}
}
@media (max-width:640px) {
	.services-hero>img {
		object-position: 68% center;
	}
	.services-hero h1 {
		max-width: 370px;
		font-size: 42px;
	}
	.services-hero h2 {
		max-width: 340px;
		font-size: 21px;
	}
	.services-hero-copy>p {
		width: min(100%, 520px);
		font-size: 13px;
	}
	.services-method, .services-suitable, .services-faq, .services-cases {
		padding-block: 76px;
	}
	.services-heading h2 {
		font-size: 34px;
	}
	.services-step-pills {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin-bottom: 48px;
		padding-bottom: 0;
		display: grid;
		overflow: visible;
	}
	.services-step-pills button {
		white-space: normal;
		min-width: 0;
		padding-inline: 8px;
	}
	.services-method-grid {
		gap: 38px;
	}
	.services-method-grid h3 {
		font-size: 26px;
	}
	.services-suitable-art.is-mobile {
		width: 100%;
	}
	.services-suitable-art.is-mobile img {
		width: 100%;
		max-width: 100%;
	}
	.services-faq-top {
		flex-direction: column;
		align-items: start;
	}
	.services-faq-list summary {
		grid-template-columns: 48px 1fr 30px;
	}
	.services-faq-list details>p {
		margin-left: 62px;
	}
	.services-cta {
		height: 390px;
		padding-inline: 18px;
	}
	.services-case-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}
/* ================= ZF BUSINESS 业务页模板 ================= */
.business-hero {
	height: 615px;
	position: relative;
	overflow: hidden;
}
.business-hero-copy {
	z-index: 1;
	padding-top: 120px;
	position: relative;
}
.business-hero h1 {
	letter-spacing: -.045em;
	max-width: 720px;
	margin: 0;
	font-size: clamp(48px, 4vw, 65px);
	line-height: 1.1;
}
.business-hero h2 {
	max-width: 760px;
	margin: 16px 0 20px;
	font-size: 25px;
	font-weight: 630;
	line-height: 1.42;
}
.business-hero-copy>p {
	width: min(710px, 61%);
	margin: 0;
	font-size: 14px;
	line-height: 1.78;
}
.business-hero.is-dark:after {
	content: "";
	background: linear-gradient(90deg, #000000a3, #0000003b 62%, #0000000d);
	position: absolute;
	inset: 0;
}
.business-hero.is-dark h1, .business-hero.is-dark h2, .business-hero.is-dark .business-metrics dt {
	color: #fff;
	text-shadow: 0 3px 20px #0003;
}
.business-hero.is-dark .business-hero-copy>p, .business-hero.is-dark .business-metrics dd {
	color: #fffc;
}
.business-red-button {
	color: #fff;
	background: #e60012;
	border-radius: 999px;
	justify-content: center;
	align-items: center;
	min-height: 42px;
	margin-top: 24px;
	padding: 0 22px;
	font-size: 13px;
	font-weight: 760;
	transition: transform .2s, background .2s;
	display: inline-flex;
	box-shadow: 0 9px 22px #e600122b;
}
.business-red-button:hover {
	background: #c90010;
	transform: translateY(-2px);
}
.business-anchor-nav {
	z-index: 15;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	background: #fffffff5;
	border-bottom: 1px solid #13304b14;
	height: 56px;
	position: sticky;
	top: var(--global-header-height);
	box-shadow: 0 7px 22px #1534520d;
}
.business-anchor-nav .global-shell {
	align-items: center;
	gap: 46px;
	height: 100%;
	display: flex;
}
.business-anchor-nav a {
	color: #293b4f;
	font-size: 13px;
	font-weight: 650;
}
.business-anchor-nav a:hover {
	color: #293b4f;
}
.business-anchor-nav .business-nav-cta {
	color: #fff;
	background: #e60012;
	border-radius: 999px;
	align-items: center;
	min-height: 34px;
	margin-left: auto;
	padding: 0 18px;
	display: inline-flex;
}
.business-anchor-nav .business-nav-cta:after {
	display: none;
}
.business-anchor-nav ~ section[id] {
	scroll-margin-top: calc(var(--global-header-height) + 56px);
}
.business-heading>span {
	color: #34465a;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	display: block;
}
.business-heading h2 {
	letter-spacing: -.04em;
	margin: 0;
	font-size: clamp(38px, 3.15vw, 50px);
	line-height: 1.15;
}
.business-heading>p {
	color: #526173;
	max-width: 900px;
	margin: 18px 0 0;
	font-size: 14px;
	line-height: 1.8;
}
.business-problems {
	min-height: 720px;
	padding: 102px 0 116px;
	scroll-margin-top: 56px;
	position: relative;
	overflow: hidden;
}
.business-problem-grid {
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
	margin-top: 50px;
	display: grid;
}
.business-problem-grid article {
	background: #fffffff2;
	border: 1px solid #1c426514;
	border-radius: 10px;
	min-height: 190px;
	padding: 31px;
	box-shadow: 0 9px 28px #1e466b12;
}
.business-problem-grid .problem-1, .business-problem-grid .problem-2, .business-problem-grid .problem-3 {
	grid-column: span 2;
}
.business-problem-grid .problem-4, .business-problem-grid .problem-5 {
	grid-column: span 3;
}
.business-problem-grid h3 {
	margin: 0 0 14px;
	font-size: 19px;
	line-height: 1.45;
}
.business-problem-grid p {
	color: #526173;
	margin: 0;
	font-size: 16px;
	line-height: 1.78;
}
.business-content {
	background: #fff;
	padding: 105px 0 122px;
	scroll-margin-top: 56px;
	position: relative;
	overflow: hidden;
}
.business-method {
	min-height: 725px;
	padding: 104px 0 114px;
	scroll-margin-top: 56px;
	position: relative;
	overflow: hidden;
}
.business-step-pills {
	flex-wrap: wrap;
	gap: 11px;
	margin: 32px 0 56px;
	display: flex;
}
.business-step-pills button {
	color: #435568;
	text-align: center;
	cursor: pointer;
	background: #dceef8f0;
	border: 1px solid #0000;
	border-radius: 999px;
	min-width: 76px;
	min-height: 39px;
	padding: 9px 14px;
	font-size: 13px;
	transition: color .2s, background .2s, border-color .2s, transform .2s;
}
.business-step-pills button:hover {
	color: #0067b8;
	border-color: #0067b847;
	transform: translateY(-1px);
}
.business-step-pills button.is-active {
	color: #fff;
	background: #0067b8;
	border-color: #0067b8;
	box-shadow: 0 8px 18px #0067b829;
}
.business-method-grid {
	grid-template-columns: .9fr 1.1fr;
	align-items: center;
	gap: 88px;
	animation: .32s cubic-bezier(.2, .7, .2, 1) site-panel-in;
	display: grid;
	min-height: 360px;
}
.business-method-grid>img {
	object-fit: contain;
	justify-self: center;
	max-width: 520px;
	max-height: 360px;
}
.business-method-grid h3 {
	letter-spacing: -.03em;
	margin: 0 0 20px;
	font-size: 31px;
	line-height: 1.35;
}
.business-method-grid p {
	max-width: 600px;
	margin: 0;
	font-size: 14px;
	line-height: 1.9;
}
.business-method-grid blockquote {
	background: #ffffffb8;
	border-left: 4px solid #0067b8;
	border-radius: 0 9px 9px 0;
	margin: 24px 0 0;
	padding: 18px 22px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.6;
}
.business-delivery {
	padding: 104px 0 120px;
	scroll-margin-top: 56px;
	position: relative;
	overflow: hidden;
}
.business-delivery-wrap {
	gap: 70px;
	display: grid;
}
.business-delivery-wrap>section>header span {
	color: #526173;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 700;
	display: block;
}
.business-delivery-wrap>section>header h2 {
	letter-spacing: -.035em;
	margin: 0;
	font-size: 34px;
	line-height: 1.2;
}
.business-delivery-grid {
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 28px;
	display: grid;
}
.business-delivery-grid article {
	background: #fffffff2;
	border: 1px solid #1f426317;
	border-radius: 9px;
	min-height: 210px;
	padding: 27px;
	transition: transform .2s, box-shadow .2s;
	box-shadow: 0 8px 26px #1d42650f;
}
.business-delivery-grid article:hover {
	transform: translateY(-4px);
	box-shadow: 0 17px 34px #1d42651f;
}
.business-delivery-grid img {
	object-fit: contain;
	width: 46px;
	height: 46px;
	margin-bottom: 19px;
}
.business-delivery-grid h3 {
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 1.4;
}
.business-delivery-grid p {
	color: #526173;
	margin: 0;
	font-size: 16px;
	line-height: 1.75;
}
.business-faq {
	background: linear-gradient(#f2faff, #ebf7fd);
	padding: 106px 0 120px;
	scroll-margin-top: 56px;
	position: relative;
	overflow: hidden;
}
.business-faq-top {
	justify-content: space-between;
	align-items: end;
	gap: 30px;
	display: flex;
}
.business-faq-top h2 {
	letter-spacing: -.04em;
	margin: 0;
	font-size: clamp(38px, 3.15vw, 50px);
}
.business-faq-top>div {
	gap: 10px;
	display: flex;
}
.business-faq-top button {
	padding: 0 18px;
}
.business-faq-list {
	border-top: 1px solid #2b4c6a29;
	margin-top: 48px;
}
.business-faq-list details {
	border-bottom: 1px solid #2b4c6a29;
}
.business-faq-list summary {
	cursor: pointer;
	grid-template-columns: 130px 1fr 34px;
	align-items: center;
	gap: 14px;
	min-height: 77px;
	list-style: none;
	display: grid;
}
.business-faq-list summary::-webkit-details-marker {
	display: none;
}
.business-faq-list summary b {
	color: #0067b8;
	letter-spacing: .08em;
	font-size: 13px;
}
.business-faq-list summary i {
	place-items: center;
	width: 30px;
	height: 30px;
	font-style: normal;
	transition: transform .2s;
	display: grid;
}
.business-faq-list details[open] summary i {
	transform: rotate(45deg);
}
.business-faq-list details>p {
	color: #526173;
	max-width: 850px;
	margin: -5px 0 26px 144px;
	font-size: 16px;
	line-height: 1.8;
}
.business-cta {
	color: #fff;
	text-align: center;
	place-items: center;
	height: 360px;
	display: grid;
	position: relative;
	overflow: hidden;
}
.business-cta:after {
	content: "";
	background: #00305e12;
	position: absolute;
	inset: 0;
}
.business-cta>div {
	z-index: 1;
	position: relative;
}
.business-cta h2 {
	letter-spacing: -.04em;
	margin: 0;
	font-size: clamp(40px, 3.5vw, 55px);
	line-height: 1.2;
}
.business-cta p {
	color: #fffc;
	margin: 17px 0 0;
	font-size: 18px;
}
.business-cta .business-red-button {
	margin-top: 25px;
}
.business-cases {
	background: #fff;
	padding: 108px 0 118px;
	scroll-margin-top: 56px;
}
.business-case-grid {
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
	margin-top: 48px;
	display: grid;
}
.business-case-grid article>img {
	aspect-ratio: 1.75;
	object-fit: cover;
	border-radius: 7px;
	width: 100%;
	transition: transform .35s;
}
.business-case-grid article:hover>img {
	transform: translateY(-4px);
}
.business-case-grid h3 {
	margin: 20px 0 8px;
	font-size: 18px;
	line-height: 1.45;
}
.business-case-grid p {
	color: #718196;
	margin: 0;
	font-size: 14px;
}
@media (max-width:1084px) {
	.business-method-grid {
		grid-template-columns: 1fr;
		gap: 44px;
	}
	.business-method-grid .method-copy {
		min-height: 0;
	}
	.business-method-grid>img {
		width: 100%;
		max-width: 520px;
		max-height: 380px;
		margin: 0;
		justify-self: center;
	}
	/* 平板堆叠时示意图光学补偿：PNG 素材盒模型虽居中，但画面主体存在视觉偏移/朝向问题，
   逐图小幅水平微调到与下方文字"大概居中、略偏左"（非左对齐）；手机端图满宽，统一在 ≤640 块重置 */
	.business-method-grid>img[data-img-base*="publicity"] {
		transform: translateX(8%);
	}
	.business-method-grid>img[data-img-base*="communication"] {
		transform: translateX(-7%);
	}
	.business-method-grid>img[data-img-base*="高维品牌价值"],
.business-method-grid>img[data-img-base*="品牌共创陪跑"] {
		transform: translateX(-6%);
	}
	.business-method-grid>img[data-img-base*="高维品牌战略"] {
		transform: translateX(-5%);
	}
	.business-method-grid>img[data-img-base*="品牌形象塑造"] {
		transform: translateX(-3%);
	}
}
@media (max-width:860px) {
	.business-anchor-nav {
		display: none;
	}
	.business-hero-copy>p {
		width: min(660px, 72%);
	}
	.business-method-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.business-method-grid .method-copy {
		min-height: 0;
	}
	.business-method-grid>img {
		width: 100%;
		max-width: 480px;
		max-height: 340px;
		margin: 0;
		justify-self: center;
	}
	.business-delivery-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width:640px) {
	.business-hero>img {
		object-position: 68% center;
	}
	.business-hero h1 {
		max-width: 360px;
		font-size: 42px;
	}
	.business-hero h2 {
		max-width: 350px;
		font-size: 21px;
	}
	.business-hero-copy>p {
		width: min(100%, 510px);
		font-size: 13px;
	}
	.business-problems, .business-content, .business-method, .business-delivery, .business-faq, .business-cases {
		padding-block: 76px;
	}
	.business-heading h2, .business-faq-top h2 {
		font-size: 34px;
	}
	.business-problem-grid {
		grid-template-columns: 1fr;
	}
	.business-problem-grid .problem-1, .business-problem-grid .problem-2, .business-problem-grid .problem-3, .business-problem-grid .problem-4, .business-problem-grid .problem-5 {
		grid-column: auto;
	}
	.business-step-pills {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding-bottom: 0;
		display: grid;
		overflow: visible;
	}
	.business-step-pills button {
		white-space: normal;
		min-width: 0;
		padding-inline: 8px;
	}
	.business-method-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}
	.business-method-grid .method-copy {
		min-height: 0;
	}
	.business-method-grid>img {
		max-height: 290px;
	}
	.business-method-grid>img[data-img-base] {
		transform: none;
	}
	.business-method-grid>article {
		grid-row: 1;
	}
	.business-delivery-grid {
		grid-template-columns: 1fr;
	}
	.business-faq-top {
		flex-direction: column;
		align-items: start;
	}
	.business-faq-list summary {
		grid-template-columns: 48px 1fr 30px;
	}
	.business-faq-list details>p {
		margin-left: 62px;
	}
	.business-cta {
		height: 390px;
		padding-inline: 18px;
	}
	.business-case-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}
/* ================= ZG CONTACT 联系我们 ================= */
.contact-hero {
	place-items: center;
	height: 617px;
	display: grid;
	position: relative;
	overflow: hidden;
}
.contact-hero:after {
	content: "";
	background: #031f2e21;
	position: absolute;
	inset: 0;
}
.contact-hero h1 {
	z-index: 1;
	letter-spacing: -.04em;
	text-align: center;
	text-shadow: 0 5px 24px #00000026;
	max-width: 1400px;
	margin: 0;
	padding: 0 24px;
	font-size: clamp(43px, 4vw, 64px);
	line-height: 1.25;
	position: relative;
}
.contact-main {
	min-height: 1321px;
	padding: 150px 0 130px;
	position: relative;
	overflow: hidden;
}
.contact-main-layer {
	z-index: 1;
	grid-template-columns: .86fr 1.14fr;
	align-items: start;
	gap: 130px;
	display: grid;
	position: relative;
}
.contact-statement {
	padding-top: 35px;
}
.contact-statement span {
	color: #374a5d;
	font-size: 14px;
	font-weight: 700;
}
.contact-statement h2 {
	letter-spacing: -.04em;
	margin: 20px 0 0;
	font-size: clamp(38px, 3.4vw, 54px);
	line-height: 1.3;
}
.contact-card {
	max-width: 640px;
}
.contact-dots {
	gap: 12px;
	margin-bottom: 18px;
	display: flex;
}
.contact-dots i {
	background: #e60012;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}
.contact-dots i:nth-child(2) {
	opacity: .65;
}
.contact-dots i:nth-child(3) {
	opacity: .35;
}
.contact-card h2 {
	letter-spacing: -.035em;
	margin: 0;
	font-size: 40px;
	line-height: 1.25;
}
.contact-rule {
	background: #1d3d582e;
	height: 1px;
	margin: 25px 0 38px;
}
.contact-card>span {
	color: #374a5d;
	font-size: 15px;
	display: block;
}
.contact-card>span b {
	color: #e60012;
	font-size: 25px;
	font-weight: 400;
}
.contact-phone {
	letter-spacing: .015em;
	margin: 17px 0 14px;
	font-size: clamp(44px, 4.3vw, 68px);
	font-weight: 620;
	line-height: 1;
	display: block;
}
.contact-card p {
	color: #314559;
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
}
.contact-scan {
	margin-top: 42px;
}
.contact-qr {
	border: 8px solid #fff;
	width: 170px;
	margin-top: 17px;
}
.contact-card h3 {
	letter-spacing: -.025em;
	margin: 0 0 20px;
	font-size: 31px;
	line-height: 1.4;
}
@media (max-width:860px) {
	.contact-main-layer {
		grid-template-columns: 1fr;
		gap: 75px;
	}
	.contact-main {
		padding-top: 100px;
	}
}
@media (max-width:640px) {
	.contact-hero h1 {
		font-size: 36px;
		padding-inline: 16px;
	}
	.contact-main {
		min-height: auto;
		padding: 76px 0 90px;
	}
	.contact-main-layer {
		gap: 60px;
	}
	.contact-statement h2 {
		font-size: 38px;
	}
	.contact-card h2 {
		font-size: 32px;
	}
	.contact-phone {
		font-size: 42px;
	}
	.contact-card h3 {
		font-size: 26px;
	}
}
/* ================= ZH STRATEGY 品牌战略定位 ================= */
.strategy-service-logic {
	width: 100%;
	margin: 54px 0 0;
}
.strategy-service-logic img {
	width: 100%;
	height: auto;
	display: block;
}
@media (max-width:640px) {
	.strategy-service-logic {
		margin-top: 38px;
	}
}
/* ================= ZI 全局统一覆写层（置于末尾，勿在其后追加普通规则） ================= */
/* -- 各页 hero 与标题基色统一 -- */
.home-hero h1, .business-hero h1, .services-hero h1, .contact-hero h1, .about-hero h1 {
	color: #fff;
}
.shared-heading h2,
.about-heading h2,
.services-heading h2,
.business-heading h2,
.business-faq-top h2,
.contact-statement h2 {
	color: #142438;
}
.home-metrics dt,
.about-stats dt {
	letter-spacing: .01em;
}
/* -- 共享服务卡（布局/图标/链接）签名统一 -- */
.shared-service-layout {
	align-items: stretch;
}
.shared-service-feature {
	border-radius: 8px;
	height: 100%;
	min-height: 0;
}
.shared-service-grid article {
	aspect-ratio: 1;
	border-radius: 8px;
	flex-direction: column;
	min-height: 0;
	padding: 32px;
	display: flex;
}
.shared-service-grid article>img,
.advantage-grid img,
.capability-grid img,
.business-delivery-grid img {
	mix-blend-mode: multiply;
	clip-path: inset(2px);
}
/* SVG 图标画布留白校正：关于我们优势区 + 六个业务体系交付成果 */
.advantage-grid img,
.capability-grid img,
.business-delivery-grid img {
	transform: translateX(-20%);
}
.shared-service-grid article>img {
	width: 62px;
	height: 62px;
	margin-bottom: 22px;
}
.shared-service-grid a {
	margin-top: auto;
	padding-top: 18px;
}
.shared-service-grid p {
	min-height: 0;
}
/* -- BUSINESS 问题卡片与服务表格补充签名 -- */
.business-problem-grid article {
	position: relative;
	overflow: hidden;
}
.business-problem-grid .problem-4, .business-problem-grid .problem-5 {
	min-height: 210px;
	padding-right: 37%;
}
.business-problem-art {
	object-fit: contain;
	object-position: right bottom;
	pointer-events: none;
	width: 38%;
	height: 86%;
	position: absolute;
	bottom: 0px;
	right: 16px;
}
.business-problem-art.is-canvas {
	object-position: right bottom;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
}
.why-card>img.why-card-art.is-canvas {
	object-fit: contain;
	object-position: right bottom;
	opacity: .88;
	width: 100%;
	height: 100%;
	inset: 0;
}
.home-case-grid article>div {
	bottom: 24px;
}
.home-case-grid article>div .case-brand-logo {
	display: block;
}
.services-case-grid h3, .business-case-grid h3 {
	margin-top: 12px;
}
.services-case-grid article>.case-brand-logo, .business-case-grid article>.case-brand-logo {
	transition: none;
	transform: none;
}
@media (max-width:640px) {
	.home-hero-copy {
		padding-top: 62px;
		padding-bottom: 58px;
	}
	.services-hero {
		height: auto;
		min-height: 0;
	}
	.services-hero-copy {
		padding-top: 54px;
		padding-bottom: 60px;
	}
	.business-hero {
		height: auto;
		min-height: 0;
	}
	.business-hero-copy {
		padding-top: 54px;
		padding-bottom: 60px;
	}
	.about-hero {
		height: 380px;
	}
	.contact-hero {
		height: 400px;
	}
	.shared-services {
		min-height: 0;
		padding-top: 58px;
		padding-bottom: 68px;
	}
	.shared-service-layout {
		margin-top: 36px;
	}
	.shared-service-feature>div {
		bottom: 22px;
		left: 22px;
		right: 22px;
	}
	.shared-service-feature h3 {
		margin-bottom: 9px;
		font-size: 24px;
	}
	.shared-service-feature p {
		margin-bottom: 14px;
		font-size: 12px;
	}
	.shared-service-grid article {
		aspect-ratio: auto;
		min-height: 285px;
		padding: 28px;
	}
	.shared-service-grid article>img {
		width: 54px;
		height: 54px;
		margin-bottom: 20px;
	}
	.shared-service-grid small,
.shared-service-grid a {
		font-size: 14px;
	}
	.business-problem-grid .problem-4, .business-problem-grid .problem-5 {
		min-height: 230px;
		padding-bottom: 94px;
		padding-right: 30px;
	}
	.business-problem-art.is-tight {
		width: 52%;
		height: 105px;
		bottom: 3px;
		right: 18px;
	}
	.business-problem-art.is-canvas {
		width: 100%;
		height: 100%;
		bottom: 0;
		right: 0;
	}
}
.shared-service-feature>img {
	object-position: center;
	display: block;
}
.home-case-grid article {
	isolation: isolate;
	background: 0 0;
}
.home-case-grid article>img {
	display: block;
	position: absolute;
	inset: 0;
}
.home-case-grid article:after {
	z-index: 0;
}
.services-company-list button span {
	font-weight: 760;
}
.services-step-pills button, .business-step-pills button {
	font-weight: 780;
}
.method-copy ul {
	list-style: outside;
}
.capability-group header span {
	color: #34465a;
}
/* -- FAQ 按钮与手风琴签名统一 -- */
.faq-actions button, .services-faq-top button, .business-faq-top button {
	color: #173b5d;
	background: 0 0;
	border: 2px solid #173b5d;
	border-radius: 4px;
	min-height: 40px;
	font-size: 13px;
	font-weight: 760;
}
.faq-actions button:disabled, .services-faq-top button:disabled, .business-faq-top button:disabled {
	color: #374e6261;
	background: #ffffff59;
	border-color: #374e6238;
}
.services-faq-list summary span,
.business-faq-list summary span {
	font-size: 18px;
	font-weight: 760;
}
.services-faq-list summary i,
.business-faq-list summary i {
	color: #0000;
	background: #0067b8;
	border-radius: 5px;
	font-size: 0;
	position: relative;
	transform: none!important;
}
.services-faq-list summary i:before,
.services-faq-list summary i:after,
.business-faq-list summary i:before,
.business-faq-list summary i:after {
	content: "";
	background: #fff;
	border-radius: 2px;
	width: 12px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.services-faq-list summary i:after,
.business-faq-list summary i:after {
	transform: translate(-50%, -50%)rotate(90deg);
}
.services-faq-list details[open] summary i:after,
.business-faq-list details[open] summary i:after {
	opacity: 0;
}
.about-stats dt {
	color: #0067b8;
}
.about-stats sup {
	color: #0067b8;
	vertical-align: super;
	margin-left: 4px;
	font-size: .42em;
	position: relative;
	top: -.12em;
}
.advantage-grid img {
	width: 72px;
	height: 72px;
	margin-bottom: 0;
}
@media (max-width:860px) {
	.global-nav-item {
		display: none;
	}
}
@media (max-width:640px) {
	.faq-actions, .services-faq-top>div, .business-faq-top>div {
		width: 100%;
	}
	.faq-actions button, .services-faq-top button, .business-faq-top button {
		flex: 1;
	}
	.services-faq-list summary span,
.business-faq-list summary span {
		font-size: 16px;
		line-height: 1.45;
	}
	.shared-service-feature {
		height: 280px;
		min-height: 280px;
	}
	.shared-service-feature:after {
		inset: 18% 0 0;
	}
}
/* -- 首页数字墙与按钮最终形态 -- */
.home-metrics div {
	text-align: center;
	justify-items: center;
	display: grid;
}
.home-metrics dt {
	justify-content: center;
	align-items: baseline;
	display: inline-flex;
}
.home-metrics sup {
	vertical-align: baseline;
	margin-left: 3px;
	font-size: .38em;
	line-height: 1;
	position: relative;
	top: .34em;
}
.home-metrics dd {
	text-align: center;
	width: 100%;
}
.home-about-link {
	color: #fff;
	min-width: 132px;
	min-height: 50px;
	box-shadow: none;
	background: #0067b8;
	border: 0;
	border-radius: 999px;
	justify-content: center;
	padding: 0 28px;
	font-size: 15px;
}
.home-about-link:hover {
	color: #fff;
	background: #005a9e;
	border: 0;
}
/* -- 步骤按钮/正文配色终值 -- */
.services-step-pills button:not(.is-active), .business-step-pills button:not(.is-active) {
	color: #111;
	background: #dfeff8;
	border-color: #0000;
}
.services-step-pills button:not(.is-active):hover, .business-step-pills button:not(.is-active):hover {
	color: #111;
	background: #d7ebf6;
	border-color: #0067b847;
}
.services-step-pills .is-active:hover, .business-step-pills .is-active:hover {
	color: #fff;
}
.method-copy article>span, .method-copy h3, .method-copy ul, .services-method-grid h3, .services-method-grid p, .services-method-grid a, .business-method-grid h3, .business-method-grid p, .business-method-grid blockquote {
	color: #111;
}
@media (max-width:640px) {
	.home-metrics {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		width: 100%;
		display: grid;
	}
	.home-metrics div {
		min-width: 0;
	}
	.home-metrics dt {
		font-size: 35px;
	}
	.home-metrics dd {
		font-size: 11px;
		line-height: 1.45;
	}
	.method-tabs, .services-step-pills, .business-step-pills {
		gap: 10px;
	}
}
/* ================= ZJ CASES 案例列表与详情页 ================= */
/* ---------- 页面基调 ---------- */
.cases-page,
.case-detail-page {
	color: #0e1b2c;
	background: #fff;
}
/* ---------- ZJ-1 案例列表页：Hero ---------- */
.cases-hero {
	color: #fff;
	text-align: center;
	place-items: center;
	height: 617px;
	display: grid;
	position: relative;
	overflow: hidden;
}
.cases-hero:after {
	content: "";
	background: #031f2e21;
	position: absolute;
	inset: 0;
}
.cases-hero>img {
	object-fit: cover;
	object-position: 50% 30%;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
}
.cases-hero-copy {
	z-index: 1;
	text-align: center;
	place-items: center;
	padding: 0 24px;
	display: grid;
	position: absolute;
	inset: 0;
}
.cases-hero h1 {
	z-index: 1;
	color: #fff;
	letter-spacing: -.04em;
	text-align: center;
	text-shadow: 0 5px 24px #00000026;
	max-width: 1040px;
	margin: 0;
	padding: 0 24px;
	font-size: clamp(43px, 4vw, 64px);
	line-height: 1.25;
	font-weight: 780;
	position: relative;
}
/* ---------- ZJ-2 案例列表页：主内容区 ---------- */
.cases-list {
	padding: 96px 0 120px;
	position: relative;
}
/* ---------- 筛选标签 ---------- */
.cases-filters {
	flex-wrap: wrap;
	justify-content: center;
	gap: 13px;
	margin-bottom: 44px;
	display: flex;
}
.cases-filters button {
	color: #111;
	cursor: pointer;
	background: #dfeff8;
	border: 1px solid #0000;
	border-radius: 999px;
	min-width: 82px;
	min-height: 40px;
	padding: 9px 16px;
	font-size: 13px;
	font-weight: 780;
	transition: color .2s, background .2s, border-color .2s, transform .2s;
}
.cases-filters button:hover {
	color: #111;
	background: #d7ebf6;
	border-color: #0067b847;
	transform: translateY(-1px);
}
.cases-filters button.is-active {
	color: #fff;
	background: #0067b8;
	border-color: #0067b8;
	box-shadow: 0 8px 18px #0067b82e;
}
.cases-filters button:focus-visible {
	outline-offset: 3px;
	outline: 3px solid #0078d447;
}
/* ---------- 3 列卡片网格 ---------- */
.cases-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 44px 26px;
	display: grid;
}
.cases-card {
	min-width: 0;
}
.cases-card-photo {
	aspect-ratio: 1.78;
	background: #eaf1f6;
	border-radius: 10px;
	display: block;
	position: relative;
	overflow: hidden;
	box-shadow: 0 9px 26px #1e45681a;
}
.cases-card-photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform .45s cubic-bezier(.2, .75, .2, 1);
}
.cases-card:hover .cases-card-photo img {
	transform: scale(1.045);
}
.cases-card-body {
	padding: 20px 4px 0;
}
.cases-card-logo {
	object-fit: contain;
	width: auto;
	height: 24px;
	margin-bottom: 14px;
}
.cases-card-body h3 {
	letter-spacing: -.02em;
	margin: 0 0 8px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.45;
}
.cases-card-body p {
	color: #526173;
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}
.cases-grid .cases-card[hidden] {
	display: none;
}
/* ---------- 分页 ---------- */
.cases-pagination {
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 68px;
	display: flex;
}
.cases-pagination button {
	color: #133552;
	cursor: pointer;
	background: #fff;
	border: 1px solid #1237561f;
	border-radius: 6px;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	font-size: 13px;
	font-weight: 700;
	transition: color .2s, background .2s, border-color .2s, transform .2s;
}
.cases-pagination button:hover:not(:disabled):not(.is-current) {
	color: #0067b8;
	border-color: #0067b859;
	transform: translateY(-1px);
}
.cases-pagination button.is-current {
	color: #fff;
	background: #0067b8;
	border-color: #0067b8;
	box-shadow: 0 9px 20px #0067b82e;
}
.cases-pagination button:disabled {
	color: #13355236;
	cursor: default;
}
/* ---------- 响应式（案例列表页） ---------- */
@media (max-width:860px) {
	.cases-hero {
		height: 480px;
	}
	.cases-hero>img {
		object-position: 58% center;
	}
	.cases-grid {
		gap: 36px 20px;
	}
	.cases-list {
		padding-block: 78px 90px;
	}
	.cases-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width:640px) {
	.cases-hero {
		height: 510px;
	}
	.cases-hero h1 {
		font-size: 36px;
		padding-inline: 16px;
	}
	.cases-hero-copy {
		padding-inline: 16px;
	}
	.cases-list {
		padding-block: 62px 76px;
	}
	.cases-filters {
		gap: 10px;
		margin-bottom: 32px;
	}
	.cases-filters button {
		min-height: 36px;
		padding: 0 14px;
		font-size: 12px;
	}
	.cases-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}
	.cases-card-body {
		padding-top: 16px;
	}
	.cases-card-body h3 {
		font-size: 16px;
	}
	.cases-pagination {
		gap: 6px;
		margin-top: 48px;
	}
	.cases-pagination button {
		min-width: 36px;
		height: 36px;
		padding: 0 10px;
		font-size: 12px;
	}
}
/* ====================================================== */
/* ---------- ZJ-3 案例详情页 ---------- */
/* 面包屑 */
.detail-breadcrumb {
	background: #f4f9fd;
	border-bottom: 1px solid #0f2e4a0f;
}
.detail-breadcrumb .global-shell {
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	min-height: 48px;
	padding-block: 10px;
	font-size: 13px;
	display: flex;
}
.detail-breadcrumb a {
	color: #0067b8;
	font-weight: 700;
}
.detail-breadcrumb a:hover {
	text-decoration: underline;
}
.detail-breadcrumb span {
	color: #526173;
}
.detail-breadcrumb span[aria-hidden="true"] {
	color: #8aa2b7;
}
.detail-breadcrumb .is-current {
	color: #182b3e;
	font-weight: 700;
}
/* 详情 Hero */
.detail-hero {
	min-height: 560px;
	position: relative;
	overflow: hidden;
}
.detail-hero-bg {
	object-fit: cover;
	object-position: 50% 30%;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
}
.detail-hero:after {
	content: "";
	background: linear-gradient(#00132a30, #001a3a62 70%, #001a3acc);
	position: absolute;
	inset: 0;
}
.detail-hero-layer {
	z-index: 1;
	color: #fff;
	padding: 130px 0 72px;
	position: relative;
}
.detail-hero-meta {
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 24px;
	display: flex;
}
.detail-hero-logo {
	object-fit: contain;
	height: 30px;
	width: auto;
}
.detail-hero-tag {
	color: #ffffffea;
	background: #e6001222;
	border: 1px solid #ffffff47;
	border-radius: 4px;
	padding: 5px 12px;
	font-size: 13px;
	font-weight: 700;
}
.detail-hero h1 {
	color: #fff!important;
	letter-spacing: -.04em;
	max-width: 920px;
	margin: 0;
	font-size: clamp(36px, 3.4vw, 52px);
	font-weight: 780;
	line-height: 1.22;
}
.detail-hero-subtitle {
	color: #ffffffd6;
	max-width: 780px;
	margin: 22px 0 0;
	font-size: 15px;
	line-height: 1.8;
}
.detail-hero-stats {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 34px;
	max-width: 1000px;
	margin-top: 48px;
	padding-top: 32px;
	border-top: 1px solid #ffffff2a;
	display: grid;
}
.detail-hero-stats div {
	min-width: 0;
}
.detail-hero-stats dt {
	color: #ffffffaa;
	letter-spacing: .12em;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 700;
}
.detail-hero-stats dd {
	color: #fff;
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
}
/* 正文容器 */
.detail-body {
	background: #fff;
	padding: 112px 0 0;
}
.detail-body-inner {
	max-width: 880px;
	width: min(100% - 48px, 880px);
	margin-inline: auto;
}
.detail-section {
	margin-bottom: 104px;
}
.detail-section--alt {
	background: linear-gradient(#f3faff, #f8fbfe);
	margin-inline: max(-100vw, -50vw + 440px);
	padding: 96px max(100vw, 50vw - 440px);
	margin-bottom: 104px;
}
/* 段落小标题 */
.detail-section-heading {
	align-items: center;
	gap: 18px;
	margin-bottom: 36px;
	display: flex;
}
.detail-section-heading span {
	background: #0067b8;
	letter-spacing: .08em;
	border-radius: 6px;
	flex: 0 0 38px;
	place-items: center;
	width: 38px;
	height: 38px;
	font-size: 13px;
	font-weight: 780;
	display: grid;
	line-height: 1.25;
	color: #142438;
}
.detail-section-heading h2 {
	letter-spacing: -.035em;
	margin: 0;
	font-size: clamp(28px, 2.8vw, 46px);
	font-weight: 760;
	line-height: 1.2;
}
/* 正文 prose */
.detail-prose {
	color: #2b3c50;
}
.detail-prose p {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.92;
}
.detail-prose h3 {
	letter-spacing: -.02em;
	color: #142438;
	margin: 36px 0 14px;
	font-size: clamp(22px, 1.5vw, 28px);
	font-weight: 750;
	line-height: 1.45;
}
.detail-prose b {
	color: #0067b8;
	font-weight: 760;
}
/* 挑战列表 */
.detail-challenge-list {
	gap: 18px;
	margin-top: 26px;
	display: grid;
}
.detail-challenge-list li {
	background: #fff;
	border: 1px solid #1c426517;
	border-left: 4px solid #e60012;
	border-radius: 0 10px 10px 0;
	padding: 26px 30px 28px;
	box-shadow: 0 9px 28px #1e45680f;
}
.detail-challenge-list li b {
	color: #e60012;
	letter-spacing: .14em;
	font-size: 13px;
	font-weight: 780;
}
.detail-challenge-list li h3 {
	color: #142438;
	letter-spacing: -.02em;
	margin: 10px 0 8px;
	font-size: 19px;
	font-weight: 750;
	line-height: 1.4;
}
.detail-challenge-list li p {
	color: #526173;
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
}
/* 大 figure 图 */
.detail-figure {
	margin: 36px 0 6px;
	text-align: center;
}
.detail-figure img {
	border-radius: 10px;
	width: 100%;
	display: block;
	box-shadow: 0 14px 38px #1e45681e;
}
.detail-figure--wide {
	margin-inline: max(-50vw, -20px);
	width: auto;
	max-width: 100vw;
}
.detail-figure--wide img {
	border-radius: 0;
}
.detail-figure figcaption {
	color: #7a8a9c;
	margin-top: 14px;
	font-size: 13px;
	line-height: 1.6;
}
/* 核心价值 4 宫格 */
.detail-value-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 32px;
	display: grid;
}
.detail-value-grid article {
	background: #fff;
	border: 1px solid #1c426517;
	border-radius: 10px;
	padding: 28px 28px 30px;
	box-shadow: 0 9px 28px #1e45680f;
}
.detail-value-grid img {
	object-fit: contain;
	mix-blend-mode: multiply;
	clip-path: inset(1px);
	width: 36px;
	height: 36px;
	margin-bottom: 18px;
}
.detail-value-grid h3 {
	letter-spacing: -.02em;
	color: #142438;
	margin: 0 0 10px;
	font-size: 19px;
	font-weight: 750;
	line-height: 1.3;
}
.detail-value-grid p {
	color: #526173;
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
}
/* 视频 */
.detail-video {
	margin-top: 40px;
}
.detail-video h3 {
	letter-spacing: -.02em;
	color: #142438;
	margin: 0 0 16px;
	font-size: 21px;
	font-weight: 750;
}
.detail-video-wrap {
	background: #000;
	aspect-ratio: 16/9;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 14px 38px #1e456826;
}
.detail-video-wrap video {
	width: 100%;
	height: 100%;
}
.detail-video-caption {
	color: #7a8a9c;
	margin-top: 12px;
	font-size: 13px;
	text-align: center;
}
/* 成果数据格 */
.detail-result-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 14px 0 40px;
	display: grid;
}
.detail-result-grid article {
	background: linear-gradient(135deg, #0067b8, #004e86);
	color: #fff;
	border-radius: 10px;
	padding: 28px 24px 30px;
	text-align: center;
}
.detail-result-grid dt {
	letter-spacing: -.04em;
	font-size: 40px;
	font-weight: 780;
	line-height: 1;
}
.detail-result-grid dt sup {
	vertical-align: top;
	margin-left: 2px;
	font-size: .42em;
}
.detail-result-grid dd {
	color: #ffffffca;
	margin: 14px 0 0;
	font-size: 13px;
	line-height: 1.7;
}
/* 客户评价引用 */
.detail-quote {
	background: linear-gradient(#fff4f4, #ffecec);
	border-left: 5px solid #e60012;
	border-radius: 0 12px 12px 0;
	margin: 20px auto 0;
	padding: 32px 36px 34px;
	max-width: 880px;
}
.detail-quote p {
	color: #24364a;
	margin: 0 0 14px;
	font-size: 16px;
	font-weight: 650;
	line-height: 1.85;
}
.detail-quote cite {
	color: #e60012;
	font-style: normal;
	font-size: 13px;
	font-weight: 760;
}
/* 相关案例 */
.detail-related {
	background: #f4f9fd;
	padding: 104px 0 120px;
}
.detail-related-grid {
	margin-top: 52px;
	display: grid;
}
/* ---------- 响应式（案例详情页） ---------- */
@media (max-width:860px) {
	.detail-hero-layer {
		padding-top: 96px;
	}
	.detail-hero-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}
	.detail-body {
		padding-top: 84px;
	}
	.detail-section, .detail-section--alt {
		margin-bottom: 76px;
	}
	.detail-section--alt {
		margin-inline: -24px;
		padding: 68px 24px;
	}
	.detail-result-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.detail-related {
		padding-block: 76px;
	}
}
@media (max-width:640px) {
	.detail-hero {
		min-height: 500px;
	}
	.detail-hero-bg {
		object-position: 62% 30%;
	}
	.detail-hero-layer {
		padding: 74px 0 54px;
	}
	.detail-hero h1 {
		font-size: 32px;
	}
	.detail-hero-subtitle {
		font-size: 14px;
	}
	.detail-hero-stats {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 36px;
		padding-top: 24px;
	}
	.detail-body {
		padding-top: 62px;
	}
	.detail-body-inner {
		width: min(100% - 32px, 880px);
	}
	.detail-section--alt {
		margin-inline: -16px;
		padding-inline: 16px;
	}
	.detail-section-heading {
		gap: 14px;
		margin-bottom: 26px;
	}
	.detail-section-heading span {
		flex-basis: 34px;
		width: 34px;
		height: 34px;
		font-size: 12px;
	}
	.detail-section-heading h2 {
		font-size: 26px;
	}
	.detail-prose p {
		font-size: 14px;
	}
	.detail-prose h3 {
		font-size: 19px;
		margin-top: 26px;
	}
	.detail-challenge-list li {
		padding: 22px 22px 24px;
	}
	.detail-value-grid {
		grid-template-columns: 1fr;
	}
	.detail-result-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}
	.detail-result-grid article {
		padding: 22px 16px 24px;
	}
	.detail-result-grid dt {
		font-size: 32px;
	}
	.detail-quote {
		padding: 24px 22px 26px;
	}
	.detail-quote p {
		font-size: 15px;
	}
	.detail-figure--wide {
		margin-inline: auto;
	}
}
/* ---------- ZJ-4 详情页新增组件（补全旧网站结构，微软风格） ---------- */
/* Hero 中的行业分类蓝色标签（第二标签） */
.detail-hero-tag--blue {
	background: #ffffff22;
	border-color: #0067b888;
	color: #dbeaff;
}
/* 三要素信息卡（项目名称 / 服务时间 / 服务内容） — 微软卡片风格 */
.detail-info-card {
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	background: #ffffffd9;
	border: 1px solid #ffffff40;
	border-radius: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	max-width: 980px;
	margin-top: 48px;
	padding: 6px;
	display: grid;
	box-shadow: 0 24px 52px #00162b33;
}
.detail-info-card>div {
	padding: 20px 26px 22px;
}
.detail-info-card>div+div {
	border-left: 1px solid #14345714;
}
.detail-info-card>div>span {
	color: #0067b8;
	letter-spacing: .12em;
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 780;
}
.detail-info-card>div>b {
	color: #142438;
	letter-spacing: -.01em;
	font-size: 18px;
	font-weight: 740;
	line-height: 1.5;
}
/* 客户简介卡片（承接旧网站企业大段文字入口） */
.detail-intro-box {
	background: linear-gradient(#f7fbff, #eef6fd);
	border: 1px solid #14345710;
	border-top: 4px solid #0067b8;
	border-radius: 12px;
	padding: 34px 38px 36px;
	box-shadow: 0 10px 30px #1e45680c;
}
.detail-intro-box h2 {
	letter-spacing: -.02em;
	color: #0067b8;
	margin: 0 0 18px;
	font-size: 22px;
	font-weight: 750;
	line-height: 1.3;
}
.detail-intro-box p {
	color: #2b3c50;
	margin: 0 0 14px;
	font-size: 14.5px;
	line-height: 1.92;
}
.detail-intro-box p:last-child {
	margin-bottom: 0;
}
/* 案例标签区（正文结束后的标签 pills 条） */
.detail-tags {
	background: #fff;
	border-top: 1px solid #0f2e4a10;
	border-bottom: 1px solid #0f2e4a10;
}
.detail-tags-inner {
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 12px;
	padding-block: 22px;
	display: flex;
}
.detail-tags-inner>strong {
	color: #142438;
	font-size: 13px;
	font-weight: 760;
}
.detail-tag-pill {
	color: #0067b8;
	background: #eef5fb;
	border: 1px solid #0067b833;
	border-radius: 4px;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	transition: color .2s, background .2s, transform .2s;
}
.detail-tag-pill:hover {
	color: #fff;
	background: #0067b8;
	transform: translateY(-1px);
}
/* 上一篇 / 下一篇 翻页条 */
.detail-pager {
	grid-template-columns: 1fr 1fr;
	background: #fff;
	gap: 0;
	display: grid;
}
.detail-pager-prev,
.detail-pager-next {
	color: inherit;
	text-decoration: none;
	align-items: center;
	gap: 20px;
	min-height: 112px;
	padding: 22px 30px 24px;
	display: flex;
	transition: background .2s;
}
.detail-pager-prev {
	border-right: 1px solid #0f2e4a0f;
	justify-content: flex-start;
	text-align: left;
}
.detail-pager-next {
	justify-content: flex-end;
	text-align: right;
}
.detail-pager-prev:hover,
.detail-pager-next:hover {
	background: #f4f9fd;
}
.detail-pager-prev small,
.detail-pager-next small {
	color: #8aa0b5;
	letter-spacing: .12em;
	display: block;
	margin-bottom: 7px;
	font-size: 11px;
	font-weight: 720;
}
.detail-pager-prev h3,
.detail-pager-next h3 {
	letter-spacing: -.02em;
	color: #142438;
	margin: 0 0 5px;
	font-size: 17px;
	font-weight: 720;
	line-height: 1.4;
}
.detail-pager-prev em,
.detail-pager-next em {
	color: #526173;
	font-style: normal;
	font-size: 12px;
	line-height: 1.6;
}
.detail-pager-prev:hover h3,
.detail-pager-next:hover h3 {
	color: #0067b8;
}
.detail-pager-arrow {
	color: #c2cee0;
	flex: 0 0 40px;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 22px;
	font-weight: 760;
	transition: background .2s, color .2s, transform .2s;
	display: grid;
}
.detail-pager-prev:hover .detail-pager-arrow,
.detail-pager-next:hover .detail-pager-arrow {
	color: #fff;
	background: #0067b8;
}
.detail-pager-prev:hover .detail-pager-arrow {
	transform: translateX(-2px);
}
.detail-pager-next:hover .detail-pager-arrow {
	transform: translateX(2px);
}
/* 相关案例卡下方的标签 pills（对齐旧网站：每个推荐卡有多个服务标签） */
.cases-card-tags {
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px dashed #0f2e4a17;
	display: flex;
}
.cases-card-tags a {
	color: #142438;
	background: #eef2f6;
	border-radius: 3px;
	padding: 5px 9px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	transition: color .2s, background .2s;
}
.cases-card-tags a:hover {
	color: #fff;
	background: #0067b8;
}
/* 推荐卡由 3 列 → 4 列（对齐旧网站：4 个相关案例） */
.detail-related-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 36px 22px;
}
.detail-related-grid .cases-card-photo {
	aspect-ratio: 1.75;
}
/* ---------- 新增组件响应式 ---------- */
@media (max-width:860px) {
	.detail-info-card {
		grid-template-columns: 1fr;
		max-width: 520px;
	}
	.detail-info-card>div+div {
		border-left: 0;
		border-top: 1px solid #14345714;
	}
	.detail-info-card>div {
		padding: 18px 24px 20px;
	}
	.detail-pager {
		grid-template-columns: 1fr;
	}
	.detail-pager-prev {
		border-right: 0;
		border-bottom: 1px solid #0f2e4a0f;
	}
	.detail-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width:640px) {
	.detail-info-card {
		margin-top: 34px;
		border-radius: 10px;
		padding: 4px;
	}
	.detail-info-card>div {
		padding: 16px 20px 18px;
	}
	.detail-info-card>div>b {
		font-size: 16px;
	}
	.detail-intro-box {
		border-top-width: 3px;
		border-radius: 10px;
		padding: 24px 22px 26px;
	}
	.detail-intro-box h2 {
		font-size: 19px;
	}
	.detail-intro-box p {
		font-size: 14px;
	}
	.detail-tags-inner {
		padding-block: 18px;
	}
	.detail-tag-pill {
		padding: 6px 12px;
		font-size: 11px;
	}
	.detail-pager-prev,
.detail-pager-next {
		flex-direction: column;
		gap: 14px;
		min-height: auto;
		padding: 22px 22px 24px;
		align-items: start;
	}
	.detail-pager-next {
		align-items: flex-end;
	}
	.detail-pager-prev>div,
.detail-pager-next>div {
		order: 2;
	}
	.detail-pager-prev .detail-pager-arrow,
.detail-pager-next .detail-pager-arrow {
		order: 1;
		flex-basis: 36px;
		width: 36px;
		height: 36px;
	}
	.detail-pager-next .detail-pager-arrow {
		align-self: flex-end;
	}
	.detail-pager-prev h3,
.detail-pager-next h3 {
		font-size: 16px;
	}
	.detail-related-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.cases-card-tags {
		margin-top: 12px;
		padding-top: 12px;
	}
}
/* ================= 案例详情页 · 新增组件样式（微软官网风格 + 图文分离） ================= */
/* ---------- 设计策划思路 · 6 步卡片 ---------- */
.detail-design-steps {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 36px;
	display: grid;
}
.detail-design-steps article {
	background: #fff;
	border: 1px solid #1c426517;
	border-radius: 10px;
	padding: 26px 26px 28px;
	position: relative;
	box-shadow: 0 9px 28px #1e45680f;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.detail-design-steps article:hover {
	transform: translateY(-3px);
	border-color: #0067b84d;
	box-shadow: 0 18px 44px #1e45681c;
}
.detail-design-steps header {
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
	display: flex;
}
.detail-design-steps header span {
	color: #fff;
	background: linear-gradient(135deg, #0067b8, #0078d4);
	border-radius: 6px;
	flex: 0 0 auto;
	padding: 6px 12px;
	font-size: 13px;
	font-weight: 780;
	line-height: 1;
	letter-spacing: .04em;
}
.detail-design-steps header h3 {
	letter-spacing: -.02em;
	color: #142438;
	margin: 0;
	font-size: 17px;
	font-weight: 750;
	line-height: 1.35;
}
.detail-design-steps article p {
	color: #526173;
	margin: 0;
	font-size: 14px;
	line-height: 1.85;
}
/* ---------- 图文分区分组画廊：Phase 头 + 多列图片网格 ---------- */
.detail-gallery-phase {
	margin-top: 58px;
}
.detail-gallery-phase + .detail-gallery-phase {
	margin-top: 78px;
}
.detail-gallery-phase-head {
	border-left: 4px solid #0067b8;
	padding: 4px 0 4px 18px;
	margin-bottom: 28px;
}
.detail-gallery-phase-chip {
	color: #0067b8;
	background: #e6f0fa;
	border-radius: 4px;
	display: inline-block;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 780;
	line-height: 1;
	letter-spacing: .12em;
}
.detail-gallery-phase-chip--blue {
	color: #103e6b;
	background: #c9e1f7;
	border-color: #0067b8;
}
.detail-gallery-phase-chip--red {
	color: #8a0e0e;
	background: #fae0e0;
}
.detail-gallery-phase-chip--green {
	color: #0b5e38;
	background: #d7efdf;
}
.detail-gallery-phase-head h3 {
	letter-spacing: -.02em;
	color: #142438;
	margin: 14px 0 10px;
	font-size: 24px;
	font-weight: 760;
	line-height: 1.3;
}
.detail-gallery-phase-head p {
	color: #526173;
	margin: 0;
	max-width: 860px;
	font-size: 14px;
	line-height: 1.9;
}
.detail-gallery {
	display: grid;
	gap: 22px;
}
.detail-gallery--cols1 {
	grid-template-columns: minmax(0, 1fr);
}
.detail-gallery--cols2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.detail-gallery--cols3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.detail-gallery-item {
	margin: 0;
	background: #fff;
	border: 1px solid #0f2e4a10;
	border-radius: 10px;
	padding: 10px 10px 14px;
	box-shadow: 0 10px 26px #1e456812;
	transition: transform .25s ease, box-shadow .25s ease;
}
.detail-gallery-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 46px #1e45681e;
}
.detail-gallery-item img {
	object-fit: cover;
	border-radius: 6px;
	width: 100%;
	height: 100%;
	display: block;
}
.detail-gallery--cols1 .detail-gallery-item img {
	aspect-ratio: 16/9;
}
.detail-gallery--cols2 .detail-gallery-item img {
	aspect-ratio: 4/3;
}
.detail-gallery--cols3 .detail-gallery-item img {
	aspect-ratio: 1/1;
}
.detail-gallery-item--hero img {
	aspect-ratio: 3/1;
}
.detail-gallery-item figcaption {
	color: #7a8a9c;
	margin: 12px 8px 0;
	font-size: 12px;
	line-height: 1.7;
}
/* ---------- 相关案例 Logo 缺失时的文字 Logo ---------- */
.cases-card-logo--text {
	display: inline-flex !important;
	align-items: center;
	height: 24px;
	padding: 0 12px;
	background: #eef2f6;
	color: #142438;
	border: 1px solid #0f2e4a12;
	border-radius: 3px;
	font-size: 12.5px;
	font-weight: 760;
	line-height: 1;
	letter-spacing: .02em;
	width: auto !important;
}
.cases-card-logo--textDark {
	background: linear-gradient(135deg, #142438, #0f2e4a);
	color: #fff;
	border-color: transparent;
}
/* ---------- 线索 / 留言表单模块（Microsoft 风格卡片） ---------- */
.detail-lead {
	background: radial-gradient(1200px 400px at 10% 0%, #e8f2fe 0%, #ffffff00 60%),
		radial-gradient(900px 340px at 100% 100%, #eef4ff 0%, #ffffff00 55%),
		#f9fbff;
	border-top: 1px solid #0f2e4a0f;
	padding: 104px 0 112px;
}
.detail-lead-shell {
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 54px;
	align-items: start;
	display: grid;
}
.detail-lead-kicker {
	color: #0067b8;
	background: #e6f0fa;
	border-radius: 4px;
	display: inline-block;
	padding: 7px 14px;
	font-size: 12px;
	font-weight: 780;
	line-height: 1;
	letter-spacing: .1em;
}
.detail-lead-copy h2 {
	letter-spacing: -.035em;
	color: #142438;
	margin: 20px 0 16px;
	font-size: clamp(30px, 2.8vw, 44px);
	font-weight: 770;
	line-height: 1.15;
}
.detail-lead-copy p {
	color: #526173;
	margin: 0;
	font-size: 15px;
	line-height: 1.95;
}
.detail-lead-bullets {
	list-style: none;
	gap: 12px;
	margin: 28px 0 0;
	padding: 0;
	display: grid;
}
.detail-lead-bullets li {
	align-items: flex-start;
	gap: 12px;
	display: flex;
}
.detail-lead-bullets b {
	color: #0067b8;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 800;
}
.detail-lead-bullets span {
	color: #2b3c50;
	font-size: 14px;
	line-height: 1.7;
}
.detail-lead-bullets a {
	color: #0067b8;
	text-decoration: none;
	font-weight: 720;
	border-bottom: 1px solid #0067b822;
}
.detail-lead-bullets a:hover {
	border-bottom-color: #0067b8;
}
.detail-lead-form {
	background: #fff;
	border: 1px solid #0f2e4a10;
	border-radius: 14px;
	padding: 34px 34px 30px;
	box-shadow: 0 24px 60px #1e456816;
}
.detail-lead-row {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 16px;
	display: grid;
}
.detail-lead-field {
	display: block;
}
.detail-lead-field span {
	color: #142438;
	display: block;
	margin-bottom: 8px;
	font-size: 12.5px;
	font-weight: 760;
	line-height: 1.4;
}
.detail-lead-field input,
.detail-lead-field textarea {
	width: 100%;
	background: #f7fafc;
	color: #142438;
	border: 1px solid #0f2e4a18;
	border-radius: 6px;
	outline: none;
	resize: vertical;
	padding: 12px 14px;
	font-size: 14px;
	line-height: 1.5;
	font-family: inherit;
	box-sizing: border-box;
	transition: border-color .18s, background .18s, box-shadow .18s;
}
.detail-lead-field input::placeholder,
.detail-lead-field textarea::placeholder {
	color: #8aa0b5;
}
.detail-lead-field input:hover,
.detail-lead-field textarea:hover {
	border-color: #0067b855;
}
.detail-lead-field input:focus,
.detail-lead-field textarea:focus {
	background: #fff;
	border-color: #0067b8;
	box-shadow: 0 0 0 4px #0067b818;
}
.detail-lead-field--textarea {
	margin-bottom: 4px;
}
.detail-lead-field--textarea textarea {
	min-height: 120px;
}
.detail-lead-actions {
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 22px;
	flex-wrap: wrap;
	display: flex;
}
.detail-lead-submit {
	color: #fff;
	cursor: pointer;
	background: linear-gradient(135deg, #0078d4, #0067b8);
	border: 0;
	border-radius: 6px;
	padding: 13px 34px;
	font-size: 14px;
	font-weight: 780;
	letter-spacing: .04em;
	font-family: inherit;
	box-shadow: 0 10px 24px #0067b82a;
	transition: transform .18s, box-shadow .18s, filter .18s;
}
.detail-lead-submit:hover:not(:disabled) {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px #0067b83a;
	filter: brightness(1.05);
}
.detail-lead-submit:active:not(:disabled) {
	transform: translateY(0);
}
.detail-lead-submit:disabled {
	cursor: default;
	opacity: .85;
}
.detail-lead-actions small {
	color: #8aa0b5;
	flex: 1 1 220px;
	font-size: 12px;
	line-height: 1.7;
}
/* ---------- 响应式：设计策划 6 步 / 画廊 / 留言表单 ---------- */
@media (max-width:860px) {
	.detail-design-steps,
.detail-gallery--cols3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.detail-gallery-phase-head h3 {
		font-size: 20px;
	}
	.detail-lead {
		padding-block: 76px;
	}
	.detail-lead-shell {
		grid-template-columns: 1fr;
		gap: 36px;
	}
	.detail-lead-form {
		padding: 26px 24px 24px;
	}
}
@media (max-width:640px) {
	.detail-design-steps {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.detail-design-steps article {
		padding: 22px 22px 24px;
	}
	.detail-gallery-phase {
		margin-top: 44px;
	}
	.detail-gallery-phase + .detail-gallery-phase {
		margin-top: 58px;
	}
	.detail-gallery-phase-head {
		border-left-width: 3px;
		padding-left: 14px;
		margin-bottom: 22px;
	}
	.detail-gallery-phase-head h3 {
		font-size: 18px;
	}
	.detail-gallery--cols2,
.detail-gallery--cols3 {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.detail-gallery-item {
		padding: 8px 8px 12px;
	}
	.detail-gallery-item figcaption {
		margin: 10px 6px 0;
		font-size: 12.5px;
	}
	.detail-lead {
		padding-block: 60px;
	}
	.detail-lead-copy h2 {
		font-size: 28px;
	}
	.detail-lead-form {
		padding: 22px 18px 22px;
		border-radius: 12px;
	}
	.detail-lead-row {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 14px;
	}
	.detail-lead-actions {
		gap: 14px;
		margin-top: 18px;
	}
	.detail-lead-submit {
		width: 100%;
		padding: 13px 0;
	}
	.detail-lead-actions small {
		flex: 1 1 100%;
	}
}
@media (min-width:1084px) {
	.section-pad {
		padding: 140px 0;
	}
	.about-section {
		padding: 132px 0;
	}
	.home-hero-copy {
		padding-top: 160px;
	}
	.home-hero h1 {
		max-width: 1080px;
	}
	/* 大屏正文字号提升 */
	.detail-prose p {
		font-size: 16px;
		line-height: 1.95;
	}
	.home-about p,
.about-heading>p,
.shared-heading p,
.services-heading>p,
.business-heading>p {
		font-size: 18px;
	}
	.business-hero-copy>p,
.services-hero-copy>p,
.about-intro p,
.contact-statement p,
.home-metrics dd,
.business-method-grid p,
.about-values p,
.services-case-grid p,
.business-case-grid p {
		font-size: 16px;
	}
	/* 大屏 hero 副标题与子标题提升 */
	.business-hero h2,
.services-hero h2 {
		font-size: 28px;
	}
	.detail-hero-subtitle {
		font-size: 17px;
	}
	/* 大屏卡片标题与正文提升 */
	.cases-card-body h3 {
		font-size: 18px;
	}
	.cases-card-body p {
		font-size: 14px;
	}
	.detail-value-grid h3 {
		font-size: 20px;
	}
}
/* ================= 服务体系：Azure 产品区同款响应式布局 =================
   Desktop: 1 张主卡跨两行 + 右侧 3×2 等宽卡片
   Tablet:  主卡横幅 + 2 列卡片
   Mobile:  主卡 + 单列卡片
   作用于首页、关于我们、业务体系三个页面。 */
:is(.site-home, .about-page, .services-page) .shared-services .shared-heading {
	text-align: left;
	justify-items: start;
}
:is(.site-home, .about-page, .services-page) .shared-services .shared-heading h2 {
	max-width: 760px;
	margin-inline: 0;
}
:is(.site-home, .about-page, .services-page) .shared-services .shared-heading p {
	margin-inline: 0;
}
:is(.site-home, .about-page, .services-page) .shared-service-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
	gap: 16px;
	align-items: stretch;
	margin-top: 48px;
	min-width: 0;
}
:is(.site-home, .about-page, .services-page) .shared-service-layout > .shared-service-feature {
	width: auto;
	height: auto;
	min-width: 0;
	min-height: 0;
	border-radius: 24px;
	box-shadow: 0 8px 24px rgba(0, 35, 70, .14);
}
:is(.site-home, .about-page, .services-page) .shared-service-feature::after {
	inset: 24% 0 0;
	background: linear-gradient(180deg, transparent 0%, rgba(4, 39, 91, .9) 70%, rgba(5, 61, 139, .98) 100%);
}
:is(.site-home, .about-page, .services-page) .shared-service-feature > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
:is(.site-home, .about-page, .services-page) .shared-service-feature > div {
	bottom: 24px;
	left: 24px;
	right: 24px;
}
:is(.site-home, .about-page, .services-page) .shared-service-feature h3 {
	font-size: 25px;
}
:is(.site-home, .about-page, .services-page) .shared-service-feature p {
	font-size: 15px;
	line-height: 1.65;
}
:is(.site-home, .about-page, .services-page) .shared-service-feature a {
	min-height: 40px;
	padding-inline: 18px;
	transition: transform .2s ease, box-shadow .2s ease;
}
:is(.site-home, .about-page, .services-page) .shared-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: minmax(298px, 1fr);
	gap: 16px;
	min-width: 0;
}
:is(.site-home, .about-page, .services-page) .shared-service-grid article {
	width: auto;
	height: 100%;
	min-width: 0;
	min-height: 298px;
	aspect-ratio: auto;
	padding: 24px;
	border-color: rgba(14, 51, 83, .08);
	border-radius: 24px;
	box-shadow: 0 6px 18px rgba(0, 35, 70, .1);
}
:is(.site-home, .about-page, .services-page) .shared-service-grid article > img {
	width: 56px;
	height: 56px;
	margin-bottom: 22px;
}
/* 三个业务体系展示区：抵消各 SVG 画布内不同宽度的左侧留白，让可见图标与正文左对齐 */
:is(.site-home, .about-page, .services-page) .shared-service-grid article:nth-child(1) > img {
	transform: translateX(-11px);
}
:is(.site-home, .about-page, .services-page) .shared-service-grid article:nth-child(2) > img {
	transform: translateX(-10px);
}
:is(.site-home, .about-page, .services-page) .shared-service-grid article:nth-child(3) > img {
	transform: translateX(-5px);
}
:is(.site-home, .about-page, .services-page) .shared-service-grid article:nth-child(4) > img {
	transform: translateX(-11px);
}
:is(.site-home, .about-page, .services-page) .shared-service-grid article:nth-child(5) > img {
	transform: translateX(-8px);
}
:is(.site-home, .about-page, .services-page) .shared-service-grid article:nth-child(6) > img {
	transform: translateX(-7px);
}
:is(.site-home, .about-page, .services-page) .shared-service-grid small {
	font-size: 15px;
}
:is(.site-home, .about-page, .services-page) .shared-service-grid h3 {
	font-size: 20px;
	line-height: 1.35;
}
:is(.site-home, .about-page, .services-page) .shared-service-grid p {
	font-size: 15px;
	line-height: 1.65;
}
:is(.site-home, .about-page, .services-page) .shared-service-grid a {
	margin-top: auto;
	padding-top: 18px;
}
:is(.site-home, .about-page, .services-page) .shared-service-grid article:focus-within {
	outline: 2px solid #0067b8;
	outline-offset: 3px;
}
@media (hover:hover) {
	:is(.site-home, .about-page, .services-page) .shared-service-feature a:hover {
		transform: translateY(-2px);
		box-shadow: 0 6px 18px rgba(0, 20, 55, .2);
	}
}
@media (max-width:1083px) {
	:is(.site-home, .about-page, .services-page) .shared-service-layout {
		grid-template-columns: minmax(0, 1fr);
	}
	:is(.site-home, .about-page, .services-page) .shared-service-layout > .shared-service-feature {
		height: 360px;
		min-height: 360px;
	}
	:is(.site-home, .about-page, .services-page) .shared-service-feature > img {
		object-position: center 44%;
	}
	:is(.site-home, .about-page, .services-page) .shared-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: minmax(270px, 1fr);
	}
	:is(.site-home, .about-page, .services-page) .shared-service-grid article {
		min-height: 270px;
	}
}
@media (max-width:640px) {
	:is(.site-home, .about-page, .services-page) .shared-services {
		padding-top: 64px;
		padding-bottom: 72px;
	}
	:is(.site-home, .about-page, .services-page) .shared-services .shared-heading h2 {
		font-size: 32px;
		line-height: 1.2;
	}
	:is(.site-home, .about-page, .services-page) .shared-services .shared-heading p {
		font-size: 15px;
		line-height: 1.7;
	}
	:is(.site-home, .about-page, .services-page) .shared-service-layout {
		margin-top: 32px;
		gap: 16px;
	}
	:is(.site-home, .about-page, .services-page) .shared-service-layout > .shared-service-feature {
		height: 420px;
		min-height: 420px;
		border-radius: 20px;
	}
	:is(.site-home, .about-page, .services-page) .shared-service-feature > div {
		bottom: 22px;
		left: 22px;
		right: 22px;
	}
	:is(.site-home, .about-page, .services-page) .shared-service-feature h3 {
		font-size: 24px;
	}
	:is(.site-home, .about-page, .services-page) .shared-service-grid {
		grid-template-columns: minmax(0, 1fr);
		grid-auto-rows: auto;
	}
	:is(.site-home, .about-page, .services-page) .shared-service-grid article {
		min-height: 270px;
		padding: 24px;
		border-radius: 20px;
	}
}
/* ================= 7 页 Banner 文字统一白色（后期调整只改这里） ================= */
.services-hero-copy,
.business-hero-copy {
	color: #fff;
}
/* ================= 首页 Banner（2026-09 新版五屏轮播） ================= */
.home-hero {
	height: clamp(700px, calc(37.5vw + 40px), 820px);
}
.home-hero:after {
	background: none;
}
.hero-slide img {
	object-position: center;
}
.home-hero-copy.global-shell {
	width: min(1400px, calc(100% - 48px));
	padding-top: 0;
	pointer-events: none;
}
.hero-copy-panel {
	position: absolute;
	top: clamp(140px, 8.5vw, 190px);
	left: 0;
	width: min(1040px, 100%);
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity .45s ease, transform .45s ease, visibility .45s;
	pointer-events: none;
}
.hero-copy-panel.is-active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}
.home-hero .hero-copy-panel h1,
.home-hero .hero-copy-panel h2 {
	color: #fff;
	letter-spacing: .01em!important;
	max-width: none;
	margin: 0;
	font-size: clamp(50px, 3.15vw, 64px);
	font-weight: 650!important;
	line-height: 1.2;
}
.hero-subtitle {
	color: #fff;
	margin: 16px 0 0;
	font-size: clamp(18px, .95vw, 24px);
	font-weight: 520;
	line-height: 1.45!important;
}
.home-hero .home-metrics {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
	margin: 24px 0 0;
}
.home-hero .home-metrics div {
	display: flex;
	align-items: baseline;
	min-width: 0;
	white-space: nowrap;
}
.home-hero .home-metrics div:not(:last-child):after {
	content: "";
	width: 1px;
	height: 17px;
	margin: 0 20px;
	background: #ffffffa8;
}
.home-hero .home-metrics dt,
.home-hero .home-metrics dd {
	color: #fff;
	letter-spacing: 0;
	margin: 0;
	font-size: clamp(13px, .62vw, 16px);
	line-height: 1.4;
}
.home-hero .home-metrics dt {
	margin-right: 5px;
	font-weight: 780;
}
.home-hero .home-metrics dd {
	font-weight: 430;
}
.home-hero .home-red-button {
	min-width: 102px;
	min-height: 44px;
	margin-top: 34px;
	border-radius: 999px;
	font-size: 14px;
	pointer-events: auto;
}
.home-hero .hero-tabs {
	left: 0;
	right: 0;
	width: min(1400px, calc(100% - 48px));
	margin-inline: auto;
	bottom: 36px;
	max-width: none;
	gap: 8px;
	flex-wrap: nowrap;
}
.home-hero .hero-tab {
	justify-content: space-between;
	flex: 1 1 0;
	min-width: 0;
	height: 61px;
	padding: 9px 13px;
	border-color: #ffffff24;
	border-radius: 7px;
	background: #06142680;
	text-align: left;
}
.home-hero .hero-tab-text {
	display: grid;
	gap: 4px;
	min-width: 0;
}
.home-hero .hero-tab-text strong {
	font-size: 14px;
	font-weight: 650;
	line-height: 1.1;
}
.home-hero .hero-tab-text small {
	color: currentColor;
	opacity: .62;
	font-size: 12px;
	font-weight: 450;
	line-height: 1.1;
	white-space: nowrap;
}
.home-hero .hero-tab.is-active {
	color: #202b38;
	background: #fff;
	border-color: #fff;
}
.home-hero .hero-tab.is-active .hero-tab-arrow {
	color: #e60012;
}
@media (max-width:1100px) {
	.home-hero {
		height: 700px;
	}
	.home-hero-copy.global-shell {
		width: min(100% - 48px, 1400px);
		padding-top: 90px;
	}
	.hero-copy-panel {
		top: 110px;
		width: min(900px, 100%);
	}
	.home-hero .hero-copy-panel h1,
	.home-hero .hero-copy-panel h2 {
		font-size: 48px;
	}
	.home-hero .home-metrics div:not(:last-child):after {
		margin-inline: 12px;
	}
	.home-hero .hero-tabs {
		left: 0;
		right: 0;
	}
	.home-hero .hero-tab {
		padding-inline: 10px;
	}
	.home-hero .hero-tab-text small {
		font-size: 10px;
	}
}
@media (max-width:640px) {
	.home-hero {
		height: 720px;
		min-height: 720px;
	}
	.home-hero:after {
		background: linear-gradient(90deg, #061527e8 0%, #061527bd 48%, #0615273d 100%);
	}
	.hero-slide img {
		object-position: 64% center;
	}
	.home-hero-copy.global-shell {
		width: calc(100% - 32px);
		padding: 0;
		inset: 0 16px;
	}
	.hero-copy-panel {
		top: 64px;
		left: 0;
		width: 100%;
		padding-right: 10px;
	}
	.home-hero .hero-copy-panel h1,
	.home-hero .hero-copy-panel h2 {
		max-width: 360px;
		font-size: 38px;
		line-height: 1.25;
	}
	.hero-subtitle {
		max-width: 340px;
		margin-top: 14px;
		font-size: 18px;
	}
	.home-hero .home-metrics {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, max-content));
		gap: 14px 24px;
		margin-top: 25px;
	}
	.home-hero .home-metrics div {
		display: grid;
		gap: 3px;
		white-space: normal;
	}
	.home-hero .home-metrics div:not(:last-child):after {
		display: none;
	}
	.home-hero .home-metrics dt {
		font-size: 17px;
	}
	.home-hero .home-metrics dd {
		max-width: 145px;
		font-size: 12px;
	}
	.home-hero .home-red-button {
		margin-top: 30px;
	}
	.home-hero .hero-tabs {
		left: 16px;
		right: 16px;
		width: auto;
		bottom: 18px;
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 6px;
		padding: 0;
	}
	.home-hero .hero-tab {
		height: 44px;
		padding: 8px 6px;
		justify-content: center;
		gap: 0;
		text-align: center;
	}
	.home-hero .hero-tab-text strong {
		font-size: 13px;
		white-space: nowrap;
	}
	.home-hero .hero-tab-text small,
	.home-hero .hero-tab-arrow {
		display: none;
	}
}
@media (max-width:480px) {
	.home-hero .hero-tabs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
/* 行业解决方案页面 - 选择理由区块微调（仅桌面端，避免干扰响应式） */
@media (min-width:861px) {
	.industry-reasons {
		background: linear-gradient(180deg, #f0f7ff 0%, #e8f3fc 100%);
	}
	.industry-reasons .services-suitable-art {
		background: #ffffff;
		box-shadow: 0 15px 38px rgba(52, 100, 135, .12);
	}
}
/* ======== 新闻列表页 ======== */
.news-hero {
	padding: 60px 0 44px;
	text-align: left;
	background: #fff;
}
.news-hero .global-shell,
.news-list-section .global-shell {
	max-width: 1000px;
	margin: 0 auto;
}
.news-hero h1 {
	font-size: 52px;
	font-weight: 780;
	color: #18334f;
	margin: 0;
}
.news-hero .cases-filters {
	margin-top: 36px;
	margin-bottom: 0;
	justify-content: flex-start;
}
.news-list-section {
	padding: 0 0 80px;
}
/* 精选文章 — 图片满宽 + 文字两列 */
.news-featured {
	margin-bottom: 72px;
}
.news-featured a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.news-featured img {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}
.news-featured-body {
	display: grid;
	grid-template-columns: 40% 60%;
	gap: 40px;
	margin-top: 32px;
}
.news-featured-left .news-tag,
.news-card .news-tag {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	color: #1268c9;
	margin-bottom: 12px;
}
.news-featured-left h2 {
	font-size: 24px;
	font-weight: 750;
	color: #18334f;
	line-height: 1.4;
	margin: 0;
	transition: color .2s;
}
.news-featured a:hover .news-featured-left h2 {
	color: #1268c9;
}
.news-featured-right p {
	font-size: 16px;
	color: #6b7c8e;
	line-height: 1.8;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-top: 30px;
}
/* 文章网格 */
.news-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 56px 40px;
}
.news-card a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.news-card img {
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 20px;
	display: block;
}
.news-card h3 {
	font-size: 20px;
	font-weight: 700;
	color: #18334f;
	line-height: 1.45;
	margin: 0 0 12px;
	transition: color .2s;
}
.news-card a:hover h3 {
	color: #1268c9;
}
.news-card p {
	font-size: 15px;
	color: #6b7c8e;
	line-height: 1.7;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* ======== 新闻详情页 ======== */
.news-detail {
	padding: 0 0 60px;
}
.news-detail-banner {
	background: #f5f5f7;
	padding: 32px 0 48px;
}
.news-detail .global-shell {
	max-width: 1000px;
	margin: 0 auto;
}
.news-breadcrumb {
	font-size: 13px;
	color: #94a3b3;
	margin-bottom: 32px;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.news-breadcrumb a {
	color: #5a6b7d;
	text-decoration: none;
}
.news-breadcrumb a:hover {
	color: #1268c9;
}
.news-breadcrumb span:last-child {
	color: #18334f;
	font-weight: 500;
}
.news-detail-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}
.news-detail-headline .news-tag {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color: #1268c9;
	background: #e8f1fc;
	padding: 4px 14px;
	border-radius: 20px;
	margin-bottom: 18px;
}
.news-detail-headline h1 {
	font-size: 34px;
	font-weight: 780;
	color: #18334f;
	line-height: 1.3;
	margin: 0 0 16px;
}
.news-detail-summary {
	font-size: 16px;
	color: #5a6b7d;
	line-height: 1.8;
	margin: 0 0 20px;
}
.news-detail-meta {
	display: flex;
	gap: 20px;
	font-size: 14px;
	color: #94a3b3;
}
.news-detail-hero {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	max-height: 260px;
	object-fit: cover;
	border-radius: 8px;
}
/* 文章正文排版 */
.news-detail-body {
	max-width: 780px;
	margin: 56px auto 0;
	font-size: 16px;
	line-height: 1.9;
	color: #3a4a5c;
}
.news-detail-body .lead {
	font-size: 18px;
	color: #18334f;
	font-weight: 500;
	margin-bottom: 32px;
}
.news-detail-body h2 {
	font-size: 22px;
	font-weight: 750;
	color: #18334f;
	margin: 40px 0 16px;
}
.news-detail-body p {
	margin: 0 0 18px;
}
.news-detail-body strong {
	color: #18334f;
	font-weight: 700;
}
.news-detail-body blockquote {
	margin: 28px 0;
	padding: 20px 28px;
	border-left: 4px solid #1268c9;
	background: #f5f9fd;
	border-radius: 0 8px 8px 0;
	font-size: 17px;
	color: #18334f;
	font-weight: 500;
	line-height: 1.7;
}
.news-figure {
	margin: 32px 0;
}
.news-figure img {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	object-fit: cover;
	border-radius: 8px;
}
.news-figure figcaption {
	font-size: 13px;
	color: #94a3b3;
	text-align: center;
	margin-top: 10px;
}
/* 上一篇/下一篇 */
.news-detail-pager {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	max-width: 780px;
	margin: 56px auto 0;
}
.news-detail-pager a {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 20px 24px;
	border: 1px solid #e8edf3;
	border-radius: 8px;
	text-decoration: none;
	transition: border-color .2s;
}
.news-detail-pager a:hover {
	border-color: #1268c9;
}
.news-detail-pager .pager-next {
	text-align: right;
	align-items: flex-end;
}
.news-detail-pager a span {
	font-size: 13px;
	color: #94a3b3;
}
.news-detail-pager a strong {
	font-size: 15px;
	font-weight: 600;
	color: #18334f;
	line-height: 1.4;
}
/* 相关新闻 */
.news-related {
	padding: 64px 0 80px;
	background: #f7fafd;
}
.news-related h2 {
	text-align: center;
	font-size: 28px;
	font-weight: 750;
	color: #18334f;
	margin: 0 0 40px;
}
.news-related-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
/* ======== 新闻页响应式 ======== */
@media (max-width: 1024px) {
	.news-detail-header {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.news-detail-hero {
		max-height: 340px;
	}
}
@media (max-width: 960px) {
	.news-featured-body {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.news-featured img,
	.news-detail-hero,
	.news-figure img {
		aspect-ratio: 3/2;
	}
	.news-detail-header {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.news-related-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
/* ================= value.html 问题卡片配图响应式尺寸 ================= */
/* 窄于 tablet 时 30% 防压字 */
@media (min-width:861px) and (max-width:1083px) {
	.business-problem-art[src*="image/value/"] {
		width: 30%;
		height: 46%;
		right: 0;
		bottom: 0;
	}
}
/* 宽屏卡片够宽时放大 */
@media (min-width:1084px) {
	.business-problem-art[src*="image/value/"] {
		width: 45%;
		height: 58%;
		right: 0;
		bottom: 0;
	}
}
/* ================= 窄屏隐藏问题卡片配图后的版面修复 ================= */
@media (max-width:860px) {
	.business-problem-art, .why-card-art {
		display: none;
	}
	/* 覆盖 business-problem-grid problem-4/5 为图片预留的空间 */
	.business-problem-grid .problem-4,
	.business-problem-grid .problem-5 {
		padding-right: 31px !important;
		padding-bottom: 31px !important;
		min-height: 0 !important;
	}
	/* 窄屏全宽卡片时，解除问题卡片文字最大宽度限制 */
	.why-card h3,
	.why-card p,
	.business-problem-grid h3,
	.business-problem-grid p {
		max-width: none !important;
	}
	/* About 页方法论段落窄屏单列时解除宽度限制 */
}
@media (max-width: 640px) {
	.news-detail-banner {
		padding: 24px 0 36px;
	}
	.news-hero {
		padding: 48px 0 36px;
	}
	.news-hero h1 {
		font-size: 32px;
	}
	.news-hero .cases-filters {
		gap: 8px;
	}
	.news-featured-body {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.news-featured {
		margin-bottom: 48px;
	}
	.news-featured img,
	.news-detail-hero,
	.news-figure img,
	.news-card img {
		aspect-ratio: 16/9;
	}
	.news-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.news-featured-left h2 {
		font-size: 20px;
	}
	.news-detail-headline h1 {
		font-size: 26px;
	}
	.news-detail-body {
		margin-top: 40px;
		font-size: 15px;
	}
	.news-detail-body h2 {
		font-size: 19px;
	}
	.news-detail-pager {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.news-detail-pager .pager-next {
		text-align: left;
		align-items: flex-start;
	}
	.news-related-grid {
		grid-template-columns: 1fr;
	}
}
/* ===== 服务内容卡片版式（复用：支持 3 列 / 4 列） ===== */
.business-content.service-cards-section {
	background: radial-gradient(1200px 600px at 15% 10%, #cfe4f5 0%, transparent 55%),
		radial-gradient(1000px 700px at 85% 90%, #b9d4ec 0%, transparent 55%),
		linear-gradient(135deg, #eaf3fb 0%, #f5f9fd 45%, #e8f1fa 100%);
}
.business-content.service-cards-section .business-section-bg {
	opacity: .35;
}
.service-cards {
	--card-columns: 3;
	display: grid;
	grid-template-columns: repeat(var(--card-columns), minmax(0, 1fr));
	gap: 28px;
	margin-top: 54px;
}
.service-cards.columns-4 {
	--card-columns: 4;
}
.service-card {
	background: #ffffffee;
	border: 1px solid #23456512;
	border-radius: 22px;
	box-shadow: 0 18px 44px #1e436612;
	padding: 34px 30px 32px;
	display: flex;
	flex-direction: column;
	backdrop-filter: blur(6px);
	transition: transform .28s ease, box-shadow .28s ease;
}
.service-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 26px 56px #1e43661f;
}
.service-card-q {
	color: #5b6b7d;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 14px;
}
.service-card-title {
	color: #142438;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 760;
	margin: 0 0 20px;
}
.service-card-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	color: #fff;
	background: #0067b8;
	border-radius: 999px;
	padding: 9px 20px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 24px;
	transition: background .2s ease;
}
.service-card-cta:hover {
	background: #005a9e;
}
.service-card-block {
	border-top: 1px solid #23456514;
	padding-top: 18px;
	margin-top: 2px;
}
.service-card-block + .service-card-block {
	margin-top: 18px;
}
.service-card-label {
	display: block;
	color: #17283a;
	font-size: 14px;
	font-weight: 720;
	margin-bottom: 10px;
}
.service-card-block p {
	color: #4a5c6e;
	font-size: 14px;
	line-height: 1.78;
	margin: 0;
}
.service-card-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 9px;
}
.service-card-list li {
	color: #4a5c6e;
	font-size: 14px;
	line-height: 1.5;
	padding-left: 22px;
	position: relative;
}
.service-card-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 13px;
	height: 8px;
	border-left: 2px solid #0067b8;
	border-bottom: 2px solid #0067b8;
	transform: rotate(-45deg);
}
@media (max-width:1024px) {
	.service-cards, .service-cards.columns-4 {
		--card-columns: 2;
	}
}
@media (max-width:640px) {
	.service-cards, .service-cards.columns-4 {
		--card-columns: 1;
		gap: 20px;
		margin-top: 38px;
	}
	.service-card {
		padding: 28px 24px;
	}
	.service-card-title {
		font-size: 22px;
	}
}
