.ht-plabwp-shell {
	--ht-plabwp-surface: #ffffff;
	--ht-plabwp-border: #d9e0ea;
	--ht-plabwp-ink: #21334d;
	--ht-plabwp-muted: #5f6f82;
	--ht-plabwp-primary: #1f5d8f;
	--ht-plabwp-soft: #f5f7fb;
	max-width: 1100px;
	margin: 0 auto;
	padding: 32px 20px 40px;
	color: var(--ht-plabwp-ink);
}

.ht-plabwp-block {
	position: relative;
	min-height: 120px;
}

.ht-plabwp-block__loading,
.ht-plabwp-block__error {
	padding: 24px;
	border: 1px dashed #c7d4e2;
	border-radius: 12px;
	background: #fff;
	color: #5f6f82;
	text-align: center;
}

.ht-plabwp-block__error {
	color: #ba3a2f;
	border-color: #e0b6b2;
	background: #fff9f8;
}

.ht-plabwp-shell__hero,
.ht-plabwp-shell__panel,
.ht-plabwp-shell__form-card,
.ht-plabwp-shell__assurance {
	background: var(--ht-plabwp-surface);
	border: 1px solid var(--ht-plabwp-border);
	border-radius: 14px;
	box-shadow: 0 14px 34px rgba(32, 56, 88, 0.08);
}

.ht-plabwp-shell__hero,
.ht-plabwp-shell__form-card,
.ht-plabwp-shell__assurance {
	padding: 28px;
}

.ht-plabwp-shell__form-card {
	padding-bottom: 36px;
}

.ht-plabwp-shell__assurance {
	margin-top: 24px;
}

.ht-plabwp-shell__hero {
	display: grid;
	gap: 20px;
	margin-bottom: 24px;
}

.ht-plabwp-shell__eyebrow {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ht-plabwp-primary);
}

.ht-plabwp-shell__title {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.05;
	color: #183354;
}

.ht-plabwp-shell__lead,
.ht-plabwp-shell__response,
.ht-plabwp-shell__notice {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.7;
	color: var(--ht-plabwp-muted);
}

