.why-buy-section {
	position: relative;
	z-index: 2;
	width: 100vw;
	min-height: 920px;
	margin-top: -258px;
	padding: 120px 24px 86px;
	overflow: hidden;
	background: #111114;
}

.why-buy-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr);
	align-items: center;
	gap: clamp(48px, 8vw, 140px);
	width: min(1320px, 100%);
	margin: 0 auto;
}

.why-buy-copy {
	min-width: 0;
}

.why-buy-section h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(2.4rem, 4.2vw, 4.4rem);
	font-weight: 900;
	line-height: 1.04;
}

.why-buy-question {
	display: inline-block;
	transform: translate(3px, 3px);
}

.why-buy-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 74px 86px;
	margin-top: 86px;
}

.why-buy-feature {
	position: relative;
	min-width: 0;
	padding-left: 42px;
}

.why-buy-feature::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #d9e8f7;
	box-shadow: 0 0 18px rgba(20, 136, 252, 0.18);
}

.why-buy-feature::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 7px;
	width: 8px;
	height: 5px;
	border-left: 2px solid #496278;
	border-bottom: 2px solid #496278;
	transform: rotate(-45deg);
}

.why-buy-feature h3 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 1.08rem;
	font-weight: 900;
	line-height: 1.25;
}

.why-buy-feature p {
	margin: 0;
	color: rgba(226, 232, 240, 0.68);
	font-size: 1.08rem;
	line-height: 1.65;
}

.why-buy-feature p + p {
	margin-top: 18px;
}

.why-buy-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 104px;
	color: rgba(130, 146, 170, 0.55);
	font-size: 0.92rem;
	font-weight: 800;
	text-decoration: none;
	transition: color 0.18s ease, transform 0.18s ease;
}

.why-buy-link::after {
	content: "";
	width: 9px;
	height: 9px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.why-buy-link:hover,
.why-buy-link:focus-visible {
	color: #d9e8f7;
	outline: none;
	transform: translateX(2px);
}

.why-buy-art {
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 720px;
	pointer-events: none;
}

.why-buy-art img {
	position: relative;
	z-index: 1;
	width: auto;
	height: 720px;
	max-width: min(440px, 100%);
	object-fit: contain;
	user-select: none;
	-webkit-user-drag: none;
	transform: translateY(-20px);
}

html.is-hero-fhd-resolution .why-buy-section {
	min-height: calc(100vh - 85px);
	margin-top: -300px;
	padding: 92px 24px 34px;
}

html.is-hero-fhd-resolution .why-buy-inner {
	align-items: start;
	gap: clamp(44px, 6vw, 112px);
	width: min(1260px, 100%);
}

html.is-hero-fhd-resolution .why-buy-section h2 {
	font-size: clamp(3.4rem, 4.1vw, 4.9rem);
	line-height: 0.98;
}

html.is-hero-fhd-resolution .why-buy-grid {
	gap: 44px 74px;
	margin-top: 50px;
}

html.is-hero-fhd-resolution .why-buy-feature {
	padding-left: 40px;
}

html.is-hero-fhd-resolution .why-buy-feature h3 {
	margin-bottom: 12px;
	font-size: 1rem;
	line-height: 1.18;
}

html.is-hero-fhd-resolution .why-buy-feature p {
	font-size: 0.95rem;
	line-height: 1.44;
}

html.is-hero-fhd-resolution .why-buy-feature p + p {
	margin-top: 12px;
}

html.is-hero-fhd-resolution .why-buy-link {
	margin-top: 36px;
}

html.is-hero-fhd-resolution .why-buy-art {
	min-height: 618px;
	align-items: end;
}

html.is-hero-fhd-resolution .why-buy-art img {
	height: 618px;
	max-width: min(380px, 100%);
	transform: translateY(-10px);
}

@media (max-width: 980px) {
	.why-buy-section {
		min-height: auto;
		padding: 84px 20px 72px;
	}

	.why-buy-inner {
		grid-template-columns: 1fr;
		gap: 54px;
	}

	.why-buy-grid {
		gap: 38px;
		margin-top: 54px;
	}

	.why-buy-art {
		min-height: 520px;
		align-items: center;
	}

	.why-buy-art img {
		height: 520px;
	}
}

@media (max-width: 920px) {
	.why-buy-section h2 {
		font-size: 2.3rem;
	}

	.why-buy-grid {
		grid-template-columns: 1fr;
	}

	.why-buy-feature {
		padding-left: 36px;
	}

	.why-buy-link {
		margin-top: 54px;
	}

	.why-buy-art {
		display: none;
	}
}
