/* FOOTER START — Figma Footer 147:98 */

.site-footer {
	width: 100%;
	margin-top: auto;
	background: var(--surface-soft);
}

.site-footer__content {
	background: var(--surface-soft);
}

.site-footer__inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--space-40);
	padding: var(--space-48) 0;
}

.site-footer__brand {
	display: flex;
	flex-direction: column;
	gap: var(--space-40);
	max-width: 292px;
}

.site-footer__logo-img {
	display: block;
	height: 32px;
	width: 223px;
}

.site-footer__tagline {
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	color: var(--ink-900);
}

.site-footer__links {
	display: flex;
	flex-direction: column;
	gap: var(--space-32);
}

.site-footer__heading {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: var(--ink-900);
}

.site-footer__legal,
.site-footer__legal-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	max-width: 285px;
	color: var(--ink-900);
}

.site-footer__legal-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.4em;
}

.site-footer__legal a:hover,
.site-footer__legal-list a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.site-footer .page-width-boxed {
		padding-left: 20px;
		padding-right: 20px;
	}

	.site-footer__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		padding: 40px 0;
	}

	.site-footer__brand {
		gap: 16px;
		max-width: none;
	}

	.site-footer__logo-img {
		width: 160px;
		height: 23px;
	}

	.site-footer__tagline {
		font-size: 13px;
		line-height: 20px;
		color: var(--ink-700);
	}

	.site-footer__links {
		gap: 16px;
		width: 100%;
	}

	.site-footer__heading {
		font-size: 15px;
		font-weight: 700;
		line-height: 24px;
	}

	.site-footer__legal,
	.site-footer__legal-list {
		font-size: 13px;
		line-height: 20px;
		font-weight: 400;
		max-width: none;
		color: var(--ink-700);
	}
}

/* FOOTER END */
