/* "Notte Italiana" footer — three columns on desktop: brand + legal
   disclaimer left, "Esplora" menu center, "Gioco Responsabile 18+" info
   right; copyright alone in the bottom strip. Sits slightly deeper than
   the page background under a gold top rule. */

.ci-footer {
	background: var(--ci-bg-darker);
	border-top: 3px solid var(--ci-accent-gold);
	margin-top: 48px;
}

.ci-footer h4,
.ci-footer .ci-site-title { color: var(--ci-text-primary); }

.ci-footer h4 {
	font-size: 15px;
	margin-bottom: 16px;
}

.ci-footer p { color: var(--ci-text-secondary); }

.ci-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	padding: 48px 16px;
}

.ci-footer__col--brand p { max-width: 360px; }

.ci-footer__logo { margin-bottom: 16px; }
.ci-footer__logo img { max-height: 48px; width: auto; display: block; }

.ci-footer__disclaimer {
	font-size: 12px;
	color: var(--ci-text-muted);
	margin-bottom: 0;
}

.ci-footer__badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }

.ci-footer__col--responsible p { font-size: 13px; max-width: 340px; }

.ci-footer__menu { list-style: none; }
.ci-footer__menu li { margin-bottom: 10px; }
.ci-footer__menu a { color: var(--ci-text-secondary); font-size: 14px; }
.ci-footer__menu a:hover { color: var(--ci-accent-gold-light); text-decoration: none; }

.ci-footer__bottom {
	border-top: 1px solid var(--ci-border);
	padding: 24px 16px;
	text-align: center;
	font-size: 13px;
}
.ci-footer__bottom p { color: var(--ci-text-muted); margin: 0; }

@media (min-width: 900px) {
	.ci-footer__grid { grid-template-columns: 1.4fr 0.8fr 1.1fr; padding: 56px 24px; }
	.ci-footer__col--menu { justify-self: center; }
}
