:root {
	--zh-green: #8CC633;
	--zh-ink: #172635;
	--zh-text: #4e5b64;
	--zh-soft: #f6f4ef;
	--zh-light: #f8f8f6;
	--zh-line: #e6e0d5;
	--zh-gold: #bd8b3b;
	--zh-gold-dark: #8b642d;
	--zh-gold-soft: #efe0c5;
	--zh-blue: #102235;
}

body.home .site-content,
body.front-page .site-content {
	padding: 0;
}

body.home .dt_pagetitle,
body.home .dt-breadcrumb,
body.home .breadcrumb-area,
body.home .site-breadcrumb {
	display: none !important;
}

body.home .dt_header,
body.home .dt_header-inner,
body.home .dt_header-navwrapper,
body.home .dt_header-navwrapperinner,
body.home .dt_navbar,
body.home .dt_navbar-wrapper,
body.home .dt_mobilenav {
	background: #fff !important;
	background-image: none !important;
}

body.home .dt_header {
	position: sticky;
	top: 0;
	z-index: 9999;
	border-bottom: 1px solid rgba(189, 139, 59, 0.18);
	box-shadow: 0 8px 26px rgba(23, 38, 53, 0.06);
	transition: transform 0.32s ease, opacity 0.32s ease, box-shadow 0.32s ease;
	will-change: transform;
}

body.admin-bar.home .dt_header {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar.home .dt_header {
		top: 46px;
	}
}

body.home .dt_header.zh-header-hidden {
	opacity: 0;
	transform: translateY(-100%);
}

body.home .dt_navbar-wrapperinner,
body.home .dt_navbar,
body.home .dt_navbar-wrapper,
body.home .dt_navbar-wrapper .dt-row {
	min-height: 76px;
}

body.home .site--logo {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	min-width: 220px !important;
	width: auto !important;
	text-align: left !important;
	white-space: nowrap !important;
}

body.home .site--logo > *,
body.home .site--logo a,
body.home .dt_mobilenav-logo .site--logo > *,
body.home .dt_mobilenav-logo .site--logo a {
	width: auto !important;
	max-width: none !important;
	text-align: left !important;
}

body.home .dt_header-topbar {
	display: block !important;
	background: #102235 !important;
	color: #fff;
}

body.home .dt_mobilenav-topbar {
	display: none !important;
}

.zh-topbar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 28px;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0;
}

.zh-topbar span {
	position: relative;
	padding-left: 15px;
	color: rgba(255, 255, 255, 0.88);
}

.zh-topbar span::before {
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f5c400;
	content: "";
}

body.home .dt_navbar-wrapper,
body.home .dt_mobilenav {
	position: relative !important;
}

body.home .dt_navbar-mainmenu > li > a,
body.home .dt_mobilenav-mainmenu-content a {
	color: var(--zh-ink) !important;
	font-weight: 700;
}

