/**
 * Service Pages — shared styles for mortgage, owner, and management pages.
 * Covers: service hero, steps section, CTA banners, feature sections.
 */

/* === Service Hero === */
.wlre-service-hero {
	background-color: var(--wlre-color-brand-900);
	color: var(--wlre-color-white);
	text-align: center;
	padding: var(--wlre-space-80) var(--wlre-space-20) var(--wlre-space-64);
}
.wlre-service-hero__category {
	font-family: var(--wlre-font-body);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.48;
	letter-spacing: 0;
	margin: 0 0 16px;
	color: var(--wlre-color-white);
}
.wlre-service-hero__heading {
	font-family: var(--wlre-font-heading);
	font-size: 64px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 auto 16px;
	max-width: 700px;
}
.wlre-service-hero__heading span {
	color: var(--wlre-color-accent-500);
}
.wlre-service-hero__subtitle {
	font-family: var(--wlre-font-body);
	font-size: 18px;
	line-height: 1.48;
	color: var(--wlre-color-neutral-200);
	max-width: 560px;
	margin: 0 auto;
}

/* === Steps Section === */
.wlre-steps {
	padding: var(--wlre-space-80) var(--wlre-space-20) var(--wlre-space-40);
	text-align: center;
	background: var(--wlre-color-white);
}
.wlre-steps__heading {
	font-family: var(--wlre-font-heading);
	font-size: 44px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 24px;
	color: var(--wlre-color-text-900);
}
.wlre-steps__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: var(--wlre-space-20);
	max-width: 1240px;
	margin: 0 auto;
}
.wlre-step-card {
	/*
	 * Figma: Sell 6050:133355 / Mortgages "Option #2" pill card.
	 * 72px cream circle + plain numeral, centered copy, navy body.
	 */
	box-sizing: border-box;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	background: var(--wlre-color-white);
	border: 1px solid var(--wlre-color-neutral-400);
	border-radius: var(--wlre-radius-20);
	padding: 32px 20px;
	text-align: center;
	position: relative;
	overflow-wrap: break-word;
}
.wlre-step-card__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 36px;
	background: var(--wlre-color-surface-50);
	font-family: var(--wlre-font-heading);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--wlre-color-text-900);
	margin: 0;
}
.wlre-step-card__title {
	min-width: 0;
	width: 100%;
	max-width: 260px;
	font-family: var(--wlre-font-heading);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--wlre-color-text-900);
	margin: 0;
}
.wlre-step-card__desc {
	min-width: 0;
	width: 100%;
	max-width: 260px;
	padding-top: 4px;
	font-family: var(--wlre-font-body);
	font-size: 14px;
	line-height: 1.48;
	color: var(--wlre-color-text-900);
	margin: 0;
}
.wlre-steps__footer {
	font-family: var(--wlre-font-body);
	font-size: 12px;
	line-height: 1.48;
	color: var(--wlre-color-neutral-400);
	margin-top: 24px;
}

/* === CTA Banner === */
.wlre-cta-banner {
	background-color: var(--wlre-color-brand-900);
	color: var(--wlre-color-white);
	text-align: center;
	padding: 64px 20px;
	border-radius: var(--wlre-radius-xl);
	max-width: 1240px;
	margin: 0 auto;
}
.wlre-cta-banner-section {
	background: var(--wlre-color-surface-50);
	padding: var(--wlre-space-80) var(--wlre-space-100);
}
.wlre-cta-banner--full {
	border-radius: 0;
	max-width: none;
}
.wlre-cta-banner__heading {
	font-family: var(--wlre-font-heading);
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 8px;
}
.wlre-cta-banner__heading span {
	color: var(--wlre-color-accent-500);
}
.wlre-cta-banner__text {
	font-family: var(--wlre-font-body);
	font-size: 16px;
	line-height: 1.48;
	color: var(--wlre-color-neutral-200);
	margin: 0 0 24px;
	max-width: 560px;
	margin-inline: auto;
}
.wlre-cta-banner__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

/* Surroga (Mortgage Transfer) banner — point 039 — dark navy gradient,
 * lowercase accent for "surroga del mutuo" highlight, white CTA button. */
.wlre-cta-banner-section--mortgage-transfer {
	background: var(--wlre-color-white);
	padding-top: var(--wlre-space-40);
}
.wlre-cta-banner--mortgage-transfer {
	/* Figma gradient: 173.5deg, deep navy → teal (teal stop at 286% so it barely bleeds in) */
	background: linear-gradient(173.5deg, var(--wlre-color-brand-900) 36.8%, var(--wlre-color-accent-500) 286.4%);
	border-radius: var(--wlre-radius-xl, 24px);
	padding: var(--wlre-space-64) var(--wlre-space-32);
	min-height: 320px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.wlre-cta-banner--mortgage-transfer .wlre-cta-banner__heading {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
	justify-content: center;
	text-transform: none;
}
.wlre-cta-banner--mortgage-transfer .wlre-cta-banner__heading span {
	color: var(--wlre-color-accent-500);
	text-transform: lowercase;
}
.wlre-cta-banner--mortgage-transfer .wlre-cta-banner__btn {
	background: var(--wlre-color-white);
	color: var(--wlre-color-brand-900);
	border-color: var(--wlre-color-white);
	margin-top: var(--wlre-space-24);
}
.wlre-cta-banner--mortgage-transfer .wlre-cta-banner__btn:hover {
	background: var(--wlre-color-surface-50);
	color: var(--wlre-color-brand-900);
}

/* Partnership section — point 038 (heading + lead, no logos). */
.wlre-mortgage-partnership {
	padding: var(--wlre-space-80) var(--wlre-space-20);
	background: var(--wlre-color-surface-50);
}
.wlre-mortgage-partnership__inner {
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: var(--wlre-space-16);
}
.wlre-mortgage-partnership__title {
	margin: 0;
	font-size: 44px;
	color: var(--wlre-color-text-900);
}
.wlre-mortgage-partnership__lead {
	margin: 0;
	font-size: 18px;
	color: var(--wlre-color-text-900);
}

/* FAQ on mortgage page sits below the cream partnership section — white bg to contrast. */
.wlre-mortgage-partnership + .wlre-faq {
	background: var(--wlre-color-white);
}

/* === Feature Sections (alternating image + text) === */
.wlre-feature-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--wlre-space-48);
	align-items: center;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 var(--wlre-space-20);
}
.wlre-feature-row--reverse {
	direction: rtl;
}
.wlre-feature-row--reverse > * {
	direction: ltr;
}
.wlre-feature-row__image {
	border-radius: var(--wlre-radius-20);
	overflow: hidden;
}
.wlre-feature-row__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16/11;
}
.wlre-feature-row__content {
	box-sizing: border-box;
	min-width: 0;
	padding: 16px 0;
	overflow-wrap: break-word;
}
.wlre-feature-row__title {
	font-family: var(--wlre-font-heading);
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--wlre-color-text-900);
	margin: 0 0 12px;
}
.wlre-feature-row__desc {
	font-family: var(--wlre-font-body);
	font-size: 16px;
	line-height: 1.48;
	color: var(--wlre-color-neutral-600);
	margin: 0 0 16px;
}
.wlre-feature-row__link {
	font-family: var(--wlre-font-body);
	font-weight: 700;
	font-size: 16px;
	color: var(--wlre-color-text-900);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.wlre-feature-row__link:hover {
	color: var(--wlre-color-accent-500);
}
.wlre-feature-row__link svg {
	width: 16px;
	height: 16px;
}

/* === Feature List (checkmark items) === */
.wlre-feature-list {
	box-sizing: border-box;
	min-width: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.wlre-feature-list__item {
	box-sizing: border-box;
	min-width: 0;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-family: var(--wlre-font-body);
	font-size: 16px;
	line-height: 1.48;
	color: var(--wlre-color-neutral-600);
}
.wlre-feature-list__icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	color: var(--wlre-color-accent-500);
	margin-top: 2px;
}

/* === Content Sections === */
.wlre-service-section {
	padding: var(--wlre-space-80) var(--wlre-space-20);
	max-width: 1240px;
	margin: 0 auto;
}
.wlre-service-section__eyebrow {
	color: var(--wlre-color-neutral-600);
	margin: 0 0 12px;
}
.wlre-service-section__heading {
	font-family: var(--wlre-font-heading);
	font-size: 44px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--wlre-color-text-900);
	margin: 0 0 16px;
}
.wlre-service-section__subtitle {
	font-family: var(--wlre-font-body);
	font-size: 16px;
	line-height: 1.48;
	color: var(--wlre-color-neutral-600);
	margin: 0 0 32px;
	max-width: 600px;
}
.wlre-service-section__text {
	font-family: var(--wlre-font-body);
	font-size: 16px;
	line-height: 1.48;
	color: var(--wlre-color-neutral-600);
	margin: 0 0 24px;
}

