.wda-cta-stats {
	--wda-cta-stats-accent: var(--e-global-color-accent, #fc5e51);
	--wda-cta-stats-dark: #2b2b2b;
	position: relative;
	width: 100%;
	overflow: hidden;
	background: var(--wda-cta-stats-accent);
	isolation: isolate;
}

.wda-cta-stats *,
.wda-cta-stats *::before,
.wda-cta-stats *::after {
	box-sizing: border-box;
}

.wda-cta-stats__container {
	position: relative;
	z-index: 2;
	width: 100%;
	margin-inline: auto;
}

.wda-cta-stats__grid-pattern {
	--wda-grid-color: rgba(255, 255, 255, 0.12);
	position: absolute;
	z-index: 1;
	inset: 0;
	background-image:
		linear-gradient(var(--wda-grid-color) 1px, transparent 1px),
		linear-gradient(90deg, var(--wda-grid-color) 1px, transparent 1px);
	background-size: 40px 40px;
	pointer-events: none;
}

.wda-cta-stats__cta-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	margin-inline: auto;
}

.wda-cta-stats__cta-heading {
	margin: 0;
	color: #ffffff;
	font-size: clamp(34px, 4vw, 42px);
	font-weight: 900;
	line-height: 1.15;
}

.wda-cta-stats__cta-description {
	width: 100%;
	margin-inline: auto;
	color: rgba(255, 255, 255, 0.90);
	font-size: 18px;
	line-height: 1.7;
}

.wda-cta-stats__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid transparent;
	background: var(--wda-cta-stats-dark);
	color: #ffffff;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition:
		background-color 0.25s ease,
		border-color 0.25s ease,
		color 0.25s ease,
		transform 0.25s ease;
}

.wda-cta-stats__button:hover {
	transform: translateY(-2px);
}

.wda-cta-stats__button-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.wda-cta-stats__button-icon i,
.wda-cta-stats__button-icon svg {
	display: block;
	flex: 0 0 auto;
}

.wda-cta-stats__stats-grid {
	display: grid;
	width: 100%;
}

.wda-cta-stats__stat-item {
	display: block;
	min-width: 0;
	color: inherit;
	text-decoration: none;
}

.wda-cta-stats__stat-value {
	color: #ffffff;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.15;
}

.wda-cta-stats__stat-label {
	color: rgba(255, 255, 255, 0.85);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.wda-cta-stats a:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.70);
	outline-offset: 4px;
}

@media (max-width: 767px) {
	.wda-cta-stats__cta-description {
		font-size: 16px;
	}

	.wda-cta-stats__button {
		max-width: 100%;
	}
}
