.flc-trigger {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	appearance: none;
	border: 1px solid #90b879;
	border-radius: 18px;
	padding: 14px 18px;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
	background: linear-gradient(180deg, #fffdfa 0%, #f0f7e9 100%);
	color: #1f2a1f;
	box-shadow: 0 14px 30px rgba(79, 186, 58, 0.18);
	transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.flc-trigger__tip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #4fba3a;
	color: #ffffff;
	font-family: "Raleway", sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	box-shadow: 0 8px 18px rgba(79, 186, 58, 0.22);
	flex: 0 0 auto;
}

.flc-trigger__label {
	display: block;
	max-width: none;
	text-align: left;
	color: #263226;
	font-family: "Raleway", sans-serif;
	font-weight: 800;
	flex: 1 1 auto;
}

.flc-trigger:hover,
.flc-trigger:focus-visible {
	transform: translateY(-1px) scale(1.02);
	background: linear-gradient(180deg, #ffffff 0%, #edf6e7 100%);
	border-color: #6ea257;
	box-shadow: 0 18px 36px rgba(79, 186, 58, 0.24);
	outline: none;
}

.flc-trigger--inline {
	margin-top: 18px;
}

.flc-archive-hook-row {
	margin-top: 10px;
	margin-bottom: 4px;
}

.flc-archive-hook-wrap {
	width: 100%;
}

.flc-archive-inline-wrap {
	margin: 0 0 14px;
	z-index: 5;
	display: block;
	max-width: 100%;
	clear: both;
	box-sizing: border-box;
}

.flc-archive-inline-wrap.is-pending {
	display: none;
}

.flc-trigger--archive-inline {
	width: 100%;
	display: flex;
	padding: 14px 18px;
	border-radius: 14px;
	text-align: left;
	border-left-width: 6px;
}

.flc-lock {
	overflow: hidden;
}

.flc-modal {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 2147483640;
}

.flc-modal.is-open {
	display: block;
}

.flc-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(14, 16, 24, 0.68);
	backdrop-filter: blur(3px);
}

.flc-modal__dialog {
	position: relative;
	z-index: 2;
	width: min(760px, calc(100vw - 24px));
	max-height: calc(100vh - 24px);
	margin: 12px auto;
	border-radius: 20px;
	overflow: auto;
	padding: 22px;
	background: linear-gradient(180deg, #fcfefb 0%, #f2f8ef 100%);
	font-family: "Raleway", sans-serif;
	box-shadow: 0 25px 80px rgba(0, 0, 0, 0.35);
}

.flc-close {
	position: absolute;
	top: 10px;
	right: 12px;
	font-family: "Raleway", sans-serif;
	font-size: 30px;
	line-height: 1;
	background: transparent;
	border: 0;
	cursor: pointer;
	color: #2e2e2e;
}

.flc-kicker {
	margin: 0;
	font-family: "Raleway", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #4fba3a;
}

.flc-head h3 {
	margin: 8px 0 10px;
	font-family: "Raleway", sans-serif;
	font-size: clamp(23px, 3.5vw, 33px);
	line-height: 1.15;
	color: #1f1f1f;
}

.flc-subtitle,
.flc-urgency,
.flc-status,
.flc-privacy {
	font-family: "Raleway", sans-serif;
	color: #4f4f4f;
}

.flc-subtitle {
	margin: 0;
	max-width: 42ch;
}

.flc-meta {
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid rgba(79, 79, 79, 0.12);
}

.flc-urgency {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 600;
	color: #5d6d60;
}

.flc-progress {
	margin-top: 0;
	height: 8px;
	background: #dde8dd;
	border-radius: 999px;
	overflow: hidden;
}

.flc-progress__bar {
	height: 100%;
	width: 33.333%;
	background: linear-gradient(90deg, #7fae7a, #6f9e6a);
	transition: width 0.22s ease;
}

.flc-status {
	margin-top: 8px;
	font-weight: 600;
	font-size: 13px;
	color: #6b7280;
}

.flc-feedback {
	min-height: 24px;
	margin: 10px 0;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	color: #117d38;
}

.flc-feedback.is-error {
	color: #a80000;
}

.flc-step {
	display: none;
	animation: flcFade 0.2s ease;
}

.flc-step.is-active {
	display: block;
}

.flc-step label {
	display: block;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	margin: 8px 0 7px;
	color: #2a2a2a;
}

.flc-step input,
.flc-step select,
.flc-step textarea {
	width: 100%;
	font-family: "Raleway", sans-serif;
	border: 1px solid #d8c8b8;
	border-radius: 12px;
	padding: 12px 13px;
	font-size: 16px;
	background: #ffffff;
	transition: border-color 0.12s ease, box-shadow 0.12s ease;
}

.flc-step input:focus,
.flc-step select:focus,
.flc-step textarea:focus {
	outline: none;
	border-color: #6ea257;
	box-shadow: 0 0 0 3px rgba(110, 162, 87, 0.18);
}

.flc-next,
.flc-submit {
	margin-top: 14px;
	padding: 12px 18px;
	border-radius: 12px;
	border: 0;
	font-family: "Raleway", sans-serif;
	font-weight: 800;
	font-size: 15px;
	cursor: pointer;
	color: #ffffff;
	box-shadow: 0 12px 24px rgba(95, 148, 88, 0.22);
}

.flc-next {
	background: linear-gradient(135deg, #ff8a00 0%, #ff5a00 100%);
	box-shadow: 0 12px 24px rgba(255, 98, 0, 0.24);
}

.flc-submit {
	background: linear-gradient(135deg, #ff8a00 0%, #ff5a00 100%);
	box-shadow: 0 12px 24px rgba(255, 98, 0, 0.24);
}

.flc-next:hover,
.flc-submit:hover {
	filter: brightness(1.03);
}

.flc-form-rows {
	display: grid;
	gap: 14px;
	margin-bottom: 16px;
}

.flc-form-row {
	display: grid;
	grid-template-columns: minmax(220px, 250px) minmax(0, 1fr);
	align-items: start;
	column-gap: 18px;
}

.flc-form-row label {
	margin: 12px 0 0;
	line-height: 1.45;
}

.flc-form-control {
	min-width: 0;
}

.flc-form-control input,
.flc-form-control select {
	margin: 0;
}

.flc-nearby {
	margin: 7px 0 0;
	padding: 8px 10px;
	border-radius: 10px;
	font-family: "Raleway", sans-serif;
	background: #ebfff2;
	border: 1px solid #9bd7ac;
	color: #147041;
	font-weight: 600;
}

.flc-success {
	text-align: center;
	padding: 18px 16px 14px;
	border: 1px solid #c9dcc6;
	border-radius: 16px;
	font-family: "Raleway", sans-serif;
	background: linear-gradient(180deg, #f6fbf4 0%, #eef6eb 100%);
}

body.flc-lock #listeo-price-test-widget,
body.flc-lock .lptest-price-bar,
body.flc-lock .listeo-price-bar,
body.flc-lock .listeo-price-bar__content,
body.flc-lock .listeo-price-bar__price-wrapper {
	display: none !important;
}

.flc-success h4 {
	font-size: 28px;
	margin-bottom: 8px;
}

.flc-direct-contact {
	margin-top: 14px;
	padding: 14px;
	border-radius: 14px;
	background: linear-gradient(150deg, #1f2937, #111827);
	color: #ffffff;
	display: grid;
	gap: 6px;
}

.flc-direct-contact a {
	color: #f8c86f;
	font-weight: 700;
	text-decoration: none;
}

.flc-direct-contact--inline {
	margin-top: 16px;
	background: linear-gradient(150deg, #1f2937, #111827);
}

.flc-direct-contact--global {
	margin: 4px 0 10px;
	padding: 10px 12px;
	border-radius: 10px;
	font-size: 13px;
	gap: 3px;
}

.pac-container {
	z-index: 2147483647 !important;
	border-radius: 12px;
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
	border: 1px solid #d8c8b8;
}

#flc-success-message {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 8px;
	color: #6f9e6a;
}

.flc-noscript {
	margin-top: 12px;
}

.flc-honeypot {
	position: absolute;
	left: -10000px;
	opacity: 0;
	pointer-events: none;
}

@keyframes flcFade {
	from {
		opacity: 0;
		transform: translateY(6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 767px) {
	.flc-modal__dialog {
		width: calc(100vw - 8px);
		max-height: calc(100vh - 8px);
		margin: 4px auto;
		padding: 14px;
		border-radius: 14px;
	}

	.flc-trigger {
		width: 100%;
		gap: 10px;
	}

	.flc-trigger__label {
		max-width: none;
		font-size: 15px;
	}

	.flc-form-row {
		grid-template-columns: 1fr;
		row-gap: 6px;
	}

	.flc-form-row label {
		margin-top: 0;
	}
}