/* === Banks/Partners Carousel === */
.wlre-partners {
	padding: var(--wlre-space-80) var(--wlre-space-20);
	text-align: center;
	background: var(--wlre-color-surface-50);
}
.wlre-partners__heading {
	font-family: var(--wlre-font-heading);
	font-size: 44px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 var(--wlre-space-24);
	color: var(--wlre-color-text-900);
}
.wlre-partners__logos {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: var(--wlre-space-24);
	flex-wrap: nowrap;
	max-width: 1240px;
	margin: 0 auto;
	overflow-x: auto;
	padding: 0 0 var(--wlre-space-4);
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}
.wlre-partners__logos::-webkit-scrollbar {
	display: none;
}
.wlre-partners__card {
	flex: 0 0 232px;
	width: 232px;
	height: 120px;
	border-radius: var(--wlre-radius-20);
	background: var(--wlre-color-white);
	box-shadow: var(--wlre-shadow-card);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 32px;
	scroll-snap-align: start;
}
.wlre-partners__logo {
	max-width: 100%;
	max-height: 72px;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* === Modifiers === */
.wlre-service-section--centered {
	text-align: center;
}
.wlre-service-section--centered .wlre-service-section__heading,
.wlre-service-section--centered .wlre-service-section__subtitle {
	margin-inline: auto;
}
.wlre-service-section--no-pb {
	padding-bottom: 0;
}
.wlre-feature-row--spaced {
	margin-bottom: 64px;
}

/* === Sell Your Home (Figma 6050:132841) === */
.wlre-selling-guide-intro {
	max-width: none;
	padding-top: var(--wlre-space-40);
	padding-bottom: var(--wlre-space-24);
}

.wlre-selling-guide-intro .wlre-service-section__eyebrow {
	margin-bottom: var(--wlre-space-20);
}

.wlre-selling-guide-intro .wlre-service-section__heading {
	max-width: 620px;
	margin-bottom: var(--wlre-space-24);
}

.wlre-selling-guide-intro .wlre-service-section__subtitle {
	max-width: 620px;
	font-size: 18px;
	margin-bottom: 0;
}

.wlre-feature-row--sell-card {
	box-sizing: border-box;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	width: 960px;
	max-width: calc(100% - 40px);
	min-height: 313px;
	padding: 0;
	margin: 0 auto var(--wlre-space-32);
	overflow: hidden;
	background: var(--wlre-color-white);
	border-radius: var(--wlre-radius-20);
	box-shadow: var(--wlre-shadow-card);
}

.wlre-feature-row--sell-card:last-of-type {
	margin-bottom: var(--wlre-space-80);
}

.wlre-feature-row--sell-card .wlre-feature-row__image {
	align-self: stretch;
	border-radius: 0;
}

.wlre-feature-row--sell-card .wlre-feature-row__image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 313px;
	aspect-ratio: auto;
	object-fit: cover;
}

.wlre-feature-row--sell-card .wlre-feature-row__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: stretch;
	padding: var(--wlre-space-32);
}

/* === Property Management (Figma 6167:211530) === */
.wlre-feature-row.wlre-feature-row--pm {
	box-sizing: border-box;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: start;
	gap: var(--wlre-space-48);
	width: 100%;
	max-width: none;
	margin: 0;
	padding: var(--wlre-space-40) var(--wlre-space-100);
}

.wlre-feature-row.wlre-feature-row--pm-first {
	padding-top: var(--wlre-space-80);
}

.wlre-feature-row.wlre-feature-row--pm-last {
	padding-bottom: var(--wlre-space-80);
}

.wlre-feature-row--pm .wlre-feature-row__image {
	align-self: stretch;
	border-radius: var(--wlre-radius-20);
}

.wlre-feature-row--pm .wlre-feature-row__image img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
}

.wlre-feature-row--pm-first .wlre-feature-row__image {
	height: 418px;
}

.wlre-feature-row--pm:not(.wlre-feature-row--pm-first):not(.wlre-feature-row--pm-last) .wlre-feature-row__image {
	height: 346px;
}

.wlre-feature-row--pm-last .wlre-feature-row__image {
	height: 370px;
}

.wlre-feature-row--pm .wlre-feature-row__content {
	padding: 0;
}

.wlre-feature-row--pm .wlre-service-section__heading,
.wlre-feature-row--pm .wlre-feature-row__title {
	font-size: 44px;
	line-height: 1.2;
	margin: 0 0 var(--wlre-space-24);
}

.wlre-feature-row--pm .wlre-service-section__text,
.wlre-feature-row--pm .wlre-feature-row__desc {
	font-size: 16px;
	line-height: 1.48;
	margin: 0 0 var(--wlre-space-24);
}

.wlre-feature-row--pm .wlre-feature-list {
	gap: var(--wlre-space-24);
}

.wlre-feature-row--pm .wlre-feature-list__item {
	line-height: 24px;
}

.wlre-feature-row--pm .wlre-feature-list__icon {
	margin-top: 0;
}

.wlre-pm-reliable {
	box-sizing: border-box;
	width: 100%;
	min-height: 500px;
	padding: var(--wlre-space-80) 120px;
	text-align: center;
	background: var(--wlre-color-surface-50);
}

.wlre-pm-reliable__heading {
	font-family: var(--wlre-font-heading);
	font-size: 44px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--wlre-color-text-900);
	max-width: 720px;
	margin: 0 auto var(--wlre-space-32);
}

.wlre-pm-reliable__subtitle {
	font-family: var(--wlre-font-body);
	font-size: 18px;
	line-height: 1.48;
	color: var(--wlre-color-text-900);
	max-width: 790px;
	margin: 0 auto var(--wlre-space-32);
}

.wlre-pm-reliable__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--wlre-space-12);
	max-width: 1240px;
	margin: 0 auto;
}

.wlre-pm-reliable__card {
	box-sizing: border-box;
	min-height: 169px;
	padding: var(--wlre-space-24);
	text-align: left;
	background: var(--wlre-color-white);
	border: 1px solid var(--wlre-color-neutral-400);
	border-radius: var(--wlre-radius-20);
}

