.sgp-h-bfc {
	--h-primary: #a71c33;
	--h-primary-dark: #480e15;
	--h-rose-50: #fff5f7;
	--h-rose-100: #fde8eb;
	--h-powder: #fbf0f2;
	--h-cream: #fff8f4;
	--h-success: #3f8f68;
	--h-warning: #b9792c;
	--h-warning-soft: #fff2df;
	--h-error: #a71c33;
	--h-error-soft: #fde8eb;
	--h-white: #ffffff;
	--h-border: #eadde1;
	--h-text: #2c1a1d;
	--h-text-soft: #6b5b60;
	--sgp-h-bfc-font-heading: inherit;
	--sgp-h-bfc-font-body: inherit;
	--sgp-h-bfc-font-button: inherit;
	--sgp-h-bfc-font-heading-size: inherit;
	--sgp-h-bfc-font-body-size: inherit;
	--sgp-h-bfc-font-button-size: inherit;
	--sgp-h-bfc-font-heading-weight: inherit;
	--sgp-h-bfc-font-body-weight: inherit;
	--sgp-h-bfc-font-button-weight: inherit;
	display: grid;
	gap: 18px;
	max-width: 1280px;
	margin: 0 auto;
	color: var(--h-text);
	font-family: var(--sgp-h-bfc-font-body);
	font-size: var(--sgp-h-bfc-font-body-size);
	font-weight: var(--sgp-h-bfc-font-body-weight);
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.sgp-h-bfc * {
	box-sizing: border-box;
}

.sgp-h-bfc [hidden],
.sgp-h-bfc .is-hidden {
	display: none !important;
}

.sgp-h-bfc__header,
.sgp-h-bfc__card,
.sgp-h-bfc__summary-card,
.sgp-h-bfc__empty {
	font-family: var(--sgp-h-bfc-font-body);
	padding: 22px;
	background: var(--h-white);
	border: 1px solid var(--h-border);
	border-radius: 22px;
	box-shadow: 0 14px 34px rgba(44, 26, 29, 0.07);
}

@keyframes sgp-h-bfc-service-attention {
	0% {
		background-color: var(--h-white);
		border-color: var(--h-border);
		box-shadow: 0 14px 34px rgba(44, 26, 29, 0.07), 0 0 0 0 rgba(167, 28, 51, 0.2);
	}

	45% {
		background-color: rgba(167, 28, 51, 0.035);
		border-color: rgba(167, 28, 51, 0.34);
		box-shadow: 0 16px 36px rgba(72, 14, 21, 0.1), 0 0 0 12px rgba(167, 28, 51, 0.08);
	}

	100% {
		background-color: var(--h-white);
		border-color: var(--h-border);
		box-shadow: 0 14px 34px rgba(44, 26, 29, 0.07), 0 0 0 0 rgba(167, 28, 51, 0);
	}
}

.sgp-h-bfc .sgp-h-bfc__service-attention {
	animation: sgp-h-bfc-service-attention 2.1s ease-in-out infinite;
}

.sgp-h-bfc__header {
	background: linear-gradient(135deg, var(--h-cream), var(--h-rose-50));
}

.sgp-h-bfc__kicker {
	margin: 0 0 8px;
	color: var(--h-primary);
	font-size: var(--sgp-h-bfc-font-body-size);
	font-weight: var(--sgp-h-bfc-font-body-weight);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sgp-h-bfc__header .sgp-h-bfc__kicker {
	color: var(--sgp-h-bfc-header-kicker-color, var(--h-primary));
	font-family: var(--sgp-h-bfc-header-kicker-font, var(--sgp-h-bfc-font-body));
	font-size: var(--sgp-h-bfc-header-kicker-size, var(--sgp-h-bfc-font-body-size));
	font-weight: var(--sgp-h-bfc-header-kicker-weight, var(--sgp-h-bfc-font-body-weight));
	text-transform: var(--sgp-h-bfc-header-kicker-transform, uppercase);
}

.sgp-h-bfc__header h2 {
	margin: 0;
	color: var(--sgp-h-bfc-header-title-color, var(--h-primary-dark));
	font-family: var(--sgp-h-bfc-header-title-font, var(--sgp-h-bfc-font-heading));
	font-size: var(--sgp-h-bfc-header-title-size, var(--sgp-h-bfc-font-heading-size));
	font-weight: var(--sgp-h-bfc-header-title-weight, var(--sgp-h-bfc-font-heading-weight));
	line-height: 1.16;
	text-transform: var(--sgp-h-bfc-header-title-transform, none);
}

.sgp-h-bfc__section-heading h3,
.sgp-h-bfc__category-heading h4,
.sgp-h-bfc__summary-card h3 {
	margin: 0;
	color: var(--sgp-h-bfc-panel-title-color, var(--h-primary-dark));
	font-family: var(--sgp-h-bfc-panel-title-font, var(--sgp-h-bfc-font-heading));
	font-size: var(--sgp-h-bfc-panel-title-size, var(--sgp-h-bfc-font-heading-size));
	font-weight: var(--sgp-h-bfc-panel-title-weight, var(--sgp-h-bfc-font-heading-weight));
	line-height: 1.18;
	text-transform: var(--sgp-h-bfc-panel-title-transform, none);
}

.sgp-h-bfc__summary-card > div > .sgp-h-bfc__kicker {
	color: var(--sgp-h-bfc-panel-title-color, var(--h-primary));
	font-family: var(--sgp-h-bfc-panel-title-font, var(--sgp-h-bfc-font-body));
	font-size: var(--sgp-h-bfc-panel-title-size, var(--sgp-h-bfc-font-body-size));
	font-weight: var(--sgp-h-bfc-panel-title-weight, var(--sgp-h-bfc-font-body-weight));
	text-transform: var(--sgp-h-bfc-panel-title-transform, uppercase);
}

.sgp-h-bfc__section-heading h3,
.sgp-h-bfc__summary-card h3 {
	font-size: var(--sgp-h-bfc-panel-title-size, var(--sgp-h-bfc-font-heading-size));
}

.sgp-h-bfc__header p:not(.sgp-h-bfc__kicker) {
	margin: 10px 0 0;
	color: var(--sgp-h-bfc-header-intro-color, var(--h-text-soft));
	font-family: var(--sgp-h-bfc-header-intro-font, var(--sgp-h-bfc-font-body));
	font-size: var(--sgp-h-bfc-header-intro-size, var(--sgp-h-bfc-font-body-size));
	font-weight: var(--sgp-h-bfc-header-intro-weight, var(--sgp-h-bfc-font-body-weight));
	line-height: 1.6;
	text-transform: var(--sgp-h-bfc-header-intro-transform, none);
}

.sgp-h-bfc__section-heading p,
.sgp-h-bfc__category-heading p,
.sgp-h-bfc__summary-card p:not(.sgp-h-bfc__kicker, .sgp-h-bfc__summary-empty, .sgp-h-bfc__selected-feedback) {
	margin: 10px 0 0;
	color: var(--sgp-h-bfc-panel-text-color, var(--h-text-soft));
	font-family: var(--sgp-h-bfc-panel-text-font, var(--sgp-h-bfc-font-body));
	font-size: var(--sgp-h-bfc-panel-text-size, var(--sgp-h-bfc-font-body-size));
	font-weight: var(--sgp-h-bfc-panel-text-weight, var(--sgp-h-bfc-font-body-weight));
	line-height: 1.6;
	text-transform: var(--sgp-h-bfc-panel-text-transform, none);
}

.sgp-h-bfc__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	padding: 8px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--h-border);
	border-radius: 999px;
	box-shadow: 0 8px 22px rgba(44, 26, 29, 0.05);
}

