:root {
	--xh-bg: #f3f6fb;
	--xh-card: #ffffff;
	--xh-card-soft: #eef3f9;
	--xh-ink: #102846;
	--xh-muted: #5e7188;
	--xh-primary: #0e3a78;
	--xh-primary-deep: #0a2a52;
	--xh-secondary: #ef7c24;
	--xh-accent: #1f8a70;
	--xh-line: rgba(16, 40, 70, 0.1);
	--xh-shadow: 0 14px 34px rgba(15, 39, 66, 0.09);
	--xh-radius: 18px;
}

.xh-contact-hero {
	position: relative;
	background-image: var(--contact-hero-bg);
	background-size: cover;
	background-position: center;
	padding: 92px 0 84px;
	overflow: hidden;
}

.xh-contact-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(96deg, rgba(7, 20, 37, 0.92) 14%, rgba(7, 20, 37, 0.72) 54%, rgba(7, 20, 37, 0.3) 100%),
		radial-gradient(circle at 78% 22%, rgba(239, 124, 36, 0.24), transparent 32%);
}

.xh-contact-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 150px;
	background: linear-gradient(180deg, transparent 0%, rgba(248, 251, 255, 0.9) 100%);
	pointer-events: none;
}

.xh-contact-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 28px;
	align-items: center;
}

.xh-contact-hero__copy h1 {
	margin: 16px 0 14px;
	font-size: clamp(2.3rem, 4vw, 3.7rem);
	line-height: 1.08;
	color: #fff;
	letter-spacing: -0.04em;
	text-wrap: balance;
	text-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
}

.xh-contact-hero__copy p {
	margin: 0;
	max-width: 700px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.02rem;
	line-height: 1.74;
}

.xh-contact-hero__points {
	display: grid;
	gap: 12px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.xh-contact-hero__points li {
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	font-weight: 600;
	backdrop-filter: blur(8px);
}

.xh-contact-hero__points li::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 10px;
	border-radius: 999px;
	background: #ef7c24;
	box-shadow: 0 0 0 4px rgba(239, 124, 36, 0.16);
}

.xh-contact-hero__panel {
	padding: 26px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.1) 100%);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: #fff;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.xh-contact-hero__panel::before {
	content: "";
	position: absolute;
	top: 0;
	left: 26px;
	right: 26px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, #ef7c24 0%, rgba(255, 255, 255, 0.66) 100%);
}

.xh-contact-hero__panel-head strong,
.xh-contact-hero__meta strong {
	display: block;
}

.xh-contact-hero__panel-head strong {
	font-size: 1.24rem;
}

.xh-contact-hero__panel-head span,
.xh-contact-hero__meta span {
	display: block;
	color: rgba(255, 255, 255, 0.76);
}

.xh-contact-hero__panel-head span {
	margin-top: 8px;
	line-height: 1.64;
}

.xh-contact-hero__cards {
	display: grid;
	gap: 14px;
	margin-top: 22px;
}

.xh-contact-hero__card {
	position: relative;
	padding: 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.xh-contact-hero__card:hover {
	transform: translateY(-3px);
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.18);
}

.xh-contact-hero__card-label {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.xh-contact-hero__card-value {
	margin-top: 8px;
	font-size: 1.08rem;
	font-weight: 700;
	color: #fff;
}

.xh-contact-hero__card p {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.64;
}

.xh-contact-hero__meta {
	display: grid;
	gap: 14px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.xh-contact-hero__meta strong {
	margin-top: 5px;
	color: #fff;
	line-height: 1.6;
}

.xh-contact-main {
	background:
		radial-gradient(circle at 0% 10%, rgba(239, 124, 36, 0.05), transparent 20%),
		linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.xh-contact-main__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
	gap: 28px;
	align-items: start;
}

.xh-contact-main__steps {
	display: grid;
	gap: 16px;
}

.xh-contact-main__step {
	display: grid;
	grid-template-columns: 70px 1fr;
	gap: 18px;
	padding: 22px;
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: 18px;
	box-shadow: var(--xh-shadow);
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.xh-contact-main__step:hover,
.xh-contact-faq__card:hover,
.xh-contact-assurance__stats div:hover {
	transform: translateY(-4px);
	border-color: rgba(21, 63, 130, 0.16);
	box-shadow: 0 24px 54px rgba(15, 39, 66, 0.14);
}

.xh-contact-main__step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 18px;
	background: rgba(14, 58, 120, 0.08);
	color: var(--xh-primary);
	font-size: 1rem;
	font-weight: 700;
}

.xh-contact-main__step h3,
.xh-contact-faq__card h3 {
	margin: 0;
}

.xh-contact-main__step p,
.xh-contact-faq__card p {
	margin: 10px 0 0;
	color: var(--xh-muted);
	line-height: 1.68;
}

.xh-contact-main__form {
	position: relative;
	padding: 26px;
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: 24px;
	box-shadow: 0 24px 60px rgba(15, 39, 66, 0.12);
}

.xh-contact-main__form::before {
	content: "";
	position: absolute;
	top: 0;
	left: 24px;
	right: 24px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, #153f82 0%, #ef7c24 100%);
}

.xh-contact-main__fallback h3 {
	margin: 0;
}

.xh-contact-main__fallback p {
	margin: 12px 0 0;
	color: var(--xh-muted);
	line-height: 1.7;
}

.xh-contact-main__fallback .xh-button {
	margin-top: 18px;
}

.xh-contact-assurance {
	background:
		radial-gradient(circle at 82% 18%, rgba(239, 124, 36, 0.18), transparent 28%),
		linear-gradient(135deg, #0f2844 0%, #143861 46%, #0c2139 100%);
}

.xh-contact-assurance__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
	gap: 26px;
	align-items: center;
}

.xh-contact-assurance .xh-eyebrow {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.xh-contact-assurance__copy h2 {
	margin: 16px 0 0;
	font-size: clamp(1.9rem, 3vw, 2.8rem);
	line-height: 1.16;
	color: #fff;
}

.xh-contact-assurance__copy p {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.74;
}

.xh-contact-assurance__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.xh-contact-assurance__stats div {
	padding: 22px 18px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	transition: transform 0.24s ease, background 0.24s ease;
}

.xh-contact-assurance__stats strong {
	display: block;
	color: #fff;
	font-size: 1.16rem;
}

.xh-contact-assurance__stats span {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.58;
}

.xh-contact-faq {
	background: #eef4fb;
}

.xh-contact-faq__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.xh-contact-faq__card {
	padding: 24px;
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: 20px;
	box-shadow: var(--xh-shadow);
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

@media (max-width: 1180px) {
	.xh-contact-hero__grid,
	.xh-contact-main__grid,
	.xh-contact-assurance__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.xh-contact-assurance__stats,
	.xh-contact-faq__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.xh-contact-hero {
		padding: 44px 0 38px;
	}

	.xh-contact-hero__grid {
		gap: 20px;
	}

	.xh-contact-hero__copy h1 {
		font-size: clamp(2rem, 8vw, 2.45rem);
		line-height: 1.08;
	}

	.xh-contact-hero__copy p {
		font-size: 0.95rem;
		line-height: 1.62;
	}

	.xh-contact-hero__points {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 10px;
		padding-bottom: 4px;
		scrollbar-width: none;
	}

	.xh-contact-hero__points::-webkit-scrollbar {
		display: none;
	}

	.xh-contact-hero__points li {
		flex: 0 0 84%;
	}

	.xh-contact-hero__cards {
		gap: 10px;
	}

	.xh-contact-main__step {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 18px;
	}

	.xh-contact-main,
	.xh-contact-assurance,
	.xh-contact-faq {
		padding-top: 52px;
		padding-bottom: 52px;
	}

	.xh-contact-main__form,
	.xh-contact-hero__panel {
		padding: 22px;
	}

	.xh-contact-assurance__stats {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.xh-contact-faq__card {
		padding: 20px;
	}
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.home {
	margin: 0;
	background: var(--xh-bg);
	color: var(--xh-ink);
	font-family: "Roboto", "Segoe UI", sans-serif;
}

body.xhprinting-marketing-page,
body.xhprinting-marketing-page h1,
body.xhprinting-marketing-page h2,
body.xhprinting-marketing-page h3,
body.xhprinting-marketing-page h4,
body.xhprinting-marketing-page h5,
body.xhprinting-marketing-page h6,
body.xhprinting-marketing-page button,
body.xhprinting-marketing-page input,
body.xhprinting-marketing-page textarea,
body.xhprinting-marketing-page select {
	font-family: "Roboto", "Segoe UI", sans-serif;
}

body.xhprinting-marketing-page,
.xh-homepage {
	overflow-x: hidden;
}

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

a {
	text-decoration: none;
}

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

.xh-site-header {
	position: sticky;
	top: 0;
	z-index: 99;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(15, 39, 66, 0.06);
	box-shadow: 0 8px 24px rgba(16, 40, 70, 0.04);
}

.xh-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 14px 0;
}

.xh-brand {
	display: flex;
	align-items: center;
	gap: 0;
	min-width: 0;
}

.xh-brand-mark {
	width: 170px;
	height: 52px;
	border-radius: 0;
	display: grid;
	place-items: center;
	background: transparent;
	box-shadow: none;
	flex: 0 0 auto;
}

.xh-brand-mark img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.xh-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	flex: 1;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.xh-nav a {
	color: var(--xh-ink);
	font-size: 0.88rem;
	font-weight: 600;
	transition: color 0.2s ease;
}

.xh-nav a:hover {
	color: var(--xh-primary);
}

.xh-header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.xh-header-whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(34, 197, 94, 0.12);
	color: #15803d;
	font-size: 0.84rem;
	font-weight: 700;
	border: 1px solid rgba(34, 197, 94, 0.2);
	box-shadow: none;
}

.xh-header-whatsapp:hover {
	color: #15803d;
}

.xh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 24px;
	border-radius: 999px;
	background: var(--xh-primary);
	color: #fff;
	font-size: 0.92rem;
	font-weight: 700;
	border: none;
	cursor: pointer;
	box-shadow: 0 12px 30px rgba(14, 58, 120, 0.24);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.xh-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 34px rgba(14, 58, 120, 0.28);
}

.xh-button--small {
	padding: 11px 18px;
}

.xh-button--ghost {
	background: rgba(255, 255, 255, 0.96);
	color: var(--xh-primary);
	border: 1px solid rgba(14, 58, 120, 0.22);
	box-shadow: none;
}

.xh-hero {
	position: relative;
	background-image: var(--hero-bg);
	background-size: cover;
	background-position: center;
	padding: 88px 0 86px;
}

.xh-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, rgba(8, 28, 50, 0.85) 28%, rgba(8, 28, 50, 0.48) 70%);
}

.xh-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
	gap: 34px;
	align-items: center;
}

.xh-eyebrow {
	display: inline-block;
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}

.xh-hero-copy h1 {
	margin: 18px 0 14px;
	font-size: clamp(2.15rem, 4vw, 3.55rem);
	line-height: 1.08;
	color: #fff;
	max-width: 820px;
	letter-spacing: -0.035em;
}

.xh-hero-copy h1 span {
	display: block;
}

.xh-hero-copy p {
	margin: 0;
	font-size: 1.04rem;
	line-height: 1.72;
	color: rgba(255, 255, 255, 0.92);
	max-width: 680px;
}

.xh-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.xh-hero-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.xh-hero-points li {
	padding: 14px 16px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(6px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	font-size: 0.92rem;
	font-weight: 600;
	color: #fff;
}

.xh-hero-media {
	position: relative;
}

.xh-hero-media img {
	width: 100%;
	height: 470px;
	object-fit: cover;
	border-radius: 22px;
	box-shadow: var(--xh-shadow);
	border: 4px solid rgba(255, 255, 255, 0.14);
}

.xh-hero-media-card {
	position: absolute;
	left: 18px;
	bottom: 18px;
	padding: 16px;
	background: rgba(14, 58, 120, 0.9);
	color: #fff;
	border-radius: 14px;
	display: flex;
	gap: 12px;
	align-items: baseline;
}

.xh-hero-media-card strong {
	font-size: 1.7rem;
	line-height: 1;
}

.xh-hero-media-card span {
	font-size: 0.86rem;
}

.xh-hero-badge {
	position: absolute;
	padding: 10px 14px;
	border-radius: 999px;
	background: #fff;
	color: var(--xh-primary);
	font-size: 0.8rem;
	font-weight: 700;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.xh-hero-badge--top {
	top: 18px;
	right: 18px;
}

.xh-hero-badge--bottom {
	right: 22px;
	bottom: 92px;
}

.xh-cert-row {
	background: #102a47;
	padding: 14px 0;
}

.xh-cert-inner {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
}

.xh-cert-inner span {
	text-align: center;
	padding: 10px;
	font-weight: 700;
	color: #c8d6ea;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 10px;
}

.xh-home-logo-row {
	padding: 24px 0 10px;
	background: #fff;
}

.xh-home-quick-nav {
	padding: 0 0 12px;
	background: #fff;
}

.xh-home-quick-nav__inner {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 18px 20px;
	background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
	border: 1px solid var(--xh-line);
	border-radius: 20px;
	box-shadow: var(--xh-shadow);
}

.xh-home-quick-nav__label {
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--xh-primary);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.xh-home-quick-nav__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.xh-home-quick-nav__links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--xh-line);
	color: var(--xh-ink);
	font-size: 0.84rem;
	font-weight: 700;
}

.xh-home-logo-row__label {
	margin-bottom: 16px;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--xh-muted);
}

.xh-home-logo-row__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.xh-home-logo-chip {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 68px;
	padding: 14px 12px;
	background: linear-gradient(180deg, #fff 0%, #f7f9fd 100%);
	border: 1px solid var(--xh-line);
	border-radius: 16px;
	box-shadow: var(--xh-shadow);
	color: var(--xh-primary);
	font-size: 0.9rem;
	font-weight: 700;
	text-align: center;
}

.xh-stats {
	position: relative;
	z-index: 3;
	margin-top: -42px;
	padding: 0 0 56px;
	background: linear-gradient(180deg, rgba(243, 246, 251, 0) 0%, #f3f6fb 42%, #fff 100%);
}

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

.xh-stats-grid div,
.xh-buyer-item,
.xh-advantage-card,
.xh-service-item,
.xh-process-step,
.xh-trust-card,
.xh-blog-card,
.xh-faq-item,
.xh-contact-panel {
	background: var(--xh-card);
	border: 1px solid var(--xh-line);
	border-radius: var(--xh-radius);
	box-shadow: var(--xh-shadow);
}

.xh-stats-grid div {
	padding: 24px;
	box-shadow: 0 16px 42px rgba(15, 39, 66, 0.1);
}

.xh-stats-grid strong {
	display: block;
	font-size: 1.8rem;
	color: var(--xh-primary);
}

.xh-stats-grid span {
	color: var(--xh-muted);
	font-size: 0.92rem;
}

.xh-section {
	padding: 76px 0;
}

.xh-section-heading {
	max-width: 760px;
	margin-bottom: 28px;
}

.xh-section .xh-eyebrow {
	background: rgba(14, 58, 120, 0.1);
	color: var(--xh-primary);
}

.xh-section-heading h2,
.xh-factory-copy h2,
.xh-services-grid h2,
.xh-trust-copy h2,
.xh-contact-copy h2 {
	font-size: clamp(1.8rem, 2.8vw, 2.65rem);
	line-height: 1.12;
	margin: 14px 0 0;
	letter-spacing: -0.028em;
}

.xh-section-heading p,
.xh-factory-copy p,
.xh-services-grid p,
.xh-trust-copy p,
.xh-contact-copy p {
	margin: 12px 0 0;
	max-width: 760px;
	color: var(--xh-muted);
	line-height: 1.72;
}

.xh-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.xh-product-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.xh-home-product-range {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.xh-home-product-layout {
	display: grid;
	grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
	gap: 22px;
	align-items: start;
}

.xh-home-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.xh-home-product-featured {
	position: sticky;
	top: 100px;
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: 22px;
	overflow: hidden;
	box-shadow: var(--xh-shadow);
}

.xh-home-product-featured__media img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	background: #edf2f8;
}

.xh-home-product-featured__body {
	padding: 24px;
}

.xh-home-product-featured__body h3 {
	margin: 14px 0 0;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	line-height: 1.25;
}

.xh-home-product-featured__body h3 a {
	color: var(--xh-ink);
}

.xh-home-product-featured__body p {
	margin: 14px 0 0;
	color: var(--xh-muted);
	line-height: 1.7;
}

.xh-home-product-featured__body .xh-button {
	margin-top: 22px;
}

.xh-home-product-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: -4px 0 22px;
}

.xh-home-product-filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 18px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--xh-line);
	box-shadow: var(--xh-shadow);
	color: var(--xh-primary);
	font-size: 0.86rem;
	font-weight: 700;
}