.wlre-pm-reliable__number {
	font-family: var(--wlre-font-heading);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--wlre-color-neutral-600);
	margin: 0 0 var(--wlre-space-24);
}

.wlre-pm-reliable__title {
	font-family: var(--wlre-font-heading);
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--wlre-color-text-900);
	margin: 0;
}

.wlre-cta-banner-section--pm {
	box-sizing: border-box;
	width: 100%;
	padding: var(--wlre-space-80) var(--wlre-space-100) var(--wlre-space-40);
	background: var(--wlre-color-white);
}

.wlre-cta-banner--pm {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1240px;
	height: 320px;
	padding: var(--wlre-space-48);
	border-radius: var(--wlre-radius-20);
	background: linear-gradient(178deg, var(--wlre-color-brand-900) 36.8%, var(--wlre-color-accent-500) 286.4%);
}

.wlre-cta-banner--pm .wlre-cta-banner__heading {
	font-size: 44px;
	line-height: 1.2;
	margin-bottom: var(--wlre-space-12);
}

.wlre-cta-banner--pm .wlre-cta-banner__heading span {
	display: block;
}

.wlre-cta-banner--pm .wlre-cta-banner__text {
	font-size: 18px;
	margin-bottom: var(--wlre-space-20);
}

.wlre-cta-banner-section--pm + .wlre-faq {
	min-height: 667px;
}

/* === Property Management — Condo page (Figma 6742:98804) === */
.wlre-pm-condo-rows {
	background: var(--wlre-color-surface-50, #faf8f4);
}

.wlre-feature-row.wlre-feature-row--pm-condo {
	box-sizing: border-box;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: var(--wlre-space-48);
	width: 100%;
	max-width: 1440px;
	margin-inline: auto;
	padding: var(--wlre-space-40) var(--wlre-space-100);
}

.wlre-feature-row--pm-condo-first {
	padding-top: var(--wlre-space-80);
}

.wlre-feature-row--pm-condo-last {
	padding-bottom: var(--wlre-space-80);
}

.wlre-feature-row--pm-condo .wlre-feature-row__image {
	border-radius: 32px;
	overflow: hidden;
	align-self: stretch;
}

.wlre-feature-row--pm-condo .wlre-feature-row__image img {
	display: block;
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.wlre-feature-row--pm-condo .wlre-feature-row__content {
	padding: 0;
}

.wlre-feature-row--pm-condo .wlre-feature-row__title {
	font-family: var(--wlre-font-heading);
	font-size: 44px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--wlre-color-text-900);
	margin: 0 0 12px;
}

.wlre-feature-row--pm-condo .wlre-feature-row__desc {
	font-family: var(--wlre-font-body);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.48;
	color: var(--wlre-color-text-900);
	margin: 0 0 24px;
}

/* Detailed bullet list — teal checkbox icon + bold title + desc */
.wlre-feature-list--detailed {
	gap: 16px;
}

.wlre-feature-list--detailed .wlre-feature-list__item {
	align-items: flex-start;
	gap: 8px;
}

.wlre-feature-list--detailed .wlre-feature-list__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	margin-top: 2px;
	background: rgba(0, 141, 132, 0.2);
	border: none;
	border-radius: 4px;
	color: var(--wlre-color-teal-700, #008d84);
	box-sizing: border-box;
	padding: 5px;
}

.wlre-feature-list--detailed .wlre-feature-list__icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.wlre-feature-list__item-body {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.wlre-feature-list__item-title {
	font-family: var(--wlre-font-body);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.48;
	color: var(--wlre-color-text-900);
}

.wlre-feature-list__item-desc {
	font-family: var(--wlre-font-body);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.48;
	color: var(--wlre-color-text-900);
}

/* Contact bar wrapper — max-width + padding matching pm feature rows; no bg */
.wlre-pm-contact-bar-wrap {
	max-width: 1440px;
	margin-inline: auto;
	padding: var(--wlre-space-48) var(--wlre-space-100);
}

/* PM condo FAQ — white background to contrast the cream rows above */
.wlre-pm-contact-bar-wrap + .wlre-faq,
.wlre-pm-condo-rows + .wlre-faq {
	background: var(--wlre-color-white);
}

/* === Placeholder image (used before real assets) === */
.wlre-placeholder-image {
	background: var(--wlre-color-neutral-200);
	aspect-ratio: 16/11;
	border-radius: var(--wlre-radius-20);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--wlre-color-neutral-400);
	font-size: 14px;
}

/* === Responsive === */
@media (max-width: 1023px) {
	.wlre-sell-panel {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wlre-sell-card__image img {
		height: 260px;
	}
}

/* Sell-your-home mobile overrides moved to bottom of file — see the
 * @media block after the base .wlre-sell-* rules. Putting them here was
 * source-order-overridden by the desktop base rules defined further down. */

@media (max-width: 767px) {
	.wlre-service-hero {
		padding: var(--wlre-space-40) var(--wlre-space-16);
	}
	.wlre-service-hero__heading {
		font-size: 40px;
	}
	.wlre-service-hero__subtitle {
		font-size: 16px;
	}
	.wlre-steps__heading,
	.wlre-service-section__heading,
	.wlre-cta-banner__heading,
	.wlre-partners__heading {
		font-size: 28px;
	}

	/* Mortgage-transfer CTA banner — Figma 6087:74901 mobile spec */
	.wlre-cta-banner-section--mortgage-transfer {
		padding: 20px 16px 40px;
	}
	.wlre-cta-banner--mortgage-transfer {
		padding: 48px 16px;
		border-radius: 20px;
	}
	.wlre-cta-banner--mortgage-transfer .wlre-cta-banner__heading {
		font-size: 32px;
		display: block;
		text-wrap: auto;
		max-width: 300px;
	}

	/* Partnership section — Figma 6087:74932 mobile spec */
	.wlre-mortgage-partnership {
		padding: 40px 16px;
	}
	.wlre-mortgage-partnership__title {
		font-size: 32px;
	}
	.wlre-mortgage-partnership__lead {
		font-size: 16px;
	}
	.wlre-feature-row {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.wlre-feature-row--reverse {
		direction: ltr;
	}
	.wlre-partners__card {
		flex-basis: 184px;
		width: 184px;
		height: 96px;
		padding: 20px 24px;
	}

	.wlre-feature-row__link {
		min-height: var(--wlre-tap-target);
		padding-block: var(--wlre-space-8);
	}

	.wlre-feature-row.wlre-feature-row--pm,
	.wlre-feature-row.wlre-feature-row--pm-first,
	.wlre-feature-row.wlre-feature-row--pm-last {
		grid-template-columns: 1fr;
		gap: var(--wlre-space-24);
		padding: var(--wlre-space-48) var(--wlre-space-20);
	}

	.wlre-feature-row--pm .wlre-feature-row__image,
	.wlre-feature-row--pm-first .wlre-feature-row__image,
	.wlre-feature-row--pm-last .wlre-feature-row__image {
		height: auto;
	}

	.wlre-feature-row--pm .wlre-feature-row__image img {
		aspect-ratio: 16 / 11;
	}

	.wlre-feature-row--pm .wlre-service-section__heading,
	.wlre-feature-row--pm .wlre-feature-row__title {
		font-size: 28px;
	}

	.wlre-feature-row.wlre-feature-row--pm-condo,
	.wlre-feature-row.wlre-feature-row--pm-condo-first,
	.wlre-feature-row.wlre-feature-row--pm-condo-last {
		grid-template-columns: 1fr;
		gap: var(--wlre-space-24);
		padding: var(--wlre-space-40) var(--wlre-space-20);
	}

	.wlre-feature-row.wlre-feature-row--pm-condo-last {
		padding-bottom: var(--wlre-space-20);
	}

	.wlre-feature-row--pm-condo .wlre-feature-row__image img {
		height: auto;
		aspect-ratio: 16 / 11;
	}

	.wlre-feature-row--pm-condo .wlre-feature-row__title {
		font-size: 28px;
	}

	.wlre-feature-row--pm-condo .wlre-feature-row__desc {
		font-size: 16px;
	}

	.wlre-pm-reliable {
		min-height: auto;
		padding: var(--wlre-space-64) var(--wlre-space-20);
	}

	.wlre-pm-reliable__heading {
		font-size: 28px;
	}

	.wlre-pm-reliable__grid {
		grid-template-columns: 1fr;
	}

	.wlre-cta-banner-section--pm {
		padding: var(--wlre-space-48) var(--wlre-space-20);
	}

	.wlre-cta-banner--pm {
		height: auto;
		min-height: 280px;
		padding: var(--wlre-space-40) var(--wlre-space-20);
	}

	.wlre-cta-banner--pm .wlre-cta-banner__heading {
		font-size: 28px;
	}

	.wlre-cta-banner-section--pm + .wlre-faq {
		min-height: 0;
	}
}
@media (min-width: 768px) {
	.wlre-service-hero {
		padding: var(--wlre-space-80) var(--wlre-space-40);
	}
	.wlre-steps,
	.wlre-service-section {
		padding: var(--wlre-space-80) var(--wlre-space-40);
	}
	.wlre-steps {
		padding-bottom: var(--wlre-space-40);
	}
	.wlre-partners {
		padding-inline: var(--wlre-space-40);
	}
}
@media (min-width: 1024px) {
	.wlre-service-hero {
		padding: var(--wlre-space-80) var(--wlre-space-100);
	}
	.wlre-steps,
	.wlre-service-section {
		padding: var(--wlre-space-80) var(--wlre-space-100);
	}
	.wlre-steps {
		padding-bottom: var(--wlre-space-40);
	}
	.wlre-steps__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		column-gap: 31px;
		align-items: stretch;
	}
	.wlre-step-card:not(:last-child)::after {
		/*
		 * 31px dashed horizontal connector between cards — Figma Sell
		 * 6050:133355 "Vector" between each pair. Sits at the vertical
		 * midpoint of the card so it aligns with the copy, not the pill.
		 */
		content: "";
		position: absolute;
		top: 50%;
		right: -31px;
		width: 31px;
		height: 0;
		border-top: 1px dashed var(--wlre-color-neutral-400);
		transform: translateY(-50%);
		pointer-events: none;
	}
	.wlre-feature-row {
		padding: 0 var(--wlre-space-100);
	}
	.wlre-partners {
		padding-inline: var(--wlre-space-100);
	}
	.wlre-partners__logos {
		justify-content: center;
	}

	.wlre-selling-guide-intro {
		padding: var(--wlre-space-40) var(--wlre-space-100) var(--wlre-space-24);
	}
}

/* === Sell Your Home — tab redesign (Figma 6743:100335 / 6743:210208) === */
.wlre-sell-tab-section {
	background: var(--wlre-color-white);
	padding-block: var(--wlre-space-80);
}

.wlre-sell-tab-section__inner {
	max-width: 1440px;
	margin-inline: auto;
	padding-inline: var(--wlre-space-20);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--wlre-space-24);
}

@media (min-width: 768px) {
	.wlre-sell-tab-section__inner {
		padding-inline: var(--wlre-space-40);
	}
}

@media (min-width: 1024px) {
	.wlre-sell-tab-section__inner {
		padding-inline: var(--wlre-space-100);
	}
}

/* Centered intro block */
.wlre-sell-tab-intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: var(--wlre-space-12);
	max-width: 620px;
}