.sgp-h-bfc__steps span {
	position: relative;
	font-family: var(--sgp-h-bfc-step-font, var(--sgp-h-bfc-font-heading));
	padding: 11px 14px;
	color: var(--sgp-h-bfc-step-color, var(--h-text-soft));
	background: transparent;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: var(--sgp-h-bfc-step-size, var(--sgp-h-bfc-font-heading-size));
	font-weight: var(--sgp-h-bfc-step-weight, var(--sgp-h-bfc-font-heading-weight));
	text-align: center;
	text-transform: var(--sgp-h-bfc-step-transform, none);
	transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.sgp-h-bfc__steps .is-active {
	color: var(--sgp-h-bfc-step-active-color, var(--h-white));
	background: var(--h-primary);
	border-color: var(--h-primary);
	box-shadow: 0 8px 18px rgba(167, 28, 51, 0.16);
}

.sgp-h-bfc__steps .is-complete {
	color: var(--sgp-h-bfc-step-completed-color, var(--h-primary));
	background: var(--h-rose-50);
	border-color: rgba(167, 28, 51, 0.14);
}

.sgp-h-bfc__steps .is-complete::before {
	content: "✓";
	margin-right: 6px;
	font-weight: var(--sgp-h-bfc-font-heading-weight);
}

.sgp-h-bfc__form,
.sgp-h-bfc__services,
.sgp-h-bfc__slots {
	display: grid;
	gap: 16px;
}

.sgp-h-bfc__section-heading {
	margin-bottom: 16px;
}

.sgp-h-bfc__preselected-note {
	margin: 0 0 16px;
	padding: 12px 14px;
	color: var(--sgp-h-bfc-help-color, var(--h-primary-dark));
	background: var(--h-rose-50);
	border: 1px solid rgba(167, 28, 51, 0.18);
	border-radius: 14px;
	font-family: var(--sgp-h-bfc-help-font, var(--sgp-h-bfc-font-body));
	font-size: var(--sgp-h-bfc-help-size, var(--sgp-h-bfc-font-body-size));
	font-weight: var(--sgp-h-bfc-help-weight, var(--sgp-h-bfc-font-body-weight));
	line-height: 1.45;
	text-transform: var(--sgp-h-bfc-help-transform, none);
}

.sgp-h-bfc__category {
	display: grid;
	gap: 0;
	overflow: hidden;
	padding: 0;
	background: linear-gradient(135deg, var(--h-cream), var(--h-white));
	border: 1px solid var(--h-border);
	border-radius: 20px;
	box-shadow: 0 10px 26px rgba(44, 26, 29, 0.05);
}

.sgp-h-bfc__category-accordion {
	display: grid;
	gap: 12px;
}

.sgp-h-bfc__category-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	width: 100%;
	padding: 16px;
	color: var(--h-primary-dark);
	background: transparent;
	border: 0;
	cursor: pointer;
	font: inherit;
	text-align: left;
}

