/* L1 CTA Banner — full-width bg, 1200px content, no side padding */

.elementor-widget-l1_cta_banner,
.elementor-widget-l1_cta_banner > .elementor-widget-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.l1-cta {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 340px;
	margin: 0;
	padding: 64px 0;
	box-sizing: border-box;
	background-color: #3a1f5c;
	background-image: var(--l1-cta-bg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}

.l1-cta__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.l1-cta__heading {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: clamp(28px, 3.6vw, 44px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.l1-cta__sub {
	margin: 16px auto 0;
	padding: 0;
	max-width: 720px;
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: clamp(15px, 1.6vw, 18px);
	font-weight: 400;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.95);
}

.l1-cta__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 28px 0 0;
	padding: 0;
}

.l1-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 12px 22px;
	border-radius: 4px;
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
	box-sizing: border-box;
}

.l1-cta__btn--primary {
	background: #8b5e3c;
	border: 1px solid #8b5e3c;
	color: #ffffff;
}

.l1-cta__btn--primary:hover {
	opacity: 0.92;
	color: #ffffff;
	transform: translateY(-1px);
}

.l1-cta__btn--secondary {
	background: transparent;
	border: 1.5px solid rgba(255, 255, 255, 0.9);
	color: #ffffff;
}

.l1-cta__btn--secondary:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.l1-cta__arrow {
	display: block;
	flex: 0 0 auto;
}

@media (max-width: 640px) {
	.l1-cta {
		padding: 48px 0;
		min-height: 280px;
	}

	.l1-cta__actions {
		flex-direction: column;
		width: 100%;
	}

	.l1-cta__btn {
		width: 100%;
		max-width: 320px;
	}
}
