:root {
  --premium-primary: #b56c43;
  --premium-primary-hover: #9e5b37;
  --premium-on-primary: #ffffff;
  --premium-on-primary-hover: #ffffff;
  --premium-primary-soft: rgba(181, 108, 67, 0.14);
  --premium-primary-soft-border: rgba(181, 108, 67, 0.30);
  --premium-bg: #f8f4ee;
  --premium-bg-soft: #f2e9df;
  --premium-ink: #2f2521;
  --premium-muted: #6f5f56;
  --premium-border: rgba(47, 37, 33, 0.14);
}

/* Booking flow should not show the top navbar (matches ZIP behavior). */
.premium-nav {
  display: none !important;
}

/* Booking step-3 style matched to uploaded ZIP (clean, flat, editorial). */
body.premium-booking .premium-details-heading {
  grid-column: 1;
  margin: 0 0 22px;
  text-align: center;
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(1.9rem, 3.1vw, 2.5rem);
  line-height: 1.05;
  font-weight: 400;
  color: var(--premium-ink);
}

body.premium-booking form#user-form {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.premium-booking form#user-form .form-group {
  margin-bottom: 22px !important;
}

body.premium-booking form#user-form label {
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  font-size: 0.72rem !important;
  color: var(--premium-muted) !important;
  margin-bottom: 8px !important;
}

body.premium-booking form#user-form input,
body.premium-booking form#user-form textarea,
body.premium-booking form#user-form select {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--premium-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 11px 0 !important;
  font-size: 0.97rem !important;
  color: var(--premium-ink) !important;
}

body.premium-booking form#user-form input:focus,
body.premium-booking form#user-form textarea:focus,
body.premium-booking form#user-form select:focus {
  border-bottom-color: var(--premium-primary) !important;
  box-shadow: none !important;
}

body.premium-booking .premium-booking-summary {
  background: var(--premium-bg-soft) !important;
  border: 1px solid var(--premium-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 28px 24px !important;
}

body.premium-booking .summary-title {
  margin: 0 0 20px !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 1.65rem !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
}

body.premium-booking .summary-line {
  border-top: 1px solid #dfd4c8 !important;
  padding: 11px 0 !important;
}

body.premium-booking .summary-line:first-of-type {
  border-top: 0 !important;
  padding-top: 0 !important;
}

body.premium-booking .summary-label {
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-size: 0.9rem !important;
  color: #7d6f66 !important;
}

body.premium-booking .summary-value {
  font-size: 0.92rem !important;
  font-weight: 500 !important;
}

body.premium-booking .summary-line-total .summary-value {
  font-size: 1.05rem !important;
  color: var(--premium-primary) !important;
}

body.premium-booking .summary-note {
  border-top: 0 !important;
  padding-top: 0 !important;
  margin-top: 12px !important;
}

body.premium-booking .summary-breakdown ul {
  background: #fbf7f2 !important;
  border: 1px solid #e1d7cb !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.premium-booking {
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.75), transparent 40%),
    linear-gradient(180deg, var(--premium-bg-soft) 0%, var(--premium-bg) 26%, #fffdfa 100%);
  color: var(--premium-ink);
  font-family: "Outfit", sans-serif;
}

body.premium-booking a,
body.premium-booking a:hover,
body.premium-booking a:focus,
body.premium-booking a:active,
body.premium-booking a:visited {
  text-decoration: none !important;
}

body.premium-booking h1,
body.premium-booking h2,
body.premium-booking h3,
body.premium-booking h4,
body.premium-booking h5,
body.premium-booking .month-name,
body.premium-booking .premium-nav-brand,
body.premium-booking .service-name,
body.premium-booking .category-header h2,
body.premium-booking .card-title {
  font-family: "Cormorant Garamond", serif !important;
}

body.premium-booking .main-container,
body.premium-booking .album-body,
body.premium-booking .calendar-container,
body.premium-booking .top-card,
body.premium-booking form#user-form,
body.premium-booking .message {
  margin-top: 20px !important;
}

body.premium-booking .premium-booking-hero {
  margin-top: 18px;
  padding: 34px 0 6px;
  text-align: center;
}

body.premium-booking .premium-back-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  color: var(--premium-muted);
  text-decoration: none;
  margin-bottom: 18px;
}

body.premium-booking .premium-back-home:hover {
  color: var(--premium-ink);
  text-decoration: none;
}

body.premium-booking .premium-booking-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 1.15rem;
  color: var(--premium-muted);
  font-weight: 600;
}

body.premium-booking .premium-booking-title {
  margin: 10px auto 6px;
  font-size: clamp(2.1rem, 5vw, 3.55rem);
  line-height: 1.05;
  color: var(--premium-ink);
  max-width: 780px;
  font-weight: 500;
}

body.premium-booking .premium-booking-subtitle {
  margin: 0 auto;
  color: var(--premium-ink);
  font-family: var(--premium-heading-font, "Cormorant Garamond", serif);
  font-size: clamp(2rem, 4.8vw, 3.3rem);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0;
  max-width: none;
}

body.premium-booking .premium-booking-steps {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

body.premium-booking .premium-booking-steps span {
  border: 1px solid #e5d6c8;
  color: #7a6a61;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 13px;
  border-radius: 999px;
  background: #fffaf4;
  font-weight: 500;
}

body.premium-booking .premium-booking-steps span.active {
  color: var(--premium-on-primary);
  background: linear-gradient(120deg, var(--premium-primary) 0%, var(--premium-primary-hover) 100%);
  border-color: transparent;
}

body.premium-booking .premium-flow-steps {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

body.premium-booking .premium-flow-step {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #b5a59b;
}

body.premium-booking .flow-step-link {
  cursor: pointer;
  text-decoration: none !important;
}

body.premium-booking .flow-step-link:hover {
  color: #8f7d72;
}

body.premium-booking .flow-step-link:hover .num {
  border-color: #cbb7a7;
  color: #8f7d72;
}

body.premium-booking .premium-flow-step .num {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8c8b9;
  background: #fffaf4;
  font-size: 0.92rem;
  font-weight: 600;
  color: #af9f94;
  font-family: "Outfit", sans-serif;
}

body.premium-booking .premium-flow-step .label {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 500;
}

body.premium-booking .premium-flow-step.active {
  color: #352d28;
}

body.premium-booking .premium-flow-step.active .num {
  background: linear-gradient(120deg, var(--premium-primary) 0%, var(--premium-primary-hover) 100%);
  border-color: transparent;
  color: var(--premium-on-primary);
}

body.premium-booking .flow-line {
  width: 54px;
  height: 1px;
  background: #decfbe;
}

body.premium-booking .flow-line.active {
  background: var(--premium-primary);
  opacity: 0.45;
}

body.premium-booking .premium-booking-hero + .top-card {
  margin-top: 28px !important;
  margin-bottom: 0 !important;
}

body.premium-booking .premium-booking-hero + .main-container,
body.premium-booking .premium-booking-hero + .album-body,
body.premium-booking .premium-booking-hero + .calendar-container,
body.premium-booking .premium-booking-hero + .message {
  margin-top: 6px !important;
  margin-bottom: 0 !important;
}

body.premium-booking .premium-booking-hero + .message:empty {
  display: none;
}

body.premium-booking .premium-booking-hero + .message + form#user-form,
body.premium-booking .premium-booking-hero + form#user-form {
  margin-top: 18px !important;
}

body.premium-booking .top-card .container.mt-5,
body.premium-booking .album-body .album.py-4,
body.premium-booking .main-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.premium-booking .main-container,
body.premium-booking .album .container,
body.premium-booking .services-container {
  max-width: 1040px !important;
}

body.premium-booking .services-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.premium-booking .calendar-container {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 6px !important;
  padding-top: 0 !important;
}

body.premium-booking .button-container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0 !important;
  margin-bottom: 14px !important;
}

