.gfdseo {
	--gfdseo-green: #123f2b;
	--gfdseo-teal: #25bda5;
	--gfdseo-lime: #e6f447;
	--gfdseo-navy: #123557;
	--gfdseo-cream: #fbf8f4;
	--gfdseo-ink: #17211c;
	--gfdseo-muted: #59645f;
	--gfdseo-line: #dce6df;
	--gfdseo-surface: #f6f8f5;
	--gfdseo-heading-font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--gfdseo-body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--gfdseo-accent-font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--gfdseo-ink);
	background: #fff;
	font-family: var(--gfdseo-body-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.gfdseo *,
.gfdseo *::before,
.gfdseo *::after {
	box-sizing: border-box;
}

.gfdseo a {
	color: inherit;
}

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

.gfdseo h1,
.gfdseo h2,
.gfdseo h3 {
	margin: 0;
	color: var(--gfdseo-navy);
	font-family: var(--gfdseo-heading-font);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
}

.gfdseo p {
	margin: 0;
	color: var(--gfdseo-muted);
}

.gfdseo-eyebrow {
	margin: 0 0 12px;
	color: var(--gfdseo-teal);
	font-family: var(--gfdseo-accent-font);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.gfdseo-section {
	padding: 68px 0;
}

.gfdseo-section-heading {
	margin-bottom: 24px;
}

.gfdseo-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-family: var(--gfdseo-accent-font);
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.gfdseo-button-primary {
	background: var(--gfdseo-lime);
	color: #10251b;
	box-shadow: 0 14px 26px rgba(18, 63, 43, 0.16);
}

.gfdseo-panel {
	border: 1px solid var(--gfdseo-line);
	border-radius: 8px;
	background: #fff;
	padding: 24px;
	box-shadow: 0 14px 30px rgba(18, 63, 43, 0.08);
}

.gfdseo-panel h2 {
	margin-bottom: 10px;
	font-size: 24px;
}

.gfdseo-panel p {
	margin-bottom: 18px;
}

.gfdseo-ahri-hero {
	padding: 76px 0 58px;
	background: linear-gradient(120deg, rgba(18, 63, 43, 0.97), rgba(18, 53, 87, 0.88)), var(--gfdseo-green);
	color: #fff;
}

.gfdseo-ahri-hero h1 {
	max-width: 820px;
	margin-bottom: 16px;
	color: #fff;
	font-size: clamp(42px, 5vw, 68px);
}

.gfdseo-ahri-hero .gfdseo-eyebrow,
.gfdseo-ahri-hero .gfdseo-hero-copy {
	color: rgba(255, 255, 255, 0.88);
}

.gfdseo-ahri-hero .gfdseo-hero-copy {
	max-width: 800px;
	margin-bottom: 22px;
	font-size: 19px;
	line-height: 1.6;
}

.gfdseo-ahri-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: 36px;
	align-items: end;
}

.gfdseo-ahri-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gfdseo-ahri-badges span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 12px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-family: var(--gfdseo-accent-font);
	font-size: 13px;
	font-weight: 800;
}

.gfdseo-ahri-hero-card {
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	padding: 22px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(10px);
}

.gfdseo-ahri-brand-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 86px;
	margin-bottom: 20px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.96);
}

.gfdseo-ahri-brand-logo img {
	display: block;
	width: auto;
	max-width: 230px;
	max-height: 70px;
	object-fit: contain;
}

.gfdseo-ahri-card-certification-logo img {
	max-width: 170px;
	max-height: 86px;
}

.gfdseo-ahri-hero-card dl,
.gfdseo-ahri-facts {
	display: grid;
	gap: 14px;
	margin: 0;
}

.gfdseo-ahri-hero-card dt,
.gfdseo-ahri-facts dt {
	margin-bottom: 3px;
	color: var(--gfdseo-muted);
	font-family: var(--gfdseo-accent-font);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.gfdseo-ahri-hero-card dt {
	color: rgba(255, 255, 255, 0.72);
}

.gfdseo-ahri-hero-card dd,
.gfdseo-ahri-facts dd {
	margin: 0;
	color: var(--gfdseo-ink);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.gfdseo-ahri-hero-card dd,
.gfdseo-ahri-hero-card a {
	color: #fff;
}

.gfdseo-ahri-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
	gap: 32px;
	align-items: start;
}

.gfdseo-ahri-main {
	display: grid;
	gap: 34px;
}

.gfdseo-ahri-section {
	border: 1px solid var(--gfdseo-line);
	border-radius: 8px;
	background: #fff;
	padding: 26px;
	box-shadow: 0 12px 28px rgba(18, 63, 43, 0.06);
}

.gfdseo-ahri-section .gfdseo-section-heading {
	margin-bottom: 20px;
}

.gfdseo-ahri-section .gfdseo-section-heading h2 {
	font-size: 28px;
}

.gfdseo-ahri-overview-grid {
	display: grid;
	gap: 22px;
}

.gfdseo-ahri-overview-grid.has-visual {
	grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
	align-items: center;
}

.gfdseo-ahri-overview-brand-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 160px;
	border: 1px solid var(--gfdseo-line);
	border-radius: 8px;
	background: var(--gfdseo-surface);
	padding: 20px;
}

