/* =========================================================
   YO, TURO — HOME HERO SLIDER / SPLIT PRODUCT CARDS
   ========================================================= */

.turo-hero.turo-slider-ready {
	position: relative !important;
	overflow: hidden !important;
	isolation: isolate;
	background: #f5f1eb !important;
}

.turo-hero.turo-slider-ready::before,
.turo-hero.turo-slider-ready::after { display: none !important; }

.turo-home-slider,
.turo-home-slider__track,
.turo-home-slider__slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.turo-home-slider { z-index: 0; }
.turo-home-slider__track { list-style: none; margin: 0; padding: 0; }

.turo-home-slider__slide {
	display: flex;
	align-items: center;
	background:
		radial-gradient(circle at 82% 20%, rgba(255,255,255,.95), transparent 34%),
		linear-gradient(135deg, #f8f5f0 0%, #ece5dc 100%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .7s ease, visibility .7s ease;
}

.turo-home-slider__slide:nth-child(2) {
	background:
		radial-gradient(circle at 80% 20%, rgba(255,255,255,.85), transparent 35%),
		linear-gradient(135deg, #f3eee7 0%, #e4d9cc 100%);
}

.turo-home-slider__slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 2;
}

.turo-home-slider__inner {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
	align-items: center;
	gap: clamp(48px, 6vw, 100px);
	width: min(1440px, calc(100% - 150px));
	margin: 0 auto;
	padding: 128px 0 88px;
}

.turo-home-slider__content {
	position: relative;
	z-index: 3;
	max-width: 650px;
	color: #161411;
}

.turo-home-slider__eyebrow {
	margin: 0 0 18px;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #5f584f;
}

.turo-home-slider__title {
	margin: 0 0 24px;
	color: #111;
	font-family: Poppins, sans-serif;
	font-size: clamp(48px, 5vw, 82px);
	font-weight: 800;
	line-height: .98;
	letter-spacing: -.055em;
	text-wrap: balance;
}

.turo-home-slider__subtitle {
	max-width: 590px;
	margin: 0 0 25px;
	color: #4e4942;
	font-family: Poppins, sans-serif;
	font-size: clamp(16px, 1.15vw, 20px);
	font-weight: 500;
	line-height: 1.6;
}

.turo-home-slider__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 31px;
}

.turo-home-slider__chip {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 14px;
	border: 1px solid rgba(17,17,17,.16);
	border-radius: 999px;
	background: rgba(255,255,255,.46);
	font-family: Poppins, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #27231f;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.turo-home-slider__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 29px;
	border: 2px solid #111;
	border-radius: 999px;
	background: #111;
	color: #fff !important;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
	transition: transform .25s ease, background .25s ease, color .25s ease;
}

.turo-home-slider__button:hover,
.turo-home-slider__button:focus-visible {
	background: transparent;
	color: #111 !important;
	transform: translateY(-2px);
}

/* Composición visual inspirada en la referencia: dos arcos del mismo lenguaje visual
   y una tarjeta blanca superpuesta con información. */
.turo-home-slider__visual {
	position: relative;
	min-width: 0;
	height: clamp(430px, 38vw, 610px);
	background: transparent;
	box-shadow: none;
	transform: none;
	overflow: visible;
}

.turo-home-slider__visual::before {
	content: "";
	position: absolute;
	inset: 8% 2% 5% 8%;
	z-index: -1;
	border-radius: 48% 48% 24% 24% / 44% 44% 24% 24%;
	background: rgba(255,255,255,.34);
	filter: blur(1px);
}

.turo-home-slider__arch {
	position: absolute;
	bottom: 10%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 24px 55px rgba(35,29,23,.15);
	overflow: hidden;
}

.turo-home-slider__arch::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 8px solid rgba(255,255,255,.88);
	border-radius: inherit;
	pointer-events: none;
}

.turo-home-slider__arch--large {
	right: 2%;
	width: 58%;
	height: 88%;
	border-radius: 49% 49% 22px 22px / 34% 34% 22px 22px;
	z-index: 2;
}

.turo-home-slider__arch--small {
	left: 4%;
	width: 38%;
	height: 62%;
	border-radius: 49% 49% 18px 18px / 34% 34% 18px 18px;
	z-index: 3;
}

.turo-home-slider__stat-card {
	position: absolute;
	left: 43%;
	bottom: 2%;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: clamp(150px, 13vw, 190px);
	min-height: clamp(118px, 10vw, 150px);
	padding: 20px 18px 18px;
	border: 1px solid rgba(17,17,17,.08);
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(30,24,18,.16);
	text-align: center;
	transform: translateX(-50%);
}

