.step3 {
	position: relative;
	overflow: hidden;
	background: #EBEFF3;
	color: #ffffff;
	padding: clamp(72px, 8vw, 124px) 0 clamp(88px, 10vw, 132px);
	min-height: clamp(640px, 78vw, 920px);
}

.step3__background {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.step3__background::before {
	content: '';
	position: absolute;
	inset: 0 0 auto 0;
	height: clamp(220px, 30vw, 360px);
	background: linear-gradient(180deg, #EBEFF3 0%, rgba(235, 239, 243, 0) 100%);
	z-index: 2;
	pointer-events: none;
}

.step3__background-image-wrap,
.step3__background-image {
	width: 100%;
	height: 100%;
}

.step3__background-image-wrap {
	position: absolute;
	inset: 0;
	line-height: 0;
}

.step3__background-image {
	display: block;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.7) contrast(0.95);
}

.step3__background-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, #26364D57 0%, #26364D57 32%, #26364D57 68%, #26364D 100%);
	z-index: 1;
}

.step3__inner {
	position: relative;
	width: min(100%, var(--width));
	margin: 0 auto;
	padding: clamp(138px, 18vw, 210px) var(--frame-padding-inline) 0;
	box-sizing: border-box;
	z-index: 1;
}

.step3__top {
	display: grid;
	grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1.08fr);
	gap: clamp(30px, 3vw, 52px);
	align-items: start;
	position: relative;
	padding-bottom: clamp(20px, 3vw, 36px);
	min-height: clamp(520px, 56vw, 700px);
}

.step3__top::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(46% + 10px);
	width: 1px;
	background: #FFFFFF;
	opacity: 0.18;
}

.step3__column {
	position: relative;
	z-index: 1;
}

.step3__column--left {
	padding-right: clamp(28px, 4vw, 70px);
	display: grid;
	align-content: start;
}

.step3__column--right {
	padding-left: clamp(28px, 4vw, 70px);
	display: grid;
	align-content: start;
	gap: clamp(28px, 3vw, 42px);
}

.step3__number {
	margin: 0 0 8px;
	font-family: var(--font-family-display);
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	color: rgba(255, 255, 255, 0.68);
}

.step3__title {
	margin: 0;
	max-width: 100%;
	font-family: var(--font-family-display);
	font-size: clamp(34px, 3.8vw, 48px);
	font-weight: 300;
	line-height: 0.95;
	text-transform: uppercase;
	letter-spacing: -0.04em;
	color: #ffffff;
}

.step3__intro {
	max-width: 720px;
	font-family: var(--font-family-body-accent);
	font-size: clamp(20px, 2vw, 25px);
	font-weight: 400;
	line-height: 1.32;
	color: rgba(255, 255, 255, 0.94);
}

.step3__intro p,
.step3__tile-description p {
	margin: 0;
}

.step3__tiles {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px 30px;
}

.step3__tile {
	display: grid;
	gap: 12px;
	align-content: start;
	min-height: 100%;
}

.step3__tile-title {
	margin: 0;
	font-family: var(--font-family-display);
	font-size: clamp(30px, 3.2vw, 43px);
	font-weight: 400;
	line-height: 0.98;
	letter-spacing: -0.03em;
	color: #ffffff;
}

.step3__tile-description {
	font-family: var(--font-family-body-accent);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.38;
	color: rgba(255, 255, 255, 0.9);
}

.step3__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.step3__button {
	min-width: 250px;
	min-height: 58px;
}

@media (max-width: 1219px) {
	.step3__top {
		grid-template-columns: 1fr;
		padding-bottom: 0;
		min-height: 0;
	}

	.step3__top::after {
		display: none;
	}

	.step3__column--left,
	.step3__column--right {
		padding-left: 0;
		padding-right: 0;
	}

	.step3__title,
	.step3__intro {
		max-width: 100%;
	}
	}

@media (max-width: 900px) {
	.step3__tiles {
		grid-template-columns: 1fr;
	}
	}

@media (max-width: 767px) {
	.step3 {
		padding-top: 72px;
		padding-bottom: 96px;
		min-height: 0;
	}

	.step3__top::after {
		display: none;
	}

	.step3__background::before {
		height: 180px;
	}

	.step3__inner {
		padding-top: 132px;
	}

	.step3__top,
	.step3__column--right {
		gap: 24px;
	}

	.step3__number {
		font-size: 24px;
	}

	.step3__title {
		max-width: 100%;
		font-size: clamp(28px, 9vw, 38px);
		line-height: 1.02;
		letter-spacing: -0.03em;
		text-wrap: balance;
	}

	.step3__intro {
		font-size: 16px;
		line-height: 1.45;
	}

	.step3__tile-title {
		font-size: clamp(24px, 8vw, 30px);
		line-height: 1.04;
	}

	.step3__tile-description {
		font-size: 16px;
		line-height: 1.5;
	}

	.step3__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.step3__button {
		min-width: 0;
		width: 100%;
	}
	}