.sgp-h-bfc__category-toggle strong,
.sgp-h-bfc__category-toggle small {
	display: block;
}

.sgp-h-bfc__category-toggle strong {
	color: var(--sgp-h-bfc-panel-title-color, var(--h-primary-dark));
	font-family: var(--sgp-h-bfc-panel-title-font, var(--sgp-h-bfc-font-heading));
	font-size: var(--sgp-h-bfc-panel-title-size, var(--sgp-h-bfc-font-heading-size));
	font-weight: var(--sgp-h-bfc-panel-title-weight, var(--sgp-h-bfc-font-heading-weight));
	text-transform: var(--sgp-h-bfc-panel-title-transform, none);
}

.sgp-h-bfc__category-toggle small,
.sgp-h-bfc__category-description {
	margin-top: 5px;
	color: var(--sgp-h-bfc-panel-text-color, var(--h-text-soft));
	font-family: var(--sgp-h-bfc-panel-text-font, var(--sgp-h-bfc-font-body));
	font-size: var(--sgp-h-bfc-panel-text-size, var(--sgp-h-bfc-font-body-size));
	font-weight: var(--sgp-h-bfc-panel-text-weight, var(--sgp-h-bfc-font-body-weight));
	line-height: 1.45;
	text-transform: var(--sgp-h-bfc-panel-text-transform, none);
}

.sgp-h-bfc__category-toggle-icon {
	position: relative;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	background: var(--h-white);
	border: 1px solid rgba(167, 28, 51, 0.16);
	border-radius: 999px;
}

.sgp-h-bfc__category-toggle-icon::before,
.sgp-h-bfc__category-toggle-icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 2px;
	background: var(--h-primary);
	border-radius: 999px;
	content: "";
	transform: translate(-50%, -50%);
}

.sgp-h-bfc__category-toggle-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: opacity 0.2s ease;
}

.sgp-h-bfc__category.is-open .sgp-h-bfc__category-toggle-icon::after {
	opacity: 0;
}

.sgp-h-bfc__category-toggle:focus-visible {
	outline: 3px solid rgba(167, 28, 51, 0.22);
	outline-offset: -3px;
}

.sgp-h-bfc__category-panel {
	display: grid;
	gap: 12px;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	padding: 0 16px 16px;
	transform: translateY(-4px);
	transition: max-height 220ms ease, opacity 220ms ease, transform 220ms ease, padding 220ms ease;
}

.sgp-h-bfc__category:not(.is-open) .sgp-h-bfc__category-panel {
	padding-top: 0;
	padding-bottom: 0;
	pointer-events: none;
}

.sgp-h-bfc__category.is-open .sgp-h-bfc__category-panel {
	max-height: 1600px;
	opacity: 1;
	transform: translateY(0);
}