.xh-home-product-filter.is-active {
	background: var(--xh-primary);
	border-color: var(--xh-primary);
	color: #fff;
}

.xh-home-product-mini {
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: var(--xh-shadow);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.xh-home-product-mini:hover {
	transform: translateY(-4px);
	border-color: rgba(14, 58, 120, 0.18);
	box-shadow: 0 20px 46px rgba(15, 39, 66, 0.13);
}

.xh-home-product-mini__thumb img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	background: #edf2f8;
}

.xh-home-product-mini__content {
	padding: 18px;
}

.xh-home-product-mini__meta {
	display: inline-block;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(14, 58, 120, 0.08);
	color: var(--xh-primary);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.xh-home-product-mini__content h3 {
	margin: 14px 0 0;
	font-size: 1rem;
	line-height: 1.45;
}

.xh-home-product-mini__content h3 a {
	color: var(--xh-ink);
}

.xh-home-product-actions {
	display: flex;
	justify-content: center;
	margin-top: 26px;
}

.xh-text-link {
	display: inline-block;
	margin-top: 12px;
	color: var(--xh-primary);
	font-size: 0.88rem;
	font-weight: 700;
}

.xh-product-card {
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: var(--xh-radius);
	overflow: hidden;
	box-shadow: var(--xh-shadow);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.xh-product-card:hover {
	transform: translateY(-4px);
	border-color: rgba(14, 58, 120, 0.18);
	box-shadow: 0 20px 46px rgba(15, 39, 66, 0.13);
}

.xh-product-card img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	background: #edf2f8;
}

.xh-product-card div {
	padding: 20px;
}

.xh-product-card h3 {
	margin: 0;
	font-size: 1.08rem;
}

.xh-product-card p {
	margin: 8px 0 14px;
	font-size: 0.92rem;
	color: var(--xh-muted);
	line-height: 1.62;
}

.xh-product-card a,
.xh-blog-card a {
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--xh-primary);
}

.xh-home-strengths,
.xh-home-industries {
	background: #fff;
}

.xh-home-showcase {
	background:
		radial-gradient(circle at 16% 0%, rgba(239, 124, 36, 0.18), transparent 32%),
		linear-gradient(135deg, #0a2038 0%, #12395f 100%);
}

.xh-home-showcase .xh-section-heading h2,
.xh-home-showcase .xh-section-heading p {
	color: #fff;
}

.xh-home-showcase .xh-section-heading p {
	color: rgba(255, 255, 255, 0.78);
}

.xh-home-showcase .xh-section .xh-eyebrow,
.xh-home-showcase .xh-eyebrow {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.xh-home-showcase__grid {
	display: grid;
	gap: 20px;
}

.xh-home-showcase__card {
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.xh-home-showcase__media img {
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
}

.xh-home-showcase__body {
	padding: 32px;
}

.xh-home-showcase__body h3 {
	margin: 18px 0 0;
	font-size: clamp(1.45rem, 2.1vw, 2rem);
	line-height: 1.18;
	color: #fff;
}

.xh-home-showcase__body p {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.74;
}

.xh-home-showcase__body .xh-button {
	margin-top: 22px;
}

.xh-home-industries {
	background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.xh-home-industry-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.xh-home-industry-card {
	padding: 24px;
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: var(--xh-radius);
	box-shadow: var(--xh-shadow);
}

.xh-home-industry-card__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 16px;
	background: rgba(14, 58, 120, 0.08);
	color: var(--xh-primary);
	font-weight: 700;
}

.xh-home-industry-card h3 {
	margin: 16px 0 0;
}

.xh-home-industry-card p {
	margin: 10px 0 0;
	color: var(--xh-muted);
	line-height: 1.68;
}

.xh-home-capability-bands {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.xh-home-trust-points {
	margin: 18px 0 0;
	padding-left: 18px;
	color: var(--xh-muted);
	line-height: 1.72;
}

.xh-home-trust-points li + li {
	margin-top: 8px;
}

.xh-services-grid,
.xh-trust-grid,
.xh-contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
	align-items: start;
}

.xh-buyer-list,
.xh-service-list,
.xh-trust-cards,
.xh-faq-list {
	display: grid;
	gap: 16px;
}

.xh-buyer-item,
.xh-service-item,
.xh-trust-card {
	padding: 20px;
	font-weight: 600;
	line-height: 1.6;
}

.xh-factory {
	background: #0e243d;
}

.xh-factory .xh-eyebrow {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.xh-factory-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
	align-items: center;
}

.xh-factory-copy h2 {
	color: #fff;
}

.xh-factory-copy p,
.xh-factory-copy li {
	color: rgba(255, 255, 255, 0.84);
	line-height: 1.7;
}

.xh-factory-copy ul,
.xh-contact-copy ul {
	padding-left: 18px;
	margin: 16px 0 0;
}

.xh-factory-images {
	display: grid;
	gap: 14px;
}

.xh-factory-images img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.xh-advantage-grid,
.xh-blog-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.xh-advantage-card,
.xh-blog-card {
	padding: 24px;
}

.xh-advantage-card__media {
	margin: -24px -24px 16px;
	overflow: hidden;
	border-radius: 18px 18px 0 0;
}

.xh-advantage-card__media img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	background: #edf2f8;
	transition: transform 0.35s ease;
}

.xh-advantage-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.xh-advantage-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 46px rgba(16, 40, 70, 0.14);
	border-color: rgba(14, 58, 120, 0.18);
}

.xh-advantage-card:hover .xh-advantage-card__media img {
	transform: scale(1.04);
}

.xh-advantage-card h3,
.xh-process-step h3,
.xh-blog-card h3,
.xh-contact-panel h3,
.xh-trust-card strong {
	margin: 0;
}

.xh-advantage-card p,
.xh-process-step p,
.xh-blog-card p,
.xh-trust-card span,
.xh-contact-copy li {
	margin: 10px 0 0;
	color: var(--xh-muted);
	line-height: 1.65;
}

.xh-homepage .xh-advantage-grid--four .xh-advantage-card h3 {
	font-size: 1.06rem;
	line-height: 1.35;
}

.xh-homepage .xh-advantage-grid--four .xh-advantage-card p {
	font-size: 0.93rem;
}

.xh-service-item {
	position: relative;
	padding-left: 54px;
}

.xh-service-item::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 21px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--xh-secondary), #ffb06d);
	box-shadow: 0 0 0 5px rgba(239, 124, 36, 0.14);
}

.xh-process {
	background: #f7f9fd;
}

.xh-process-grid {
	display: grid;
	gap: 18px;
}

.xh-process-grid--steps {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 22px;
}

.xh-process-grid--five {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.xh-process-step {
	padding: 24px;
}

.xh-process-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 52px;
	height: 52px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(14, 58, 120, 0.08);
	color: var(--xh-primary);
	font-size: 1rem;
	font-weight: 700;
}

.xh-process-grid--media {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.xh-process-card {
	margin: 0;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--xh-line);
	box-shadow: var(--xh-shadow);
}

.xh-process-card img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.xh-process-card h3 {
	margin: 0;
	padding: 14px 16px;
	font-size: 1rem;
}

.xh-trust {
	background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}

.xh-trust-card {
	padding: 22px;
}

.xh-trust-card strong {
	display: block;
	font-size: 1.08rem;
	color: var(--xh-primary);
}

.xh-home-gallery {
	background: #fff;
}

.xh-home-gallery__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.xh-home-gallery__item {
	margin: 0;
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: var(--xh-shadow);
}

.xh-home-gallery__item img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.xh-home-gallery__item figcaption {
	padding: 14px 16px 18px;
	font-weight: 700;
	color: var(--xh-ink);
}

.xh-faq {
	background: #eef4fb;
}

.xh-faq-item {
	padding: 0;
	overflow: hidden;
}

.xh-faq-item summary {
	padding: 20px 22px;
	list-style: none;
	cursor: pointer;
	font-weight: 700;
}

.xh-faq-item summary::-webkit-details-marker {
	display: none;
}

.xh-faq-item p {
	margin: 0;
	padding: 0 22px 22px;
	color: var(--xh-muted);
	line-height: 1.68;
}

.xh-blog-card span {
	display: inline-block;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(14, 58, 120, 0.08);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--xh-primary);
}

.xh-blog-card h3 {
	margin-top: 16px;
	font-size: 1.1rem;
	line-height: 1.4;
}

.xh-contact {
	background: linear-gradient(120deg, #eef4fb 0%, #f8fbff 100%);
}

.xh-contact-copy p,
.xh-contact-copy li {
	color: var(--xh-muted);
	line-height: 1.68;
}

.xh-contact-panel {
	padding: 24px;
}

@media (max-width: 1180px) {
	.xh-hero-grid,
	.xh-factory-grid,
	.xh-services-grid,
	.xh-trust-grid,
	.xh-contact-grid,
	.xh-home-quick-nav__inner,
	.xh-home-product-layout,
	.xh-home-showcase__card {
		grid-template-columns: 1fr;
	}

	.xh-hero-points,
	.xh-advantage-grid,
	.xh-process-grid--steps,
	.xh-blog-grid,
	.xh-home-product-grid,
	.xh-home-industry-grid,
	.xh-home-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xh-home-product-featured {
		position: static;
	}
}

@media (max-width: 900px) {
	.xh-product-grid,
	.xh-product-grid--four,
	.xh-process-grid--media,
	.xh-home-logo-row__grid,
	.xh-home-product-grid,
	.xh-home-industry-grid,
	.xh-home-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xh-cert-inner,
	.xh-stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.xh-container {
		width: min(100% - 28px, 1220px);
	}

	.xh-nav {
		display: none;
	}

	.xh-site-header {
		background: rgba(255, 255, 255, 0.96);
	}

	.xh-header-inner {
		align-items: center;
		flex-wrap: nowrap;
		gap: 10px;
		padding: 8px 0;
	}

	.xh-brand {
		width: auto;
		justify-content: flex-start;
		flex: 1 1 auto;
	}

	.xh-brand-mark {
		width: 126px;
		height: 40px;
	}

	.xh-header-actions {
		width: auto;
		flex: 0 0 auto;
		flex-direction: row;
		align-items: center;
		gap: 8px;
	}

	.xh-header-whatsapp {
		width: auto;
		min-height: 38px;
		padding: 9px 11px;
		font-size: 0;
	}

	.xh-header-whatsapp::before {
		content: "WA";
		font-size: 0.76rem;
		font-weight: 800;
	}

	.xh-button--small {
		width: auto;
		min-height: 38px;
		padding: 9px 12px;
		font-size: 0.78rem;
		white-space: nowrap;
	}

	.xh-hero {
		padding: 56px 0 48px;
	}

	.xh-hero-copy {
		width: calc(100vw - 54px);
		max-width: calc(100vw - 54px);
		min-width: 0;
	}

	.xh-hero-grid > *,
	.xh-customization-hero-visual,
	.xh-customization-hero-visual__card {
		width: calc(100vw - 28px);
		max-width: calc(100vw - 28px);
		min-width: 0;
	}

	.xh-hero-copy h1 {
		max-width: 100%;
		font-size: clamp(1.7rem, 8vw, 2rem);
		line-height: 1.12;
		overflow-wrap: anywhere;
	}

	.xh-hero-copy p {
		max-width: min(100%, 320px);
		font-size: 0.92rem;
		overflow-wrap: anywhere;
	}

	.xh-hero-grid,
	.xh-product-grid,
	.xh-product-grid--four,
	.xh-cert-inner,
	.xh-home-logo-row__grid,
	.xh-stats-grid,
	.xh-hero-points,
	.xh-advantage-grid,
	.xh-process-grid--steps,
	.xh-process-grid--media,
	.xh-blog-grid,
	.xh-home-product-grid,
	.xh-home-industry-grid,
	.xh-home-gallery__grid {
		grid-template-columns: 1fr;
	}

	.xh-home-product-filters {
		gap: 10px;
	}

	.xh-home-product-featured__media img,
	.xh-home-product-mini__thumb img {
		height: 240px;
	}

	.xh-hero-media img {
		height: 320px;
	}

	.xh-hero-badge--bottom {
		bottom: 86px;
	}

	.xh-section {
		padding: 66px 0;
	}

	.xh-stats {
		margin-top: 0;
		padding: 18px 0 48px;
	}

	.xh-homepage .xh-customization-hero-collage {
		display: none;
	}

	.xh-homepage .xh-page-hero__card p,
	.xh-homepage .xh-customization-hero-stat {
		max-width: 100%;
		overflow-wrap: anywhere;
	}
}

.xh-page-hero {
	position: relative;
	background-image: var(--page-hero-bg);
	background-size: cover;
	background-position: center;
	padding: 94px 0 82px;
	overflow: hidden;
}

.xh-page-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(100deg, rgba(8, 28, 50, 0.88) 18%, rgba(8, 28, 50, 0.58) 64%, rgba(8, 28, 50, 0.24) 100%),
		radial-gradient(circle at 76% 26%, rgba(239, 124, 36, 0.22), transparent 34%);
}

.xh-page-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: 28px;
	align-items: end;
}

.xh-page-hero__copy h1 {
	margin: 16px 0 14px;
	font-size: clamp(2.1rem, 3.6vw, 3.15rem);
	line-height: 1.08;
	color: #fff;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.xh-page-hero__copy p {
	margin: 0;
	max-width: 760px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 1.02rem;
	line-height: 1.72;
}

.xh-page-hero__card {
	padding: 26px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.1) 100%);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 20px;
	color: #fff;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.xh-page-hero__card strong {
	display: block;
	font-size: 1.16rem;
}

.xh-page-hero__card p {
	margin: 12px 0 0;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
}

.xh-about-hero-visual {
	position: relative;
	min-height: 500px;
}

.xh-about-hero-visual__card {
	position: relative;
	z-index: 2;
	max-width: 360px;
	margin-top: 24px;
}