body.home .dt_header .dt-btn-primary,
body.home .dt_header .dt_navbar-button-item .dt-btn {
	border-color: #f5c400;
	border-radius: 999px;
	background: #f5c400;
	color: #102033;
	font-weight: 800;
	box-shadow: 0 8px 18px rgba(245, 196, 0, 0.22);
	transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

body.home .dt_header .dt-btn-primary:hover,
body.home .dt_header .dt_navbar-button-item .dt-btn:hover {
	background: #ddb000;
	color: #102033;
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(221, 176, 0, 0.25);
}

body.home .dt_navbar-wrapper .dt-container,
body.home .dt_mobilenav .dt-container {
	padding-top: 7px;
	padding-bottom: 7px;
}

.zh-header-brand {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 10px !important;
	width: auto !important;
	max-width: none !important;
	text-align: left !important;
	white-space: nowrap !important;
	animation: zhLogoIn 0.55s ease both;
}

.zh-brand-link {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 10px !important;
	width: auto !important;
	max-width: none !important;
	text-align: left !important;
	text-decoration: none;
	white-space: nowrap !important;
}

.zh-header-brand *,
.zh-brand-link * {
	box-sizing: border-box;
}

.zh-brand-icon {
	width: 48px !important;
	height: 48px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 48px !important;
}

.zh-brand-icon img {
	display: block !important;
	width: 48px !important;
	height: 48px !important;
	max-width: 48px !important;
	max-height: 48px !important;
	object-fit: contain !important;
}

.zh-brand-text {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: flex-start !important;
	width: auto !important;
	max-width: none !important;
	line-height: 1 !important;
	text-align: left !important;
	white-space: nowrap !important;
}

.zh-brand-name {
	display: block !important;
	color: #172536;
	font-size: 24px !important;
	font-weight: 800 !important;
	letter-spacing: 0.03em !important;
	line-height: 1 !important;
	text-align: left !important;
}

.zh-brand-sub {
	display: block !important;
	margin-top: 5px !important;
	color: #4b5563;
	font-size: 11px !important;
	font-weight: 700 !important;
	letter-spacing: 0.32em !important;
	line-height: 1 !important;
	text-align: left !important;
}

.zh-brand-link,
.zh-brand-icon img,
.zh-brand-name,
.zh-brand-sub {
	transition: color 0.28s ease, transform 0.28s ease, opacity 0.28s ease;
}

.zh-brand-link:hover {
	text-decoration: none;
}

.zh-brand-link:hover .zh-brand-icon img {
	transform: scale(1.04);
}

.zh-brand-link:hover .zh-brand-name {
	color: #0f3558;
}

.zh-brand-link:hover .zh-brand-sub {
	color: var(--zh-green);
}

@keyframes zhLogoIn {
	from {
		opacity: 0;
		transform: translateY(-4px) scale(0.96);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

body.home .dt_navbar-mainmenu > li > a,
body.home .dt_mobilenav-mainmenu-content .dt_navbar-mainmenu > li > a,
body.home .main-navigation a,
body.home .primary-menu a,
body.home .nav-menu > li > a,
body.home .menu > li > a,
body.home .zh-header-nav a {
	position: relative;
	transition: color 0.28s ease;
}

body.home .dt_navbar-mainmenu > li > a::after,
body.home .dt_mobilenav-mainmenu-content .dt_navbar-mainmenu > li > a::after,
body.home .main-navigation a::after,
body.home .primary-menu a::after,
body.home .nav-menu > li > a::after,
body.home .menu > li > a::after,
body.home .zh-header-nav a::after {
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 0;
	height: 2px;
	background: #b8862b;
	content: "";
	transition: width 0.28s ease;
}

body.home .dt_navbar-mainmenu > li > a:hover,
body.home .dt_navbar-mainmenu > li.current-menu-item > a,
body.home .dt_navbar-mainmenu > li.current_page_item > a,
body.home .dt_mobilenav-mainmenu-content .dt_navbar-mainmenu > li > a:hover,
body.home .main-navigation a:hover,
body.home .primary-menu a:hover,
body.home .nav-menu > li > a:hover,
body.home .menu > li > a:hover,
body.home .zh-header-nav a:hover {
	color: #b8862b !important;
}

body.home .dt_navbar-mainmenu > li > a:hover::after,
body.home .dt_navbar-mainmenu > li.current-menu-item > a::after,
body.home .dt_navbar-mainmenu > li.current_page_item > a::after,
body.home .dt_mobilenav-mainmenu-content .dt_navbar-mainmenu > li > a:hover::after,
body.home .main-navigation a:hover::after,
body.home .primary-menu a:hover::after,
body.home .nav-menu > li > a:hover::after,
body.home .menu > li > a:hover::after,
body.home .zh-header-nav a:hover::after {
	width: 100%;
}

@media (min-width: 992px) {
	body.home .dt_navbar-mainmenu .menu-item-has-children,
	body.home .dt_navbar-mainmenu li.menu-item-has-children,
	body.home .menu .menu-item-has-children {
		position: relative;
	}

	body.home .dt_navbar-mainmenu .menu-item-has-children > .sub-menu,
	body.home .dt_navbar-mainmenu li.menu-item-has-children > .sub-menu,
	body.home .menu .menu-item-has-children > .sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 220px;
		margin: 0;
		padding: 10px 0;
		border: 1px solid rgba(15, 35, 55, 0.08);
		border-radius: 10px;
		background: #fff;
		box-shadow: 0 12px 32px rgba(15, 35, 55, 0.12);
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px);
		transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
		z-index: 999;
	}

	body.home .dt_navbar-mainmenu .menu-item-has-children:hover > .sub-menu,
	body.home .dt_navbar-mainmenu .menu-item-has-children:focus-within > .sub-menu,
	body.home .menu .menu-item-has-children:hover > .sub-menu,
	body.home .menu .menu-item-has-children:focus-within > .sub-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	body.home .dt_navbar-mainmenu .sub-menu a,
	body.home .menu .sub-menu a {
		position: relative;
		display: block;
		padding: 10px 18px;
		color: #172536 !important;
		font-weight: 700;
		white-space: nowrap;
		text-decoration: none;
		transition: color 0.25s ease, background 0.25s ease;
	}

	body.home .dt_navbar-mainmenu .sub-menu a::after,
	body.home .menu .sub-menu a::after {
		display: none;
	}

	body.home .dt_navbar-mainmenu .sub-menu a:hover,
	body.home .menu .sub-menu a:hover {
		background: rgba(184, 134, 43, 0.08);
		color: #b8862b !important;
	}
}

.zh-home {
	background: #fff;
	color: var(--zh-ink);
	font-family: inherit;
	overflow: hidden;
}

.zh-container {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.zh-hero {
	position: relative;
	min-height: clamp(670px, 82vh, 860px);
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
}

.zh-hero__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(20, 25, 30, 0.18), rgba(20, 25, 30, 0.32));
}