.premium-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: rgba(248, 244, 238, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--premium-border);
}

.premium-nav-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.premium-nav-brand {
  color: var(--premium-ink);
  font-size: 1.9rem;
  text-decoration: none !important;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  flex-shrink: 0;
}

.premium-nav-links {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.premium-nav-links a {
  color: #5f4e46;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
  text-decoration: none;
}

.premium-nav-links a:hover {
  color: var(--premium-ink);
  text-decoration: none;
}

.premium-nav-cta {
  color: #fff !important;
  background: var(--premium-primary) !important;
  border-radius: 0 !important;
  padding: 0.66rem 1rem;
  letter-spacing: 0.12em !important;
  border: 1px solid transparent;
}

.premium-nav-cta:hover {
  color: #fff !important;
  background: var(--premium-primary-hover) !important;
}

.premium-nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--premium-ink);
  font-size: 1.05rem;
}

body.premium-booking .row.main-row,
body.premium-booking .card,
body.premium-booking .service-card,
body.premium-booking .calendar,
body.premium-booking form#user-form,
body.premium-booking .category-header,
body.premium-booking .service-grid {
  border-color: var(--premium-border) !important;
  box-shadow: 0 14px 28px rgba(31, 24, 20, 0.08) !important;
}

body.premium-booking .category-header,
body.premium-booking .service-grid,
body.premium-booking .card,
body.premium-booking .service-card,
body.premium-booking .row.main-row,
body.premium-booking form#user-form,
body.premium-booking .calendar,
body.premium-booking .morning,
body.premium-booking .afternoon,
body.premium-booking .available-times-message,
body.premium-booking .modal-content {
  border-radius: 14px !important;
  background: #fffdf9 !important;
}

body.premium-booking .category-header h2,
body.premium-booking .service-name,
body.premium-booking .event-name,
body.premium-booking .card-title {
  color: #2d241f !important;
}

body.premium-booking .category-header {
  border-width: 1px !important;
  padding: 24px 30px !important;
}

body.premium-booking .services-wrapper {
  max-width: 920px;
  margin: 0 auto;
  gap: 16px !important;
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

@media (min-width: 768px) {
  body.premium-booking .services-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

body.premium-booking .service-card {
  padding: 24px !important;
  min-height: 0 !important;
  border: 1px solid #e7d8ca !important;
  border-radius: 0 !important;
  box-shadow: 0 3px 10px rgba(37, 24, 19, 0.06) !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body.premium-booking .service-card:hover {
  border-color: rgba(181, 108, 67, 0.35) !important;
  box-shadow: 0 8px 22px rgba(37, 24, 19, 0.1) !important;
  transform: translateY(-2px);
}

body.premium-booking .album-body {
  margin-top: 6px !important;
}

body.premium-booking .main-container {
  margin-top: 6px !important;
}

body.premium-booking .service-name {
  font-size: 1.45rem !important;
  line-height: 1.12 !important;
  margin-bottom: 8px !important;
}

body.premium-booking .duration {
  font-size: 0.85rem !important;
  letter-spacing: 0.03em;
}

body.premium-booking .service-count,
body.premium-booking .duration,
body.premium-booking .card-meta,
body.premium-booking .availability-status-message,
body.premium-booking .time-header {
  color: var(--premium-muted) !important;
}

body.premium-booking .price,
body.premium-booking .price-overlay,
body.premium-booking .name-button,
body.premium-booking .modal-name-button {
  background: #f4ece1 !important;
  color: #7a4f36 !important;
  border: 1px solid #eadbca !important;
}

body.premium-booking .price {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  border-radius: 999px !important;
  padding: 4px 11px !important;
}

body.premium-booking .event-name {
  font-size: 1.12rem !important;
  font-weight: 600 !important;
}

body.premium-booking .align-middle {
  align-self: center !important;
  font-weight: 500 !important;
}

body.premium-booking .event-buttons {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px;
  padding: 0 !important;
}

body.premium-booking .name-button,
body.premium-booking .modal-name-button {
  border-radius: 999px !important;
  font-size: 0.68rem !important;
  padding: 5px 10px !important;
  line-height: 1.2;
}

body.premium-booking .row.main-row {
  padding: 16px 14px !important;
  margin-bottom: 12px !important;
  border-width: 1px !important;
  border-radius: 0 !important;
  box-shadow: 0 3px 10px rgba(37, 24, 19, 0.06) !important;
}

body.premium-booking .card-title {
  font-size: 1.36rem !important;
  line-height: 1.15 !important;
  margin-bottom: 10px !important;
}

body.premium-booking .book-btn,
body.premium-booking .back-to-service,
body.premium-booking button[type="submit"],
body.premium-booking #submit-button,
body.premium-booking .price-option-btn,
body.premium-booking .file-upload-label {
  border: 0;
  background: var(--premium-primary) !important;
  color: #fff !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* Keep CTA labels readable regardless of theme color selection. */
body.premium-booking .book-btn,
body.premium-booking .back-to-service,
body.premium-booking .premium-continue-btn,
body.premium-booking button[type="submit"],
body.premium-booking #submit-button,
body.premium-booking .price-option-btn,
body.premium-booking .file-upload-label,
body.premium-booking .premium-nav-cta {
  color: var(--premium-on-primary) !important;
}

body.premium-booking .book-btn i,
body.premium-booking .back-to-service i,
body.premium-booking .premium-continue-btn i,
body.premium-booking button[type="submit"] i,
body.premium-booking #submit-button i,
body.premium-booking .price-option-btn i,
body.premium-booking .file-upload-label i,
body.premium-booking .premium-nav-cta i {
  color: var(--premium-on-primary) !important;
}

body.premium-booking .book-btn:hover,
body.premium-booking .back-to-service:hover,
body.premium-booking button[type="submit"]:hover,
body.premium-booking #submit-button:hover,
body.premium-booking .price-option-btn:hover,
body.premium-booking .file-upload-label:hover {
  background: var(--premium-primary) !important;
}

body.premium-booking .book-btn {
  min-height: 46px !important;
  padding: 11px 15px !important;
  font-size: 0.74rem !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  text-align: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

body.premium-booking .details-btn {
  border-radius: 0 !important;
  border: 1px solid #e6d5c6 !important;
  background: #fbf6ef !important;
  color: #6f5f56 !important;
  min-height: 46px !important;
  font-size: 0.74rem !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600 !important;
  box-shadow: none !important;
}

body.premium-booking .details-btn:hover {
  background: #f4e9dd !important;
  color: #584942 !important;
}

body.premium-booking input,
body.premium-booking textarea,
body.premium-booking .price-option-display-value,
body.premium-booking .btn-link {
  border-radius: 0 !important;
  border-color: #dfcec0 !important;
}

body.premium-booking form#user-form {
  max-width: 760px !important;
  padding: 34px !important;
  border: 1px solid #e9dcca !important;
  box-shadow: 0 18px 36px rgba(41, 29, 23, 0.09) !important;
}

body.premium-booking form#user-form label {
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
  font-size: 0.74rem !important;
  text-transform: uppercase;
  color: #7b6a60 !important;
  font-weight: 500 !important;
}

body.premium-booking form#user-form .form-group {
  margin-bottom: 20px !important;
}

body.premium-booking form#user-form input,
body.premium-booking form#user-form textarea,
body.premium-booking form#user-form select {
  background: #fff !important;
  border: 1px solid #decebf !important;
  color: #302723 !important;
  padding: 12px 13px !important;
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
}

body.premium-booking form#user-form input:focus,
body.premium-booking form#user-form textarea:focus,
body.premium-booking form#user-form select:focus {
  outline: none !important;
  border-color: #b56c43 !important;
  box-shadow: 0 0 0 3px rgba(181, 108, 67, 0.12) !important;
}