.xh-about-hero-collage {
	position: absolute;
	inset: 0;
}

.xh-about-hero-collage__item {
	position: absolute;
	margin: 0;
	overflow: hidden;
	border-radius: 22px;
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.16);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.xh-about-hero-collage__item:hover {
	transform: translateY(-5px) scale(1.01);
	box-shadow: 0 36px 80px rgba(0, 0, 0, 0.34);
}

.xh-about-hero-collage__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xh-about-hero-collage__item--1 {
	top: 0;
	right: 0;
	width: 62%;
	height: 286px;
}

.xh-about-hero-collage__item--2 {
	left: 6%;
	bottom: 26px;
	width: 34%;
	height: 178px;
}

.xh-about-hero-collage__item--3 {
	right: 10%;
	bottom: 0;
	width: 38%;
	height: 156px;
}

.xh-about-intro,
.xh-about-story__grid,
.xh-about-showcase__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	align-items: center;
}

.xh-about-text,
.xh-about-list li,
.xh-timeline__content {
	color: var(--xh-muted);
	line-height: 1.72;
}

.xh-about-intro__media img,
.xh-about-story__gallery img,
.xh-about-showcase__media img {
	width: 100%;
	object-fit: cover;
	border-radius: 18px;
	box-shadow: var(--xh-shadow);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.xh-about-intro__media img:hover,
.xh-about-story__gallery img:hover,
.xh-about-showcase__media img:hover,
.xh-customization-gallery-card:hover img {
	transform: scale(1.025);
	box-shadow: 0 24px 54px rgba(15, 39, 66, 0.16);
}

.xh-about-intro__media img {
	height: 420px;
}

.xh-about-story {
	background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.xh-about-list {
	margin: 16px 0 0;
	padding-left: 18px;
}

.xh-about-story__gallery {
	display: grid;
	gap: 16px;
}

.xh-about-story__gallery img {
	height: 220px;
}

.xh-about-values {
	background: #fff;
}

.xh-about-numbers {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(238, 244, 251, 0.94) 100%);
}

.xh-about-numbers .xh-stats-grid div {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 253, 0.94) 100%);
	border: 1px solid rgba(21, 63, 130, 0.1);
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.xh-about-numbers .xh-stats-grid div::after {
	content: "";
	position: absolute;
	top: 18px;
	right: 18px;
	width: 46px;
	height: 46px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(239, 124, 36, 0.16), rgba(21, 63, 130, 0.08));
}

.xh-about-numbers .xh-stats-grid div:hover,
.xh-advantage-card:hover,
.xh-customization-difference-card:hover,
.xh-timeline__item:hover {
	transform: translateY(-4px);
	border-color: rgba(21, 63, 130, 0.18);
	box-shadow: 0 26px 58px rgba(15, 39, 66, 0.14);
}

.xh-about-gallery {
	background: linear-gradient(180deg, #f7f9fd 0%, #ffffff 100%);
}

.xh-about-gallery .xh-customization-gallery-card {
	overflow: hidden;
	transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.xh-about-gallery .xh-customization-gallery-card:hover {
	transform: translateY(-4px);
}

.xh-about-gallery .xh-customization-gallery-card figcaption {
	background: linear-gradient(180deg, transparent 0%, rgba(6, 20, 36, 0.76) 100%);
}

.xh-about-visual-strips .xh-container {
	display: grid;
	gap: 26px;
}

.xh-about-visual-band__inner {
	position: relative;
	overflow: hidden;
	min-height: 400px;
	border-radius: 28px;
	box-shadow: var(--xh-shadow);
}

.xh-about-visual-band__image,
.xh-about-visual-band__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.xh-about-visual-band__image {
	object-fit: cover;
}

.xh-about-visual-band__overlay {
	background: linear-gradient(90deg, rgba(10, 27, 46, 0.84) 0%, rgba(10, 27, 46, 0.5) 45%, rgba(10, 27, 46, 0.18) 100%);
}

.xh-about-visual-band__content {
	position: relative;
	z-index: 1;
	max-width: 620px;
	padding: 56px 44px;
}

.xh-about-visual-band__content .xh-eyebrow {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.xh-about-visual-band__content h2 {
	margin: 16px 0 14px;
	color: #fff;
	font-size: clamp(2rem, 3vw, 2.8rem);
	line-height: 1.12;
}

.xh-about-visual-band__content p {
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	line-height: 1.74;
}

.xh-about-timeline {
	background: #eef4fb;
}

.xh-timeline {
	position: relative;
	display: grid;
	gap: 18px;
	padding-left: 24px;
}

.xh-timeline::before {
	content: "";
	position: absolute;
	top: 14px;
	bottom: 14px;
	left: 6px;
	width: 2px;
	border-radius: 999px;
	background: linear-gradient(180deg, #153f82 0%, #ef7c24 100%);
}

.xh-timeline__item {
	position: relative;
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 18px;
	padding: 22px;
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: var(--xh-radius);
	box-shadow: var(--xh-shadow);
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.xh-timeline__item::before {
	content: "";
	position: absolute;
	top: 30px;
	left: -25px;
	width: 14px;
	height: 14px;
	border-radius: 999px;
	background: #ef7c24;
	box-shadow: 0 0 0 6px rgba(239, 124, 36, 0.16);
}

.xh-timeline__year {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: fit-content;
	padding: 12px 16px;
	border-radius: 999px;
	background: rgba(14, 58, 120, 0.08);
	color: var(--xh-primary);
	font-weight: 700;
}

.xh-about-showcase__media {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.xh-about-showcase__media img {
	height: 300px;
}

.xh-about-showcase__copy .xh-button {
	margin-top: 18px;
}

@media (max-width: 1180px) {
	.xh-page-hero__inner,
	.xh-about-intro,
	.xh-about-story__grid,
	.xh-about-showcase__grid {
		grid-template-columns: 1fr;
	}

	.xh-about-hero-visual {
		min-height: auto;
		display: grid;
		gap: 18px;
	}

	.xh-about-hero-visual__card {
		max-width: none;
		margin-top: 0;
	}

	.xh-about-hero-collage {
		position: relative;
		inset: auto;
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.xh-about-hero-collage__item,
	.xh-about-hero-collage__item--1,
	.xh-about-hero-collage__item--2,
	.xh-about-hero-collage__item--3 {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: 100%;
		height: 220px;
	}
}

@media (max-width: 768px) {
	.xh-page-hero {
		padding: 44px 0 38px;
	}

	.xh-page-hero__inner {
		gap: 20px;
	}

	.xh-page-hero__copy h1 {
		font-size: clamp(2rem, 8vw, 2.35rem);
		line-height: 1.08;
	}

	.xh-page-hero__copy p {
		font-size: 0.95rem;
		line-height: 1.62;
	}

	.xh-about-page .xh-hero-actions {
		gap: 10px;
		margin-top: 22px;
	}

	.xh-about-page .xh-hero-actions .xh-button {
		width: 100%;
	}

	.xh-about-hero-visual {
		display: none;
	}

	.xh-about-page .xh-section {
		padding: 52px 0;
	}

	.xh-about-numbers .xh-stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.xh-about-numbers .xh-stats-grid div {
		min-height: 118px;
		padding: 18px 16px;
		border-radius: 18px;
	}

	.xh-about-numbers .xh-stats-grid strong {
		font-size: 1.75rem;
	}

	.xh-about-numbers .xh-stats-grid span {
		font-size: 0.84rem;
		line-height: 1.35;
	}

	.xh-about-story__gallery {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.xh-about-story__gallery img {
		height: 160px;
	}

	.xh-about-list {
		padding-left: 0;
		list-style: none;
	}

	.xh-about-list li {
		padding: 12px 14px;
		border-radius: 14px;
		background: rgba(255, 255, 255, 0.8);
		border: 1px solid rgba(16, 40, 70, 0.08);
	}

	.xh-timeline__item,
	.xh-about-showcase__media {
		grid-template-columns: 1fr;
	}

	.xh-timeline {
		gap: 14px;
		padding-left: 18px;
	}

	.xh-timeline::before {
		left: 5px;
	}

	.xh-timeline__item {
		gap: 12px;
		padding: 18px;
		border-radius: 16px;
	}

	.xh-timeline__item::before {
		left: -20px;
		top: 24px;
	}

	.xh-timeline__year {
		width: fit-content;
		padding: 9px 13px;
	}

	.xh-about-intro__media img,
	.xh-about-showcase__media img {
		height: 240px;
	}

	.xh-about-gallery .xh-customization-gallery-grid {
		display: flex;
		overflow-x: auto;
		gap: 14px;
		padding-bottom: 8px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.xh-about-gallery .xh-customization-gallery-grid::-webkit-scrollbar {
		display: none;
	}

	.xh-about-gallery .xh-customization-gallery-card {
		flex: 0 0 82%;
		scroll-snap-align: start;
	}

	.xh-about-gallery .xh-customization-gallery-card img {
		height: 250px;
	}

	.xh-about-visual-band__inner {
		min-height: 280px;
		border-radius: 22px;
	}

	.xh-about-visual-band__content {
		padding: 26px 22px;
	}

	.xh-about-visual-band__content h2,
	.xh-about-visual-strips h2,
	.xh-about-showcase h2 {
		font-size: clamp(1.7rem, 6vw, 2.1rem);
		line-height: 1.12;
	}

	.xh-about-visual-strips .xh-container {
		gap: 18px;
	}

	.xh-about-visual-strips article:nth-child(n+2) {
		display: none;
	}
}

body.xhprinting-marketing-page .site-main,
body.xhprinting-marketing-page .entry-header,
body.xhprinting-marketing-page .entry-content,
body.xhprinting-marketing-page .page-header {
	display: none;
}

.xh-site-footer {
	background:
		radial-gradient(circle at top right, rgba(27, 82, 155, 0.22), transparent 28%),
		linear-gradient(180deg, #0d2038 0%, #09172a 100%);
	color: rgba(255, 255, 255, 0.86);
	padding: 54px 0 18px;
}

.xh-site-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr 0.9fr;
	gap: 24px;
	align-items: start;
}

.xh-site-footer__brand {
	width: 180px;
}

.xh-site-footer__brand img {
	display: block;
	width: 100%;
	height: auto;
	filter: brightness(0) invert(1);
}

.xh-site-footer__tag {
	display: inline-flex;
	margin-top: 12px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #d7e6fb;
}

.xh-site-footer__intro p {
	margin-top: 16px;
	max-width: 320px;
}

.xh-site-footer__card {
	padding: 22px 20px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	backdrop-filter: blur(10px);
	min-height: 100%;
}

.xh-site-footer h3 {
	margin: 0 0 12px;
	font-size: 1rem;
	color: #fff;
}

.xh-site-footer p,
.xh-site-footer li,
.xh-site-footer span {
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.68;
}

.xh-site-footer ul {
	margin: 0;
	padding-left: 18px;
}

.xh-site-footer__list {
	list-style: none;
	padding-left: 0 !important;
	display: grid;
	gap: 12px;
}

.xh-site-footer__list li {
	display: grid;
	gap: 4px;
}

.xh-site-footer__list span {
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.58);
}

.xh-site-footer__list strong {
	color: #fff;
	font-size: 0.96rem;
	line-height: 1.55;
}

.xh-site-footer__nav {
	list-style: none;
	padding-left: 0 !important;
	display: grid;
	gap: 8px;
}

.xh-site-footer__nav a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
}

.xh-site-footer__nav a:hover {
	color: #fff;
}

.xh-site-footer__cta {
	display: inline-flex;
	margin-top: 18px;
	padding: 12px 18px;
	border-radius: 999px;
	background: linear-gradient(135deg, #f28d3a 0%, #e6711a 100%);
	color: #fff;
	font-weight: 700;
	box-shadow: 0 12px 30px rgba(242, 141, 58, 0.24);
}

.xh-site-footer__service-points {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.xh-site-footer__service-points span {
	display: inline-flex;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #d7e6fb;
	font-size: 0.8rem;
}

.xh-site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px 20px;
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.xh-blog-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.xh-product-groups {
	display: grid;
	gap: 22px;
}

.xh-product-group {
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) 1.1fr;
	gap: 24px;
	padding: 22px;
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: var(--xh-radius);
	box-shadow: var(--xh-shadow);
	align-items: center;
}

.xh-product-group__media img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius: 16px;
}

.xh-product-group__content h3 {
	margin: 0;
	font-size: 1.34rem;
}

.xh-product-group__content p {
	margin: 12px 0 14px;
	color: var(--xh-muted);
	line-height: 1.7;
}

.xh-product-group__content ul {
	margin: 0 0 18px;
	padding-left: 18px;
	color: var(--xh-muted);
	line-height: 1.72;
}

.xh-products-benefits {
	background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

@media (max-width: 1180px) {
	.xh-site-footer__grid,
	.xh-product-group {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.xh-blog-grid--three {
		grid-template-columns: 1fr;
	}

	.xh-product-group {
		padding: 18px;
	}

	.xh-product-group__media img {
		height: 220px;
	}
}

.xh-page-hero--products .xh-page-hero__copy h1 {
	max-width: 720px;
}

.xh-page-hero__card--stacked ul {
	margin: 14px 0 0;
	padding-left: 18px;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.72;
}

.xh-products-directory {
	background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}

.xh-products-directory__grid {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.xh-products-sidebar {
	position: sticky;
	top: 88px;
	padding: 22px;
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: 18px;
	box-shadow: var(--xh-shadow);
}

.xh-products-sidebar__summary {
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid rgba(16, 40, 70, 0.08);
}

.xh-products-sidebar__summary strong {
	display: block;
	font-size: 1.8rem;
	color: var(--xh-primary);
}

.xh-products-sidebar__summary span,
.xh-products-sidebar__count,
.xh-products-cluster__meta {
	color: var(--xh-muted);
	font-size: 0.9rem;
	line-height: 1.6;
}

.xh-products-sidebar__group + .xh-products-sidebar__group {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(16, 40, 70, 0.08);
}

.xh-products-sidebar__title {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	color: var(--xh-ink);
	margin-bottom: 10px;
}

.xh-products-sidebar__count {
	margin-bottom: 10px;
}

.xh-products-sidebar__links {
	display: grid;
	gap: 8px;
}

.xh-products-sidebar__links a {
	color: var(--xh-muted);
	font-size: 0.92rem;
	line-height: 1.45;
}

.xh-products-content {
	display: grid;
	gap: 34px;
}

.xh-products-cluster {
	scroll-margin-top: 100px;
	padding: 28px 0 10px;
}

.xh-products-cluster__head {
	display: grid;
	grid-template-columns: minmax(0, 0.54fr) minmax(280px, 0.46fr);
	gap: 24px;
	align-items: start;
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(16, 40, 70, 0.08);
}

.xh-products-cluster__eyebrow {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: 700;
	color: var(--xh-primary);
	margin-bottom: 6px;
}

.xh-products-cluster__head h2 {
	margin: 0;
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	line-height: 1.15;
}

.xh-products-cluster__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.xh-products-cluster__chips span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(14, 58, 120, 0.08);
	color: var(--xh-primary);
	font-size: 0.83rem;
	font-weight: 600;
}

.xh-products-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.xh-product-tile {
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: var(--xh-shadow);
}

.xh-product-tile__media {
	display: block;
}

.xh-product-tile img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.xh-product-tile h3 {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.45;
}

.xh-product-tile h3 a {
	color: var(--xh-ink);
}

.xh-product-tile__body {
	padding: 16px 18px 18px;
}

.xh-product-tile__body p {
	margin: 10px 0 0;
	color: var(--xh-muted);
	font-size: 0.92rem;
	line-height: 1.68;
}

.xh-products-cta-band {
	padding-top: 20px;
}

.xh-products-cta-band__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	padding: 28px 32px;
	background: #0e243d;
	border-radius: 24px;
}

.xh-products-cta-band__inner h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.6rem, 2.8vw, 2.3rem);
}

.xh-products-cta-band__inner p {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.68;
	max-width: 720px;
}

.xh-products-cta-band__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.xh-products-trust-band {
	background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.xh-products-trust-band__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 24px;
	align-items: center;
}

.xh-products-trust-band__copy h2 {
	margin: 14px 0 0;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	line-height: 1.15;
}

.xh-products-trust-band__points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.xh-products-trust-band__point {
	padding: 20px;
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: 16px;
	box-shadow: var(--xh-shadow);
	font-weight: 700;
	color: var(--xh-primary);
}

@media (max-width: 1180px) {
	.xh-products-directory__grid,
	.xh-products-cluster__head,
	.xh-products-cta-band__inner,
	.xh-products-trust-band__grid {
		grid-template-columns: 1fr;
	}

	.xh-products-sidebar {
		position: static;
	}

	.xh-products-cta-band__actions {
		justify-content: flex-start;
	}

	.xh-products-cluster__chips {
		justify-content: flex-start;
	}
}

@media (max-width: 900px) {
	.xh-products-grid,
	.xh-products-trust-band__points {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.xh-products-grid,
	.xh-products-trust-band__points {
		grid-template-columns: 1fr;
	}

	.xh-products-cta-band__inner {
		padding: 22px;
	}

	.xh-product-tile img {
		height: 220px;
	}
}

.xh-product-detail__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) 360px;
	gap: 28px;
	align-items: start;
}

.xh-product-detail__gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 22px;
}

.xh-product-detail__gallery img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius: 18px;
	box-shadow: var(--xh-shadow);
}

.xh-product-detail__content {
	padding: 26px;
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: 18px;
	box-shadow: var(--xh-shadow);
	line-height: 1.75;
}

.xh-product-detail__content p:first-child {
	margin-top: 0;
}

.xh-product-detail__info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 22px;
}

.xh-product-detail__sidebar {
	display: grid;
	gap: 18px;
	position: sticky;
	top: 88px;
}

.xh-product-detail__box {
	padding: 22px;
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: 18px;
	box-shadow: var(--xh-shadow);
}

.xh-product-detail__box--accent {
	background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.xh-product-detail__box--contact p {
	margin: 0;
	color: var(--xh-muted);
	line-height: 1.68;
}

.xh-product-detail__box h3 {
	margin: 0 0 14px;
}

.xh-product-specs,
.xh-product-highlights {
	margin: 0;
	padding: 0;
	list-style: none;
}

.xh-product-specs li {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(16, 40, 70, 0.08);
}

.xh-product-specs li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.xh-product-highlights li {
	padding: 10px 0 10px 20px;
	position: relative;
	line-height: 1.65;
}

.xh-product-highlights li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 18px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--xh-secondary);
}

.xh-product-detail__contact-list {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

@media (max-width: 1180px) {
	.xh-product-detail__grid {
		grid-template-columns: 1fr;
	}

	.xh-product-detail__sidebar {
		position: static;
	}
}

@media (max-width: 768px) {
	.xh-product-detail__gallery,
	.xh-product-specs li,
	.xh-product-detail__info-grid {
		grid-template-columns: 1fr;
	}

	.xh-product-detail__gallery img {
		height: 220px;
	}
}

.xh-product-faq__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
	gap: 24px;
	align-items: start;
}

.xh-product-faq__intro {
	margin-bottom: 0;
}

.xh-product-catalog-box {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 24px;
	align-items: start;
}

.xh-product-catalog-box p {
	margin: 14px 0 0;
	color: var(--xh-muted);
	line-height: 1.7;
}

@media (max-width: 1180px) {
	.xh-product-faq__grid,
	.xh-product-catalog-box {
		grid-template-columns: 1fr;
	}
}

.xh-product-process {
	background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}

.xh-product-recommended-specs {
	background: #eef4fb;
}

.xh-product-recommended-specs__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
	gap: 24px;
	align-items: start;
}

