/* ── CTA Banner Section ───────────────────────────────────── */

.cta-banner-section {
	background: var(--ink, #0C1F3F);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-banner-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0;
}

.cta-banner-heading {
	font-family: 'DM Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 24px;
}

/* btn-primary base styles are in general.css */

.cta-banner-btn {
	margin-bottom: 16px;
}

.cta-banner-note {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.4);
	margin: 0;
}