.wlre-sell-tab-intro__eyebrow {
	margin: 0;
	color: var(--wlre-color-text-900);
	font-family: var(--wlre-font-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

.wlre-sell-tab-intro__heading {
	font-family: var(--wlre-font-heading);
	font-size: 44px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--wlre-color-text-900);
	margin: 0;
}

.wlre-sell-tab-intro__subtitle {
	font-family: var(--wlre-font-body);
	font-size: 18px;
	line-height: 1.48;
	color: var(--wlre-color-text-900);
	margin: 0;
}

/* Wrapper that positions tabs above the card container — mirrors .wlre-services__shell */
.wlre-sell-cards-wrapper {
	position: relative;
	width: 100%;
	padding-top: 40px;
}

/* Tab chips — same technique as homepage, but centered instead of left */
.wlre-sell-tabs {
	position: absolute;
	z-index: 2;
	top: 1px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	gap: 2px;
	height: 40px;
	padding: 12px;
	overflow: visible;
	background: #f5f5f5;
	border: 0.5px solid var(--wlre-color-neutral-300, #d0d0d0);
	border-bottom: 0;
	border-radius: 32px 32px 0 0;
	white-space: nowrap;
}

.wlre-sell-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	height: 56px;
	border: none;
	border-radius: 32px;
	background: transparent;
	color: var(--wlre-color-text-900);
	font-family: var(--wlre-font-body);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.48;
	cursor: pointer;
	transition: background-color 0.18s ease, border-color 0.18s ease;
}

.wlre-sell-tab.is-active,
.wlre-sell-tab[aria-selected="true"] {
	border: 2.333px solid var(--wlre-color-teal-700, #008d84);
	background: #f3faf4;
}

.wlre-sell-tab:focus-visible {
	outline: 2px solid var(--wlre-color-accent-500);
	outline-offset: 2px;
}

/* Grey card container */
.wlre-sell-cards-container {
	padding: 48px 24px 24px;
	background: #f5f5f5;
	border: 0.5px solid var(--wlre-color-neutral-300, #d0d0d0);
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	gap: var(--wlre-space-24);
}

.wlre-sell-cards-subtitle {
	font-family: var(--wlre-font-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.48;
	color: var(--wlre-color-text-900);
	margin: 0;
	text-align: center;
	grid-column: 1 / -1;
}

/* Tab panels */
.wlre-sell-panel {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.wlre-sell-panel[hidden] {
	display: none;
}

/* Service card */
.wlre-sell-card {
	display: flex;
	flex-direction: column;
	gap: var(--wlre-space-16);
	background: transparent;
}

.wlre-sell-card__image {
	border-radius: 20px;
	overflow: hidden;
}

.wlre-sell-card__image img {
	display: block;
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.wlre-sell-card__body {
	display: flex;
	flex-direction: column;
	gap: var(--wlre-space-16);
}

.wlre-sell-card__title {
	font-family: var(--wlre-font-heading);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--wlre-color-text-900);
	margin: 0;
}

.wlre-sell-card__desc {
	font-family: var(--wlre-font-body);
	font-size: 16px;
	line-height: 1.48;
	color: var(--wlre-color-text-900);
	margin: 0;
}

/* Contact bar (Figma 7420:109538) */
.wlre-sell-contact-bar {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: var(--wlre-space-48);
	margin-bottom: var(--wlre-space-24);
}

.wlre-sell-contact-bar__text {
	flex-shrink: 0;
	font-family: var(--wlre-font-body);
	font-size: 18px;
	line-height: 1.48;
	color: var(--wlre-color-text-900);
	margin: 0;
}

.wlre-sell-contact-bar__text strong {
	font-weight: 700;
}

.wlre-sell-contact-bar__text span {
	font-weight: 400;
}

.wlre-sell-contact-bar__actions {
	display: flex;
	gap: 12px;
	flex: 1;
	justify-content: flex-end;
}

.wlre-sell-contact-bar__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex: 0 0 220px;
	height: 52px;
	padding: 16px;
	border: 1px solid var(--wlre-color-text-900);
	border-radius: var(--wlre-radius-sm, 8px);
	text-decoration: none;
	color: var(--wlre-color-text-900);
	font-family: var(--wlre-font-body);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.48;
	white-space: nowrap;
	overflow: hidden;
	transition: background 0.15s ease, color 0.15s ease;
}

.wlre-sell-contact-bar__btn:hover {
	background: var(--wlre-color-text-900);
	color: var(--wlre-color-white);
}

.wlre-sell-contact-bar__btn svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

/* === Sell Your Home — mobile (Figma 6743:210775) ======================
 * This block MUST live after the base sell-* rules above so it overrides
 * them in the cascade — the earlier responsive block (~line 811) is too
 * far up the file and got beaten by the base 4-column grid below it. */
@media (max-width: 767px) {
	.wlre-sell-tab-section {
		padding-block: var(--wlre-space-40);
	}

	.wlre-sell-tab-section__inner {
		padding: 0 var(--wlre-space-16);
		gap: var(--wlre-space-20);
	}

	.wlre-sell-tab-intro {
		gap: var(--wlre-space-12);
	}

	.wlre-sell-tab-intro__eyebrow {
		font-size: 14px;
		font-weight: 600;
	}

	.wlre-sell-tab-intro__heading {
		font-size: 32px;
	}

	.wlre-sell-tab-intro__subtitle {
		font-size: 16px;
	}

	/* Match the home page services pattern (Figma 6093:...). Tab notch sits
	 * top-left and the panel's top-left corner is sharp where the notch covers
	 * it — same technique as .wlre-services__tabs + .wlre-services__panel. */
	.wlre-sell-cards-wrapper {
		padding-top: var(--wlre-space-40);
	}

	.wlre-sell-tabs {
		top: 1px;
		left: 0;
		max-width: 100%;
		transform: none; /* override desktop's translateX(-50%) — anchor at left */
		gap: 2px;
		height: 40px;
		padding: 12px;
		border-radius: 32px 32px 0 0;
	}

	.wlre-sell-tab {
		height: 52px;
		padding: 12px 20px;
		font-size: 14px;
	}

	.wlre-sell-cards-container {
		padding: 44px var(--wlre-space-16) var(--wlre-space-24);
		border-radius: 0 var(--wlre-radius-20) var(--wlre-radius-20) var(--wlre-radius-20);
		gap: var(--wlre-space-20);
	}

	.wlre-sell-panel {
		grid-template-columns: 1fr;
		gap: var(--wlre-space-20);
	}

	.wlre-sell-card__image {
		border-radius: var(--wlre-radius-lg);
	}

	.wlre-sell-card__image img {
		height: 220px;
	}

	.wlre-sell-card__title {
		font-size: 20px;
	}

	.wlre-sell-card__desc {
		font-size: 14px;
	}

	.wlre-pm-contact-bar-wrap {
		padding: var(--wlre-space-12) var(--wlre-space-20);
	}

	.wlre-sell-contact-bar {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	.wlre-sell-contact-bar__text {
		font-size: 16px;
		text-align: center;
	}

	.wlre-sell-contact-bar__actions {
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
	}

	.wlre-sell-contact-bar__btn {
		flex: none;
		width: 100%;
		max-width: none;
	}
}

/* === Value Your Home (Figma 6055:9302) === */
.wlre-value-page {
	background: var(--wlre-color-white);
}

.wlre-value-hero {
	background: var(--wlre-color-brand-900);
	color: var(--wlre-color-white);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--wlre-space-32);
	padding: var(--wlre-space-80) var(--wlre-space-20);
}

.wlre-value-hero__intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--wlre-space-16);
	text-align: center;
	max-width: 667px;
}

.wlre-value-hero__eyebrow,
.wlre-value-hero__subtitle {
	font-family: var(--wlre-font-body);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.48;
	margin: 0;
	color: var(--wlre-color-white);
}

.wlre-value-hero__title {
	font-family: var(--wlre-font-heading);
	font-size: clamp(44px, 4.45vw, 64px);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	margin: 0;
	color: var(--wlre-color-white);
}

.wlre-value-hero__title span {
	color: var(--wlre-color-accent-500);
}

.wlre-value-page .wlre-form-card--value {
	box-sizing: border-box;
	width: min(800px, 100%);
	max-width: 800px;
	margin: 0;
	padding: var(--wlre-space-40);
	border-radius: var(--wlre-radius-20);
	box-shadow: none;
	background: var(--wlre-color-white);
	color: var(--wlre-color-text-900);
}

.wlre-value-page .wlre-form-card__heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 var(--wlre-space-32);
}

.wlre-value-page .wlre-form__section-title {
	font-size: 24px;
	line-height: 1.2;
	margin: var(--wlre-space-32) 0 var(--wlre-space-24);
}

.wlre-value-page .wlre-form__section-title:first-of-type {
	margin-top: 0;
}

.wlre-value-page .wlre-form__group {
	margin-bottom: var(--wlre-space-24);
}

.wlre-value-page .wlre-form__group--features {
	margin-bottom: 59px;
}


.wlre-value-page .wlre-form__row {
	gap: var(--wlre-space-24);
	margin-bottom: var(--wlre-space-24);
}

.wlre-value-page .wlre-form__row--personal {
	margin-bottom: var(--wlre-space-32);
}

.wlre-value-page .wlre-form__row .wlre-form__group {
	margin-bottom: 0;
}

.wlre-value-page .wlre-form__label {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: var(--wlre-space-8);
}

.wlre-value-page .wlre-form__group--radio-stack > .wlre-form__label {
	margin-bottom: var(--wlre-space-12);
}

.wlre-value-page .wlre-form__input,
.wlre-value-page .wlre-form__select {
	height: 52px;
	border: 0.5px solid var(--wlre-color-neutral-600);
	border-radius: var(--wlre-radius-sm);
	padding: 14px 24px;
	font-size: 14px;
	line-height: 1.48;
	color: var(--wlre-color-text-900);
}

.wlre-value-page .wlre-form__input::placeholder {
	color: var(--wlre-color-neutral-600);
}

.wlre-value-page .wlre-form__input:focus,
.wlre-value-page .wlre-form__select:focus,
.wlre-value-page .wlre-form__input:focus-visible,
.wlre-value-page .wlre-form__select:focus-visible {
	border-color: var(--wlre-color-accent-500);
	outline: none;
	box-shadow: none;
}

.wlre-value-page .wlre-form__select {
	background-position: right 20px center;
	padding-inline-end: 52px;
}

.wlre-value-page .wlre-form__pills {
	gap: var(--wlre-space-8);
}

.wlre-value-page .wlre-form__pill {
	min-height: 40px;
	border: 0;
	border-radius: 52px;
	padding: 8px 28px;
	background: var(--wlre-color-white);
	box-shadow: inset 0 0 0 1px var(--wlre-color-neutral-400);
	color: var(--wlre-color-text-900);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.48;
}

.wlre-value-page .wlre-form__pill[aria-pressed="true"] {
	background:
		linear-gradient(rgba(129, 216, 208, 0.12), rgba(129, 216, 208, 0.12)),
		var(--wlre-color-white);
	box-shadow: inset 0 0 0 2px var(--wlre-color-teal-700);
	color: var(--wlre-color-text-900);
	font-weight: 700;
}

.wlre-value-page .wlre-form__stepper {
	gap: 4px;
	border: 0;
	border-radius: 0;
	overflow: visible;
}

.wlre-value-page .wlre-form__stepper-btn,
.wlre-value-page .wlre-form__stepper-value {
	height: 52px;
	border: 0.5px solid var(--wlre-color-brand-900);
	border-radius: var(--wlre-radius-sm);
	background: var(--wlre-color-white);
	color: var(--wlre-color-text-900);
}

.wlre-value-page .wlre-form__stepper-btn {
	width: 52px;
	font-size: 20px;
}

.wlre-value-page .wlre-form__stepper-value {
	font-size: 16px;
	font-weight: 400;
	min-width: 0;
}

.wlre-value-page .wlre-form__checkbox {
	align-items: center;
	gap: var(--wlre-space-12);
	margin-bottom: var(--wlre-space-24);
}

.wlre-value-page .wlre-form__checkbox input[type="radio"] {
	width: 24px;
	height: 24px;
	margin: 0;
	flex-shrink: 0;
	accent-color: var(--wlre-color-teal-700);
}

.wlre-value-page .wlre-form__checkbox label {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--wlre-color-text-900);
}

