.ahan-buyers-route {
	margin: 0;
	background: #f5f7fa;
	color: var(--ahan-color-text);
	font-family: var(--ahan-font-family);
	overflow-x: hidden;
}

.ahan-buyers-route * {
	box-sizing: border-box;
}

.ahan-buyers-route .ahan-mobile-header,
.ahan-buyers-route .ahan-mobile-bottom-nav {
	display: none;
}

.ahan-buyers-main {
	background: #f5f7fa;
}

.ahan-buyers-container {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.ahan-buyers-intro {
	padding: 48px 0 42px;
	border-bottom: 1px solid rgba(15, 31, 48, 0.08);
	background: #fff;
}

.ahan-buyers-kicker {
	margin: 0 0 10px;
	color: var(--ahan-color-brand-blue);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ahan-buyers-intro h1 {
	max-width: 760px;
	margin: 0;
	color: #17212f;
	font-size: 2.45rem;
	font-weight: 900;
	line-height: 1.12;
}

.ahan-buyers-intro p:not(.ahan-buyers-kicker),
.ahan-buyers-section__copy p,
.ahan-buyers-note p {
	color: var(--ahan-color-text-muted);
	font-size: 1rem;
	line-height: 1.7;
}

.ahan-buyers-intro p:not(.ahan-buyers-kicker) {
	max-width: 780px;
	margin: 18px 0 0;
}

.ahan-buyers-content {
	padding: 10px 0 76px;
}

.ahan-buyers-section {
	display: grid;
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
	gap: 48px;
	padding: 38px 0;
	border-bottom: 1px solid rgba(15, 31, 48, 0.1);
	scroll-margin-top: 112px;
}

.ahan-buyers-section__heading {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.ahan-buyers-section__heading span {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 2px solid var(--ahan-color-brand-blue);
	border-radius: 50%;
	color: var(--ahan-color-brand-blue);
	font-size: 0.92rem;
	font-weight: 900;
}

.ahan-buyers-section__heading h2,
.ahan-buyers-note h2 {
	margin: 0;
	color: #17212f;
	font-size: 1.45rem;
	font-weight: 900;
	line-height: 1.2;
}

.ahan-buyers-section__copy {
	min-width: 0;
}

.ahan-buyers-section__copy p {
	margin: 0 0 14px;
}

.ahan-buyers-section__copy p:last-child,
.ahan-buyers-note p:last-child {
	margin-bottom: 0;
}

.ahan-buyers-note {
	margin-top: 34px;
	padding: 28px 32px;
	border: 1px solid #dde5ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(15, 35, 56, 0.06);
}

.ahan-buyers-note h2 {
	margin-bottom: 12px;
	font-size: 1.35rem;
}

@media (max-width: 900px) {
	.ahan-buyers-route .ahan-desktop-header,
	.ahan-buyers-route .ahan-desktop-footer {
		display: none;
	}

	.ahan-buyers-route .ahan-mobile-header,
	.ahan-buyers-route .ahan-mobile-bottom-nav {
		display: grid;
	}

	.ahan-buyers-main {
		padding-bottom: 76px;
	}

	.ahan-buyers-container {
		width: min(100% - 32px, 720px);
	}

	.ahan-buyers-intro {
		padding: 34px 0 30px;
	}

	.ahan-buyers-intro h1 {
		font-size: 2rem;
	}

	.ahan-buyers-section {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 32px 0;
		scroll-margin-top: 88px;
	}

	.ahan-buyers-note {
		margin-top: 28px;
	}
}

@media (max-width: 620px) {
	.ahan-buyers-route,
	.ahan-buyers-main,
	.ahan-buyers-container,
	.ahan-buyers-intro,
	.ahan-buyers-content,
	.ahan-buyers-section,
	.ahan-buyers-section__heading,
	.ahan-buyers-section__copy,
	.ahan-buyers-section__copy p,
	.ahan-buyers-note,
	.ahan-buyers-note p {
		max-width: 100%;
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.ahan-buyers-container {
		width: 300px;
		max-width: calc(100vw - 48px);
		margin-left: 24px;
		margin-right: 0;
	}

	.ahan-buyers-intro h1 {
		font-size: 1.72rem;
	}

	.ahan-buyers-section__heading {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ahan-buyers-section__heading span {
		width: 40px;
		height: 40px;
	}

	.ahan-buyers-section__heading h2 {
		font-size: 1.28rem;
	}

	.ahan-buyers-section__copy p,
	.ahan-buyers-note p {
		width: 100%;
		max-width: 300px;
		font-size: 0.98rem;
		line-height: 1.66;
	}

	.ahan-buyers-intro h1,
	.ahan-buyers-intro p,
	.ahan-buyers-section__heading h2,
	.ahan-buyers-section__copy p,
	.ahan-buyers-note h2,
	.ahan-buyers-note p {
		white-space: normal !important;
		overflow-wrap: break-word;
	}

	.ahan-buyers-note {
		padding: 22px 18px;
	}
}