body.premium-booking form#user-form .text-muted {
  color: #8d7b71 !important;
  font-size: 0.78rem;
}

body.premium-booking form#user-form .description-card,
body.premium-booking form#user-form .note .card,
body.premium-booking form#user-form .collapse {
  background: #fbf6ef !important;
  border: 1px solid #e8dbc9 !important;
  border-radius: 10px !important;
}

body.premium-booking form#user-form .description-card {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4b3d36;
}

body.premium-booking form#user-form .custom-align {
  align-items: center;
  gap: 12px;
}

body.premium-booking form#user-form .price-option {
  margin-right: 0 !important;
}

body.premium-booking form#user-form .price-option-display-set {
  gap: 8px;
}

body.premium-booking form#user-form .price-option-display-value {
  width: 52px !important;
  text-align: center;
  font-weight: 600;
}

body.premium-booking form#user-form .checkbox-label {
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 0.93rem !important;
  color: #4e413a !important;
  margin-bottom: 0 !important;
}

body.premium-booking form#user-form .checkbox-label::before {
  border-radius: 6px;
  border: 1px solid #d7c8b8 !important;
}

body.premium-booking form#user-form .file-upload-label {
  font-size: 0.74rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  border-radius: 0 !important;
}

body.premium-booking form#user-form .file-list li {
  background: #fffaf4 !important;
  border-color: #e7d8c7 !important;
  border-radius: 8px;
}

body.premium-booking #totalPrice,
body.premium-booking #totalDuration {
  color: #2f2521 !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
}

body.premium-booking #submit-button {
  margin-top: 8px;
  min-height: 50px !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.14em !important;
}

body.premium-booking .month-header {
  background: linear-gradient(120deg, var(--premium-primary) 0%, #c58662 100%) !important;
  padding: 20px 24px !important;
  border-radius: 0 !important;
}

body.premium-booking .month-name {
  font-size: 2.15rem !important;
  font-weight: 500 !important;
}

body.premium-booking .day.available,
body.premium-booking .time:hover {
  background: linear-gradient(120deg, var(--premium-primary) 0%, #c58662 100%) !important;
  color: #fff !important;
  border-color: transparent !important;
}

body.premium-booking .time {
  box-shadow: none !important;
  border-color: #e5d8ca !important;
  border-radius: 0 !important;
  padding: 13px 10px !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
}

body.premium-booking .day {
  border-radius: 0 !important;
  font-weight: 500 !important;
  height: 44px !important;
}

body.premium-booking .day:hover:not(.available) {
  border-color: #d8c2af !important;
  background: #f9f3ec !important;
}

body.premium-booking .card-wrap {
  display: flex;
}

body.premium-booking .card-wrap .card {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* Premium thumbnail cards (events_thumbnail_premium) */
body.premium-booking .album-body .image-container {
  position: relative;
  width: 100%;
  padding-top: 82%;
  overflow: hidden;
  background: #f3ede6;
}

body.premium-booking .album-body .image-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 18, 14, 0.02) 35%, rgba(24, 18, 14, 0.45) 100%);
  pointer-events: none;
}

body.premium-booking .card-img-top {
  width: 100% !important;
  height: 280px !important;
  object-fit: cover !important;
}

/* Thumbnail layouts use ratio containers; fixed card-img height creates bottom whitespace. */
body.premium-booking .image-container .card-img-top {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.45s ease !important;
}

body.premium-booking .album-body .card:hover .card-img-top {
  transform: scale(1.06);
}

body.premium-booking .card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
}

body.premium-booking .card-title {
  min-height: 0 !important;
}

body.premium-booking .album-body .card-actions {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

body.premium-booking .album-body .book-btn,
body.premium-booking .album-body .details-btn {
  flex: 1;
  min-height: 40px !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.08em !important;
  padding: 10px 8px !important;
}

body.premium-booking .album-body .details-btn {
  background: #f8f9fa !important;
  border: 1px solid #e9ecef !important;
  color: #555 !important;
}

body.premium-booking .album-body .details-btn:hover {
  background: #e9ecef !important;
  color: #333 !important;
  border-color: #e0e4e8 !important;
}

body.premium-booking .time {
  text-align: center !important;
}

body.premium-booking .calendar,
body.premium-booking .morning,
body.premium-booking .afternoon,
body.premium-booking .available-times-message {
  border-radius: 0 !important;
}

body.premium-booking .alert {
  border-radius: 12px !important;
}

body.premium-booking .premium-booking-body {
  padding-bottom: 48px;
}

body.premium-booking form#user-form {
  max-width: none !important;
  width: 100%;
  margin-top: 0 !important;
}

body.premium-booking .premium-booking-summary {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.65), transparent 42%),
    linear-gradient(180deg, #fffdf9 0%, #f9f2e9 100%);
  border: 1px solid #e4d3c1;
  box-shadow:
    0 20px 36px rgba(31, 24, 20, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  padding: 26px 24px;
  border-radius: 16px;
}

body.premium-booking .summary-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.64rem;
  color: #947a6b;
  font-weight: 500;
}

body.premium-booking .summary-title {
  margin: 10px 0 16px;
  color: #2a211d;
  font-size: 2rem;
  line-height: 1;
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 500;
}

body.premium-booking .summary-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 13px 0;
  border-top: 1px solid rgba(176, 145, 123, 0.25);
}

body.premium-booking .summary-line-meta .summary-value {
  max-width: 64%;
  color: #3c312c;
  font-size: 0.9rem;
  line-height: 1.35;
}

body.premium-booking .summary-line-total {
  margin-top: 8px;
  border-top: 1px solid rgba(140, 95, 65, 0.36);
  padding-top: 16px;
}

body.premium-booking .summary-label {
  color: #7f6a5e;
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 500;
}

body.premium-booking .summary-value {
  text-align: right;
  color: #2d241f;
  font-size: 0.98rem;
  font-weight: 600;
}

body.premium-booking .summary-line-total .summary-value {
  font-size: 1.1rem;
}

body.premium-booking .summary-toggle {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none !important;
  color: inherit !important;
  box-shadow: none !important;
}

body.premium-booking .summary-toggle:hover,
body.premium-booking .summary-toggle:focus {
  text-decoration: none !important;
  opacity: 0.9;
}

body.premium-booking .summary-breakdown {
  margin-top: -3px;
  margin-bottom: 6px;
}