.ht-plabwp-shell__supporting {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.ht-plabwp-shell__supporting--success {
	margin-bottom: 24px;
}

.ht-plabwp-shell__panel {
	padding: 22px;
}

.ht-plabwp-shell__panel-title {
	margin: 0 0 12px;
	font-size: 1.05rem;
	color: #183354;
}

.ht-plabwp-shell__panel-list {
	margin: 0;
	padding-left: 1.1rem;
	color: var(--ht-plabwp-muted);
	line-height: 1.7;
}

.ht-plabwp-shell__status {
	margin-bottom: 18px;
}

.ht-plabwp-shell--book_appointment_option_2 .ht-plabwp-shell__status {
	margin-bottom: 16px;
}

.ht-plabwp-shell__notice {
	display: flex;
	align-items: center;
	margin-top: 0;
	margin-bottom: 24px;
	padding: 18px 20px;
	border-radius: 12px;
	background: #eef5fb;
	border: 1px solid #d5e4f3;
	color: #365777;
	min-height: 48px;
	box-sizing: border-box;
	line-height: 1.5;
}

.ht-plabwp-shell__notice-text {
	display: block;
	width: 100%;
	margin: 0;
	line-height: 1.5;
}

.ht-plabwp-form {
	display: grid;
	gap: 18px;
}

.ht-plabwp-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.ht-plabwp-form__actions {
	margin: 0;
}

.ht-plabwp-form__section {
	margin: 0;
}

.ht-plabwp-form__group {
	display: grid;
	gap: 8px;
	margin: 0;
	scroll-margin-top: 140px;
}

.ht-plabwp-form__label {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	color: #1f314a;
	scroll-margin-top: 140px;
}

.ht-plabwp-form__label-row,
.ht-plabwp-form__consent-row {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.25rem;
}

.ht-plabwp-form__required {
	display: inline-block;
	flex: 0 0 auto;
	color: #ba3a2f;
	margin-right: 0;
	line-height: 1;
}

.ht-plabwp-form__help,
.ht-plabwp-form__field-error,
.ht-plabwp-form__upload-help {
	display: block;
	font-size: 0.92rem;
	line-height: 1.6;
}

.ht-plabwp-form__help,
.ht-plabwp-form__upload-help {
	color: var(--ht-plabwp-muted);
}

.ht-plabwp-form__field-error {
	color: #ba3a2f;
}

.ht-plabwp-form__field,
.ht-plabwp-form__textarea,
.ht-plabwp-form__select {
	width: 100%;
	min-height: 56px;
	padding: 14px 22px;
	border: 1px solid #c7d4e2;
	border-radius: 10px;
	background: #fff;
	font: inherit;
	color: #21334d;
	box-sizing: border-box;
	scroll-margin-top: 140px;
}

.ht-plabwp-form input.ht-plabwp-form__field,
.ht-plabwp-form input[type='email'].ht-plabwp-form__field,
.ht-plabwp-form input[type='tel'].ht-plabwp-form__field,
.ht-plabwp-form textarea.ht-plabwp-form__textarea,
.ht-plabwp-form select.ht-plabwp-form__select,
.ht-plabwp-form.ht-core-form input.ht-plabwp-form__field,
.ht-plabwp-form.ht-core-form textarea.ht-plabwp-form__textarea,
.ht-plabwp-form.ht-core-form select.ht-plabwp-form__select {
	padding-left: 22px !important;
	padding-right: 22px !important;
}

.ht-plabwp-form__textarea {
	min-height: 160px;
	resize: vertical;
}

.ht-plabwp-form__select {
	padding-right: 60px;
	background-image: linear-gradient(45deg, transparent 50%, #56708f 50%), linear-gradient(135deg, #56708f 50%, transparent 50%);
	background-position: calc(100% - 24px) calc(50% - 3px), calc(100% - 18px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	appearance: none;
}

.ht-plabwp-form select.ht-plabwp-form__select,
.ht-plabwp-form.ht-core-form select.ht-plabwp-form__select {
	padding-right: 60px !important;
}

.ht-plabwp-form__field:focus,
.ht-plabwp-form__textarea:focus,
.ht-plabwp-form__select:focus {
	outline: none;
	border-color: #7ea8d3;
	box-shadow: 0 0 0 4px rgba(80, 132, 186, 0.14);
}

.ht-plabwp-form__group label.ht-plabwp-form__consent {
	display: flex;
	gap: 12px;
	align-items: center;
	position: relative;
}

.ht-plabwp-form__consent input[type='checkbox'] {
	position: absolute;
	inline-size: 1px;
	block-size: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	opacity: 0;
	pointer-events: none;
}

.ht-plabwp-form__consent-text {
	position: relative;
	display: block;
	padding-left: 38px;
	font-size: 0.98rem;
	line-height: 1.6;
	color: #233750;
}

.ht-plabwp-form__consent-text::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.2rem;
	inline-size: 20px;
	block-size: 20px;
	border: 2px solid #8f9baa;
	border-radius: 6px;
	background: #fff;
	box-sizing: border-box;
}

.ht-plabwp-form__consent input[type='checkbox']:checked + .ht-plabwp-form__consent-text::before {
	border-color: #1f5d8f;
	background: #1f5d8f;
}

.ht-plabwp-form__consent input[type='checkbox']:checked + .ht-plabwp-form__consent-text::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 0.28rem;
	inline-size: 5px;
	block-size: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.ht-plabwp-form__consent input[type='checkbox']:focus-visible + .ht-plabwp-form__consent-text::before {
	box-shadow: 0 0 0 3px rgba(31, 93, 143, 0.16);
}

.ht-plabwp-form__group .ht-plabwp-form__consent-row {
	align-items: center;
}

.ht-plabwp-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 22px;
	border: 0;
	border-radius: 10px;
	background: #1f5d8f;
	color: #fff;
	font: inherit;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(31, 93, 143, 0.22);
}

.ht-plabwp-form__submit:hover,
.ht-plabwp-form__submit:focus {
	background: #184d78;
	color: #fff;
}

.ht-plabwp-form__submit.is-secondary {
	background: #fff;
	color: #1f5d8f;
	border: 1px solid #c7d4e2;
	box-shadow: none;
}

.ht-plabwp-form__submit.ht-core-submit-loading::after {
	content: '...';
	display: inline-block;
	width: 1.2em;
	margin-left: 0.08em;
	text-align: left;
	overflow: hidden;
	vertical-align: bottom;
	clip-path: inset(0 100% 0 0);
	animation: ht-core-loading-dots 1s steps(1, end) infinite;
}

@keyframes ht-core-loading-dots {
	0% {
		clip-path: inset(0 100% 0 0);
	}
	25% {
		clip-path: inset(0 66% 0 0);
	}
	50% {
		clip-path: inset(0 33% 0 0);
	}
	75% {
		clip-path: inset(0 0 0 0);
	}
	100% {
		clip-path: inset(0 100% 0 0);
	}
}

.ht-plabwp-form__upload-group {
	display: grid;
	gap: 10px;
}

.ht-plabwp-form__upload-row {
	display: grid;
	gap: 0;
	padding: 10px 12px;
	border: 1px solid #d9e0ea;
	border-radius: 10px;
	background: #fbfcfe;
	align-items: center;
}

.ht-plabwp-form__upload-controls {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	align-items: center;
	min-height: 42px;
	width: 100%;
}

.ht-plabwp-form__upload-meta {
	color: var(--ht-plabwp-muted);
	font-size: 0.92rem;
	display: flex;
	align-items: center;
	min-height: 22px;
	line-height: 1.5;
	flex: 1 1 auto;
	min-width: 0;
}

.ht-plabwp-form__upload-controls .ht-core-upload-input,
.ht-plabwp-form__upload-input {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

.ht-plabwp-form__file-button,
.ht-plabwp-form__remove {
	min-height: 38px;
	padding: 0 14px;
	flex: 0 0 auto;
	white-space: nowrap;
}

.ht-plabwp-form__remove {
	margin-left: auto;
}

.ht-plabwp-form__upload-meta.ht-core-upload-meta--error {
	color: #ba3a2f;
}

.ht-plabwp-form__booking-scheduler {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
}

.ht-plabwp-form__booking-column {
	display: grid;
	gap: 8px;
	scroll-margin-top: 140px;
	align-content: start;
}

.ht-plabwp-form__booking-calendar,
.ht-plabwp-form__booking-slot-picker,
.ht-plabwp-form__booking-guidance {
	border: 1px solid #d9e0ea;
	border-radius: 12px;
	background: #fff;
}

.ht-plabwp-form__booking-calendar,
.ht-plabwp-form__booking-guidance {
	padding: 16px;
}

.ht-plabwp-form__booking-slot-picker {
	padding: 14px;
}

.ht-plabwp-form__booking-empty {
	margin: 0;
	padding: 10px 12px;
	border-radius: 14px;
	background: #f4f6f8;
	color: #6b7480;
	line-height: 1.6;
	text-align: center;
}

.ht-core-forms-ready .ht-plabwp-form .ht-core-booking-date-input,
.ht-core-forms-ready .ht-plabwp-form .ht-core-booking-time-select--native {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.ht-plabwp-form__trap {
	position: absolute !important;
	inset-inline-start: -999em;
	inline-size: 1px;
	block-size: 1px;
	overflow: hidden;
}

.ht-plabwp-form__assurance-copy {
	margin: 0;
	color: var(--ht-plabwp-muted);
	line-height: 1.7;
}

.ht-plabwp-form .ht-core-booking-calendar {
	padding: 20px 18px 18px;
	border: 0;
	border-radius: 0;
	background: #ffffff;
}

.ht-plabwp-form .ht-core-booking-calendar__header {
	margin-bottom: 18px;
}

.ht-plabwp-form .ht-core-booking-calendar__title {
	font-size: 1.05rem;
	font-weight: 700;
	color: #273242;
}

.ht-plabwp-form .ht-core-booking-calendar__nav {
	width: 2.5rem;
	height: 2.5rem;
	border: 0;
	background: #f1f3f6;
	color: #384456;
	box-shadow: none;
}

.ht-plabwp-form .ht-core-booking-calendar__weekdays,
.ht-plabwp-form .ht-core-booking-calendar__days {
	gap: 0.65rem 0.75rem;
}

.ht-plabwp-form .ht-core-booking-calendar__weekday {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #97a0ab;
}

.ht-plabwp-form .ht-core-booking-calendar__day {
	justify-self: stretch;
	width: 100%;
	max-width: none;
	min-height: 2.8rem;
	aspect-ratio: auto;
	border: 0;
	border-radius: 12px;
	background: #eef1f4;
	color: #6a7380;
	font-weight: 600;
	box-shadow: none;
}

.ht-plabwp-form .ht-core-booking-calendar__day:hover:not([disabled]),
.ht-plabwp-form .ht-core-booking-calendar__day:focus-visible:not([disabled]) {
	border: 0;
	background: #e4e8ed;
	color: #4e5865;
	box-shadow: 0 0 0 3px rgba(60, 74, 91, 0.08);
}

.ht-plabwp-form .ht-core-booking-calendar__day.is-selected {
	background: #2f3338;
	color: #ffffff;
}

.ht-plabwp-form .ht-core-booking-calendar__day.is-selected:hover:not([disabled]),
.ht-plabwp-form .ht-core-booking-calendar__day.is-selected:focus-visible:not([disabled]) {
	background: #2f3338;
	color: #ffffff;
	box-shadow: 0 0 0 3px rgba(47, 51, 56, 0.12);
}

.ht-plabwp-form .ht-core-booking-calendar__day.is-today:not(.is-selected) {
	background: #e6ebf0;
	color: #4e5865;
}

.ht-plabwp-form .ht-core-booking-calendar__day[disabled],
.ht-plabwp-form .ht-core-booking-calendar__day--muted {
	background: transparent;
	color: #c2c9d1;
	border: 0;
	box-shadow: none;
	opacity: 1;
}

.ht-plabwp-form .ht-core-booking-calendar__day.is-closed-weekday,
.ht-plabwp-form .ht-core-booking-calendar__day.is-unavailable {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #c2c9d1;
	cursor: default;
	opacity: 1;
	pointer-events: none;
}

.ht-plabwp-form .ht-core-booking-calendar__day.is-closed-weekday:hover,
.ht-plabwp-form .ht-core-booking-calendar__day.is-closed-weekday:focus-visible,
.ht-plabwp-form .ht-core-booking-calendar__day.is-unavailable:hover,
.ht-plabwp-form .ht-core-booking-calendar__day.is-unavailable:focus-visible {
	background: transparent;
	color: #c2c9d1;
	border: 0;
	box-shadow: none;
}

.ht-plabwp-form .ht-plabwp-form__booking-slot-picker {
	padding: 0;
}

.ht-plabwp-form .ht-core-booking-slot-picker {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
	gap: 10px;
	padding: 0;
	border: 0;
	background: transparent;
}

.ht-plabwp-form .ht-core-booking-slot {
	min-height: 3.25rem;
	padding: 0.8rem 0.85rem;
	border: 0;
	border-radius: 12px;
	background: #eef1f4;
	color: #4f5865;
	font-weight: 600;
	box-shadow: none;
}

.ht-plabwp-form .ht-core-booking-slot:hover:not([disabled]),
.ht-plabwp-form .ht-core-booking-slot:focus-visible:not([disabled]) {
	border: 0;
	background: #e4e8ed;
	color: #39414c;
	box-shadow: 0 0 0 3px rgba(60, 74, 91, 0.08);
}

.ht-plabwp-form .ht-core-booking-slot.is-selected {
	background: #2f3338;
	color: #ffffff;
}

.ht-plabwp-form .ht-core-booking-slot.is-selected:hover:not([disabled]),
.ht-plabwp-form .ht-core-booking-slot.is-selected:focus-visible:not([disabled]) {
	background: #2f3338;
	color: #ffffff;
	box-shadow: 0 0 0 3px rgba(47, 51, 56, 0.12);
}

.ht-plabwp-shell__success-actions {
	display: grid;
	gap: 18px;
}

.ht-plabwp-shell__success-title {
	margin: 0;
	font-size: clamp(1.5rem, 2vw, 1.9rem);
	line-height: 1.15;
	color: #183354;
}

.ht-plabwp-shell--book_appointment_option_2 .ht-plabwp-shell__hero--success .ht-plabwp-shell__title {
	font-size: clamp(1.5rem, 2vw, 1.9rem);
	line-height: 1.15;
}

.ht-plabwp-shell__success-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.ht-plabwp-shell__success-copy {
	margin: 0;
	color: var(--ht-plabwp-ink);
	line-height: 1.7;
}

.ht-plabwp-shell__success-copy + .ht-plabwp-shell__success-copy {
	margin-top: 12px;
}

.ht-plabwp-stepper-layout {
	display: grid;
	grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.6fr);
	gap: 24px;
	align-items: start;
}

.ht-plabwp-stepper-layout__aside {
	display: grid;
	gap: 12px;
}

.ht-plabwp-stepper-layout__brand,
.ht-plabwp-stepper-layout__info-card {
	padding: 18px 20px;
	border: 1px solid #d9e0ea;
	border-radius: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
}

.ht-plabwp-stepper-layout__eyebrow {
	margin: 0 0 10px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #1f5d8f;
}

.ht-plabwp-stepper-layout__headline {
	margin: 0 0 12px;
	font-size: 1.8rem;
	line-height: 1.08;
	color: #183354;
}

.ht-plabwp-stepper-layout__summary,
.ht-plabwp-stepper-layout__info-copy {
	margin: 0;
	color: var(--ht-plabwp-muted);
	line-height: 1.55;
}

.ht-plabwp-stepper-layout__info-copy--meta {
	margin-top: 8px;
	font-size: 0.92rem;
}

.ht-plabwp-stepper-layout__info-title {
	margin: 0 0 8px;
	font-size: 1rem;
	color: #183354;
}

.ht-plabwp-stepper-layout__list {
	margin: 0;
	padding-left: 1.1rem;
	color: var(--ht-plabwp-muted);
	line-height: 1.55;
}

.ht-plabwp-stepper-layout__list li + li {
	margin-top: 0.25rem;
}

.ht-plabwp-stepper {
	display: grid;
	gap: 8px;
}

.ht-plabwp-stepper__progress-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ht-plabwp-stepper__progress-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border: 1px solid #d9e0ea;
	border-radius: 12px;
	background: #f8fbfe;
	color: var(--ht-plabwp-muted);
	min-height: 54px;
}

.ht-plabwp-stepper__progress-item.is-active,
.ht-plabwp-stepper__progress-item.is-complete {
	border-color: #8cb6dd;
	background: #eef5fb;
	color: #183354;
}

.ht-plabwp-stepper__progress-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	inline-size: 28px;
	block-size: 28px;
	border-radius: 999px;
	background: #dbe8f5;
	color: #183354;
	font-weight: 700;
	font-size: 0.92rem;
	flex: 0 0 auto;
}

