﻿.site-footer-modern {
	position: relative;
	overflow: hidden;
	padding: 42px 0 18px;
	background: #182d82;
	color: rgba(255, 255, 255, 0.78);
}

.site-footer-modern::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 72px 72px;
	pointer-events: none;
	opacity: 0.3;
}

.site-footer-modern__glow {
	display: none;
}

.site-footer-modern__glow--left {
	left: -150px;
	top: -150px;
}

.site-footer-modern__glow--right {
	right: -180px;
	bottom: -180px;
}

.site-footer-modern .container {
	position: relative;
	z-index: 1;
}

.site-footer-modern__top,
.site-footer-modern__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.site-footer-modern__top {
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer-modern__logo {
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: -0.04em;
	text-decoration: none;
	text-transform: uppercase;
}

.site-footer-modern__logo::before {
	content: "";
	width: 34px;
	height: 4px;
	margin-right: 12px;
	border-radius: 999px;
	background: #ffffff;
}

.site-footer-modern__quick {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 18px;
	border-radius: 999px;
	background: #ffffff;
	color: #1f1f1f;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.site-footer-modern__quick:hover {
	transform: translateY(-2px);
	background: #f2f2f2;
	color: #1f1f1f;
}

.site-footer-modern__grid {
	row-gap: 18px;
}

.site-footer-modern__column {
	padding-top: 4px;
}

.site-footer-modern__title {
	margin-bottom: 12px;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.site-footer-modern__links,
.site-footer-modern__contact,
.site-footer-modern__social {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer-modern__links li {
	margin-bottom: 7px;
}

.site-footer-modern__links a,
.site-footer-modern__contact a,
.site-footer-modern__bottom a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	transition: color 0.25s ease, padding-left 0.25s ease;
}

.site-footer-modern__links a:hover,
.site-footer-modern__contact a:hover,
.site-footer-modern__bottom a:hover {
	color: #ffffff;
}

.site-footer-modern__links a:hover {
	padding-left: 6px;
}

.site-footer-modern__contact li {
	display: grid;
	grid-template-columns: 92px 1fr;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-modern__contact span {
	color: rgba(255, 255, 255, 0.48);
	font-size: 13px;
	font-weight: 800;
}

.site-footer-modern__social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.site-footer-modern__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.site-footer-modern__social a:hover {
	transform: translateY(-3px);
	border-color: rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.12);
}

.site-footer-modern__social img {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.site-footer-modern__compact-form {
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.06);
}

.site-footer-modern .WeChatform li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer-modern .WeChatform p {
	position: relative;
	margin: 0 0 8px;
}

.site-footer-modern .WeChatform br {
	display: none;
}

.site-footer-modern .WeChatform p i {
	position: absolute;
	top: 8px;
	right: 12px;
	color: #d60000;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
}

.site-footer-modern .WeChatform input,
.site-footer-modern .WeChatform textarea,
.site-footer-modern .WeChatform select {
	width: 100%;
	min-height: 36px;
	margin-bottom: 0;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.78);
	color: #111820;
	transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.site-footer-modern .WeChatform input:focus,
.site-footer-modern .WeChatform textarea:focus,
.site-footer-modern .WeChatform select:focus {
	border-color: rgba(255, 255, 255, 0.72);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
	outline: none;
}

.site-footer-modern .WeChatform textarea {
	min-height: 68px;
}

.site-footer-modern .WeChatform input::placeholder,
.site-footer-modern .WeChatform textarea::placeholder,
.site-footer-modern .WeChatform select::placeholder {
	color: #333;
	opacity: 1;
}

.site-footer-modern .WeChatform input[type="submit"],
.site-footer-modern .WeChatform button {
	border: 1px solid rgba(255, 255, 255, 0.92);
	background: transparent;
	color: #ffffff;
	font-weight: 900;
	letter-spacing: 0.02em;
	transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.site-footer-modern .WeChatform input[type="submit"]:hover,
.site-footer-modern .WeChatform button:hover {
	background: #ffffff;
	color: #182d82;
	transform: translateY(-1px);
}

.site-footer-modern .WeChatform .wpcf7-form {
	display: flex;
	flex-direction: column;
}

.site-footer-modern .WeChatform .wpcf7-response-output {
	order: 99;
	width: 100%;
	margin: 10px 0 0;
	color: #fff;
}

.site-footer-modern .WeChatform .wpcf7-not-valid-tip {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.4;
	color: #ffd7d7;
}

.site-footer-modern__bottom {
	margin-top: 22px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 13px;
}

.site-footer-modern__badges {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.site-footer-modern__badges span {
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
}

.communication {
	position: fixed;
	right: 18px;
	bottom: 104px;
	z-index: 999;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.communication a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.communication img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.use-input,
.WeChatform .use {
	display: none;
}

.cebTGH {
	height: 40% !important;
}

.XSytk {
	display: none !important;
}

@media (max-width: 991px) {
	.site-footer-modern {
		padding: 34px 0 88px;
	}

	.site-footer-modern__top,
	.site-footer-modern__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.site-footer-modern__grid {
		row-gap: 24px;
	}

	.site-footer-modern__column {
		display: block !important;
		width: 100%;
		padding-top: 0;
	}

	.site-footer-modern__grid > .site-footer-modern__column:first-child {
		display: none !important;
	}

	.site-footer-modern__title {
		margin-bottom: 14px;
	}

	.site-footer-modern__links,
	.site-footer-modern__links--extra,
	.site-footer-modern__links li,
	.site-footer-modern__links a {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}

	.site-footer-modern__links li {
		margin-bottom: 10px;
		line-height: 1.6;
	}

	.site-footer-modern__links a {
		font-size: 14px;
		line-height: 1.6;
		word-break: break-word;
	}

	.site-footer-modern__quick {
		min-height: 36px;
	}

	.site-footer-modern__contact li {
		grid-template-columns: 88px 1fr;
	}

	.site-footer-modern__compact-form {
		padding: 14px;
		border-radius: 16px;
	}

	#video,
	video,
	.wp-video,
	.wp-video video,
	.video-js,
	.mejs-container,
	iframe[src*="youtube"],
	iframe[src*="vimeo"] {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		aspect-ratio: 16 / 9;
		object-fit: cover;
		border-radius: 18px;
	}

	#myVideo {
		width: 100% !important;
		max-width: 100% !important;
		border-radius: 18px;
		overflow: hidden;
	}
}

@media (max-width: 575px) {
	.site-footer-modern__logo {
		font-size: 24px;
	}

	.site-footer-modern__top {
		gap: 12px;
		margin-bottom: 18px;
		padding-bottom: 16px;
	}

	.site-footer-modern__grid {
		row-gap: 24px;
	}

	.site-footer-modern__column {
		display: block !important;
		width: 100%;
		padding-top: 0;
	}

	.site-footer-modern__title {
		margin-bottom: 14px;
		font-size: 14px;
	}

	.site-footer-modern__links,
	.site-footer-modern__links--extra {
		display: block !important;
		visibility: visible !important;
		overflow: visible !important;
		opacity: 1 !important;
	}

	.site-footer-modern__links li {
		display: block;
		margin-bottom: 10px;
		line-height: 1.6;
	}

	.site-footer-modern__links a {
		display: inline-block;
		font-size: 14px;
		line-height: 1.6;
		word-break: break-word;
	}

	.site-footer-modern__contact li {
		display: block;
	}

	.site-footer-modern__contact span {
		display: block;
		margin-bottom: 4px;
	}

	.site-footer-modern__social a {
		width: 40px;
		height: 40px;
	}

	.communication {
		right: 12px;
		bottom: 82px;
	}

	.communication a {
		width: 42px;
		height: 42px;
	}

	.communication img {
		width: 28px;
		height: 28px;
	}
}
