.bchbc-membership-wizard {
	width: 100%;
	color: #173f38;
}

.bchbc-membership-wizard *,
.bchbc-membership-wizard *::before,
.bchbc-membership-wizard *::after {
	box-sizing: border-box;
}

.bchbc-membership-wizard svg {
	display: block;
	width: 100%;
	height: 100%;
}

.bchbc-membership-wizard__card {
	position: relative;
	width: 100%;
	max-width: 90rem;
	margin: 0 auto;
	padding: clamp(1.5rem, 3vw, 3.5rem);
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 2rem;
	background: rgba(255, 252, 246, 0.82);
	box-shadow: 0 20px 60px rgba(30, 31, 26, 0.08);
	backdrop-filter: blur(6px);
}

.bchbc-membership-wizard__card::after {
	content: "";
	position: absolute;
	right: 1.25rem;
	bottom: 1.25rem;
	width: clamp(6rem, 12vw, 10rem);
	height: clamp(6rem, 12vw, 10rem);
	border: 1px solid rgba(23, 63, 56, 0.08);
	border-radius: 50%;
	opacity: 0.45;
	pointer-events: none;
}

.bchbc-membership-wizard__loading,
.bchbc-membership-wizard__error {
	padding: 1rem 0;
}

.bchbc-membership-wizard__header {
	max-width: 70rem;
}

.bchbc-membership-wizard__eyebrow {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.bchbc-membership-wizard__accent {
	display: block;
	width: 5rem;
	height: 0.18rem;
	margin: 1.1rem 0 1.5rem;
	border-radius: 999px;
	background: var(--e-global-color-accent);
}

.bchbc-membership-wizard__title {
	max-width: 18ch;
	margin: 0;
	font-size: clamp(2.5rem, 5vw, 4.85rem);
	line-height: 1;
	letter-spacing: -0.04em;
	color: #173f38;
	text-wrap: balance;
}

.bchbc-membership-wizard__title:focus {
	outline: none;
}

.bchbc-membership-wizard__intro {
	max-width: 34rem;
	margin: 1.75rem 0 0;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	line-height: 1.55;
	color: rgba(28, 38, 36, 0.92);
}

.bchbc-membership-wizard__progress-wrap {
	max-width: 54rem;
	margin-top: 1.85rem;
}

.bchbc-membership-wizard__progress-bar {
	width: 100%;
	height: 0.58rem;
	border-radius: 999px;
	background: rgba(205, 190, 163, 0.35);
	overflow: hidden;
}

.bchbc-membership-wizard__progress-fill {
	display: block;
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #b8203f, #c12d49);
	box-shadow: 0 2px 10px rgba(184, 32, 63, 0.22);
	transition: width 0.28s ease;
}

.bchbc-membership-wizard__divider,
.bchbc-membership-wizard__utility-divider {
	height: 1px;
	margin: 2rem 0 1.75rem;
	background: linear-gradient(90deg, rgba(223, 207, 182, 0.85), rgba(223, 207, 182, 0.15));
}

.bchbc-membership-wizard__utility-divider {
	margin: 2rem 0 1.25rem;
	border-top: 1px dashed rgba(223, 207, 182, 0.8);
	background: none;
}

.bchbc-membership-wizard__body {
	margin-bottom: 1.5rem;
}

.bchbc-membership-wizard__step-meta {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.bchbc-membership-wizard__step-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 50%;
	border: 1px solid rgba(207, 189, 160, 0.9);
	background: radial-gradient(circle at 30% 30%, #fffdf9, #f3ebdc);
	color: #173f38;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.bchbc-membership-wizard__step-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.bchbc-membership-wizard__content {
	flex: 1 1 auto;
	padding-top: 0.45rem;
	font-size: clamp(1.05rem, 1.8vw, 1.25rem);
	line-height: 1.55;
	color: rgba(28, 38, 36, 0.95);
}

.bchbc-membership-wizard__content > :first-child {
	margin-top: 0;
}

.bchbc-membership-wizard__content > :last-child {
	margin-bottom: 0;
}

.bchbc-membership-wizard__embed {
	margin-top: 1.25rem;
	overflow: hidden;
	border-radius: 1.25rem;
	border: 1px solid rgba(207, 189, 160, 0.75);
	background: rgba(255, 255, 255, 0.72);
}

.bchbc-membership-wizard__embed iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 0;
}

.bchbc-membership-wizard__actions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(12rem, 22rem));
	gap: 1rem;
	align-items: stretch;
	max-width: 46rem;
}

.bchbc-membership-wizard__button,
.bchbc-membership-wizard__link-button {
	appearance: none;
	cursor: pointer;
	font: inherit;
	text-shadow: none;
}