.zh-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
}

.zh-hero__panel {
	width: min(980px, 100%);
	padding: clamp(38px, 5vw, 62px) clamp(26px, 5vw, 70px);
	border: 1px solid rgba(255, 255, 255, 0.36);
	border-radius: 2px;
	background: rgba(142, 139, 130, 0.5);
	box-shadow: 0 26px 76px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(2px);
}

.zh-hero__content {
	max-width: 790px;
	margin-left: 12%;
	text-align: left;
}

.zh-eyebrow,
.zh-section-kicker {
	margin: 12px 0 0;
	color: #fff;
	font-size: clamp(16px, 1.6vw, 22px);
	font-weight: 800;
	text-transform: none;
	letter-spacing: 0;
}

.zh-section-kicker {
	margin: 0 0 12px;
	color: var(--zh-gold-dark);
}

.zh-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(48px, 5vw, 78px);
	line-height: 0.95;
	font-weight: 800;
	letter-spacing: 0;
	text-shadow: 0 3px 8px rgba(0, 0, 0, 0.34);
}

.zh-hero h2 {
	margin: 16px 0 0;
	color: #fff;
	font-size: clamp(20px, 2vw, 29px);
	line-height: 1.18;
	font-weight: 800;
	letter-spacing: 0;
	white-space: nowrap;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.32);
}

.zh-hero__bullets {
	display: grid;
	gap: 9px;
	justify-content: start;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	color: #ffd800;
	font-size: clamp(18px, 1.8vw, 27px);
	font-weight: 900;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.zh-hero__bullets li {
	position: relative;
	padding-left: 32px;
}

.zh-hero__bullets li::before {
	position: absolute;
	top: -0.08em;
	left: 0;
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #ffd800;
	content: "✓";
	font-size: 1.12em;
	font-weight: 900;
}

.zh-hero__button {
	margin-top: 20px;
	min-height: 40px;
	padding: 10px 20px;
	font-size: 14px;
	box-shadow: 0 8px 18px rgba(189, 139, 59, 0.18);
}

.zh-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 26px;
	border: 0;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.zh-btn:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.zh-btn--gold {
	background: #d7a64c;
	color: #1d2630;
	box-shadow: 0 14px 24px rgba(189, 139, 59, 0.24);
}

.zh-btn--gold:hover {
	background: var(--zh-gold);
	color: #fff;
}

.zh-btn--light {
	background: rgba(255, 255, 255, 0.94);
	color: var(--zh-ink);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.zh-btn--light:hover {
	background: #fff;
	color: var(--zh-ink);
}

.zh-btn--outline {
	border: 2px solid #f5c400;
	background: #fff;
	color: var(--zh-ink);
	box-shadow: none;
}

.zh-btn--outline:hover {
	background: #f5c400;
	color: #132033;
}

.zh-section {
	padding: clamp(72px, 8vw, 110px) 0;
}

.zh-section-heading {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 36px;
}

.zh-section-heading span {
	width: 54px;
	height: 3px;
	background: var(--zh-gold);
}

.zh-section-heading h2,
.zh-recent-content h2,
.zh-video-copy h2 {
	margin: 0;
	color: var(--zh-ink);
	font-size: clamp(30px, 3vw, 44px);
	line-height: 1.16;
	font-weight: 900;
	letter-spacing: 0;
}

.zh-recent {
	background: #fff;
}

.zh-recent-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(34px, 6vw, 72px);
	align-items: center;
}

.zh-recent-media img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 0.78;
	object-fit: cover;
	border-radius: 2px;
	box-shadow: 0 24px 48px rgba(23, 38, 53, 0.12);
}

