.hg-wrap {
	max-width: var(--hg-max);
	margin: 0 auto;
	padding: 0 var(--hg-pad);
	width: 100%;
}

.hg-section {
	padding: 96px 0;
}

.hg-section--paper {
	background: var(--hg-paper);
}

.hg-section--mist {
	background: var(--hg-mist);
}

.hg-section__head {
	margin-bottom: 64px;
}

.hg-section__head--split {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

.hg-section__head--center {
	text-align: center;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}

.hg-section__head h2,
.hg-about__copy h2,
.hg-hero__title,
.hg-cta__copy h2 {
	font-family: var(--hg-display);
	font-weight: 600;
	letter-spacing: 0.32px;
	color: var(--hg-ink);
	margin: 0;
}

.hg-section__head h2,
.hg-about__copy h2 {
	font-size: 32px;
	line-height: 1.3;
}

.hg-section__foot {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

.hg-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 16px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.2px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--hg-green-700);
}

.hg-kicker::before {
	content: "";
	width: 32px;
	height: 1px;
	background: currentColor;
}

.hg-kicker--light {
	color: var(--hg-green-200);
	margin-bottom: 0;
}

.hg-kicker--light::before {
	width: 48px;
	height: 2px;
	background: var(--hg-green-200);
}

.hg-section__head--center .hg-kicker::before {
	display: none;
}

.hg-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.96px;
	color: var(--hg-green-900);
	white-space: nowrap;
}

.hg-text-link::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	transform: rotate(45deg);
}

.hg-btn--leaf {
	background: var(--hg-green-700);
	color: var(--hg-white);
	padding: 17px 32px;
	box-shadow: 0 10px 15px -3px rgba(1, 38, 31, 0.2);
}

.hg-btn--leaf:hover {
	background: var(--hg-green-900);
}

.hg-btn--ghost {
	border-color: var(--hg-line);
	color: var(--hg-white);
	padding: 16px 32px;
	background: transparent;
}

.hg-btn--ghost:hover {
	background: rgba(251, 249, 248, 0.12);
}

.hg-btn--outline {
	border-color: #717976;
	color: var(--hg-green-900);
	padding: 12px 32px;
	background: transparent;
}

.hg-btn--outline:hover {
	border-color: var(--hg-green-900);
}

.hg-hero {
	position: relative;
	min-height: 720px;
	display: flex;
	align-items: center;
	color: var(--hg-white);
	background-color: #0a1a16;
	background-image:
		linear-gradient(90deg, rgba(1, 38, 31, 0.9) 0%, rgba(1, 38, 31, 0.6) 50%, rgba(1, 38, 31, 0) 100%),
		var(--hg-hero-image, none);
	background-size: cover;
	background-position: center;
}

.hg-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(251, 249, 248, 0.08);
	pointer-events: none;
}

.hg-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 48px;
	width: 100%;
	max-width: var(--hg-max);
	margin: 0 auto;
	padding: 100px var(--hg-pad) 80px;
}

.hg-hero__copy {
	flex: 1;
	min-width: 0;
}

.hg-hero__title {
	margin: 22px 0 24px;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -1.12px;
	color: var(--hg-white);
}

.hg-hero__title em {
	font-style: italic;
	font-weight: 400;
	color: var(--hg-green-200);
}

.hg-hero__lead {
	max-width: 576px;
	margin: 0 0 32px;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.18px;
	color: var(--hg-mist);
	opacity: 0.9;
}

.hg-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.hg-hero__stats {
	width: 289px;
	flex-shrink: 0;
	padding: 32px;
	border: 1px solid rgba(251, 249, 248, 0.2);
	border-radius: 12px;
	background: rgba(251, 249, 248, 0.1);
	backdrop-filter: blur(6px);
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hg-hero__stats > div + div {
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid rgba(251, 249, 248, 0.2);
}

.hg-hero__stats strong {
	display: block;
	font-family: var(--hg-display);
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -0.36px;
	line-height: 1.2;
	color: var(--hg-green-200);
}

.hg-hero__stats span {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	color: var(--hg-mist);
	opacity: 0.8;
}

.hg-cat-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.hg-cat-card,
.hg-solution-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 202px;
	padding: 24px;
	overflow: hidden;
	border-radius: 12px;
	color: var(--hg-white);
	background-color: #2a3530;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.hg-cat-card h3,
.hg-solution-card h3 {
	margin: 0 0 12px;
	font-family: var(--hg-display);
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.48px;
	line-height: 1.4;
	color: var(--hg-white);
	text-shadow: 0 1px 10px rgba(1, 38, 31, 0.45);
}

.hg-cat-card span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.96px;
}

