.isyaka-home {
	background: #fff;
	color: #0a0a0a;
	--isyaka-page-x: clamp(24px, 5.4vw, 88px);
	--isyaka-wide: 1600px;
}

.isyaka-home-hero {
	position: relative;
	display: grid;
	min-height: clamp(620px, 82vh, 880px);
	overflow: hidden;
	background: #0a0a0a;
}

.isyaka-home-hero__media {
	position: absolute;
	inset: 0 var(--isyaka-page-x) clamp(34px, 4vw, 62px);
	background:
		linear-gradient(90deg, rgba(10, 10, 10, 0.62), rgba(10, 10, 10, 0.18)),
		linear-gradient(135deg, #171717, #252525 48%, #101010);
}

.isyaka-home-hero__media::after {
	content: "";
	position: absolute;
	right: clamp(24px, 7vw, 120px);
	bottom: clamp(24px, 6vw, 92px);
	width: clamp(170px, 28vw, 420px);
	height: 14px;
	background: var(--isyaka-accent);
}

.isyaka-home-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(76px, 9vw, 120px) var(--isyaka-page-x);
	text-align: center;
}

.isyaka-home-hero h1 {
	max-width: 1180px;
	margin: 0;
	color: #fff;
	font-size: clamp(58px, 8.2vw, 138px);
	font-weight: 700;
	line-height: 0.94;
}

.isyaka-home-hero__mark {
	display: block;
	width: clamp(108px, 14vw, 220px);
	height: 10px;
	margin-top: 36px;
	background: var(--isyaka-accent);
}

.isyaka-logo-strip {
	border-bottom: 1px solid rgba(10, 10, 10, 0.08);
}

.isyaka-logo-strip__inner {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 0;
	max-width: var(--isyaka-wide);
	margin: 0 auto;
	padding: 32px var(--isyaka-page-x);
}

.isyaka-logo-strip__slot {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 88px;
	padding: 16px 22px;
	border-right: 1px solid rgba(10, 10, 10, 0.08);
	background: linear-gradient(90deg, transparent, rgba(10, 10, 10, 0.035), transparent);
}

.isyaka-logo-strip__slot img {
	display: block;
	width: 100%;
	max-width: 148px;
	max-height: 44px;
	object-fit: contain;
}

.isyaka-logo-strip__slot img.isyaka-brand-logo--nurus,
.isyaka-brand-strip__logos img.isyaka-brand-logo--nurus {
	max-width: 176px;
	max-height: 52px;
}

.isyaka-logo-strip__slot:last-child {
	border-right: 0;
}

.isyaka-services,
.isyaka-references-preview,
.isyaka-why,
.isyaka-faq {
	max-width: 1520px;
	margin: 0 auto;
	max-width: var(--isyaka-wide);
	padding: clamp(94px, 10vw, 154px) var(--isyaka-page-x);
}

.isyaka-section-heading {
	display: grid;
	grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
	gap: clamp(36px, 6vw, 110px);
	align-items: start;
	margin-bottom: clamp(54px, 7vw, 96px);
}

.isyaka-section-heading span {
	color: rgba(10, 10, 10, 0.52);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.isyaka-section-heading h2 {
	max-width: 900px;
	margin: 0;
	font-size: clamp(42px, 5.6vw, 86px);
	font-weight: 700;
	line-height: 0.98;
}

.isyaka-services__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid rgba(10, 10, 10, 0.14);
	border-left: 1px solid rgba(10, 10, 10, 0.14);
}

.isyaka-service-card {
	min-height: 372px;
	padding: clamp(30px, 3.4vw, 54px);
	border-right: 1px solid rgba(10, 10, 10, 0.14);
	border-bottom: 1px solid rgba(10, 10, 10, 0.14);
}

.isyaka-service-card > span {
	display: block;
	margin-bottom: clamp(70px, 7vw, 112px);
	color: var(--isyaka-accent);
	font-size: 14px;
	font-weight: 700;
}

.isyaka-service-card h3 {
	margin: 0 0 18px;
	font-size: clamp(22px, 2vw, 30px);
	font-weight: 700;
	line-height: 1.12;
}

.isyaka-service-card p {
	margin: 0;
	color: rgba(10, 10, 10, 0.62);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.65;
}

.isyaka-services__cta {
	text-align: center;
}

