/* =================================================================
   SITE FOOTER — footer.php
   Layout 4-col: Brand / Resurse / Institutul / Media Trust + CTA
   Plus bottom bar: legal menu + social + copyright
   ================================================================= */


.site-footer {
	background: #0a2440;
	color: rgba(255, 255, 255, 0.82);
	margin-top: 4rem;
}


/* ── Main footer ─────────────────────────────────────────── */
.site-footer__main {
	padding: 3.5rem 0 2.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}


/* ── Brand column ────────────────────────────────────────── */
.site-footer__brand {
	margin-bottom: 1.5rem;
}

.site-footer__logo {
	width: auto;
	height: 60px;
	margin-bottom: 1rem;
	filter: brightness(0) invert(1);
	opacity: 0.95;
}

.site-footer__name {
	font-family: 'Oswald-Regular', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.35;
	margin: 0 0 0.35rem;
}

.site-footer__tagline {
	font-size: 0.82rem;
	color: #e5bd07;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}


/* ── Address ─────────────────────────────────────────────── */
.site-footer__address {
	font-style: normal;
	font-size: 0.92rem;
	line-height: 1.6;
}

.site-footer__address p {
	margin: 0 0 0.65rem;
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
}

.site-footer__address i {
	color: #e5bd07;
	font-size: 0.88rem;
	margin-top: 4px;
	width: 16px;
	text-align: center;
	flex-shrink: 0;
}

.site-footer__address a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
	transition: color 0.15s;
}

.site-footer__address a:hover {
	color: #e5bd07;
}


/* ── Headings ────────────────────────────────────────────── */
.site-footer__heading {
	font-family: 'Oswald-Regular', sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin: 0 0 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #e5bd07;
	display: inline-block;
}


/* ── Lists ───────────────────────────────────────────────── */
.site-footer__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer__list li {
	margin-bottom: 0.55rem;
	line-height: 1.4;
}

.site-footer__list li a {
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.92rem;
	text-decoration: none;
	transition: color 0.15s, padding-left 0.2s;
	display: inline-block;
}

.site-footer__list li a:hover {
	color: #e5bd07;
	padding-left: 4px;
	text-decoration: none;
}

.site-footer__list--external li a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.site-footer__list--external li a i {
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.4);
	transition: color 0.15s;
}

.site-footer__list--external li a:hover i {
	color: #e5bd07;
}


/* ── CTA inline ──────────────────────────────────────────── */
.site-footer__cta {
	margin-top: 1.5rem;
	padding: 1rem 1.25rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
}

.site-footer__cta p {
	margin: 0 0 0.65rem;
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.85);
}

.site-footer__cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
	background: #e5bd07;
	color: #0a2440;
	border-radius: 6px;
	font-weight: 600;
	font-size: 0.88rem;
	text-decoration: none;
	transition: background 0.15s, transform 0.15s;
}

.site-footer__cta-btn:hover {
	background: #fff;
	color: #0a2440;
	text-decoration: none;
	transform: translateY(-1px);
}


/* ── Bottom bar ──────────────────────────────────────────── */
.site-footer__bottom {
	padding: 1.5rem 0 1rem;
}

.site-footer__legal {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.site-footer__legal li a {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.85rem;
	text-decoration: none;
	transition: color 0.15s;
}

.site-footer__legal li a:hover {
	color: #e5bd07;
}


/* ── Social ──────────────────────────────────────────────── */
.site-footer__social {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 0.6rem;
	justify-content: flex-end;
}

.site-footer__social li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	border-radius: 50%;
	font-size: 0.95rem;
	text-decoration: none;
	transition: background 0.15s, transform 0.15s;
}

.site-footer__social li a:hover {
	background: #e5bd07;
	color: #0a2440;
	transform: translateY(-2px);
}


/* ── Copyright ───────────────────────────────────────────── */
.site-footer__copyright {
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	text-align: center;
}

.site-footer__copyright p {
	margin: 0 0 0.2rem;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.5);
}

.site-footer__credit {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: color 0.15s;
}

.site-footer__credit:hover {
	color: #e5bd07;
}


/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 991.98px) {
	.site-footer__main {
		padding: 2.75rem 0 2rem;
	}

	.site-footer__cta {
		margin-top: 1rem;
	}
}

@media (max-width: 767.98px) {
	.site-footer__heading {
		margin-top: 0.5rem;
	}

	.site-footer__social {
		justify-content: flex-start;
	}

	.site-footer__legal {
		justify-content: center;
	}

	.site-footer__bottom .text-md-end {
		text-align: left !important;
	}
}

@media (max-width: 575.98px) {
	.site-footer__main {
		padding: 2.25rem 0 1.5rem;
	}

	.site-footer__brand {
		text-align: center;
	}

	.site-footer__logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.site-footer__address p {
		justify-content: center;
		text-align: center;
	}
}