body.premium-booking .summary-breakdown ul {
  margin: 0;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e7d8c8;
  border-radius: 10px;
  color: #5a4a41;
  font-size: 0.82rem;
  line-height: 1.45;
  list-style-position: inside;
}

body.premium-booking .summary-note {
  margin: 16px 0 0;
  color: #8b776d;
  font-size: 0.76rem;
  line-height: 1.55;
  border-top: 1px dashed rgba(176, 145, 123, 0.32);
  padding-top: 12px;
}

@media (min-width: 992px) {
  body.premium-booking form#user-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    column-gap: 28px;
    align-items: start;
  }

  body.premium-booking form#user-form > :not(.premium-booking-summary) {
    grid-column: 1;
  }

  body.premium-booking .premium-booking-summary {
    grid-column: 2;
    grid-row: 1 / span 999;
    position: sticky;
    top: 110px;
    align-self: start;
  }
}

@media (max-width: 767px) {
  .premium-nav-toggle {
    display: block;
  }

  .premium-nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #f8f4ee;
    border-bottom: 1px solid var(--premium-border);
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    gap: 0.9rem;
  }

  .premium-nav-links.open {
    display: flex;
  }

  body.premium-booking .main-container,
  body.premium-booking .album-body,
  body.premium-booking .calendar-container,
  body.premium-booking form#user-form,
  body.premium-booking .top-card,
  body.premium-booking .message {
    margin-top: 14px !important;
  }

  body.premium-booking .premium-booking-hero + .top-card {
    margin-top: 20px !important;
  }

  body.premium-booking .premium-booking-hero {
    margin-top: 12px;
    padding: 26px 0 8px;
  }

  body.premium-booking .premium-back-home {
    margin-bottom: 12px;
    letter-spacing: 0.16em;
    font-size: 0.72rem;
  }

  body.premium-booking .premium-booking-kicker {
    font-size: 1rem;
  }

  body.premium-booking .premium-booking-title {
    font-size: 2.15rem;
  }

  body.premium-booking .premium-flow-steps {
    gap: 6px;
  }

  body.premium-booking .premium-flow-step .label {
    display: none;
  }

  body.premium-booking .flow-line {
    width: 18px;
  }

  body.premium-booking .category-header {
    padding: 16px 16px !important;
  }

  body.premium-booking .service-card {
    padding: 20px !important;
  }

  body.premium-booking .service-name {
    font-size: 1.4rem !important;
  }

  body.premium-booking .row.main-row {
    padding: 12px 8px !important;
  }

  body.premium-booking form#user-form {
    display: block;
    padding: 20px !important;
  }

  body.premium-booking .premium-booking-summary {
    padding: 20px 18px;
  }
}

/* ZIP-2 style alignment: flatter surfaces, square corners, cleaner rhythm */
body.premium-booking {
  background: #f8f4ee;
}

body.premium-booking .premium-booking-hero {
  padding: 24px 0 4px;
}

body.premium-booking .premium-booking-kicker {
  letter-spacing: 0.3em;
  font-size: 0.9rem;
  font-weight: 500;
}

body.premium-booking .premium-booking-subtitle {
  margin-top: 10px;
  font-size: clamp(2rem, 4.8vw, 3.3rem);
}

body.premium-booking .premium-flow-steps {
  margin-top: 20px;
}

body.premium-booking .premium-flow-step .num {
  width: 40px;
  height: 40px;
}

body.premium-booking .premium-flow-step .label {
  letter-spacing: 0.15em;
}

body.premium-booking .flow-line {
  width: 48px;
}

body.premium-booking .card,
body.premium-booking .service-card,
body.premium-booking .row.main-row,
body.premium-booking .calendar,
body.premium-booking form#user-form,
body.premium-booking .premium-booking-summary,
body.premium-booking .modal-content,
body.premium-booking .morning,
body.premium-booking .afternoon,
body.premium-booking .available-times-message,
body.premium-booking .time,
body.premium-booking .day,
body.premium-booking .book-btn,
body.premium-booking .back-to-service,
body.premium-booking #submit-button {
  border-radius: 0 !important;
}

body.premium-booking .card,
body.premium-booking .service-card,
body.premium-booking .row.main-row {
  box-shadow: 0 6px 14px rgba(31, 24, 20, 0.06) !important;
}

body.premium-booking .service-card:hover,
body.premium-booking .row.main-row:hover,
body.premium-booking .card:hover {
  box-shadow: 0 10px 20px rgba(31, 24, 20, 0.09) !important;
}

body.premium-booking .card {
  border: 1px solid #e4d8cc !important;
}

body.premium-booking .card-body {
  background: #fff !important;
}

body.premium-booking .book-btn,
body.premium-booking .back-to-service,
body.premium-booking #submit-button {
  font-size: 0.76rem !important;
  letter-spacing: 0.15em !important;
  min-height: 48px !important;
  padding: 12px 18px !important;
}

body.premium-booking .calendar {
  border: 1px solid #e2d5c7 !important;
  box-shadow: 0 10px 22px rgba(31, 24, 20, 0.07) !important;
}

body.premium-booking .month-header {
  padding: 18px 22px !important;
}

body.premium-booking .days {
  gap: 4px !important;
  padding: 16px !important;
}

body.premium-booking .day {
  height: 42px !important;
  font-size: 0.92rem !important;
}

body.premium-booking .time {
  font-size: 0.88rem !important;
}

body.premium-booking .premium-booking-summary {
  background: #f5eee4 !important;
  border: 1px solid #e3d4c2 !important;
  box-shadow: none !important;
}

body.premium-booking .summary-title {
  font-size: 1.72rem;
}

/* Final micro-pass: tighter ZIP-like spacing/scale across premium booking surfaces */
body.premium-booking .premium-booking-hero {
  margin-top: 6px;
  padding: 20px 0 2px;
}

body.premium-booking .premium-back-home {
  margin-bottom: 14px;
  letter-spacing: 0.2em;
}

body.premium-booking .premium-booking-kicker {
  margin-bottom: 4px;
}

body.premium-booking .premium-booking-subtitle {
  margin-top: 4px;
  font-size: clamp(2rem, 4.8vw, 3.3rem);
}

body.premium-booking .premium-flow-steps {
  margin-top: 18px;
  gap: 10px;
}

body.premium-booking .premium-flow-step .num {
  width: 38px;
  height: 38px;
  font-size: 0.82rem;
}

body.premium-booking .premium-flow-step .label {
  font-size: 0.72rem;
}

body.premium-booking .flow-line {
  width: 44px;
}

body.premium-booking .calendar-container,
body.premium-booking .album-body,
body.premium-booking .main-container,
body.premium-booking .premium-booking-body {
  margin-top: 2px !important;
}

body.premium-booking .button-container {
  margin-top: 2px !important;
  margin-bottom: 12px !important;
}

body.premium-booking .card-img-top {
  height: 270px !important;
}

body.premium-booking .image-container .card-img-top {
  height: 100% !important;
}

body.premium-booking .service-card,
body.premium-booking .row.main-row {
  border-color: #e3d6c9 !important;
}

body.premium-booking .service-name,
body.premium-booking .card-title {
  letter-spacing: 0.01em;
}

body.premium-booking .book-btn,
body.premium-booking .back-to-service,
body.premium-booking #submit-button {
  font-size: 0.74rem !important;
  letter-spacing: 0.16em !important;
}

body.premium-booking .summary-label {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
}

