/* ── yemek/{şehir}.html Sayfa-Özel Stilleri ─────────────────────── */
/* Bu dosya template.html'den üretilen tüm şehir yemek sayfaları için kullanılır */

/* Footer */
.page-footer {
	background: var(--surface-solid);
	border-top: 1px solid var(--border);
	padding: 50px 20px;
	font-size: 0.9em;
	color: var(--text-muted);
	margin-top: 80px;
}

.page-footer-inner {
	max-width: 1100px;
	margin: 0 auto;
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 30px;
	margin-bottom: 40px;
}

.footer-grid h3 {
	color: var(--text);
	margin-bottom: 15px;
	font-family: 'SF Pro Rounded', sans-serif;
}

.footer-grid p {
	line-height: 1.6;
	font-size: 0.95em;
}

.footer-list {
	list-style: none;
	padding: 0;
	line-height: 2;
}

.footer-list a {
	color: var(--accent);
	text-decoration: none;
}

.footer-list--cities {
	list-style: none;
	padding: 0;
	line-height: 2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 10px;
}

.footer-list--cities a {
	color: var(--text-muted);
	text-decoration: none;
}

.footer-sitemap-section {
	border-top: 1px solid var(--border);
	padding-top: 30px;
	margin-bottom: 40px;
}

.footer-sitemap-section h3 {
	color: var(--text);
	margin-bottom: 20px;
	font-family: 'SF Pro Rounded', sans-serif;
	font-size: 1.1em;
}

.footer-bottom {
	border-top: 1px solid var(--border);
	padding-top: 25px;
	font-size: 0.85em;
	text-align: center;
	line-height: 1.6;
}

.footer-bottom p {
	margin-bottom: 8px;
}