.wlre-value-page .wlre-form__submit {
	width: 338px;
	height: 56px;
	margin-top: var(--wlre-space-8);
	padding: 16px 24px;
	font-size: 16px;
	border-radius: var(--wlre-radius-sm);
}

.wlre-value-page .wlre-form__footer-note {
	font-size: 14px;
	line-height: 1.48;
	color: var(--wlre-color-neutral-600);
	margin: var(--wlre-space-20) auto 0;
	max-width: 538px;
}

.wlre-value-page .wlre-steps--value {
	background: var(--wlre-color-surface-50);
	padding: var(--wlre-space-80) var(--wlre-space-20);
}

.wlre-value-page .wlre-steps--value .wlre-steps__heading {
	margin-bottom: var(--wlre-space-24);
}

.wlre-value-page .wlre-steps--value .wlre-steps__grid {
	max-width: 1240px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--wlre-space-12);
}

.wlre-value-page .wlre-steps--value .wlre-step-card {
	align-items: flex-start;
	gap: 0;
	padding: var(--wlre-space-24);
	text-align: start;
	border: 1px solid var(--wlre-color-neutral-400);
	border-radius: var(--wlre-radius-20);
	background: var(--wlre-color-white);
}

.wlre-value-page .wlre-steps--value .wlre-step-card__title,
.wlre-value-page .wlre-steps--value .wlre-step-card__desc {
	max-width: none;
	padding-top: 0;
}