.xh-product-recommended-specs__intro {
	margin-bottom: 0;
}

.xh-products-cluster__chips--large {
	align-items: flex-start;
}

.xh-products-cluster__chips--large a {
	text-decoration: none;
}

.xh-products-cluster__chips--large span {
	padding: 10px 14px;
	font-size: 0.9rem;
}

@media (max-width: 1180px) {
	.xh-product-recommended-specs__grid {
		grid-template-columns: 1fr;
	}
}

.xh-advantage-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.xh-advantage-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.xh-advantage-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.xh-customization-hero-stats {
	display: grid;
	gap: 10px;
	margin-top: 18px;
}

.xh-customization-hero-stat {
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
}

.xh-customization-hero-visual {
	position: relative;
	min-height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.xh-customization-hero-visual__card {
	position: relative;
	z-index: 2;
	max-width: 430px;
	margin-top: 0;
}

.xh-customization-hero-collage {
	display: none;
}

.xh-customization-hero-collage__item {
	position: absolute;
	margin: 0;
	overflow: hidden;
	border-radius: 22px;
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.16);
}

.xh-customization-hero-collage__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xh-customization-hero-collage__item--1 {
	top: 0;
	right: 0;
	width: 62%;
	height: 320px;
}

.xh-customization-hero-collage__item--2 {
	left: 6%;
	bottom: 26px;
	width: 34%;
	height: 200px;
}

.xh-customization-hero-collage__item--3 {
	right: 10%;
	bottom: 0;
	width: 38%;
	height: 170px;
}

.xh-customization-page .xh-section {
	padding-top: 76px;
	padding-bottom: 76px;
}

.xh-customization-page .xh-section-heading {
	max-width: 840px;
	margin-bottom: 30px;
}

.xh-customization-page .xh-section-heading h2 {
	line-height: 1.12;
}

.xh-customization-page .xh-advantage-card,
.xh-customization-page .xh-products-trust-band__point,
.xh-customization-page .xh-customization-detail-card,
.xh-customization-page .xh-customization-list-card,
.xh-customization-page .xh-process-step {
	border-radius: 16px;
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.xh-customization-page .xh-advantage-card:hover,
.xh-customization-page .xh-products-trust-band__point:hover,
.xh-customization-page .xh-customization-detail-card:hover,
.xh-customization-page .xh-customization-list-card:hover,
.xh-customization-page .xh-process-step:hover,
.xh-customization-page .xh-customization-difference-card:hover,
.xh-customization-page .xh-customization-option-card:hover {
	transform: translateY(-4px);
	border-color: rgba(21, 63, 130, 0.18);
	box-shadow: 0 26px 58px rgba(15, 39, 66, 0.14);
}

.xh-customization-showcase {
	background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.xh-customization-showcase__grid,
.xh-customization-columns__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	align-items: center;
}

.xh-customization-showcase__media img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	border-radius: 18px;
	box-shadow: var(--xh-shadow);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.xh-customization-showcase__media:hover img,
.xh-customization-difference-card:hover img,
.xh-customization-option-card:hover img,
.xh-customization-gallery-card:hover img {
	transform: scale(1.035);
	box-shadow: 0 24px 54px rgba(15, 39, 66, 0.16);
}

.xh-service-list--compact {
	gap: 14px;
}

.xh-service-list--compact .xh-service-item {
	display: flex;
	align-items: center;
}

.xh-customization-column h2 {
	margin: 14px 0 20px;
	font-size: clamp(1.7rem, 2.8vw, 2.4rem);
	line-height: 1.18;
}

.xh-customization-options {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.xh-customization-feature-panels {
	padding-top: 8px;
}

.xh-customization-panel-grid,
.xh-customization-list-grid,
.xh-customization-inquiry-band__inner,
.xh-customization-difference-grid,
.xh-customization-cta-strip__inner,
.xh-customization-gallery-grid {
	display: grid;
	gap: 20px;
}

.xh-customization-panel-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.xh-customization-panel {
	padding: 24px;
	background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
	border: 1px solid var(--xh-line);
	border-radius: 18px;
	box-shadow: var(--xh-shadow);
}

.xh-customization-panel h3,
.xh-customization-list-card h3,
.xh-customization-inquiry-band__inner h2 {
	margin: 0 0 12px;
}

.xh-customization-panel p,
.xh-customization-inquiry-band__inner p {
	margin: 0;
	color: var(--xh-muted);
	line-height: 1.72;
}

.xh-customization-gallery {
	background: linear-gradient(180deg, #f7f9fd 0%, #ffffff 100%);
}

.xh-customization-gallery-grid {
	grid-template-columns: 1.15fr 0.85fr 0.85fr;
	grid-template-rows: 220px 220px;
}

.xh-customization-gallery-card {
	position: relative;
	overflow: hidden;
	margin: 0;
	border-radius: 22px;
	box-shadow: var(--xh-shadow);
	transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.xh-customization-gallery-card:hover {
	transform: translateY(-4px);
}

.xh-customization-gallery-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.xh-customization-gallery-card figcaption {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 16px;
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(14, 36, 61, 0.78);
	color: #fff;
	font-weight: 700;
	backdrop-filter: blur(8px);
}

.xh-customization-gallery-card--1 {
	grid-row: span 2;
}

.xh-customization-visual-strips .xh-container {
	display: grid;
	gap: 26px;
}

.xh-customization-visual-strip {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	padding: 24px;
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: 24px;
	box-shadow: var(--xh-shadow);
}

.xh-customization-visual-strip--reverse .xh-customization-visual-strip__media {
	order: 2;
}

.xh-customization-visual-strip__media img {
	display: block;
	width: 100%;
	height: 420px;
	object-fit: cover;
	border-radius: 18px;
}

.xh-customization-visual-strip__content h2 {
	margin: 14px 0 12px;
	font-size: clamp(1.7rem, 2.8vw, 2.35rem);
	line-height: 1.16;
}

.xh-customization-visual-strip__content p {
	margin: 0 0 18px;
	color: var(--xh-muted);
	line-height: 1.72;
}

.xh-customization-material-story {
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.xh-customization-material-story__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 28px;
	align-items: center;
}

.xh-customization-material-story__copy h2 {
	margin: 14px 0 12px;
	font-size: clamp(1.9rem, 3vw, 2.6rem);
	line-height: 1.15;
}

.xh-customization-material-story__copy p {
	margin: 0 0 18px;
	color: var(--xh-muted);
	line-height: 1.74;
}

.xh-customization-material-story__stats {
	display: grid;
	gap: 12px;
}

.xh-customization-material-story__stat {
	padding: 16px 18px;
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: 16px;
	box-shadow: var(--xh-shadow);
	color: var(--xh-primary);
	font-weight: 700;
	line-height: 1.55;
}

.xh-customization-material-story__gallery {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	grid-template-rows: 220px 220px;
	gap: 16px;
}

.xh-customization-material-story__image {
	margin: 0;
	overflow: hidden;
	border-radius: 22px;
	box-shadow: var(--xh-shadow);
}

.xh-customization-material-story__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xh-customization-material-story__image--1 {
	grid-row: span 2;
}

.xh-customization-production-banner__inner {
	position: relative;
	overflow: hidden;
	min-height: 360px;
	border-radius: 28px;
	box-shadow: var(--xh-shadow);
}

.xh-customization-production-banner__image,
.xh-customization-production-banner__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.xh-customization-production-banner__image {
	object-fit: cover;
}

.xh-customization-production-banner__overlay {
	background: linear-gradient(90deg, rgba(10, 27, 46, 0.84) 0%, rgba(10, 27, 46, 0.56) 42%, rgba(10, 27, 46, 0.18) 100%);
}

.xh-customization-production-banner__content {
	position: relative;
	z-index: 1;
	max-width: 620px;
	padding: 56px 44px;
}

.xh-customization-production-banner__content .xh-eyebrow {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.xh-customization-production-banner__content h2 {
	margin: 16px 0 14px;
	color: #fff;
	font-size: clamp(2rem, 3vw, 2.9rem);
	line-height: 1.12;
}

.xh-customization-production-banner__content p {
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	line-height: 1.74;
}

.xh-customization-image-feature {
	background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}

.xh-customization-image-feature__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
	gap: 28px;
	align-items: center;
}

.xh-customization-image-feature__copy h2 {
	margin: 14px 0 12px;
	font-size: clamp(1.9rem, 3vw, 2.65rem);
	line-height: 1.14;
}

.xh-customization-image-feature__copy p {
	margin: 0;
	color: var(--xh-muted);
	line-height: 1.74;
}

.xh-customization-image-feature__stack {
	position: relative;
	min-height: 520px;
}

.xh-customization-image-feature__stack img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xh-customization-image-feature__primary,
.xh-customization-image-feature__small {
	position: absolute;
	overflow: hidden;
	border-radius: 24px;
	box-shadow: var(--xh-shadow);
}

.xh-customization-image-feature__primary {
	inset: 0 0 56px 0;
}

.xh-customization-image-feature__small {
	bottom: 0;
	width: 34%;
	height: 180px;
	border: 6px solid #fff;
}

.xh-customization-image-feature__small--left {
	left: 8%;
}

.xh-customization-image-feature__small--right {
	right: 8%;
}

.xh-customization-difference {
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.xh-customization-difference-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.xh-customization-difference-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: 20px;
	box-shadow: var(--xh-shadow);
}

.xh-customization-difference-card__media img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.xh-customization-difference-card__body {
	padding: 22px;
}

.xh-customization-difference-card__body h3 {
	margin: 0 0 10px;
	color: var(--xh-primary);
}

.xh-customization-difference-card__body p {
	margin: 0;
	color: var(--xh-muted);
	line-height: 1.68;
}

.xh-customization-option-card {
	padding: 0;
	overflow: hidden;
}

.xh-customization-option-card__media img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.xh-customization-option-card__body {
	display: grid;
	gap: 14px;
	padding: 22px;
}

.xh-text-link {
	color: var(--xh-secondary);
	font-weight: 700;
	text-decoration: none;
}

.xh-text-link:hover {
	color: var(--xh-primary);
}

.xh-customization-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.xh-customization-list-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
}

.xh-customization-list-card {
	padding: 28px;
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: 20px;
	box-shadow: var(--xh-shadow);
}

.xh-customization-cta-strip {
	padding-top: 8px;
	padding-bottom: 8px;
}

.xh-customization-cta-strip__inner {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	padding: 26px 30px;
	background: linear-gradient(135deg, #14375a 0%, #0e243d 100%);
	border-radius: 24px;
}

.xh-customization-cta-strip__inner h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.6rem, 2.8vw, 2.3rem);
	line-height: 1.18;
}

.xh-customization-cta-strip__inner p {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.68;
	max-width: 760px;
}

.xh-customization-detail-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.xh-customization-detail-card {
	padding: 24px;
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: 18px;
	box-shadow: var(--xh-shadow);
}

.xh-customization-detail-card h3 {
	margin: 0 0 10px;
	color: var(--xh-primary);
}

.xh-customization-detail-card p {
	margin: 0;
	color: var(--xh-muted);
	line-height: 1.68;
}

.xh-process-step--customization h3 {
	margin: 14px 0 0;
	font-size: 1.05rem;
	color: var(--xh-primary);
}

.xh-customization-page .xh-product-process .xh-process-grid--steps {
	position: relative;
}

.xh-customization-page .xh-product-process .xh-process-grid--steps::before {
	content: "";
	position: absolute;
	top: 29px;
	left: 8%;
	right: 8%;
	height: 2px;
	background: linear-gradient(90deg, #153f82 0%, #ef7c24 100%);
	opacity: 0.26;
}

.xh-process-step--customization {
	position: relative;
	z-index: 1;
}

.xh-customization-inquiry-band {
	background: #0e243d;
}

.xh-customization-inquiry-band .xh-eyebrow {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.xh-customization-inquiry-band__inner {
	grid-template-columns: minmax(0, 1fr) 360px;
	align-items: center;
}

.xh-customization-inquiry-band__inner h2 {
	color: #fff;
	font-size: clamp(1.7rem, 2.8vw, 2.4rem);
	line-height: 1.16;
}

.xh-customization-inquiry-band__inner p {
	color: rgba(255, 255, 255, 0.82);
}

.xh-customization-inquiry-band__stats {
	display: grid;
	gap: 14px;
}

.xh-customization-inquiry-stat {
	padding: 18px 20px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	color: #fff;
	font-weight: 700;
	line-height: 1.55;
}

.xh-customization-bottom-difference {
	background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}

.xh-customization-final-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	padding: 30px 34px;
	background: linear-gradient(135deg, #102f4f 0%, #1f4f73 100%);
	border-radius: 26px;
}

.xh-customization-final-cta__inner h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	line-height: 1.14;
}

.xh-customization-final-cta__inner p {
	margin: 10px 0 0;
	max-width: 760px;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.72;
}

.xh-manufacturing-page .xh-page-hero {
	padding-bottom: 104px;
}

.xh-manufacturing-departments {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.xh-manufacturing-showcase .xh-customization-difference-card,
.xh-manufacturing-operations .xh-advantage-card {
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.xh-manufacturing-showcase .xh-customization-difference-card:hover,
.xh-manufacturing-operations .xh-advantage-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 48px rgba(11, 37, 67, 0.12);
	border-color: rgba(18, 67, 119, 0.18);
}

.xh-manufacturing-showcase {
	padding-top: 10px;
}

.xh-manufacturing-floor-gallery {
	padding-top: 8px;
}

.xh-manufacturing-floor-gallery .xh-section-heading {
	max-width: 760px;
}

/* Homepage V2 */
.xh-home-v2 {
	background:
		radial-gradient(circle at 8% 4%, rgba(239, 124, 36, 0.1), transparent 25%),
		radial-gradient(circle at 92% 18%, rgba(21, 63, 130, 0.08), transparent 28%),
		linear-gradient(180deg, #f7f9fd 0%, #edf2f8 48%, #f8fbff 100%);
	color: #122b46;
}

.xh-home-v2 .xh-site-footer {
	margin-top: 0;
}

.xh-v2-hero {
	position: relative;
	background-image: var(--v2-hero-bg);
	background-position: center;
	background-size: cover;
	padding: 96px 0 86px;
	overflow: hidden;
}

.xh-v2-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.05) contrast(1.05);
}

.xh-v2-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(92deg, rgba(7, 20, 37, 0.92) 0%, rgba(7, 20, 37, 0.74) 42%, rgba(7, 20, 37, 0.34) 100%),
		radial-gradient(circle at 70% 24%, rgba(239, 124, 36, 0.26), transparent 34%);
}

.xh-v2-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 150px;
	background: linear-gradient(180deg, transparent 0%, rgba(247, 249, 253, 0.92) 100%);
	pointer-events: none;
}

.xh-v2-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
	gap: 34px;
	align-items: center;
}

