/* YuPrint footer */
.yu-site-footer {
	position: relative;
	padding: 0;
	background: var(--yu-dark);
	color: #fff;
}

.yu-footer-accent {
	height: 10px;
	background: var(--yu-red);
}

.yu-footer-main {
	background: var(--yu-dark);
}

.yu-footer-inner {
	display: grid;
	grid-template-columns: 1fr 0.85fr 0.8fr 1.35fr;
	gap: clamp(40px, 5vw, 92px);
	width: min(100%, 1320px);
	margin: 0 auto;
	padding: 48px 34px 62px;
	box-sizing: border-box;
}

.yu-footer-column {
	min-width: 0;
}

.yu-footer-column > h2 {
	position: relative;
	margin: 0 0 18px;
	padding-bottom: 7px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
}

.yu-footer-column > h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 32px;
	height: 1px;
	background: var(--yu-red);
	content: "";
}

.yu-footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.yu-footer-links li {
	margin: 0 0 13px;
}

.yu-footer-links a,
.yu-footer-links button {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
	text-align: left;
	text-transform: none;
}

.yu-footer-links a:hover,
.yu-footer-links a:focus,
.yu-footer-links button:hover,
.yu-footer-links button:focus {
	background: transparent;
	color: var(--yu-red) !important;
	transform: none;
}

.yu-footer-help-links .yu-icon {
	width: 17px;
	height: 17px;
	color: #fff;
}

.yu-footer-policy-links a {
	padding-left: 0;
}

.yu-footer-trust {
	display: flex;
	align-items: center;
	justify-content: center;
}

.yu-footer-trust a {
	display: block;
	max-width: 190px;
}

.yu-trust-image {
	display: block;
	width: auto;
	max-width: 190px;
	height: auto;
	max-height: 240px;
	object-fit: contain;
}

.yu-trust-placeholder {
	position: relative;
	display: flex;
	width: 175px;
	min-height: 190px;
	padding: 24px 18px 18px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	background: #f7f7f5;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	color: #172028;
	text-align: center;
	box-sizing: border-box;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.yu-trust-seal {
	position: absolute;
	top: -16px;
	left: 50%;
	display: inline-flex;
	width: 72px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 2px solid #d8b34e;
	border-radius: 50%;
	background: #f5df8c;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	transform: translateX(-50%);
}

.yu-trust-stars {
	margin: 0 0 6px;
	color: #f4b400;
	font-size: 25px;
	letter-spacing: -2px;
	line-height: 1;
}

.yu-trust-placeholder strong {
	font-size: 19px;
}

.yu-trust-placeholder small {
	margin-top: 8px;
	color: #607080;
	font-size: 11px;
	line-height: 1.35;
}

.yu-footer-brand {
	display: flex;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.yu-footer-brand .yu-brand-link {
	display: inline-flex;
	margin-bottom: 10px;
}

.yu-footer-brand .yu-brand {
	color: #fff;
}

.yu-footer-brand .yu-brand-mark {
	width: 54px;
	height: 54px;
	color: #fff;
}

.yu-footer-brand .yu-wordmark strong {
	font-size: 42px;
}

.yu-footer-brand .yu-wordmark span {
	font-size: 39px;
}

.yu-footer-brand > h2 {
	max-width: 390px;
	margin: 0 0 10px;
	padding: 0;
	font-size: 27px;
	font-weight: 800;
	line-height: 1.15;
	text-transform: uppercase;
}

.yu-footer-brand > h2::after {
	display: none;
}

.yu-footer-brand > p {
	max-width: 390px;
	margin: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
}

.yu-footer-bottom {
	display: flex;
	min-height: 37px;
	align-items: center;
	justify-content: center;
	background: var(--yu-dark-soft);
}

.yu-footer-bottom p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.yu-footer-bottom span {
	margin: 0 5px;
}

.yu-whatsapp {
	position: fixed;
	right: 16px;
	bottom: 14px;
	z-index: 999;
	display: inline-flex;
	width: 52px;
	height: 52px;
	align-items: center;
	justify-content: center;
	border: 3px solid rgba(255, 255, 255, 0.42);
	border-radius: 50%;
	background: #17c764;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
	color: #fff;
	transition: transform 0.18s ease, background-color 0.18s ease;
}

.yu-whatsapp .yu-icon {
	width: 30px;
	height: 30px;
}

.yu-whatsapp:hover,
.yu-whatsapp:focus {
	background: #0faf54;
	color: #fff !important;
	transform: translateY(-2px) scale(1.02);
}
