#qa-booking-wrap {
	--qa-red: #1F2B53;
	--qa-red-dark: #16203f;
	--qa-red-light: #eef1f8;
	--qa-progress: #0BACF5;
	--qa-text: #1f2937;
	--qa-heading: #222631;
	--qa-muted: #7b8190;
	--qa-border: #e7eaf0;
	--qa-border-soft: #edf1f6;
	--qa-bg: #ffffff;
	--qa-panel: #f7f8fb;
	--qa-white: #ffffff;
	--qa-shadow: 0 16px 44px rgba(20, 31, 63, 0.08);
	font-family: "DM Sans", sans-serif !important;
	color: var(--qa-text) !important;
	background: #fff !important;
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	padding: 28px 24px 36px;
	box-sizing: border-box;
}

#qa-booking-wrap * {
	box-sizing: border-box;
	font-family: "DM Sans", sans-serif;
}

#qa-booking-wrap .qa-panel {
	display: none;
}

#qa-booking-wrap .qa-panel.is-active {
	display: block;
}

#qa-booking-wrap .qa-progress {
	display: none;
}

#qa-booking-wrap .qa-flow-shell {
	margin-bottom: 10px;
}

#qa-booking-wrap .qa-flow-topbar {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	padding: 16px 18px;
	margin: 0 auto 22px;
	border: 1px solid #eef3f8;
	border-radius: 22px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 18px 38px rgba(22, 32, 63, 0.07);
}

#qa-booking-wrap .qa-progress-flow {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

#qa-booking-wrap .qa-head {
	text-align: center;
	margin: 0 0 22px;
}

#qa-booking-wrap .qa-head-flow {
	max-width: 620px;
	margin: 0 auto 22px;
}

#qa-booking-wrap .qa-head-compact {
	margin-bottom: 16px;
}

#qa-booking-wrap .qa-step-icon {
	width: 48px;
	height: 48px;
	margin: 0 auto 14px;
	color: var(--qa-red);
}

#qa-booking-wrap .qa-step-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

#qa-booking-wrap h2.qa-selected-title,
#qa-booking-wrap .qa-head h2,
#qa-booking-wrap .qa-confirm h2 {
	font-family: "DM Sans", sans-serif !important;
	font-size: 35px !important;
	font-weight: 700 !important;
	line-height: 1.05 !important;
	letter-spacing: -0.03em !important;
	color: var(--qa-heading) !important;
	margin: 0 0 12px !important;
}

#qa-booking-wrap .qa-selected-title {
	font-size: 32px !important;
	margin-bottom: 16px !important;
	font-weight: 700;
}

#qa-booking-wrap .qa-selected-title-small {
	font-size: 32px !important;
	margin-bottom: 15px !important;
}

#qa-booking-wrap .qa-selected-subtitle {
	font-size: 18px !important;
	line-height: 1.35 !important;
	color: #434857 !important;
	margin-bottom: 12px !important;
}

#qa-booking-wrap .qa-selected-subtitle span {
	font-weight: 700 !important;
}

#qa-booking-wrap .qa-selected-subtitle-small {
	font-size: 18px !important;
}

#qa-booking-wrap .qa-progress-item {
	position: relative;
	width: 14px;
	height: 14px;
	border-radius: 999px;
	background: #d7e9fb;
	border: 2px solid rgba(255,255,255,.95);
	box-shadow: 0 0 0 4px rgba(11, 172, 245, 0.08);
	flex: 0 0 14px;
	font-size: 0 !important;
	line-height: 0 !important;
	overflow: hidden;
}

#qa-booking-wrap .qa-progress-item span,
#qa-booking-wrap .qa-progress-item strong {
	display: none !important;
}

#qa-booking-wrap .qa-progress-item.is-active,
#qa-booking-wrap .qa-progress-item.is-done {
	background: var(--qa-progress);
	box-shadow: 0 0 0 6px rgba(11, 172, 245, 0.14);
}

#qa-booking-wrap .qa-progress-line {
	flex: 1 1 auto;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(90deg, #e8f2ff 0%, #dcecff 100%);
	overflow: hidden;
	position: relative;
}

#qa-booking-wrap .qa-progress-line::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(90deg, #37c1ff 0%, #0BACF5 100%);
	opacity: 0;
	transform: scaleX(.3);
	transform-origin: left center;
	transition: opacity .25s ease, transform .25s ease;
}

#qa-booking-wrap .qa-progress-item.is-done + .qa-progress-line {
	background: linear-gradient(90deg, #d9eeff 0%, #cfe9ff 100%);
}

#qa-booking-wrap .qa-progress-item.is-done + .qa-progress-line::after {
	opacity: 1;
	transform: scaleX(1);
}

#qa-booking-wrap .qa-progress-item.is-active {
	transform: scale(1.08);
}

