.hts-itp {
	--hts-itp-panel: #171717;
	--hts-itp-line: #303030;
	--hts-itp-line-soft: #3a3a3a;
	--hts-itp-text: #f7f7f5;
	--hts-itp-muted: #b5b5b0;
	--hts-itp-accent: #ffb11f;
	--hts-itp-success: #76bc86;
	--hts-itp-danger: #ff7770;
	--hts-itp-shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
	padding: 26px 0 48px;
	font-family: "Manrope", sans-serif;
	color: var(--hts-itp-text);
	background:
		radial-gradient(circle at top center, rgba(255, 177, 31, 0.08), transparent 18%),
		linear-gradient(180deg, #121212 0%, #101010 100%);
}

.hts-itp,
.hts-itp * {
	box-sizing: border-box;
}

.hts-itp input,
.hts-itp select,
.hts-itp button {
	font: inherit;
}

.hts-itp__page {
	width: min(1240px, calc(100% - 40px));
	margin: 0 auto;
}

.hts-itp__intro {
	margin: 0 auto 34px;
}

.hts-itp__intro h2 {
	margin: 0 0 14px;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	font-weight: 500;
}

.hts-itp__steps-copy p,
.hts-itp__intro-note {
	margin: 0 0 8px;
	font-size: 1rem;
	line-height: 1.55;
}

.hts-itp__steps-copy span {
	color: var(--hts-itp-accent);
	font-weight: 800;
}

.hts-itp__intro-note {
	margin-top: 18px;
}

.hts-itp__intro-note a {
	color: var(--hts-itp-accent);
	font-weight: 700;
}

.hts-itp__stage-wrap {
	display: flex;
	justify-content: center;
}

.hts-itp__step-panel {
	width: 100%;
}

.hts-itp__step-panel--hidden {
	display: none;
}

.hts-itp__booking-layout {
	display: grid;
	grid-template-columns: 1.12fr 2.1fr 1.02fr;
	overflow: hidden;
	border: 1px solid var(--hts-itp-line);
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(24, 24, 24, 0.98), rgba(21, 21, 21, 0.96));
	box-shadow: var(--hts-itp-shadow);
}

.hts-itp__service-info,
.hts-itp__calendar-panel,
.hts-itp__time-panel {
	min-height: 540px;
}

.hts-itp__service-info {
	padding: 22px 18px;
	border-right: 1px solid var(--hts-itp-line);
}

.hts-itp__brand-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 112px;
	min-height: 48px;
	padding: 0 14px;
	border-radius: 8px;
	background: linear-gradient(135deg, #ffbb2c 0%, #ff9d00 100%);
	color: #141414;
	font-family: "Sora", sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.hts-itp__service-info h3 {
	margin: 28px 0 12px;
	font-family: "Sora", sans-serif;
	font-size: clamp(1.9rem, 2.2vw, 2.35rem);
	font-weight: 700;
	letter-spacing: -0.04em;
}

.hts-itp__service-description {
	max-width: 260px;
	margin: 0 0 34px;
	color: #f0f0ed;
	font-size: 1.02rem;
	line-height: 1.5;
}

.hts-itp__service-meta {
	display: grid;
	gap: 18px;
}

.hts-itp__meta-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.hts-itp__meta-item p {
	margin: 0;
	color: #f0f0ed;
	font-size: 0.98rem;
	line-height: 1.55;
}

.hts-itp__meta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	color: var(--hts-itp-accent);
	background: rgba(255, 177, 31, 0.08);
	font-size: 0.95rem;
	font-weight: 700;
}

.hts-itp__calendar-panel {
	padding: 18px 26px 22px;
	border-right: 1px solid var(--hts-itp-line);
}

.hts-itp__calendar-header {
	display: grid;
	grid-template-columns: 48px 1fr 48px;
	align-items: center;
	margin-bottom: 22px;
}

.hts-itp__calendar-header h4 {
	margin: 0;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: lowercase;
}

.hts-itp__nav-button {
	width: 40px;
	height: 40px;
	border: 1px solid transparent;
	border-radius: 12px;
	background: transparent;
	color: var(--hts-itp-text);
	font-size: 1.8rem;
	line-height: 1;
	cursor: pointer;
	transition: border-color 0.18s ease, background-color 0.18s ease, opacity 0.18s ease;
}

.hts-itp__nav-button:hover {
	border-color: var(--hts-itp-line-soft);
	background: rgba(255, 255, 255, 0.03);
}

.hts-itp__nav-button:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.hts-itp__weekdays {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	margin-bottom: 18px;
	color: var(--hts-itp-muted);
	font-size: 0.9rem;
	text-align: center;
}

.hts-itp__calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 10px;
}

.hts-itp__day-cell {
	display: flex;
	justify-content: center;
}

.hts-itp__day-button {
	width: 100%;
	aspect-ratio: 1 / 1;
	border: 1px solid transparent;
	border-radius: 16px;
	background: transparent;
	color: var(--hts-itp-text);
	font-size: 1.05rem;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease, color 0.18s ease;
}

.hts-itp__day-button:hover:not(:disabled) {
	border-color: rgba(255, 177, 31, 0.26);
	background: rgba(255, 177, 31, 0.08);
	transform: translateY(-1px);
}

.hts-itp__day-button.is-today {
	border-color: rgba(255, 177, 31, 0.28);
	color: var(--hts-itp-accent);
}

.hts-itp__day-button.is-selected {
	background: #dedede;
	color: #1a1a1a;
}

