/* /woning-verkopen — ontwerp uit design-references, fonts en zijspacing van de homepage. */

.sell-body,
.sell-main {
	background: #F4F3F0;
}

.sell--thanks .buy-hero {
	padding-bottom: clamp(88px, 13vw, 170px);
}

.sell-hero .home-wrap {
	padding-top: clamp(40px, 6vw, 80px);
}

.sell-hero.buy-hero {
	padding-bottom: clamp(48px, 6vw, 72px);
}

.sell-hero-inner {
	max-width: 840px;
}

.sell-thanks-note {
	margin: 44px 0 0;
	padding-top: 28px;
	max-width: 620px;
	border-top: 1px solid #E1DED7;
	font-size: 17px;
	line-height: 1.65;
	color: #4A4F58;
}

.sell-form {
	margin-top: 76px;
	display: flex;
	flex-direction: column;
	width: fit-content;
	max-width: 100%;
}

.sell-form-fields {
	display: grid;
	grid-template-columns: minmax(220px, 400px) max-content;
	column-gap: 40px;
	align-items: end;
	width: max-content;
	max-width: 100%;
}

.sell-form-address {
	grid-column: 1 / -1;
	width: 0;
	min-width: 100%;
}

.sell-form .home-kicker {
	display: block;
	text-transform: uppercase;
}

.sell-line {
	width: 100%;
	box-sizing: border-box;
	margin-top: 14px;
	padding: 0 0 13px;
	border: 0;
	border-bottom: 1px solid #C9C5BC;
	border-radius: 0;
	background: transparent;
	outline: none;
	font-family: "Newsreader", Georgia, serif;
	font-size: clamp(25px, 2.8vw, 30px);
	font-weight: 300;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: #16181C;
}

.sell-line--main {
	margin-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1.5px solid #16181C;
	font-size: clamp(29px, 3.6vw, 44px);
	letter-spacing: -0.035em;
}

.sell-line--ui {
	margin-top: 0;
	padding-bottom: 11px;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
}

.sell-line::placeholder {
	color: #A9A59C;
	opacity: 1;
}

.sell-line:focus {
	border-bottom-color: #1F63F5;
}

.sell-form-row {
	display: contents;
}

.sell-form-phone,
.sell-form-row .home-btn {
	margin-top: 44px;
}

.sell-form-row .home-btn {
	white-space: nowrap;
}

.sell-micro {
	margin: 28px 0 0;
	font-size: 14px;
	line-height: 1.6;
	color: #6B6659;
}

.sell-error {
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 1.5;
	color: #9B2C2C;
}

.sell-optional-toggle {
	margin-top: 22px;
	align-self: flex-start;
	border: 0;
	background: transparent;
	padding: 0;
	font-family: inherit;
	font-size: 14px;
	color: #6B6659;
	text-decoration: underline;
	text-underline-offset: 4px;
	cursor: pointer;
}

.sell-optional-toggle:hover {
	color: #16181C;
}

.sell-optional-toggle.is-hidden {
	display: none;
}

.sell-optional {
	display: none;
	margin-top: 32px;
	max-width: 400px;
	flex-direction: column;
	gap: 22px;
}

.sell-optional.is-open {
	display: flex;
}

.sell-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.sell-why-inner {
	max-width: 840px;
}

.sell-why {
	margin-top: 0;
	border-top: 1px solid #E1DED7;
	padding: clamp(48px, 6vw, 72px) 0 clamp(60px, 9vw, 110px);
}

.sell-why-title {
	margin: 0;
	font-family: "Newsreader", Georgia, serif;
	font-size: clamp(36px, 4.6vw, 56px);
	font-weight: 300;
	line-height: 1.04;
	letter-spacing: -0.04em;
	color: #16181C;
}

.sell-why-title em {
	font-style: italic;
	font-weight: 400;
}

.sell-why-lead {
	margin: 32px 0 0;
	max-width: 620px;
	font-size: clamp(17px, 1.6vw, 19px);
	line-height: 1.65;
	color: #3C3F46;
	text-wrap: pretty;
}