.zh-text-link {
	display: inline-flex;
	margin-top: 22px;
	color: var(--zh-gold-dark);
	font-weight: 900;
	text-decoration: none;
}

.zh-recent-list {
	display: grid;
	gap: 16px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.zh-recent-list li {
	padding-bottom: 16px;
	border-bottom: 1px solid var(--zh-line);
}

.zh-recent-list a,
.zh-recent-list span {
	color: var(--zh-ink);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.45;
	text-decoration: none;
}

.zh-recent-list a:hover {
	color: var(--zh-gold-dark);
}

.zh-trust {
	padding-block: 54px;
	background: var(--zh-soft);
}

.zh-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

.zh-stats div {
	text-align: center;
}

.zh-stats strong {
	display: block;
	color: var(--zh-gold-dark);
	font-size: clamp(46px, 5vw, 72px);
	line-height: 1;
	font-weight: 900;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0;
}

.zh-stats span {
	display: block;
	margin-top: 12px;
	color: #725c3d;
	font-size: 16px;
	font-weight: 800;
}

.zh-products,
.zh-applications,
.zh-video {
	background: var(--zh-light);
}

.zh-editorial-list {
	display: grid;
	gap: 34px;
}

.zh-editorial,
.zh-product-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.zh-product-card,
.zh-application-grid article,
.zh-feature-card {
	border: 1px solid var(--zh-line);
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 18px 46px rgba(23, 38, 53, 0.08);
}

.zh-product-card img {
	display: block;
	width: 100%;
	height: 330px;
	object-fit: cover;
}

.zh-card-body {
	padding: 30px;
}

.zh-card-body h3 {
	margin: 0;
	color: var(--zh-ink);
	font-size: 23px;
	line-height: 1.25;
	font-weight: 900;
	letter-spacing: 0;
}

.zh-card-body p {
	min-height: 58px;
	margin: 14px 0 24px;
	color: var(--zh-text);
	font-size: 16px;
	line-height: 1.65;
}

.zh-editorial-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 390px;
	object-fit: cover;
}

.zh-editorial-copy,
.zh-video-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(34px, 5vw, 62px);
}

.zh-editorial-copy h3 {
	margin: 0;
	color: var(--zh-ink);
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.14;
	font-weight: 900;
	letter-spacing: 0;
}

.zh-editorial-copy p,
.zh-video-copy p {
	margin: 18px 0 28px;
	color: var(--zh-text);
	font-size: 17px;
	line-height: 1.72;
}

.zh-why {
	background: #fff;
}

.zh-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.zh-feature-card {
	min-height: 210px;
	padding: 34px 24px;
	border: 1px solid rgba(189, 139, 59, 0.13);
	border-radius: 8px;
	background: #f3f1ec;
	text-align: center;
	box-shadow: 0 16px 34px rgba(23, 38, 53, 0.08);
}

.zh-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	margin-bottom: 22px;
	border-radius: 50%;
	background: #fff;
	color: var(--zh-gold-dark);
	box-shadow: inset 0 0 0 1px rgba(189, 139, 59, 0.18);
}