@media (max-width: 767px) {
  body.premium-booking .premium-booking-hero {
    margin-top: 8px;
    padding-top: 18px;
  }

  body.premium-booking .premium-flow-step .num {
    width: 34px;
    height: 34px;
  }

  body.premium-booking .flow-line {
    width: 14px;
  }

  body.premium-booking .card-img-top {
    height: 220px !important;
  }

  body.premium-booking .image-container .card-img-top {
    height: 100% !important;
  }

  body.premium-booking .album-body .image-container {
    padding-top: 82%;
  }
}

/* Screenshot match pass */
body.premium-booking .row.main-row {
  display: flex !important;
  align-items: center !important;
  min-height: 88px;
}

body.premium-booking .event-name {
  font-size: 1.22rem !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

body.premium-booking .event-buttons .book-btn,
body.premium-booking .event-buttons .details-btn {
  min-width: 84px;
}

body.premium-booking .event-buttons .book-btn {
  min-height: 44px !important;
  padding: 10px 14px !important;
}

body.premium-booking .event-buttons .details-btn {
  min-height: 44px !important;
  padding: 10px 14px !important;
}

body.premium-booking .back-to-service {
  min-height: 46px !important;
  min-width: 124px;
}

body.premium-booking .available-time {
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(2rem, 4.2vw, 2.5rem) !important;
  font-weight: 600 !important;
  color: #2f2521 !important;
  letter-spacing: 0.01em;
  margin: 20px 0 12px !important;
}

body.premium-booking .available-time.available-time-default {
  font-family: "Outfit", sans-serif !important;
  font-size: clamp(1.6rem, 3.8vw, 2.1rem) !important;
  font-weight: 700 !important;
  color: #2f3545 !important;
  letter-spacing: 0;
  margin-top: 18px !important;
}

body.premium-booking .time-header {
  font-family: "Outfit", sans-serif !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  color: #4d413a !important;
  margin: 6px 0 10px !important;
}

body.premium-booking .morning,
body.premium-booking .afternoon {
  gap: 8px !important;
  padding: 10px !important;
}

body.premium-booking .time {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  body.premium-booking .event-name {
    font-size: 1.08rem !important;
  }

  body.premium-booking .event-buttons .book-btn,
  body.premium-booking .event-buttons .details-btn {
    min-width: 78px;
    font-size: 0.7rem !important;
    letter-spacing: 0.14em !important;
  }

  body.premium-booking .time-header {
    font-size: 1.55rem !important;
  }

  body.premium-booking .available-time {
    font-size: 1.95rem !important;
  }

  body.premium-booking .available-time.available-time-default {
    font-size: 1.7rem !important;
  }
}

/* Appointment step-1 redesign (match provided reference) */
body.premium-booking.appointment-v2 {
  background: #f5f5f7;
  color: #22212b;
}

body.premium-booking.appointment-v2 .premium-booking-hero {
  padding: 42px 0 10px;
}

body.premium-booking.appointment-v2 .premium-booking-subtitle {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 5.4vw, 3.6rem);
  line-height: 1.08;
  color: #22212b;
  font-weight: 400;
  letter-spacing: 0;
  max-width: none;
}

body.premium-booking.appointment-v2 .premium-back-home {
  margin-bottom: 18px;
  letter-spacing: 0.22em;
}

body.premium-booking.appointment-v2 .premium-booking-kicker {
  margin-bottom: 8px;
  font-size: 0.92rem;
  letter-spacing: 0.34em;
}

body.premium-booking.appointment-v2 .premium-appointment-title {
  margin: 0;
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 1.03;
  font-weight: 400;
  text-align: center;
}

body.premium-booking.appointment-v2 .premium-flow-steps {
  margin-top: 34px;
  margin-bottom: 10px;
}

body.premium-booking.appointment-v2 .premium-flow-step .num {
  width: 44px;
  height: 44px;
  font-size: 0.9rem;
}

body.premium-booking.appointment-v2 .premium-flow-step .label {
  letter-spacing: 0.18em;
  font-size: 0.78rem;
}

body.premium-booking.appointment-v2 .flow-line {
  width: 70px;
}

body.premium-booking.appointment-v2 .premium-appointment-body {
  padding: 34px 0 64px;
}

body.premium-booking.appointment-v2 .premium-appointment-body .container {
  max-width: 1160px;
}

body.premium-booking.appointment-v2 .premium-service-heading {
  text-align: center;
  margin: 8px 0 34px;
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
  font-weight: 400;
}

body.premium-booking.appointment-v2 .premium-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.premium-booking.appointment-v2 .premium-service-card {
  text-align: left;
  border: 1px solid #e3e1ea;
  background: #f6f6f8;
  min-height: 168px;
  padding: 28px 32px 24px;
  color: #22212b;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.premium-booking.appointment-v2 .premium-service-card:hover {
  border-color: #c7c3d8;
  box-shadow: 0 8px 20px rgba(40, 35, 63, 0.08);
  transform: translateY(-1px);
}

body.premium-booking.appointment-v2 .premium-service-card.is-selected {
  color: var(--premium-on-primary-hover);
  box-shadow: 0 10px 20px rgba(80, 48, 130, 0.2);
  border-color: #e3e1ea;
}

body.premium-booking.appointment-v2 .premium-service-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

body.premium-booking.appointment-v2 .premium-service-card h3 {
  margin: 0;
  font-size: clamp(2rem, 2.5vw, 2.55rem);
  line-height: 1.12;
  font-weight: 400;
}

body.premium-booking.appointment-v2 .premium-service-card .sparkle {
  opacity: 0.3;
  font-size: 1.05rem;
}

body.premium-booking.appointment-v2 .premium-service-card-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.2rem;
}

body.premium-booking.appointment-v2 .premium-service-card .duration {
  color: rgba(34, 33, 43, 0.65);
}

body.premium-booking.appointment-v2 .premium-service-card .price {
  font-weight: 600;
}

body.premium-booking.appointment-v2 .premium-service-card.is-selected .duration,
body.premium-booking.appointment-v2 .premium-service-card.is-selected .price {
  color: var(--premium-on-primary-hover);
}

body.premium-booking.appointment-v2 .premium-appointment-actions {
  margin-top: 28px;
  display: flex;
  justify-content: flex-end;
}