.gfdseo-ahri-overview-brand-logo img {
	max-width: 100%;
	max-height: 120px;
	object-fit: contain;
}

.gfdseo-ahri-rebate-cta {
	background: #f6fbf2;
}

.gfdseo-ahri-rebate-cta-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(160px, 220px);
	gap: 24px;
	align-items: center;
}

.gfdseo-ahri-rebate-cta p {
	margin-bottom: 20px;
}

.gfdseo-ahri-rebate-visual img {
	display: block;
	max-width: 100%;
	height: auto;
}

.gfdseo-ahri-facts a {
	color: var(--gfdseo-navy);
	font-weight: 800;
}

.gfdseo-ahri-component-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.gfdseo-ahri-component {
	border: 1px solid var(--gfdseo-line);
	border-radius: 8px;
	background: var(--gfdseo-surface);
	padding: 16px;
}

.gfdseo-ahri-component span {
	display: block;
	margin-bottom: 5px;
	color: var(--gfdseo-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.gfdseo-ahri-component strong {
	display: block;
	font-size: 18px;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.gfdseo-ahri-related-products {
	background: #fff;
}

.gfdseo-ahri-related-product-groups {
	display: grid;
	gap: 18px;
}

.gfdseo-ahri-related-product-group {
	display: grid;
	grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
	gap: 16px;
}

.gfdseo-ahri-related-product-group-header,
.gfdseo-ahri-related-product-card {
	border: 1px solid var(--gfdseo-line);
	border-radius: 8px;
	background: var(--gfdseo-surface);
}

.gfdseo-ahri-related-product-group-header {
	padding: 16px;
}

.gfdseo-ahri-related-product-group-header span,
.gfdseo-ahri-related-product-card small {
	display: block;
	color: var(--gfdseo-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.gfdseo-ahri-related-product-group-header strong {
	display: block;
	margin: 5px 0;
	font-size: 18px;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.gfdseo-ahri-related-product-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.gfdseo-ahri-related-product-card {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 12px;
	color: inherit;
	text-decoration: none;
}

.gfdseo-ahri-related-product-card img {
	width: 58px;
	height: 58px;
	border-radius: 8px;
	object-fit: contain;
	background: #fff;
}

.gfdseo-ahri-related-product-card strong {
	display: block;
	color: var(--gfdseo-navy);
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.gfdseo-ahri-related-product-card em,
.gfdseo-ahri-related-product-group-header em {
	color: var(--gfdseo-muted);
	font-size: 13px;
	font-style: normal;
}

.gfdseo-ahri-two-up {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.gfdseo-ahri-side {
	position: sticky;
	top: 110px;
}

.gfdseo-ahri-table-wrap {
	overflow-x: auto;
}

.gfdseo-ahri-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.gfdseo-ahri-table th,
.gfdseo-ahri-table td {
	padding: 12px;
	border-bottom: 1px solid var(--gfdseo-line);
	text-align: left;
}

.gfdseo-ahri-table th {
	color: var(--gfdseo-muted);
	font-size: 12px;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	.gfdseo-ahri-hero-grid,
	.gfdseo-ahri-detail-grid,
	.gfdseo-ahri-two-up,
	.gfdseo-ahri-overview-grid,
	.gfdseo-ahri-rebate-cta-grid,
	.gfdseo-ahri-related-product-group,
	.gfdseo-ahri-related-product-list {
		grid-template-columns: 1fr;
	}

	.gfdseo-ahri-side {
		position: static;
	}
}

@media (max-width: 640px) {
	.gfdseo-shell {
		width: min(100% - 28px, 1180px);
	}

	.gfdseo-section {
		padding: 48px 0;
	}

	.gfdseo-ahri-hero {
		padding: 54px 0 44px;
	}

	.gfdseo-ahri-hero h1 {
		font-size: 38px;
	}

	.gfdseo-ahri-section {
		padding: 20px;
	}

	.gfdseo-ahri-component-grid {
		grid-template-columns: 1fr;
	}
}
