.ala-hero-home {
	margin-top: 0;
	padding: 68px 0 24px;
	background-color: inherit;
	overflow: visible;
}

.ala-hero {
	--ala-red: #e53935;
	--ala-dark: #5e1326;
	--ala-grad-start: #5e1326;
	--ala-grad-end: #c7274f;
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding: 36px 24px 44px;
	box-sizing: border-box;
	overflow: visible;
}

.ala-hero__frame {
	position: relative;
	overflow: visible;
}

.ala-hero__shell {
	position: relative;
	min-height: 340px;
	border-radius: 24px;
	overflow: visible;
	background: linear-gradient(to right, var(--ala-grad-start), var(--ala-grad-end));
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.ala-hero__stage {
	position: relative;
	min-height: 340px;
}

.ala-hero__slide {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: stretch;
	pointer-events: none;
}

.ala-hero__slide.is-active {
	pointer-events: auto;
	z-index: 2;
}

.ala-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 340px;
	padding: 28px 56px 28px 20px;
	color: #fff;
	background: transparent;
}

.ala-banner__content,
.ala-banner__visual {
	transition: opacity 0.45s ease, transform 0.45s ease;
}

.ala-hero__slide:not(.is-active) .ala-banner__content {
	opacity: 0;
}

.ala-hero__slide.is-active .ala-banner__content {
	opacity: 1;
	transition-delay: 0.05s;
}

.ala-hero__slide:not(.is-active) .ala-banner__visual {
	opacity: 0;
}

.ala-hero__slide.is-active .ala-banner__visual {
	opacity: 1;
	transform: none;
	transition-delay: 0.08s;
}

.ala-hero__slide.ala-anim-fade:not(.is-active) .ala-banner__visual {
	transform: none;
}

.ala-hero__slide.ala-anim-slide-left:not(.is-active) .ala-banner__visual {
	transform: translateX(-50px);
}

.ala-hero__slide.ala-anim-slide-right:not(.is-active) .ala-banner__visual {
	transform: translateX(50px);
}

.ala-hero__slide.ala-anim-slide-up:not(.is-active) .ala-banner__visual {
	transform: translateY(40px);
}

.ala-hero__slide.ala-anim-zoom:not(.is-active) .ala-banner__visual {
	transform: scale(0.86);
}

.ala-banner__content {
	flex: 1 1 48%;
	max-width: 520px;
	text-align: right;
	z-index: 2;
}

.ala-banner__heading {
	margin: 0 0 12px;
	color: #fff;
	font-size: var(--ala-heading-size, 32px);
	line-height: 1.35;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.ala-banner__subtitle {
	margin: 0 0 22px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 15px;
	line-height: 1.8;
	max-width: 420px;
}

.ala-banner__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 108px;
	padding: 11px 26px;
	background: #fff;
	color: #5e1326 !important;
	text-decoration: none !important;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	box-shadow: 0 6px 16px rgba(94, 19, 38, 0.18);
	transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.ala-banner__btn:hover {
	background: #fff7f9;
	color: #c7274f !important;
	transform: translateY(-1px);
}

.ala-banner__visual {
	flex: 1 1 48%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	direction: ltr;
	min-height: 280px;
	padding-left: 56px;
	overflow: visible;
	z-index: 3;
}

.ala-banner__visual a {
	display: block;
	line-height: 0;
}

.ala-banner__image {
	display: block;
	max-width: min(calc(var(--ala-image-size, 420px) * 1.28), 56vw);
	max-height: var(--ala-image-size, 420px);
	width: auto;
	height: auto;
	object-fit: contain;
	position: relative;
	z-index: 3;
	filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.35));
}

.ala-banner__countdown {
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
	color: #fff;
}