#qa-booking-wrap .qa-head .qa-back,
#qa-booking-wrap .qa-flow-topbar .qa-back {
	min-width: 148px;
	padding: 13px 24px;
	border-radius: 999px !important;
	background: linear-gradient(180deg, #27376a 0%, #1F2B53 100%) !important;
	box-shadow: 0 14px 28px rgba(31, 43, 83, 0.18);
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

#qa-booking-wrap .qa-head .qa-back:hover,
#qa-booking-wrap .qa-flow-topbar .qa-back:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 30px rgba(31, 43, 83, 0.22);
}

#qa-booking-wrap .qa-head .qa-back:focus,
#qa-booking-wrap .qa-flow-topbar .qa-back:focus {
	outline: none;
	box-shadow: 0 0 0 4px rgba(11, 172, 245, 0.18), 0 14px 28px rgba(31, 43, 83, 0.18);
}

#qa-booking-wrap .qa-back-ghost {
	min-width: 126px !important;
	padding: 11px 18px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	background: #f5f8fc !important;
	color: var(--qa-red) !important;
	border: 1px solid #dfe8f4 !important;
	box-shadow: none !important;
}

#qa-booking-wrap .qa-back-ghost:hover {
	background: #edf4fb !important;
	color: var(--qa-red-dark) !important;
	box-shadow: none !important;
}

#qa-booking-wrap .qa-flow-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 14px;
	border-radius: 999px;
	background: #f4f9ff;
	border: 1px solid #d7ebff;
	color: #0b79b2;
	font-size: 13px !important;
	font-weight: 700 !important;
	white-space: nowrap;
}

#qa-booking-wrap .qa-head p {
	margin: 0 0 18px !important;
	font-size: 17px !important;
	line-height: 1.5 !important;
	color: var(--qa-muted) !important;
}

#qa-booking-wrap .qa-service-grid-wrap {
	max-height: 520px;
	overflow: auto;
	padding-right: 10px;
}

#qa-booking-wrap .qa-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

#qa-booking-wrap .qa-service-card {
	appearance: none;
	width: 100%;
	min-height: 210px;
	padding: 22px 18px 20px;
	border: 0 !important;
	border-radius: 16px !important;
	background: linear-gradient(180deg, #263868 0%, #1F2B53 100%) !important;
	color: #fff !important;
	box-shadow: 0 18px 34px rgba(31, 43, 83, 0.16) !important;
	text-align: center;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease;
}

#qa-booking-wrap .qa-service-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 38px rgba(31, 43, 83, 0.2) !important;
}

#qa-booking-wrap .qa-service-avatar {
	width: 108px;
	height: 108px;
	margin: 0 auto 14px;
	border-radius: 50%;
	overflow: hidden;
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, 0.12);
}

#qa-booking-wrap .qa-service-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#qa-booking-wrap .qa-service-card h3 {
	margin: 0 0 8px !important;
	font-family: "DM Sans", sans-serif !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 1.12 !important;
	letter-spacing: -0.02em !important;
	color: #fff !important;
}

#qa-booking-wrap .qa-service-card p {
	margin: 0 0 4px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
	color: rgba(255, 255, 255, 0.94) !important;
}

#qa-booking-wrap .qa-back,
#qa-booking-wrap .qa-next,
#qa-booking-wrap .qa-submit,
#qa-booking-wrap .qa-slot-btn,
#qa-booking-wrap .qa-day {
	font-family: "DM Sans", sans-serif !important;
}

#qa-booking-wrap .qa-back,
#qa-booking-wrap .qa-next,
#qa-booking-wrap .qa-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--qa-red) !important;
	color: #fff !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	box-shadow: none !important;
	cursor: pointer;
}

#qa-booking-wrap .qa-back:hover,
#qa-booking-wrap .qa-next:hover,
#qa-booking-wrap .qa-submit:hover {
	background: var(--qa-red-dark) !important;
	color: #fff !important;
}

#qa-booking-wrap .qa-pill-row {
	display: flex;
	gap: 18px;
	justify-content: center;
	flex-wrap: wrap;
	margin: 16px 0 26px;
}

#qa-booking-wrap .qa-pill-row-compact {
	margin: 12px 0 24px;
}

#qa-booking-wrap .qa-pill {
	min-width: 210px;
	padding: 16px 18px;
	background: #f4f6f8 !important;
	border-radius: 4px;
	text-align: left;
}

#qa-booking-wrap .qa-pill span {
	display: block;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: .03em !important;
	color: #4f5667 !important;
}

#qa-booking-wrap .qa-pill strong {
	display: block;
	margin-top: 6px;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	color: #232936 !important;
}

#qa-booking-wrap .qa-scheduler {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(220px, 250px);
	gap: 28px;
	align-items: start;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

