.wp-block-custom-theme-saela-lead-form.saela-lead-form {
	background: #fff;
	border: 1px solid rgba(38, 69, 61, 0.14);
	border-radius: 14px;
	box-shadow: 0 18px 40px -22px rgba(38, 69, 61, 0.35);
	color: #26453d;
	font-family: Inter, system-ui, sans-serif;
	padding: 26px;
}

.saela-lead-form--dark {
	background: #26453d;
	border-color: rgba(245, 245, 235, 0.18);
	box-shadow: none;
	color: #f5f5eb;
}

.saela-lead-form__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.saela-lead-form__step-label {
	color: rgba(38, 69, 61, 0.6);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.saela-lead-form--dark .saela-lead-form__step-label,
.saela-lead-form--dark .saela-lead-form__time {
	color: rgba(245, 245, 235, 0.7);
}

.saela-lead-form__time {
	color: rgba(38, 69, 61, 0.6);
	font-size: 11px;
}

.saela-lead-form__progress {
	background: rgba(38, 69, 61, 0.14);
	border-radius: 2px;
	height: 3px;
	margin-bottom: 18px;
	overflow: hidden;
}

.saela-lead-form--dark .saela-lead-form__progress {
	background: rgba(245, 245, 235, 0.18);
}

.saela-lead-form__progress-bar {
	background: #ea9230;
	height: 100%;
	transition: width 240ms ease;
	width: 33%;
}

.saela-lead-form__title {
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 24px;
	line-height: 1.15;
	margin: 0 0 12px;
}

.saela-lead-form__preview {
	color: rgba(38, 69, 61, 0.6);
	font-size: 13px;
	margin: 0;
}

.saela-lead-form__pest-grid {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, 1fr);
}

.saela-lead-form__urgency-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.saela-lead-form__choice {
	background: #f5f5eb;
	border: 1px solid rgba(38, 69, 61, 0.14);
	border-radius: 8px;
	color: #26453d;
	cursor: pointer;
	font-family: Inter, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 14px;
	text-align: left;
	transition: border-color 120ms, background 120ms;
}

.saela-lead-form--dark .saela-lead-form__choice {
	background: rgba(245, 245, 235, 0.06);
	border-color: rgba(245, 245, 235, 0.18);
	color: #f5f5eb;
}

.saela-lead-form__choice.is-selected,
.saela-lead-form__choice:hover {
	background: rgba(234, 146, 48, 0.12);
	border-color: #ea9230;
}

.saela-lead-form__fields {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.saela-lead-form__fields input {
	background: #f5f5eb;
	border: 1px solid rgba(38, 69, 61, 0.14);
	border-radius: 8px;
	box-sizing: border-box;
	color: #26453d;
	font-family: Inter, system-ui, sans-serif;
	font-size: 14px;
	outline: none;
	padding: 12px 14px;
	width: 100%;
}

.saela-lead-form--dark .saela-lead-form__fields input {
	background: rgba(245, 245, 235, 0.06);
	border-color: rgba(245, 245, 235, 0.18);
	color: #f5f5eb;
}

.saela-lead-form__submit {
	background: #ea9230;
	border: none;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-family: Inter, system-ui, sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin-top: 4px;
	padding: 14px 18px;
	width: 100%;
}

.saela-lead-form__back {
	background: none;
	border: none;
	color: rgba(38, 69, 61, 0.6);
	cursor: pointer;
	font-size: 13px;
	margin-top: 12px;
	padding: 0;
}

.saela-lead-form--dark .saela-lead-form__back {
	color: rgba(245, 245, 235, 0.7);
}

.saela-lead-form__disclaimer {
	color: rgba(38, 69, 61, 0.6);
	font-size: 11px;
	line-height: 1.5;
	margin: 10px 0 0;
}

.saela-lead-form--dark .saela-lead-form__disclaimer {
	color: rgba(245, 245, 235, 0.7);
}

.saela-lead-form__success-body {
	color: rgba(38, 69, 61, 0.78);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.saela-lead-form--dark .saela-lead-form__success-body {
	color: rgba(245, 245, 235, 0.78);
}
