.mbs-site-footer {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 14% 18%, rgba(246, 182, 60, 0.12), transparent 18%),
		radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.07), transparent 16%),
		linear-gradient(180deg, #081328 0%, #0d1d3f 44%, #0b1732 100%);
}

.mbs-site-footer-shape {
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
	filter: blur(12px);
	opacity: 0.55;
}

.mbs-site-footer-shape-one {
	top: 70px;
	left: -120px;
	width: 260px;
	height: 260px;
	background: radial-gradient(circle, rgba(204, 31, 31, 0.22), transparent 68%);
}

.mbs-site-footer-shape-two {
	right: -90px;
	bottom: 110px;
	width: 280px;
	height: 280px;
	background: radial-gradient(circle, rgba(246, 182, 60, 0.2), transparent 68%);
}

.mbs-site-footer .container {
	position: relative;
	z-index: 1;
}

.mbs-footer-main {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(180px, 0.8fr) minmax(220px, 0.9fr);
	gap: 44px;
	padding: 64px 0 24px;
	align-items: start;
}

.mbs-footer-contact-column {
	max-width: 440px;
}

.mbs-footer-contact-list {
	display: grid;
	gap: 10px;
	margin-top: 0;
}

.mbs-footer-contact-list a {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	color: rgba(226, 234, 245, 0.9);
	overflow-wrap: anywhere;
}

.mbs-footer-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.mbs-footer-tags span {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.mbs-footer-column {
	min-width: 0;
}

.mbs-footer-column h4 {
	margin: 0 0 16px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.25;
}

.mbs-footer-link-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mbs-footer-link-list li + li {
	margin-top: 14px;
}

.mbs-footer-link-list a,
.mbs-footer-bottom-links a,
.mbs-footer-signature a {
	color: rgba(226, 234, 245, 0.86);
	transition: color 0.25s ease, opacity 0.25s ease;
}

.mbs-footer-link-list a:hover,
.mbs-footer-bottom-links a:hover,
.mbs-footer-signature a:hover,
.mbs-footer-email:hover {
	color: #f6d089;
}

.mbs-footer-link-list-tight {
	margin-bottom: 20px;
}

.mbs-footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 22px;
}

.mbs-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #ffffff;
	transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.mbs-footer-social a:hover {
	transform: translateY(-2px);
	background: rgba(246, 182, 60, 0.14);
	color: #f6d089;
}

.mbs-footer-login-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.mbs-footer-login-btn:hover {
	background: rgba(246, 182, 60, 0.14);
	border-color: rgba(246, 182, 60, 0.26);
	color: #f6d089;
}

.mbs-footer-contact-label {
	display: inline-block;
	margin-bottom: 10px;
	color: #ffd58c;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}


.mbs-footer-cta-strip {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	padding: 18px 0 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mbs-footer-cta-copy {
	max-width: 760px;
}

.mbs-footer-cta-copy h4 {
	margin: 0 0 10px;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.3;
}

.mbs-footer-cta-copy p {
	margin: 0;
	color: rgba(229, 236, 246, 0.84);
	font-size: 15px;
	line-height: 1.8;
}

.mbs-footer-cta-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px;
}

.mbs-footer-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 999px;
	background: linear-gradient(135deg, #cc1f1f, #f05a5a);
	box-shadow: 0 16px 28px rgba(204, 31, 31, 0.22);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.mbs-footer-cta-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 32px rgba(204, 31, 31, 0.28);
	color: #ffffff;
}

.mbs-footer-linkedin {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 46px;
	padding: 0 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.mbs-footer-linkedin:hover {
	transform: translateY(-1px);
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.16);
	color: #f6d089;
}

.mbs-footer-bottom {
	padding: 0 0 28px;
}

.mbs-footer-bottom-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 24px 0 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mbs-footer-bottom-row p {
	margin: 0;
	color: rgba(220, 229, 241, 0.72);
	font-size: 14px;
}

.mbs-footer-bottom-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 18px;
}

.mbs-footer-signature {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 18px 22px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(226, 234, 245, 0.84);
	font-size: 14px;
	text-align: center;
}

.mbs-footer-signature span {
	color: #f6d089;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 11px;
}

.mbs-footer-signature strong {
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
}

@media (max-width: 1199px) {
	.mbs-footer-main {
		grid-template-columns: 1fr 1fr;
		gap: 36px 28px;
	}

	.mbs-footer-cta-strip {
		grid-template-columns: 1fr;
		justify-items: flex-start;
	}
}

@media (max-width: 991px) {
	.mbs-footer-main {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		padding-top: 52px;
	}

	.mbs-footer-cta-actions {
		justify-content: flex-start;
	}

	.mbs-footer-bottom-row,
	.mbs-footer-signature {
		flex-direction: column;
	}

	.mbs-footer-bottom-links {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.mbs-footer-main {
		grid-template-columns: 1fr 1fr;
		gap: 24px 18px;
		padding-top: 44px;
		padding-bottom: 28px;
	}

	.mbs-footer-column h4 {
		font-size: 18px;
	}

	.mbs-footer-cta-strip {
		gap: 18px;
		padding: 16px 0 18px;
	}

	.mbs-footer-cta-copy h4 {
		font-size: 18px;
	}

	.mbs-footer-linkedin {
		width: 100%;
		justify-content: center;
	}

	.mbs-footer-cta-btn {
		width: 100%;
	}

	.mbs-footer-social {
		margin-bottom: 18px;
	}

	.mbs-footer-login-btn {
		width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.mbs-footer-signature {
		border-radius: 24px;
	}
}