#qa-booking-wrap .qa-calendar-card,
#qa-booking-wrap .qa-slots-card {
	background: transparent;
	padding: 0;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

#qa-booking-wrap .qa-calendar-top {
	display: grid;
	grid-template-columns: 48px 1fr 48px;
	align-items: center;
	column-gap: 10px;
	margin-bottom: 18px;
}

#qa-booking-wrap .qa-month-label {
	text-align: center;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	color: #272d3a !important;
}

#qa-booking-wrap .qa-month-nav {
	width: 40px;
	height: 40px;
	border: 0 !important;
	border-radius: 50% !important;
	background: #f3f5f8 !important;
	color: var(--qa-red) !important;
	font-size: 28px !important;
	line-height: 1 !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: none !important;
}

#qa-booking-wrap .qa-weekdays,
#qa-booking-wrap .qa-calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
}

#qa-booking-wrap .qa-weekdays {
	margin-bottom: 14px;
}

#qa-booking-wrap .qa-weekdays span {
	text-align: center;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	color: #98a0ae !important;
}

#qa-booking-wrap .qa-day {
	min-height: 46px;
	padding: 0;
	border: 1px solid var(--qa-border-soft) !important;
	border-radius: 999px !important;
	background: #fafbfd !important;
	color: #384152 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: none !important;
}

#qa-booking-wrap .qa-day.qa-day-empty {
	border-color: transparent !important;
	background: transparent !important;
}

#qa-booking-wrap .qa-day.is-disabled {
	background: transparent !important;
	border-color: transparent !important;
	color: #cad0db !important;
	cursor: not-allowed;
}

#qa-booking-wrap .qa-day.is-today,
#qa-booking-wrap .qa-day.is-selected {
	background: var(--qa-red) !important;
	border-color: var(--qa-red) !important;
	color: #fff !important;
}

#qa-booking-wrap .qa-slot-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-height: 420px;
	overflow: auto;
	padding-right: 4px;
	width: 100%;
	max-width: 100%;
}

#qa-booking-wrap .qa-slot-btn {
	width: 100%;
	min-height: 52px;
	padding: 12px 16px;
	border: 1px solid var(--qa-border) !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: #3d4452 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: none !important;
}

#qa-booking-wrap .qa-slot-btn.is-selected {
	background: var(--qa-red) !important;
	border-color: var(--qa-red) !important;
	color: #fff !important;
}

#qa-booking-wrap .qa-footer {
	text-align: right;
	margin-top: 18px;
}

#qa-booking-wrap .qa-next[disabled],
#qa-booking-wrap .qa-submit[disabled] {
	opacity: .45;
	cursor: not-allowed;
}

#qa-booking-wrap .qa-details-title {
	margin: 0 0 18px;
	text-align: center;
	font-family: "Playfair Display", serif !important;
	font-size: 24px !important;
	font-weight: 600 !important;
	line-height: 1.15 !important;
	color: var(--qa-red) !important;
}

#qa-booking-wrap .qa-form {
	max-width: 620px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

#qa-booking-wrap .qa-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

#qa-booking-wrap .qa-form input,
#qa-booking-wrap .qa-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #dde3ea !important;
	border-radius: 2px !important;
	background: #fff !important;
	color: #273041 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	box-shadow: none !important;
	outline: none;
}

#qa-booking-wrap .qa-form input::placeholder,
#qa-booking-wrap .qa-form textarea::placeholder {
	color: #9097a5 !important;
}

#qa-booking-wrap .qa-form input:focus,
#qa-booking-wrap .qa-form textarea:focus {
	border-color: #cfd7e2 !important;
}

#qa-booking-wrap .qa-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px !important;
	line-height: 1.4 !important;
	color: #626978 !important;
}

#qa-booking-wrap .qa-check input {
	width: 14px;
	height: 14px;
	margin-top: 2px;
}

#qa-booking-wrap .qa-check a {
	color: var(--qa-red) !important;
	text-decoration: underline;
}

#qa-booking-wrap .qa-error,
#qa-booking-wrap .qa-empty,
#qa-booking-wrap .qa-loading {
	padding: 14px 16px;
	border-radius: 10px;
	background: #f6f8fb !important;
	color: var(--qa-red) !important;
	font-size: 14px !important;
}

#qa-booking-wrap .qa-confirm {
	text-align: center;
	padding: 28px 20px;
}

#qa-booking-wrap .qa-checkmark {
	width: 92px;
	height: 92px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: var(--qa-red) !important;
	color: #fff !important;
	font-size: 44px !important;
	display: grid;
	place-items: center;
}

#qa-booking-wrap .qa-reference-box {
	display: inline-block;
	margin-top: 12px;
	padding: 14px 20px;
	border: 2px solid var(--qa-red);
	border-radius: 12px;
	color: var(--qa-red);
	font-size: 16px !important;
	font-weight: 700 !important;
}