.hg-cat-card span::after {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	transform: rotate(45deg);
}

.hg-product-grid,
.hg-news-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}

.hg-news-grid {
	grid-template-columns: repeat(3, 1fr);
}

.hg-product-card,
.hg-news-card {
	background: var(--hg-paper);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(26, 60, 52, 0.04);
}

.hg-product-card__media,
.hg-news-card__media {
	display: block;
	background: var(--hg-footer);
}

.hg-product-card__media {
	height: 224px;
	padding: 16px;
}

.hg-product-card__media img,
.hg-news-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hg-product-card__media img {
	height: 192px;
}

.hg-news-card__media {
	height: 204px;
}

.hg-product-card__body,
.hg-news-card__body {
	padding: 24px;
}

.hg-news-card__body {
	padding: 32px;
}

.hg-product-card h3,
.hg-news-card h3 {
	margin: 0 0 8px;
	font-family: var(--hg-display);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25;
	color: var(--hg-green-900);
}

.hg-news-card h3 {
	font-size: 22px;
	color: var(--hg-ink);
	min-height: 2.7em;
}

.hg-product-card p,
.hg-news-card p {
	margin: 0 0 24px;
	font-size: 14px;
	line-height: 1.45;
	color: var(--hg-muted);
}

.hg-news-card p {
	font-size: 16px;
	line-height: 1.5;
}

.hg-product-card__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.hg-product-card__actions .hg-btn {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hg-news-card__meta {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
	font-size: 11px;
	letter-spacing: 0.55px;
	text-transform: uppercase;
	color: var(--hg-green-700);
}

.hg-news-card__meta time {
	font-size: 14px;
	letter-spacing: 0;
	text-transform: none;
	color: #717976;
}

.hg-about {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

.hg-about__media {
	position: relative;
	min-height: 600px;
	border-radius: 16px;
	overflow: hidden;
	background-color: #2a3530;
	background-image: var(--hg-about-image, none);
	background-size: cover;
	background-position: center;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.hg-about__stats {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding: 32px;
	background: rgba(1, 38, 31, 0.9);
	backdrop-filter: blur(4px);
	color: var(--hg-white);
}

.hg-about__stats strong {
	display: block;
	font-family: var(--hg-display);
	font-size: 36px;
	font-weight: 700;
	color: var(--hg-green-200);
}

.hg-about__stats span {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	opacity: 0.8;
}

.hg-about__copy p {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.16px;
	color: var(--hg-muted);
}

.hg-about__copy > p:first-of-type {
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.18px;
}

.hg-checks {
	margin: 8px 0 24px;
	padding: 0;
	list-style: none;
}

.hg-checks li {
	position: relative;
	padding-left: 32px;
	margin-bottom: 16px;
	font-weight: 500;
}

.hg-checks li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 16px;
	height: 8px;
	border-left: 2px solid var(--hg-green-700);
	border-bottom: 2px solid var(--hg-green-700);
	transform: rotate(-45deg);
}

.hg-solutions {
	position: relative;
}

.hg-solutions__track {
	display: flex;
	gap: 24px;
	padding: 8px 2px 20px;
	margin: -8px -2px -12px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.hg-solutions__track::-webkit-scrollbar {
	display: none;
}

.hg-solution-card {
	flex: 0 0 calc((100% - 48px) / 3);
	min-height: 400px;
	padding: 32px;
	scroll-snap-align: start;
}

.hg-solution-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: var(--hg-mist);
	opacity: 0.9;
}

.hg-solutions__nav {
	position: absolute;
	top: 176px;
	z-index: 2;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 50%;
	background: var(--hg-paper);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.hg-solutions__nav::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 auto;
	border-top: 2px solid var(--hg-green-900);
	border-right: 2px solid var(--hg-green-900);
}

.hg-solutions__nav--prev {
	left: -24px;
}

.hg-solutions__nav--prev::before {
	transform: rotate(-135deg);
	margin-left: 20px;
}

.hg-solutions__nav--next {
	right: -24px;
}

.hg-solutions__nav--next::before {
	transform: rotate(45deg);
	margin-left: 16px;
}

.hg-solutions__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 40px;
}

.hg-solutions__dots button {
	width: 8px;
	height: 6px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: var(--hg-line);
	cursor: pointer;
}

.hg-solutions__dots button.is-active {
	width: 32px;
	background: var(--hg-green-700);
}

.hg-cta {
	position: relative;
	padding: 128px 0;
	background-color: var(--hg-green-900);
	background-image:
		linear-gradient(rgba(1, 38, 31, 0.8), rgba(1, 38, 31, 0.8)),
		var(--hg-hero-image, none);
	background-size: cover;
	background-position: center;
	color: var(--hg-white);
}

.hg-cta__inner {
	display: grid;
	grid-template-columns: 435px 1fr;
	gap: 64px;
	align-items: center;
}

.hg-cta__copy h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.4px;
	color: var(--hg-white);
	margin-bottom: 24px;
}