.xh-v2-kicker,
.xh-v2-heading__eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.xh-v2-kicker {
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
}

.xh-v2-hero__copy h1 {
	margin: 18px 0 14px;
	font-size: clamp(2.25rem, 4.2vw, 4.05rem);
	line-height: 1.07;
	letter-spacing: -0.05em;
	color: #fff;
	text-wrap: balance;
	text-shadow: 0 18px 54px rgba(0, 0, 0, 0.36);
}

.xh-v2-hero__copy h1 span {
	display: block;
}

.xh-v2-hero__copy p {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.07rem;
	line-height: 1.76;
}

.xh-v2-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.xh-v2-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.xh-v2-hero__trust span {
	display: inline-flex;
	align-items: center;
	padding: 12px 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(10px);
	color: #fff;
	font-size: 0.92rem;
	font-weight: 600;
}



.xh-v2-hero__visual {
	position: relative;
	min-height: 500px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.xh-v2-hero__card {
	position: relative;
	z-index: 3;
	max-width: 390px;
	padding: 30px;
	border-radius: 26px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.1) 100%);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
	color: #fff;
}

.xh-v2-hero__card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 28px;
	right: 28px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, #ef7c24 0%, rgba(255, 255, 255, 0.66) 100%);
}

.xh-v2-hero__card strong {
	display: block;
	font-size: 1.8rem;
	line-height: 1.12;
}

.xh-v2-hero__card p {
	margin: 16px 0 0;
	font-size: 1rem;
	line-height: 1.68;
	color: rgba(255, 255, 255, 0.88);
}

.xh-v2-hero__card ul {
	display: grid;
	gap: 12px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.xh-v2-hero__card li {
	padding: 13px 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	font-weight: 700;
}

.xh-v2-hero__collage {
	position: absolute;
	inset: 0;
}

.xh-v2-hero__image {
	position: absolute;
	margin: 0;
	overflow: hidden;
	border-radius: 28px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
}

.xh-v2-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.xh-v2-hero__image--large {
	top: 6px;
	right: 0;
	width: 62%;
	height: 304px;
}

.xh-v2-hero__image--small-top {
	left: 7%;
	bottom: 84px;
	width: 34%;
	height: 170px;
}

.xh-v2-hero__image--small-bottom {
	right: 12%;
	bottom: 0;
	width: 40%;
	height: 176px;
}

.xh-v2-metrics {
	position: relative;
	z-index: 4;
	margin-top: -36px;
	padding: 0 0 46px;
}

.xh-v2-metrics__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.xh-v2-metrics__grid div {
	position: relative;
	overflow: hidden;
	padding: 26px 24px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(18, 43, 70, 0.08);
	border-radius: 24px;
	box-shadow: 0 22px 50px rgba(15, 39, 66, 0.12);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.xh-v2-metrics__grid div::after {
	content: "";
	position: absolute;
	top: 18px;
	right: 18px;
	width: 42px;
	height: 42px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(239, 124, 36, 0.14), rgba(21, 63, 130, 0.08));
}

.xh-v2-metrics__grid div:hover,
.xh-v2-solution-card:hover,
.xh-v2-blog-card:hover {
	transform: translateY(-4px);
	border-color: rgba(21, 63, 130, 0.16);
	box-shadow: 0 28px 60px rgba(15, 39, 66, 0.14);
}

.xh-v2-metrics__grid strong {
	display: block;
	font-size: 2.2rem;
	line-height: 1;
	color: #153f82;
}

.xh-v2-metrics__grid span {
	display: block;
	margin-top: 10px;
	color: #647792;
	font-size: 0.94rem;
}

.xh-v2-section {
	padding: 76px 0;
}

.xh-v2-section--light {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(243, 247, 252, 0.95) 100%);
}

.xh-v2-heading {
	max-width: 780px;
	margin-bottom: 30px;
}

.xh-v2-heading__eyebrow {
	background: rgba(18, 63, 130, 0.08);
	color: #153f82;
}

.xh-v2-heading h2 {
	margin: 16px 0 0;
	font-size: clamp(2rem, 3.4vw, 3.2rem);
	line-height: 1.06;
	letter-spacing: -0.04em;
	color: #102846;
}

.xh-v2-solution-grid,
.xh-v2-partner-grid,
.xh-v2-difference__grid,
.xh-v2-testimonials__grid,
.xh-v2-blog-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.xh-v2-solution-card,
.xh-v2-partner-card,
.xh-v2-expertise-item,
.xh-v2-process-card,
.xh-v2-difference__card,
.xh-v2-testimonial,
.xh-v2-blog-card,
.xh-v2-empty-card {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(18, 43, 70, 0.08);
	border-radius: 24px;
	box-shadow: 0 16px 42px rgba(15, 39, 66, 0.08);
}

