.mogo-hero-banner.mogo-home-carousel {
	position: relative !important;
	isolation: isolate;
	overflow: hidden !important;
	background-image: none !important;
}
.mogo-home-carousel__layer {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transform: scale(1.01);
	transition: opacity .7s ease;
}
.mogo-home-carousel__layer.is-active { opacity: 1; }
.mogo-hero-banner.mogo-home-carousel.has-slide-link { cursor: pointer; }
.mogo-hero-banner.mogo-home-carousel::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(5,12,22,.42) 0%, rgba(5,12,22,.16) 52%, rgba(5,12,22,.05) 100%);
}
.mogo-home-carousel__dots {
	position: absolute;
	left: 50%;
	bottom: 22px;
	z-index: 5;
	display: flex;
	gap: 10px;
	transform: translateX(-50%);
}
.mogo-home-carousel__dots button {
	width: 11px;
	height: 11px;
	min-width: 11px;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	background: transparent;
	box-shadow: 0 1px 4px rgba(0,0,0,.28);
	cursor: pointer;
}
.mogo-home-carousel__dots button.is-active { background: #fff; }
@media (max-width: 767px) {
	.mogo-home-carousel__layer { background-position: center center; }
	.mogo-home-carousel__dots { bottom: 14px; }
}
.mogo-home-carousel__arrow {
	position: absolute !important;
	top: 50% !important;
	z-index: 7 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 48px !important;
	height: 48px !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, .72) !important;
	border-radius: 50% !important;
	color: #fff !important;
	background: rgba(15, 23, 42, .58) !important;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .18) !important;
	transform: translateY(-50%) !important;
	cursor: pointer !important;
	touch-action: manipulation;
	transition: background-color .2s ease, transform .2s ease, opacity .2s ease !important;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.mogo-home-carousel__arrow:hover,
.mogo-home-carousel__arrow:focus-visible {
	color: #fff !important;
	background: #e40421 !important;
	transform: translateY(-50%) scale(1.06) !important;
}
.mogo-home-carousel__arrow:focus-visible {
	outline: 3px solid rgba(255, 255, 255, .9) !important;
	outline-offset: 2px !important;
}
.mogo-home-carousel__arrow--prev { left: 24px !important; }
.mogo-home-carousel__arrow--next { right: 24px !important; }
.mogo-home-carousel__arrow svg {
	width: 25px !important;
	height: 25px !important;
	pointer-events: none !important;
}
@media (max-width: 767px) {
	.mogo-home-carousel__arrow {
		width: 42px !important;
		height: 42px !important;
	}
	.mogo-home-carousel__arrow--prev { left: 10px !important; }
	.mogo-home-carousel__arrow--next { right: 10px !important; }
}
@media (prefers-reduced-motion: reduce) {
	.mogo-home-carousel__layer { transition: none; }
}