.wlre-value-page .wlre-steps--value .wlre-step-card::before,
.wlre-value-page .wlre-steps--value .wlre-step-card::after {
	content: none;
}

.wlre-value-page .wlre-steps--value .wlre-step-card__number {
	display: block;
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
	color: var(--wlre-color-neutral-600);
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 var(--wlre-space-24);
	text-align: start;
}

.wlre-value-page .wlre-steps--value .wlre-step-card__title {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: var(--wlre-space-12);
}

.wlre-value-page .wlre-steps--value .wlre-step-card__desc {
	font-size: 16px;
	color: var(--wlre-color-text-900);
}

.wlre-value-page .wlre-steps--value .wlre-steps__footer {
	font-size: 16px;
	color: var(--wlre-color-neutral-600);
	margin: var(--wlre-space-24) 0 0;
}

.wlre-value-page .wlre-faq {
	background: var(--wlre-color-white);
}

@media (min-width: 768px) {
	.wlre-value-hero {
		padding: var(--wlre-space-80) var(--wlre-space-40);
	}
}

@media (min-width: 1024px) {
	.wlre-value-hero {
		padding: var(--wlre-space-80) var(--wlre-space-100);
	}

	.wlre-value-hero__intro {
		min-height: 163px;
	}

	.wlre-value-page .wlre-form__group--desired-price {
		min-height: 113px;
	}

	.wlre-value-page .wlre-steps--value {
		padding-inline: 120px;
	}
}

@media (max-width: 767px) {
	.wlre-value-hero {
		gap: var(--wlre-space-24);
		padding: var(--wlre-space-40) var(--wlre-space-16);
	}

	.wlre-value-hero__eyebrow,
	.wlre-value-hero__subtitle {
		font-size: 16px;
	}

	.wlre-value-hero__title {
		font-size: 40px;
		max-width: calc(100vw - 32px);
	}

	.wlre-value-page .wlre-form-card--value {
		width: 100%;
		padding: var(--wlre-space-32) var(--wlre-space-20);
	}

	.wlre-value-page .wlre-form-card__heading {
		font-size: 22px;
		margin-bottom: var(--wlre-space-32);
	}

	.wlre-value-page .wlre-form__section-title {
		font-size: 20px;
		margin: var(--wlre-space-32) 0 var(--wlre-space-24);
	}

	.wlre-value-page .wlre-form__row,
	.wlre-value-page .wlre-steps--value .wlre-steps__grid {
		grid-template-columns: 1fr;
	}

	.wlre-value-page .wlre-form__pills {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 1px;
		scrollbar-width: none;
	}

	.wlre-value-page .wlre-form__pills::-webkit-scrollbar {
		display: none;
	}

	.wlre-value-page .wlre-form__pill {
		flex: 0 0 auto;
		min-height: 40px;
		padding: 8px 20px;
		font-size: 14px;
		line-height: 1.48;
	}

	.wlre-value-page .wlre-form__group--features {
		margin-bottom: var(--wlre-space-32);
	}

	.wlre-value-page .wlre-form__checkbox {
		margin-bottom: var(--wlre-space-12);
	}

	.wlre-value-page .wlre-form__checkbox:last-child {
		margin-bottom: 0;
	}

	.wlre-value-page .wlre-form__row--personal {
		gap: var(--wlre-space-16);
	}

	.wlre-value-page .wlre-form__footer-note {
		margin-top: var(--wlre-space-12);
	}

	.wlre-value-page .wlre-steps--value {
		padding: var(--wlre-space-40) var(--wlre-space-16);
	}

	.wlre-value-page .wlre-steps--value .wlre-steps__heading {
		font-size: 32px;
		margin-bottom: var(--wlre-space-20);
	}

	.wlre-value-page .wlre-steps--value .wlre-step-card {
		min-height: 176px;
		padding: var(--wlre-space-24);
	}

	.wlre-value-page .wlre-steps--value .wlre-step-card__number {
		font-size: 20px;
	}

	.wlre-value-page .wlre-steps--value .wlre-step-card__title {
		font-size: 22px;
	}

	.wlre-value-page .wlre-steps--value .wlre-step-card__desc {
		font-size: 14px;
	}

	.wlre-value-page .wlre-faq {
		padding: var(--wlre-space-40) var(--wlre-space-16);
	}

	.wlre-value-page .wlre-faq__heading {
		font-size: 32px;
		margin-bottom: var(--wlre-space-20);
	}

	.wlre-value-page .wlre-faq__question {
		font-size: 18px;
	}

	.wlre-value-page .wlre-faq__answer {
		font-size: 14px;
	}

	.wlre-value-page .wlre-newsletter {
		padding: var(--wlre-space-32) 0;
	}

	.wlre-value-page .wlre-newsletter__inner {
		align-items: flex-start;
		gap: var(--wlre-space-24);
		text-align: start;
	}

	.wlre-value-page .wlre-newsletter__heading {
		font-size: 24px;
		margin-bottom: var(--wlre-space-12);
	}

	.wlre-value-page .wlre-newsletter__text {
		font-size: 16px;
	}

	.wlre-value-page .wlre-newsletter__card,
	.wlre-value-page .wlre-newsletter__form {
		width: 100%;
		min-width: 0;
	}

	.wlre-value-page .wlre-newsletter__input {
		height: 52px;
		border: 0.5px solid var(--wlre-color-neutral-600);
	}

	.wlre-value-page .wlre-form__submit {
		width: 100%;
	}
}

