/* =========================================================
SyntesAI — Site Footer  (Bootstrap 5 layout)
========================================================= */

.sa-footer {
	background: #ffffff;
	color: #0b1f3a;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	padding: 72px 0 0;
	border-top: 1px solid #e8ecf0;
}

.sa-footer__inner {
	max-width: var(--sa-container-max, 1320px);
	margin: 0 auto;
	padding: 0 var(--sa-container-pad, 24px);
}

.sa-footer__top {
	padding-bottom: 56px;
}

/* ---------- About ---------- */
.sa-footer__about-heading {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	letter-spacing: -0.005em;
	font-family: var(--font-base);
}

.sa-footer__about-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: #000000;
	font-family: var(--font-base);
}

/* ---------- Brand + Socials ---------- */
.sa-footer__brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
	flex-shrink: 0;
}

.sa-footer__brand img {
	display: block;
	max-height: 36px;
	width: 100%;
	max-width: 130px;
}

.sa-footer__logo-text {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: #0b1f3a;
}

.sa-footer__logo-text span {
	color: #1A9BE8;
}

.sa-footer__social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	transition: transform .15s ease, opacity .15s ease;
}

.sa-footer__social svg {
	width: 17px;
	height: 17px;
}

.sa-footer__social:hover {
	transform: translateY(-2px);
	opacity: 0.85;
}

.sa-footer__social--linkedin {
	background: #0A66C2;
}

.sa-footer__social--x {
	background: #0b0b0b;
}

.sa-footer__social--facebook {
	background: #1877f2;
}

.sa-footer__social--instagram {
	background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
}

.sa-footer__social--youtube {
	background: #ff0000;
}

.sa-footer__social--github {
	background: #0b0b0b;
}

/* ---------- Link columns ---------- */
.sa-footer__column-title {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	color: #0b1f3a;
	font-family: var(--font-base);
}

.sa-footer__column-list {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.sa-footer__column-list a {
	color: #000000;
	font-size: 13px;
	text-decoration: none;
	transition: color .15s ease;
	line-height: 1.4;
	display: inline-block;
	font-family: var(--font-base);
}

.sa-footer__column-list a:hover {
	color: #1A9BE8;
}

/* ---------- Newsletter ---------- */
.sa-footer__newsletter {
	padding-top: 8px;
}

.sa-footer__newsletter-heading {
	margin: 0 0 14px;
	font-size: 16px;
	font-weight: 700;
	color: #1A9BE8;
}

.sa-footer__form {
	display: flex;
	align-items: center;
	border-radius: 100px;
	background: #F9F9F9;
	overflow: hidden;
}
.sa-footer__form-input {
	flex: 1;
	padding: 14px 18px;
	border: none;
	background: transparent;
	font-size: 14px;
	font-family: inherit;
	color: #0b1f3a;
	outline: none;
	min-width: 0;
}

.sa-footer__form-input::placeholder {
	color: #000000;
	font-size: 13px;
	font-weight: 400;
}

.sa-footer__form-submit {
	flex-shrink: 0;
	padding: 10px 28px;
	background: #1A9BE8;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	font-family: inherit;
	border: 0;
	border-radius: 100px;
	cursor: pointer;
	transition: background .15s ease, transform .15s ease;
	white-space: nowrap;
}

.sa-footer__form-submit:hover {
	background: #1589d4;
	transform: translateY(-1px);
}

/* ---------- Bottom bar ---------- */
.sa-footer__bottom {
	border-top: 1px solid #e8ecf0;
}

.sa-footer__copyright {
	font-size: 13.5px;
	color: #6b7280;
}

.sa-footer__bottom-links a {
	color: #6b7280;
	font-size: 13.5px;
	text-decoration: none;
	transition: color .15s ease;
}

.sa-footer__bottom-links a:hover {
	color: #1A9BE8;
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
	.sa-footer {
		padding-top: 56px;
	}

	.sa-footer__top {
		padding-bottom: 40px;
	}

	.sa-footer__newsletter {
		padding-top: 0;
	}
}