body.bdf-funnel.bdf-theme-custom {
	background: var(--bdf-bg, #f4f4f5);
	color: var(--bdf-text, #1e293b);
}

body.bdf-funnel.bdf-theme-custom .bdf-next,
body.bdf-funnel.bdf-theme-custom .bdf-submit,
body.bdf-funnel.bdf-theme-custom .bdf-progress-bar {
	background: var(--bdf-accent, #1f2d5c);
}

body.bdf-funnel.bdf-theme-custom .bdf-input:focus,
body.bdf-funnel.bdf-theme-custom .bdf-select:focus,
body.bdf-funnel.bdf-theme-custom .bdf-choice:hover,
body.bdf-funnel.bdf-theme-custom .bdf-choice.is-selected {
	border-color: var(--bdf-accent, #1f2d5c);
}

body.bdf-funnel.bdf-theme-custom .bdf-choice.is-selected {
	background: color-mix(in srgb, var(--bdf-accent, #1f2d5c) 10%, #fff);
}

body.bdf-theme-no-header .dbzr-funnel-topbar,
body.bdf-theme-no-header .bdf-shell-topbar {
	display: none !important;
}

body.bdf-theme-no-trust .dbzr-funnel-trust,
body.bdf-theme-no-trust .bdf-shell-trust {
	display: none !important;
}

.bdf-shell {
	max-width: 720px;
	margin: 0 auto;
	padding: 28px 20px 48px;
}

.bdf-shell-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
}

.bdf-shell-logo-img {
	display: block;
	max-height: 42px;
	width: auto;
}

.bdf-shell-back {
	color: inherit;
	opacity: 0.72;
}

.bdf-shell .bdf-progress-row {
	margin-bottom: 22px;
}

.bdf-shell-card {
	background: #fff;
	border: 1px solid #e4e4e7;
	border-radius: 18px;
	padding: 28px 24px 24px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.bdf-shell-kicker {
	margin: 0 0 8px;
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--bdf-accent, #1f2d5c);
}

.bdf-shell-title {
	margin: 0 0 10px;
	font-size: 1.7rem;
	line-height: 1.25;
}

.bdf-shell-lead,
.bdf-shell-thanks {
	margin: 0 0 20px;
	opacity: 0.78;
	line-height: 1.5;
}

.bdf-shell .bdf-field + .bdf-field {
	margin-top: 16px;
}

.bdf-shell-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
	font-size: 13px;
	opacity: 0.7;
}

.bdf-shell-trust li::before {
	content: "✓ ";
	color: var(--bdf-accent, #1f2d5c);
	font-weight: 700;
}

@media (max-width: 640px) {
	.bdf-shell {
		padding: 18px 14px 36px;
	}

	.bdf-shell-card {
		padding: 22px 16px 18px;
	}

	.bdf-shell-title {
		font-size: 1.4rem;
	}
}
