/* Publieke homepage — 1:1 uit design-references/home.html, huidige header blijft. */

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

body.home-body {
	background: #F4F3F0;
}

body.home-body .header-default {
	background: #F4F3F0;
}

body.home-body:not(.sell-body):not(.buy-body) .header-default {
	background: transparent;
	position: relative;
	z-index: 3;
}

.home-top {
	position: relative;
	padding-bottom: clamp(66px, 7vw, 100px);
}

.home-top-bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: -100px;
	background-image: url("../images/login-bg.webp");
	background-size: cover;
	background-position: center 30%;
	z-index: 0;
	pointer-events: none;
}

.home-top-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.9) 55%, rgba(255, 255, 255, 0.95) 100%);
}

.home-top > *:not(.home-top-bg) {
	position: relative;
	z-index: 1;
}

.home-main {
	background: #F4F3F0;
	color: #16181C;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

.home-main a {
	color: #1F63F5;
	text-decoration: none;
}

.home-main a:hover {
	color: #1751D6;
}

.home-wrap {
	max-width: 1240px;
	margin: 0 auto;
	padding-left: 34px;
	padding-right: 34px;
}

.home-kicker {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.4px;
	color: #6B6659;
}

/* Pagina-kickers bovenaan — zelfde als /aankopen */
.buy-hero > .home-wrap > .home-kicker,
.sell-hero-inner > .home-kicker,
.ct-hero .home-kicker,
.ov-hero .home-kicker,
.pr-hero .home-kicker,
.wg-hero .home-kicker,
.bid-hero .home-kicker,
.sp-hero .home-kicker,
.vw-hero .home-kicker,
.pv-hero .home-kicker {
	margin: 0 0 clamp(28px, 4vw, 44px);
	text-transform: uppercase;
}

.home-dot {
	color: #1F63F5;
}

.home-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 999px;
	padding: 19px 32px;
	font-family: inherit;
	font-size: 15.5px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	text-decoration: none;
	transition: background .2s ease;
}

.home-btn-dark {
	background: #16181C;
	color: #F4F3F0;
}

.home-main a.home-btn-dark {
	color: #F4F3F0;
}

.home-btn-dark:hover,
.home-main a.home-btn-dark:hover {
	background: #1F63F5;
	color: #F4F3F0;
}

.home-text-btn {
	background: none;
	border: none;
	padding: 0;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	color: #1F63F5;
	cursor: pointer;
}

.home-text-btn:hover {
	color: #1751D6;
}

/* Hero */

.home-hero {
	padding: clamp(48px, 5.5vw, 80px) 0 0;
}

.home-hero-title {
	margin: 0;
	font-family: "Newsreader", Georgia, serif;
	font-size: clamp(48px, 7.4vw, 108px);
	font-weight: 300;
	line-height: 0.94;
	letter-spacing: -0.04em;
	color: #16181C;
}

.home-hero-title em {
	font-style: italic;
	font-weight: 400;
}

.home-hero-lead {
	margin: 28px 0 0;
	max-width: 46ch;
	font-size: 17.5px;
	line-height: 1.65;
	color: #4A4F58;
	text-wrap: pretty;
}

.home-search {
	margin-top: clamp(40px, 5vw, 64px);
	padding-top: 26px;
	border-top: 1px solid #E1DED7;
}

.home-search-row {
	margin-top: 18px;
	display: flex;
	align-items: flex-end;
	gap: 26px;
	flex-wrap: wrap;
}

.home-search-field {
	flex: 1;
	min-width: min(100%, 340px);
	position: relative;
}

.home-search-line {
	border-bottom: 2px solid #16181C;
	padding-bottom: 14px;
	display: flex;
	align-items: baseline;
	gap: 16px;
}

.home-search-line input {
	flex: 1;
	min-width: 0;
	background: none;
	border: none;
	outline: none;
	font-family: "Newsreader", Georgia, serif;
	font-size: clamp(28px, 3.2vw, 42px);
	font-weight: 400;
	letter-spacing: -1.2px;
	color: #16181C;
	padding: 0;
	line-height: 1.15;
}

.home-search-line input::placeholder {
	color: #A9A59C;
}

.home-search-meta {
	flex: none;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #6E6A60;
}

.home-suggest {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 8px;
	z-index: 20;
	background: #FFFFFF;
	border: 1px solid #E1DED7;
	border-radius: 14px;
	box-shadow: 0 30px 60px -32px rgba(22, 24, 28, 0.35);
	overflow: hidden;
}

