.site-footer {
	padding-top: 5rem;
	background: var(--zes-deep-navy);
	color: var(--zes-white);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1.15fr;
	gap: 3rem;
	padding-bottom: 4rem;
}

.site-footer h2 {
	margin-bottom: 1.2rem;
	color: var(--zes-white);
	font-size: 1rem;
}

.site-footer p,
.site-footer li,
.site-footer a {
	color: #aeb9c7;
	font-size: 0.9rem;
}

.brand--footer strong {
	color: var(--zes-white);
}

.brand--footer small {
	color: #aeb9c7;
}

.footer-brand > p {
	max-width: 360px;
	margin-top: 1.4rem;
}

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

.footer-links li,
.footer-contact li {
	margin-bottom: 0.65rem;
}

.footer-links a,
.footer-contact a {
	text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover {
	color: var(--zes-white);
}

.footer-bottom {
	border-top: 1px solid rgb(255 255 255 / 10%);
}

.footer-bottom .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding-block: 1.2rem;
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom nav {
	display: flex;
	gap: 1rem;
}
