/**
 * LUXIMMO vitrine — PAGE ESTIMATION
 * Chargé via theme.addCustomCSS sur la page concernée.
 */

/* ========== PAGE ESTIMATION ========== */

/* --- Bannière estimation (alignée sur page contact) --- */
.luximmo-estimation-page {
	--lux-est-hero-band: 17.1875rem; /* 275px */
	--lux-est-hero-header-pull: 9.5rem; /* 152px */
}
.luximmo-estimation-page .lux-est-hero {
	position: relative;
	height: var(--lux-est-hero-band);
	min-height: var(--lux-est-hero-band);
	max-height: var(--lux-est-hero-band);
	overflow: hidden;
	display: flex;
	align-items: stretch;
	justify-content: center;
	background-color: var(--luximmo-teal-dark);
}
.luximmo-estimation-page .lux-est-hero-media,
.luximmo-estimation-page .lux-est-hero-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(-1 * var(--lux-est-hero-header-pull));
	height: calc(100% + var(--lux-est-hero-header-pull));
	pointer-events: none;
}
.luximmo-estimation-page .lux-est-hero-media {
	z-index: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.luximmo-estimation-page .lux-est-hero-overlay {
	z-index: 1;
	background: rgba(30, 73, 81, 0.58);
}
.luximmo-estimation-page .lux-est-hero-inner {
	position: relative;
	z-index: 2;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	min-height: 100%;
	padding: 4.75rem 1.25rem 1.1rem;
	text-align: center;
}
.luximmo-estimation-page .lux-est-hero-copy {
	width: 100%;
	max-width: 52rem;
	margin: 0 auto;
	font-family: "Montserrat", Arial, sans-serif;
}
.luximmo-estimation-page .lux-est-hero h1 {
	margin: 0;
	font-family: inherit;
	font-size: clamp(1.5rem, 3.5vw, 2.5rem);
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}
.luximmo-estimation-page .lux-est-hero p {
	margin: 0.35rem 0 0;
	font-family: inherit;
	font-size: clamp(1.15rem, 2.2vw, 1.4rem);
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
}
@media (max-width: 991.98px) {
	.luximmo-estimation-page {
		--lux-est-hero-band: 15.5rem;
		--lux-est-hero-header-pull: 5.5rem;
	}
	.luximmo-estimation-page .lux-est-hero-inner {
		padding: 4rem 1rem 0.85rem;
	}
}
/* --- Intro 50/50 (réf. luximmo.pro estimation) --- */
.luximmo-estimation-page .lux-est-intro {
	background: #fff;
	padding: 0 5rem 3.5rem;
}
@media (max-width: 1024px) {
	.luximmo-estimation-page .lux-est-intro {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
@media (max-width: 680px) {
	.luximmo-estimation-page .lux-est-intro {
		padding: 0 1.25rem 2.5rem;
	}
}
.luximmo-estimation-page .lux-est-intro-body {
	max-width: 107.5rem; /* 1720px — réf. luximmo.pro */
	margin-top: 5rem; /* 80px */
	margin-left: auto;
	margin-right: auto;
}
.luximmo-estimation-page .lux-est-intro-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}
.luximmo-estimation-page .lux-est-intro-media,
.luximmo-estimation-page .lux-est-intro-copy {
	box-sizing: border-box;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.luximmo-estimation-page .lux-est-intro-img-wrap {
	border-radius: 0.45rem;
	overflow: hidden;
	width: 100%;
}
.luximmo-estimation-page .lux-est-intro-img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
@media (max-width: 991.98px) {
	.luximmo-estimation-page .lux-est-intro-img-wrap {
		aspect-ratio: 16 / 10;
	}
}
@media (min-width: 992px) {
	.luximmo-estimation-page .lux-est-intro-row {
		align-items: stretch;
	}
	.luximmo-estimation-page .lux-est-intro-media,
	.luximmo-estimation-page .lux-est-intro-copy {
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
		align-self: stretch;
	}
	.luximmo-estimation-page .lux-est-intro-media {
		display: flex;
		flex-direction: column;
		align-self: stretch;
		min-height: 0;
	}
	.luximmo-estimation-page .lux-est-intro-img-wrap {
		position: relative;
		flex: 1 1 auto;
		align-self: stretch;
		width: 100%;
		height: 100%;
		min-height: 0;
		aspect-ratio: unset;
	}
	.luximmo-estimation-page .lux-est-intro-img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		min-height: 0;
	}
}
.luximmo-estimation-page .lux-est-intro-copy {
	display: flex;
	flex-direction: column;
	text-align: left;
	font-family: "Montserrat", Arial, sans-serif;
}
.luximmo-estimation-page .lux-est-intro-copy h2 {
	margin: 0 0 1.15rem;
	font-family: inherit;
	font-size: 1.575rem;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
}
.luximmo-estimation-page .lux-est-intro-copy h2 strong {
	font-weight: 700;
}
.luximmo-estimation-page .lux-est-intro-copy p {
	margin: 0 0 1rem;
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
}
.luximmo-estimation-page .lux-est-intro-copy p:last-of-type {
	margin-bottom: 1.5rem;
}
.luximmo-estimation-page .lux-est-intro-copy strong {
	font-weight: 700;
}
.luximmo-estimation-page .lux-est-intro-actions {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 0.25rem;
}
/* Pill CTAs — même UI / hover outline que .luximmo-home-cta (accueil) */
.luximmo-estimation-page .lux-est-pill-cta {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	min-width: 0;
	padding: 1rem 1.75rem;
	border-radius: 999px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	appearance: none;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.luximmo-estimation-page .lux-est-pill-cta--gold {
	border: 2px solid var(--luximmo-gold);
	background: var(--luximmo-gold);
	color: #fff !important;
}
.luximmo-estimation-page .lux-est-pill-cta--gold:hover,
.luximmo-estimation-page .lux-est-pill-cta--gold:focus {
	background-color: #fff !important;
	color: var(--luximmo-gold) !important;
	border-color: var(--luximmo-gold) !important;
	outline: none;
}
.luximmo-estimation-page .lux-est-pill-cta--slate {
	border: 2px solid #4b5563;
	background: #4b5563;
	color: #fff !important;
}
.luximmo-estimation-page .lux-est-pill-cta--slate:hover,
.luximmo-estimation-page .lux-est-pill-cta--slate:focus {
	background-color: #fff !important;
	color: #4b5563 !important;
	border-color: #4b5563 !important;
	outline: none;
}
.luximmo-estimation-page .lux-est-btn-rappel.lux-est-pill-cta--gold {
	text-transform: uppercase;
}
/* Header « Être rappelé » sur cette page */
body.luximmo-page-estimation .luximmo-btn-rappel {
	border: 2px solid var(--luximmo-gold) !important;
}
body.luximmo-page-estimation .luximmo-btn-rappel:hover,
body.luximmo-page-estimation .luximmo-btn-rappel:focus {
	background: #fff !important;
	color: var(--luximmo-gold) !important;
	border-color: var(--luximmo-gold) !important;
}
@media (max-width: 991.98px) {
	.luximmo-estimation-page .lux-est-intro-media {
		margin-bottom: 1.75rem;
	}
}
		/* --- Wizard (carte teal centrée — réf. luximmo.pro) --- */
		.luximmo-estimation-page .lux-est-wizard-wrap {
			--lux-est-wizard-max: 36rem;
			display: flex;
			flex-direction: column;
			align-items: center;
			background: #f3f4f6;
			padding: 2.5rem 1rem 3rem;
		}
		.luximmo-estimation-page .lux-est-wizard {
			position: relative;
			box-sizing: border-box;
			width: 100%;
			max-width: var(--lux-est-wizard-max);
			margin: 0;
			background: var(--luximmo-teal);
			border-radius: 0.5rem;
			padding: 2rem 1.25rem 2.25rem;
			box-shadow: 0 0.5rem 2rem rgba(20, 56, 51, 0.15);
		}
		.luximmo-estimation-page .lux-est-wizard-wrap > .lux-est-json-output {
			width: 100%;
			max-width: var(--lux-est-wizard-max);
		}
		.luximmo-estimation-page .lux-est-nav-input {
			position: absolute;
			opacity: 0;
			width: 0;
			height: 0;
			pointer-events: none;
		}
		.luximmo-estimation-page .lux-est-stepper {
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
			gap: 0.5rem;
			margin-bottom: 2rem;
			position: relative;
		}
		.luximmo-estimation-page .lux-est-stepper::before {
			content: "";
			position: absolute;
			left: 12%;
			right: 12%;
			top: 1.15rem;
			height: 2px;
			background: rgba(255, 255, 255, 0.25);
			z-index: 0;
		}
		.luximmo-estimation-page .lux-est-step {
			flex: 1;
			text-align: center;
			position: relative;
			z-index: 1;
		}
		.luximmo-estimation-page .lux-est-step label {
			cursor: pointer;
			margin: 0;
			display: block;
		}
		.luximmo-estimation-page .lux-est-circle {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 2.35rem;
			height: 2.35rem;
			margin: 0 auto 0.45rem;
			border-radius: 50%;
			border: 2px solid var(--luximmo-gold);
			background: var(--luximmo-teal);
			color: var(--luximmo-gold);
			font-weight: 700;
			font-size: 0.95rem;
			transition: background 0.2s, color 0.2s;
		}
		.luximmo-estimation-page .lux-est-step-title {
			display: block;
			font-size: 0.68rem;
			font-weight: 600;
			text-transform: uppercase;
			letter-spacing: 0.06em;
			color: rgba(255, 255, 255, 0.75);
			line-height: 1.25;
		}
		#lux_est_s1:checked ~ .lux-est-stepper .lux-es-1 .lux-est-circle,
		#lux_est_s2:checked ~ .lux-est-stepper .lux-es-2 .lux-est-circle,
		#lux_est_s3:checked ~ .lux-est-stepper .lux-es-3 .lux-est-circle {
			background: var(--luximmo-gold);
			color: #fff;
			border-color: var(--luximmo-gold);
		}
		#lux_est_s1:checked ~ .lux-est-stepper .lux-es-1 .lux-est-step-title,
		#lux_est_s2:checked ~ .lux-est-stepper .lux-es-2 .lux-est-step-title,
		#lux_est_s3:checked ~ .lux-est-stepper .lux-es-3 .lux-est-step-title {
			color: #fff;
		}
		/* Stepper interior: étape complétée = coche dans le cercle or */
		.luximmo-estimation-page .lux-est-circle-num {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			height: 100%;
			line-height: 1;
		}
		.luximmo-estimation-page .lux-est-circle-done {
			display: none;
			align-items: center;
			justify-content: center;
			line-height: 0;
		}
		.luximmo-estimation-page .lux-est-circle-done svg {
			display: block;
		}
		#lux_est_s2:checked ~ .lux-est-stepper .lux-es-1 .lux-est-circle-num,
		#lux_est_s3:checked ~ .lux-est-stepper .lux-es-1 .lux-est-circle-num {
			display: none;
		}
		#lux_est_s2:checked ~ .lux-est-stepper .lux-es-1 .lux-est-circle-done,
		#lux_est_s3:checked ~ .lux-est-stepper .lux-es-1 .lux-est-circle-done {
			display: flex;
		}
		#lux_est_s3:checked ~ .lux-est-stepper .lux-es-2 .lux-est-circle-num {
			display: none;
		}
		#lux_est_s3:checked ~ .lux-est-stepper .lux-es-2 .lux-est-circle-done {
			display: flex;
		}
		#lux_est_s2:checked ~ .lux-est-stepper .lux-es-1 .lux-est-circle,
		#lux_est_s3:checked ~ .lux-est-stepper .lux-es-1 .lux-est-circle,
		#lux_est_s3:checked ~ .lux-est-stepper .lux-es-2 .lux-est-circle {
			background: var(--luximmo-gold);
			color: #fff;
			border-color: var(--luximmo-gold);
		}
		#lux_est_s2:checked ~ .lux-est-stepper .lux-es-1 .lux-est-step-title,
		#lux_est_s3:checked ~ .lux-est-stepper .lux-es-1 .lux-est-step-title,
		#lux_est_s3:checked ~ .lux-est-stepper .lux-es-2 .lux-est-step-title {
			color: #fff;
		}
		.luximmo-estimation-page .lux-est-panel {
			display: none;
			color: #fff;
		}
		#lux_est_s1:checked ~ .lux-est-panel.p1,
		#lux_est_s2:checked ~ .lux-est-panel.p2,
		#lux_est_s3:checked ~ .lux-est-panel.p3 {
			display: block;
		}
		.luximmo-estimation-page .lux-est-panel h3 {
			font-size: 1.05rem;
			font-weight: 600;
			margin: 0 0 1.25rem;
			color: #fff;
			text-align: center;
		}
		.luximmo-estimation-page .lux-est-wizard:not(.lux-est-type-selected) .lux-est-panel-p1-details {
			display: none !important;
		}
		.luximmo-estimation-page .lux-est-p1-address {
			max-width: 36rem;
			margin: 0 auto;
		}
		.luximmo-estimation-page .lux-est-address .input-group-text.lux-est-address-chevron {
			background: #fff;
			border-left: 0;
			color: #6b7280;
			padding-left: 0.65rem;
			padding-right: 0.85rem;
		}
		.luximmo-estimation-page .lux-est-address .form-control {
			border-right: 0;
			min-height: 2.85rem;
			border-radius: 0.35rem 0 0 0.35rem;
		}
		.luximmo-estimation-page .lux-est-address .input-group-text.lux-est-address-chevron {
			border-radius: 0 0.35rem 0.35rem 0;
		}
		.luximmo-estimation-page .lux-est-panel-p1-details {
			margin-top: 1.5rem;
		}
		/* Type de bien — pilules (réf. luximmo.pro) */
		.luximmo-estimation-page .lux-toggle-row {
			max-width: 34rem;
			margin-left: auto;
			margin-right: auto;
		}
		.luximmo-estimation-page .lux-toggle-bien {
			--bs-btn-color: var(--luximmo-gold);
			--bs-btn-bg: transparent;
			--bs-btn-border-color: var(--luximmo-gold);
			--bs-btn-hover-color: var(--luximmo-gold);
			--bs-btn-hover-bg: rgba(218, 163, 40, 0.12);
			--bs-btn-hover-border-color: var(--luximmo-gold);
			--bs-btn-active-color: var(--luximmo-gold);
			--bs-btn-active-bg: rgba(218, 163, 40, 0.18);
			--bs-btn-active-border-color: var(--luximmo-gold);
			--bs-btn-focus-shadow-rgb: 218, 163, 40;
			border: 2px solid var(--luximmo-gold);
			color: var(--luximmo-gold);
			background: transparent;
			padding: 1.15rem 1rem;
			font-weight: 600;
			font-size: 0.9rem;
			border-radius: 999px;
			box-shadow: none;
			display: flex;
			flex-direction: column;
			align-items: center;
			gap: 0.55rem;
			min-height: 6.25rem;
			justify-content: center;
			transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
		}
		.luximmo-estimation-page .lux-toggle-bien:hover,
		.luximmo-estimation-page .lux-toggle-bien:focus,
		.luximmo-estimation-page .lux-toggle-bien:focus-visible,
		.luximmo-estimation-page .lux-toggle-bien:active {
			color: var(--luximmo-gold);
			border-color: var(--luximmo-gold);
			box-shadow: none;
			outline: none;
		}
		.luximmo-estimation-page .lux-toggle-bien:hover,
		.luximmo-estimation-page .lux-toggle-bien:focus-visible {
			background: rgba(218, 163, 40, 0.12);
		}
		.luximmo-estimation-page .lux-toggle-bien svg {
			width: 1.85rem;
			height: 1.85rem;
			flex-shrink: 0;
		}
		.luximmo-estimation-page .lux-toggle-row .btn-check:checked + .lux-toggle-bien {
			--bs-btn-color: #fff;
			--bs-btn-bg: var(--luximmo-gold);
			--bs-btn-border-color: var(--luximmo-gold);
			--bs-btn-hover-color: #fff;
			--bs-btn-hover-bg: var(--luximmo-gold);
			--bs-btn-hover-border-color: var(--luximmo-gold);
			--bs-btn-active-color: #fff;
			--bs-btn-active-bg: var(--luximmo-gold);
			--bs-btn-active-border-color: var(--luximmo-gold);
			background: var(--luximmo-gold);
			border-color: var(--luximmo-gold);
			color: #fff;
		}
		.luximmo-estimation-page .lux-toggle-row .btn-check:checked + .lux-toggle-bien:hover,
		.luximmo-estimation-page .lux-toggle-row .btn-check:checked + .lux-toggle-bien:focus,
		.luximmo-estimation-page .lux-toggle-row .btn-check:checked + .lux-toggle-bien:focus-visible,
		.luximmo-estimation-page .lux-toggle-row .btn-check:checked + .lux-toggle-bien:active {
			background: var(--luximmo-gold);
			border-color: var(--luximmo-gold);
			color: #fff;
			box-shadow: none;
			outline: none;
		}
		.luximmo-estimation-page .lux-est-panel .form-select,
		.luximmo-estimation-page .lux-est-panel .form-control {
			border-radius: 0.35rem;
			min-height: 2.75rem;
		}
		.luximmo-estimation-page .lux-est-panel textarea.form-control {
			min-height: 5rem;
		}
		.luximmo-estimation-page .lux-est-next,
		.luximmo-estimation-page .lux-est-back {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			padding: 0.55rem 1.35rem;
			border-radius: 999px;
			font-weight: 600;
			font-size: 0.85rem;
			cursor: pointer;
			margin-top: 0.5rem;
		}
		.luximmo-estimation-page .lux-est-next {
			background: var(--luximmo-gold);
			color: #fff;
			border: none;
		}
		.luximmo-estimation-page .lux-est-back {
			background: transparent;
			color: rgba(255, 255, 255, 0.9);
			border: 1px solid rgba(255, 255, 255, 0.45);
			margin-right: 0.75rem;
		}
		.luximmo-estimation-page .lux-est-submit {
			background: var(--luximmo-gold);
			border: none;
			color: #fff;
			font-weight: 600;
			padding: 0.6rem 1.5rem;
			border-radius: 999px;
		}
		.luximmo-estimation-page .lux-est-submit:hover {
			background: var(--luximmo-gold-hover);
			color: #fff;
		}
		.luximmo-estimation-page .lux-est-nav-chevron {
			display: inline-block;
			font-weight: 700;
			line-height: 1;
		}
		.luximmo-estimation-page .lux-est-nav-chevron--prev {
			margin-right: 0.2rem;
		}
		.luximmo-estimation-page .lux-est-nav-chevron--next {
			margin-left: 0.2rem;
			font-weight: 700;
		}
		.luximmo-estimation-page .lux-est-back.lux-est-back--bare {
			background: transparent;
			border: none;
			padding-inline: 0;
			margin-right: 0;
			color: var(--luximmo-gold);
		}
		.luximmo-estimation-page .lux-est-back.lux-est-back--bare:hover {
			color: var(--luximmo-gold-hover);
		}
		.luximmo-estimation-page .lux-est-submit.lux-est-submit--finalize {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			padding: 0.65rem 1.65rem;
			font-size: 0.92rem;
		}
		.luximmo-estimation-page .lux-est-inline-link {
			color: var(--luximmo-gold);
			text-decoration: underline;
			text-underline-offset: 0.12em;
		}
		.luximmo-estimation-page .lux-est-inline-link:hover {
			color: var(--luximmo-gold-hover);
		}
		.luximmo-estimation-page .lux-est-privacy-link {
			color: var(--luximmo-gold);
			font-weight: 600;
			text-decoration: none;
		}
		.luximmo-estimation-page .lux-est-privacy-link:hover {
			color: var(--luximmo-gold-hover);
			text-decoration: underline;
		}
		/* Step 3 — coordonnées (réf. luximmo.pro ~540px) */
		.luximmo-estimation-page .lux-est-panel.p3 {
			box-sizing: border-box;
			width: 100%;
			max-width: 33.75rem; /* 540px */
			margin-left: auto;
			margin-right: auto;
		}
		.luximmo-estimation-page .lux-est-contact-stack {
			display: grid;
			grid-template-columns: minmax(0, 1fr);
			gap: 0.9375rem; /* 15px */
			width: 100%;
			max-width: 340px;
			margin: auto;
		}
		.luximmo-estimation-page .lux-est-contact-stack .lux-est-contact-field,
		.luximmo-estimation-page .lux-est-contact-stack .lux-est-rgpd-block {
			margin-bottom: 0;
		}
		.luximmo-estimation-page .lux-est-panel.p3 .form-select,
		.luximmo-estimation-page .lux-est-panel.p3 .form-control {
			width: 100%;
			border-radius: 999px;
			border: 1px solid #fff;
			background: #fff;
			color: #000;
			padding: 0.65rem 1.25rem;
			min-height: 2.85rem;
			font-size: 0.9rem;
			font-family: "Montserrat", Arial, sans-serif;
		}
		.luximmo-estimation-page .lux-est-panel.p3 .form-control::placeholder {
			color: rgba(0, 0, 0, 0.45);
		}
		.luximmo-estimation-page .lux-est-panel.p3 .form-select {
			padding-right: 2.25rem;
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23111' d='M1.41 0 6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
			background-repeat: no-repeat;
			background-position: right 1.1rem center;
			background-size: 0.65rem auto;
		}
		.luximmo-estimation-page .lux-est-rgpd-block {
			width: 100%;
		}
		.luximmo-estimation-page .lux-est-rgpd-check.form-check {
			display: flex;
			align-items: flex-start;
			gap: 0.85rem;
			padding-left: 0;
			margin: 0;
			min-height: 0;
		}
		.luximmo-estimation-page .lux-est-rgpd-check .form-check-input {
			float: none;
			width: 1.65rem;
			height: 1.65rem;
			margin: 0.15rem 0 0 !important;
			flex-shrink: 0;
			border-radius: 50%;
			border: 2px solid #fff;
			background-color: #fff;
			cursor: pointer;
		}
		.luximmo-estimation-page .lux-est-rgpd-check .form-check-input:focus {
			box-shadow: 0 0 0 0.2rem rgba(218, 163, 40, 0.35);
		}
		.luximmo-estimation-page .lux-est-rgpd-check .form-check-input:checked {
			background-color: var(--luximmo-gold);
			border-color: var(--luximmo-gold);
		}
		.luximmo-estimation-page .lux-est-rgpd-check .form-check-label {
			flex: 1;
			min-width: 0;
			margin: 0;
			padding: 0;
			font-size: 0.9rem;
			font-weight: 400;
			line-height: 1.5;
			color: #fff;
			cursor: pointer;
		}
		/* Wizard step nav — centered pair, compact gold pill (steps 1–3) */
		.luximmo-estimation-page .lux-est-nav-actions--wizard {
			justify-content: center;
			gap: 1.35rem;
			margin-top: 1.25rem;
			width: 100%;
		}
		.luximmo-estimation-page .lux-est-nav-actions--wizard .lux-est-back,
		.luximmo-estimation-page .lux-est-nav-actions--wizard .lux-est-pill-cta {
			margin-top: 0;
		}
		.luximmo-estimation-page .lux-est-wizard .lux-est-nav-actions--wizard .lux-est-pill-cta--gold {
			padding: 0.55rem 1.35rem;
			font-size: 0.85rem;
			letter-spacing: 0.04em;
		}
		.luximmo-estimation-page .lux-est-wizard .lux-est-nav-actions--wizard button.lux-est-pill-cta {
			margin-bottom: 0;
		}

		/* ---- input_tel (intl-tel-input) inside the dark wizard ---------- */
		.luximmo-estimation-page .lux-est-contact-field .iti {
			display: block;
			width: 100%;
		}
		.luximmo-estimation-page .lux-est-panel.p3 .lux-est-contact-field .iti input.form-control {
			width: 100%;
			padding-left: 3.5rem;
		}
		.luximmo-estimation-page .lux-est-panel.p3 .lux-est-contact-field .iti__flag-container {
			z-index: 10;
		}
		.luximmo-estimation-page .lux-est-panel.p3 .lux-est-contact-field .iti__selected-country {
			background: transparent;
			border-right: 1px solid rgba(0, 0, 0, 0.12);
			border-radius: 999px 0 0 999px;
			color: #000;
		}
		.luximmo-estimation-page .lux-est-panel.p3 .lux-est-contact-field .iti__selected-country:hover,
		.luximmo-estimation-page .lux-est-panel.p3 .lux-est-contact-field .iti__selected-country:focus {
			background: rgba(0, 0, 0, 0.04);
		}
		.luximmo-estimation-page .lux-est-panel.p3 .lux-est-contact-field .iti__selected-dial-code {
			color: rgba(0, 0, 0, 0.65);
			font-size: 0.85rem;
		}
		.luximmo-estimation-page .lux-est-panel.p3 .lux-est-contact-field .iti__arrow {
			border-top-color: rgba(0, 0, 0, 0.55);
		}
		.luximmo-estimation-page .lux-est-contact-field .iti__dropdown-content {
			background: var(--luximmo-teal-dark);
			border: 1px solid rgba(255, 255, 255, 0.15);
			border-radius: 0.35rem;
			box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
		}
		.luximmo-estimation-page .lux-est-contact-field .iti__search-input {
			background: rgba(255, 255, 255, 0.08);
			border: 1px solid rgba(255, 255, 255, 0.2);
			border-radius: 0.25rem;
			color: #fff;
			width: calc(100% - 1rem);
			margin: 0.4rem 0.5rem;
			padding: 0.3rem 0.5rem;
			font-size: 0.85rem;
		}
		.luximmo-estimation-page .lux-est-contact-field .iti__search-input::placeholder {
			color: rgba(255, 255, 255, 0.45);
		}
		.luximmo-estimation-page .lux-est-contact-field .iti__country {
			color: rgba(255, 255, 255, 0.85);
			font-size: 0.85rem;
		}
		.luximmo-estimation-page .lux-est-contact-field .iti__country.iti__highlight,
		.luximmo-estimation-page .lux-est-contact-field .iti__country:hover {
			background: rgba(218, 163, 40, 0.18);
			color: #fff;
		}
		.luximmo-estimation-page .lux-est-contact-field .iti__divider {
			border-bottom-color: rgba(255, 255, 255, 0.12);
		}
		.luximmo-estimation-page .lux-est-contact-field .iti__dial-code {
			color: rgba(255, 255, 255, 0.5);
		}

		/* ---- Estimation : sliders ---------- */
		.luximmo-estimation-page .lux-est-slider-wrap {
			--lux-range-thumb: 1.1rem;
			--lux-range-dot: 0.6rem;
			--lux-range-track: 2px;
			--lux-range-pad: calc(var(--lux-range-thumb) / 2);
			--lux-range-labels-h: 1.15rem;
			display: grid;
			grid-template-columns: minmax(0, 1fr);
			grid-template-rows: auto var(--lux-range-thumb) auto auto;
			row-gap: 0.2rem;
			margin-bottom: 1.25rem;
		}
		.luximmo-estimation-page .lux-est-slider-wrap > .lux-est-slider-heading {
			grid-row: 1;
		}
		.luximmo-estimation-page .lux-est-slider-wrap > .lux-est-range-scale {
			grid-row: 2;
			grid-column: 1;
		}
		.luximmo-estimation-page .lux-est-slider-wrap > .lux-est-range-marks {
			grid-row: 2 / 4;
			grid-column: 1;
		}
		.luximmo-estimation-page .lux-est-slider-wrap > .lux-est-range-plus {
			grid-row: 4;
			margin-top: 0.4rem;
		}
		.luximmo-estimation-page .lux-est-slider-heading {
			display: block;
			margin: 0 0 0.35rem;
			font-size: 0.85rem;
			font-weight: 500;
			color: #fff;
		}
		.luximmo-estimation-page .lux-est-range-scale {
			position: relative;
			padding: 0;
		}
		/* Gold line connecting the marks. */
		.luximmo-estimation-page .lux-est-range-scale::before {
			content: "";
			position: absolute;
			left: var(--lux-range-pad);
			right: var(--lux-range-pad);
			top: calc(var(--lux-range-thumb) / 2 - var(--lux-range-track) / 2);
			height: var(--lux-range-track);
			border-radius: 999px;
			background: var(--luximmo-gold);
			pointer-events: none;
		}
		.luximmo-estimation-page input.lux-est-range.form-range {
			position: relative;
			z-index: 2;
			width: 100%;
			height: var(--lux-range-thumb);
			padding: 0;
			margin: 0;
			background: transparent;
			cursor: pointer;
			-webkit-appearance: none;
			appearance: none;
		}
		.luximmo-estimation-page input.lux-est-range::-webkit-slider-runnable-track {
			height: var(--lux-range-thumb);
			background: transparent;
			border: 0;
		}
		.luximmo-estimation-page input.lux-est-range::-moz-range-track {
			height: var(--lux-range-thumb);
			background: transparent;
			border: 0;
		}
		/* Thumb = solid gold disc with a thin white inner ring (target look). */
		.luximmo-estimation-page input.lux-est-range::-webkit-slider-thumb {
			-webkit-appearance: none;
			appearance: none;
			width: var(--lux-range-thumb);
			height: var(--lux-range-thumb);
			margin-top: 0;
			border-radius: 50%;
			background: var(--luximmo-gold);
			border: 0.18rem solid #fff;
			box-shadow: 0 0 0 1px var(--luximmo-gold);
			cursor: pointer;
		}
		.luximmo-estimation-page input.lux-est-range::-moz-range-thumb {
			width: var(--lux-range-thumb);
			height: var(--lux-range-thumb);
			border-radius: 50%;
			background: var(--luximmo-gold);
			border: 0.18rem solid #fff;
			box-shadow: 0 0 0 1px var(--luximmo-gold);
			cursor: pointer;
		}
		.luximmo-estimation-page input.lux-est-range:focus {
			outline: none;
		}
		/* Marks: dot centred on the gold track line, number label below. */
		.luximmo-estimation-page .lux-est-range-marks {
			position: relative;
			z-index: 1;
			min-height: calc(var(--lux-range-thumb) + 0.2rem + var(--lux-range-labels-h));
			margin-top: 0;
			pointer-events: none;
		}
		.luximmo-estimation-page .lux-est-range-marks span {
			position: absolute;
			top: calc(var(--lux-range-thumb) / 2);
			left: calc(var(--lux-range-pad) + (100% - 2 * var(--lux-range-pad)) * var(--lux-mark-pos, 0));
			display: inline-flex;
			flex-direction: column;
			align-items: center;
			transform: translateX(-50%);
			font-size: 0.72rem;
			font-weight: 500;
			line-height: 1.1;
			color: rgba(255, 255, 255, 0.85);
			white-space: nowrap;
			text-align: center;
		}
		.luximmo-estimation-page .lux-est-range-marks span::before {
			content: "";
			display: block;
			flex-shrink: 0;
			width: var(--lux-range-dot);
			height: var(--lux-range-dot);
			margin-bottom: calc(0.2rem + var(--lux-range-labels-h) / 2 - var(--lux-range-dot) / 2);
			border-radius: 50%;
			background: var(--luximmo-gold);
			transform: translateY(-50%);
			pointer-events: none;
		}
		/* On the active mark the thumb covers the dot — hide it to avoid any sub-pixel
		 * halo poking out from behind the white-rimmed thumb. */
		.luximmo-estimation-page .lux-est-range-marks span.is-active::before {
			display: none;
		}
		/* Step 2 — text labels under track (no dot shift on active) */
		.luximmo-estimation-page .lux-est-slider-wrap--labels {
			grid-template-rows: var(--lux-range-thumb) auto;
			row-gap: 0.35rem;
		}
		.luximmo-estimation-page .lux-est-slider-wrap--labels > .visually-hidden {
			grid-row: 1;
			grid-column: 1;
			height: 0;
			margin: 0;
			padding: 0;
			overflow: hidden;
		}
		.luximmo-estimation-page .lux-est-slider-wrap--labels > .lux-est-range-scale {
			grid-row: 1;
			grid-column: 1;
		}
		.luximmo-estimation-page .lux-est-slider-wrap--labels > .lux-est-range-marks {
			grid-row: 2;
			min-height: 1.6rem;
			align-self: start;
		}
		.luximmo-estimation-page .lux-est-range-marks.lux-est-range-labels-row {
			--lux-range-labels-h: 1.6rem;
		}
		.luximmo-estimation-page .lux-est-range-marks.lux-est-range-labels-row span {
			top: 0;
			display: block;
			transform: translateX(-50%);
			font-size: 0.65rem;
			font-weight: 500;
			line-height: 1.15;
			white-space: normal;
			max-width: 6.5rem;
			color: rgba(255, 255, 255, 0.85);
		}
		.luximmo-estimation-page .lux-est-range-marks.lux-est-range-labels-row span::before {
			display: none;
		}
		.luximmo-estimation-page .lux-est-range-marks.lux-est-range-labels-row span.is-active {
			color: var(--luximmo-gold);
			font-weight: 600;
		}
		/* Toggle + label aligned (step 2) */
		.luximmo-estimation-page .lux-est-form-switch--inline {
			display: flex;
			align-items: center;
			gap: 0.75rem;
			padding-left: 0;
			margin-bottom: 1.25rem;
			min-height: 0;
		}
		.luximmo-estimation-page .lux-est-form-switch--inline .form-check-input {
			float: none;
			margin-left: 0;
			margin-top: 0;
			flex-shrink: 0;
		}
		.luximmo-estimation-page .lux-est-form-switch--inline .form-check-label {
			margin: 0;
			padding: 0;
			line-height: 1.55rem;
			cursor: pointer;
		}
		/* Hidden number input revealed when the slider is at its max ("+") position. */
		.luximmo-estimation-page .lux-est-range-plus input.form-control {
			background: #fff;
			border: 1px solid #fff;
			border-radius: 999px;
			color: #000;
			padding: 0.55rem 1rem;
		}
		.luximmo-estimation-page .lux-est-range-plus input.form-control::placeholder {
			color: rgba(0, 0, 0, 0.45);
		}
		.luximmo-estimation-page .lux-est-range-plus input.form-control:focus {
			background: #fff;
			border-color: var(--luximmo-gold);
			color: #000;
			box-shadow: 0 0 0 0.15rem rgba(218, 163, 40, 0.35);
		}
		.luximmo-estimation-page .lux-est-switch-list .lux-est-form-switch {
			display: flex;
			align-items: center;
			gap: 0.65rem;
			padding: 0.45rem 0;
			min-height: 2.75rem;
		}
		.luximmo-estimation-page .lux-est-form-switch .form-check-input {
			width: 2.85rem;
			height: 1.55rem;
			margin-left: 0;
			flex-shrink: 0;
			background-color: rgba(255, 255, 255, 0.2);
			border: 2px solid rgba(255, 255, 255, 0.35);
			cursor: pointer;
		}
		.luximmo-estimation-page .lux-est-form-switch .form-check-input:checked {
			background-color: var(--luximmo-gold);
			border-color: var(--luximmo-gold);
		}
		.luximmo-estimation-page .lux-est-form-switch .form-check-input:focus {
			box-shadow: 0 0 0 0.2rem rgba(218, 163, 40, 0.28);
			border-color: rgba(218, 163, 40, 0.75);
		}
		.luximmo-estimation-page #estJsonOutput.lux-est-json-output {
			max-width: 100%;
		}
		.luximmo-estimation-page .lux-est-json-inner {
			background: rgba(0, 0, 0, 0.2);
			border-radius: 0.55rem;
			padding: 1rem 1.1rem;
			border: 1px solid rgba(218, 163, 40, 0.35);
		}
		.luximmo-estimation-page .lux-est-json-title {
			font-size: 0.75rem !important;
			font-weight: 600 !important;
			text-transform: uppercase;
			letter-spacing: 0.08em;
			margin-bottom: 0.5rem;
		}
		.luximmo-estimation-page .lux-est-json-pre {
			margin: 0;
			padding: 0.85rem 1rem;
			max-height: 22rem;
			overflow: auto;
			font-size: 0.74rem;
			line-height: 1.35;
			color: #eaf4f6;
			background: #0f2428;
			border-radius: 0.4rem;
			border: 1px solid rgba(255, 255, 255, 0.12);
			white-space: pre-wrap;
			word-break: break-word;
		}
		@media (max-width: 767.98px) {
			.luximmo-estimation-page .lux-est-range-marks {
				font-size: 0.55rem;
			}
		}

		.luximmo-estimation-page .lux-est-features {
			background: #fff;
			padding: 3.5rem 1rem 2.5rem;
		}
		.luximmo-estimation-page .lux-est-features-box {
			max-width: 79.875rem; /* 1278px — réf. luximmo.pro */
			width: 100%;
			margin: 0 auto;
			border: 1px solid var(--luximmo-gold);
			border-radius: 0.35rem;
			padding: 2.5rem; /* 40px — réf. luximmo.pro */
			display: grid;
			grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
			gap: 2rem;
		}
		.luximmo-estimation-page .lux-est-feat {
			background: transparent;
			padding: 0.5rem 1rem;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			text-align: center;
		}
		.luximmo-estimation-page .lux-est-feat-icon {
			width: 5.3125rem;
			height: 5.3125rem;
			margin: 0 0 1.5rem;
			border-radius: 50%;
			border: 1.5px solid var(--luximmo-gold);
			background: transparent;
			color: var(--luximmo-gold);
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.luximmo-estimation-page .lux-est-feat-icon svg {
			width: 3rem;
			height: 3rem;
			fill: currentColor;
		}
		.luximmo-estimation-page .lux-est-feat-text {
			margin: 0;
			font-size: 1.26rem;
			font-weight: 400;
			color: var(--luximmo-teal);
			text-align: center;
			line-height: 1.45;
			font-family: "Montserrat", Arial, sans-serif;
		}
		@media (max-width: 767.98px) {
			.luximmo-estimation-page .lux-est-features-box {
				padding: 2.25rem 1.25rem;
				gap: 1.75rem;
			}
			.luximmo-estimation-page .lux-est-feat-icon {
				width: 4.5rem;
				height: 4.5rem;
			}
			.luximmo-estimation-page .lux-est-feat-icon svg {
				width: 2.5rem;
				height: 2.5rem;
			}
			.luximmo-estimation-page .lux-est-feat-text {
				font-size: 1.08rem;
			}
		}
		.luximmo-estimation-page .lux-est-bottom-cta {
			padding-bottom: 2.75rem;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			gap: 0.75rem 1rem;
		}
		.luximmo-estimation-page .lux-est-bottom-cta .lux-est-pill-cta {
			margin: 0;
		}
