/* Enterprise VR page */
body.hzy-vr-page {
	background: #f7f8f9;
}

body.hzy-vr-page header.site-header {
	position: relative !important;
	top: auto !important;
	height: auto;
	background: rgba(255,255,255,.96);
	box-shadow: 0 12px 34px rgba(14,28,52,.08);
	backdrop-filter: blur(12px);
}

body.hzy-vr-page header.site-header .header-top-bar {
	background: #121826;
	border-bottom: 1px solid rgba(255,255,255,.08);
}

body.hzy-vr-page header.site-header .lf {
	background: #fff;
	border-bottom: 1px solid rgba(231,235,241,.96);
}

body.hzy-vr-page header.site-header .nav > ul > li > a {
	color: #172033;
}

body.hzy-vr-page header.site-header .menu li img,
body.hzy-vr-page header.site-header .logo img {
	filter: none;
}

body.hzy-vr-page header.site-header .sp_nav span {
	background: #172033;
}

body.hzy-vr-page header.site-header .header-cta {
	background: #fff;
	box-shadow: inset 1px 0 0 rgba(231,235,241,.96);
}

body.hzy-vr-page header.site-header .header-cta span {
	color: #6f7a89 !important;
}

body.hzy-vr-page header.site-header .header-cta h5 a {
	color: var(--hzy-red, #d71919) !important;
}

.hzy-vr,
.hzy-vr * {
	box-sizing: border-box;
}

.hzy-vr {
	color: var(--hzy-text, #465264);
	background: #f7f8f9;
	font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

.hzy-vr a {
	text-decoration: none;
}

.hzy-vr-hero {
	position: relative;
	min-height: 760px;
	padding: 152px 0 68px;
	overflow: hidden;
	background:
		linear-gradient(115deg, rgba(248,250,253,.98), rgba(241,245,250,.96)),
		repeating-linear-gradient(135deg, rgba(23,32,51,.04) 0, rgba(23,32,51,.04) 1px, transparent 1px, transparent 20px);
}

.hzy-vr-hero-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	filter: saturate(.82) contrast(.92);
	opacity: .11;
}

.hzy-vr-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 18%, rgba(215,25,25,.10), transparent 30%),
		radial-gradient(circle at 82% 22%, rgba(29,92,255,.10), transparent 34%),
		linear-gradient(180deg, rgba(255,255,255,.78), rgba(247,248,249,.94));
	pointer-events: none;
}

.hzy-vr-hero .wp {
	position: relative;
	z-index: 1;
}

.hzy-vr-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
	gap: 54px;
	align-items: center;
	max-width: 1600px;
	margin: 0 auto;
}

.hzy-vr-eyebrow,
.hzy-vr-section-head span,
.hzy-vr-cta span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--hzy-red, #d71919);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
}

