/* ==========================================================================
   Site Footer (ss1 style)
   ========================================================================== */
.site-footer {
	background-color: #0a112a;
	color: #9ca3af;
	font-family: "Urbanist", sans-serif;
}

.footer-inner {
	max-width: 1620px;
	margin: 0 auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

/* Top: 4 columns */
.footer-top {
	padding: 4rem 0 3rem;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
	gap: 2.5rem;
	align-items: start;
}

@media (max-width: 1199px) {
	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}
}

/* Mobil: kart görünümü, logo üstte, linkler 2 kolon yan yana, bülten tam genişlik */
@media (max-width: 767px) {
	.site-footer {
		margin-left: 1rem;
		margin-right: 1rem;
		border-radius: 1rem 1rem 0 0;
		overflow: hidden;
	}

	.footer-top {
		padding: 2.5rem 0 2rem;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 1.75rem;
	}

	.footer-brand {
		grid-column: 1 / -1;
		text-align: center;
	}

	.footer-brand .footer-logo {
		display: block;
		margin-bottom: 1rem;
	}

	.footer-brand .footer-logo-img {
		margin: 0 auto;
	}

	.footer-desc {
		margin: 0 auto;
		text-align: center;
		max-width: 100%;
	}

	.footer-col.footer-newsletter {
		grid-column: 1 / -1;
	}

	.footer-newsletter-row {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.site-footer {
		margin-left: 0.75rem;
		margin-right: 0.75rem;
		border-radius: 0.875rem 0.875rem 0 0;
	}

	.footer-grid {
		gap: 1.5rem;
	}

	.footer-inner {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.footer-bottom .footer-inner {
		flex-direction: column;
	}
}

/* Brand column */
.footer-brand .footer-logo {
	display: inline-block;
	margin-bottom: 1rem;
}

.footer-logo-img {
	display: block;
	height: 48px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

.footer-desc {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #9ca3af;
	max-width: 320px;
}

/* Column titles */
.footer-title {
	margin: 0 0 1.25rem;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.3;
}

/* Link lists */
.footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links li {
	margin-bottom: 0.65rem;
}

.footer-links a {
	color: #9ca3af;
	text-decoration: none;
	font-size: 0.9375rem;
	transition: color 0.2s;
}

.footer-links a:hover {
	color: #fff;
}

/* Newsletter (ss2: pill tek blok, koyu input, ince beyaz çerçeve, mavi buton) */
.footer-newsletter-form {
	margin: 0;
}

.footer-newsletter-row {
	display: flex;
	align-items: stretch;
	gap: 0;
	max-width: 400px;
	height: 52px;
	border-radius: 50px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background-color: #20242d;
}

.footer-newsletter-input {
	flex: 1;
	min-width: 0;
	height: 100%;
	padding: 0 1.25rem 0 1.25rem;
	background-color: #20242d;
	border: none;
	color: #fff;
	font-family: "Urbanist", sans-serif;
	font-size: 0.9375rem;
	transition: background-color 0.2s;
}

.footer-newsletter-input::placeholder {
	color: #b0b0b0;
}

.footer-newsletter-input:focus {
	outline: none;
	background-color: #252a35;
}

.footer-newsletter-btn {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2e65ff;
	border: none;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.2s, filter 0.2s;
}

.footer-newsletter-btn:hover {
	background-color: #1d4ed8;
	filter: brightness(1.05);
}

.footer-newsletter-btn-icon {
	width: 20px;
	height: 20px;
	margin-left: 2px;
}

/* Bottom bar */
.footer-bottom {
	padding: 1.5rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom .footer-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.75rem 1.5rem;
	text-align: center;
}

.footer-copyright {
	margin: 0;
	font-size: 0.8125rem;
	color: #6b7280;
}

.footer-bottom-links {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.footer-bottom-links a {
	color: #9ca3af;
	text-decoration: none;
	font-size: 0.8125rem;
	transition: color 0.2s;
}

.footer-bottom-links a:hover {
	color: #fff;
}

.footer-sep {
	color: #6b7280;
	font-size: 0.8125rem;
	user-select: none;
}
