.elwc-cs{
	position: relative;
	overflow: hidden;
}

.elwc-cs__swiper{
	width: 100%;
	overflow: hidden; /* clave para cortar el wrapper */
}

.elwc-cs__wrapper{
	display: flex;
	width: 100%;
	transition: transform .45s ease;
}

.elwc-cs__slide{
	min-width: 100%;
	width: 100%;
	overflow: hidden; /* por si Elementor fuerza overflow visible */
}

.elwc-cs__inner{
	display: grid;
	grid-template-columns: 1.05fr 1.25fr;
	align-items: center;
	gap: 80px;
}

.elwc-cs__content{
	max-width: 620px;
}

.elwc-cs__kicker{
	font-size: 72px;
	line-height: 1;
	letter-spacing: .02em;
	text-transform: uppercase;
	margin: 0 0 16px 0;
}

.elwc-cs__line{
	height: 2px;
	margin: 0 0 44px 0;
	opacity: .9;
}

.elwc-cs__text{
	font-size: 18px;
	line-height: 2;
	opacity: .95;
	margin: 0 0 54px 0;
	white-space: normal;
}

.elwc-cs__subtitle{
	font-size: 64px;
	line-height: 1.05;
	margin: 0 0 46px 0;
}

.elwc-cs__btn{
	display: inline-flex;
	flex-direction: column;
	gap: 14px;
	text-decoration: none;
	align-items: flex-start;
}

.elwc-cs__btn-label{
	font-size: 14px;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.elwc-cs__btn-box{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border: 1.5px solid currentColor;
	border-radius: 6px;
}

.elwc-cs__btn-box svg{
	width: 26px;
	height: 26px;
}

.elwc-cs__media{
	width: 100%;
	max-width: 920px;
	margin-left: auto;
	overflow: hidden;
}

.elwc-cs__media img{
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.elwc-cs__nav{
	position: absolute;
	inset: 0;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 40px; /* más aire */
}

.elwc-cs__nav button{
	pointer-events: auto;
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 12px;
	opacity: 1;
}

.elwc-cs__nav button svg{
	width: 54px;
	height: 24px;
}

/* Responsive */
@media (max-width: 1024px){
	.elwc-cs__inner{
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.elwc-cs__media{
		max-width: 100%;
		margin: 0;
	}
	.elwc-cs__line{
		width: 220px;
	}
	.elwc-cs__kicker{ font-size: 48px; }
	.elwc-cs__subtitle{ font-size: 42px; }
}

@media (max-width: 640px){
	.elwc-cs__nav{ padding: 0 10px; }
	.elwc-cs__kicker{ font-size: 40px; }
	.elwc-cs__subtitle{ font-size: 36px; }
}