.xh-v2-solution-card {
	overflow: hidden;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.xh-v2-solution-card__media img,
.xh-v2-blog-card__media img {
	width: 100%;
	height: 236px;
	object-fit: cover;
	display: block;
	background: #edf2f8;
	transition: transform 0.45s ease;
}

.xh-v2-solution-card:hover .xh-v2-solution-card__media img,
.xh-v2-blog-card:hover .xh-v2-blog-card__media img {
	transform: scale(1.04);
}

.xh-v2-blog-card {
	overflow: hidden;
}

.xh-v2-blog-card__media {
	margin: -24px -24px 18px;
	overflow: hidden;
	border-radius: 24px 24px 0 0;
}

.xh-v2-blog-card__media a {
	display: block;
	margin-top: 0;
}

.xh-v2-solution-card__body,
.xh-v2-partner-card,
.xh-v2-difference__card,
.xh-v2-testimonial,
.xh-v2-blog-card,
.xh-v2-empty-card {
	padding: 24px;
}

.xh-v2-solution-card__body h3,
.xh-v2-partner-card h3,
.xh-v2-expertise-item h3,
.xh-v2-process-card h3,
.xh-v2-difference__card h3,
.xh-v2-blog-card h3 {
	margin: 0;
	font-size: 1.18rem;
	line-height: 1.36;
}

.xh-v2-solution-card__body p,
.xh-v2-partner-card p,
.xh-v2-expertise-item p,
.xh-v2-process-card p,
.xh-v2-difference__card p,
.xh-v2-testimonial p,
.xh-v2-blog-card p,
.xh-v2-empty-card p {
	margin: 12px 0 0;
	color: #5d718b;
	line-height: 1.72;
}

.xh-v2-solution-card__body a,
.xh-v2-blog-card a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(21, 63, 130, 0.08);
	font-weight: 700;
	color: #153f82;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.xh-v2-solution-card__body a:hover,
.xh-v2-blog-card a:hover {
	background: #153f82;
	color: #fff;
	transform: translateY(-1px);
}

.xh-v2-partner-card {
	position: relative;
}

.xh-v2-partner-card::before {
	content: "";
	display: block;
	width: 54px;
	height: 4px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: linear-gradient(90deg, #ef7c24 0%, #153f82 100%);
}

.xh-v2-expertise {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at top left, rgba(239, 124, 36, 0.22), transparent 28%),
		linear-gradient(135deg, #0f2743 0%, #143861 46%, #0d223a 100%);
}

.xh-v2-expertise__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 34px;
	align-items: center;
}

.xh-v2-expertise__visual {
	position: relative;
}

.xh-v2-expertise__visual img {
	width: 100%;
	height: 640px;
	object-fit: cover;
	border-radius: 30px;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.xh-v2-expertise__visual-badge {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	padding: 18px 20px;
	border-radius: 22px;
	background: rgba(8, 26, 46, 0.72);
	backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.xh-v2-expertise__visual-badge span {
	display: inline-flex;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.xh-v2-expertise__visual-badge strong {
	display: block;
	margin-top: 12px;
	color: #fff;
	font-size: 1.05rem;
	line-height: 1.55;
}

.xh-v2-expertise__content .xh-v2-heading__eyebrow {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.xh-v2-expertise__content h2 {
	margin: 16px 0 0;
	font-size: clamp(2rem, 3.2vw, 3rem);
	line-height: 1.08;
	letter-spacing: -0.04em;
	color: #fff;
}

.xh-v2-expertise__intro {
	max-width: 720px;
	margin: 16px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1rem;
	line-height: 1.8;
}

.xh-v2-expertise__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.xh-v2-expertise-item {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 22px 22px 20px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 22px;
	box-shadow: 0 18px 34px rgba(6, 20, 36, 0.2);
}

.xh-v2-expertise-item__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 18px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(239, 124, 36, 0.14) 0%, rgba(21, 63, 130, 0.14) 100%);
	color: #153f82;
	font-size: 0.98rem;
	font-weight: 800;
}

.xh-v2-expertise-item h3 {
	margin: 0;
	color: #102846;
	font-size: 1.08rem;
	line-height: 1.4;
}

.xh-v2-expertise-item p {
	margin: 10px 0 0;
	color: #5d718b;
	line-height: 1.72;
}

.xh-v2-process-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.xh-v2-process-card {
	padding: 24px;
}

.xh-v2-process-card__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 18px;
	border-radius: 18px;
	background: rgba(21, 63, 130, 0.08);
	color: #153f82;
	font-size: 1.06rem;
	font-weight: 800;
}

.xh-v2-cta-band {
	padding: 28px 0;
	background: linear-gradient(110deg, #123f82 0%, #ef7c24 100%);
}

.xh-v2-cta-band__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 24px 28px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.xh-v2-cta-band__inner h2 {
	margin: 12px 0 0;
	max-width: 760px;
	font-size: clamp(1.8rem, 3vw, 2.7rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: #fff;
}

.xh-v2-cta-band__inner .xh-v2-heading__eyebrow {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.xh-v2-cta-band__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.xh-v2-certifications {
	padding: 34px;
	background: #102846;
	border-radius: 30px;
}

.xh-v2-certifications .xh-v2-heading {
	margin-bottom: 24px;
}

.xh-v2-certifications .xh-v2-heading__eyebrow {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.xh-v2-certifications h2 {
	color: #fff;
}

.xh-v2-certifications__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.xh-v2-certifications__item {
	padding: 20px 18px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.xh-v2-difference {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(238, 244, 251, 0.95) 100%);
}

.xh-v2-trust-combined .xh-v2-certifications {
	margin-bottom: 28px;
}

.xh-v2-trust-combined .xh-v2-heading + .xh-v2-difference__grid,
.xh-v2-trust-combined .xh-v2-certifications__grid + .xh-v2-heading {
	margin-top: 26px;
}

.xh-v2-difference__card {
	position: relative;
	padding-top: 68px;
}

.xh-v2-difference__card::before {
	content: "";
	position: absolute;
	top: 24px;
	left: 24px;
	width: 30px;
	height: 30px;
	border-radius: 10px;
	background: linear-gradient(135deg, #ef7c24 0%, #153f82 100%);
}

.xh-v2-about-band {
	background: #fff;
}

.xh-v2-about-band__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
	gap: 28px;
	align-items: center;
}

.xh-v2-about-band__copy h2 {
	margin: 16px 0 0;
	font-size: clamp(2rem, 3.2vw, 3rem);
	line-height: 1.08;
	letter-spacing: -0.04em;
	color: #102846;
}

.xh-v2-about-band__copy p,
.xh-v2-about-band__copy li {
	color: #5d718b;
	line-height: 1.76;
}

.xh-v2-about-band__copy ul {
	margin: 18px 0 0;
	padding-left: 18px;
}

.xh-v2-about-band__visual {
	display: grid;
	gap: 16px;
}

.xh-v2-about-band__visual img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 24px;
	box-shadow: 0 18px 46px rgba(15, 39, 66, 0.1);
}

.xh-v2-testimonials {
	background: #102846;
}

.xh-v2-testimonials .xh-v2-heading__eyebrow {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.xh-v2-testimonials h2 {
	color: #fff;
}

.xh-v2-testimonial {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
}

.xh-v2-testimonial p {
	color: rgba(255, 255, 255, 0.86);
}

.xh-v2-testimonial strong {
	display: block;
	margin-top: 18px;
	color: #fff;
}

.xh-v2-review-showcase {
	margin-top: 34px;
	padding: 26px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 22px 52px rgba(0, 0, 0, 0.2);
}

.xh-v2-review-showcase__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}

.xh-v2-review-showcase__heading span {
	display: inline-flex;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.xh-v2-review-showcase__heading strong {
	max-width: 620px;
	color: #fff;
	font-size: clamp(1.3rem, 2.2vw, 2rem);
	line-height: 1.16;
	text-align: right;
}

.xh-v2-review-showcase__grid {
	display: grid;
	grid-template-columns: 1.14fr 0.86fr;
	gap: 18px;
	align-items: stretch;
}

.xh-v2-review-shot {
	margin: 0;
	overflow: hidden;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.xh-v2-review-shot img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xh-v2-review-shot--1 {
	grid-row: span 2;
	min-height: 420px;
}

.xh-v2-review-shot--2,
.xh-v2-review-shot--3,
.xh-v2-review-shot--4 {
	min-height: 196px;
}

.xh-v2-review-shot--4 {
	grid-column: 1 / -1;
	min-height: 260px;
}

.xh-v2-blog-card h3 a {
	color: #102846;
}

.xh-v2-faq {
	padding-bottom: 24px;
}

@media (max-width: 1180px) {
	.xh-v2-hero__grid,
	.xh-v2-expertise__grid,
	.xh-v2-about-band__grid,
	.xh-v2-cta-band__inner {
		grid-template-columns: 1fr;
		display: grid;
	}

	.xh-v2-solution-grid,
	.xh-v2-partner-grid,
	.xh-v2-difference__grid,
	.xh-v2-testimonials__grid,
	.xh-v2-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xh-v2-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xh-v2-review-showcase__grid {
		grid-template-columns: 1fr;
	}

	.xh-v2-review-shot--1,
	.xh-v2-review-shot--2,
	.xh-v2-review-shot--3,
	.xh-v2-review-shot--4 {
		grid-column: auto;
		grid-row: auto;
		min-height: auto;
	}

	.xh-v2-certifications__grid,
	.xh-v2-expertise__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xh-v2-hero__visual {
		min-height: auto;
		justify-content: flex-start;
	}

	.xh-v2-expertise__visual img {
		height: 460px;
	}
}

@media (max-width: 900px) {
	.xh-v2-metrics__grid,
	.xh-v2-expertise__list {
		grid-template-columns: 1fr;
	}

	.xh-v2-metrics__grid,
	.xh-v2-certifications__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xh-v2-hero {
		padding: 64px 0 52px;
	}

	.xh-v2-hero__copy h1 {
		font-size: clamp(2.4rem, 9vw, 3.6rem);
	}

	.xh-v2-heading h2,
	.xh-v2-about-band__copy h2,
	.xh-v2-expertise__content h2,
	.xh-v2-cta-band__inner h2 {
		font-size: clamp(1.8rem, 6vw, 2.5rem);
	}

	.xh-v2-review-showcase__heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.xh-v2-review-showcase__heading strong {
		text-align: left;
	}

	.xh-v2-expertise__visual-badge {
		left: 18px;
		right: 18px;
		bottom: 18px;
	}
}

@media (max-width: 768px) {
	.xh-customization-page .xh-section {
		padding-top: 52px;
		padding-bottom: 52px;
	}

	.xh-customization-page .xh-section-heading {
		margin-bottom: 22px;
	}

	.xh-customization-page .xh-page-hero--products {
		padding: 44px 0 38px;
	}

	.xh-customization-page .xh-page-hero__inner {
		gap: 20px;
	}

	.xh-customization-page .xh-page-hero__copy h1 {
		font-size: clamp(2rem, 8vw, 2.28rem);
		line-height: 1.08;
	}

	.xh-customization-page .xh-page-hero__copy p {
		font-size: 0.95rem;
		line-height: 1.62;
	}

	.xh-customization-page .xh-hero-actions {
		gap: 10px;
		margin-top: 22px;
	}

	.xh-customization-page .xh-hero-actions .xh-button {
		width: 100%;
	}

	.xh-customization-hero-visual {
		display: none;
	}

	.xh-customization-showcase__grid,
	.xh-customization-columns__grid,
	.xh-customization-inquiry-band__inner,
	.xh-customization-cta-strip__inner,
	.xh-customization-final-cta__inner,
	.xh-product-recommended-specs__grid,
	.xh-customization-detail-grid,
	.xh-customization-list-grid {
		grid-template-columns: 1fr;
	}

	.xh-customization-showcase__media img {
		height: 260px;
	}

	.xh-customization-page .xh-products-trust-band__points,
	.xh-customization-page .xh-service-list--compact,
	.xh-customization-page .xh-buyer-list,
	.xh-customization-page .xh-customization-detail-grid,
	.xh-customization-page .xh-customization-list-grid {
		gap: 10px;
	}

	.xh-customization-page .xh-products-trust-band__point,
	.xh-customization-page .xh-service-item,
	.xh-customization-page .xh-buyer-item,
	.xh-customization-page .xh-customization-detail-card,
	.xh-customization-page .xh-customization-list-card {
		padding: 14px;
		border-radius: 14px;
	}

	.xh-customization-page .xh-product-process .xh-process-grid--steps {
		position: relative;
		gap: 14px;
		padding-left: 18px;
	}

	.xh-customization-page .xh-product-process .xh-process-grid--steps::before {
		top: 14px;
		bottom: 14px;
		left: 5px;
		right: auto;
		width: 2px;
		height: auto;
		opacity: 1;
	}

	.xh-process-step--customization {
		position: relative;
		padding: 18px;
	}

	.xh-process-step--customization::before {
		content: "";
		position: absolute;
		top: 24px;
		left: -20px;
		width: 14px;
		height: 14px;
		border-radius: 999px;
		background: #ef7c24;
		box-shadow: 0 0 0 6px rgba(239, 124, 36, 0.16);
	}

	.xh-customization-gallery-grid {
		display: flex;
		overflow-x: auto;
		gap: 14px;
		padding-bottom: 8px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.xh-customization-gallery-grid::-webkit-scrollbar {
		display: none;
	}

	.xh-customization-gallery-card,
	.xh-customization-gallery-card--1 {
		flex: 0 0 82%;
		grid-column: auto;
		grid-row: auto;
		scroll-snap-align: start;
	}

	.xh-customization-gallery-card img {
		height: 250px;
	}

	.xh-customization-page .xh-customization-options .xh-advantage-grid,
	.xh-customization-page .xh-customization-printing .xh-customization-list-grid,
	.xh-customization-page .xh-customization-bottom-difference .xh-advantage-grid {
		display: flex;
		overflow-x: auto;
		gap: 14px;
		padding-bottom: 8px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.xh-customization-page .xh-customization-options .xh-advantage-grid::-webkit-scrollbar,
	.xh-customization-page .xh-customization-printing .xh-customization-list-grid::-webkit-scrollbar,
	.xh-customization-page .xh-customization-bottom-difference .xh-advantage-grid::-webkit-scrollbar {
		display: none;
	}

	.xh-customization-page .xh-customization-options .xh-advantage-card,
	.xh-customization-page .xh-customization-printing .xh-customization-list-card,
	.xh-customization-page .xh-customization-bottom-difference .xh-advantage-card {
		flex: 0 0 84%;
		scroll-snap-align: start;
	}
}

@media (min-width: 769px) {
	.xh-customization-page .xh-product-process .xh-process-grid--five {
		align-items: stretch;
	}
}

@media (max-width: 768px) {
	.xh-home-v2 {
		overflow-x: hidden;
	}

	.xh-home-v2 .xh-site-header {
		position: sticky;
		background: rgba(255, 255, 255, 0.96);
	}

	.xh-home-v2 .xh-header-inner {
		align-items: center;
		flex-wrap: nowrap;
		gap: 10px;
		padding: 8px 0;
	}

	.xh-home-v2 .xh-brand {
		width: auto;
		justify-content: flex-start;
		flex: 1 1 auto;
	}

	.xh-home-v2 .xh-brand-mark {
		width: 126px;
		height: 40px;
	}

	.xh-home-v2 .xh-header-actions {
		width: auto;
		flex: 0 0 auto;
		flex-direction: row;
		align-items: center;
		gap: 8px;
	}

	.xh-home-v2 .xh-header-whatsapp {
		width: auto;
		min-height: 38px;
		padding: 9px 11px;
		font-size: 0;
	}

	.xh-home-v2 .xh-header-whatsapp::before {
		content: "WA";
		font-size: 0.76rem;
		font-weight: 800;
	}

	.xh-home-v2 .xh-button--small {
		width: auto;
		min-height: 38px;
		padding: 9px 12px;
		font-size: 0.78rem;
		white-space: nowrap;
	}

	.xh-v2-hero__grid > *,
	.xh-v2-hero__copy,
	.xh-v2-hero__visual,
	.xh-v2-hero__card,
	.xh-v2-hero__collage {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.xh-v2-hero {
		padding: 44px 0 38px;
	}

	.xh-v2-hero__overlay {
		background:
			linear-gradient(180deg, rgba(7, 20, 37, 0.92) 0%, rgba(7, 20, 37, 0.78) 58%, rgba(7, 20, 37, 0.54) 100%),
			radial-gradient(circle at 72% 18%, rgba(239, 124, 36, 0.2), transparent 36%);
	}

	.xh-v2-hero__grid,
	.xh-v2-solution-grid,
	.xh-v2-partner-grid,
	.xh-v2-difference__grid,
	.xh-v2-testimonials__grid,
	.xh-v2-blog-grid,
	.xh-v2-process-grid {
		grid-template-columns: 1fr;
	}

	.xh-v2-hero__copy h1 {
		font-size: clamp(1.72rem, 7.1vw, 2.12rem);
		line-height: 1.08;
		letter-spacing: -0.04em;
	}

	.xh-v2-hero__copy p {
		font-size: 0.95rem;
		line-height: 1.62;
		overflow-wrap: anywhere;
	}

	.xh-v2-hero__actions {
		gap: 10px;
		margin-top: 22px;
	}

	.xh-v2-hero__trust {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 4px;
		gap: 10px;
		margin-top: 20px;
		scrollbar-width: none;
	}

	.xh-v2-hero__trust::-webkit-scrollbar {
		display: none;
	}

	.xh-v2-hero__trust span {
		flex: 0 0 auto;
		padding: 10px 11px;
		border-radius: 14px;
		font-size: 0.82rem;
	}

	.xh-v2-kicker {
		max-width: 100%;
		white-space: normal;
		line-height: 1.45;
	}

	.xh-v2-hero__visual {
		display: none;
	}

	.xh-v2-hero__card {
		max-width: none;
		padding: 22px;
		border-radius: 22px;
	}

	.xh-v2-hero__card strong {
		font-size: 1.42rem;
	}

	.xh-v2-hero__card p {
		margin-top: 12px;
		font-size: 0.94rem;
		line-height: 1.58;
	}

	.xh-v2-hero__card ul {
		gap: 9px;
		margin-top: 14px;
	}

	.xh-v2-hero__card li {
		padding: 10px 12px;
		font-size: 0.9rem;
	}

	.xh-v2-hero__collage {
		display: none;
	}

	.xh-v2-metrics {
		margin-top: 0;
		padding: 18px 0 28px;
	}

	.xh-v2-metrics__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.xh-v2-metrics__grid div {
		min-height: 118px;
		padding: 18px 16px;
		border-radius: 18px;
	}


	.xh-v2-metrics__grid strong {
		font-size: 1.75rem;
	}

	.xh-v2-metrics__grid span {
		margin-top: 8px;
		font-size: 0.84rem;
		line-height: 1.35;
	}

	.xh-v2-cta-band__actions,
	.xh-v2-hero__actions {
		flex-direction: column;
	}

	.xh-v2-cta-band__actions .xh-button,
	.xh-v2-hero__actions .xh-button {
		width: 100%;
	}

	.xh-v2-solution-card__media img,
	.xh-v2-expertise__visual img {
		height: 240px;
	}

	.xh-v2-section {
		padding: 52px 0;
	}

	.xh-v2-heading {
		margin-bottom: 22px;
	}

	.xh-v2-heading h2,
	.xh-v2-about-band__copy h2,
	.xh-v2-expertise__content h2,
	.xh-v2-cta-band__inner h2 {
		line-height: 1.12;
		letter-spacing: -0.03em;
	}

	.xh-v2-certifications {
		padding: 24px;
		border-radius: 24px;
	}

	.xh-v2-review-showcase {
		padding: 16px;
		border-radius: 24px;
	}

	.xh-v2-review-shot {
		border-radius: 18px;
	}
}

@media (max-width: 768px) {
	.xh-customization-page .xh-customization-hero-visual {
		display: none !important;
	}

	.xh-customization-page .xh-page-hero {
		padding-top: 44px;
		padding-bottom: 38px;
	}

	.xh-customization-page .xh-product-process {
		padding-top: 52px;
		padding-bottom: 52px;
	}

	.xh-customization-page .xh-product-process .xh-section-heading {
		margin-bottom: 22px;
	}

	.xh-customization-page .xh-process-step--customization h3 {
		margin-top: 10px;
	}

	.xh-customization-page .xh-process-step--customization p {
		margin-top: 8px;
		line-height: 1.58;
	}
}

.xh-manufacturing-image-feature {
	background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}

.xh-manufacturing-showcase .xh-section-heading,
.xh-manufacturing-operations .xh-section-heading {
	max-width: 760px;
}

.xh-manufacturing-workflow {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(238, 244, 251, 0.85) 100%),
		linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}

.xh-manufacturing-workflow .xh-process-step {
	position: relative;
	overflow: hidden;
}

.xh-manufacturing-workflow .xh-process-grid--steps {
	position: relative;
}

.xh-manufacturing-workflow .xh-process-grid--steps::before {
	content: "";
	position: absolute;
	top: 29px;
	left: 8%;
	right: 8%;
	height: 2px;
	background: linear-gradient(90deg, #153f82 0%, #ef7c24 100%);
	opacity: 0.26;
}

.xh-manufacturing-workflow .xh-process-step::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--xh-secondary) 0%, #f4c48d 100%);
	opacity: 0.9;
}

.xh-manufacturing-production-areas .xh-customization-difference-card,
.xh-manufacturing-operations .xh-advantage-card {
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.xh-manufacturing-production-areas .xh-customization-difference-card:hover,
.xh-manufacturing-operations .xh-advantage-card:hover {
	transform: translateY(-4px);
	border-color: rgba(21, 63, 130, 0.18);
	box-shadow: 0 26px 58px rgba(15, 39, 66, 0.14);
}

@media (max-width: 768px) {
	.xh-manufacturing-page .xh-section {
		padding-top: 52px;
		padding-bottom: 52px;
	}

	.xh-manufacturing-page .xh-page-hero {
		padding-top: 44px;
		padding-bottom: 38px;
	}

	.xh-manufacturing-page .xh-about-hero-visual {
		display: none !important;
	}

	.xh-manufacturing-page .xh-hero-actions {
		gap: 10px;
		margin-top: 22px;
	}

	.xh-manufacturing-page .xh-hero-actions .xh-button {
		width: 100%;
	}

	.xh-manufacturing-page .xh-stats-grid,
	.xh-manufacturing-page .xh-advantage-grid--two,
	.xh-manufacturing-page .xh-advantage-grid--four,
	.xh-manufacturing-page .xh-customization-difference-grid {
		grid-template-columns: 1fr;
	}

	.xh-manufacturing-page .xh-about-numbers .xh-stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.xh-manufacturing-page .xh-about-numbers .xh-stats-grid div {
		min-height: 118px;
		padding: 18px 16px;
		border-radius: 18px;
	}

	.xh-manufacturing-page .xh-manufacturing-floor-gallery .xh-customization-gallery-grid {
		display: flex;
		overflow-x: auto;
		gap: 14px;
		padding-bottom: 8px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.xh-manufacturing-page .xh-manufacturing-floor-gallery .xh-customization-gallery-grid::-webkit-scrollbar {
		display: none;
	}

	.xh-manufacturing-page .xh-manufacturing-floor-gallery .xh-customization-gallery-card,
	.xh-manufacturing-page .xh-manufacturing-floor-gallery .xh-customization-gallery-card--1 {
		flex: 0 0 82%;
		grid-column: auto;
		grid-row: auto;
		scroll-snap-align: start;
	}

	.xh-manufacturing-page .xh-manufacturing-floor-gallery .xh-customization-gallery-card img {
		height: 250px;
	}

	.xh-manufacturing-workflow .xh-process-grid--steps {
		position: relative;
		gap: 14px;
		padding-left: 18px;
	}

	.xh-manufacturing-workflow .xh-process-grid--steps::before {
		top: 14px;
		bottom: 14px;
		left: 5px;
		right: auto;
		width: 2px;
		height: auto;
		opacity: 1;
	}

	.xh-manufacturing-workflow .xh-process-step--customization {
		position: relative;
		padding: 18px;
	}

	.xh-manufacturing-workflow .xh-process-step--customization::before {
		content: "";
		position: absolute;
		top: 24px;
		left: -20px;
		width: 14px;
		height: 14px;
		border-radius: 999px;
		background: #ef7c24;
		box-shadow: 0 0 0 6px rgba(239, 124, 36, 0.16);
	}
}

.xh-manufacturing-checks {
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.xh-manufacturing-checks__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.xh-manufacturing-check {
	padding: 26px;
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: 20px;
	box-shadow: var(--xh-shadow);
}

.xh-manufacturing-check__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	height: 58px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(14, 58, 120, 0.08);
	color: var(--xh-primary);
	font-size: 1.05rem;
	font-weight: 800;
}

.xh-manufacturing-check h3 {
	margin: 18px 0 10px;
	color: var(--xh-primary);
}

.xh-manufacturing-check p {
	margin: 0;
	color: var(--xh-muted);
	line-height: 1.7;
}

.xh-manufacturing-closing .xh-customization-visual-strip {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.xh-manufacturing-closing + .xh-manufacturing-closing {
	padding-top: 0;
}

.xh-manufacturing-page .xh-customization-inquiry-band__inner,
.xh-manufacturing-page .xh-customization-final-cta__inner {
	border-radius: 28px;
}

.xh-process-grid--five {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.xh-buyer-item strong {
	display: block;
	margin-bottom: 8px;
	color: var(--xh-primary);
}

.xh-buyer-item p {
	margin: 0;
	color: var(--xh-muted);
	line-height: 1.68;
}

@media (max-width: 1180px) {
	.xh-customization-showcase__grid,
	.xh-customization-columns__grid,
	.xh-process-grid--five,
	.xh-advantage-grid--two,
	.xh-advantage-grid--three,
	.xh-advantage-grid--four,
	.xh-manufacturing-checks__grid,
	.xh-customization-panel-grid,
	.xh-customization-list-grid,
	.xh-customization-difference-grid,
	.xh-customization-gallery-grid,
	.xh-customization-material-story__grid,
	.xh-customization-image-feature__grid,
	.xh-customization-detail-grid,
	.xh-customization-detail-grid--three,
	.xh-customization-inquiry-band__inner,
	.xh-customization-cta-strip__inner,
	.xh-customization-final-cta__inner {
		grid-template-columns: 1fr;
	}

	.xh-customization-hero-visual {
		min-height: auto;
		display: grid;
		gap: 18px;
	}

	.xh-customization-hero-visual__card {
		max-width: none;
		margin-top: 0;
	}

	.xh-customization-hero-collage {
		position: relative;
		inset: auto;
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.xh-customization-hero-collage__item,
	.xh-customization-hero-collage__item--1,
	.xh-customization-hero-collage__item--2,
	.xh-customization-hero-collage__item--3 {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: 100%;
		height: 220px;
	}

	.xh-customization-visual-strip {
		grid-template-columns: 1fr;
	}

	.xh-customization-visual-strip--reverse .xh-customization-visual-strip__media {
		order: 0;
	}

	.xh-customization-gallery-grid {
		grid-template-rows: auto;
	}

	.xh-customization-gallery-card--1 {
		grid-row: auto;
	}

	.xh-customization-material-story__gallery {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	.xh-customization-material-story__image,
	.xh-customization-material-story__image--1 {
		grid-row: auto;
		height: 220px;
	}

	.xh-customization-production-banner__inner {
		min-height: 320px;
	}

	.xh-customization-production-banner__content {
		padding: 28px 22px;
	}

	.xh-customization-image-feature__stack {
		min-height: auto;
		display: grid;
		gap: 14px;
	}

	.xh-customization-image-feature__primary,
	.xh-customization-image-feature__small,
	.xh-customization-image-feature__small--left,
	.xh-customization-image-feature__small--right {
		position: relative;
		inset: auto;
		left: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		height: 220px;
		border-width: 0;
	}
}

.xh-products-compare-table-wrap {
	overflow-x: auto;
	background: #fff;
	border: 1px solid var(--xh-line);
	border-radius: 20px;
	box-shadow: var(--xh-shadow);
}

.xh-products-compare-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 680px;
}

.xh-products-compare-table th,
.xh-products-compare-table td {
	padding: 18px 20px;
	border-bottom: 1px solid var(--xh-line);
	text-align: left;
	vertical-align: top;
}

.xh-products-compare-table th {
	width: 220px;
	color: var(--xh-ink);
	font-size: 0.96rem;
	font-weight: 700;
	background: rgba(14, 58, 120, 0.04);
}

.xh-products-compare-table td {
	color: var(--xh-muted);
	line-height: 1.72;
}

.xh-products-compare-table tr:last-child th,
.xh-products-compare-table tr:last-child td {
	border-bottom: 0;
}

.xh-page-hero--article {
	padding-bottom: 68px;
}

body.xhprinting-child-active #site-header {
	display: none;
}

.xh-article-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin-top: 18px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.95rem;
}

.xh-article-hero__meta span {
	position: relative;
}

.xh-article-hero__meta span:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -9px;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.5);
	transform: translateY(-50%);
}

.xh-article-hero__card .xh-hero-actions {
	margin-top: 18px;
}

.xh-article-layout {
	padding-top: 48px;
}

.xh-article-layout__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
	gap: 28px;
	align-items: start;
}

.xh-article-card,
.xh-article-sidebar__card {
	background: #fff;
	border: 1px solid var(--xh-border);
	border-radius: 24px;
	box-shadow: 0 18px 42px rgba(18, 43, 77, 0.08);
}

.xh-article-card {
	overflow: hidden;
}

.xh-article-card__featured img {
	display: block;
	width: 100%;
	max-height: 460px;
	object-fit: cover;
}

.xh-article-card__body {
	padding: 30px;
}

.xh-article-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.xh-article-tags span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(11, 76, 140, 0.08);
	color: var(--xh-primary);
	font-size: 0.88rem;
	font-weight: 600;
}

.xh-article-content {
	color: var(--xh-ink);
	font-size: 1rem;
	line-height: 1.8;
}

.xh-article-content > :first-child {
	margin-top: 0;
}

.xh-article-content h2,
.xh-article-content h3,
.xh-article-content h4 {
	margin: 1.9em 0 0.7em;
	color: #102846;
	line-height: 1.2;
}

.xh-article-content p,
.xh-article-content ul,
.xh-article-content ol,
.xh-article-content blockquote {
	margin: 0 0 1.1em;
}

.xh-article-content ul,
.xh-article-content ol {
	padding-left: 1.25rem;
}

.xh-article-content li + li {
	margin-top: 0.42em;
}

.xh-article-content a {
	color: var(--xh-primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.xh-article-content blockquote {
	padding: 18px 20px;
	border-left: 4px solid var(--xh-primary);
	border-radius: 0 16px 16px 0;
	background: rgba(11, 76, 140, 0.06);
	color: #18395d;
}

.xh-article-content img {
	max-width: 100%;
	height: auto;
	border-radius: 18px;
}

.xh-article-pagination {
	margin-top: 28px;
	font-weight: 600;
}

.xh-article-sidebar {
	display: grid;
	gap: 18px;
}

.xh-article-sidebar__card {
	padding: 24px;
	position: sticky;
	top: 96px;
}

.xh-article-sidebar__card + .xh-article-sidebar__card {
	top: auto;
	position: relative;
}

.xh-article-sidebar__card h3 {
	margin: 10px 0 12px;
	color: #102846;
}

.xh-article-sidebar__card p {
	margin: 0 0 18px;
	color: var(--xh-muted);
	line-height: 1.7;
}

.xh-article-sidebar__meta,
.xh-article-sidebar__related {
	display: grid;
	gap: 12px;
}

.xh-article-sidebar__meta {
	padding: 0;
	margin: 0;
	list-style: none;
}

.xh-article-sidebar__meta li,
.xh-article-sidebar__related-item {
	display: grid;
	gap: 6px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(16, 40, 70, 0.1);
}

.xh-article-sidebar__meta li:last-child,
.xh-article-sidebar__related-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.xh-article-sidebar__meta span,
.xh-article-sidebar__related-item span {
	color: var(--xh-muted);
	font-size: 0.92rem;
}

.xh-article-sidebar__meta strong,
.xh-article-sidebar__related-item strong {
	color: #102846;
	line-height: 1.45;
}

.xh-article-sidebar__related-item {
	padding-top: 0;
	text-decoration: none;
}

.xh-article-sidebar__related-item:hover strong {
	color: var(--xh-primary);
}

.xh-article-related__media {
	margin: -24px -24px 18px;
	overflow: hidden;
	border-radius: 18px 18px 0 0;
}

.xh-article-related__media img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.xh-page-hero--blog {
	padding-bottom: 64px;
}

.xh-blog-page {
	background:
		radial-gradient(circle at 10% 0%, rgba(239, 124, 36, 0.08), transparent 22%),
		radial-gradient(circle at 100% 12%, rgba(21, 63, 130, 0.08), transparent 24%),
		linear-gradient(180deg, #f7f9fd 0%, #edf3f9 52%, #f8fbff 100%);
}

.xh-blog-page .xh-page-hero__inner {
	align-items: center;
}

.xh-blog-page .xh-page-hero__copy h1 {
	max-width: 760px;
	text-wrap: balance;
}

.xh-blog-page .xh-page-hero__card {
	max-width: 360px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.1) 100%);
	backdrop-filter: blur(16px);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.xh-blog-page .xh-v2-section--light {
	background: transparent;
}

.xh-blog-page .xh-v2-heading {
	max-width: 900px;
	margin-bottom: 26px;
}

.xh-blog-page .xh-v2-blog-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.xh-blog-page .xh-v2-blog-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(18, 43, 70, 0.08);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 16px 42px rgba(15, 39, 66, 0.08);
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.xh-blog-page .xh-v2-blog-card:hover {
	transform: translateY(-5px);
	border-color: rgba(21, 63, 130, 0.16);
	box-shadow: 0 28px 60px rgba(15, 39, 66, 0.14);
}

.xh-blog-page .xh-v2-blog-card__media {
	position: relative;
	margin: 0;
	border-radius: 0;
	overflow: hidden;
	background: #edf2f8;
	aspect-ratio: 16 / 10;
}

.xh-blog-page .xh-v2-blog-card__media img {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	max-width: none;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.xh-blog-page .xh-v2-blog-card__media .attachment-large,
.xh-blog-page .xh-v2-blog-card__media .wp-post-image {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
}

.xh-blog-page .xh-v2-blog-card__media a {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.xh-blog-page .xh-v2-blog-card:hover .xh-v2-blog-card__media img {
	transform: scale(1.035);
}

.xh-blog-page .xh-v2-blog-card > .xh-eyebrow,
.xh-blog-page .xh-v2-blog-card > h3,
.xh-blog-page .xh-v2-blog-card > p,
.xh-blog-page .xh-v2-blog-card > .xh-blog-card__meta,
.xh-blog-page .xh-v2-blog-card > .xh-blog-card__cta {
	margin-left: 24px;
	margin-right: 24px;
}

.xh-blog-page .xh-v2-blog-card > .xh-eyebrow {
	margin-top: 22px;
	align-self: flex-start;
	background: rgba(21, 63, 130, 0.08);
	color: #153f82;
}

.xh-blog-page .xh-v2-blog-card h3 {
	margin-top: 14px;
	font-size: 1.24rem;
	line-height: 1.4;
}

.xh-blog-page .xh-v2-blog-card h3 a {
	padding: 0;
	margin: 0;
	display: inline;
	background: transparent;
	border-radius: 0;
	color: #102846;
	font-weight: 700;
	box-shadow: none;
}

.xh-home-v2 .xh-v2-blog-card h3 a {
	padding: 0;
	margin: 0;
	display: inline;
	background: transparent;
	border-radius: 0;
	color: #102846;
	font-weight: 700;
	box-shadow: none;
}

.xh-home-v2 .xh-v2-blog-card h3 a:hover {
	color: #153f82;
	background: transparent;
	transform: none;
}

.xh-blog-page .xh-v2-blog-card h3 a:hover {
	color: #153f82;
	background: transparent;
	transform: none;
}

.xh-blog-page .xh-v2-blog-card p {
	margin-top: 12px;
	color: #5d718b;
	line-height: 1.72;
	flex-grow: 1;
}

.xh-blog-card__meta {
	margin-top: 14px;
	color: var(--xh-muted);
	font-size: 0.92rem;
}

.xh-blog-page .xh-blog-card__meta {
	padding-top: 14px;
	border-top: 1px solid rgba(16, 40, 70, 0.08);
}

.xh-blog-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	margin-top: 16px;
	margin-bottom: 24px;
	padding: 10px 15px;
	border-radius: 999px;
	background: rgba(21, 63, 130, 0.08);
	color: #153f82;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.xh-blog-card__cta:hover {
	background: #153f82;
	color: #fff;
	transform: translateY(-1px);
}

.xh-blog-pagination {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.xh-blog-pagination .nav-links {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.xh-blog-pagination a,
.xh-blog-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	padding: 11px 14px;
	border-radius: 999px;
	border: 1px solid rgba(16, 40, 70, 0.12);
	background: #fff;
	color: #153f82;
	font-weight: 700;
	text-decoration: none;
}

.xh-blog-pagination .current {
	background: #153f82;
	border-color: #153f82;
	color: #fff;
}

@media (max-width: 1024px) {
	.xh-article-layout__grid {
		grid-template-columns: 1fr;
	}

	.xh-blog-page .xh-v2-blog-grid--three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xh-article-sidebar__card,
	.xh-article-sidebar__card + .xh-article-sidebar__card {
		position: relative;
		top: auto;
	}
}

@media (max-width: 767px) {
	.xh-blog-page .xh-page-hero--blog {
		padding-bottom: 38px;
	}

	.xh-blog-page .xh-page-hero__card {
		display: none;
	}

	.xh-blog-page .xh-v2-section--light {
		padding-top: 52px;
		padding-bottom: 52px;
	}

	.xh-page-hero--article {
		padding-bottom: 48px;
	}

	.xh-article-card__body,
	.xh-article-sidebar__card {
		padding: 22px;
	}

	.xh-article-card__featured img {
		max-height: 280px;
	}

	.xh-article-hero__meta {
		font-size: 0.9rem;
	}

	.xh-blog-page .xh-v2-blog-grid--three {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.xh-blog-page .xh-v2-blog-card__media img {
		height: 100%;
	}

	.xh-blog-page .xh-v2-blog-card > .xh-eyebrow,
	.xh-blog-page .xh-v2-blog-card > h3,
	.xh-blog-page .xh-v2-blog-card > p,
	.xh-blog-page .xh-v2-blog-card > .xh-blog-card__meta,
	.xh-blog-page .xh-v2-blog-card > .xh-blog-card__cta {
		margin-left: 18px;
		margin-right: 18px;
	}

	.xh-blog-page .xh-v2-blog-card > .xh-eyebrow {
		margin-top: 18px;
	}

	.xh-blog-page .xh-v2-blog-card h3 {
		font-size: 1.12rem;
	}

	.xh-blog-card__cta {
		margin-bottom: 18px;
	}
}

/* Homepage final visual refinement */
.xh-home-v2 {
	background:
		linear-gradient(180deg, #f7f9fd 0%, #eef4fb 36%, #f8fbff 100%);
	color: #102846;
}

.xh-home-v2 .xh-container {
	width: min(1200px, calc(100% - 44px));
}

.xh-home-v2 .xh-v2-section {
	position: relative;
	padding: 84px 0;
}

.xh-home-v2 .xh-v2-section--light {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(238, 244, 251, 0.92) 100%);
}

.xh-home-v2 .xh-v2-heading {
	max-width: 820px;
	margin-bottom: 34px;
}

.xh-home-v2 .xh-v2-heading h2,
.xh-home-v2 .xh-v2-expertise__content h2,
.xh-home-v2 .xh-v2-about-band__copy h2,
.xh-home-v2 .xh-v2-cta-band__inner h2 {
	letter-spacing: -0.025em;
	text-wrap: balance;
}

.xh-home-v2 .xh-v2-heading__eyebrow,
.xh-home-v2 .xh-v2-kicker {
	max-width: 100%;
	line-height: 1.35;
	white-space: normal;
}

.xh-home-v2 .xh-v2-hero {
	min-height: 680px;
	padding: 96px 0 126px;
}

.xh-home-v2 .xh-v2-hero__grid {
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
	gap: clamp(28px, 4vw, 56px);
}

.xh-home-v2 .xh-v2-hero__copy {
	max-width: 720px;
}

.xh-home-v2 .xh-v2-hero__copy h1 {
	max-width: 760px;
	margin-top: 20px;
	font-size: clamp(2.8rem, 5vw, 5rem);
	line-height: 1.02;
	letter-spacing: -0.035em;
}

.xh-home-v2 .xh-v2-hero__copy p {
	max-width: 650px;
	font-size: 1.05rem;
	line-height: 1.72;
}

.xh-home-v2 .xh-v2-hero__card {
	max-width: 420px;
	margin-left: auto;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.12) 100%);
}

.xh-home-v2 .xh-v2-metrics {
	margin-top: -54px;
	padding-bottom: 58px;
}

.xh-home-v2 .xh-v2-metrics__grid {
	gap: 16px;
}

.xh-home-v2 .xh-v2-metrics__grid div {
	min-height: 128px;
	padding: 24px 22px;
}

.xh-home-v2 .xh-v2-solution-card,
.xh-home-v2 .xh-v2-blog-card,
.xh-home-v2 .xh-v2-partner-card,
.xh-home-v2 .xh-v2-process-card,
.xh-home-v2 .xh-v2-difference__card,
.xh-home-v2 .xh-v2-testimonial {
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(15, 39, 66, 0.08);
}

.xh-home-v2 .xh-v2-solution-card,
.xh-home-v2 .xh-v2-blog-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
}

.xh-home-v2 .xh-v2-solution-card__media,
.xh-home-v2 .xh-v2-blog-card__media {
	position: relative;
	aspect-ratio: 4 / 3;
	margin: 0;
	overflow: hidden;
	border-radius: 18px 18px 0 0;
	background: #e9f0f7;
}

.xh-home-v2 .xh-v2-solution-card__media img,
.xh-home-v2 .xh-v2-blog-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xh-home-v2 .xh-v2-solution-card__body,
.xh-home-v2 .xh-v2-blog-card {
	flex: 1;
}

.xh-home-v2 .xh-v2-solution-card__body {
	display: flex;
	flex-direction: column;
}

.xh-home-v2 .xh-v2-blog-card {
	padding: 0;
}

.xh-home-v2 .xh-v2-blog-card > .xh-eyebrow,
.xh-home-v2 .xh-v2-blog-card > h3,
.xh-home-v2 .xh-v2-blog-card > p,
.xh-home-v2 .xh-v2-blog-card > .xh-blog-card__meta,
.xh-home-v2 .xh-v2-blog-card > .xh-blog-card__cta {
	margin-left: 22px;
	margin-right: 22px;
}

.xh-home-v2 .xh-v2-blog-card > .xh-eyebrow {
	margin-top: 22px;
}

.xh-home-v2 .xh-v2-blog-card > .xh-blog-card__cta {
	margin-bottom: 22px;
}

.xh-home-v2 .xh-v2-solution-card__body a,
.xh-home-v2 .xh-v2-blog-card .xh-blog-card__cta {
	width: fit-content;
	margin-top: auto;
}

.xh-home-v2 .xh-v2-partner-grid,
.xh-home-v2 .xh-v2-difference__grid,
.xh-home-v2 .xh-v2-testimonials__grid {
	align-items: stretch;
}

.xh-home-v2 .xh-v2-partner-card,
.xh-home-v2 .xh-v2-difference__card,
.xh-home-v2 .xh-v2-testimonial {
	min-height: 100%;
}

.xh-home-v2 .xh-v2-expertise {
	padding: 94px 0;
}

.xh-home-v2 .xh-v2-expertise__grid {
	grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(32px, 5vw, 62px);
}

.xh-home-v2 .xh-v2-expertise__visual img {
	height: min(620px, 64vw);
	min-height: 480px;
	border-radius: 24px;
}

.xh-home-v2 .xh-v2-expertise__list {
	gap: 16px;
}

.xh-home-v2 .xh-v2-expertise-item {
	border-radius: 18px;
	box-shadow: 0 16px 34px rgba(6, 20, 36, 0.16);
}

.xh-home-v2 .xh-v2-process-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	align-items: stretch;
}

.xh-home-v2 .xh-v2-process-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 22px 20px;
}

.xh-home-v2 .xh-v2-process-card__number {
	width: 50px;
	height: 50px;
	margin-bottom: 16px;
	border-radius: 16px;
}

.xh-home-v2 .xh-v2-cta-band {
	padding: 38px 0;
}

.xh-home-v2 .xh-v2-cta-band__inner {
	border-radius: 22px;
}

.xh-home-v2 .xh-v2-certifications {
	border-radius: 22px;
}

.xh-home-v2 .xh-v2-certifications__grid,
.xh-home-v2 .xh-v2-difference__grid {
	gap: 14px;
}

.xh-home-v2 .xh-v2-about-band {
	background:
		linear-gradient(180deg, #ffffff 0%, #f7fafd 100%);
}

.xh-home-v2 .xh-v2-about-band__grid {
	gap: clamp(28px, 5vw, 58px);
}

.xh-home-v2 .xh-v2-about-band__visual {
	grid-template-columns: 1fr 0.74fr;
	align-items: end;
}

.xh-home-v2 .xh-v2-about-band__visual img:first-child {
	height: 360px;
}

.xh-home-v2 .xh-v2-about-band__visual img:last-child {
	height: 260px;
}

.xh-home-v2 .xh-v2-testimonials {
	padding-bottom: 96px;
}

.xh-home-v2 .xh-v2-review-showcase {
	margin-top: 36px;
	padding: clamp(18px, 3vw, 32px);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.1);
}

.xh-home-v2 .xh-v2-review-showcase__grid {
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 16px;
}

.xh-home-v2 .xh-v2-review-shot {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 16px;
	background: #f8fbff;
}

.xh-home-v2 .xh-v2-review-shot img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 10px;
}

.xh-home-v2 .xh-v2-review-shot--1 {
	min-height: 440px;
}

.xh-home-v2 .xh-v2-review-shot--2,
.xh-home-v2 .xh-v2-review-shot--3 {
	min-height: 210px;
}

.xh-home-v2 .xh-v2-review-shot--4 {
	min-height: 260px;
}

.xh-home-v2 .xh-v2-faq {
	padding-bottom: 70px;
}

.xh-home-v2 .xh-faq-list {
	max-width: 960px;
}

.xh-home-v2 .xh-home-products-grid {
	gap: 22px;
}

.xh-home-v2 .xh-home-products-grid .xh-product-tile {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	border-radius: 22px;
	box-shadow: 0 18px 44px rgba(15, 39, 66, 0.09);
}

.xh-home-v2 .xh-home-products-grid .xh-product-tile__media {
	padding: 18px 18px 0;
	background: #fff;
}

.xh-home-v2 .xh-home-products-grid .xh-product-tile img {
	height: 320px;
	object-fit: contain;
	background: #fff;
	border-radius: 16px;
}

.xh-home-v2 .xh-home-products-grid .xh-product-tile__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 24px 26px;
}

.xh-home-v2 .xh-home-products-grid .xh-product-tile h3 {
	font-size: 1.18rem;
	line-height: 1.42;
}

.xh-home-v2 .xh-home-products-grid .xh-product-tile__body p {
	display: -webkit-box;
	margin-top: 14px;
	overflow: hidden;
	color: #667990;
	font-size: 1rem;
	line-height: 1.58;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.xh-home-v2 .xh-home-products-grid .xh-text-link {
	margin-top: auto;
	padding-top: 20px;
	color: #ef7418;
	font-size: 1rem;
	font-weight: 800;
}

@media (max-width: 1180px) {
	.xh-home-v2 .xh-v2-hero {
		min-height: auto;
		padding: 74px 0 94px;
	}

	.xh-home-v2 .xh-v2-hero__grid,
	.xh-home-v2 .xh-v2-expertise__grid,
	.xh-home-v2 .xh-v2-about-band__grid {
		grid-template-columns: 1fr;
	}

	.xh-home-v2 .xh-v2-hero__card {
		max-width: 100%;
		margin-left: 0;
	}

	.xh-home-v2 .xh-v2-expertise__visual img {
		height: 460px;
		min-height: 0;
	}

	.xh-home-v2 .xh-v2-process-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.xh-home-v2 .xh-container {
		width: min(100% - 32px, 760px);
	}

	.xh-home-v2 .xh-v2-section {
		padding: 64px 0;
	}

	.xh-home-v2 .xh-v2-solution-grid,
	.xh-home-v2 .xh-v2-partner-grid,
	.xh-home-v2 .xh-v2-difference__grid,
	.xh-home-v2 .xh-v2-testimonials__grid,
	.xh-home-v2 .xh-v2-blog-grid,
	.xh-home-v2 .xh-v2-process-grid,
	.xh-home-v2 .xh-v2-expertise__list {
		grid-template-columns: 1fr;
	}

	.xh-home-v2 .xh-v2-metrics {
		margin-top: 0;
		padding: 20px 0 34px;
	}

	.xh-home-v2 .xh-v2-about-band__visual {
		grid-template-columns: 1fr;
	}

	.xh-home-v2 .xh-v2-about-band__visual img:first-child,
	.xh-home-v2 .xh-v2-about-band__visual img:last-child {
		height: 260px;
	}
}

@media (max-width: 768px) {
	.xh-home-v2 .xh-v2-hero {
		padding: 48px 0 54px;
	}

	.xh-home-v2 .xh-v2-hero__copy h1 {
		font-size: clamp(2rem, 9vw, 2.72rem);
		letter-spacing: -0.025em;
	}

	.xh-home-v2 .xh-v2-hero__copy p {
		font-size: 0.96rem;
	}

	.xh-home-v2 .xh-v2-heading h2,
	.xh-home-v2 .xh-v2-about-band__copy h2,
	.xh-home-v2 .xh-v2-expertise__content h2,
	.xh-home-v2 .xh-v2-cta-band__inner h2 {
		font-size: clamp(1.75rem, 7vw, 2.35rem);
		letter-spacing: -0.02em;
	}

	.xh-home-v2 .xh-v2-metrics__grid,
	.xh-home-v2 .xh-v2-certifications__grid {
		grid-template-columns: 1fr 1fr;
	}

	.xh-home-v2 .xh-v2-solution-card__media,
	.xh-home-v2 .xh-v2-blog-card__media {
		aspect-ratio: 16 / 11;
	}

	.xh-home-v2 .xh-v2-expertise {
		padding: 64px 0;
	}

	.xh-home-v2 .xh-v2-expertise__visual img {
		height: 280px;
	}

	.xh-home-v2 .xh-v2-expertise__visual-badge {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		margin-top: -44px;
		margin-left: 14px;
		margin-right: 14px;
	}

	.xh-home-v2 .xh-v2-cta-band__inner {
		padding: 22px;
	}

	.xh-home-v2 .xh-v2-review-showcase__grid {
		display: grid;
		grid-template-columns: 1fr;
	}

	.xh-home-v2 .xh-v2-review-shot,
	.xh-home-v2 .xh-v2-review-shot--1,
	.xh-home-v2 .xh-v2-review-shot--2,
	.xh-home-v2 .xh-v2-review-shot--3,
	.xh-home-v2 .xh-v2-review-shot--4 {
		min-height: 220px;
	}
}

@media (max-width: 480px) {
	.xh-home-v2 .xh-container {
		width: min(100% - 24px, 420px);
	}

	.xh-home-v2 .xh-v2-metrics__grid,
	.xh-home-v2 .xh-v2-certifications__grid {
		grid-template-columns: 1fr;
	}

	.xh-home-v2 .xh-v2-metrics__grid div {
		min-height: auto;
	}

	.xh-home-v2 .xh-v2-heading__eyebrow,
	.xh-home-v2 .xh-v2-kicker {
		font-size: 0.7rem;
	}

	.xh-home-v2 .xh-v2-review-shot,
	.xh-home-v2 .xh-v2-review-shot--1,
	.xh-home-v2 .xh-v2-review-shot--2,
	.xh-home-v2 .xh-v2-review-shot--3,
	.xh-home-v2 .xh-v2-review-shot--4 {
		min-height: 180px;
	}
}