.ht-plabwp-stepper__progress-item.is-active .ht-plabwp-stepper__progress-count,
.ht-plabwp-stepper__progress-item.is-complete .ht-plabwp-stepper__progress-count {
	background: #1f5d8f;
	color: #fff;
}

.ht-plabwp-stepper__progress-text {
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.2;
}

.ht-plabwp-stepper__panel {
	display: grid;
	gap: 16px;
	padding: 14px 22px 22px;
	border: 1px solid #d9e0ea;
	border-radius: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.ht-plabwp-stepper__panel[hidden] {
	display: none !important;
}

.ht-plabwp-stepper__flow {
	display: grid;
}

.ht-plabwp-stepper__panel-head {
	display: grid;
	gap: 4px;
}

.ht-plabwp-stepper__title {
	margin: 0;
	font-size: 1.3rem;
	line-height: 1.2;
	color: #183354;
}

.ht-plabwp-stepper__intro {
	margin: 0;
	color: var(--ht-plabwp-muted);
	line-height: 1.5;
}

.ht-plabwp-stepper__service-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.ht-plabwp-stepper__service-card {
	display: block;
	align-items: start;
	padding: 18px 18px 18px 18px;
	border: 1px solid #d9e0ea;
	border-radius: 14px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
	position: relative;
}

.ht-plabwp-stepper__service-card:hover,
.ht-plabwp-stepper__service-card:focus-within {
	border-color: #8cb6dd;
	box-shadow: 0 10px 18px rgba(24, 51, 84, 0.08);
	transform: translateY(-1px);
}

.ht-plabwp-stepper__service-card input[type='radio'] {
	position: absolute;
	inline-size: 1px;
	block-size: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	opacity: 0;
	pointer-events: none;
}

.ht-plabwp-stepper__service-copy {
	position: relative;
	display: grid;
	gap: 4px;
	padding-left: 44px;
	min-height: 24px;
}

.ht-plabwp-stepper__service-copy::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.15rem;
	inline-size: 20px;
	block-size: 20px;
	border: 2px solid #9aa7b5;
	border-radius: 999px;
	background: #fff;
	box-sizing: border-box;
}

