/* Guides Hub CTA — typography matches Guides_Hub_Page.html */
.agp-guides-hub-cta-widget {
	--gh-teal: #1aa18c;
	--gh-teal-dark: #148a77;
	font-family: Sora, sans-serif;
}
.agp-guides-hub-cta-widget .gh-kb-cta {
	background: linear-gradient(135deg, #0d1b2a 0%, #0d2a22 100%);
	padding: 64px 40px;
	text-align: center;
}
.agp-guides-hub-cta-widget .gh-kb-cta-inner {
	max-width: 600px;
	margin: 0 auto;
}
.agp-guides-hub-cta-widget .gh-kb-cta h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 12px;
	line-height: 1.25;
}
.agp-guides-hub-cta-widget .gh-kb-cta h2 em {
	color: #4ecbb5;
	font-style: normal;
}
.agp-guides-hub-cta-widget .gh-kb-cta p {
	color: rgba(255, 255, 255, 0.55);
	font-size: 15px;
	margin-bottom: 32px;
	line-height: 1.7;
}
.agp-guides-hub-cta-widget .gh-kb-cta-btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}
.agp-guides-hub-cta-widget .gh-btn-primary {
	background: var(--gh-teal);
	color: #fff;
	border-radius: 100px;
	align-items: center;
	gap: 8px;
	padding: 15px 32px;
	font-family: Sora, sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s, transform 0.15s;
	display: inline-flex;
}
.agp-guides-hub-cta-widget .gh-btn-primary:hover {
	background: var(--gh-teal-dark);
	transform: translateY(-1px);
}
.agp-guides-hub-cta-widget .gh-btn-primary svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}
.agp-guides-hub-cta-widget .gh-btn-outline-white {
	color: #fff;
	border-radius: 100px;
	border: 1.5px solid rgba(255, 255, 255, 0.25);
	align-items: center;
	gap: 8px;
	padding: 14px 28px;
	font-family: Sora, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s;
	display: inline-flex;
}
.agp-guides-hub-cta-widget .gh-btn-outline-white:hover {
	border-color: rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.06);
}
@media (max-width: 640px) {
	.agp-guides-hub-cta-widget .gh-kb-cta {
		padding: 48px 20px;
	}
}
