.pc-1200px {
	display: none !important;
}

.vsz-page,
.vsz-page * {
	box-sizing: border-box;
}

.vsz-page {
	color: #14263a;
	background: #fff;
	font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
}

.vsz-page h1,
.vsz-page h2,
.vsz-page h3,
.vsz-page h4,
.vsz-page p,
.vsz-page figure {
	margin: 0;
}

.vsz-page img {
	display: block;
	max-width: 100%;
}

.vsz-page a {
	color: inherit;
	text-decoration: none;
}

.wp-preview-wrapper {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 0 60px;
}

.zt-hero {
	position: relative;
	width: 100vw;
	min-height: 620px;
	margin-left: calc(50% - 50vw);
	padding: 100px 24px 90px;
	display: flex;
	align-items: center;
	background:
		linear-gradient(100deg, rgba(8, 32, 60, 0.94) 0%, rgba(8, 32, 60, 0.82) 45%, rgba(8, 32, 60, 0.55) 70%, rgba(8, 32, 60, 0.25) 100%),
		url("../img/stencil-zhuanti/hero-bg.png") center 25% / cover no-repeat;
	background-color: #08203c;
	overflow: hidden;
}

.zt-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(6, 29, 53, 0.95) 0%, rgba(6, 29, 53, 0.82) 45%, rgba(7, 59, 109, 0.4) 100%);
}

.zt-hero-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.zt-hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 100px;
	color: #59c6ff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.zt-hero-eyebrow::before {
	content: "";
	width: 28px;
	height: 4px;
	border-radius: 2px;
	background: linear-gradient(90deg, #0096df 0 62%, #91c91d 62%);
	transform: skewX(-18deg);
}