.home-suggest button {
	display: block;
	width: 100%;
	text-align: left;
	cursor: pointer;
	background: none;
	border: none;
	border-top: 1px solid #EDEAE3;
	padding: 14px 18px;
	font-family: inherit;
}

.home-suggest button:first-child {
	border-top: none;
}

.home-suggest button:hover,
.home-suggest button.is-active {
	background: #F8F7F5;
}

.home-suggest strong {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #16181C;
}

.home-suggest span {
	display: block;
	margin-top: 3px;
	font-size: 13px;
	color: #6B6659;
	font-weight: 400;
}

.home-search-note {
	margin: 16px 0 0;
	font-size: 14.5px;
	color: #6B6659;
}

.home-found-badge {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.4px;
	color: #2E6B4B;
}

.home-found-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #2E9E6B;
	display: inline-block;
}

.home-found-street {
	margin: 14px 0 0;
	font-family: "Newsreader", Georgia, serif;
	font-size: clamp(30px, 3.4vw, 44px);
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -1.4px;
}

.home-found-city {
	margin: 6px 0 0;
	font-size: 15px;
	color: #6B6659;
}

.home-found-lead {
	margin: 28px 0 0;
	padding-top: 22px;
	border-top: 1px solid #E1DED7;
	font-size: 17px;
	line-height: 1.6;
	color: #16181C;
	max-width: 38ch;
}

.home-found-row {
	margin-top: 18px;
	display: flex;
	align-items: flex-end;
	gap: 20px;
	flex-wrap: wrap;
}

.home-found-form > .home-btn {
	margin-top: 18px;
}

.home-found-email {
	flex: 1;
	min-width: min(100%, 260px);
	border-bottom: 2px solid #16181C;
	padding-bottom: 12px;
}

.home-found-email input {
	width: 100%;
	box-sizing: border-box;
	background: none;
	border: none;
	outline: none;
	font-family: "Newsreader", Georgia, serif;
	font-size: clamp(24px, 2.5vw, 32px);
	font-weight: 400;
	letter-spacing: -0.8px;
	color: #16181C;
	padding: 0;
}

.home-found-email input::placeholder {
	color: #A9A59C;
}

.home-found-foot {
	margin-top: 16px;
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
	font-size: 14px;
	color: #6B6659;
}

.home-found-foot p {
	margin: 0;
}

/* Chat */

.home-chat {
	padding: clamp(56px, 6vw, 88px) 0 0;
}

.home-chat-panel {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 28px;
	padding: clamp(30px, 4vw, 56px);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 44px 56px;
	align-items: start;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.7),
		0 22px 56px -28px rgba(22, 24, 28, 0.12);
	-webkit-backdrop-filter: blur(22px) saturate(160%);
	backdrop-filter: blur(22px) saturate(160%);
}

.home-chat-copy {
	position: sticky;
	top: 34px;
}

.home-chat-kicker {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #16181C;
}

.home-chat-title {
	margin: clamp(30px, 12vw, 180px) 0 0;
	font-size: clamp(28px, 3.6vw, 46px);
	font-weight: 700;
	line-height: 1.06;
	letter-spacing: -0.04em;
	max-width: 24ch;
}

.home-chat-lead {
	margin: 18px 0 0;
	max-width: 34ch;
	font-size: 16.5px;
	line-height: 1.65;
	color: #4A4F58;
}