.ht-plabwp-stepper__service-copy::after {
	content: '';
	position: absolute;
	left: 6px;
	top: calc(0.15rem + 6px);
	inline-size: 8px;
	block-size: 8px;
	border-radius: 999px;
	background: transparent;
}

.ht-plabwp-stepper__service-card input[type='radio']:checked + .ht-plabwp-stepper__service-copy::before {
	border-color: #1f5d8f;
}

.ht-plabwp-stepper__service-card input[type='radio']:checked + .ht-plabwp-stepper__service-copy::after {
	background: #1f5d8f;
}

.ht-plabwp-stepper__service-card input[type='radio']:focus-visible + .ht-plabwp-stepper__service-copy::before {
	box-shadow: 0 0 0 3px rgba(31, 93, 143, 0.16);
}

.ht-plabwp-stepper__service-title {
	font-weight: 700;
	color: #183354;
}

.ht-plabwp-stepper__service-description {
	color: var(--ht-plabwp-muted);
	line-height: 1.45;
}

.ht-plabwp-form[data-current-step='2'] .ht-plabwp-stepper-layout__info-card--optional,
.ht-plabwp-form[data-current-step='3'] .ht-plabwp-stepper-layout__info-card--optional {
	display: none;
}

.ht-plabwp-stepper__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
}