.turo-home-slider__stat-number {
	display: block;
	margin: 0 0 4px;
	font-family: Poppins, sans-serif;
	font-size: clamp(25px, 2.2vw, 35px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.04em;
	color: #111;
}

.turo-home-slider__stat-label {
	display: block;
	font-family: Poppins, sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
	color: #635d56;
}

.turo-home-slider__stat-dots {
	display: flex;
	gap: 5px;
	margin-top: 14px;
}

.turo-home-slider__stat-dots span {
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #111;
}

.turo-home-slider__stat-dots span:nth-child(2) { background: #f5f0a4; }
.turo-home-slider__stat-dots span:nth-child(3) { background: #ff6fc4; }

.turo-home-slider__slide--remeras .turo-home-slider__arch--small { background-position: center 34%; }
.turo-home-slider__slide--remeras .turo-home-slider__arch--large { background-position: center 38%; }
.turo-home-slider__slide--mantas .turo-home-slider__arch--small { background-position: center; }
.turo-home-slider__slide--mantas .turo-home-slider__arch--large { background-position: center; }

.turo-home-slider__slide.is-active .turo-home-slider__content > *,
.turo-home-slider__slide.is-active .turo-home-slider__visual {
	animation: turoSliderReveal .72s both;
}
.turo-home-slider__slide.is-active .turo-home-slider__content > *:nth-child(2) { animation-delay: .06s; }
.turo-home-slider__slide.is-active .turo-home-slider__content > *:nth-child(3) { animation-delay: .12s; }
.turo-home-slider__slide.is-active .turo-home-slider__content > *:nth-child(4) { animation-delay: .18s; }
.turo-home-slider__slide.is-active .turo-home-slider__content > *:nth-child(5) { animation-delay: .24s; }
.turo-home-slider__slide.is-active .turo-home-slider__visual { animation-delay: .1s; }

@keyframes turoSliderReveal {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

.turo-home-slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 8;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(17,17,17,.2);
	border-radius: 50%;
	background: rgba(255,255,255,.55);
	color: #111;
	cursor: pointer;
	transform: translateY(-50%);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: background .2s ease, transform .2s ease;
}
.turo-home-slider__arrow:hover,
.turo-home-slider__arrow:focus-visible { background: #fff; transform: translateY(-50%) scale(1.05); }
.turo-home-slider__arrow--prev { left: 28px; }
.turo-home-slider__arrow--next { right: 28px; }
.turo-home-slider__arrow svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }

.turo-home-slider__arrow { display: none !important; }

.turo-home-slider__pagination {
	position: absolute;
	left: 50%;
	bottom: 35px;
	z-index: 9;
	display: flex;
	align-items: center;
	gap: 10px;
	transform: translateX(-50%);
}
.turo-home-slider__dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(17,17,17,.28);
	cursor: pointer;
	transition: width .3s ease, background .3s ease;
}
.turo-home-slider__dot.is-active { width: 30px; background: #111; }

.turo-slider-ready > .e-con-inner,
.turo-slider-ready > .elementor-container { display: none !important; }
.turo-slider-ready .turo-scroll-indicator { z-index: 10; filter: invert(1); opacity: .45; }


/* =========================================================
   DOODLES DE MARCA — SVG livianos, sin emojis
   ========================================================= */
.turo-home-slider__doodles {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.turo-doodle {
	position: absolute;
	display: block;
	transform-origin: center;
}

.turo-doodle svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.turo-doodle--paw {
	top: 12%;
	left: 5.2%;
	width: clamp(34px, 3.2vw, 54px);
	color: #111;
	opacity: .12;
	transform: rotate(-13deg);
}
.turo-doodle--paw svg { fill: currentColor; }

.turo-doodle--spark {
	top: 14%;
	right: 5.5%;
	width: clamp(30px, 3vw, 50px);
	color: #ff6fc4;
	opacity: .72;
	animation: turoDoodlePulse 4.8s ease-in-out infinite;
}
.turo-doodle--spark svg,
.turo-doodle--motion svg,
.turo-doodle--loop svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.turo-doodle--motion {
	top: 30%;
	right: 47%;
	width: clamp(44px, 4vw, 68px);
	color: #111;
	opacity: .78;
	transform: rotate(8deg);
}

.turo-doodle--bone {
	right: 5.5%;
	bottom: 13%;
	width: clamp(55px, 5vw, 82px);
	color: #111;
	opacity: .13;
	transform: rotate(-18deg);
}
.turo-doodle--bone svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.turo-doodle--loop {
	left: 3.2%;
	bottom: 9%;
	width: clamp(68px, 7vw, 115px);
	color: #e7c94f;
	opacity: .66;
	transform: rotate(9deg);
}

.turo-home-slider__doodles--remeras .turo-doodle--paw { color: #ff6fc4; opacity: .2; }
.turo-home-slider__doodles--remeras .turo-doodle--loop { color: #ff6fc4; opacity: .35; }
.turo-home-slider__doodles--mantas .turo-doodle--spark { color: #ff6fc4; }
.turo-home-slider__doodles--mantas .turo-doodle--loop { color: #e7c94f; }

.turo-home-slider__slide.is-active .turo-doodle--paw,
.turo-home-slider__slide.is-active .turo-doodle--bone {
	animation: turoDoodleFloat 7s ease-in-out infinite;
}

@keyframes turoDoodleFloat {
	0%, 100% { translate: 0 0; }
	50% { translate: 0 -8px; }
}

@keyframes turoDoodlePulse {
	0%, 100% { transform: scale(.92) rotate(0); opacity: .52; }
	50% { transform: scale(1.08) rotate(8deg); opacity: .82; }
}

@media (max-width: 980px) {
	.turo-home-slider__inner {
		grid-template-columns: 1fr 1fr;
		gap: 34px;
		width: calc(100% - 76px);
	}
	.turo-home-slider__title { font-size: clamp(42px, 6vw, 64px); }
}

@media (max-width: 767px) {
	.turo-home-slider__slide { align-items: flex-start; overflow-y: auto; }
	.turo-home-slider__inner {
		grid-template-columns: 1fr;
		gap: 24px;
		width: calc(100% - 30px);
		padding: 112px 0 96px;
	}
	.turo-home-slider__content { text-align: left; }
	.turo-home-slider__eyebrow { margin-bottom: 11px; font-size: 11px; }
	.turo-home-slider__title { margin-bottom: 15px; font-size: clamp(38px, 11vw, 54px); line-height: 1; }
	.turo-home-slider__subtitle { margin-bottom: 18px; font-size: 14px; line-height: 1.5; }
	.turo-home-slider__chips { gap: 7px; margin-bottom: 22px; }
	.turo-home-slider__chip { min-height: 30px; padding: 6px 10px; font-size: 10px; }
	.turo-home-slider__button { min-height: 48px; padding: 12px 23px; font-size: 13px; }
	.turo-home-slider__visual { order: -1; height: 360px; margin-bottom: 2px; }
	.turo-home-slider__visual::before { inset: 8% 1% 7% 4%; }
	.turo-home-slider__arch::after { border-width: 5px; }
	.turo-home-slider__arch--large { right: 0; width: 59%; height: 86%; }
	.turo-home-slider__arch--small { left: 0; width: 40%; height: 61%; }
	.turo-home-slider__stat-card { left: 43%; bottom: 0; width: 120px; min-height: 94px; padding: 14px 12px 12px; }
	.turo-home-slider__stat-number { font-size: 23px; }
	.turo-home-slider__stat-label { font-size: 9px; }
	.turo-home-slider__stat-dots { margin-top: 9px; }
	.turo-home-slider__stat-dots span { width: 7px; height: 7px; }
	.turo-home-slider__arrow { display: none; }
	.turo-home-slider__pagination { bottom: 28px; }
	.turo-doodle--paw { top: 92px; left: 18px; width: 34px; opacity: .1; }
	.turo-doodle--spark { top: 104px; right: 18px; width: 31px; }
	.turo-doodle--motion { top: 245px; right: 42%; width: 42px; opacity: .55; }
	.turo-doodle--loop { left: 8px; bottom: 92px; width: 62px; opacity: .42; }
	.turo-doodle--bone { display: none; }

}

@media (prefers-reduced-motion: reduce) {
	.turo-home-slider__slide,
	.turo-home-slider__button,
	.turo-home-slider__dot { transition: none !important; }
	.turo-home-slider__slide.is-active .turo-home-slider__content > *,
	.turo-home-slider__slide.is-active .turo-home-slider__visual { animation: none !important; }
	.turo-doodle { animation: none !important; }
}