.ala-banner__digits {
	display: block;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.ala-banner__label {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	opacity: 0.85;
}

.ala-hero__arrow {
	position: absolute !important;
	top: 50% !important;
	z-index: 6;
	width: 46px !important;
	height: 46px !important;
	min-width: 46px !important;
	min-height: 46px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: #d8d8d8 !important;
	cursor: pointer;
	display: flex !important;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	appearance: none;
	-webkit-appearance: none;
	line-height: 1 !important;
	float: none !important;
	transform: translateY(-50%) !important;
}

.ala-hero__arrow span {
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.ala-hero__arrow--next {
	right: 0 !important;
	left: auto !important;
	transform: translate(50%, -50%) !important;
}

.ala-hero__arrow--next:hover,
.ala-hero__arrow--next:focus {
	transform: translate(50%, -50%) !important;
}

.ala-hero__arrow--next span {
	transform: rotate(45deg);
	margin-left: -2px;
}

.ala-hero__arrow--prev {
	left: 0 !important;
	right: auto !important;
	transform: translate(-50%, -50%) !important;
}

.ala-hero__arrow--prev:hover,
.ala-hero__arrow--prev:focus {
	transform: translate(-50%, -50%) !important;
}

.ala-hero__arrow--prev span {
	transform: rotate(-135deg);
	margin-right: -2px;
}

.ala-hero__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
}

.ala-hero__dot {
	width: 10px !important;
	height: 10px !important;
	min-width: 10px !important;
	min-height: 10px !important;
	max-width: 10px !important;
	max-height: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: #d9d9d9 !important;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	font-size: 0 !important;
	line-height: 0 !important;
	box-shadow: none !important;
	overflow: hidden;
	box-sizing: border-box !important;
}

.ala-hero__dot.is-active {
	background: var(--ala-red) !important;
}

@media (max-width: 991px) {
	.ala-hero-home {
		padding: 32px 0 16px;
		overflow: visible;
	}

	.ala-hero {
		padding: 28px 14px 20px;
	}

	.ala-hero__shell,
	.ala-hero__stage,
	.ala-banner {
		min-height: 0;
	}

	.ala-hero__shell {
		border-radius: 18px;
		overflow: visible;
	}

	.ala-hero__slide {
		position: relative;
		display: none;
	}

	.ala-hero__slide.is-active {
		display: flex;
	}

	.ala-banner {
		flex-direction: column-reverse;
		align-items: center;
		padding: 8px 18px 22px;
		text-align: center;
	}

	.ala-banner__content,
	.ala-banner__subtitle {
		max-width: none;
		text-align: center;
	}

	.ala-banner__heading {
		font-size: min(var(--ala-heading-size, 32px), 24px);
	}

	.ala-banner__subtitle {
		margin-bottom: 16px;
		font-size: 13px;
		line-height: 1.7;
	}

	.ala-banner__visual {
		min-height: 0;
		width: 100%;
		margin-top: -40px;
		margin-bottom: 6px;
		justify-content: center;
		padding-left: 0;
	}

	.ala-banner__image {
		max-width: min(82%, calc(var(--ala-image-size, 420px) * 0.58));
		max-height: calc(var(--ala-image-size, 420px) * 0.5);
		transform: none;
	}

	.ala-banner__btn {
		min-width: 132px;
		padding: 10px 22px;
		font-size: 14px;
	}

	.ala-banner__countdown {
		justify-content: center;
		gap: 10px;
	}

	.ala-hero__arrow {
		display: none !important;
	}
}

@media (max-width: 575px) {
	.ala-hero-home {
		padding: 24px 0 12px;
	}

	.ala-hero {
		padding: 22px 12px 16px;
	}

	.ala-hero__shell {
		border-radius: 14px;
	}

	.ala-banner {
		padding: 6px 14px 18px;
	}

	.ala-banner__heading {
		margin-bottom: 8px;
		font-size: min(var(--ala-heading-size, 32px), 20px);
	}

	.ala-banner__subtitle {
		margin-bottom: 14px;
		font-size: 12px;
	}

	.ala-banner__visual {
		margin-top: -32px;
	}

	.ala-banner__image {
		max-width: min(86%, calc(var(--ala-image-size, 420px) * 0.5));
		max-height: calc(var(--ala-image-size, 420px) * 0.42);
	}

	.ala-hero__dots {
		margin-top: 12px;
	}
}
