.sf-footer {
	background-color: #222;
	color: #fff;
	padding: 3rem 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 0;

}

.sf-footer .sf-container {
	max-width: 1200px;
	margin: 0 auto;
	display: block;
}

.sf-footer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	margin-bottom: 2rem;
}

.sf-footer h4 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	color: #ffffff;
}

.sf-footer p,
.sf-footer li,
.sf-footer a {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #ccc;
}

.sf-footer a {
	text-decoration: none;
	transition: color 0.2s ease;
}

.sf-footer a:hover {
	color: #007bff;
}

.sf-copy {
	text-align: center;
	width: 100%;
	margin-top: 2rem;
}