.isyaka-references-preview {
	padding-top: clamp(28px, 3vw, 48px);
}

.isyaka-project-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(28px, 3.2vw, 54px);
}

.isyaka-project-card {
	margin: 0;
	color: #0a0a0a;
	text-decoration: none;
}

.isyaka-project-card__image {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 4 / 3;
	background:
		linear-gradient(135deg, rgba(255, 210, 0, 0.16), transparent 26%),
		linear-gradient(135deg, #eeeeee, #f7f7f7);
}

.isyaka-project-card__image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.isyaka-project-card__meta {
	width: 64%;
	height: 14px;
	margin-top: 22px;
	background: rgba(10, 10, 10, 0.1);
}

.isyaka-project-card h3 {
	margin: 18px 22px 10px;
	font-size: clamp(20px, 1.8vw, 28px);
	font-weight: 700;
	line-height: 1.12;
}

.isyaka-project-card .isyaka-reference-scopes {
	margin: 0 22px 12px;
	color: #555;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
}

.isyaka-project-card .isyaka-reference-scopes span + span::before {
	content: "/";
	margin: 0 10px;
	color: rgba(10, 10, 10, 0.34);
	font-weight: 400;
}

.isyaka-project-card p {
	margin: 0 22px 24px;
	color: rgba(10, 10, 10, 0.62);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
}

.isyaka-references-preview__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	margin-top: clamp(46px, 5.8vw, 86px);
	padding: 0 34px;
	background: var(--isyaka-accent);
	color: #0a0a0a;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.isyaka-why {
	padding-top: clamp(24px, 3vw, 48px);
}

.isyaka-why__body {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
	gap: clamp(42px, 6vw, 112px);
	align-items: stretch;
}

.isyaka-why__image {
	position: relative;
	overflow: hidden;
	min-height: clamp(520px, 48vw, 760px);
	background:
		linear-gradient(135deg, rgba(255, 210, 0, 0.18), transparent 28%),
		linear-gradient(135deg, #eeeeee, #fafafa);
}

.isyaka-why__image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.isyaka-why__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-top: clamp(8px, 2vw, 34px);
}

.isyaka-why__content > p {
	margin: 0 0 clamp(42px, 5vw, 72px);
	color: rgba(10, 10, 10, 0.64);
	font-size: clamp(20px, 1.7vw, 26px);
	font-weight: 500;
	line-height: 1.55;
}

.isyaka-why__list {
	display: flex;
	flex-direction: column;
	border-top: 1px solid rgba(10, 10, 10, 0.12);
}

.isyaka-why__list article {
	padding: 34px 0;
	border-bottom: 1px solid rgba(10, 10, 10, 0.12);
}

.isyaka-why__list h3 {
	margin: 0 0 12px;
	font-size: clamp(22px, 2vw, 30px);
	font-weight: 700;
	line-height: 1.15;
}

.isyaka-why__list p {
	margin: 0;
	color: rgba(10, 10, 10, 0.6);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.62;
}

.isyaka-faq {
	padding-top: clamp(24px, 3vw, 46px);
}

.isyaka-faq__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: clamp(36px, 5vw, 86px);
	border-top: 0;
}

.isyaka-faq__item {
	border-top: 1px solid rgba(10, 10, 10, 0.14);
	border-bottom: 1px solid rgba(10, 10, 10, 0.14);
}

.isyaka-faq__item summary {
	position: relative;
	display: flex;
	gap: 20px;
	padding: 30px 58px 30px 0;
	color: #0a0a0a;
	font-size: clamp(19px, 1.45vw, 25px);
	font-weight: 700;
	line-height: 1.25;
	cursor: pointer;
}

.isyaka-faq__item summary span {
	flex: 0 0 auto;
	color: var(--isyaka-accent);
	font-size: 14px;
	line-height: 1.9;
}

.isyaka-faq__item summary::-webkit-details-marker {
	display: none;
}

.isyaka-faq__item summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 0;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--isyaka-accent);
	color: #0a0a0a;
	font-size: 28px;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
	transform: translateY(-50%);
}

.isyaka-faq__item[open] summary::after {
	content: "-";
	line-height: 32px;
}

.isyaka-faq__item p {
	max-width: 720px;
	margin: -8px 0 30px 46px;
	color: rgba(10, 10, 10, 0.62);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
}

