/**
 * LDH visual adaptation for the imported Realtor Partner Programs page.
 */

.realtor-page {
	--ldg-content-max-width: 1440px;
	--ldg-content-padding-x: clamp(1.25rem, 4vw, 4.5rem);
	--home-navy: #050c18;
	background: #050c18;
}

.realtor-page .ldg-shell,
.realtor-page .ldg-shell--section,
.realtor-hero__inner.ldg-shell {
	width: min(calc(100% - (2 * var(--ldg-content-padding-x))), var(--ldg-content-max-width));
	max-width: none;
}

.realtor-page .ldg-shell--section {
	--ldg-content-padding-x: clamp(1.5rem, 4vw, 4.5rem);
}

.realtor-page + .site-footer {
	background: #050c18;
}

body.ldh-realtor-page .site-header-wrap:not(.is-scrolled):not(.is-menu-open) {
	border-bottom-color: transparent;
	background: transparent;
	-webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
}

/* Hero */
.realtor-hero {
	position: relative;
	display: grid;
	grid-template-rows: minmax(0, 1fr);
	min-height: 100svh;
	padding: 0;
	overflow: hidden;
	background: #050c18;
	color: #fff;
}

.realtor-hero::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: radial-gradient(circle at 50% 43%, transparent 0, rgba(5, 12, 24, 0.08) 33%, rgba(5, 12, 24, 0.42) 100%);
	content: "";
	pointer-events: none;
}

.realtor-hero__media,
.realtor-hero__backdrop {
	position: absolute;
	inset: 0;
	clip-path: none;
}

.realtor-hero__media {
	z-index: 0;
	overflow: hidden;
	box-shadow: none;
}

.realtor-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.82) contrast(1.03) brightness(0.76);
	transform: scale(1.015);
}

.realtor-hero__media::after {
	position: absolute;
	inset: 0;
	display: block;
	background:
		linear-gradient(180deg, rgba(5, 12, 24, 0.5) 0%, rgba(5, 12, 24, 0.1) 31%, rgba(5, 12, 24, 0.3) 70%, rgba(5, 12, 24, 0.82) 100%),
		linear-gradient(90deg, rgba(5, 12, 24, 0.26), transparent 28%, transparent 72%, rgba(5, 12, 24, 0.26));
	content: "";
}

.realtor-hero__backdrop {
	z-index: 1;
	opacity: 1;
	border: 0;
	background: radial-gradient(ellipse at center, rgba(5, 12, 24, 0.04) 0%, rgba(5, 12, 24, 0.34) 76%);
	mask-image: none;
	pointer-events: none;
}

.realtor-hero__grain {
	position: absolute;
	z-index: 2;
	inset: 0;
	opacity: 0.1;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
	pointer-events: none;
}

.realtor-hero__inner,
.realtor-hero__inner.ldg-shell {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: minmax(0, 1fr) auto;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.realtor-hero__layout {
	position: relative;
	z-index: 3;
	display: grid;
	grid-column: 1 / -1;
	place-items: center;
	justify-self: stretch;
	width: auto;
	max-width: none;
	margin: 0;
	min-height: 0;
	padding: clamp(9rem, 15vh, 12rem) var(--ldh-gutter) clamp(3.5rem, 7vh, 5rem);
}

.realtor-hero__centerpiece {
	position: relative;
	z-index: 2;
	align-items: center;
	width: min(100%, 76rem);
	max-width: 76rem;
	margin: auto;
	padding: 0;
	text-align: center;
}

.realtor-hero__eyebrow,
.realtor-rewards__eyebrow,
.realtor-why-ldg__eyebrow,
.realtor-program-flow__eyebrow {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	font-family: var(--ldh-body);
	font-size: 0.66rem;
	font-weight: 500;
	letter-spacing: 0.19em;
	line-height: 1.4;
	text-transform: uppercase;
}

.realtor-hero__eyebrow::before,
.realtor-rewards__eyebrow::before,
.realtor-why-ldg__eyebrow::before,
.realtor-program-flow__eyebrow::before {
	flex: 0 0 auto;
	width: 2.75rem;
	height: 1px;
	background: #a6844a;
	content: "";
}

.realtor-hero__eyebrow {
	justify-content: center;
	gap: 0.9rem;
	margin: 0 0 clamp(1.75rem, 3vw, 2.75rem);
	color: #d4bd8d;
	font-size: 0.65rem;
	text-shadow: none;
}

.realtor-hero__eyebrow::before,
.realtor-hero__eyebrow::after {
	width: 2.75rem;
	height: 1px;
	background: currentColor;
	content: "";
}

.realtor-hero__title {
	max-width: 19ch;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.9);
	font-family: var(--ldh-serif);
	font-size: clamp(3.1rem, 4.9vw, 5.75rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.94;
	text-align: center;
	text-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.28);
	text-transform: none;
	text-wrap: balance;
}