.bchbc-membership-wizard__button {
	display: flex;
	align-items: center;
	gap: 1.1rem;
	justify-content: space-between;
	width: 100%;
	min-height: 6.6rem;
	padding: 1rem 1.35rem;
	border-radius: 1rem;
	border: 1px solid rgba(18, 55, 49, 0.12);
	text-align: left;
	text-decoration: none !important;
	box-sizing: border-box;
	line-height: 1.2;
	font-family: inherit;
	font-weight: inherit;
	max-width: none;
	margin: 0;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.bchbc-membership-wizard__button--primary {
	background: var(--e-global-color-primary) !important;
	color: #fffaf1 !important;
	border-color: transparent !important;
	box-shadow: 0 12px 26px rgba(23, 63, 56, 0.16) !important;
}

.bchbc-membership-wizard__button--secondary {
	background: var(--e-global-color-primary) !important;
	color: #fffaf1 !important;
	border-color: transparent !important;
	box-shadow: 0 12px 26px rgba(23, 63, 56, 0.16) !important;
}

.bchbc-membership-wizard__button--binary {
	justify-content: flex-start;
	gap: 0;
	min-height: 5.75rem;
	padding: 0.9rem 1.35rem;
}

.bchbc-membership-wizard__button--binary .bchbc-membership-wizard__button-icon {
	width: 3.25rem;
	height: 3.25rem;
	margin-right: 1rem;
}

.bchbc-membership-wizard__button--binary .bchbc-membership-wizard__button-icon svg {
	width: 1.35rem;
	height: 1.35rem;
}

.bchbc-membership-wizard__button--binary .bchbc-membership-wizard__button-label {
	flex: 0 0 auto;
	font-size: 1rem;
	letter-spacing: 0.05em;
	margin-right: 0.5rem;
	text-align: left;
}

.bchbc-membership-wizard__button--binary .bchbc-membership-wizard__button-arrow {
	width: 1.2rem;
	height: 1.2rem;
	margin-left: 0;
	margin-right: auto;
}

.bchbc-membership-wizard__button--binary .bchbc-membership-wizard__button-arrow svg {
	width: 1rem;
	height: 1rem;
}

.bchbc-membership-wizard__button:hover,
.bchbc-membership-wizard__button:focus-visible {
	transform: translateY(-2px);
	text-decoration: none !important;
}

.bchbc-membership-wizard__button--primary:hover,
.bchbc-membership-wizard__button--primary:focus-visible {
	box-shadow: 0 18px 34px rgba(23, 63, 56, 0.2);
}

.bchbc-membership-wizard__button--secondary:hover,
.bchbc-membership-wizard__button--secondary:focus-visible {
	border-color: rgba(23, 63, 56, 0.22);
	box-shadow: 0 16px 30px rgba(41, 35, 26, 0.08);
}

.bchbc-membership-wizard__button:focus-visible,
.bchbc-membership-wizard__link-button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.bchbc-membership-wizard__button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 50%;
	background: rgba(255, 250, 241, 0.95);
	color: #173f38;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.bchbc-membership-wizard__button-icon svg {
	width: 1.65rem;
	height: 1.65rem;
}

.bchbc-membership-wizard__button-label {
	flex: 1 1 auto;
	font-size: clamp(0.98rem, 1.2vw, 1.18rem);
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	line-height: 1.25;
}

.bchbc-membership-wizard__button--primary .bchbc-membership-wizard__button-label,
.bchbc-membership-wizard__button--primary .bchbc-membership-wizard__button-arrow,
.bchbc-membership-wizard__button--secondary .bchbc-membership-wizard__button-label,
.bchbc-membership-wizard__button--secondary .bchbc-membership-wizard__button-arrow {
	color: #fffaf1;
}

.bchbc-membership-wizard__button-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 1.9rem;
	height: 1.9rem;
	opacity: 0.95;
}

.bchbc-membership-wizard__button-arrow svg {
	width: 1.45rem;
	height: 1.45rem;
}

.bchbc-membership-wizard__utility {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.5rem;
	align-items: center;
}

.bchbc-membership-wizard__link-button {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	min-height: 0 !important;
	width: auto !important;
	color: #173f38 !important;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 0.16em;
	transition: opacity 0.2s ease;
}

.bchbc-membership-wizard__link-button:hover,
.bchbc-membership-wizard__link-button:focus-visible {
	opacity: 0.72;
}

.bchbc-membership-wizard__utility-icon {
	display: inline-flex;
	width: 1.4rem;
	height: 1.4rem;
}

@media (max-width: 900px) {
	.bchbc-membership-wizard__title {
		max-width: 100%;
	}

	.bchbc-membership-wizard__actions {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.bchbc-membership-wizard__card {
		padding: 1.35rem;
		border-radius: 1.35rem;
	}

	.bchbc-membership-wizard__step-meta {
		flex-direction: column;
		gap: 0.85rem;
	}

	.bchbc-membership-wizard__actions {
		grid-template-columns: 1fr;
	}

	.bchbc-membership-wizard__button {
		min-height: 0;
		padding: 1rem 1.1rem;
	}

	.bchbc-membership-wizard__button-icon {
		width: 3.75rem;
		height: 3.75rem;
	}

	.bchbc-membership-wizard__button-label {
		letter-spacing: 0.05em;
	}

	.bchbc-membership-wizard__utility {
		flex-direction: column;
		align-items: flex-start;
	}
}