.home-chat-thread {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.home-chat-messages {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.home-chat-messages.is-live .home-msg:not(.is-on):not(.is-typing) {
	display: none;
}

.home-msg {
	display: flex;
	gap: 14px;
	align-items: flex-end;
}

.home-msg.is-on {
	animation: home-msg-in 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-msg.is-client.is-on {
	animation-name: home-msg-in-client;
}

@keyframes home-msg-in {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes home-msg-in-client {
	from {
		opacity: 0;
		transform: translateY(10px) translateX(16px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.home-typing {
	display: flex;
	align-items: center;
	gap: 6px;
	min-height: 24px;
	padding: 4px 2px 2px;
}

.home-typing i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #9A958C;
	animation: home-typing-dot 1.05s ease-in-out infinite;
}

.home-typing i:nth-child(2) {
	animation-delay: 0.16s;
}

.home-typing i:nth-child(3) {
	animation-delay: 0.32s;
}

@keyframes home-typing-dot {
	0%,
	80%,
	100% {
		opacity: 0.28;
		transform: translateY(0);
	}
	40% {
		opacity: 1;
		transform: translateY(-3px);
	}
}

.home-msg.is-agent {
	justify-content: flex-start;
	padding-right: clamp(0px, 6vw, 60px);
}

.home-msg.is-client {
	justify-content: flex-end;
	padding-left: clamp(0px, 6vw, 60px);
}

.home-avatar {
	position: relative;
	width: 52px;
	height: 52px;
	flex: none;
	align-self: flex-end;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.4px;
}

.home-avatar-agent {
	background: #16181C;
	overflow: visible;
}

.home-avatar-agent img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 18%;
	border-radius: 50%;
	display: block;
}

.home-avatar-client {
	background: #DCD8CF;
	color: #4A4F58;
}

.home-avatar-online {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #2E9E6B;
	border: 2px solid #F8F7F5;
}

.home-avatar-agent .home-avatar-online {
	right: 0;
	bottom: 2px;
}

.home-avatar-client .home-avatar-online {
	left: 0;
	bottom: 2px;
}

.home-bubble {
	max-width: 400px;
	padding: 16px 20px;
}

.home-msg.is-agent .home-bubble {
	background: #FFFFFF;
	border: 1px solid #E7E4DD;
	border-radius: 20px 20px 20px 6px;
	box-shadow: 0 18px 36px -30px rgba(22, 24, 28, 0.4);
}

.home-msg.is-client .home-bubble {
	background: #1F63F5;
	border-radius: 20px 20px 6px 20px;
	box-shadow: 0 18px 36px -26px rgba(31, 99, 245, 0.5);
}

.home-bubble-name {
	margin: 0;
	font-size: 12.5px;
	font-weight: 500;
}

.home-msg.is-agent .home-bubble-name {
	color: #6E6A60;
}

.home-msg.is-client .home-bubble-name {
	color: rgba(255, 255, 255, 0.9);
}

.home-bubble-text {
	margin: 6px 0 0;
	font-size: 16.5px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: -0.2px;
	text-wrap: pretty;
}

.home-msg.is-agent .home-bubble-text {
	color: #16181C;
}

.home-msg.is-client .home-bubble-text {
	color: #FFFFFF;
}

.home-chat-composer {
	display: flex;
	align-items: center;
	gap: 12px;
	background: rgba(255, 255, 255, 0.46);
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 999px;
	padding: 8px 8px 8px 22px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.7),
		0 14px 30px -24px rgba(22, 24, 28, 0.22);
	-webkit-backdrop-filter: blur(16px) saturate(160%);
	backdrop-filter: blur(16px) saturate(160%);
}

.home-chat-composer input {
	flex: 1;
	min-width: 0;
	background: none;
	border: none;
	outline: none;
	font-family: inherit;
	font-size: 15.5px;
	color: #16181C;
	padding: 12px 0;
}

.home-chat-composer input::placeholder {
	color: #A9A59C;
}

.home-chat-send {
	flex: none;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #1F63F5;
	color: #FFFFFF;
	border: none;
	font-size: 16px;
	cursor: pointer;
}

.home-chat-send:hover {
	background: #1751D6;
}

.home-chat-note {
	margin: 0;
	font-size: 13px;
	color: #6E6A60;
}

/* Bids */

.home-bids {
	margin-top: 0;
	background: #16181C;
	color: #FFFFFF;
}

.home-bids .home-wrap {
	padding-top: clamp(56px, 6vw, 84px);
	padding-bottom: clamp(56px, 6vw, 84px);
}

.home-bids-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 26px;
	flex-wrap: wrap;
}

.home-bids-head h2 {
	margin: 0;
	font-family: "Newsreader", Georgia, serif;
	font-size: clamp(30px, 4.1vw, 52px);
	font-weight: 300;
	line-height: 1.05;
	letter-spacing: -0.035em;
	white-space: nowrap;
	color: #FFFFFF;
}

.home-bids-head p {
	margin: 0;
	font-size: 16px;
	color: #B6BDC7;
}

.home-bids-grid {
	margin-top: clamp(28px, 3.4vw, 40px);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1px;
	background: #2E323A;
	border: 1px solid #2E323A;
	border-radius: 18px;
	overflow: hidden;
}

.home-bid {
	display: block;
	width: 100%;
	height: 100%;
	padding: 28px;
	text-align: left;
	border: none;
	cursor: pointer;
	background: #16181C;
	font-family: inherit;
}

.home-bid.is-on {
	background: #2E3D5C;
}

.home-bid-label {
	display: block;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 1.4px;
	color: #9BA3AD;
}

.home-bid.is-on .home-bid-label {
	color: #9EBBFF;
}

.home-bid-value {
	display: block;
	margin-top: 14px;
	font-family: "Newsreader", Georgia, serif;
	font-size: clamp(34px, 3.6vw, 46px);
	font-weight: 300;
	letter-spacing: -1.6px;
	color: #FFFFFF;
	font-variant-numeric: tabular-nums;
}

.home-bid-note {
	display: block;
	margin-top: 16px;
	font-size: 15px;
	color: #A8AFB9;
}

.home-bid.is-on .home-bid-note {
	color: #C3D2EE;
}

/* Price */

.home-price {
	padding: clamp(66px, 7vw, 100px) 0 0;
}

.home-price-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 48px 64px;
	align-items: start;
}

.home-kicker--plain {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
}

.home-price-amount {
	margin: 22px 0 0;
	font-family: "Newsreader", Georgia, serif;
	font-size: clamp(39px, 4.5vw, 64px);
	font-weight: 300;
	line-height: 0.9;
	letter-spacing: -0.04em;
	font-variant-numeric: tabular-nums;
}

.home-price-lead {
	margin: 22px 0 0;
	font-size: 17.5px;
	line-height: 1.6;
	color: #16181C;
	max-width: 38ch;
}

.home-price-cta {
	margin-top: 30px;
	padding-top: 24px;
	border-top: 1px solid #E1DED7;
}

.home-price-cta .home-btn {
	padding: 17px 30px;
}

.home-price-list {
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #E1DED7;
}

.home-price-list li {
	padding: 14px 0;
	border-bottom: 1px solid #E1DED7;
	font-size: 16.5px;
	line-height: 1.5;
	color: #16181C;
}

/* Tracked homes */

.home-track {
	padding: clamp(66px, 7vw, 100px) 0 0;
}

.home-track-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.home-track-head h2 {
	margin: 0;
	font-family: "Newsreader", Georgia, serif;
	font-size: clamp(26px, 3.2vw, 40px);
	font-weight: 300;
	line-height: 1.1;
	letter-spacing: -0.035em;
}

.home-track-head p {
	margin: 0;
	font-size: 14.5px;
	color: #6B6659;
}

.home-track-grid {
	margin-top: clamp(26px, 3.4vw, 40px);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	font-family: Manrope, "Plus Jakarta Sans", system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
	--rd-text: #171A1F;
	--rd-text-meta: #8B9198;
	--rd-text-muted: #8B9198;
	--rd-home-bg: rgba(244, 246, 248, 0.82);
	--rd-border-strong: rgba(255, 255, 255, 0.45);
	--rd-shadow-card:
		inset 0 1px 0 rgba(255, 255, 255, 0.32),
		0 8px 28px rgba(25, 30, 38, 0.045);
	--rd-shadow-inset: inset 0 1px 0 rgba(255, 255, 255, 0.32);
	--rd-surface-inset: rgba(218, 223, 228, 0.42);
	--rd-surface-chip: rgba(250, 251, 252, 0.88);
	--rd-accent-icon: oklch(0.5 0.2 263);
	--rd-accent-range: oklch(0.5 0.16 263);
	--rd-pill-success: oklch(0.48 0.1 158);
	--rd-pill-accent: oklch(0.42 0.12 263);
	--rd-pill-muted: #8B9198;
	--rd-success-dot: oklch(0.6 0.15 152);
	--rd-success-icon: oklch(0.56 0.13 155);
}

.home-main a.rd-home,
.home-main a.rd-home:hover {
	color: inherit;
	text-decoration: none;
}

.home-track-grid .rd-icon {
	display: inline-block;
	line-height: 1;
	speak: never;
}

.home-track-grid .rd-home {
	position: relative;
	border-radius: 26px;
	padding: 9px 9px 18px;
	background: var(--rd-home-bg);
	border: 1px solid var(--rd-border-strong);
	box-shadow: var(--rd-shadow-card), var(--rd-shadow-inset);
	display: block;
	color: inherit;
	min-width: 0;
}

.home-track-grid .rd-home-photo {
	position: relative;
	height: 158px;
	border-radius: 19px;
	overflow: hidden;
	background: var(--rd-surface-inset);
	contain: paint;
	display: block;
}

.home-track-grid .rd-home-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.home-track-grid .rd-home-pill {
	position: absolute;
	top: 11px;
	left: 11px;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 6px 11px 6px 8px;
	border-radius: 999px;
	background: var(--rd-surface-chip);
	font-size: 11.5px;
	font-weight: 500;
	pointer-events: none;
}

.home-track-grid .rd-home-pill.is-success { color: var(--rd-pill-success); }
.home-track-grid .rd-home-pill.is-accent { color: var(--rd-pill-accent); }
.home-track-grid .rd-home-pill.is-muted { color: var(--rd-pill-muted); }

.home-track-grid .rd-home-pill i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: block;
	background: currentColor;
}

.home-track-grid .rd-home-body {
	padding: 16px 11px 0;
	min-width: 0;
}

.home-track-grid .rd-home-address {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: var(--rd-text);
}

.home-track-grid .rd-home-meta {
	font-size: 12.5px;
	color: var(--rd-text-meta);
	margin-top: 4px;
	display: flex;
	align-items: baseline;
	min-width: 0;
	white-space: nowrap;
}

.home-track-grid .rd-home-meta-city,
.home-track-grid .rd-home-meta-size,
.home-track-grid .rd-home-meta-sep {
	flex: none;
}

.home-track-grid .rd-home-meta-area {
	min-width: 0;
	flex: 0 1 auto;
	max-width: 40%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home-track-grid .rd-home-price {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-top: 14px;
}

.home-track-grid .rd-home-price strong {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--rd-text);
}

.home-track-grid .rd-home-price span {
	font-size: 11.5px;
	color: var(--rd-text-muted);
}

.home-track-grid .rd-home-range {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 9px;
	font-size: 12px;
	color: var(--rd-accent-range);
}

.home-track-grid .rd-home-range .rd-icon { font-size: 15px; }

.home-track-grid .rd-home-foot {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	padding-top: 10px;
	border-top: 0;
	font-size: 12.5px;
	color: var(--rd-text);
}

.home-track-grid .rd-home-foot .rd-icon {
	font-size: 17px;
	color: var(--rd-accent-icon);
}

.home-track-grid .rd-home-foot.is-success .rd-icon {
	color: var(--rd-success-icon);
}

.home-track-grid .rd-home-foot .ph-arrow-up-right,
.home-track-grid .rd-home-foot.is-success .ph-arrow-up-right {
	margin-left: auto;
	font-size: 15px;
	color: var(--rd-accent-icon);
}

@media (max-width: 1100px) {
	.home-track-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.home-track-grid {
		grid-template-columns: 1fr;
	}
}

/* Bottom CTA */

.home-cta {
	margin-top: clamp(70px, 8vw, 104px);
	border-top: 1px solid #E1DED7;
}

.home-cta .home-wrap {
	padding-top: clamp(60px, 7vw, 88px);
	padding-bottom: clamp(70px, 8vw, 96px);
}

.home-cta h2 {
	margin: 0;
	font-family: "Newsreader", Georgia, serif;
	font-size: clamp(32px, 4.4vw, 60px);
	font-weight: 300;
	line-height: 1.05;
	letter-spacing: -0.035em;
}

.home-cta-row {
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.home-cta-row .home-btn {
	padding: 17px 30px;
}

.home-cta-link {
	font-size: 15px;
	font-weight: 600;
}

@media (max-width: 720px) {
	.buy-hero > .home-wrap > .home-kicker,
	.sell-hero-inner > .home-kicker,
	.ct-hero .home-kicker,
	.ov-hero .home-kicker,
	.pr-hero .home-kicker,
	.wg-hero .home-kicker,
	.bid-hero .home-kicker,
	.sp-hero .home-kicker,
	.vw-hero .home-kicker,
	.pv-hero .home-kicker {
		margin-bottom: 22px;
	}

	.home-top-bg {
		background-position: center 25%;
	}

	.home-top-bg::after {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.96) 100%);
	}

	.home-wrap {
		padding-left: 22px;
		padding-right: 22px;
	}

	.home-search-meta {
		display: none;
	}

	.home-chat-copy {
		position: static;
	}

	.home-bids-head h2 {
		white-space: normal;
	}

	.home-found-form > .home-btn,
	.home-search-row .home-btn,
	.home-found-row .home-btn {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-chat-messages.is-live .home-msg:not(.is-on):not(.is-typing) {
		display: flex;
	}

	.home-msg.is-on,
	.home-msg.is-client.is-on,
	.home-typing i {
		animation: none;
	}
}
