/**
 * CTA Band — Frame 36
 */

.elementor-column > .elementor-element-populated:has(.elementor-widget-agency-cta-band) {
	padding: 0 !important;
}

.e-con:has(.elementor-widget-agency-cta-band) {
	--padding-top: 0px;
	--padding-right: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
}

.aew-cta-band {
	--aew-cta-band-bg: var(--aew-color-blue-dark, #252f37);
	--aew-cta-band-top-radius: 24px;
	--aew-cta-band-overlap: 40px;
	position: relative;
	isolation: isolate;
	z-index: 2;
	width: 100%;
	margin-top: calc(-1 * var(--aew-cta-band-overlap));
	box-sizing: border-box;
	overflow: visible;
	background: transparent;
	color: var(--aew-color-cream, #f8f5f1);
}

.aew-cta-band::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	transform: translateX(-50%);
	background-color: var(--aew-cta-band-bg);
	border-radius: var(--aew-cta-band-top-radius) var(--aew-cta-band-top-radius) 0 0;
	z-index: -1;
	pointer-events: none;
}

.aew-cta-band__inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	box-sizing: border-box;
}

.aew-cta-band__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	/* max-width owned by content_max_width control */
	margin: 0 auto;
	text-align: center;
	gap: 24px;
	box-sizing: border-box;
}

.aew-cta-band__stars {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	color: var(--aew-color-yellow, #ebc543);
}

.aew-cta-band__star {
	display: block;
	width: 28px;
	height: 28px;
	flex-shrink: 0;
}

.aew-cta-band__title {
	margin: 0;
	width: 100%;
	font-family: var(--aew-font-heading, 'DM Serif Display', serif);
	/* font-weight owned by title_typography control */
	line-height: 1.15;
	color: var(--aew-color-cream, #f8f5f1);
}

.aew-cta-band__lead,
.aew-cta-band__paragraph {
	margin: 0;
	width: 100%;
	font-family: var(--aew-font-body, Poppins, sans-serif);
	font-weight: 400;
	line-height: 1.5;
	color: var(--aew-color-cream, #f8f5f1);
}

.aew-cta-band__paragraphs {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	width: 100%;
}

.aew-cta-band__paragraph strong {
	font-weight: 700 !important;
}

.aew-cta-band__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 16px 24px;
	border: 0;
	border-radius: 8px;
	background-color: var(--aew-color-yellow, #ebc543);
	color: var(--aew-color-blue-dark, #252f37);
	font-family: var(--aew-font-body, Poppins, sans-serif);
	/* font-size owned by button_typography control */
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
	transition: opacity 0.2s ease;
}

.aew-cta-band__button:hover,
.aew-cta-band__button:focus {
	opacity: 0.92;
	color: var(--aew-color-blue-dark, #252f37);
}

/* Footnote — small line under the button. */
.aew-cta-band__footnote {
	margin: 0;
	font-family: var(--aew-font-body, Poppins, sans-serif);
	/* font-size owned by footnote_typography control */
	font-weight: 700;
	line-height: 1.4;
	color: var(--aew-color-white, #fff);
}
