:root {
	--aho-green-950: #102719;
	--aho-green-900: #17351f;
	--aho-green-800: #22462b;
	--aho-green-100: #e7eee6;
	--aho-cream: #f8f5ed;
	--aho-gold: #c99324;
	--aho-gold-dark: #a97713;
	--aho-ink: #1d281f;
	--aho-muted: #647067;
	--aho-white: #ffffff;
}

body.aho-fgl-page {
	background: var(--aho-white);
}

body.aho-fgl-page #masthead,
body.aho-fgl-page #colophon,
body.aho-fgl-page .entry-header,
body.aho-fgl-page .entry-footer {
	display: none !important;
}

body.aho-fgl-page #primary,
body.aho-fgl-page .content-area {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

body.aho-fgl-page .content-container,
body.aho-fgl-page .site-container,
body.aho-fgl-page .entry-content-wrap,
body.aho-fgl-page .entry-content,
body.aho-fgl-page .single-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.aho-fgl-page .entry.single-entry {
	margin: 0;
	box-shadow: none;
	border-radius: 0;
}

.aho-fgl,
.aho-fgl * {
	box-sizing: border-box;
}

.aho-fgl {
	color: var(--aho-ink);
	background: var(--aho-white);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.62;
	-webkit-font-smoothing: antialiased;
}

.aho-fgl h1,
.aho-fgl h2,
.aho-fgl h3,
.aho-fgl p,
.aho-fgl ul {
	margin-top: 0;
}

.aho-fgl h1,
.aho-fgl h2,
.aho-fgl h3 {
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: -0.025em;
}

.aho-fgl h1 {
	margin-bottom: 24px;
	color: var(--aho-white);
	font-size: clamp(2.65rem, 5.3vw, 5.2rem);
	font-weight: 500;
	line-height: 1.02;
}

.aho-fgl h2 {
	margin-bottom: 24px;
	color: var(--aho-green-900);
	font-size: clamp(2.15rem, 4vw, 3.8rem);
	font-weight: 500;
	line-height: 1.08;
}

.aho-fgl h3 {
	margin-bottom: 12px;
	color: var(--aho-green-900);
	font-size: 1.45rem;
	font-weight: 600;
	line-height: 1.2;
}

.aho-fgl a {
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.aho-fgl-shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.aho-fgl-narrow {
	max-width: 820px;
}

.aho-fgl-brandbar {
	display: flex;
	align-items: center;
	min-height: 74px;
	padding: 12px max(24px, calc((100vw - 1180px) / 2));
	background: var(--aho-cream);
	border-bottom: 1px solid rgba(23, 53, 31, 0.12);
}

.aho-fgl-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--aho-green-900);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-decoration: none;
}

.aho-fgl-brand:hover,
.aho-fgl-brand:focus {
	color: var(--aho-gold-dark);
}

.aho-fgl-logo {
	display: block;
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.aho-fgl-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(66px, 8vw, 118px) 0;
	background:
		radial-gradient(circle at 78% 18%, rgba(201, 147, 36, 0.17), transparent 27%),
		linear-gradient(145deg, var(--aho-green-950), var(--aho-green-900) 62%, #214a2d);
}

.aho-fgl-hero::after {
	position: absolute;
	right: -120px;
	bottom: -170px;
	width: 430px;
	height: 430px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	content: "";
}

.aho-fgl-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.72fr);
	align-items: center;
	gap: clamp(48px, 7vw, 96px);
}

.aho-fgl-eyebrow {
	margin-bottom: 18px;
	color: var(--aho-gold);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.35;
	text-transform: uppercase;
}

.aho-fgl-lead {
	max-width: 720px;
	margin-bottom: 28px;
	color: #e6eee7;
	font-size: clamp(1.08rem, 2vw, 1.3rem);
	line-height: 1.55;
}

.aho-fgl-checks {
	display: grid;
	gap: 13px;
	margin-bottom: 32px;
	padding: 0;
	color: #f3f7f3;
	list-style: none;
}

.aho-fgl-checks li {
	position: relative;
	padding-left: 32px;
}

.aho-fgl-checks li::before {
	position: absolute;
	top: 0.1em;
	left: 0;
	display: grid;
	place-items: center;
	width: 21px;
	height: 21px;
	color: var(--aho-green-950);
	background: var(--aho-gold);
	border-radius: 50%;
	content: "✓";
	font-size: 0.73rem;
	font-weight: 900;
}

.aho-fgl-form-card {
	max-width: 720px;
	padding: clamp(22px, 3vw, 32px);
	color: var(--aho-ink);
	background: var(--aho-white);
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 16px;
	box-shadow: 0 26px 70px rgba(4, 18, 9, 0.35);
}

.aho-fgl-form-title {
	margin-bottom: 16px !important;
	color: var(--aho-green-900);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
}