/* === Mortgage Transfer + Contact form hero stacks (Figma 6074:33032 / 6050:131200) === */
.wlre-transfer-hero-form,
.wlre-contact-hero-form {
	background: var(--wlre-color-brand-900);
	color: var(--wlre-color-white);
}

.wlre-transfer-hero-form .wlre-service-hero,
.wlre-contact-hero-form .wlre-service-hero {
	box-sizing: border-box;
	padding-top: var(--wlre-space-80);
	padding-bottom: var(--wlre-space-32);
}

.wlre-contact-hero-form .wlre-service-hero {
	padding-bottom: 56px;
}

.wlre-contact-hero-form .wlre-service-hero__subtitle {
	display: none;
}

.wlre-transfer-hero-form .wlre-form-card--overlap,
.wlre-contact-hero-form .wlre-form-card--overlap {
	margin-top: 0;
}

.wlre-transfer-hero-form {
	padding-bottom: var(--wlre-space-80);
}

.wlre-contact-hero-form {
	padding-bottom: var(--wlre-space-80);
}

.wlre-form-card--transfer,
.wlre-form-card--contact {
	box-sizing: border-box;
	box-shadow: none;
}

.wlre-form-card--transfer {
	padding-bottom: 36px;
}

/* Contact-card heading is a single line per Figma 6702:245249 — the prior
 * 344px max-width forced it to wrap to 3 lines, far from the design. Let
 * it span the card's content area; mobile @media below re-allows wrap and
 * shrinks the font for narrower viewports. */
.wlre-form-card--contact .wlre-form-card__heading {
	max-width: none;
	margin-inline: 0;
	white-space: nowrap;
}

.wlre-form-card--contact .wlre-form__group {
	margin-bottom: var(--wlre-space-24);
}

.wlre-form-card--contact .wlre-form__label {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: var(--wlre-space-8);
}

.wlre-form-card--contact .wlre-form__input,
.wlre-form-card--contact .wlre-form__textarea {
	border: 0.5px solid var(--wlre-color-neutral-600);
	border-radius: var(--wlre-radius-sm);
	padding: 14px 24px;
	font-size: 14px;
	line-height: 1.48;
	color: var(--wlre-color-text-900);
}

.wlre-form-card--contact .wlre-form__input {
	height: 52px;
}

.wlre-form-card--contact .wlre-form__textarea {
	height: 120px;
	min-height: 120px;
	resize: none;
}

.wlre-form-card--contact .wlre-form__input--error,
.wlre-form-card--contact .wlre-form__textarea--error,
.wlre-form-card--contact .wlre-form__input[aria-invalid="true"],
.wlre-form-card--contact .wlre-form__textarea[aria-invalid="true"] {
	border: 0.5px solid var(--wlre-color-error-700);
}
.wlre-form-card--contact .wlre-form__input--error:focus,
.wlre-form-card--contact .wlre-form__textarea--error:focus,
.wlre-form-card--contact .wlre-form__input[aria-invalid="true"]:focus,
.wlre-form-card--contact .wlre-form__textarea[aria-invalid="true"]:focus {
	border-color: var(--wlre-color-error-700);
	outline: none;
	box-shadow: none;
}

.wlre-form-card--contact .wlre-form__input::placeholder,
.wlre-form-card--contact .wlre-form__textarea::placeholder {
	color: var(--wlre-color-neutral-600);
}

.wlre-form-card--contact .wlre-form__input:focus,
.wlre-form-card--contact .wlre-form__textarea:focus,
.wlre-form-card--contact .wlre-form__input:focus-visible,
.wlre-form-card--contact .wlre-form__textarea:focus-visible {
	border-color: var(--wlre-color-accent-500);
	outline: none;
	box-shadow: none;
}

.wlre-form-card--transfer .wlre-form-card__heading {
	max-width: 500px;
	margin-inline: auto;
}

/* Form group spacing — 24px between fields per Figma */
.wlre-form-card--transfer .wlre-form__group {
	margin-bottom: var(--wlre-space-24);
}

/* Row within a group — inner groups get no extra bottom margin */
.wlre-form-card--transfer .wlre-form__group .wlre-form__group {
	margin-bottom: 0;
}

/* Field labels — 14px semibold per Figma */
.wlre-form-card--transfer .wlre-form__label {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: var(--wlre-space-8);
}

/* Inputs — 14px placeholder, 0.5px neutral-600 border, 52px height */
.wlre-form-card--transfer .wlre-form__input,
.wlre-form-card--transfer .wlre-form__select {
	border: 0.5px solid var(--wlre-color-neutral-600);
	border-radius: var(--wlre-radius-sm);
	padding: 14px 24px;
	font-size: 14px;
	line-height: 1.48;
	color: var(--wlre-color-text-900);
	min-height: 52px;
}

.wlre-form-card--transfer .wlre-form__input::placeholder {
	color: var(--wlre-color-neutral-600);
}

/* Mortgage type pills — teal active state per Figma */
.wlre-form-card--transfer .wlre-form__pill {
	height: 40px;
	padding: 0 28px;
	border: 0.5px solid var(--wlre-color-neutral-400, #d0d0d0);
	border-radius: 52px;
	font-size: 14px;
	font-weight: 400;
}

.wlre-form-card--transfer .wlre-form__pill[aria-pressed="true"] {
	border: 2px solid var(--wlre-color-teal-700, #008d84);
	background: linear-gradient(0deg, rgba(129, 216, 208, 0.12), rgba(129, 216, 208, 0.12)), var(--wlre-color-white);
	color: var(--wlre-color-text-900);
	font-weight: 700;
}

/* Stepper — segmented layout: three separate rounded pills with gap-4 */
.wlre-form-card--transfer .wlre-form__stepper--term {
	border: none;
	border-radius: 0;
	overflow: visible;
	gap: 4px;
	width: 356px;
	height: 48px;
}

.wlre-form-card--transfer .wlre-form__stepper--term .wlre-form__stepper-btn {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border: 0.5px solid var(--wlre-color-brand-900);
	border-radius: 12px;
	font-size: 18px;
}

.wlre-form-card--transfer .wlre-form__stepper-center {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	height: 48px;
	border: 0.5px solid var(--wlre-color-brand-900);
	border-radius: 12px;
	font-family: var(--wlre-font-body);
	font-size: 16px;
	font-weight: 400;
	color: var(--wlre-color-text-900);
}

.wlre-form-card--transfer .wlre-form__stepper-center .wlre-form__stepper-value {
	flex: 0 0 auto;
	width: 3ch;
	min-width: unset;
	min-height: unset;
	height: auto;
	border: none;
	background: transparent;
	text-align: center;
	padding: 0;
	font-family: var(--wlre-font-body);
	font-size: 16px;
	font-weight: 400;
	color: var(--wlre-color-text-900);
	-moz-appearance: textfield;
	appearance: textfield;
}

.wlre-form-card--transfer .wlre-form__stepper-center .wlre-form__stepper-value::-webkit-outer-spin-button,
.wlre-form-card--transfer .wlre-form__stepper-center .wlre-form__stepper-value::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wlre-form-card--transfer .wlre-form__stepper-center .wlre-form__stepper-value:focus {
	outline: none;
}

/* Submit + note — centered flex column */
.wlre-form-card--transfer .wlre-form__submit-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--wlre-space-20);
	margin-top: var(--wlre-space-24);
}