.isyaka-contact-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(32px, 6vw, 100px);
	max-width: var(--isyaka-wide);
	min-height: clamp(260px, 28vw, 420px);
	margin: clamp(22px, 4vw, 64px) auto clamp(82px, 9vw, 124px);
	padding: clamp(54px, 7vw, 96px) var(--isyaka-page-x);
	background: #0a0a0a;
	color: #fff;
}

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

.isyaka-contact-cta h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(48px, 6.8vw, 112px);
	font-weight: 700;
	line-height: 1;
}

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

@media (max-width: 1100px) {
	.isyaka-services__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.isyaka-project-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.isyaka-faq__list {
		grid-template-columns: 1fr;
	}

	.isyaka-why__body {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.isyaka-home {
		--isyaka-page-x: 22px;
	}

	.isyaka-home-hero {
		min-height: 610px;
	}

	.isyaka-home-hero__media {
		inset: 0 0 28px;
	}

	.isyaka-home-hero h1 {
		font-size: clamp(48px, 14vw, 78px);
		line-height: 0.96;
	}

	.isyaka-logo-strip__inner {
		grid-template-columns: repeat(2, 1fr);
		padding: 18px 22px;
	}

	.isyaka-logo-strip__slot {
		min-height: 62px;
		border-bottom: 1px solid rgba(10, 10, 10, 0.08);
	}

	.isyaka-logo-strip__slot:nth-child(2n) {
		border-right: 0;
	}

	.isyaka-section-heading {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-bottom: 38px;
	}

	.isyaka-section-heading h2 {
		font-size: clamp(36px, 12vw, 58px);
		line-height: 1;
	}

	.isyaka-services,
	.isyaka-references-preview,
	.isyaka-why,
	.isyaka-faq {
		padding-top: 72px;
		padding-right: var(--isyaka-page-x);
		padding-left: var(--isyaka-page-x);
		padding-bottom: 72px;
	}

	.isyaka-services__grid,
	.isyaka-project-grid {
		grid-template-columns: 1fr;
	}

	.isyaka-service-card {
		min-height: auto;
		padding: 30px 24px;
	}

	.isyaka-service-card > span {
		margin-bottom: 42px;
	}

	.isyaka-why__image {
		min-height: 360px;
	}

	.isyaka-why__content {
		padding-top: 0;
	}

	.isyaka-why__content > p {
		font-size: 18px;
	}

	.isyaka-faq__item summary {
		padding: 24px 48px 24px 0;
		gap: 14px;
		font-size: 20px;
	}

	.isyaka-faq__item summary::after {
		width: 34px;
		height: 34px;
		font-size: 25px;
		line-height: 31px;
	}

	.isyaka-faq__item p {
		margin-left: 36px;
	}

	.isyaka-contact-cta {
		flex-direction: column;
		align-items: flex-start;
		min-height: 0;
		margin: 0 22px 64px;
		padding: 46px 24px;
	}

	.isyaka-contact-cta h2 {
		font-size: clamp(40px, 13vw, 66px);
	}

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

.isyaka-home-hero {
	min-height: clamp(560px, 76vh, 780px);
}

.isyaka-home-hero__content {
	padding-top: clamp(120px, 13vw, 168px);
}

.isyaka-home-hero h1 {
	max-width: 980px;
	font-size: clamp(46px, 6.2vw, 96px);
	font-weight: 500;
	line-height: 1.02;
}

.isyaka-section-heading {
	margin-bottom: clamp(42px, 5.4vw, 74px);
}

.isyaka-section-heading h2 {
	max-width: 820px;
	font-size: clamp(34px, 4.1vw, 64px);
	font-weight: 500;
	line-height: 1.08;
}

.isyaka-service-card {
	min-height: 316px;
	padding: clamp(28px, 3vw, 44px);
	background: #fff;
}

.isyaka-service-card > span {
	margin-bottom: clamp(44px, 5vw, 78px);
}

.isyaka-service-card h3 {
	font-size: clamp(21px, 1.8vw, 27px);
	font-weight: 500;
	line-height: 1.16;
}

.isyaka-project-grid {
	gap: 2px;
	background: rgba(10, 10, 10, 0.08);
}

.isyaka-project-card {
	background: #fff;
}

.isyaka-project-card__image {
	aspect-ratio: 4 / 3;
}

.isyaka-project-card__meta {
	width: 58%;
	height: 12px;
	margin: 18px 0 24px 22px;
}

.isyaka-contact-cta {
	min-height: clamp(220px, 22vw, 340px);
	padding-top: clamp(46px, 6vw, 78px);
	padding-bottom: clamp(46px, 6vw, 78px);
}

.isyaka-contact-cta h2 {
	font-size: clamp(36px, 4.8vw, 74px);
	font-weight: 500;
	line-height: 1.04;
}

@media (max-width: 760px) {
	.isyaka-home-hero h1 {
		font-size: clamp(38px, 11vw, 60px);
		line-height: 1.06;
	}

	.isyaka-section-heading h2 {
		font-size: clamp(30px, 9vw, 46px);
		line-height: 1.1;
	}

	.isyaka-project-grid {
		gap: 1px;
	}

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

.isyaka-home-hero {
	min-height: clamp(540px, 72vh, 740px);
}

.isyaka-home-hero h1 {
	font-size: clamp(44px, 5.8vw, 88px);
}

.isyaka-services,
.isyaka-references-preview,
.isyaka-why,
.isyaka-faq {
	padding-top: clamp(78px, 8vw, 124px);
	padding-bottom: clamp(78px, 8vw, 124px);
}

.isyaka-services .isyaka-section-heading h2 {
	font-size: clamp(32px, 3.8vw, 58px);
}

.isyaka-references-preview {
	text-align: center;
}

.isyaka-references-preview .isyaka-section-heading,
.isyaka-references-preview .isyaka-project-grid {
	text-align: left;
}

.isyaka-references-preview__button {
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 760px) {
	.isyaka-home-hero {
		min-height: 560px;
	}

	.isyaka-home-hero h1 {
		font-size: clamp(36px, 10vw, 56px);
	}

	.isyaka-services,
	.isyaka-references-preview,
	.isyaka-why,
	.isyaka-faq {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.isyaka-services .isyaka-section-heading h2 {
		font-size: clamp(29px, 8.4vw, 43px);
	}
}

.isyaka-services {
	padding-bottom: clamp(66px, 7vw, 106px);
}

.isyaka-references-preview {
	padding-top: clamp(66px, 7vw, 106px);
	padding-bottom: clamp(66px, 7vw, 106px);
}

.isyaka-brand-strip {
	padding: clamp(46px, 5vw, 74px) var(--isyaka-page-x);
	background: #fff;
}

.isyaka-brand-strip__inner {
	max-width: var(--isyaka-wide);
	margin: 0 auto;
}

.isyaka-brand-strip span {
	display: block;
	margin-bottom: clamp(28px, 4vw, 46px);
	color: rgba(10, 10, 10, 0.52);
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.isyaka-brand-strip__logos {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	align-items: center;
	gap: clamp(28px, 4vw, 58px);
}

.isyaka-brand-strip__logos img {
	display: block;
	width: 100%;
	max-width: 132px;
	max-height: 54px;
	margin: 0 auto;
	object-fit: contain;
	opacity: 0.72;
	filter: grayscale(1);
}

@media (max-width: 760px) {
	.isyaka-brand-strip {
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.isyaka-brand-strip__logos {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 24px;
	}
}

.isyaka-why {
	padding-top: clamp(66px, 7vw, 106px);
}

.isyaka-section-heading--standard {
	align-items: start;
}

.isyaka-section-heading--standard span {
	padding-top: 0.45em;
}

.isyaka-home .isyaka-section-heading {
	display: block;
	text-align: center;
}

.isyaka-home .isyaka-section-heading span {
	display: block;
	padding-top: 0;
	text-align: center;
}

.isyaka-home .isyaka-section-heading span::after {
	content: "";
	display: block;
	width: min(100%, 360px);
	height: 1px;
	margin: 14px auto 18px;
	background: rgba(10, 10, 10, 0.14);
}

.isyaka-home .isyaka-section-heading h2 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

@media (max-width: 760px) {
	.isyaka-logo-strip__inner {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.isyaka-logo-strip__slot {
		min-height: 38px;
	}

	.isyaka-services,
	.isyaka-references-preview,
	.isyaka-why {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.isyaka-service-card {
		height: auto;
		min-height: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.isyaka-section-heading--standard span {
		padding-top: 0;
	}
}
