.n3-repair-process {
	--n3-process-accent: #ffb800;
	--n3-process-ink: #07102f;
	--n3-process-text: #31394e;
	width: 100%;
	padding: clamp(32px, 4vw, 58px) 18px 34px;
	background: radial-gradient(circle at 50% 42%, #fff 0, #fff 55%, #f8f9fb 100%);
	color: var(--n3-process-text);
}

.n3-repair-process *,
.n3-repair-process *::before,
.n3-repair-process *::after {
	box-sizing: border-box;
}

.n3-repair-process__header {
	width: min(100%, 980px);
	margin: 0 auto 35px;
	text-align: center;
}

.n3-repair-process__eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-bottom: 15px;
	color: var(--n3-process-accent);
	font-size: clamp(17px, 1.45vw, 22px);
	font-weight: 700;
	line-height: 1.2;
}

.n3-repair-process__eyebrow > i {
	display: block;
	width: 31px;
	height: 2px;
	background: var(--n3-process-accent);
}

.n3-repair-process__eyebrow > span {
	display: inline-flex;
	width: 43px;
	height: 35px;
	margin-right: 3px;
}

.n3-repair-process__eyebrow svg,
.n3-repair-process__eyebrow img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.n3-repair-process__header h2 {
	margin: 0 0 16px;
	color: var(--n3-process-ink);
	font-size: clamp(31px, 3.2vw, 48px);
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.12;
	text-transform: uppercase;
	text-wrap: balance;
}

.n3-repair-process__header p {
	margin: 0;
	color: var(--n3-process-text);
	font-size: clamp(15px, 1.3vw, 18px);
	line-height: 1.55;
}

.n3-repair-process__steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(250px, auto));
	gap: 38px 65px;
	width: min(calc(100% - 80px), var(--n3-section-width, 1340px));
	margin: 0 auto 38px;
}

.n3-repair-process__step {
	position: relative;
	z-index: 1;
	min-width: 0;
	min-height: 252px;
	padding: 25px 23px 22px;
	border: 1px solid #e0e3e8;
	border-radius: 14px;
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 9px 23px rgba(24, 32, 51, .12);
}

.n3-repair-process__step--1 { grid-column: 1; grid-row: 1; }
.n3-repair-process__step--2 { grid-column: 2; grid-row: 1; }
.n3-repair-process__step--3 { grid-column: 3; grid-row: 1; }
.n3-repair-process__step--4 { grid-column: 4; grid-row: 1; }
.n3-repair-process__step--5 { grid-column: 4; grid-row: 2; }
.n3-repair-process__step--6 { grid-column: 3; grid-row: 2; }
.n3-repair-process__step--7 { grid-column: 2; grid-row: 2; }
.n3-repair-process__step--8 { grid-column: 1; grid-row: 2; }

.n3-repair-process__step-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 74px;
	margin-bottom: 15px;
}

.n3-repair-process__step-top > strong {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	border: 1px solid #ffd15d;
	border-radius: 50%;
	background: #fffdf8;
	color: var(--n3-process-accent);
	font-size: 32px;
	font-weight: 700;
}

.n3-repair-process__step-top > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 76px;
	color: var(--n3-process-accent);
}

.n3-repair-process__step-top svg,
.n3-repair-process__step-top img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.n3-repair-process__step h3 {
	margin: 0 0 9px;
	color: var(--n3-process-ink);
	font-size: clamp(17px, 1.35vw, 21px);
	font-weight: 700;
	line-height: 1.25;
}

.n3-repair-process__step p {
	margin: 0;
	color: var(--n3-process-text);
	font-size: clamp(14px, 1.12vw, 16px);
	line-height: 1.55;
}

.n3-repair-process__connector {
	position: absolute;
	top: 50%;
	display: flex;
	width: 52px;
	height: 24px;
	transform: translateY(-50%);
	color: var(--n3-process-accent);
}