.wlre-form-card--transfer .wlre-form__submit-wrap .wlre-form__footer-note {
	margin: 0;
	text-align: center;
	color: var(--wlre-color-neutral-600);
	font-size: 14px;
}

.wlre-form-card--transfer .wlre-form__submit,
.wlre-form-card--contact .wlre-form__submit {
	min-height: 56px;
	padding-block: 16px;
	border-radius: var(--wlre-radius-sm);
}

.wlre-form-card--transfer .wlre-form__submit {
	width: 338px;
	max-width: 100%;
	margin-top: 0;
}

.wlre-form-card--contact {
	min-height: 713px;
}

.wlre-form-card--contact .wlre-form__submit {
	margin-top: var(--wlre-space-32);
}

.wlre-transfer-hero-form + .wlre-faq {
	min-height: 0;
	background: var(--wlre-color-white);
}

.wlre-cta-banner-section--contact {
	box-sizing: border-box;
	width: 100%;
	height: 480px;
	padding: var(--wlre-space-80) var(--wlre-space-100);
	background: var(--wlre-color-white);
}

.wlre-cta-banner--contact {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1240px;
	height: 320px;
	padding: var(--wlre-space-48);
	border-radius: var(--wlre-radius-20);
	background:
		linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)),
		url("../images/figma/cta-contact.png") center / cover no-repeat;
}

.wlre-cta-banner--contact .wlre-cta-banner__heading {
	font-size: 44px;
	line-height: 1.2;
	margin-bottom: var(--wlre-space-20);
}

.wlre-cta-banner--contact .wlre-cta-banner__btn {
	padding: 16px var(--wlre-space-24);
	height: 56px;
}

@media (min-width: 1024px) {
	.wlre-transfer-hero-form .wlre-service-hero {
		padding: var(--wlre-space-80) var(--wlre-space-100) 26px;
	}

	.wlre-transfer-hero-form .wlre-service-hero__category {
		margin-bottom: 4px;
	}

	.wlre-transfer-hero-form .wlre-service-hero__heading {
		max-width: 900px;
		margin-bottom: var(--wlre-space-8);
	}

	.wlre-contact-hero-form .wlre-service-hero {
		padding: var(--wlre-space-80) var(--wlre-space-100) 56px;
	}

	.wlre-contact-hero-form .wlre-service-hero__category {
		margin-bottom: var(--wlre-space-8);
	}

	.wlre-contact-hero-form .wlre-service-hero__heading {
		font-size: 64px;
		max-width: none;
		margin-bottom: 5px;
	}

	.wlre-contact-hero-form + .wlre-contact-map + .wlre-faq .wlre-faq__question {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.wlre-transfer-hero-form,
	.wlre-contact-hero-form {
		padding-bottom: var(--wlre-space-48);
	}

	.wlre-transfer-hero-form .wlre-service-hero,
	.wlre-contact-hero-form .wlre-service-hero {
		padding: var(--wlre-space-48) var(--wlre-space-20) var(--wlre-space-24);
	}

	.wlre-contact-hero-form {
		padding-bottom: var(--wlre-space-40);
	}

	.wlre-contact-hero-form .wlre-service-hero {
		padding: var(--wlre-space-40) var(--wlre-space-16) var(--wlre-space-24);
	}

	.wlre-contact-hero-form .wlre-service-hero__category {
		font-size: 16px;
		line-height: 1.48;
		margin-bottom: var(--wlre-space-16);
	}

	.wlre-contact-hero-form .wlre-service-hero__heading {
		/* max-width: 343px; */
		font-size: 40px;
		line-height: 1.2;
		margin-bottom: 0;
	}

	.wlre-transfer-hero-form .wlre-form-card--overlap,
	.wlre-contact-hero-form .wlre-form-card--overlap {
		margin: 0 var(--wlre-space-16);
	}

	.wlre-form-card--transfer,
	.wlre-form-card--contact {
		min-height: 0;
	}

	.wlre-form-card--contact {
		width: calc(100% - 32px);
		min-height: 731px;
		padding: var(--wlre-space-32) var(--wlre-space-20);
		border-radius: var(--wlre-radius-20);
	}

	.wlre-form-card--contact .wlre-form-card__heading {
		max-width: none;
		font-size: 22px;
		line-height: 1.2;
		margin-bottom: var(--wlre-space-32);
		white-space: normal;
	}

	.wlre-form-card--contact .wlre-form__submit {
		width: 100%;
	}

	.wlre-form-card--transfer .wlre-form__stepper--term {
		width: 100%;
	}

	.wlre-form-card--transfer .wlre-form__row {
		gap: var(--wlre-space-24);
	}

	.wlre-form-card--transfer .wlre-form__submit,
	.wlre-form-card--contact .wlre-form__submit {
		margin-top: var(--wlre-space-32);
	}

	.wlre-form-card--contact .wlre-form__toast {
		min-height: 92px;
	}

	.wlre-transfer-hero-form + .wlre-faq,
	.wlre-contact-hero-form + .wlre-contact-map + .wlre-faq {
		min-height: 0;
	}

	.wlre-contact-hero-form + .wlre-contact-map + .wlre-faq {
		box-sizing: border-box;
		min-height: 779px;
		padding: var(--wlre-space-40) var(--wlre-space-16);
	}

	.wlre-contact-hero-form + .wlre-contact-map + .wlre-faq .wlre-faq__inner {
		width: 100%;
		max-width: 343px;
	}

	.wlre-contact-hero-form + .wlre-contact-map + .wlre-faq .wlre-faq__heading {
		font-size: 32px;
		line-height: 1.2;
		margin-bottom: var(--wlre-space-40);
	}

	.wlre-contact-hero-form + .wlre-contact-map + .wlre-faq .wlre-faq__list {
		gap: var(--wlre-space-24);
	}

	.wlre-contact-hero-form + .wlre-contact-map + .wlre-faq .wlre-faq__question {
		min-height: 64px;
		padding: 10px 0;
		font-size: 18px;
		line-height: 1.2;
	}

	.wlre-contact-hero-form + .wlre-contact-map + .wlre-faq .wlre-faq__answer {
		padding-bottom: var(--wlre-space-20);
		font-size: 14px;
		line-height: 1.48;
	}

	.wlre-cta-banner-section--contact {
		height: 510px;
		padding: var(--wlre-space-40) var(--wlre-space-16);
	}

	.wlre-cta-banner--contact {
		height: 430px;
		min-height: 430px;
		padding: 48px var(--wlre-space-20);
		border-radius: 12px;
	}

	.wlre-cta-banner--contact .wlre-cta-banner__heading {
		font-size: 32px;
		line-height: 1.2;
	}
}