body.premium-booking.appointment-v2 .premium-continue-btn {
  min-width: 208px;
  height: 62px;
  border: 0;
  color: var(--premium-on-primary);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.92rem;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

body.premium-booking.appointment-v2 .premium-continue-btn i {
  margin-left: 8px;
}

body.premium-booking.appointment-v2 .premium-continue-btn:disabled {
  background: #ececf0 !important;
  color: #9a97a6;
  cursor: not-allowed;
}

@media (max-width: 991px) {
  body.premium-booking.appointment-v2 .premium-service-grid {
    grid-template-columns: 1fr;
  }

  body.premium-booking.appointment-v2 .premium-appointment-title {
    font-size: clamp(2.3rem, 8.2vw, 3.8rem);
  }
}

@media (max-width: 767px) {
  body.premium-booking.appointment-v2 .premium-booking-hero {
    padding-top: 28px;
  }

  body.premium-booking.appointment-v2 .premium-booking-subtitle {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  body.premium-booking.appointment-v2 .premium-service-heading {
    margin-bottom: 22px;
  }

  body.premium-booking.appointment-v2 .premium-service-card {
    min-height: 142px;
    padding: 20px 20px 18px;
  }

  body.premium-booking.appointment-v2 .premium-service-card h3 {
    font-size: 1.45rem;
  }

  body.premium-booking.appointment-v2 .premium-service-card-meta {
    font-size: 0.92rem;
    gap: 10px;
  }

  body.premium-booking.appointment-v2 .premium-flow-step .label {
    display: inline;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  body.premium-booking.appointment-v2 .premium-continue-btn {
    width: 100%;
    height: 54px;
    min-width: 0;
    font-size: 0.82rem;
  }
}

/* Schedule step-2 redesign (match provided reference) */
body.premium-booking.schedule-v2 {
  background: var(--premium-bg);
  color: #22212b;
}

body.premium-booking.schedule-v2 .premium-booking-hero {
  padding: 42px 0 10px;
}

body.premium-booking.schedule-v2 .premium-booking-subtitle {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 5.4vw, 3.6rem);
  line-height: 1.08;
  color: #22212b;
  font-weight: 400;
  letter-spacing: 0;
  max-width: none;
}

body.premium-booking.schedule-v2 .premium-appointment-title {
  margin: 0;
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 1.03;
  font-weight: 400;
  text-align: center;
}

body.premium-booking.schedule-v2 .premium-flow-steps {
  margin-top: 34px;
  margin-bottom: 10px;
}

body.premium-booking.schedule-v2 .premium-flow-step .num {
  width: 44px;
  height: 44px;
  font-size: 0.9rem;
}

body.premium-booking.schedule-v2 .premium-flow-step .label {
  letter-spacing: 0.18em;
  font-size: 0.78rem;
}

body.premium-booking.schedule-v2 .flow-line {
  width: 70px;
}

body.premium-booking.schedule-v2 .premium-schedule-body {
  padding: 34px 0 64px;
}

body.premium-booking.schedule-v2 .premium-schedule-body .container {
  max-width: 1160px;
}

body.premium-booking.schedule-v2 .launch-date-section {
  margin: 0 0 24px;
}

body.premium-booking.schedule-v2 #launch-date-message.alert,
body.premium-booking.schedule-v2 #launch-date-message.alert-success {
  margin: 0;
  border-radius: 0;
  border: 1px solid var(--premium-primary-soft-border);
  background: linear-gradient(135deg, #fff 0%, #fffaf4 100%);
  color: #3d3548;
  padding: 12px 16px;
  font-family: "Outfit", sans-serif;
  font-size: 0.98rem;
  line-height: 1.5;
  box-shadow: none;
}

body.premium-booking.schedule-v2 #launch-date-message strong {
  color: #2a2433;
  font-weight: 600;
  margin-right: 6px;
}

body.premium-booking.schedule-v2 #launch-date-display {
  color: var(--premium-primary);
  font-weight: 600;
}

body.premium-booking.schedule-v2 .premium-service-heading {
  text-align: center;
  margin: 8px 0 34px;
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
  font-weight: 400;
}

