.site-footer {
	background:
		linear-gradient(135deg, rgba(215, 25, 32, 0.18), transparent 34%),
		linear-gradient(315deg, rgba(255, 255, 255, 0.08), transparent 30%),
		#171717 !important;
	background-image: none !important;
	color: #fff;
	height: auto;
	overflow: hidden;
	padding: 46px 0 0;
}

.site-footer ul {
	margin: 0;
	padding: 0;
	width: auto;
}

.footer-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(280px, 1.25fr) minmax(220px, .9fr) minmax(220px, .9fr) minmax(210px, .8fr);
}

.footer-brand img {
	display: block;
	height: 54px;
	margin-bottom: 14px;
	width: auto;
}

.footer-brand h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 10px;
}

.footer-brand p,
.footer-contact-card p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}

.footer-line-btn {
	align-items: center;
	background: #fff;
	border-radius: 6px;
	color: #151515 !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 9px;
	margin-top: 18px;
	min-height: 42px;
	padding: 0 14px;
	transition: transform .2s ease, background .2s ease;
}

.footer-line-btn:hover {
	background: #e9f8ea;
	text-decoration: none;
	transform: translateY(-2px);
}

.footer-line-btn img {
	height: 24px !important;
	margin: 0 !important;
	width: auto;
}

.footer-label {
	color: #ff6b70;
	display: block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.footer-contact-card,
.footer-links,
.footer-services {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	padding-left: 22px;
}

.footer-contact-card a {
	align-items: center;
	color: #fff !important;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	gap: 9px;
	line-height: 1.45;
	margin-bottom: 12px;
	overflow-wrap: anywhere;
}

.footer-contact-card a:hover,
.footer-links a:hover,
.footer-bottom a:hover {
	color: #ff6b70 !important;
	text-decoration: none;
}

.footer-contact-card i {
	color: #ff6b70;
	font-size: 18px;
	width: 20px;
}

.footer-links nav {
	display: grid;
	gap: 10px 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-links a {
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: 14px;
	line-height: 1.4;
}

.footer-services li {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 5px;
	color: rgba(255, 255, 255, 0.84) !important;
	font-size: 14px;
	line-height: 1.4;
	list-style: none;
	margin-bottom: 9px;
	padding: 9px 10px;
}

.footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.62);
	display: flex;
	font-size: 13px;
	justify-content: space-between;
	margin-top: 34px;
	padding: 16px 0;
}

.footer-bottom a {
	color: rgba(255, 255, 255, 0.72) !important;
}

@media (max-width: 1020px) {
	.footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.footer-grid {
		grid-template-columns: 1fr;
		padding-left: 12px;
		padding-right: 12px;
	}

	.footer-contact-card,
	.footer-links,
	.footer-services {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		padding-left: 0;
		padding-top: 20px;
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		margin-left: 12px;
		margin-right: 12px;
	}
}