.n3-repair-process__connector--right {
	right: -59px;
}

.n3-repair-process__connector--left {
	left: -59px;
}

.n3-repair-process__connector svg {
	display: block;
	width: 100%;
	height: 100%;
}

.n3-repair-process__turn {
	position: absolute;
	top: 125px;
	right: -69px;
	z-index: 0;
	display: block;
	width: 72px;
	height: 311px;
	color: var(--n3-process-accent);
}

.n3-repair-process__turn svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.n3-repair-process__cta {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr) minmax(310px, 400px);
	align-items: center;
	gap: 26px;
	width: min(100%, var(--n3-section-width, 1340px));
	min-height: 156px;
	margin: 0 auto;
	padding: 18px 43px;
	border: 1.5px dashed #f2bd36;
	border-radius: 15px;
	background: linear-gradient(110deg, #fff 0%, #fffef9 62%, #fff9e7 100%);
}

.n3-repair-process__cta-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	padding: 14px;
	border-radius: 50%;
	background: #fff4d5;
	color: var(--n3-process-accent);
}

.n3-repair-process__cta-icon svg,
.n3-repair-process__cta-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.n3-repair-process__cta p {
	margin: 0;
	color: var(--n3-process-ink);
	font-size: clamp(16px, 1.4vw, 20px);
	line-height: 1.55;
}

.n3-repair-process__button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 64px;
	padding: 12px 25px;
	border-radius: 9px;
	background: linear-gradient(135deg, #ffc400, #f5ad00);
	box-shadow: 0 10px 20px rgba(246, 174, 0, .3);
	color: #101318;
	font-size: clamp(15px, 1.3vw, 19px);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}

.n3-repair-process__button:hover,
.n3-repair-process__button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 13px 24px rgba(246, 174, 0, .4);
	color: #101318;
}

.n3-repair-process__button > span {
	display: inline-flex;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
}

.n3-repair-process__button svg,
.n3-repair-process__button img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 1150px) {
	.n3-repair-process__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
		gap: 25px;
		width: min(100%, 850px);
	}

	.n3-repair-process__step {
		grid-column: auto;
		grid-row: auto;
	}

	.n3-repair-process__connector,
	.n3-repair-process__turn {
		display: none;
	}

	.n3-repair-process__cta {
		grid-template-columns: 115px minmax(0, 1fr);
		width: min(100%, 850px);
		padding: 20px 28px;
	}

	.n3-repair-process__cta-icon {
		width: 100px;
		height: 100px;
	}

	.n3-repair-process__button {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	.n3-repair-process {
		padding: 28px 12px 24px;
	}

	.n3-repair-process__header {
		margin-bottom: 25px;
	}

	.n3-repair-process__eyebrow {
		font-size: 16px;
	}

	.n3-repair-process__header h2 {
		font-size: 27px;
	}

	.n3-repair-process__header p {
		font-size: 14px;
	}

	.n3-repair-process__steps {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.n3-repair-process__step {
		min-height: 0;
		padding: 19px;
	}

	.n3-repair-process__step-top {
		min-height: 60px;
		margin-bottom: 12px;
	}

	.n3-repair-process__step-top > strong {
		width: 58px;
		height: 58px;
		font-size: 27px;
	}

	.n3-repair-process__step-top > span {
		width: 66px;
		height: 61px;
	}

	.n3-repair-process__step h3 {
		font-size: 18px;
	}

	.n3-repair-process__step p {
		font-size: 14px;
	}

	.n3-repair-process__cta {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 15px;
		padding: 16px;
	}

	.n3-repair-process__cta-icon {
		width: 68px;
		height: 68px;
		padding: 8px;
	}

	.n3-repair-process__cta p {
		font-size: 14px;
	}

	.n3-repair-process__button {
		min-height: 54px;
		padding: 10px 15px;
		font-size: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.n3-repair-process__button {
		transition: none;
	}
}