.zh-icon svg {
	width: 34px;
	height: 34px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.zh-feature-card h3 {
	margin: 0;
	color: var(--zh-gold-dark);
	font-size: 20px;
	line-height: 1.35;
	font-weight: 900;
	letter-spacing: 0;
}

.zh-application-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.zh-application-grid article {
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 16px 34px rgba(23, 38, 53, 0.08);
}

.zh-application-grid img {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.zh-application-grid h3 {
	margin: 0;
	padding: 20px 18px 24px;
	color: var(--zh-gold-dark);
	font-size: 19px;
	line-height: 1.28;
	font-weight: 900;
	letter-spacing: 0;
}

.zh-stories {
	background: #fff;
}

.zh-editorial {
	box-shadow: none;
	border: 1px solid var(--zh-line);
}

.zh-editorial-copy span {
	align-self: flex-start;
	margin-bottom: 16px;
	padding: 6px 14px;
	border-radius: 999px;
	background: var(--zh-gold-soft);
	color: var(--zh-gold-dark);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.zh-video-frame {
	width: 100%;
	padding: clamp(14px, 2.2vw, 24px);
	border: 1px solid var(--zh-line);
	border-radius: 8px;
	background: #e8dfd2;
	box-shadow: 0 18px 38px rgba(23, 38, 53, 0.12);
}

.zh-video-frame video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	background: #111;
	border-radius: 4px;
}

.zh-bottom-cta {
	background: #fff;
	text-align: center;
}

.zh-bottom-cta__box {
	position: relative;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 56px 40px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.zh-bottom-cta__shade {
	position: absolute;
	inset: 0;
	background: rgba(13, 32, 51, 0.74);
}

.zh-bottom-cta__content {
	position: relative;
	z-index: 1;
	max-width: 820px;
	margin: 0 auto;
}

.zh-bottom-cta h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(36px, 4.1vw, 54px);
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: 0;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

.zh-bottom-cta p {
	margin: 14px 0 24px;
	color: rgba(255,255,255,0.88);
	font-size: clamp(17px, 1.6vw, 21px);
	line-height: 1.5;
}

.zh-service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 34px;
}

.zh-service-card {
	min-height: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 26px 16px;
	border-radius: 8px;
	background: #eeeeec;
	box-shadow: 0 8px 0 rgba(23, 38, 53, 0.18), 0 12px 26px rgba(23, 38, 53, 0.12);
}

.zh-service-card .zh-icon {
	width: 62px;
	height: 62px;
	margin-bottom: 16px;
	background: transparent;
	color: var(--zh-gold-dark);
	box-shadow: none;
}

.zh-service-card .zh-icon svg {
	width: 48px;
	height: 48px;
	stroke-width: 1.6;
}

.zh-service-card h3 {
	margin: 0;
	color: var(--zh-gold-dark);
	font-size: clamp(18px, 1.8vw, 24px);
	line-height: 1.2;
	font-weight: 900;
	letter-spacing: 0;
}

.zh-footer-main {
	padding: 66px 0 58px;
	background: var(--zh-blue);
	color: rgba(255,255,255,0.78);
}

.zh-footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
	gap: clamp(40px, 7vw, 88px);
	align-items: start;
}

.zh-footer-grid h3,
.zh-footer-grid h4 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 0;
}

.zh-footer-grid h4 {
	margin-top: 34px;
	font-size: 20px;
}

.zh-footer-grid p {
	max-width: 640px;
	margin: 0;
	color: rgba(255,255,255,0.72);
	line-height: 1.75;
}

.zh-footer-form {
	max-width: 330px;
	width: 100%;
	margin: 18px 0 34px;
}

.zh-footer-form .wpforms-container,
.zh-footer-form .wpforms-container-full {
	display: block !important;
	visibility: visible !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}

.zh-footer-form .wpforms-form,
.zh-footer-form form {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 0 48px 0 14px !important;
	border: 1px solid rgba(255,255,255,0.75) !important;
	border-radius: 999px !important;
	background: transparent !important;
	overflow: visible !important;
	box-shadow: none !important;
}

.zh-footer-form .wpforms-field-container {
	display: block !important;
	visibility: visible !important;
	flex: 1 1 auto !important;
	min-width: 0 !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}

.zh-footer-form .wpforms-field {
	display: block !important;
	visibility: visible !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}

.zh-footer-form .wpforms-field-label,
.zh-footer-form .wpforms-required-label {
	display: none !important;
}

.zh-footer-form input[type="email"] {
	display: block !important;
	visibility: visible !important;
	width: 100% !important;
	max-width: none !important;
	height: 40px !important;
	min-height: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 40px !important;
	box-shadow: none !important;
	outline: none !important;
}

.zh-footer-form input[type="email"]:placeholder-shown {
	text-overflow: ellipsis;
}

.zh-footer-form input[type="email"]::placeholder {
	color: rgba(255,255,255,0.95) !important;
	opacity: 1 !important;
}

.zh-footer-form .wpforms-submit-container {
	position: absolute !important;
	top: 50% !important;
	right: 6px !important;
	display: block !important;
	height: 32px !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: translateY(-50%) !important;
	overflow: visible !important;
}