.hg-cta__copy p {
	margin: 0;
	font-size: 18px;
	line-height: 1.6;
	color: var(--hg-mist);
	opacity: 0.9;
}

.hg-form {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.hg-form--home {
	padding: 32px;
	border: 1px solid rgba(251, 249, 248, 0.2);
	border-radius: 16px;
	background: rgba(251, 249, 248, 0.1);
	backdrop-filter: blur(6px);
}

.hg-form__hp {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}

.hg-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.hg-form label {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.hg-form label span {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.96px;
	text-transform: uppercase;
}

.hg-form--home label span {
	color: var(--hg-mist);
	opacity: 0.8;
}

.hg-form input {
	width: 100%;
	padding: 15px 17px;
	border: 1px solid rgba(251, 249, 248, 0.2);
	border-radius: 8px;
	background: rgba(251, 249, 248, 0.1);
	color: var(--hg-white);
	font: inherit;
	font-size: 16px;
}

.hg-form input::placeholder {
	color: rgba(245, 243, 243, 0.5);
}

.hg-form--home .hg-form__submit {
	width: 100%;
	padding: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.hg-form--home.hg-form--fluent .ff-el-input--label label,
.hg-form--home.hg-form--fluent .ff-el-input--label {
	color: var(--hg-mist);
	opacity: 0.8;
}

.hg-form--home.hg-form--fluent .ff-el-form-control {
	border-color: rgba(251, 249, 248, 0.2);
	background: rgba(251, 249, 248, 0.1);
	color: var(--hg-white);
}

.hg-form--home.hg-form--fluent .ff-el-form-control::placeholder {
	color: rgba(245, 243, 243, 0.5);
}

.hg-form--home.hg-form--fluent .ff-btn-submit {
	background: var(--hg-green-900) !important;
	color: var(--hg-white) !important;
}

.hg-form__success {
	margin: 0;
	color: var(--hg-green-200);
}

.hg-cert-grid {
	display: flex;
	gap: 32px;
	align-items: stretch;
}

.hg-cert {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 32px;
	background: var(--hg-mist);
	border: 1px solid var(--hg-line);
	border-radius: 12px;
}

.hg-cert__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	margin: 0 0 24px;
	background: var(--hg-paper);
	border-radius: 8px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.hg-cert__icon img {
	display: block;
	max-width: none;
}

.hg-cert h3 {
	margin: 0 0 8px;
	font-family: var(--hg-display);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--hg-green-900);
}

.hg-cert p {
	margin: 0;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.55px;
	line-height: 1.5;
	text-transform: uppercase;
	color: var(--hg-muted);
}

@media (max-width: 1100px) {
	.hg-hero__title {
		font-size: 40px;
	}

	.hg-cat-grid,
	.hg-product-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.hg-cert-grid {
		flex-wrap: wrap;
	}

	.hg-cert {
		flex: 1 1 calc(50% - 16px);
	}

	.hg-news-grid,
	.hg-about,
	.hg-cta__inner {
		grid-template-columns: 1fr;
	}

	.hg-hero__inner {
		flex-direction: column;
		align-items: stretch;
	}

	.hg-hero__stats {
		width: 100%;
	}

	.hg-solution-card {
		flex-basis: 80%;
	}

	.hg-solutions__nav {
		display: none;
	}

	.hg-about__media {
		min-height: 360px;
	}
}

@media (max-width: 640px) {
	.hg-section {
		padding: 64px 0;
	}

	.hg-hero {
		min-height: 0;
	}

	.hg-hero__title {
		font-size: 32px;
	}

	.hg-cat-grid,
	.hg-product-grid,
	.hg-news-grid,
	.hg-form__row {
		grid-template-columns: 1fr;
	}

	.hg-cert-grid {
		flex-direction: column;
	}

	.hg-cert {
		flex: 1 1 auto;
	}

	.hg-section__head--split {
		flex-direction: column;
		align-items: flex-start;
	}

	.hg-cta {
		padding: 72px 0;
	}
}