.ht-plabwp-stepper__actions .ht-plabwp-form__actions {
	margin: 0;
}

.ht-plabwp-stepper__actions .ht-plabwp-form__submit {
	margin: 0;
}

.ht-plabwp-stepper__step-error {
	margin: 0;
	color: #ba3a2f;
	font-weight: 600;
}

.ht-plabwp-stepper__review {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.ht-plabwp-stepper__review-item {
	display: grid;
	gap: 6px;
	padding: 16px 18px;
	border: 1px solid #d9e0ea;
	border-radius: 12px;
	background: #fff;
}

.ht-plabwp-stepper__review-item--notes {
	grid-column: 1 / -1;
}

.ht-plabwp-stepper__review-label {
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #708193;
}

.ht-plabwp-stepper__review-value {
	color: #183354;
	line-height: 1.6;
}

.ht-plabwp-inline-success {
	margin: 0;
	padding: 28px;
	border: 1px solid #d9e2ee;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 20px 44px rgba(15, 39, 72, 0.08);
}

.ht-plabwp-inline-success__eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #436183;
}

.ht-plabwp-inline-success__title {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 1.3;
	color: #0f2748;
}

.ht-plabwp-inline-success__copy {
	margin: 0;
	font-size: 17px;
	line-height: 1.6;
	color: #2b4768;
}