.sgp-h-bfc__category-description {
	margin: 0 0 2px;
}

.sgp-h-bfc__service {
	display: grid;
	font-family: var(--sgp-h-bfc-font-body);
	grid-template-columns: auto 1fr;
	gap: 12px;
	align-items: flex-start;
	padding: 16px;
	background: var(--h-white);
	border: 1px solid var(--h-border);
	border-radius: 18px;
	cursor: pointer;
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.sgp-h-bfc__service:hover,
.sgp-h-bfc__service.is-selected {
	border-color: rgba(167, 28, 51, 0.48);
	box-shadow: 0 12px 26px rgba(72, 14, 21, 0.1);
	transform: translateY(-2px);
}

.sgp-h-bfc__service input {
	width: 20px;
	height: 20px;
	margin: 3px 0 0;
	accent-color: var(--h-primary);
}

.sgp-h-bfc__service strong,
.sgp-h-bfc__service small,
.sgp-h-bfc__service em {
	display: block;
}

.sgp-h-bfc__service strong {
	color: var(--sgp-h-bfc-service-title-color, var(--h-primary-dark));
	font-family: var(--sgp-h-bfc-service-title-font, var(--sgp-h-bfc-font-heading));
	font-size: var(--sgp-h-bfc-service-title-size, var(--sgp-h-bfc-font-heading-size));
	font-weight: var(--sgp-h-bfc-service-title-weight, var(--sgp-h-bfc-font-heading-weight));
	text-transform: var(--sgp-h-bfc-service-title-transform, none);
}

.sgp-h-bfc__service small {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 4px;
	color: var(--sgp-h-bfc-service-meta-color, var(--h-primary));
	font-family: var(--sgp-h-bfc-service-meta-font, var(--sgp-h-bfc-font-body));
	font-size: var(--sgp-h-bfc-service-meta-size, var(--sgp-h-bfc-font-body-size));
	font-weight: var(--sgp-h-bfc-service-meta-weight, var(--sgp-h-bfc-font-body-weight));
	text-transform: var(--sgp-h-bfc-service-meta-transform, none);
}

.sgp-h-bfc__service-price {
	color: var(--sgp-h-bfc-service-price-color, var(--h-primary));
	font-family: var(--sgp-h-bfc-service-price-font, var(--sgp-h-bfc-service-meta-font, var(--sgp-h-bfc-font-body)));
	font-size: var(--sgp-h-bfc-service-price-size, var(--sgp-h-bfc-service-meta-size, var(--sgp-h-bfc-font-body-size)));
	font-weight: var(--sgp-h-bfc-service-price-weight, var(--sgp-h-bfc-service-meta-weight, var(--sgp-h-bfc-font-body-weight)));
	text-transform: var(--sgp-h-bfc-service-price-transform, var(--sgp-h-bfc-service-meta-transform, none));
}

.sgp-h-bfc__service-billing {
	display: inline-flex;
	width: fit-content;
	margin-top: 8px;
	padding: 4px 9px;
	color: var(--h-primary);
	background: rgba(167, 28, 51, 0.08);
	border: 1px solid rgba(167, 28, 51, 0.14);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.sgp-h-bfc__service em {
	margin-top: 7px;
	color: var(--sgp-h-bfc-service-desc-color, var(--h-text-soft));
	font-family: var(--sgp-h-bfc-service-desc-font, var(--sgp-h-bfc-font-body));
	font-size: var(--sgp-h-bfc-service-desc-size, var(--sgp-h-bfc-font-body-size));
	font-weight: var(--sgp-h-bfc-service-desc-weight, var(--sgp-h-bfc-font-body-weight));
	font-style: normal;
	line-height: 1.45;
	text-transform: var(--sgp-h-bfc-service-desc-transform, none);
}

.sgp-h-bfc__variations {
	padding: 16px;
	background: var(--h-powder);
	border: 1px solid var(--h-border);
	border-radius: 18px;
}

.sgp-h-bfc__variations label,
.sgp-h-bfc__variations span {
	display: grid;
	gap: 8px;
	color: var(--sgp-h-bfc-service-meta-color, var(--h-text));
	font-family: var(--sgp-h-bfc-service-meta-font, var(--sgp-h-bfc-font-body));
	font-size: var(--sgp-h-bfc-service-meta-size, var(--sgp-h-bfc-font-body-size));
	font-weight: var(--sgp-h-bfc-service-meta-weight, var(--sgp-h-bfc-font-body-weight));
	text-transform: var(--sgp-h-bfc-service-meta-transform, none);
}

.sgp-h-bfc__variations select {
	min-height: 48px;
	padding: 10px 13px;
	color: var(--sgp-h-bfc-service-meta-color, var(--h-text));
	background: var(--h-white);
	border: 1px solid var(--h-border);
	border-radius: 12px;
	font-family: var(--sgp-h-bfc-service-meta-font, var(--sgp-h-bfc-font-body));
	font-size: var(--sgp-h-bfc-service-meta-size, var(--sgp-h-bfc-font-body-size));
	font-weight: var(--sgp-h-bfc-service-meta-weight, var(--sgp-h-bfc-font-body-weight));
	text-transform: var(--sgp-h-bfc-service-meta-transform, none);
}

.sgp-h-bfc__feedback {
	padding: 14px 16px;
	background: var(--h-powder);
	border: 1px solid var(--h-border);
	border-radius: 16px;
	color: var(--sgp-h-bfc-help-color, var(--h-text-soft));
	font-family: var(--sgp-h-bfc-help-font, var(--sgp-h-bfc-font-body));
	font-size: var(--sgp-h-bfc-help-size, var(--sgp-h-bfc-font-body-size));
	font-weight: var(--sgp-h-bfc-help-weight, var(--sgp-h-bfc-font-body-weight));
	text-transform: var(--sgp-h-bfc-help-transform, none);
}

.sgp-h-bfc__feedback[data-type="error"] {
	color: var(--sgp-h-bfc-help-color, var(--h-error));
	background: var(--h-error-soft);
}

.sgp-h-bfc__feedback.is-success {
	color: var(--h-success);
	background: var(--h-success-soft, #e8f6ef);
	border-color: rgba(63, 143, 104, 0.24);
}

.sgp-h-bfc__feedback strong,
.sgp-h-bfc__feedback span {
	display: block;
}

.sgp-h-bfc__feedback strong {
	margin-bottom: 6px;
	color: inherit;
	font-weight: 900;
}

.sgp-h-bfc__feedback span + span {
	margin-top: 4px;
}

.sgp-h-bfc__feedback .sgp-h-bfc__button {
	display: inline-flex;
	width: fit-content;
	margin-top: 12px;
}

.sgp-h-bfc__feedback[data-type="empty"] {
	color: var(--sgp-h-bfc-help-color, var(--h-warning));
	background: var(--h-warning-soft);
}

.sgp-h-bfc__slot-day {
	display: grid;
	gap: 12px;
	padding: 14px;
	background: linear-gradient(135deg, var(--h-white), rgba(255, 245, 247, 0.72));
	border: 1px solid var(--h-border);
	border-radius: 18px;
	box-shadow: 0 8px 20px rgba(44, 26, 29, 0.045);
}

.sgp-h-bfc__slot-day h4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 0;
	color: var(--sgp-h-bfc-day-title-color, var(--h-primary-dark));
	font-family: var(--sgp-h-bfc-day-title-font, var(--sgp-h-bfc-font-heading));
	font-size: var(--sgp-h-bfc-day-title-size, var(--sgp-h-bfc-font-heading-size));
	font-weight: var(--sgp-h-bfc-day-title-weight, var(--sgp-h-bfc-font-heading-weight));
	text-transform: var(--sgp-h-bfc-day-title-transform, none);
}

.sgp-h-bfc__slot-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
	gap: 9px;
}

.sgp-h-bfc__slot {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 50px;
	padding: 10px 12px;
	color: var(--sgp-h-bfc-slot-color, var(--h-text));
	background: var(--h-white);
	border: 1px solid var(--h-border);
	border-radius: 14px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
	cursor: pointer;
	font-family: var(--sgp-h-bfc-slot-font, var(--sgp-h-bfc-font-button));
	font-size: var(--sgp-h-bfc-slot-size, var(--sgp-h-bfc-font-button-size));
	font-weight: var(--sgp-h-bfc-slot-weight, var(--sgp-h-bfc-font-button-weight));
	line-height: 1.15;
	text-transform: var(--sgp-h-bfc-slot-transform, none);
	transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.sgp-h-bfc__slot-time {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.sgp-h-bfc__slot.is-recommended {
	flex-direction: column;
	align-items: center;
	min-height: 64px;
	padding: 10px;
	background: linear-gradient(180deg, var(--h-rose-100), var(--h-white));
	border-color: rgba(167, 28, 51, 0.28);
	color: var(--sgp-h-bfc-slot-color, var(--h-primary-dark));
}

.sgp-h-bfc__slot-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	padding: 4px 8px;
	color: var(--sgp-h-bfc-badge-color, var(--h-white));
	background: var(--h-primary);
	border: 1px solid rgba(167, 28, 51, 0.22);
	border-radius: 999px;
	font-family: var(--sgp-h-bfc-badge-font, var(--sgp-h-bfc-font-body));
	font-size: var(--sgp-h-bfc-badge-size, var(--sgp-h-bfc-font-body-size));
	font-weight: var(--sgp-h-bfc-badge-weight, var(--sgp-h-bfc-font-body-weight));
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: var(--sgp-h-bfc-badge-transform, none);
	white-space: nowrap;
}

.sgp-h-bfc__slot.is-selected {
	color: var(--sgp-h-bfc-slot-active-color, var(--h-white));
	background: var(--h-primary);
	border-color: var(--h-primary-dark);
	box-shadow: 0 14px 26px rgba(167, 28, 51, 0.28);
	outline: 2px solid rgba(72, 14, 21, 0.18);
	outline-offset: 2px;
}

.sgp-h-bfc__slot.is-selected::before {
	content: "✓";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: var(--h-primary);
	background: var(--h-white);
	border-radius: 50%;
	font-size: var(--sgp-h-bfc-slot-size, var(--sgp-h-bfc-font-button-size));
	font-weight: var(--sgp-h-bfc-slot-weight, var(--sgp-h-bfc-font-button-weight));
}

.sgp-h-bfc__slot.is-selected .sgp-h-bfc__slot-badge {
	color: var(--h-primary);
	background: var(--h-white);
}

.sgp-h-bfc__slot:hover,
.sgp-h-bfc__slot:focus {
	transform: translateY(-1px);
	border-color: rgba(167, 28, 51, 0.48);
	box-shadow: 0 8px 18px rgba(72, 14, 21, 0.1);
	outline: none;
}

.sgp-h-bfc__slot:focus-visible {
	outline: 3px solid rgba(167, 28, 51, 0.22);
	outline-offset: 2px;
}

.sgp-h-bfc__more-slots,
.sgp-h-bfc__more-times {
	justify-self: center;
	min-height: 40px;
	padding: 10px 18px;
	color: var(--sgp-h-bfc-more-color, var(--h-primary));
	background: rgba(255, 245, 247, 0.72);
	border: 1px solid rgba(167, 28, 51, 0.16);
	border-radius: 999px;
	box-shadow: none;
	cursor: pointer;
	font-family: var(--sgp-h-bfc-more-font, var(--sgp-h-bfc-font-button));
	font-size: var(--sgp-h-bfc-more-size, var(--sgp-h-bfc-font-button-size));
	font-weight: var(--sgp-h-bfc-more-weight, var(--sgp-h-bfc-font-button-weight));
	text-transform: var(--sgp-h-bfc-more-transform, none);
	transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.sgp-h-bfc__more-times {
	min-height: 38px;
	padding: 9px 16px;
	font-size: var(--sgp-h-bfc-more-size, var(--sgp-h-bfc-font-button-size));
}

.sgp-h-bfc__more-slots:hover,
.sgp-h-bfc__more-slots:focus,
.sgp-h-bfc__more-times:hover,
.sgp-h-bfc__more-times:focus {
	color: var(--h-white);
	background: var(--h-primary);
	border-color: var(--h-primary);
	box-shadow: none;
	transform: translateY(-1px);
	outline: none;
}

.sgp-h-bfc__more-slots:focus-visible,
.sgp-h-bfc__more-times:focus-visible {
	outline: 2px solid rgba(167, 28, 51, 0.32);
	outline-offset: 2px;
}

.sgp-h-bfc__button:focus-visible {
	outline: 3px solid rgba(167, 28, 51, 0.22);
	outline-offset: 2px;
}

.sgp-h-bfc__summary-card {
	display: grid;
	gap: 16px;
	background: linear-gradient(145deg, var(--h-white), var(--h-cream));
	border-color: rgba(167, 28, 51, 0.24);
	box-shadow: 0 16px 36px rgba(72, 14, 21, 0.1);
}

.sgp-h-bfc__summary-card.is-empty {
	background: linear-gradient(145deg, var(--h-white), var(--h-rose-50));
}

.sgp-h-bfc__summary-empty {
	margin: 0;
	padding: 16px;
	color: var(--sgp-h-bfc-help-color, var(--h-text-soft));
	background: rgba(255, 255, 255, 0.72);
	border: 1px dashed rgba(167, 28, 51, 0.2);
	border-radius: 16px;
	font-family: var(--sgp-h-bfc-help-font, var(--sgp-h-bfc-font-body));
	font-size: var(--sgp-h-bfc-help-size, var(--sgp-h-bfc-font-body-size));
	font-weight: var(--sgp-h-bfc-help-weight, var(--sgp-h-bfc-font-body-weight));
	line-height: 1.5;
	text-transform: var(--sgp-h-bfc-help-transform, none);
}

.sgp-h-bfc__selected-feedback {
	margin: 0;
	padding: 12px 14px;
	color: var(--sgp-h-bfc-help-color, var(--h-primary-dark));
	background: var(--h-rose-50);
	border: 1px solid rgba(167, 28, 51, 0.18);
	border-radius: 14px;
	font-family: var(--sgp-h-bfc-help-font, var(--sgp-h-bfc-font-body));
	font-size: var(--sgp-h-bfc-help-size, var(--sgp-h-bfc-font-body-size));
	font-weight: var(--sgp-h-bfc-help-weight, var(--sgp-h-bfc-font-body-weight));
	text-transform: var(--sgp-h-bfc-help-transform, none);
}

.sgp-h-bfc__summary-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin: 0;
}

.sgp-h-bfc__summary-list div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	background: var(--h-white);
	border: 1px solid var(--h-border);
	border-radius: 15px;
}

.sgp-h-bfc__summary-list dt {
	color: var(--sgp-h-bfc-summary-label-color, var(--h-text-soft));
	font-family: var(--sgp-h-bfc-summary-label-font, var(--sgp-h-bfc-font-body));
	font-size: var(--sgp-h-bfc-summary-label-size, var(--sgp-h-bfc-font-body-size));
	font-weight: var(--sgp-h-bfc-summary-label-weight, var(--sgp-h-bfc-font-body-weight));
	text-transform: var(--sgp-h-bfc-summary-label-transform, uppercase);
}

.sgp-h-bfc__summary-list dd {
	margin: 0;
	color: var(--sgp-h-bfc-summary-value-color, var(--h-primary-dark));
	font-family: var(--sgp-h-bfc-summary-value-font, var(--sgp-h-bfc-font-body));
	font-size: var(--sgp-h-bfc-summary-value-size, var(--sgp-h-bfc-font-body-size));
	font-weight: var(--sgp-h-bfc-summary-value-weight, var(--sgp-h-bfc-font-body-weight));
	text-align: right;
	text-transform: var(--sgp-h-bfc-summary-value-transform, none);
}

.sgp-h-bfc__payment-choice,
.sgp-h-bfc__billing-choice,
.sgp-h-bfc__payment-breakdown {
	display: grid;
	gap: 12px;
	margin-top: 14px;
	padding: 14px;
	background: var(--h-rose-50);
	border: 1px solid rgba(167, 28, 51, 0.14);
	border-radius: 16px;
}

.sgp-h-bfc__payment-choice h4,
.sgp-h-bfc__billing-choice h4 {
	margin: 0;
	color: var(--h-primary-dark);
	font-family: var(--sgp-h-bfc-font-heading);
	font-size: 18px;
	line-height: 1.2;
}

.sgp-h-bfc__payment-options,
.sgp-h-bfc__billing-options {
	display: grid;
	gap: 10px;
}

.sgp-h-bfc__payment-option,
.sgp-h-bfc__billing-option {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
	align-items: flex-start;
	padding: 12px;
	background: var(--h-white);
	border: 1px solid var(--h-border);
	border-radius: 14px;
	cursor: pointer;
}

.sgp-h-bfc__payment-option input,
.sgp-h-bfc__billing-option input {
	margin-top: 3px;
	accent-color: var(--h-primary);
}

.sgp-h-bfc__payment-option > span,
.sgp-h-bfc__billing-option > span {
	display: grid;
	gap: 5px;
}

.sgp-h-bfc__payment-option strong,
.sgp-h-bfc__billing-option strong,
.sgp-h-bfc__payment-breakdown strong {
	color: var(--h-primary-dark);
	line-height: 1.35;
}

.sgp-h-bfc__payment-option em,
.sgp-h-bfc__billing-option em {
	color: var(--h-primary);
	font-style: normal;
}

.sgp-h-bfc__payment-option small,
.sgp-h-bfc__billing-option small,
.sgp-h-bfc__billing-message,
.sgp-h-bfc__payment-breakdown p {
	display: block;
	margin: 0;
	color: var(--h-text-soft);
	line-height: 1.45;
}

.sgp-h-bfc__payment-breakdown div {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.sgp-h-bfc__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.sgp-h-bfc__button {
	min-height: 48px;
	padding: 13px 22px;
	color: var(--sgp-h-bfc-primary-button-color, var(--h-white));
	background: var(--h-primary);
	border: 0;
	border-radius: 30px;
	box-shadow: 0 10px 20px rgba(167, 28, 51, 0.18);
	cursor: pointer;
	font-family: var(--sgp-h-bfc-primary-button-font, var(--sgp-h-bfc-font-button));
	font-size: var(--sgp-h-bfc-primary-button-size, var(--sgp-h-bfc-font-button-size));
	font-weight: var(--sgp-h-bfc-primary-button-weight, var(--sgp-h-bfc-font-button-weight));
	text-transform: var(--sgp-h-bfc-primary-button-transform, none);
	transition: background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
}

.sgp-h-bfc__button--secondary {
	color: var(--sgp-h-bfc-secondary-button-color, var(--h-primary));
	background: var(--h-white);
	border: 1px solid var(--h-border);
	box-shadow: none;
	font-family: var(--sgp-h-bfc-secondary-button-font, var(--sgp-h-bfc-font-button));
	font-size: var(--sgp-h-bfc-secondary-button-size, var(--sgp-h-bfc-font-button-size));
	font-weight: var(--sgp-h-bfc-secondary-button-weight, var(--sgp-h-bfc-font-button-weight));
	text-transform: var(--sgp-h-bfc-secondary-button-transform, none);
}

.sgp-h-bfc .sgp-h-bfc__mobile-only {
	display: none;
}

.sgp-h-bfc__button:hover,
.sgp-h-bfc__button:focus {
	background: var(--h-primary-dark);
	box-shadow: 0 12px 24px rgba(72, 14, 21, 0.2);
	transform: translateY(-1px);
}

.sgp-h-bfc__button--secondary:hover,
.sgp-h-bfc__button--secondary:focus {
	color: var(--h-white);
}

.sgp-h-bfc__button:disabled {
	cursor: not-allowed;
	opacity: 0.62;
	transform: none;
}

@media (min-width: 1100px) {
	.sgp-h-bfc__form {
		grid-template-columns: minmax(250px, 0.9fr) minmax(420px, 1.35fr) minmax(280px, 0.85fr);
		align-items: start;
	}

	.sgp-h-bfc__slot-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.sgp-h-bfc__summary-card {
		position: sticky;
		top: 120px;
		grid-column: 3;
		grid-row: 1;
		align-self: start;
		z-index: 2;
	}
}

@media (min-width: 820px) and (max-width: 1099px) {
	.sgp-h-bfc__form {
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
		align-items: start;
	}

	.sgp-h-bfc__summary-card {
		grid-column: 1 / -1;
	}

	.sgp-h-bfc__summary-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 641px) and (max-width: 1099px) {
	.sgp-h-bfc__slot-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.sgp-h-bfc [data-sgp-bfc-scroll-target="service"],
	.sgp-h-bfc [data-sgp-bfc-scroll-target="slot"] {
		scroll-margin-top: 84px;
	}

	.sgp-h-bfc .sgp-h-bfc__mobile-only {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.sgp-h-bfc__steps,
	.sgp-h-bfc__summary-list {
		grid-template-columns: 1fr;
	}

	.sgp-h-bfc__steps {
		padding: 6px;
		border-radius: 22px;
	}

	.sgp-h-bfc__steps span {
		padding: 10px 12px;
	}

	.sgp-h-bfc__slot-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sgp-h-bfc__summary-list div {
		display: grid;
		gap: 4px;
	}

	.sgp-h-bfc__summary-list dd {
		text-align: left;
	}

	.sgp-h-bfc__actions,
	.sgp-h-bfc__button {
		width: 100%;
	}
}

@media (max-width: 390px) {
	.sgp-h-bfc__slot-grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sgp-h-bfc *,
	.sgp-h-bfc *::before,
	.sgp-h-bfc *::after {
		animation: none;
		transition: none;
	}

	.sgp-h-bfc .sgp-h-bfc__service-attention {
		background-color: rgba(167, 28, 51, 0.025);
		border-color: rgba(167, 28, 51, 0.2);
	}
}