.hts-itp__day-button.is-outside-month,
.hts-itp__day-button:disabled {
	color: #4c4c49;
	cursor: default;
}

.hts-itp__time-panel {
	padding: 18px 16px 22px;
}

.hts-itp__time-heading {
	margin-bottom: 18px;
}

.hts-itp__time-heading p,
.hts-itp__time-heading span {
	display: block;
}

.hts-itp__time-heading p {
	margin: 0 0 6px;
	font-size: 1.7rem;
	font-weight: 700;
	text-transform: uppercase;
}

.hts-itp__time-heading span {
	color: var(--hts-itp-muted);
	font-size: 0.96rem;
}

.hts-itp__time-slots {
	display: grid;
	gap: 10px;
}

.hts-itp__time-placeholder {
	margin: 8px 4px 0;
	color: var(--hts-itp-muted);
	font-size: 0.95rem;
	line-height: 1.5;
}

.hts-itp__time-slot {
	min-height: 52px;
	border: 1px solid var(--hts-itp-line-soft);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(18, 18, 18, 0.96), rgba(16, 16, 16, 0.96));
	color: var(--hts-itp-text);
	font-size: 1.05rem;
	font-weight: 700;
	cursor: pointer;
	transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.hts-itp__time-slot:hover {
	border-color: rgba(255, 177, 31, 0.34);
	background: rgba(255, 177, 31, 0.06);
	transform: translateY(-1px);
}

.hts-itp__time-slot.is-selected {
	border-color: var(--hts-itp-accent);
	color: #111111;
	background: linear-gradient(135deg, #ffbc2e 0%, #ff9f05 100%);
}

.hts-itp__confirm-card {
	position: relative;
	width: min(100%, 420px);
	margin: 0 auto;
	padding: 18px 16px;
	border: 1px solid var(--hts-itp-line);
	border-radius: 18px;
	background: linear-gradient(180deg, #1a1a1a 0%, #171717 100%);
	box-shadow: var(--hts-itp-shadow);
}

.hts-itp__confirm-card h3 {
	margin: 0;
	text-align: center;
	font-family: "Sora", sans-serif;
	font-size: 1.9rem;
	font-weight: 700;
}

.hts-itp__selection-summary {
	margin: 10px 0 24px;
	text-align: center;
	color: #e7e7e1;
	font-size: 1.05rem;
	line-height: 1.5;
}

.hts-itp__back-button {
	position: absolute;
	top: 18px;
	left: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 1px solid #7f7f7a;
	border-radius: 50%;
	background: transparent;
	color: var(--hts-itp-text);
	font-size: 1.1rem;
	cursor: pointer;
}

.hts-itp__form-field + .hts-itp__form-field {
	margin-top: 16px;
}

.hts-itp__form-field label {
	display: block;
	margin-bottom: 8px;
	font-size: 0.98rem;
	font-weight: 700;
}

.hts-itp__form-control {
	position: relative;
	border: 1px solid #444444;
	border-radius: 12px;
	background: rgba(38, 38, 38, 0.95);
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.hts-itp__form-control:focus-within {
	border-color: rgba(255, 177, 31, 0.66);
	box-shadow: 0 0 0 4px rgba(255, 177, 31, 0.08);
}

.hts-itp__form-control input,
.hts-itp__form-control select {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--hts-itp-text);
}

.hts-itp__form-control input::placeholder {
	color: #9e9e9a;
}

.hts-itp__form-control--select::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #8c8c86;
	pointer-events: none;
}

.hts-itp__form-control select {
	appearance: none;
	-webkit-appearance: none;
}

.hts-itp__confirm-button {
	width: 100%;
	min-height: 56px;
	margin-top: 24px;
	border: 0;
	clip-path: polygon(10% 0, 100% 0, 100% 66%, 94% 100%, 0 100%, 0 34%);
	background: linear-gradient(135deg, #ffc137 0%, #ffad14 100%);
	color: #0f0f0f;
	font-family: "Sora", sans-serif;
	font-size: 0.98rem;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.18s ease, filter 0.18s ease;
}

.hts-itp__confirm-button:hover {
	filter: saturate(1.05);
	transform: translateY(-1px);
}

.hts-itp__form-control.is-invalid {
	border-color: var(--hts-itp-danger);
}

.hts-itp__form-control.is-valid {
	border-color: var(--hts-itp-success);
}

@media (max-width: 1080px) {
	.hts-itp__booking-layout {
		grid-template-columns: 1fr;
	}

	.hts-itp__service-info,
	.hts-itp__calendar-panel {
		border-right: 0;
		border-bottom: 1px solid var(--hts-itp-line);
	}

	.hts-itp__service-info,
	.hts-itp__calendar-panel,
	.hts-itp__time-panel {
		min-height: auto;
	}
}

@media (max-width: 700px) {
	.hts-itp__page {
		width: min(100%, calc(100% - 20px));
	}

	.hts-itp__intro h2 {
		font-size: 1.18rem;
	}

	.hts-itp__booking-layout {
		border-radius: 16px;
	}

	.hts-itp__calendar-panel,
	.hts-itp__service-info,
	.hts-itp__time-panel {
		padding-left: 14px;
		padding-right: 14px;
	}

	.hts-itp__day-button {
		font-size: 0.96rem;
		border-radius: 12px;
	}

	.hts-itp__time-heading p {
		font-size: 1.35rem;
	}

	.hts-itp__confirm-card {
		width: 100%;
	}
}
