.aho-fg-article-cta,
.aho-fg-article-cta * {
	box-sizing: border-box;
}

.aho-fg-article-cta {
	display: grid;
	grid-template-columns: minmax(130px, 190px) minmax(0, 1fr);
	align-items: center;
	gap: clamp(24px, 4vw, 46px);
	width: 100%;
	margin: clamp(40px, 6vw, 72px) auto;
	padding: clamp(24px, 4vw, 42px);
	overflow: hidden;
	color: #f7faf7;
	background:
		radial-gradient(circle at 92% 8%, rgba(201, 147, 36, 0.22), transparent 30%),
		linear-gradient(145deg, #102719, #17351f 64%, #22462b);
	border: 1px solid rgba(201, 147, 36, 0.55);
	border-radius: 20px;
	box-shadow: 0 22px 54px rgba(16, 39, 25, 0.2);
}

.aho-fg-article-cta__cover {
	position: relative;
	max-width: 190px;
	margin-inline: auto;
}

.aho-fg-article-cta__cover::after {
	position: absolute;
	right: -10px;
	bottom: -12px;
	left: 10px;
	z-index: 0;
	height: 32px;
	background: rgba(0, 0, 0, 0.32);
	border-radius: 50%;
	filter: blur(13px);
	content: "";
}

.aho-fg-article-cta__cover img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 5px;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.38);
	transform: rotate(-1.5deg);
}

.aho-fg-article-cta__content {
	min-width: 0;
}

.aho-fg-article-cta__eyebrow {
	margin: 0 0 12px !important;
	color: #e0b450;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.aho-fg-article-cta h2 {
	margin: 0 0 16px !important;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.8rem, 4vw, 2.75rem);
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

.aho-fg-article-cta__content > p:not(.aho-fg-article-cta__eyebrow) {
	max-width: 720px;
	margin: 0 0 22px !important;
	color: #e2ebe3;
	font-size: clamp(0.98rem, 1.8vw, 1.08rem);
	line-height: 1.62;
}

.aho-fg-article-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 22px;
	color: #ffffff !important;
	background: #c99324;
	border-radius: 8px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0.055em;
	line-height: 1.25;
	text-align: center;
	text-decoration: none !important;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
	transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.aho-fg-article-cta__button:hover,
.aho-fg-article-cta__button:focus {
	color: #ffffff !important;
	background: #a97713;
	box-shadow: 0 15px 32px rgba(0, 0, 0, 0.3);
	transform: translateY(-2px);
}

@media (max-width: 680px) {
	.aho-fg-article-cta {
		grid-template-columns: 1fr;
		gap: 25px;
		padding: 25px 21px 28px;
		text-align: center;
	}

	.aho-fg-article-cta__cover {
		width: 125px;
	}

	.aho-fg-article-cta__content > p:not(.aho-fg-article-cta__eyebrow) {
		margin-inline: auto !important;
	}

	.aho-fg-article-cta__button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aho-fg-article-cta__button {
		transition: none;
	}
}