body.premium-booking.schedule-v2 .premium-schedule-grid {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

body.premium-booking.schedule-v2 .schedule-calendar-card .calendar {
  border: 1px solid #e2e1e9 !important;
  background: #fffaf4 !important;
  box-shadow: none !important;
}

body.premium-booking.schedule-v2 .schedule-calendar-card .month-header {
  background: transparent !important;
  padding: 16px 18px !important;
  border-bottom: 0 !important;
}

body.premium-booking.schedule-v2 .schedule-calendar-card .month-name {
  font-size: 1.95rem !important;
  color: #24212d !important;
}

body.premium-booking.schedule-v2 .schedule-calendar-card .prev-month-btn,
body.premium-booking.schedule-v2 .schedule-calendar-card .next-month-btn {
  width: 32px;
  height: 32px;
  border-radius: 0 !important;
  border: 1px solid #e5e4ec !important;
  color: #767180 !important;
  background: #fffaf4 !important;
  box-shadow: none !important;
}

body.premium-booking.schedule-v2 .schedule-calendar-card .days {
  padding: 12px 16px 16px !important;
  gap: 4px !important;
  background: #fffaf4 !important;
}

body.premium-booking.schedule-v2 .schedule-calendar-card .day-header {
  font-size: 0.74rem !important;
  color: #7f7a88 !important;
  letter-spacing: 0.06em;
}

body.premium-booking.schedule-v2 .schedule-calendar-card .day {
  height: 42px !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  color: #4f4a57 !important;
  background: transparent !important;
  font-size: 1rem !important;
}

body.premium-booking.schedule-v2 .schedule-calendar-card .day.available {
  color: #1f1b24 !important;
  background: var(--premium-primary-soft) !important;
  border-color: var(--premium-primary-soft-border) !important;
  font-weight: 600 !important;
}

body.premium-booking.schedule-v2 .schedule-calendar-card .day:not(.available) {
  color: #a8a3b2 !important;
  opacity: 0.55;
}

body.premium-booking.schedule-v2 .schedule-calendar-card .day.selected,
body.premium-booking.schedule-v2 .schedule-calendar-card .day.available:focus,
body.premium-booking.schedule-v2 .schedule-calendar-card .day.available:active {
  background: var(--premium-primary) !important;
  color: var(--premium-on-primary) !important;
}

body.premium-booking.schedule-v2 .schedule-time-panel {
  padding: 18px;
  border: 1px solid #e5e2eb;
  background: #fffaf4;
  min-height: 100%;
}

body.premium-booking.schedule-v2 .schedule-time-kicker {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.86rem;
  color: #6f6b79;
  font-weight: 500;
}

body.premium-booking.schedule-v2 .schedule-time-empty {
  min-height: 210px;
  border: 1px dashed #dfdde6;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #7b7785;
  font-size: 1.38rem;
}

body.premium-booking.schedule-v2 .available-time {
  display: none !important;
}

body.premium-booking.schedule-v2 .times {
  margin-top: 0 !important;
  width: 100%;
}

body.premium-booking.schedule-v2 .time-slot-container {
  display: grid;
  gap: 12px;
  width: 100%;
}

body.premium-booking.schedule-v2 .time-header {
  margin: 0;
  font-size: 0.82rem !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #6f6b79 !important;
}

body.premium-booking.schedule-v2 .morning,
body.premium-booking.schedule-v2 .afternoon {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px !important;
  border: 1px solid #e4e2ea !important;
  background: #fff !important;
  padding: 8px !important;
}

body.premium-booking.schedule-v2 .time.time-choice {
  border: 1px solid #e4e2ea !important;
  background: #fff !important;
  color: #494454 !important;
  min-height: 50px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.premium-booking.schedule-v2 .time.time-choice:hover {
  border-color: #cfcadb !important;
}

body.premium-booking.schedule-v2 .time.time-choice.selected {
  background: var(--premium-primary) !important;
  border-color: var(--premium-primary) !important;
  color: var(--premium-on-primary) !important;
}

body.premium-booking.schedule-v2 .premium-schedule-actions {
  margin-top: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.premium-booking.schedule-v2 .schedule-back-link {
  color: #4a4453;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.92rem;
}

body.premium-booking.schedule-v2 .schedule-back-link i {
  margin-right: 8px;
}

body.premium-booking.schedule-v2 .premium-continue-btn {
  min-width: 208px;
  height: 62px;
  border: 0;
  color: var(--premium-on-primary);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.92rem;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

body.premium-booking.schedule-v2 .premium-continue-btn i {
  margin-left: 8px;
}

body.premium-booking.schedule-v2 .premium-continue-btn:disabled {
  background: #ececf0 !important;
  color: #9a97a6;
  cursor: not-allowed;
}

@media (max-width: 991px) {
  body.premium-booking.schedule-v2 .premium-schedule-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.premium-booking.schedule-v2 .schedule-calendar-card {
    max-width: 420px;
  }
}

@media (max-width: 767px) {
  body.premium-booking.schedule-v2 .premium-booking-hero {
    padding-top: 28px;
  }

  body.premium-booking.schedule-v2 .premium-booking-subtitle {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  body.premium-booking.schedule-v2 .premium-appointment-title {
    font-size: clamp(2.3rem, 8.2vw, 3.8rem);
  }

  body.premium-booking.schedule-v2 .premium-service-heading {
    margin-bottom: 22px;
    font-size: 2rem;
  }

  body.premium-booking.schedule-v2 .premium-flow-step .label {
    display: inline;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  body.premium-booking.schedule-v2 .schedule-time-empty {
    min-height: 170px;
    font-size: 1.06rem;
  }

  body.premium-booking.schedule-v2 .schedule-time-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  body.premium-booking.schedule-v2 .morning,
  body.premium-booking.schedule-v2 .afternoon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.premium-booking.schedule-v2 .time.time-choice {
    min-height: 46px;
    font-size: 0.9rem;
  }

  body.premium-booking.schedule-v2 .premium-schedule-actions {
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
  }

  body.premium-booking.schedule-v2 .schedule-back-link {
    text-align: left;
    font-size: 0.84rem;
  }

  body.premium-booking.schedule-v2 .premium-continue-btn {
    width: 100%;
    height: 54px;
    min-width: 0;
    font-size: 0.82rem;
  }
}

/* User form step-3 redesign (match provided reference) */
body.premium-booking.userform-v2 {
  background: var(--premium-bg);
  color: #22212b;
}

body.premium-booking.userform-v2 .premium-booking-hero {
  padding: 42px 0 10px;
}

body.premium-booking.userform-v2 .premium-booking-subtitle {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 5.4vw, 3.6rem);
  line-height: 1.08;
  color: #22212b;
  font-weight: 400;
  letter-spacing: 0;
  max-width: none;
}

body.premium-booking.userform-v2 .premium-appointment-title {
  margin: 0;
  font-size: clamp(2.7rem, 6.2vw, 4.4rem);
  line-height: 1.03;
  font-weight: 400;
  text-align: center;
}

body.premium-booking.userform-v2 .premium-flow-steps {
  margin-top: 34px;
  margin-bottom: 10px;
}

body.premium-booking.userform-v2 .premium-flow-step .num {
  width: 44px;
  height: 44px;
  font-size: 0.9rem;
}

body.premium-booking.userform-v2 .premium-flow-step .label {
  letter-spacing: 0.18em;
  font-size: 0.78rem;
}

body.premium-booking.userform-v2 .flow-line {
  width: 70px;
}

body.premium-booking.userform-v2 .premium-booking-body {
  padding: 34px 0 64px;
}

body.premium-booking.userform-v2 .premium-booking-body .container {
  max-width: 1160px;
}

body.premium-booking.userform-v2 .premium-details-heading {
  margin: 8px 0 24px;
  text-align: center;
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 400;
}

body.premium-booking.userform-v2 form#user-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  column-gap: 48px;
  row-gap: 0;
  align-items: start;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.premium-booking.userform-v2 form#user-form > :not(.premium-booking-summary) {
  grid-column: 1;
}

body.premium-booking.userform-v2 .premium-details-panel {
  grid-column: 1;
  border: 1px solid #e3dfeb;
  background: #fff;
  border-radius: 0;
  padding: 18px 18px 14px;
}

body.premium-booking.userform-v2 .premium-booking-summary {
  grid-column: 2;
  grid-row: 1 / span 999;
  background: var(--premium-bg-soft) !important;
  border: 1px solid #e3dfeb !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 34px 30px !important;
}

body.premium-booking.userform-v2 .summary-title {
  margin-bottom: 20px !important;
  font-size: 2.35rem !important;
  font-weight: 400 !important;
}

body.premium-booking.userform-v2 .summary-line {
  border-top: 0 !important;
  padding: 8px 0 !important;
}

body.premium-booking.userform-v2 .summary-label {
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 1.02rem !important;
  color: #5b5765 !important;
}

body.premium-booking.userform-v2 .summary-value {
  font-size: 1.06rem !important;
  color: #22212b !important;
  font-weight: 500 !important;
}

body.premium-booking.userform-v2 .summary-line-total {
  margin-top: 12px;
  padding-top: 16px !important;
  border-top: 1px solid #ddd9e6 !important;
}

body.premium-booking.userform-v2 .summary-line-total .summary-value {
  color: var(--premium-primary) !important;
  font-size: 1.72rem !important;
  font-weight: 600 !important;
}

body.premium-booking.userform-v2 .form-group {
  margin-bottom: 14px !important;
}

body.premium-booking.userform-v2 .custom-align {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border: 1px solid #e3dfeb;
  background: #fffaf4;
}

body.premium-booking.userform-v2 .custom-align .price-option {
  margin-bottom: 0 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 0.95rem !important;
  color: #34303d !important;
}

body.premium-booking.userform-v2 .price-option-display-set {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.premium-booking.userform-v2 form#user-form label {
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  font-size: 0.74rem !important;
  color: #777281 !important;
  margin-bottom: 7px !important;
  font-weight: 700 !important;
}

body.premium-booking.userform-v2 form#user-form input,
body.premium-booking.userform-v2 form#user-form textarea,
body.premium-booking.userform-v2 form#user-form select {
  width: 100%;
  display: block;
  border: 0 !important;
  border-bottom: 1px solid #ddd9e4 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 10px 0 !important;
  font-size: 0.98rem !important;
  color: #262330 !important;
}

body.premium-booking.userform-v2 form#user-form input::placeholder,
body.premium-booking.userform-v2 form#user-form textarea::placeholder {
  color: #a8a4b3 !important;
}

body.premium-booking.userform-v2 .price-option-btn {
  width: 34px;
  height: 34px;
  border: 0 !important;
  border-radius: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

body.premium-booking.userform-v2 .price-option-display-value {
  width: 52px !important;
  text-align: center;
  border: 1px solid #dfd9ea !important;
  background: #fff !important;
  padding: 6px 0 !important;
  font-weight: 500;
}

body.premium-booking.userform-v2 .design-images,
body.premium-booking.userform-v2 .description-card,
body.premium-booking.userform-v2 .note .card {
  background: #fffaf4 !important;
  border: 1px solid #e3dfeb !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.premium-booking.userform-v2 .design-images,
body.premium-booking.userform-v2 .description-card {
  padding: 14px !important;
}

body.premium-booking.userform-v2 .description-card,
body.premium-booking.userform-v2 .note .card {
  white-space: pre-line;
  line-height: 1.55;
}

body.premium-booking.userform-v2 .additional-images {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 4px 8px 4px 0;
  border: 1px solid #e3dfeb;
  overflow: hidden;
}

body.premium-booking.userform-v2 .images_url {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.premium-booking.userform-v2 .plus-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(34, 33, 43, 0.72);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

body.premium-booking.userform-v2 .post-pictures {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
}

body.premium-booking.userform-v2 .custom-checkbox,
body.premium-booking.userform-v2 .custom-checkbox-chunk {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

body.premium-booking.userform-v2 .checkbox-group {
  position: relative;
  padding: 10px 12px;
  border: 1px solid #e3dfeb;
  background: #fffaf4;
}

body.premium-booking.userform-v2 .checkbox-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin-bottom: 0 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 0.95rem !important;
  line-height: 1.4;
  color: #34303d !important;
}

body.premium-booking.userform-v2 .checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 2px solid #8b7ba8 !important;
  border-radius: 4px;
  background: #fff;
}

body.premium-booking.userform-v2 .custom-checkbox:checked + .checkbox-label::after,
body.premium-booking.userform-v2 .custom-checkbox-chunk:checked + .checkbox-label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

body.premium-booking.userform-v2 .custom-file-upload .file-upload-label {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px !important;
  border-radius: 0 !important;
  letter-spacing: 0.13em !important;
  font-size: 0.72rem !important;
  font-weight: 600;
  color: #fff !important;
}

body.premium-booking.userform-v2 form#user-form .custom-file-upload .file-upload-label {
  color: #fff !important;
}

body.premium-booking.userform-v2 .custom-file-upload .file-upload-label i {
  color: #fff !important;
}

body.premium-booking.userform-v2 form#user-form .custom-file-upload .file-upload-label i {
  color: #fff !important;
}

body.premium-booking.userform-v2 .policy-card {
  max-height: none !important;
  overflow: visible !important;
  padding: 14px 16px !important;
  white-space: normal !important;
  line-height: 1.45 !important;
  background: rgba(255, 250, 244, 0.98) !important;
  border: 1px solid #d8d0e3 !important;
  box-shadow: 0 4px 14px rgba(26, 20, 36, 0.06) !important;
}

body.premium-booking.userform-v2 .policy-card .checkbox-label {
  display: block;
  margin-bottom: 6px !important;
  color: #2d2636 !important;
  font-weight: 500;
}

body.premium-booking.userform-v2 .policy-card .policy-note-text {
  white-space: pre-line;
  line-height: 1.55;
}

body.premium-booking.userform-v2 .policy-card,
body.premium-booking.userform-v2 .policy-card p,
body.premium-booking.userform-v2 .policy-card span,
body.premium-booking.userform-v2 .policy-card div {
  color: #2d2636 !important;
}

body.premium-booking.userform-v2 form#user-form .form-group:not(.checkbox-group) > .custom-checkbox + .checkbox-label {
  display: block;
  background: rgba(255, 250, 244, 0.96);
  border: 1px solid #d8d0e3;
  box-shadow: 0 4px 14px rgba(26, 20, 36, 0.06);
  border-radius: 8px;
  padding: 12px 14px 12px 40px;
}

body.premium-booking.userform-v2 form#user-form .form-group:not(.checkbox-group) > .custom-checkbox + .checkbox-label::before {
  left: 12px;
  top: 12px;
}