.sell-points {
	list-style: none;
	margin: 72px 0 0;
	padding: 0;
	max-width: 840px;
}

.sell-points li {
	display: flex;
	gap: 56px;
	align-items: baseline;
	padding: 26px 0;
	border-top: 1px solid #E1DED7;
}

.sell-points li:last-child {
	border-bottom: 1px solid #E1DED7;
}

.sell-points p {
	margin: 0;
	width: 190px;
	flex: none;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.4px;
	color: #6B6659;
	text-transform: uppercase;
}

.sell-points span {
	flex: 1;
	min-width: 0;
	font-size: 19px;
	line-height: 1.55;
	color: #16181C;
}

.sell-trust {
	margin-top: 64px;
	max-width: 840px;
}

.sell-trust p {
	margin: 0;
	font-size: 17px;
	line-height: 1.65;
	color: #4A4F58;
}

.sell-out {
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 600;
	color: #1F63F5;
}

.sell-out:hover {
	color: #1751D6;
}

@media (max-width: 720px) {
	.sell-hero .home-wrap {
		padding-top: 32px;
	}

	.sell-title {
		margin-top: 18px;
	}

	.sell-lead {
		margin-top: 24px;
	}

	.sell-form,
	.sell-form-fields {
		margin-top: 0;
		width: 100%;
		max-width: 100%;
	}

	.sell-form {
		margin-top: 44px;
	}

	.sell-form-fields {
		grid-template-columns: 1fr;
	}

	.sell-line--main {
		margin-top: 14px;
		padding-bottom: 14px;
	}

	.sell-form-phone {
		margin-top: 32px;
	}

	.sell-form-row .home-btn {
		margin-top: 32px;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.sell-micro {
		margin-top: 18px;
		font-size: 13px;
	}

	.sell-optional-toggle {
		margin-top: 20px;
		font-size: 13px;
	}

	.sell-optional {
		margin-top: 28px;
		max-width: none;
	}

	.sell-hero.buy-hero {
		padding-bottom: 36px;
	}

	.sell-why {
		margin-top: 0;
		padding: 36px 0 60px;
	}

	.sell-why-lead {
		margin-top: 22px;
	}

	.sell-points {
		margin-top: 40px;
	}

	.sell-points li {
		flex-direction: column;
		gap: 12px;
		padding: 24px 0;
	}

	.sell-points p {
		width: auto;
	}

	.sell-points span {
		font-size: 17px;
	}

	.sell-trust {
		margin-top: 36px;
	}

	.sell-trust p {
		font-size: 16px;
	}

	.sell-out {
		margin-top: 18px;
	}

	.sell-thanks-note {
		margin-top: 32px;
		padding-top: 22px;
	}
}

body.sell-body {
	padding-bottom: 76px;
}

.bloem-sticky-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 76px;
	padding: 16px 24px;
	background: #0A1573;
	color: #fff;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}

.home-main .bloem-sticky-bar {
	background: #0A1573;
	color: #fff;
}

.bloem-sticky-bar:hover,
.bloem-sticky-bar:focus,
.home-main .bloem-sticky-bar:hover,
.home-main .bloem-sticky-bar:visited,
.home-main .bloem-sticky-bar:focus {
	background: #08104d;
	color: #fff;
	text-decoration: none;
}

.bloem-sticky-bar-logo {
	display: block;
	height: 36px;
	width: auto;
	flex-shrink: 0;
}

.bloem-sticky-bar-short {
	display: none;
}

@media (max-width: 768px) {
	body.sell-body {
		padding-bottom: 54px;
	}

	.bloem-sticky-bar {
		min-height: 54px;
		padding: 12px 16px;
		font-size: 12px;
		gap: 8px;
	}

	.bloem-sticky-bar-logo {
		height: 26px;
	}

	.bloem-sticky-bar-full {
		display: none;
	}

	.bloem-sticky-bar-short {
		display: inline;
	}
}
