/* ==========================================================================
   cta.css – Call-to-action band
   Part of the Devraj Pathak theme. Breakpoints are in responsive.css.
   ========================================================================== */

.dp-cta {
	position: relative; padding: 110px 0; text-align: center; color: var(--dp-white);
	background: var(--dp-forest) var(--dp-cta-bg) center / cover no-repeat; isolation: isolate;
}
.dp-cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(14, 33, 28, .78); }
.dp-cta h2 { color: var(--dp-white); font-size: clamp(34px, 4.5vw, 56px); }
.dp-cta p { font-size: 18px; color: rgba(255, 255, 255, .8); max-width: 560px; margin: 0 auto 32px; }
.dp-cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