.zh-footer-form button[type="submit"],
.zh-footer-form .wpforms-submit {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	min-height: 32px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(255,255,255,0.9) !important;
	border-radius: 50% !important;
	background: transparent !important;
	color: #fff !important;
	font-size: 0 !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	box-shadow: none !important;
	cursor: pointer !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
}

.zh-footer-form button[type="submit"]::before,
.zh-footer-form .wpforms-submit::before {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	content: ">";
	font-size: 21px;
	font-weight: 900;
	line-height: 1;
	text-indent: 0;
	transform: translate(-45%, -54%);
}

.zh-footer-form .wpforms-error,
.zh-footer-form .wpforms-confirmation-container-full,
.zh-footer-form-notice {
	display: none !important;
}

.zh-footer-form .wpforms-has-error input[type="email"],
.zh-footer-form input.wpforms-error {
	box-shadow: inset 0 -1px 0 rgba(255, 120, 120, 0.9) !important;
}

.zh-footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.zh-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 7px;
	background: rgba(255,255,255,0.95);
	color: #111;
	text-decoration: none;
	transition: transform 0.2s ease, filter 0.2s ease;
}

.zh-footer-social .zh-social-facebook {
	background: #fff;
	color: #111;
}

.zh-footer-social .zh-social-instagram {
	background: #111;
	color: #fff;
	box-shadow: inset 0 0 0 3px rgba(255,255,255,0.9);
}

.zh-footer-social .zh-social-youtube {
	width: 48px;
	background: #ff0000;
	color: #fff;
}

.zh-footer-social svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.zh-footer-social .zh-social-facebook svg,
.zh-footer-social .zh-social-youtube svg {
	fill: currentColor;
	stroke: none;
}

.zh-footer-social .zh-social-facebook svg {
	width: 31px;
	height: 31px;
}

.zh-footer-contact {
	display: grid;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.zh-footer-contact li {
	display: grid;
	gap: 4px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255,255,255,0.12);
}

.zh-footer-contact strong {
	color: #d7a64c;
	font-size: 13px;
	text-transform: uppercase;
}

.zh-footer-contact a,
.zh-footer-contact span {
	color: rgba(255,255,255,0.86);
	line-height: 1.55;
	text-decoration: none;
}

.zh-footer-contact a:hover,
.zh-footer-social a:hover {
	transform: translateY(-2px);
	filter: brightness(1.05);
}

body.home .dt_footer .footer-shape {
	display: none;
}

body.home .dt_footer_copyright {
	background: #0b1a28;
}

@media (max-width: 991px) {
	.zh-container {
		width: min(100% - 28px, 720px);
	}

	.zh-brand-icon img {
		width: 42px;
		height: 42px;
	}

	.zh-brand-name {
		font-size: 20px;
	}

	.zh-brand-sub {
		font-size: 10px;
	}

	.zh-hero {
		min-height: 660px;
	}

	.zh-hero__content {
		margin-left: 0;
	}

	.zh-hero h2 {
		white-space: normal;
	}

	.zh-recent-layout,
	.zh-product-grid,
	.zh-editorial,
	.zh-editorial--reverse,
	.zh-footer-grid {
		grid-template-columns: 1fr;
	}

	.zh-editorial--reverse .zh-editorial-copy {
		order: 2;
	}

	.zh-editorial--reverse .zh-editorial-image {
		order: 1;
	}

	.zh-stats,
	.zh-feature-grid,
	.zh-application-grid,
	.zh-service-grid {
		grid-template-columns: 1fr;
	}

	.zh-feature-card {
		min-height: 160px;
	}

	.zh-application-grid img {
		height: 240px;
	}

	.zh-bottom-cta__box {
		min-height: 280px;
		padding: 44px 24px;
	}
}

@media (max-width: 640px) {
	.zh-hero {
		min-height: 700px;
	}

	.zh-hero__panel {
		padding: 32px 20px;
	}

	.zh-hero__bullets {
		display: grid;
		justify-content: start;
		text-align: left;
	}

	.zh-btn {
		width: 100%;
	}

	.zh-product-card img,
	.zh-editorial-image img {
		min-height: 260px;
	}

	.zh-bottom-cta h2 {
		font-size: 32px;
	}

	.zh-footer-form .wpforms-form,
	.zh-footer-form form {
		border-radius: 999px;
		flex-direction: row;
	}

	.zh-footer-form button[type="submit"],
	.zh-footer-form .wpforms-submit {
		min-height: 40px;
	}
}