.realtor-hero__copy {
	max-width: 48rem;
	margin: clamp(1.75rem, 3.5vh, 2.75rem) auto 0;
	padding: 0;
	border: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(0.94rem, 0.9rem + 0.15vw, 1.06rem);
	line-height: 1.68;
	text-align: center;
}

.realtor-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin: 2rem 0 0;
}

.realtor-page .realtor-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	min-width: 14.5rem;
	min-height: 0;
	padding: 1rem 1.15rem;
	border: 1px solid #a6844a;
	background: #a6844a;
	color: #fff;
	font-size: 0.65rem;
	font-weight: 500;
	letter-spacing: 0.11em;
	line-height: 1.1;
	text-transform: uppercase;
}

.realtor-page .realtor-hero__button--secondary {
	border-color: rgba(255, 255, 255, 0.4);
	background: transparent;
}

.realtor-page .realtor-hero__button::before {
	display: none;
}

.realtor-page .realtor-hero__button:hover,
.realtor-page .realtor-hero__button:focus-visible {
	border-color: #f4f1e9;
	background: #f4f1e9;
	color: #050c18;
	box-shadow: none;
	transform: none;
}

.realtor-page .realtor-hero__button--secondary:hover,
.realtor-page .realtor-hero__button--secondary:focus-visible {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	box-shadow: none;
}

