/* ==========================================================================
   WinMedic - Footer
   ========================================================================== */

.site-footer {
	background-color: var(--wm-bg-dark);
	color: rgba(255, 255, 255, 0.7);
	padding: var(--wm-space-xl) 0 var(--wm-space-md);
}

.site-footer a {
	color: rgba(255, 255, 255, 0.7);
}

.site-footer a:hover {
	color: #ffffff;
}

.footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--wm-space-lg);
	margin-bottom: var(--wm-space-lg);
}

@media (min-width: 48em) {
	.footer__grid {
		grid-template-columns: 2fr 1fr 1fr;
	}
}

/* ---------- Footer Brand ---------- */
.footer__brand {
	max-width: 360px;
}

.footer__brand .site-logo img {
	height: 40px;
	margin-bottom: var(--wm-space-sm);
	filter: brightness(0) invert(1);
}

.footer__brand p {
	font-size: 0.9375rem;
	line-height: 1.6;
}

/* ---------- Footer Columns ---------- */
.footer__heading {
	font-family: var(--wm-font-heading);
	font-size: 1rem;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: var(--wm-space-sm);
}

.footer__links li {
	margin-bottom: 0.5rem;
}

.footer__links a {
	font-size: 0.9375rem;
}

/* ---------- Footer Contact ---------- */
.footer__contact-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
	font-size: 0.9375rem;
}

.footer__contact-item svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	color: var(--wm-primary-light);
}

/* ---------- Footer Bottom ---------- */
.footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: var(--wm-space-md);
	display: flex;
	flex-direction: column;
	gap: var(--wm-space-xs);
	align-items: center;
	text-align: center;
	font-size: 0.8125rem;
}

@media (min-width: 48em) {
	.footer__bottom {
		flex-direction: row;
		justify-content: space-between;
		text-align: left;
	}
}
