.wp-block-formasuisse-site-footer {
	display: block;
	background: var(--color-primary, #062343);
	color: #dde4ef;
	padding: clamp(48px, 7vw, 80px) 0 24px;
}

.wp-block-formasuisse-site-footer .footer-grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	gap: clamp(24px, 4vw, 48px);
}

.wp-block-formasuisse-site-footer h4 {
	color: #fff;
	font-family: var(--font-body);
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 0 16px;
}

.wp-block-formasuisse-site-footer a {
	color: #dde4ef;
}
.wp-block-formasuisse-site-footer a:hover {
	color: #fff;
}

.wp-block-formasuisse-site-footer .ftr-brand .ftr-contact {
	margin-top: 14px;
}

.wp-block-formasuisse-site-footer .ftr-brand p {
	color: #dde4ef;
	font-size: 0.92rem;
	line-height: 1.7;
	margin: 0;
}

.wp-block-formasuisse-site-footer .ftr-brand .logo-mark {
	font-family: var(--font-title);
	font-size: 1.4rem;
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.01em;
	margin-bottom: 16px;
	display: block;
}

.wp-block-formasuisse-site-footer .footer-grid > nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 0.92rem;
}

.wp-block-formasuisse-site-footer .ftr-bottom {
	margin-top: clamp(40px, 6vw, 64px);
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.6);
}

.wp-block-formasuisse-site-footer .ftr-bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	gap: 18px;
	font-size: 0.82rem;
}

@media (max-width: 720px) {
	.wp-block-formasuisse-site-footer .footer-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 480px) {
	.wp-block-formasuisse-site-footer .footer-grid {
		grid-template-columns: 1fr;
	}
}
