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

.isyaka-quote__hero,
.isyaka-quote__next {
	max-width: var(--isyaka-wide);
	margin: 0 auto;
	padding-right: var(--isyaka-page-x);
	padding-left: var(--isyaka-page-x);
}

.isyaka-quote__hero {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
	grid-template-areas:
		"intro form"
		"side form";
	gap: clamp(42px, 6vw, 104px);
	padding-top: clamp(72px, 9vw, 132px);
	padding-bottom: clamp(66px, 8vw, 118px);
}

.isyaka-quote__intro {
	grid-area: intro;
}

.isyaka-quote__side {
	grid-area: side;
}

.isyaka-quote__form {
	grid-area: form;
}

.isyaka-quote__eyebrow {
	display: block;
	margin-bottom: 18px;
	color: #555;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.4;
	text-transform: uppercase;
}

.isyaka-quote__intro h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(40px, 5vw, 76px);
	font-weight: 700;
	line-height: 1.02;
}

.isyaka-quote__intro p {
	max-width: 660px;
	margin: 26px 0 0;
	color: rgba(10, 10, 10, 0.66);
	font-size: clamp(18px, 1.35vw, 22px);
	font-weight: 400;
	line-height: 1.65;
}

.isyaka-quote__steps {
	display: grid;
	gap: 0;
	margin-top: clamp(20px, 3vw, 44px);
	border-top: 1px solid rgba(10, 10, 10, 0.12);
}

.isyaka-quote__steps article {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 22px;
	padding: 26px 0;
	border-bottom: 1px solid rgba(10, 10, 10, 0.12);
}

.isyaka-quote__steps span {
	color: var(--isyaka-accent);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

.isyaka-quote__steps h2 {
	margin: 0 0 8px;
	font-size: clamp(20px, 1.5vw, 26px);
	font-weight: 700;
	line-height: 1.18;
}

.isyaka-quote__steps p,
.isyaka-quote__contact p,
.isyaka-quote__next p {
	margin: 0;
	color: rgba(10, 10, 10, 0.64);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
}

.isyaka-quote__contact {
	display: grid;
	gap: 14px;
	margin-top: clamp(30px, 4vw, 56px);
}

.isyaka-quote__contact span {
	display: block;
	margin-bottom: 4px;
	color: #555;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.isyaka-quote__contact a {
	color: #0a0a0a;
	font-weight: 500;
	text-decoration: none;
}

.isyaka-quote__form {
	display: grid;
	gap: 16px;
	align-self: start;
	padding: clamp(28px, 3.2vw, 46px);
	border: 1px solid rgba(10, 10, 10, 0.12);
	background: #fff;
}

.isyaka-quote__form input,
.isyaka-quote__form select,
.isyaka-quote__form textarea {
	width: 100%;
	box-sizing: border-box;
	border: 0;
	border-bottom: 1px solid rgba(10, 10, 10, 0.28);
	border-radius: 0;
	background: #fff;
	color: #0a0a0a;
	font: inherit;
	font-size: 16px;
	line-height: 1.4;
	padding: 16px 0;
}

.isyaka-quote__form textarea {
	min-height: 148px;
	resize: vertical;
}

.isyaka-quote__form input::placeholder,
.isyaka-quote__form textarea::placeholder {
	color: rgba(10, 10, 10, 0.62);
	opacity: 1;
}

.isyaka-quote__form input:focus,
.isyaka-quote__form select:focus,
.isyaka-quote__form textarea:focus {
	border-color: #0a0a0a;
	outline: 0;
}

.isyaka-quote__form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	margin-top: 8px;
	border: 0;
	background: var(--isyaka-accent);
	color: #0a0a0a;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

.isyaka-quote__notice {
	margin: 0;
	padding: 14px 16px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
}

.isyaka-quote__notice.is-success {
	background: rgba(255, 210, 0, 0.24);
}

.isyaka-quote__notice.is-error {
	background: rgba(160, 0, 0, 0.08);
	color: #7a0000;
}

.isyaka-quote__next {
	padding-top: clamp(30px, 4vw, 56px);
	padding-bottom: clamp(54px, 6vw, 88px);
	border-top: 1px solid rgba(10, 10, 10, 0.12);
}

.isyaka-quote__next span {
	display: block;
	margin-bottom: 14px;
	color: #0a0a0a;
	font-size: clamp(24px, 2.4vw, 38px);
	font-weight: 700;
	line-height: 1.14;
}

.isyaka-quote__next p {
	max-width: 820px;
	font-size: clamp(18px, 1.35vw, 22px);
}

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

	.isyaka-quote__hero {
		grid-template-columns: 1fr;
		grid-template-areas:
			"intro"
			"form"
			"side";
		gap: 34px;
		padding-top: 56px;
		padding-bottom: 58px;
	}

	.isyaka-quote__intro h1 {
		font-size: clamp(34px, 10vw, 54px);
		line-height: 1.08;
	}

	.isyaka-quote__intro p {
		font-size: 17px;
	}

	.isyaka-quote__form {
		padding: 24px 20px;
	}

	.isyaka-quote__form button {
		width: 100%;
	}

	.isyaka-quote__steps {
		margin-top: 0;
	}

	.isyaka-quote__steps article {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 16px;
		padding: 22px 0;
	}
}