.realtor-hero__trust-band {
	position: relative;
	z-index: 4;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	justify-items: stretch;
	gap: 0;
	width: min(calc(100% - var(--ldh-gutter) - var(--ldh-gutter)), 1440px);
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	border-bottom: 0;
	background: rgba(5, 12, 24, 0.44);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.realtor-hero__trust-item {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	justify-content: start;
	gap: 0.9rem;
	width: auto;
	min-width: 0;
	max-width: none;
	min-height: 5rem;
	padding: 1rem clamp(1rem, 2vw, 2rem);
	border: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	text-align: left;
}

.realtor-hero__trust-item::before {
	display: none;
}

.realtor-hero__trust-item:last-child {
	border-right: 0;
}

.realtor-hero__trust-value,
.realtor-hero__trust-item--primary .realtor-hero__trust-value {
	grid-column: 1;
	margin: 0 0 0.2rem;
	color: #d4bd8d;
	font-family: var(--ldh-serif);
	font-size: clamp(1rem, 1.3vw, 1.25rem);
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1;
	text-transform: none;
}

.realtor-hero__trust-label {
	grid-column: 1;
	max-width: 20ch;
	margin: 0;
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.57rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-align: left;
}

.realtor-hero__disclaimer {
	margin: 1.35rem auto 0;
	max-width: 46rem;
	padding: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.62rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.55;
	text-align: center;
	text-transform: uppercase;
}

/* Rewards */
.realtor-anchor-section--rewards {
	padding: clamp(7rem, 11vw, 11rem) 0 clamp(7.5rem, 12vw, 12rem);
	background:
		radial-gradient(circle at 8% 6%, rgba(166, 132, 74, 0.1), transparent 25rem),
		#050c18;
}

.realtor-rewards {
	grid-template-columns: minmax(17rem, 0.62fr) minmax(0, 1.38fr);
	gap: clamp(4rem, 9vw, 10rem);
}

.realtor-rewards__intro {
	position: sticky;
	top: 8rem;
	gap: 0;
}

.realtor-rewards__eyebrow {
	margin: 0 0 1.5rem;
}

.realtor-rewards__title,
.realtor-why-ldg__title,
.realtor-program-flow__title,
.realtor-registration-section__title {
	font-family: var(--ldh-serif);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.98;
	text-transform: none;
	text-wrap: balance;
}

.realtor-rewards__title {
	max-width: 10ch;
	font-size: clamp(2.9rem, 5.1vw, 5.7rem);
}

.realtor-rewards__copy {
	margin-top: 2rem;
	font-size: clamp(0.98rem, 1.2vw, 1.08rem);
	font-weight: 300;
	line-height: 1.78;
}

.realtor-rewards__button {
	margin-top: 2.25rem;
}

.realtor-rewards__steps {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.realtor-rewards-step {
	--tier-surface: rgba(255, 255, 255, 0.025);
	position: relative;
	display: grid;
	grid-template-columns: clamp(4.25rem, 7vw, 6rem) minmax(0, 1fr);
	align-items: stretch;
	gap: clamp(1rem, 2.5vw, 2.25rem);
	min-height: 8.25rem;
	padding: 0 clamp(1.25rem, 2.5vw, 2.5rem) 0 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: var(--tier-surface);
	transition: background 350ms ease, transform 350ms cubic-bezier(.2, .7, .2, 1);
}

.realtor-rewards-step:nth-child(2) { --tier-surface: rgba(255, 255, 255, 0.04); }
.realtor-rewards-step:nth-child(3) { --tier-surface: rgba(166, 132, 74, 0.07); }
.realtor-rewards-step:nth-child(4) { --tier-surface: rgba(166, 132, 74, 0.1); }
.realtor-rewards-step:nth-child(5) { --tier-surface: rgba(166, 132, 74, 0.14); }
.realtor-rewards-step:nth-child(6) {
	--tier-surface: rgba(166, 132, 74, 0.2);
	box-shadow: inset 3px 0 0 #a6844a;
}

.realtor-rewards-step:last-child { border-bottom: 0; }

.realtor-rewards-step:hover {
	background: rgba(166, 132, 74, 0.24);
	transform: translateX(0.35rem);
}

.realtor-rewards__steps .realtor-rewards-step.ldg-reveal.is-visible:hover {
	transform: translateX(0.35rem);
}

.realtor-rewards-step::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	background: #a6844a;
	content: "";
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 400ms cubic-bezier(.2, .7, .2, 1);
}

.realtor-rewards-step:hover::after {
	transform: scaleY(1);
}

.realtor-rewards-step__rail {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.realtor-rewards__steps .realtor-rewards-step.ldg-reveal::before {
	display: none;
}

.realtor-rewards-step__rail::after {
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: -50%;
	left: 50%;
	width: 1px;
	background: linear-gradient(180deg, #a6844a, rgba(166, 132, 74, 0.26));
	content: "";
	transform: translateX(-50%);
}

.realtor-rewards-step:last-child .realtor-rewards-step__rail::after {
	display: none;
}

.realtor-rewards-step__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border: 1px solid rgba(166, 132, 74, 0.72);
	border-radius: 50%;
	background: #081321;
	box-shadow: 0 0 0 0.45rem rgba(5, 12, 24, 0.94);
	color: #d4bd8d;
	font-family: var(--ldh-body);
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.realtor-rewards-step:nth-child(3) .realtor-rewards-step__number,
.realtor-rewards-step:nth-child(4) .realtor-rewards-step__number {
	background: #705a35;
	color: #fff;
}

.realtor-rewards-step:nth-child(5) .realtor-rewards-step__number,
.realtor-rewards-step:nth-child(6) .realtor-rewards-step__number {
	border-color: #d4bd8d;
	background: #a6844a;
	box-shadow: 0 0 0 0.45rem rgba(5, 12, 24, 0.94), 0 0 2rem rgba(166, 132, 74, 0.2);
	color: #fff;
}

.realtor-rewards-step__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem clamp(1.5rem, 4vw, 4rem);
	padding: 0;
}

.realtor-rewards-step__title {
	max-width: 24ch;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.17em;
	line-height: 1.55;
	text-transform: uppercase;
}

.realtor-rewards-step__reward {
	min-width: 8ch;
	color: #f4f1e9;
	font-family: var(--ldh-serif);
	font-size: clamp(1.65rem, 2.4vw, 2.65rem);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1;
	text-align: right;
}

.realtor-rewards-step:nth-child(n + 5) .realtor-rewards-step__reward {
	color: #d4bd8d;
}

/* Why LDG */
.realtor-why-ldg {
	padding: clamp(4rem, 6vw, 6rem) 0 clamp(7.5rem, 12vw, 12rem);
	background: #f1f2f4;
}

.realtor-why-ldg__inner {
	gap: clamp(4rem, 8vw, 7rem);
}

.realtor-why-ldg__intro {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
	align-items: end;
	column-gap: clamp(3rem, 8vw, 9rem);
	row-gap: clamp(1rem, 2vw, 1.5rem);
	max-width: none;
}

.realtor-why-ldg__eyebrow {
	grid-column: 1 / -1;
	margin-bottom: 0;
}

.realtor-why-ldg__title {
	max-width: 17ch;
	font-size: clamp(2.9rem, 5.1vw, 5.7rem);
}

.realtor-why-ldg__copy {
	padding-top: 2rem;
	border-top: 1px solid rgba(22, 24, 23, 0.18);
	font-size: clamp(0.98rem, 1.2vw, 1.08rem);
	font-weight: 300;
	line-height: 1.78;
}

.realtor-why-ldg__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid rgba(22, 24, 23, 0.18);
	border-left: 1px solid rgba(22, 24, 23, 0.18);
}

.realtor-why-ldg-card {
	gap: 2rem;
	min-height: 21rem;
	padding: clamp(1.75rem, 3vw, 3.25rem);
	border: 0;
	border-right: 1px solid rgba(22, 24, 23, 0.18);
	border-bottom: 1px solid rgba(22, 24, 23, 0.18);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.34);
	box-shadow: none;
}