@media (max-width: 900px) {
	#qa-booking-wrap {
		padding: 24px 18px 32px;
	}

	#qa-booking-wrap .qa-flow-topbar {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 14px;
	}

	#qa-booking-wrap .qa-progress-flow {
		width: 100%;
	}

	#qa-booking-wrap .qa-service-card h3 {
		font-size: 22px !important;
	}

	#qa-booking-wrap .qa-scheduler {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	#qa-booking-wrap .qa-slots-card {
		width: 100%;
	}

	#qa-booking-wrap .qa-slot-list {
		max-height: 280px;
		padding-right: 0;
	}
}

@media (max-width: 680px) {
	#qa-booking-wrap .qa-head h2,
	#qa-booking-wrap .qa-confirm h2 {
		font-size: 38px !important;
	}

	#qa-booking-wrap .qa-selected-title {
		font-size: 24px !important;
	}

	#qa-booking-wrap .qa-service-grid {
		grid-template-columns: 1fr;
	}

	#qa-booking-wrap .qa-service-grid-wrap {
		max-height: none;
		overflow: visible;
		padding-right: 0;
	}

	#qa-booking-wrap .qa-service-card {
		min-height: 190px;
	}

	#qa-booking-wrap .qa-pill-row {
		gap: 12px;
	}

	#qa-booking-wrap .qa-pill {
		width: 100%;
		min-width: 0;
	}

	#qa-booking-wrap .qa-row {
		grid-template-columns: 1fr;
	}

	#qa-booking-wrap .qa-calendar-card,
	#qa-booking-wrap .qa-slots-card,
	#qa-booking-wrap .qa-slot-list {
		min-width: 0;
	}
}

@media (max-width: 520px) {
	#qa-booking-wrap {
		padding: 20px 12px 26px;
	}

	#qa-booking-wrap .qa-head h2,
	#qa-booking-wrap .qa-confirm h2 {
		font-size: 32px !important;
	}

	#qa-booking-wrap .qa-selected-title {
		font-size: 28px !important;
	}

	#qa-booking-wrap .qa-head p {
		font-size: 15px !important;
	}

	#qa-booking-wrap .qa-service-card {
		padding: 18px 14px;
		min-height: 178px;
	}

	#qa-booking-wrap .qa-service-card h3 {
		font-size: 19px !important;
	}

	#qa-booking-wrap .qa-service-avatar {
		width: 96px;
		height: 96px;
	}

	#qa-booking-wrap .qa-calendar-top {
		grid-template-columns: 42px 1fr 42px;
	}

	#qa-booking-wrap .qa-weekdays,
	#qa-booking-wrap .qa-calendar-grid {
		gap: 5px;
	}

	#qa-booking-wrap .qa-day {
		min-height: 36px;
		font-size: 13px !important;
	}

	#qa-booking-wrap .qa-back,
	#qa-booking-wrap .qa-next,
	#qa-booking-wrap .qa-submit {
		width: 100%;
	}

	#qa-booking-wrap .qa-back-ghost {
		width: auto !important;
		min-width: 0 !important;
	}

	#qa-booking-wrap .qa-footer {
		text-align: stretch;
	}

	#qa-booking-wrap .qa-pill {
		padding: 13px 14px;
	}

	#qa-booking-wrap .qa-pill strong {
		font-size: 14px !important;
	}

	#qa-booking-wrap .qa-slot-list {
		max-height: 240px;
	}

	#qa-booking-wrap .qa-slot-btn {
		min-height: 46px;
		padding: 10px 12px;
		font-size: 14px !important;
	}
}

@media (max-width: 420px) {
	#qa-booking-wrap {
		padding: 16px 10px 22px;
	}

	#qa-booking-wrap .qa-scheduler {
		gap: 18px;
	}

	#qa-booking-wrap .qa-flow-topbar {
		padding: 14px 12px;
		border-radius: 18px;
	}

	#qa-booking-wrap .qa-progress-flow {
		gap: 10px;
	}

	#qa-booking-wrap .qa-weekdays span {
		font-size: 11px !important;
	}

	#qa-booking-wrap .qa-day {
		min-height: 32px;
		font-size: 12px !important;
	}

	#qa-booking-wrap .qa-month-label {
		font-size: 15px !important;
	}

	#qa-booking-wrap .qa-service-card {
		min-height: 168px;
	}

	#qa-booking-wrap .qa-service-avatar {
		width: 88px;
		height: 88px;
	}

	#qa-booking-wrap .qa-progress-line {
		height: 6px;
	}

	#qa-booking-wrap .qa-progress-item {
		width: 12px;
		height: 12px;
		flex-basis: 12px;
	}

	#qa-booking-wrap .qa-flow-chip {
		font-size: 12px !important;
		padding: 8px 12px;
	}
}