body.premium-booking.userform-v2 form#user-form .form-group:not(.checkbox-group) > .custom-checkbox:checked + .checkbox-label::after {
  left: 19px;
  top: 16px;
}

body.premium-booking.userform-v2 .policy-card .custom-checkbox + .checkbox-label + .checkbox {
  margin-bottom: 0 !important;
}

body.premium-booking.userform-v2 .custom-file-upload .selected-files {
  margin-top: 10px;
}

body.premium-booking.userform-v2 .custom-file-upload .file-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.premium-booking.userform-v2 .custom-file-upload .file-list li {
  border: 1px solid #e3dfeb;
  background: #fff;
  padding: 8px;
  margin-bottom: 8px;
}

body.premium-booking.userform-v2 .premium-form-actions {
  grid-column: 1 / span 2;
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.premium-booking.userform-v2 .schedule-back-link {
  color: #4a4453;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.92rem;
}

body.premium-booking.userform-v2 .schedule-back-link i {
  margin-right: 8px;
}

body.premium-booking.userform-v2 #submit-button {
  min-width: 260px;
  height: 56px;
  border: 0 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.16em !important;
  font-size: 0.86rem !important;
  font-weight: 500 !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 991px) {
  body.premium-booking.userform-v2 form#user-form {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  body.premium-booking.userform-v2 .premium-booking-summary {
    grid-column: 1;
    grid-row: auto;
    position: static;
  }

  body.premium-booking.userform-v2 .premium-form-actions {
    grid-column: 1;
  }
}

@media (max-width: 767px) {
  body.premium-booking.userform-v2 .premium-booking-hero {
    padding-top: 28px;
  }

  body.premium-booking.userform-v2 .premium-booking-subtitle {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  body.premium-booking.userform-v2 .premium-appointment-title {
    font-size: clamp(2.3rem, 8.2vw, 3.8rem);
  }

  body.premium-booking.userform-v2 .premium-details-heading {
    margin-bottom: 18px;
    font-size: 2rem;
  }

  body.premium-booking.userform-v2 .premium-flow-step .label {
    display: inline;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  body.premium-booking.userform-v2 .premium-form-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  body.premium-booking.userform-v2 #submit-button {
    width: 100%;
    min-width: 0;
    height: 54px;
    font-size: 0.82rem !important;
  }
}

/* Premium booking polish overrides */
body.premium-booking .premium-flow-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  white-space: nowrap;
}

body.premium-booking .premium-flow-step {
  flex: 0 0 auto;
}

body.premium-booking .flow-line {
  width: auto !important;
  flex: 1 1 64px;
  min-width: 26px;
  max-width: 92px;
}

@media (max-width: 767px) {
  body.premium-booking .premium-flow-steps {
    gap: 6px;
    margin-top: 20px !important;
    margin-bottom: 8px !important;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    padding: 0 8px 2px;
  }

  body.premium-booking .premium-flow-step .num {
    width: 32px !important;
    height: 32px !important;
    font-size: 0.7rem !important;
  }

  body.premium-booking .premium-flow-step .label {
    display: inline !important;
    font-size: 0.6rem !important;
    letter-spacing: 0.08em !important;
  }

  body.premium-booking .flow-line {
    min-width: 14px;
    max-width: 38px;
    height: 1px !important;
  }
}

body.premium-booking.userform-v2 .premium-details-heading {
  text-align: left;
  margin: 4px 0 16px;
}

body.premium-booking.userform-v2 #name,
body.premium-booking.userform-v2 #user_email,
body.premium-booking.userform-v2 #phone {
  background: #fff !important;
  border: 1px solid #e3dfeb !important;
  padding: 12px 14px !important;
  min-height: 46px;
}

body.premium-booking.userform-v2 .custom-file-upload {
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

body.premium-booking.userform-v2 .custom-file-upload .pictures-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

body.premium-booking.userform-v2 .custom-file-upload .file-upload-label {
  width: 100%;
}

body.premium-booking.userform-v2 .custom-file-upload .selected-files,
body.premium-booking.userform-v2 .custom-file-upload .file-list,
body.premium-booking.userform-v2 .custom-file-upload .file-list li {
  color: #2d2636 !important;
}

@media (max-width: 991px) {
  body.premium-booking.userform-v2 .premium-details-heading {
    text-align: center;
  }
}
