/**
 * Footer variant 10 — Figma Footer10:
 * payments 980×28, badges 1200×45, trust 1200×100, copyright 48px.
 */

.footer.site-theme.footer--v10 {
	background-color: var(--footer-background-color, #0b072f);
	background-image: radial-gradient(
		ellipse 120% 90% at 50% 0%,
		color-mix(in srgb, var(--footer-background-color, #231695) 75%, #ffffff 8%) 0%,
		var(--footer-background-color, #0b072f) 72%
	);
	box-sizing: border-box;
	margin-top: 0;
	padding: 100px 0 0;
	width: 100%;
}

.footer.site-theme.footer--v10 > .container {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

/* —— Row 1: payments (980×28) —— */
.footer.site-theme.footer--v10 .footer-top {
	margin: 0 auto;
	max-width: 980px;
	padding: 0;
	width: 100%;
}

.footer.site-theme.footer--v10 .footer-icons--top {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	height: 28px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 100%;
	min-height: 28px;
	width: 100%;
}

.footer.site-theme.footer--v10 .footer-icons--top__item {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	height: 28px;
	justify-content: center;
	min-width: 0;
	width: auto;
}

.footer.site-theme.footer--v10 .footer-icons--top__item img {
	display: block;
	height: auto;
	max-height: 28px;
	max-width: 60px;
	object-fit: contain;
	width: auto;
}

.footer.site-theme.footer--v10 .footer-icons--top__item--astropay img {
	max-height: 19px;
}

/* —— Row 2: badge menu (image tiles, as v3) —— */
.footer.site-theme.footer--v10 .footer-menu {
	box-sizing: border-box;
	margin: 60px auto 0;
	max-width: 1200px;
	padding: 0;
	width: 100%;
}

.footer.site-theme.footer--v10 .footer-menu ul {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-grow: 0;
	flex-wrap: nowrap;
	gap: 0;
	height: auto;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.footer.site-theme.footer--v10 .footer-menu ul li {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
}

.footer.site-theme.footer--v10 .footer-menu ul li a {
	background: none;
	border: none;
	display: block;
	line-height: 0;
	padding: 0;
	text-decoration: none;
}

.footer.site-theme.footer--v10 .footer-menu ul li a::after {
	content: none;
	display: none;
}

.footer.site-theme.footer--v10 .footer-menu ul li a img {
	display: block;
	height: auto;
	max-height: 45px;
	max-width: none;
	object-fit: contain;
	width: auto;
}

.footer.site-theme.footer--v10 .footer-menu ul li a:not(:has(img)) {
	align-items: center;
	color: var(--footer-menu-link-color, #fff);
	display: inline-flex;
	font-size: 20px;
	font-weight: 400;
	justify-content: center;
	line-height: 20px;
	min-height: 45px;
	padding: 0 4px;
	text-align: center;
	white-space: nowrap;
	width: auto;
}

/* —— Row 3: trust (1200×100) —— */
.footer.site-theme.footer--v10 .footer-middle {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-image: none;
	box-sizing: border-box;
	margin: 60px auto 0;
	max-width: 1200px;
	min-height: 100px;
	padding: 0;
	width: 100%;
}

.footer.site-theme.footer--v10 .footer-middle::after {
	display: none;
}

.footer.site-theme.footer--v10 .footer-icons--middle {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	height: 100px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
	min-height: 100px;
	padding: 0 191px;
	width: 100%;
}

.footer.site-theme.footer--v10 .footer-icons--middle__item {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	margin: 0;
}

.footer.site-theme.footer--v10 .footer-icons--middle__item img {
	display: block;
	flex-shrink: 0;
	height: auto;
	max-height: none;
	object-fit: contain;
	opacity: 0.45;
	width: auto;
}

.footer.site-theme.footer--v10 .footer-icons--middle__item:nth-child(1) img {
	height: 37px;
	width: 119px;
}

.footer.site-theme.footer--v10 .footer-icons--middle__item:nth-child(2) img {
	height: 60px;
	width: 61px;
}

.footer.site-theme.footer--v10 .footer-icons--middle__item:nth-child(3) img {
	height: 44px;
	width: 87px;
}

/* —— Row 4: copyright —— */
.footer.site-theme.footer--v10 .footer-bottom {
	background: transparent;
	border: none;
	box-sizing: border-box;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: 100%;
}

.footer.site-theme.footer--v10 .footer-bottom .copyright {
	border: none;
	box-sizing: border-box;
	color: var(--footer-text-color, rgba(255, 255, 255, 0.72));
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	padding: 48px 0;
	text-align: center;
	text-transform: lowercase;
	width: 100%;
}

@media (max-width: 1199px) {
	.footer.site-theme.footer--v10 {
		padding-top: 60px;
	}

	.footer.site-theme.footer--v10 > .container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.footer.site-theme.footer--v10 .footer-icons--top {
		flex-wrap: wrap;
		gap: 16px 12px;
		height: auto;
		justify-content: center;
		min-height: 0;
	}

	.footer.site-theme.footer--v10 .footer-menu {
		margin-top: 40px;
	}

	.footer.site-theme.footer--v10 .footer-menu ul {
		flex-wrap: wrap;
		gap: 12px 16px;
		justify-content: center;
	}

	.footer.site-theme.footer--v10 .footer-middle {
		margin-top: 40px;
		min-height: 80px;
	}

	.footer.site-theme.footer--v10 .footer-icons--middle {
		flex-wrap: wrap;
		gap: 24px;
		height: auto;
		justify-content: center;
		min-height: 80px;
		padding: 24px 16px;
	}
}

@media (max-width: 767px) {
	.footer.site-theme.footer--v10 {
		padding-top: 40px;
	}

	.footer.site-theme.footer--v10 .footer-menu {
		margin-top: 28px;
	}

	.footer.site-theme.footer--v10 .footer-menu ul {
		align-items: center;
		flex-direction: column;
		gap: 10px;
	}

	.footer.site-theme.footer--v10 .footer-middle {
		margin-top: 28px;
	}

	.footer.site-theme.footer--v10 .footer-bottom .copyright {
		font-size: 14px;
		padding: 32px 0;
	}
}