.aho-fgl-form-card .kb-advanced-form {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 12px;
}

.aho-fgl-form-card .kb-adv-form-field {
	margin: 0;
}

.aho-fgl-form-card .kb-adv-form-field:has(.kb-accept-field),
.aho-fgl-form-card .kb-submit-field {
	grid-column: 1 / -1;
}

.aho-fgl-form-card .kb-adv-form-label {
	margin-bottom: 5px;
	color: var(--aho-green-900);
	font-size: 0.82rem;
	font-weight: 700;
}

.aho-fgl-form-card input[type="text"],
.aho-fgl-form-card input[type="email"] {
	width: 100%;
	min-height: 52px;
	padding: 12px 14px;
	color: var(--aho-ink);
	background: #fbfcfa;
	border: 1px solid #cbd6cc;
	border-radius: 8px;
	font-size: 1rem;
	box-shadow: none;
}

.aho-fgl-form-card input[type="text"]:focus,
.aho-fgl-form-card input[type="email"]:focus {
	border-color: var(--aho-gold);
	box-shadow: 0 0 0 3px rgba(201, 147, 36, 0.18);
	outline: none;
}

.aho-fgl-form-card .kb-radio-check-item-wrap {
	margin: 4px 0 2px;
	padding: 0;
	border: 0;
}

.aho-fgl-form-card .kb-radio-check-item {
	display: grid;
	grid-template-columns: 20px 1fr;
	align-items: start;
	gap: 9px;
}

.aho-fgl-form-card .kb-radio-check-item input {
	width: 18px;
	height: 18px;
	margin: 4px 0 0;
	accent-color: var(--aho-green-900);
}

.aho-fgl-form-card .kb-radio-check-item label {
	color: #566158;
	font-size: 0.78rem;
	line-height: 1.45;
}

.aho-fgl-form-card .kb-radio-check-item a {
	color: var(--aho-green-900);
	font-weight: 700;
}

.aho-fgl-form-card .kb-adv-form-submit-button,
.aho-fgl-form-card button[type="submit"] {
	min-height: 54px;
	color: var(--aho-white) !important;
	background: var(--aho-gold) !important;
	border: 0 !important;
	border-radius: 8px !important;
	font-size: 0.9rem;
	font-weight: 850;
	letter-spacing: 0.045em;
	line-height: 1.2;
	box-shadow: 0 10px 24px rgba(169, 119, 19, 0.24);
}

.aho-fgl-form-card .kb-adv-form-submit-button:hover,
.aho-fgl-form-card .kb-adv-form-submit-button:focus,
.aho-fgl-form-card button[type="submit"]:hover,
.aho-fgl-form-card button[type="submit"]:focus {
	background: var(--aho-gold-dark) !important;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(169, 119, 19, 0.3);
}

.aho-fgl-form-note,
.aho-fgl-setup-message {
	margin: 12px 0 0 !important;
	color: var(--aho-muted);
	font-size: 0.78rem;
	line-height: 1.5;
}

.aho-fgl-cover-wrap {
	position: relative;
	text-align: center;
}

.aho-fgl-cover-wrap::before {
	position: absolute;
	top: 4%;
	right: 3%;
	bottom: 8%;
	left: 8%;
	background: rgba(201, 147, 36, 0.28);
	border-radius: 5px;
	transform: rotate(5deg);
	content: "";
}

.aho-fgl-cover-wrap img {
	position: relative;
	display: block;
	width: min(100%, 430px);
	height: auto;
	margin: 0 auto;
	border-radius: 4px;
	box-shadow: 0 36px 80px rgba(0, 0, 0, 0.5);
	transform: rotate(1.2deg);
}

.aho-fgl-cover-wrap p {
	position: relative;
	margin: 24px 0 0;
	color: #cbd8cd;
	font-size: 0.76rem;
	letter-spacing: 0.05em;
}

.aho-fgl-problem,
.aho-fgl-inside,
.aho-fgl-fit,
.aho-fgl-about,
.aho-fgl-disclaimer {
	padding: clamp(72px, 9vw, 124px) 0;
}

.aho-fgl-problem {
	background: var(--aho-cream);
	text-align: center;
}

.aho-fgl-problem p:not(.aho-fgl-eyebrow),
.aho-fgl-about p:not(.aho-fgl-eyebrow) {
	color: #4d5a50;
	font-size: 1.08rem;
}

.aho-fgl-inside {
	background: var(--aho-white);
}

.aho-fgl-section-heading {
	max-width: 700px;
	margin-bottom: 46px;
}

.aho-fgl-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.aho-fgl-card-grid article {
	min-height: 270px;
	padding: 30px 26px;
	background: #fbfcf9;
	border: 1px solid #dbe4dc;
	border-radius: 12px;
}

