.site-footer.lepas-footer {
	position: relative;
	max-width: 100%;
	margin: 0;
	padding: 40px 0;
	background: #000;
	color: #f4f4f4;
	overflow: hidden;
}

.lepas-footer__overlay {
	position: relative;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.62));
}

.lepas-footer__marquee {
	border-top: 1px solid rgba(255, 255, 255, 0.65);
	border-bottom: 1px solid rgba(255, 255, 255, 0.65);
	padding: 0.8rem 0;
	overflow: hidden;
	white-space: nowrap;
}

.lepas-footer__marquee-track {
	display: flex;
	width: max-content;
	will-change: transform;
	animation: proweb-footer-marquee 30s linear infinite;
}

.lepas-footer__marquee-segment {
	display: flex;
	flex: 0 0 auto;
}

.lepas-footer__marquee-item {
	font-size: clamp(1.25rem, 2vw, 2.35rem);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #fff;
	padding-right: 2.5rem;
}

@keyframes proweb-footer-marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.lepas-footer__links-area {
	position: relative;
	min-height: var(--proweb-footer-video-height, auto);
	padding: 2.25rem clamp(1rem, 3vw, 4rem) 1.6rem;
}

.lepas-footer__brand-row {
	padding: 1.2rem clamp(1rem, 3vw, 4rem);
	border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

.lepas-footer__brand-logos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(1rem, 3vw, 3rem);
	flex-wrap: wrap;
}

.lepas-footer__brand-logo img {
	display: block;
	width: auto;
	height: auto;
	max-height: clamp(2.5rem, 4vw, 4.4rem);
	max-width: min(100%, 22rem);
	opacity: 0.9;
}

.lepas-footer__video-wrap {
	position: relative;
	height: var(--proweb-footer-video-height, auto);
	max-height: 70vh;
	overflow: hidden;
	pointer-events: none;
}

.lepas-footer__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lepas-footer__links-content {
	position: relative;
	z-index: 1;
	padding-block: 0.25rem;
}

.lepas-footer__links-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.6rem;
	align-items: start;
}

.lepas-footer__links-right {
	justify-self: end;
	width: min(34rem, 100%);
	max-width: 100%;
}

.lepas-footer__links-right > * {
	max-width: 100%;
}

.lepas-footer__links-right .mc4wp-form {
	max-width: 100%;
	color: #f6f6f6;
}

.lepas-footer__links-right .mc4wp-form p {
	margin: 0 0 0.9rem;
}

.lepas-footer__links-right .mc4wp-form p:last-child {
	margin-bottom: 0;
}

.lepas-footer__links-right .mc4wp-form label {
	display: inline-block;
	color: #f6f6f6;
	font-size: clamp(0.95rem, 1vw, 1.1rem);
	line-height: 1.4;
}

.lepas-footer__links-right .mc4wp-form input[type='email'],
.lepas-footer__links-right .mc4wp-form input[type='text'],
.lepas-footer__links-right .mc4wp-form input[type='tel'] {
	width: min(100%, 22rem) !important;
	min-height: 2.7rem !important;
	padding: 0.6rem 0.9rem !important;
	background: #393939 !important;
	color: #fff !important;
	border: 1px solid #393939 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: none !important;
}

.lepas-footer__links-right .mc4wp-form input[type='email']::placeholder,
.lepas-footer__links-right .mc4wp-form input[type='text']::placeholder,
.lepas-footer__links-right .mc4wp-form input[type='tel']::placeholder {
	color: #fff !important;
	opacity: 1;
}

.lepas-footer__links-right .mc4wp-form input[type='email']:focus,
.lepas-footer__links-right .mc4wp-form input[type='text']:focus,
.lepas-footer__links-right .mc4wp-form input[type='tel']:focus {
	background: #393939 !important;
	color: #fff !important;
	border-color: #393939 !important;
	box-shadow: none !important;
	outline: none !important;
}

.lepas-footer__links-right .mc4wp-form input[type='submit'] {
	display: inline-block;
	min-width: 13rem !important;
	min-height: 2.7rem !important;
	padding: 0.6rem 1.4rem !important;
	border: 0 !important;
	border-radius: 12px !important;
	background: rgba(255, 255, 255, 0.95) !important;
	color: #111 !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	line-height: 1;
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.lepas-footer__links-right .mc4wp-form input[type='submit']:hover {
	background: #eb9201 !important;
	color: #000 !important;
	transform: translateY(-1px);
}

.lepas-footer__links-right .mc4wp-form input[type='submit']:focus {
	outline: none !important;
	box-shadow: none !important;
}

@media (min-width: 901px) {
	.lepas-footer__links-content {
		width: 100%;
		max-width: 100%;
	}

	.lepas-footer__links-grid {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 34rem);
		gap: 2rem;
	}
}

.lepas-footer__title {
	margin: 0 0 1rem;
	font-size: clamp(1.2rem, 1.9vw, 2rem);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.lepas-footer__menus {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.lepas-footer__menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.55rem;
}

.lepas-footer__menu-list a {
	color: #f6f6f6;
	text-decoration: none;
	text-transform: uppercase;
	font-size: clamp(0.95rem, 1.1vw, 1.35rem);
	letter-spacing: 0.02em;
	font-weight: 500;
}

.lepas-footer__menu-list .menu-item-coming-soon > a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	pointer-events: none;
	cursor: default;
	opacity: 0.72;
}

.lepas-footer__menu-list .menu-item-coming-soon > a::after {
	content: "Coming soon";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.2rem 0.45rem;
	border-radius: 999px;
	background: #131313;
	color: #fff;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.lepas-footer__menu-list a:hover {
	color: #eb9201;
}

.lepas-footer__social {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: clamp(0.85rem, 1.2vw, 1.65rem);
}

.lepas-footer__social a {
	color: #f6f6f6;
	text-decoration: none;
	text-transform: uppercase;
	font-size: clamp(0.95rem, 1.15vw, 1.2rem);
	letter-spacing: 0.04em;
	font-weight: 500;
}

.lepas-footer__social a:hover {
	color: #eb9201;
}

.lepas-footer__meta {
	padding: 0.9rem clamp(1rem, 3vw, 4rem);
	border-top: 1px solid rgba(255, 255, 255, 0.75);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.lepas-footer__copyright {
	margin: 0;
	color: #f4f4f4;
	font-size: clamp(0.82rem, 0.9vw, 0.95rem);
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	.lepas-footer__menus {
		grid-template-columns: 1fr;
		gap: 1.2rem;
	}

	.lepas-footer__links-right {
		justify-self: start;
		width: 100%;
	}

	.lepas-footer__brand-row {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.lepas-footer__social {
		justify-content: flex-start;
		gap: 1rem;
		flex-wrap: wrap;
	}

	.lepas-footer__meta {
		align-items: flex-start;
	}

	.lepas-footer__links-area {
		min-height: auto;
	}

	.lepas-footer__video-wrap {
		height: auto;
		max-height: 42vh;
	}
}
