.big-callout-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 600px;
	border: 2px solid rgb(71, 98, 137);
	border-radius: 50px;
	overflow: hidden;
	background: linear-gradient(317deg, rgb(165 239 255 / 17%) 0%, rgb(110 191 244 / 6%) 22%, rgb(70 144 212 / 4%) 100%);
	-webkit-backdrop-filter: saturate(110%) blur(20px);
	backdrop-filter: saturate(110%) blur(20px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
}

.big-callout-wrapper.no-image::before,
.big-callout-wrapper::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	border-radius: inherit;
}

.big-callout-wrapper.no-image::before {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E") repeat;
	opacity: .15;
	mix-blend-mode: overlay;
}

.big-callout-wrapper::after {
	background: url(/wp-content/uploads/2025/09/form-gradient.webp);
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
}

.big-callout-wrapper.has-image::after {
	background: rgba(0, 0, 0, .6);
	z-index: 1;
}

.big-callout-wrapper.has-image {
	border: none;
}

.big-callout-body {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 75px;
}

.big-callout-body .section-header {
	margin-bottom: 2rem;
}

.big-callout-desc {
	max-width: 700px;
	margin: 0 auto;
}

.big-callout-desc p {
	font-size: 1.25rem;
}

section.big-callout .button-group {
	justify-content: center;
	margin-top: 2rem;
}

/* Mobile tweaks (optional) */
@media (max-width: 768px) {
	.big-callout-body { padding: 40px; }
	.big-callout-wrapper { min-height: 480px; }
}
