/**
 * Premium site footer — yuzde-hesaplama.com
 */

.site-footer .footer-bottom {
	padding-top: 0;
}

.site-footer .builder-item--footer_copyright {
	width: 100%;
	max-width: none;
}

.site-footer .builder-item--footer_copyright .component-wrap,
.site-footer .builder-item--footer_copyright .component-wrap > div {
	width: 100%;
}

.yhz-site-footer {
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.9375rem;
	line-height: 1.55;
	background: linear-gradient(180deg, #1e3a8a 0%, #172554 100%);
}

.yhz-site-footer__inner {
	max-width: 1180px;
	margin: 0 auto;
}

.yhz-site-footer a {
	color: #bfdbfe;
	text-decoration: none;
	transition: color 0.15s ease;
}

.yhz-site-footer a:hover,
.yhz-site-footer a:focus {
	color: #fff;
	text-decoration: underline;
}

.yhz-site-footer__grid {
	display: grid;
	grid-template-columns: 1.55fr repeat(4, 1fr);
	gap: 2rem 1.5rem;
	padding: 3rem 1.5rem 2rem;
}

.yhz-site-footer__brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.85rem;
}

.yhz-site-footer__logo-img {
	display: block;
	height: 42px;
	width: auto;
	max-width: 200px;
	filter: brightness(0) invert(1);
	opacity: 0.96;
}

.yhz-site-footer__title {
	font-family: "Nunito", system-ui, sans-serif;
	font-size: 1.2rem;
	font-weight: 800;
	color: #fff;
}

.yhz-site-footer__tagline {
	margin: 0;
	max-width: 24rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.9rem;
	line-height: 1.55;
}

.yhz-site-footer__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 0.15rem;
}

.yhz-site-footer__cta {
	display: inline-flex;
	align-items: center;
	padding: 0.55rem 1rem;
	border-radius: 999px;
	font-size: 0.84rem;
	font-weight: 700;
	text-decoration: none !important;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.yhz-site-footer__cta--primary {
	background: #2563eb;
	border: 1px solid #3b82f6;
	color: #fff !important;
	box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
}

.yhz-site-footer__cta--primary:hover,
.yhz-site-footer__cta--primary:focus {
	background: #1d4ed8;
	color: #fff !important;
}

.yhz-site-footer__cta--ghost {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff !important;
}

.yhz-site-footer__cta--ghost:hover,
.yhz-site-footer__cta--ghost:focus {
	background: rgba(255, 255, 255, 0.14);
	color: #fff !important;
}

.yhz-site-footer__nav-title {
	margin: 0 0 0.9rem;
	font-family: "Nunito", system-ui, sans-serif;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.yhz-site-footer__nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.yhz-site-footer__nav-list a {
	font-weight: 500;
	font-size: 0.9rem;
}

.yhz-site-footer__nav:nth-child(3) .yhz-site-footer__nav-list {
	gap: 0.4rem;
}

.yhz-site-footer__strip {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.5rem;
	padding: 0 1.5rem 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 0.25rem;
	padding-top: 1.15rem;
}

.yhz-site-footer__strip a {
	font-size: 0.86rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
}

.yhz-site-footer__strip a:hover,
.yhz-site-footer__strip a:focus {
	color: #fff;
}

.yhz-site-footer__strip-sep {
	color: rgba(255, 255, 255, 0.35);
	user-select: none;
}

.yhz-site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 1.15rem 1.5rem 1.85rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.5rem;
}

.yhz-site-footer__copy,
.yhz-site-footer__note {
	margin: 0;
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.58);
}

.yhz-site-footer__copy a {
	font-weight: 700;
	color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 1100px) {
	.yhz-site-footer__grid {
		grid-template-columns: 1.4fr repeat(2, 1fr);
	}
}

@media (max-width: 720px) {
	.yhz-site-footer__grid {
		grid-template-columns: 1fr 1fr;
		padding-top: 2.25rem;
		gap: 1.5rem 1.25rem;
	}

	.yhz-site-footer__brand {
		grid-column: 1 / -1;
	}

	.yhz-site-footer__strip {
		justify-content: flex-start;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.yhz-site-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

@media (max-width: 480px) {
	.yhz-site-footer__grid {
		grid-template-columns: 1fr;
	}
}
