.bmtb-lead-card,
.bmtb-lead-result {
	--bmtb-accent: #ba9a64;
	--bmtb-ink: #00223f;
	--bmtb-muted: #5b5b5b;
	color: var(--bmtb-ink);
	font-family: "Work Sans", sans-serif;
}

.bmtb-lead-form--locked > .elementor-form-fields-wrapper {
	display: none !important;
}

.bmtb-lead-card {
	border-top: 1px solid rgba(186, 154, 100, .42);
	margin: 0;
	padding: 24px 0 2px;
	width: 100%;
}

.bmtb-lead-card__eyebrow {
	align-items: center;
	color: var(--bmtb-accent);
	display: inline-flex;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 1;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.bmtb-lead-card__eyebrow::before {
	background: currentColor;
	border-radius: 999px;
	content: "";
	height: 7px;
	margin-right: 9px;
	width: 7px;
}

.bmtb-lead-card--sending .bmtb-lead-card__eyebrow::before {
	animation: bmtbLeadPulse 1s ease-in-out infinite;
}

.bmtb-lead-card__title {
	color: var(--bmtb-ink);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 9px;
}

.bmtb-lead-card__text {
	color: var(--bmtb-muted);
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
	max-width: 720px;
}

.bmtb-lead-card__email {
	border-bottom: 1px solid rgba(186, 154, 100, .45);
	color: var(--bmtb-ink);
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 14px;
	padding-bottom: 2px;
}

.bmtb-lead-card__steps {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 18px 0 0;
	max-width: 780px;
	padding: 0;
}

.bmtb-lead-card__steps li {
	color: var(--bmtb-muted);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
	padding-left: 18px;
	position: relative;
}

.bmtb-lead-card__steps li::before {
	background: var(--bmtb-accent);
	border-radius: 999px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 5px;
}

.bmtb-lead-form--locked button[type="submit"],
.bmtb-lead-form--locked input[type="submit"],
.bmtb-lead-form--locked .elementor-button {
	cursor: not-allowed;
	opacity: .55 !important;
}

.bmtb-lead-result {
	border-top: 1px solid rgba(186, 154, 100, .42);
	margin: 0 auto 24px;
	max-width: 900px;
	padding: 22px 0 0;
}

.bmtb-lead-result strong {
	color: var(--bmtb-ink);
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 8px;
}

.bmtb-lead-result span {
	color: var(--bmtb-muted);
	display: block;
	font-size: 15px;
	line-height: 1.65;
}

.bmtb-lead-result--error {
	border-top-color: rgba(185, 28, 28, .35);
}

@keyframes bmtbLeadPulse {
	50% {
		opacity: .35;
		transform: scale(.72);
	}
}

@media (max-width: 767px) {
	.bmtb-lead-card {
		padding-top: 20px;
	}

	.bmtb-lead-card__title,
	.bmtb-lead-result strong {
		font-size: 21px;
	}
}
