.site-trustpilot{min-height:82px;display:flex;align-items:center;justify-content:center;gap:14px;padding:18px 24px;border-top:1px solid #dedede;background:#fff;color:#111;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.site-trustpilot-wordmark{display:inline-flex;align-items:center;gap:5px;font-size:17px}.site-trustpilot-wordmark i{color:#00b67a;font-size:23px;font-style:normal}.site-trustpilot-stars{display:inline-flex;gap:2px}.site-trustpilot-stars i{width:22px;height:22px;display:grid;place-items:center;background:#00b67a;color:#fff;font-size:13px;font-style:normal}.site-trustpilot strong{font-size:12px}.site-trustpilot>span:last-child{color:#666;font-size:11px}
.unified-footer {
	background: #0c0c0c;
	color: #fff;
	padding: 54px 36px 28px;
	display: grid;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	gap: 34px;
}
.unified-footer * {
	box-sizing: border-box;
}
.footer-brand img {
	filter: brightness(0) invert(1);
	width: 148px;
	display: block;
}
.unified-footer .skip {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
}
.footer-brand p {
	max-width: 280px;
	color: #aaa;
	font-size: 12px;
	line-height: 1.6;
	margin: 18px 0;
}
.footer-column {
	display: grid;
	align-content: start;
	gap: 10px;
}
.footer-column b,
.footer-newsletter b {
	font-size: 11px;
	letter-spacing: 0.12em;
	margin-bottom: 8px;
}
.footer-column a {
	color: #bbb;
	text-decoration: none;
	font-size: 12px;
}
.footer-column a:hover {
	color: #fff;
}
.footer-newsletter {
	grid-column: 1 / -1;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 24px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 25px;
}
.footer-newsletter p {
	color: #aaa;
	font-size: 12px;
	margin: 7px 0 0;
}
.footer-newsletter form {
	display: flex;
	width: min(440px, 100%);
}
.footer-newsletter input {
	height: 44px;
	flex: 1;
	min-width: 0;
	border: 1px solid #555;
	border-right: 0;
	background: #111;
	color: #fff;
	padding: 0 13px;
}
.footer-newsletter button {
	height: 44px;
	border: 1px solid #fff;
	background: #fff;
	color: #111;
	padding: 0 18px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.footer-newsletter .footer-form-message {
	font-size: 11px;
	color: #ddd;
	align-self: center;
	margin-left: 10px;
}
.footer-bottom {
	grid-column: 1 / -1;
	display: flex;
	justify-content: space-between;
	color: #888;
	font-size: 10px;
}
.footer-bottom a {
	color: #aaa;
}
@media (max-width: 780px) {
	.site-trustpilot{flex-wrap:wrap;gap:8px 11px;padding:17px 15px}.site-trustpilot>span:last-child{flex:0 0 100%;text-align:center}
	.unified-footer {
		padding: 40px 20px 24px;
		grid-template-columns: 1fr 1fr;
	}
	.footer-brand {
		grid-column: 1 / -1;
	}
	.footer-newsletter {
		display: block;
	}
	.footer-newsletter form {
		margin-top: 16px;
	}
	.footer-bottom {
		display: grid;
		gap: 10px;
	}
}
@media (max-width: 430px) {
	.unified-footer {
		grid-template-columns: 1fr;
	}
	.footer-brand,
	.footer-newsletter,
	.footer-bottom {
		grid-column: 1;
	}
	.footer-newsletter form {
		display: grid;
		grid-template-columns: 1fr auto;
	}
}
