/**
 * Module: Copy + CTA Section ("Get Involved").
 * Loaded only when a `copy_cta_section` layout is present.
 * Section + button background colours come from ACF (inline styles).
 */
.copy-cta-section .copy-cta-heading {
	font-size: clamp(1.75rem, 3vw, 2.25rem);
}

.copy-cta-section .copy-cta-desc {
	font-size: 1.05rem;
	max-width: 60ch;
	margin-bottom: 0;
}

.copy-cta-section .copy-cta-btn {
	color: #fff;
	white-space: nowrap;
}
.copy-cta-section .copy-cta-btn:hover,
.copy-cta-section .copy-cta-btn:focus {
	color: #fff;
	filter: brightness(0.94);
}
