/* FIC 369 — unified site footer */

.site-footer {
	background: linear-gradient(180deg, #1a1f22 0%, #14181b 100%);
	color: rgba(255, 255, 255, 0.82);
	border-top: 3px solid rgba(252, 219, 90, 0.35);
	font-family: 'Open Sans', 'Segoe UI', sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

.site-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 52px 24px 28px;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
}

@media (min-width: 768px) {
	.site-footer__grid {
		grid-template-columns: 1.2fr 1fr 1fr;
		gap: 36px;
	}
}

.site-footer__logo {
	display: inline-block;
	margin-bottom: 16px;
}

.site-footer__logo img {
	height: 64px;
	width: auto;
	display: block;
}

.site-footer__tagline {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.72);
	max-width: 320px;
}

.site-footer__wa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	background: #25d366;
	color: #fff !important;
	font-weight: 700;
	font-size: 13px;
	border-radius: 24px;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

.site-footer__wa:hover {
	background: #1ebe57;
	transform: translateY(-1px);
	color: #fff;
}

.site-footer__heading {
	margin: 0 0 14px;
	color: #fcdb5a;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.site-footer__heading--sub {
	margin-top: 20px;
}

.site-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__links li {
	margin: 0 0 10px;
}

.site-footer__links a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
	transition: color 0.2s ease;
}

.site-footer__links a:hover {
	color: #fcdb5a;
}

.site-footer__contact {
	font-style: normal;
	margin: 0;
}

.site-footer__contact p {
	margin: 0 0 8px;
}

.site-footer__contact a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}

.site-footer__contact a:hover {
	color: #fcdb5a;
}

.site-footer__bottom {
	margin-top: 36px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.site-footer__copy,
.site-footer__credit {
	margin: 0;
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
}

.site-footer__credit a {
	color: rgba(252, 219, 90, 0.85);
	text-decoration: none;
}

.site-footer__credit a:hover {
	color: #fcdb5a;
	text-decoration: underline;
}

.site-footer__social {
	display: flex;
	align-items: center;
	gap: 10px;
}

.site-footer__social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.site-footer__social a:hover {
	background: rgba(252, 219, 90, 0.15);
	border-color: rgba(252, 219, 90, 0.45);
	color: #fcdb5a;
}

/* Inside legacy #app wrapper */
#app .site-footer {
	margin-top: 0;
}