.ht-plabwp-inline-success__copy + .ht-plabwp-inline-success__copy {
	margin-top: 6px;
}

.ht-plabwp-inline-success__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 22px;
}

.ht-plabwp-inline-success__card {
	padding: 18px;
	border: 1px solid #d7e4f4;
	border-radius: 12px;
	background: #f7fbff;
}

.ht-plabwp-inline-success__card-title {
	margin: 0 0 8px;
	font-size: 17px;
	line-height: 1.35;
	color: #173a61;
}

.ht-plabwp-inline-success__card-copy {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #345274;
}

.ht-plabwp-inline-success__card-copy + .ht-plabwp-inline-success__card-copy {
	margin-top: 8px;
}

.ht-plabwp-inline-error {
	margin-top: 16px;
	padding: 14px 16px;
	border: 1px solid #f2c8c8;
	border-radius: 10px;
	background: #fff5f5;
	color: #8f1d1d;
	font-size: 14px;
	line-height: 1.5;
}

.ht-plabwp-option2-form-ui[hidden],
.ht-plabwp-stepper-layout[hidden] {
	display: none !important;
}

@media (max-width: 900px) {
	.ht-plabwp-stepper-layout,
	.ht-plabwp-form__booking-scheduler,
	.ht-plabwp-form__grid {
		grid-template-columns: 1fr;
	}

	.ht-plabwp-stepper__service-grid,
	.ht-plabwp-stepper__review {
		grid-template-columns: 1fr;
	}

	.ht-plabwp-inline-success__cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.ht-plabwp-shell {
		padding: 20px 16px 30px;
	}

	.ht-plabwp-form__group,
	.ht-plabwp-form__label,
	.ht-plabwp-form__field,
	.ht-plabwp-form__textarea,
	.ht-plabwp-form__select,
	.ht-plabwp-form__booking-column {
		scroll-margin-top: 120px;
	}

	.ht-plabwp-shell__hero,
	.ht-plabwp-shell__form-card,
	.ht-plabwp-shell__assurance,
	.ht-plabwp-shell__panel {
		padding: 20px;
	}

	.ht-plabwp-shell__form-card {
		padding-bottom: 28px;
	}

	.ht-plabwp-shell__assurance {
		margin-top: 24px;
	}

	.ht-plabwp-stepper__panel {
		padding: 18px;
	}

	.ht-plabwp-stepper__progress-list {
		display: flex;
		gap: 8px;
	}

	.ht-plabwp-stepper__progress-item {
		flex: 1 1 0;
		min-width: 0;
		padding: 8px 10px;
		min-height: 48px;
	}

	.ht-plabwp-stepper__progress-count {
		inline-size: 26px;
		block-size: 26px;
		font-size: 0.85rem;
	}

	.ht-plabwp-stepper__progress-text {
		font-size: 0.84rem;
	}

	.ht-plabwp-stepper__service-copy {
		padding-left: 36px;
	}

	.ht-plabwp-stepper__service-copy::before {
		inline-size: 18px;
		block-size: 18px;
		top: 0.12rem;
	}

	.ht-plabwp-stepper__service-copy::after {
		left: 5px;
		top: calc(0.12rem + 5px);
		inline-size: 8px;
		block-size: 8px;
	}

	.ht-plabwp-form__consent-text {
		padding-left: 32px;
	}

	.ht-plabwp-form__consent-text::before {
		inline-size: 18px;
		block-size: 18px;
		top: 0.18rem;
	}

	.ht-plabwp-form__consent input[type='checkbox']:checked + .ht-plabwp-form__consent-text::after {
		left: 7px;
		top: 0.34rem;
		inline-size: 5px;
		block-size: 9px;
	}

	.ht-plabwp-form .ht-core-booking-calendar__weekdays,
	.ht-plabwp-form .ht-core-booking-calendar__days {
		gap: 0.5rem;
	}

	.ht-plabwp-form .ht-core-booking-slot-picker {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ht-plabwp-stepper__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.ht-plabwp-stepper__actions .ht-plabwp-form__submit,
	.ht-plabwp-stepper__actions .ht-plabwp-form__actions,
	.ht-plabwp-stepper__actions .ht-plabwp-form__actions .ht-plabwp-form__submit,
	.ht-plabwp-shell__success-buttons .ht-plabwp-form__submit {
		width: 100%;
	}
}