.aho-fgl-card-grid article > span {
	display: inline-flex;
	margin-bottom: 30px;
	color: var(--aho-gold-dark);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.1em;
}

.aho-fgl-card-grid article p {
	margin-bottom: 0;
	color: var(--aho-muted);
	font-size: 0.94rem;
}

.aho-fgl-fit {
	color: var(--aho-white);
	background: var(--aho-green-900);
}

.aho-fgl-fit h2 {
	color: var(--aho-white);
}

.aho-fgl-fit-grid {
	display: grid;
	grid-template-columns: 0.82fr 1.18fr;
	align-items: start;
	gap: clamp(50px, 8vw, 110px);
}

.aho-fgl-checks-dark {
	margin: 0;
}

.aho-fgl-about {
	background: var(--aho-white);
	text-align: center;
}

.aho-fgl-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	margin-top: 15px;
	padding: 15px 26px;
	color: var(--aho-white) !important;
	background: var(--aho-gold);
	border-radius: 8px;
	font-size: 0.86rem;
	font-weight: 850;
	letter-spacing: 0.055em;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(169, 119, 19, 0.22);
}

.aho-fgl-button:hover,
.aho-fgl-button:focus {
	color: var(--aho-white) !important;
	background: var(--aho-gold-dark);
	transform: translateY(-2px);
}

.aho-fgl-disclaimer {
	padding-top: 28px;
	padding-bottom: 28px;
	background: var(--aho-cream);
	border-top: 1px solid #e4dfd2;
	text-align: center;
}

.aho-fgl-disclaimer p {
	margin: 0;
	color: var(--aho-muted);
	font-size: 0.78rem;
}

.aho-fgl-footer {
	padding: 28px 0;
	color: #b8c4ba;
	background: var(--aho-green-950);
	font-size: 0.78rem;
}

.aho-fgl-footer .aho-fgl-shell {
	display: flex;
	justify-content: space-between;
	gap: 24px;
}

.aho-fgl-footer nav {
	display: flex;
	gap: 18px;
}

.aho-fgl-footer a {
	color: #dce4dd;
	text-decoration: none;
}

.aho-fgl-footer a:hover,
.aho-fgl-footer a:focus {
	color: var(--aho-gold);
}

.aho-fgl-thanks {
	min-height: 100vh;
	background:
		radial-gradient(circle at 85% 20%, rgba(201, 147, 36, 0.18), transparent 26%),
		var(--aho-green-950);
}

.aho-fgl-thanks-main {
	display: grid;
	place-items: center;
	min-height: calc(100vh - 74px);
	padding: 60px 24px;
}

.aho-fgl-thanks-card {
	width: min(680px, 100%);
	padding: clamp(38px, 7vw, 70px);
	background: var(--aho-white);
	border-radius: 18px;
	text-align: center;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.aho-fgl-thanks-card h1 {
	color: var(--aho-green-900);
	font-size: clamp(2.35rem, 5vw, 4.3rem);
}

.aho-fgl-thanks-card > p:not(.aho-fgl-eyebrow):not(.aho-fgl-success-mark) {
	color: var(--aho-muted);
}

.aho-fgl-success-mark {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin: 0 auto 24px;
	color: var(--aho-white);
	background: var(--aho-green-800);
	border-radius: 50%;
	font-size: 1.45rem;
	font-weight: 800;
}

@media (max-width: 980px) {
	.aho-fgl-hero-grid {
		grid-template-columns: 1fr;
	}

	.aho-fgl-cover-wrap {
		max-width: 340px;
		margin: 0 auto;
	}

	.aho-fgl-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aho-fgl-fit-grid {
		grid-template-columns: 1fr;
	}
}

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

	.aho-fgl-brandbar {
		min-height: 64px;
		padding-inline: 15px;
	}

	.aho-fgl-brand {
		font-size: 0.65rem;
		letter-spacing: 0.08em;
	}

	.aho-fgl-logo {
		width: 38px;
		height: 38px;
	}

	.aho-fgl-hero {
		padding: 48px 0 64px;
	}

	.aho-fgl-cover-wrap {
		max-width: 245px;
	}

	.aho-fgl-form-card {
		padding: 20px;
	}

	.aho-fgl-form-card .kb-advanced-form {
		grid-template-columns: 1fr;
	}

	.aho-fgl-form-card .kb-adv-form-field,
	.aho-fgl-form-card .kb-submit-field {
		grid-column: 1;
	}

	.aho-fgl-card-grid {
		grid-template-columns: 1fr;
	}

	.aho-fgl-card-grid article {
		min-height: 0;
	}

	.aho-fgl-footer .aho-fgl-shell {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aho-fgl *,
	.aho-fgl *::before,
	.aho-fgl *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
