/**
 * CTA Section
 *
 * Generated by Dreamz Page Builder on 2026-07-27.
 */

.cta-section {
	background: linear-gradient(150deg, var(--primary), var(--navy-deep));
    text-align: center;
	padding: 88px 0;
}
.cta-section h2 {
	color: var(--white);
	font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin-bottom: .7rem;
}
.cta-section p {
	color: #C6D5E2;
    margin-bottom: 1.6rem;
	max-width: 100%;
	font-size: 1rem;
}