.hzy-vr-eyebrow::before,
.hzy-vr-section-head span::before,
.hzy-vr-cta span::before {
	content: "";
	width: 30px;
	height: 2px;
	background: var(--hzy-red, #d71919);
}

.hzy-vr-copy h1 {
	max-width: 840px;
	margin: 18px 0 0;
	color: var(--hzy-ink, #172033);
	font-size: 54px;
	line-height: 1.12;
	font-weight: 900;
	letter-spacing: 0;
}

.hzy-vr-copy p {
	max-width: 760px;
	margin: 22px 0 0;
	color: #4d5a6d;
	font-size: 17px;
	line-height: 1.9;
}

.hzy-vr-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.hzy-vr-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border: 1px solid #dfe5ee;
	border-radius: 6px;
	background: #fff;
	color: var(--hzy-ink, #172033);
	font-size: 15px;
	font-weight: 800;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.hzy-vr-btn:hover {
	transform: translateY(-2px);
	border-color: rgba(215,25,25,.24);
	box-shadow: 0 14px 32px rgba(20,35,62,.10);
}

.hzy-vr-btn-primary {
	border-color: var(--hzy-red, #d71919);
	background: var(--hzy-red, #d71919);
	color: #fff !important;
	box-shadow: 0 16px 34px rgba(215,25,25,.20);
}

.hzy-vr-preview {
	position: relative;
}

.hzy-vr-device {
	position: relative;
	padding: 16px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid rgba(231,235,241,.92);
	box-shadow: 0 28px 74px rgba(20,35,62,.16);
}

.hzy-vr-device::before {
	content: "";
	position: absolute;
	left: 42px;
	right: 42px;
	bottom: -18px;
	height: 18px;
	border-radius: 0 0 8px 8px;
	background: #dce3ec;
}

.hzy-vr-device-screen {
	position: relative;
	aspect-ratio: 16 / 10.5;
	overflow: hidden;
	border-radius: 7px;
	background: #111827;
}

.hzy-vr-device-screen img,
.hzy-vr-device-screen video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.9) contrast(.98);
}

.hzy-vr-device-screen::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, transparent 40%, rgba(8,14,25,.42)),
		radial-gradient(circle at 50% 45%, transparent 0 24%, rgba(255,255,255,.16) 25%, transparent 26%);
	pointer-events: none;
}

.hzy-vr-scan {
	position: absolute;
	right: 18px;
	bottom: 16px;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border: 1px solid rgba(255,255,255,.42);
	border-radius: 50%;
	background: rgba(255,255,255,.16);
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	backdrop-filter: blur(10px);
}

.hzy-vr-panel {
	position: absolute;
	left: -26px;
	bottom: 28px;
	width: 246px;
	padding: 18px;
	border-radius: 8px;
	background: #13213a;
	box-shadow: 0 22px 48px rgba(20,35,62,.20);
}

.hzy-vr-panel b {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 1.35;
}

.hzy-vr-panel span {
	display: block;
	margin-top: 8px;
	color: rgba(255,255,255,.68);
	font-size: 12px;
	line-height: 1.7;
}

.hzy-vr-kpis {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	max-width: 1600px;
	margin: 54px auto 0;
}

.hzy-vr-kpis div {
	min-height: 122px;
	padding: 20px;
	border: 1px solid rgba(231,235,241,.92);
	border-radius: 8px;
	background: rgba(255,255,255,.82);
	box-shadow: 0 16px 34px rgba(20,35,62,.07);
}

.hzy-vr-kpis b {
	display: block;
	color: var(--hzy-ink, #172033);
	font-size: 20px;
	font-weight: 900;
}

.hzy-vr-kpis span {
	display: block;
	margin-top: 10px;
	color: #687386;
	font-size: 14px;
	line-height: 1.7;
}

.hzy-vr-section {
	padding: 72px 0;
	background: #f7f8f9;
}

.hzy-vr-section:nth-of-type(2) {
	background: #fff;
}

.hzy-vr-section .wp-cont,
.hzy-vr-cta-wrap .wp-cont {
	max-width: 1600px;
	margin: 0 auto;
}

.hzy-vr-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
	gap: 28px;
	align-items: end;
	margin-bottom: 28px;
}

.hzy-vr-section-head h2,
.hzy-vr-cta h2 {
	margin: 12px 0 0;
	color: var(--hzy-ink, #172033);
	font-size: 34px;
	line-height: 1.25;
	font-weight: 900;
	letter-spacing: 0;
}

.hzy-vr-section-head p,
.hzy-vr-cta p {
	margin: 0;
	color: #667286;
	font-size: 15px;
	line-height: 1.85;
}

.hzy-vr-service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.hzy-vr-service-card {
	position: relative;
	min-height: 230px;
	padding: 24px;
	border: 1px solid rgba(231,235,241,.92);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(20,35,62,.08);
	overflow: hidden;
}

.hzy-vr-service-card::after {
	content: "";
	position: absolute;
	right: -28px;
	top: -28px;
	width: 96px;
	height: 96px;
	border: 18px solid rgba(215,25,25,.06);
	border-radius: 50%;
}

.hzy-vr-service-card small {
	color: #a4adba;
	font-size: 12px;
	font-weight: 900;
}

.hzy-vr-service-card h3 {
	margin: 18px 0 0;
	color: var(--hzy-ink, #172033);
	font-size: 21px;
	line-height: 1.38;
	font-weight: 900;
}

.hzy-vr-service-card p {
	margin: 12px 0 0;
	color: #647084;
	font-size: 14px;
	line-height: 1.8;
}

.hzy-vr-cases {
	background: #f7f8f9;
}

.video9yzz {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 999;
	background: rgba(8,14,25,.86);
	cursor: pointer;
}

.video9yzz[style*="display: block"],
.video9yzz:not([style*="display: none"]) {
	display: block !important;
}

.video9y ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.video9y ul li {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(231,235,241,.92);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(20,35,62,.08);
	cursor: pointer;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.video9y ul li:hover {
	transform: translateY(-4px);
	border-color: rgba(215,25,25,.20);
	box-shadow: 0 22px 48px rgba(20,35,62,.13);
}

.video9y ul li .img {
	position: relative;
	aspect-ratio: 16 / 9.6;
	overflow: hidden;
	background: #111827;
}

.video9y ul li .img > img:first-child {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.video9y ul li:hover .img > img:first-child {
	transform: scale(1.04);
}

.video9y ul li .img::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(8,14,25,.42));
	pointer-events: none;
}

.video9y ul li .img img.play-icon,
.video9y ul li .img img:last-child {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 54px;
	height: 54px;
	transform: translate(-50%, -50%);
	filter: drop-shadow(0 10px 18px rgba(0,0,0,.28));
	pointer-events: none;
}

.hzy-vr-case-body {
	padding: 18px 20px 20px;
}

.hzy-vr-case-body span {
	color: var(--hzy-red, #d71919);
	font-size: 12px;
	font-weight: 900;
}

.hzy-vr-case-body h3 {
	margin: 8px 0 0;
	color: var(--hzy-ink, #172033);
	font-size: 20px;
	line-height: 1.42;
	font-weight: 900;
}

.video9y ul li video {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1000;
	max-width: min(980px, 88vw);
	max-height: 78vh;
	border-radius: 8px;
	box-shadow: 0 22px 70px rgba(0,0,0,.45);
	transform: translate(-50%, -50%);
}

.video9y ul li video[style*="display: block"],
.video9y ul li video[style*="display:block"] {
	display: block !important;
}

.hzy-vr-empty {
	padding: 34px;
	border: 1px dashed #d7dde7;
	border-radius: 8px;
	background: #fff;
	text-align: center;
}

.hzy-vr-empty b {
	display: block;
	color: var(--hzy-ink, #172033);
	font-size: 22px;
}

.hzy-vr-empty p {
	max-width: 680px;
	margin: 12px auto 0;
	color: #667286;
	font-size: 15px;
	line-height: 1.8;
}

.hzy-vr-cta-wrap {
	padding: 0 0 82px;
	background: #f7f8f9;
}

.hzy-vr-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	padding: 34px 38px;
	border-radius: 8px;
	background: #13213a;
	box-shadow: 0 24px 58px rgba(20,35,62,.15);
}

.hzy-vr-cta h2 {
	color: #fff;
}

.hzy-vr-cta p {
	margin-top: 12px;
	color: rgba(255,255,255,.68);
}

.hzy-vr-cta .hzy-vr-btn {
	border-color: rgba(255,255,255,.18);
	white-space: nowrap;
}

@media (max-width: 1280px) {
	.hzy-vr-hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
		gap: 36px;
	}

	.hzy-vr-copy h1 {
		font-size: 46px;
	}

	.hzy-vr-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.hzy-vr-hero {
		min-height: 0;
		padding: 112px 0 48px;
	}

	.hzy-vr-hero-grid,
	.hzy-vr-section-head,
	.hzy-vr-cta {
		grid-template-columns: 1fr;
	}

	.hzy-vr-preview {
		max-width: 620px;
	}

	.hzy-vr-kpis,
	.video9y ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	body.hzy-vr-page header.site-header .nav-list,
	body.hzy-vr-page header.site-header .header-cta {
		display: none !important;
	}

	.hzy-vr-hero {
		padding: 84px 0 34px;
	}

	.hzy-vr-copy h1 {
		font-size: 32px;
		line-height: 1.22;
	}

	.hzy-vr-copy p {
		font-size: 15px;
		line-height: 1.75;
	}

	.hzy-vr-actions,
	.hzy-vr-service-grid,
	.hzy-vr-kpis,
	.video9y ul {
		grid-template-columns: 1fr;
	}

	.hzy-vr-actions {
		display: grid;
		gap: 10px;
	}

	.hzy-vr-btn {
		width: 100%;
		min-height: 44px;
		padding: 0 16px;
	}

	.hzy-vr-device {
		padding: 10px;
	}

	.hzy-vr-panel {
		position: static;
		width: 100%;
		margin-top: 12px;
	}

	.hzy-vr-kpis {
		margin-top: 28px;
	}

	.hzy-vr-section {
		padding: 42px 0;
	}

	.hzy-vr-section-head {
		gap: 12px;
		margin-bottom: 18px;
	}

	.hzy-vr-section-head h2,
	.hzy-vr-cta h2 {
		font-size: 26px;
	}

	.hzy-vr-service-card {
		min-height: 0;
		padding: 20px;
	}

	.video9y ul li video {
		width: calc(100vw - 28px);
		max-width: calc(100vw - 28px);
		max-height: 70vh;
	}

	.hzy-vr-cta-wrap {
		padding-bottom: 46px;
	}

	.hzy-vr-cta {
		padding: 26px 20px;
	}
}
