.isyaka-footer {
	background: #fff;
	border-top: 1px solid rgba(10, 10, 10, 0.08);
	color: #0a0a0a;
}

.isyaka-footer__inner {
	display: grid;
	grid-template-columns: 1.35fr 1fr 1fr 1.35fr;
	gap: clamp(34px, 4vw, 72px);
	max-width: 1520px;
	margin: 0 auto;
	padding: clamp(56px, 7vw, 96px) clamp(28px, 5vw, 72px) 46px;
}

.isyaka-footer__brand-col,
.isyaka-footer__links,
.isyaka-footer__newsletter {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.isyaka-footer__logo {
	display: inline-flex;
	align-items: center;
	color: #0a0a0a;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.isyaka-footer__logo img {
	display: block;
	width: auto;
	max-height: 58px;
}

.isyaka-footer__social {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 34px;
	min-height: 34px;
}

.isyaka-footer__social span {
	display: block;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(10, 10, 10, 0.16);
	border-radius: 50%;
}

.isyaka-footer__links {
	gap: 28px;
}

.isyaka-footer__links a {
	color: #0a0a0a;
	text-decoration: none;
}

.isyaka-footer__service-group {
	display: block;
}

.isyaka-footer__links strong {
	display: block;
	margin-bottom: 6px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.isyaka-footer__service-list {
	display: grid;
	gap: 7px;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

.isyaka-footer__service-list a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
}

.isyaka-footer__links span {
	color: rgba(10, 10, 10, 0.56);
	font-size: 14px;
	font-weight: 500;
}

.isyaka-footer__newsletter h2 {
	max-width: 340px;
	margin: 0 0 24px;
	font-size: clamp(24px, 2.3vw, 36px);
	font-weight: 700;
	line-height: 1.15;
}

.isyaka-footer__subscribe {
	display: flex;
	width: 100%;
	max-width: 430px;
	min-height: 54px;
	border: 1px solid rgba(10, 10, 10, 0.14);
	background: #fff;
}

.isyaka-footer__subscribe input {
	min-width: 0;
	flex: 1 1 auto;
	border: 0;
	padding: 0 18px;
	background: transparent;
	color: #0a0a0a;
	font: inherit;
	outline: 0;
}

.isyaka-footer__subscribe button {
	flex: 0 0 auto;
	border: 0;
	padding: 0 22px;
	background: var(--isyaka-accent);
	color: #0a0a0a;
	font-size: 14px;
	font-weight: 700;
	cursor: default;
	white-space: nowrap;
}

.isyaka-footer__bottom {
	max-width: 1520px;
	margin: 0 auto;
	padding: 24px clamp(28px, 5vw, 72px) 34px;
	border-top: 1px solid rgba(10, 10, 10, 0.08);
}

.isyaka-footer__bottom p {
	margin: 0;
	color: rgba(10, 10, 10, 0.58);
	font-size: 14px;
	font-weight: 500;
}

@media (max-width: 900px) {
	.isyaka-footer__inner {
		grid-template-columns: 1fr;
		gap: 34px;
		padding: 48px 22px 34px;
	}

	.isyaka-footer__logo img {
		max-height: 46px;
	}

	.isyaka-footer__social {
		margin-top: 24px;
	}

	.isyaka-footer__links {
		gap: 22px;
	}

	.isyaka-footer__newsletter h2 {
		max-width: 100%;
		font-size: 28px;
	}

	.isyaka-footer__subscribe {
		max-width: none;
	}

	.isyaka-footer__bottom {
		padding: 22px 22px 30px;
	}
}

@media (max-width: 430px) {
	.isyaka-footer__subscribe {
		flex-direction: column;
		border: 0;
		gap: 10px;
	}

	.isyaka-footer__subscribe input,
	.isyaka-footer__subscribe button {
		min-height: 50px;
		border: 1px solid rgba(10, 10, 10, 0.14);
	}
}

.isyaka-social-icons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	line-height: 0;
}

.isyaka-social-icons__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(10, 10, 10, 0.16);
	border-radius: 50%;
	color: #0a0a0a;
	box-sizing: border-box;
	text-decoration: none;
}

.isyaka-social-icons__item svg {
	display: block;
	width: 15px;
	height: 15px;
	fill: currentColor;
}

.isyaka-footer__social span {
	width: 34px;
	height: 34px;
	border-radius: 50%;
}

.isyaka-footer__links small {
	display: block;
	max-width: 260px;
	margin-top: 8px;
	color: rgba(10, 10, 10, 0.58);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
}

.isyaka-reference-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(28px, 5vw, 82px);
	min-height: clamp(220px, 22vw, 340px);
	margin-right: auto;
	margin-left: auto;
	padding: clamp(46px, 6vw, 78px) var(--isyaka-page-x);
	background: #0a0a0a;
	color: #fff;
}

.isyaka-reference-cta span {
	display: block;
	margin-bottom: 10px;
	color: var(--isyaka-accent);
	font-size: 15px;
	font-weight: 700;
}

.isyaka-reference-cta h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(36px, 4.8vw, 74px);
	font-weight: 500;
	line-height: 1.04;
}

.isyaka-reference-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 32px;
	background: var(--isyaka-accent);
	color: #0a0a0a;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

@media (max-width: 760px) {
	.isyaka-reference-cta {
		flex-direction: column;
		align-items: flex-start;
		min-height: 0;
		padding: 42px 24px;
	}

	.isyaka-reference-cta h2 {
		font-size: clamp(34px, 10vw, 52px);
	}

	.isyaka-reference-cta a {
		width: 100%;
		box-sizing: border-box;
	}
}

.isyaka-footer__logo img {
	max-height: 66px;
}

.isyaka-footer__logo {
	font-size: 26px;
}

.isyaka-footer__social {
	gap: 13px;
	min-height: 40px;
	align-items: center;
}

.isyaka-social-icons__item,
.isyaka-footer__social span {
	width: 40px;
	height: 40px;
	border-color: rgba(10, 10, 10, 0.24);
}

.isyaka-social-icons__item svg {
	width: 18px;
	height: 18px;
}

.isyaka-footer__links span,
.isyaka-footer__links small,
.isyaka-footer__bottom p {
	color: rgba(10, 10, 10, 0.68);
}

.isyaka-footer__links small {
	font-size: 15px;
	line-height: 1.62;
}

@media (max-width: 900px) {
	.isyaka-footer__logo img {
		max-height: 52px;
	}
}

.isyaka-whatsapp-button {
	position: fixed;
	right: max(22px, env(safe-area-inset-right));
	bottom: max(22px, env(safe-area-inset-bottom));
	z-index: 80;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 999px;
	background: #25d366;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 18px 42px rgba(10, 10, 10, 0.18);
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.isyaka-whatsapp-button svg {
	width: 30px;
	height: 30px;
	fill: currentColor;
}

.isyaka-whatsapp-button:hover,
.isyaka-whatsapp-button:focus-visible {
	background: #1ebe5d;
	box-shadow: 0 22px 50px rgba(10, 10, 10, 0.24);
	transform: translateY(-2px);
}

.isyaka-whatsapp-button:focus-visible {
	outline: 3px solid rgba(37, 211, 102, 0.32);
	outline-offset: 4px;
}

@media (max-width: 760px) {
	.isyaka-whatsapp-button {
		right: max(16px, env(safe-area-inset-right));
		bottom: max(16px, env(safe-area-inset-bottom));
		width: 50px;
		height: 50px;
	}

	.isyaka-whatsapp-button svg {
		width: 27px;
		height: 27px;
	}
}