.zt-hero h1 {
	max-width: 780px;
	margin: 0 0 42px;
	color: #fff;
	font-size: clamp(42px, 4.9vw, 64px);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.zt-hero h1 .accent {
	display: block;
	margin-top: 4px;
	color: #59c6ff;
	white-space: nowrap;
}

.zt-hero-lead {
	max-width: 680px;
	margin: 0 0 120px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 17px;
	line-height: 1.85;
	overflow-wrap: anywhere;
	white-space: normal;
}

.zt-hero-lead strong {
	color: rgba(255, 255, 255, 0.95);
	font-weight: 600;
	white-space: normal;
}

.zt-hero-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	max-width: 680px;
	margin-top: 34px;
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.zt-hero-stat {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.zt-hero-stat b {
	color: #91c91d;
	font-size: 23px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.02em;
}

.zt-hero-stat span {
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
	font-weight: 600;
}

.zt-dimensions {
	position: relative;
	z-index: 3;
	width: 100vw;
	margin-top: -50px;
	margin-left: calc(50% - 50vw);
	padding: 0 24px;
}

.zt-dimensions-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	max-width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #dce7ef;
	border-radius: 24px;
	background: #dce7ef;
	box-shadow: 0 24px 70px rgba(8, 55, 94, 0.13);
}

.zt-dimension {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 26px 22px;
	overflow: hidden;
	background: #fff;
	transition: background 0.25s ease;
}

.zt-dimension:hover,
.zt-dimension:focus-visible {
	background: #f4f8fb;
}

.zt-dimension:hover .zt-dimension-num,
.zt-dimension:focus-visible .zt-dimension-num {
	color: #fff;
	background: linear-gradient(135deg, #0096df, #0074c8);
}

.zt-dimension-num {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	color: #0074c8;
	background: #eaf6fc;
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: 900;
	transition: all 0.25s ease;
}

.zt-dimension-text strong,
.zt-dimension-text small {
	display: block;
}

.zt-dimension-text strong {
	margin-bottom: 4px;
	color: #14263a;
	font-size: 16px;
	font-weight: 700;
}

.zt-dimension-text small {
	color: #74879a;
	font-size: 13px;
	line-height: 1.5;
}

.zt-intro {
	max-width: 920px;
	margin: 0 auto;
	padding: 60px 24px 0;
}

.zt-intro-pain {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 28px 0 24px;
	padding: 26px 28px;
	border-left: 4px solid #0096df;
	border-radius: 14px;
	background: #f4f8fb;
}

.zt-intro-pain-item {
	color: #14263a;
	font-size: 15px;
	line-height: 1.8;
}

.zt-intro-pain-item strong {
	color: #0096df;
	font-weight: 800;
}

.zt-intro-pain-item span {
	margin-left: 8px;
	color: #74879a;
}

.zt-intro-summary {
	color: #42566c;
	font-size: 15px;
	line-height: 1.85;
}

.zt-section-title {
	display: flex;
	align-items: center;
	gap: 14px;
	max-width: 920px;
	margin: 64px auto 24px;
	padding: 0 24px;
	scroll-margin-top: 120px;
}

.zt-section-title-bar {
	flex: none;
	width: 42px;
	height: 5px;
	border-radius: 3px;
	background: linear-gradient(90deg, #0096df 0 65%, #91c91d 65%);
	transform: skewX(-18deg);
}

.zt-section-title h2 {
	color: #14263a;
	font-size: 26px;
	font-weight: 900;
	letter-spacing: -0.02em;
}

.zt-section-title > span:last-child {
	margin-left: auto;
	color: #74879a;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.zt-article-list {
	display: flex;
	flex-direction: column;
	max-width: 920px;
	margin: 0 auto;
	padding: 0 24px;
}

.zt-article-row {
	position: relative;
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 22px 14px;
	border-bottom: 1px solid #edf2f7;
	transition: all 0.25s ease;
}

.zt-article-row:last-child {
	border-bottom: none;
}

.zt-article-row::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 60%;
	border-radius: 0 3px 3px 0;
	background: linear-gradient(180deg, #0096df, #0074c8);
	transform: translateY(-50%);
	transition: width 0.25s ease;
}

.zt-article-row:hover,
.zt-article-row:focus-visible {
	padding-left: 24px;
	border-bottom-color: transparent;
	border-radius: 12px;
	background: #f4f8fb;
}

.zt-article-row:hover::before,
.zt-article-row:focus-visible::before {
	width: 4px;
}

.zt-article-num {
	flex: none;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	color: #0074c8;
	background: #eaf6fc;
	font-family: Georgia, serif;
	font-size: 15px;
	font-weight: 900;
	transition: all 0.25s ease;
}

.zt-article-row:hover .zt-article-num,
.zt-article-row:focus-visible .zt-article-num {
	color: #fff;
	background: linear-gradient(135deg, #0096df, #0074c8);
	transform: scale(1.05);
}

.zt-article-body {
	flex: 1;
	min-width: 0;
}

.zt-article-title,
.zt-article-excerpt {
	display: block;
}

.zt-article-title {
	margin-bottom: 5px;
	color: #14263a;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	transition: color 0.2s ease;
}

.zt-article-row:hover .zt-article-title,
.zt-article-row:focus-visible .zt-article-title {
	color: #0074c8;
}

.zt-article-excerpt {
	display: -webkit-box;
	overflow: hidden;
	color: #74879a;
	font-size: 13px;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.zt-case-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	max-width: 920px;
	margin: 0 auto;
	padding: 0 24px;
}

.zt-case-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #edf2f7;
	border-radius: 16px;
	background: #fff;
	transition: all 0.3s ease;
}

.zt-case-card:hover,
.zt-case-card:focus-visible {
	border-color: #dce7ef;
	box-shadow: 0 22px 50px rgba(8, 55, 94, 0.14);
	transform: translateY(-6px);
}

.zt-case-media {
	position: relative;
	display: block;
	height: 180px;
	overflow: hidden;
	background: #061d35;
}

.zt-case-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.zt-case-card:hover .zt-case-media img,
.zt-case-card:focus-visible .zt-case-media img {
	transform: scale(1.08);
}

.zt-case-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(transparent 40%, rgba(6, 29, 53, 0.78));
}

.zt-case-badge {
	position: absolute;
	bottom: 14px;
	left: 14px;
	padding: 5px 12px;
	border-radius: 6px;
	color: #fff;
	background: rgba(0, 150, 223, 0.92);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.zt-case-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 22px 22px 24px;
}

.zt-case-title,
.zt-case-excerpt {
	display: block;
}

.zt-case-title {
	margin-bottom: 10px;
	color: #14263a;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.45;
	transition: color 0.2s ease;
}

.zt-case-card:hover .zt-case-title,
.zt-case-card:focus-visible .zt-case-title {
	color: #0074c8;
}

.zt-case-excerpt {
	display: -webkit-box;
	overflow: hidden;
	color: #74879a;
	font-size: 13px;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.zt-cta {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	max-width: 920px;
	margin: 48px auto 0;
	padding: 40px 44px;
	overflow: hidden;
	border-radius: 20px;
	background: linear-gradient(100deg, #073b6d 0%, #0074c8 55%, #00a8e8 100%);
}

.zt-cta::before,
.zt-cta::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
}

.zt-cta::before {
	top: -80px;
	right: -80px;
	width: 320px;
	height: 320px;
}

.zt-cta::after {
	right: 60px;
	bottom: -120px;
	width: 260px;
	height: 260px;
	background: rgba(255, 255, 255, 0.05);
}

.zt-cta-content,
.zt-cta-btns {
	position: relative;
	z-index: 1;
}

.zt-cta-content {
	max-width: 560px;
}

.zt-cta-content h2 {
	margin-bottom: 12px;
	color: #fff;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.3;
}

.zt-cta-content p {
	color: rgba(255, 255, 255, 0.85);
	font-size: 14px;
	line-height: 1.7;
}

.zt-cta-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.zt-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 26px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	transition: all 0.25s ease;
}

.zt-cta-btn.primary {
	color: #0074c8;
	background: #fff;
}

.zt-cta-btn.primary:hover,
.zt-cta-btn.primary:focus-visible {
	background: #f4f8fb;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}

.zt-cta-btn.secondary {
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff;
	background: rgba(255, 255, 255, 0.15);
}

.zt-cta-btn.secondary:hover,
.zt-cta-btn.secondary:focus-visible {
	background: rgba(255, 255, 255, 0.25);
	transform: translateY(-2px);
}

@media (max-width: 920px) {
	.div1 .drawer-hamburger {
		top: 0 !important;
		right: 0 !important;
		display: block !important;
		width: 60px !important;
		height: 60px !important;
		padding: 0 !important;
		z-index: 101;
	}

	.div1 .drawer-hamburger-icon,
	.div1 .drawer-hamburger-icon::before,
	.div1 .drawer-hamburger-icon::after {
		background-color: #fff !important;
	}

	.zt-hero {
		padding: 80px 20px 70px;
	}

	.zt-dimensions-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.zt-case-grid {
		grid-template-columns: 1fr;
		padding: 0 28px;
	}

	.zt-article-list,
	.zt-section-title,
	.zt-intro,
	.zt-cta {
		width: auto;
		max-width: none;
		margin-right: 24px;
		margin-left: 24px;
		padding-right: 0;
		padding-left: 0;
	}

	.zt-section-title {
		margin-top: 64px;
		margin-bottom: 24px;
	}

	.zt-cta {
		margin-top: 48px;
		padding: 40px 44px;
	}
}

@media (max-width: 680px) {
	.zt-hero {
		min-height: 540px;
		padding: 60px 18px 50px;
	}

	.zt-hero-eyebrow {
		margin-bottom: 72px;
	}

	.zt-hero h1 {
		font-size: 32px;
	}

	.zt-hero-lead {
		margin-bottom: 80px;
	}

	.zt-hero-stats {
		flex-wrap: wrap;
		gap: 24px;
	}

	.zt-hero-stat b {
		font-size: 28px;
	}

	.zt-dimensions {
		margin-top: -30px;
		padding-right: 18px;
		padding-left: 18px;
	}

	.zt-dimensions-grid {
		grid-template-columns: 1fr;
		border-radius: 18px;
	}

	.zt-article-list,
	.zt-section-title,
	.zt-intro,
	.zt-cta {
		margin-right: 18px;
		margin-left: 18px;
	}

	.zt-intro-pain-item span {
		display: block;
		margin-top: 4px;
		margin-left: 0;
	}

	.zt-section-title {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.zt-section-title > span:last-child {
		flex-basis: 100%;
		margin-left: 56px;
	}

	.zt-article-row {
		flex-wrap: wrap;
		gap: 12px;
		padding: 18px 8px;
	}

	.zt-article-body {
		flex: 1 1 100%;
	}

	.zt-article-excerpt {
		-webkit-line-clamp: 2;
	}

	.zt-cta {
		flex-direction: column;
		gap: 26px;
		padding: 32px 24px;
		text-align: center;
	}

	.zt-cta-content h2 {
		font-size: 22px;
	}

	.zt-cta-btns {
		justify-content: center;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vsz-page *,
	.vsz-page *::before,
	.vsz-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