.realtor-why-ldg-card::before {
	inset: auto 0 0;
	width: auto;
	height: 3px;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 450ms cubic-bezier(.2, .7, .2, 1);
}

.realtor-why-ldg-card:hover::before {
	transform: scaleX(1);
}

.realtor-why-ldg-card__index {
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
	font-size: 0.61rem;
	letter-spacing: 0.18em;
}

.realtor-why-ldg-card__title {
	max-width: 13ch;
	font-family: var(--ldh-serif);
	font-size: clamp(1.65rem, 2.35vw, 2.55rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 1;
}

.realtor-why-ldg-card__copy {
	max-width: 34rem;
	font-size: 0.94rem;
	font-weight: 300;
	line-height: 1.72;
}

.realtor-why-ldg__grid .realtor-why-ldg-card.ldg-reveal.is-visible {
	box-shadow: none;
}

/* Program flow */
.realtor-program-flow {
	padding: clamp(7rem, 11vw, 11rem) 0 clamp(7.5rem, 12vw, 12rem);
	border-top: 1px solid rgba(22, 24, 23, 0.12);
	background: #f1f2f4;
}

.realtor-program-flow__inner {
	grid-template-columns: minmax(18rem, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(4rem, 9vw, 10rem);
}

.realtor-program-flow__sidebar {
	top: 8rem;
	gap: 0;
}

.realtor-program-flow__eyebrow {
	margin-bottom: 1.5rem;
}

.realtor-program-flow__title {
	max-width: 11ch;
	font-size: clamp(2.9rem, 5vw, 5.5rem);
}

.realtor-program-flow__copy {
	margin-top: 2rem;
	font-size: clamp(0.98rem, 1.2vw, 1.08rem);
	font-weight: 300;
	line-height: 1.78;
}

.realtor-program-flow__action {
	margin-top: 2.25rem;
}

.realtor-program-flow__steps {
	gap: 0;
	margin: 0;
	border-top: 1px solid rgba(22, 24, 23, 0.16);
}

.realtor-program-flow-step,
.realtor-program-flow-step--wide {
	display: grid;
	grid-template-columns: minmax(8rem, 0.35fr) minmax(0, 1fr);
	align-items: start;
	gap: clamp(1.5rem, 3vw, 3rem);
	min-height: 0;
	padding: clamp(2rem, 3.5vw, 3.5rem) 1.25rem;
	border: 0;
	border-bottom: 1px solid rgba(22, 24, 23, 0.16);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	opacity: 0.38;
	transform: none;
}

.realtor-program-flow-step::before {
	inset: 0 auto 0 -1.25rem;
	width: 2px;
	height: auto;
	opacity: 0;
	transition: opacity 320ms ease;
}

.realtor-program-flow__steps.has-active-step .realtor-program-flow-step.is-active {
	border-color: rgba(166, 132, 74, 0.38);
	background: rgba(255, 255, 255, 0.62);
	box-shadow: none;
}

.realtor-program-flow__steps.has-active-step .realtor-program-flow-step.is-active::before {
	opacity: 1;
}

.realtor-program-flow-step__pill {
	gap: 0.65rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.realtor-program-flow__steps.has-active-step .realtor-program-flow-step.is-active .realtor-program-flow-step__pill {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.realtor-program-flow-step__number {
	width: 2.5rem;
	height: 2.5rem;
	background: #050c18;
	color: #f4f1e9;
	font-size: 0.68rem;
}

.realtor-program-flow-step__label {
	font-size: 0.62rem;
	letter-spacing: 0.16em;
}

.realtor-program-flow-step__content {
	padding: 0;
}

.realtor-program-flow-step__title {
	font-family: var(--ldh-serif);
	font-size: clamp(1.7rem, 2.5vw, 2.65rem);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1.04;
}

.realtor-program-flow-step__copy {
	max-width: 39rem;
	margin-top: 1rem;
	font-size: 0.94rem;
	font-weight: 300;
	line-height: 1.72;
}

/* Registration */
.realtor-final-form {
	scroll-margin-top: 6rem;
}

.realtor-final-form__copy {
	max-width: 32rem;
	margin: 2.25rem 0 0;
	padding-top: 1.7rem;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.62);
	font-size: clamp(1rem, 0.94rem + 0.2vw, 1.12rem);
	line-height: 1.8;
}

.realtor-final-form__copy > :first-child { margin-top: 0; }
.realtor-final-form__copy > :last-child { margin-bottom: 0; }

@media (max-width: 1180px) {
	.realtor-hero__title {
		max-width: 18ch;
		font-size: clamp(3.15rem, 5vw, 4.9rem);
	}

	.realtor-hero__trust-band {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.realtor-hero__trust-item:nth-child(2) {
		border-right: 0;
	}

	.realtor-hero__trust-item:nth-child(-n + 2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
}

@media (max-width: 1050px) {
	.realtor-page .ldg-shell--section {
		--ldg-content-padding-x: clamp(2rem, 4vw, 3rem);
	}

	.realtor-rewards,
	.realtor-program-flow__inner {
		grid-template-columns: 1fr;
		gap: 4rem;
	}

	.realtor-rewards__intro {
		position: static;
	}

	.realtor-program-flow__sidebar {
		position: static;
		top: auto;
	}

	.realtor-rewards__title,
	.realtor-program-flow__title {
		max-width: 13ch;
	}
}

@media (max-width: 780px) {
	.realtor-page {
		--ldg-content-padding-x: 1.25rem;
	}

	.realtor-page .ldg-shell--section {
		--ldg-content-padding-x: 1.25rem;
	}

	.realtor-hero {
		display: grid;
		grid-template-rows: minmax(0, 1fr);
		min-height: 100svh;
		padding: 0;
	}

	.realtor-hero__media {
		position: absolute;
		inset: 0;
		width: auto;
		height: auto;
		margin: 0;
		clip-path: none;
	}

	.realtor-hero__inner,
	.realtor-hero__inner.ldg-shell {
		padding: 0;
	}

	.realtor-hero__layout {
		place-items: center;
		min-height: 0;
		padding: 8.5rem 1.25rem 2.75rem;
	}

	.realtor-hero__centerpiece {
		align-items: flex-start;
		padding: 0;
		text-align: left;
	}

	.realtor-hero__eyebrow {
		justify-content: flex-start;
		text-align: left;
	}

	.realtor-hero__eyebrow::after {
		display: none;
	}

	.realtor-hero__title {
		max-width: 15ch;
		margin-inline: 0;
		font-size: clamp(2.65rem, 9vw, 4rem);
		text-align: left;
	}

	.realtor-hero__copy {
		margin-inline: 0;
		text-align: left;
	}

	.realtor-hero__actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		justify-content: stretch;
		width: 100%;
	}

	.realtor-hero__button,
	.realtor-rewards__button,
	.realtor-program-flow__button {
		width: 100%;
		min-width: 0;
	}

	.realtor-page .realtor-hero__button {
		position: relative;
		justify-content: center;
		text-align: center;
	}

	.realtor-page .realtor-hero__actions > .realtor-hero__button {
		display: flex;
		justify-self: stretch;
		width: 100%;
		max-width: none;
	}

	.realtor-page .realtor-hero__button > span {
		position: absolute;
		right: 1.15rem;
	}

	.realtor-hero__trust-band {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		margin-top: 0;
	}

	.realtor-hero__trust-item,
	.realtor-hero__trust-item:first-child,
	.realtor-hero__trust-item:nth-child(2),
	.realtor-hero__trust-item:nth-child(-n + 2) {
		min-height: 4.2rem;
		padding: 0.9rem 1rem;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		border-left: 0;
	}

	.realtor-hero__trust-item:nth-child(even) {
		border-right: 0;
	}

	.realtor-hero__trust-item:nth-child(n + 3) {
		border-bottom: 0;
	}

	.realtor-hero__disclaimer {
		margin-inline: 0;
		text-align: left;
	}

	.realtor-anchor-section--rewards,
	.realtor-program-flow {
		padding-block: 5.5rem;
	}

	.realtor-why-ldg {
		padding: 4rem 0 5.5rem;
	}

	.realtor-rewards__steps,
	.realtor-why-ldg__grid,
	.realtor-why-ldg__intro {
		grid-template-columns: 1fr;
	}

	.realtor-rewards-step {
		grid-template-columns: 3.75rem minmax(0, 1fr);
		gap: 0.75rem;
		min-height: 8.5rem;
		padding-right: 1rem;
	}

	.realtor-rewards-step__number {
		width: 2.6rem;
		height: 2.6rem;
		box-shadow: 0 0 0 0.3rem rgba(5, 12, 24, 0.94);
	}

	.realtor-rewards-step:nth-child(5) .realtor-rewards-step__number,
	.realtor-rewards-step:nth-child(6) .realtor-rewards-step__number {
		box-shadow: 0 0 0 0.3rem rgba(5, 12, 24, 0.94), 0 0 1.4rem rgba(166, 132, 74, 0.2);
	}

	.realtor-rewards-step__content {
		grid-template-columns: 1fr;
		align-content: center;
		gap: 0.65rem;
		padding-block: 1.25rem;
	}

	.realtor-rewards-step__title {
		font-size: 0.62rem;
	}

	.realtor-rewards-step__reward {
		min-width: 0;
		font-size: clamp(1.55rem, 7vw, 2.2rem);
		text-align: left;
	}

	.realtor-rewards__steps .realtor-rewards-step.ldg-reveal.is-visible:hover {
		transform: none;
	}

	.realtor-why-ldg__eyebrow {
		margin-bottom: 0;
	}

	.realtor-why-ldg-card {
		min-height: 19rem;
	}

	.realtor-program-flow__steps {
		margin-top: 0;
	}

	.realtor-program-flow-step,
	.realtor-program-flow-step--wide {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		padding-inline: 1rem;
	}

	.realtor-program-flow__steps.has-active-step .realtor-program-flow-step.is-active {
		padding-inline: 1rem;
	}

}

@media (prefers-reduced-motion: reduce) {
	.realtor-hero__image,
	.realtor-rewards-step,
	.realtor-rewards-step::after,
	.realtor-why-ldg-card::before {
		transform: none;
		transition: none;
	}
}
