.jk-booking-page {
  --jk-orange: #ff5a00;
  --jk-orange-deep: #e54c00;
  --jk-black: #030405;
  --jk-ink: #050505;
  --jk-muted: #5f646c;
  --jk-line: #e7e7e7;
  --jk-panel: #ffffff;
  --jk-soft: #f8f8f7;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 90, 0, 0.16), transparent 34%),
    linear-gradient(180deg, #030405 0%, #090b0d 56%, #030405 100%);
  color: #fff;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  margin-inline: calc(50% - 50vw);
  min-height: 100vh;
}

.jk-booking-page *,
.jk-booking-page *::before,
.jk-booking-page *::after {
  box-sizing: border-box;
}

.jk-booking-app {
  padding: 42px 18px 0;
}

.jk-booking-wrap {
  margin: 0 auto;
  max-width: 1440px;
}

.jk-booking-heading {
  margin: 0 auto 34px;
  max-width: 920px;
  text-align: center;
}

.jk-booking-heading h1 {
  color: #fff;
  font-size: clamp(24px, 2.25vw, 30px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.jk-booking-heading p {
  color: #fff;
  font-size: clamp(12px, 0.85vw, 13px);
  line-height: 1.35;
  margin: 0;
}

.jk-booking-heading p::first-letter {
  color: inherit;
}

.jk-booking-console {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: 236px minmax(0, 1fr);
}

.jk-booking-steps {
  background: linear-gradient(180deg, #050607, #010202);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 18px 16px;
}

.jk-booking-steps ol {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jk-booking-steps li {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 10px;
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 78px;
}

.jk-booking-steps li:last-child {
  border-bottom: 0;
}

.jk-step-icon {
  align-items: center;
  background: #11171a;
  border-radius: 12px;
  color: #fff;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.jk-step-icon::before {
  font-size: 22px;
  height: 22px;
  width: 22px;
}

.jk-booking-steps li.is-active .jk-step-icon {
  background: linear-gradient(135deg, var(--jk-orange), #ff7a17);
}

.jk-booking-steps li.is-complete .jk-step-icon {
  background: rgba(255, 90, 0, 0.18);
  color: var(--jk-orange);
}

.jk-booking-steps strong,
.jk-booking-steps em {
  display: block;
  font-style: normal;
}

.jk-booking-steps strong {
  color: #fff;
  font-size: 13.5px;
  line-height: 1.2;
}

.jk-booking-steps li.is-active strong {
  color: var(--jk-orange);
}

.jk-booking-steps li.is-complete strong {
  color: #fff;
}

.jk-booking-steps em {
  color: #fff;
  font-size: 11.5px;
  line-height: 1.35;
  margin-top: 4px;
}

.jk-booking-help {
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  margin-top: auto;
  padding: 15px 12px;
  text-align: center;
}

.jk-booking-help .dashicons {
  color: var(--jk-orange);
  display: block;
  height: 32px;
  margin: 0 auto 8px;
  width: 32px;
}

.jk-booking-help .dashicons::before {
  font-size: 32px;
}

.jk-booking-help strong,
.jk-booking-help p,
.jk-booking-help a {
  display: block;
}

.jk-booking-help strong {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
}

.jk-booking-help p {
  color: #fff;
  font-size: 12.5px;
  margin: 0 0 8px;
}

.jk-booking-help a {
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
}

.jk-booking-help a[href^="tel"] {
  color: var(--jk-orange);
  font-size: 18px;
  font-weight: 900;
}

.jk-booking-main {
  min-width: 0;
}

.jk-booking-service-panel,
.jk-booking-form-shell {
  background: var(--jk-panel);
  border-radius: 8px;
  color: var(--jk-ink);
  overflow: hidden;
}

.jk-booking-service-panel {
  padding: 18px;
}

.jk-booking-service-panel h2 {
  color: var(--jk-ink);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.jk-booking-service-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jk-booking-service-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--jk-line);
  border-radius: 8px;
  color: var(--jk-ink);
  display: grid;
  gap: 12px;
  grid-template-columns: 66px minmax(0, 1fr) 24px;
  min-height: 108px;
  padding: 12px 14px 12px 12px;
  position: relative;
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.jk-booking-service-card:last-child {
  grid-column: 1 / -1;
}

.jk-booking-service-card:hover,
.jk-booking-service-card:focus-visible,
.jk-booking-service-card.is-active {
  border-color: var(--jk-orange);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

.jk-booking-service-card.is-active {
  background: #fffaf6;
}

.jk-booking-recommended {
  background: linear-gradient(135deg, var(--jk-orange), #ff7a17);
  border-radius: 6px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  left: 50%;
  line-height: 1;
  padding: 6px 10px;
  position: absolute;
  text-transform: uppercase;
  top: -16px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.jk-booking-card-icon {
  align-items: center;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  color: #020202;
  display: inline-flex;
  height: 62px;
  justify-content: center;
  width: 62px;
}

.jk-booking-card-icon::before {
  font-size: 31px;
  height: 31px;
  width: 31px;
}

.jk-booking-service-card.is-active .jk-booking-card-icon {
  color: var(--jk-orange);
}

.jk-booking-card-copy {
  display: block;
  min-width: 0;
}

.jk-booking-card-copy > strong {
  color: #050505;
  display: block;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  margin-bottom: 5px;
}

.jk-booking-card-meta {
  color: #080808;
  display: block;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.jk-booking-card-meta > span {
  color: var(--jk-orange);
  font-size: 13px;
  line-height: 0;
  padding: 0 8px;
}

.jk-booking-card-meta b {
  color: var(--jk-orange);
  font-weight: 900;
}

.jk-booking-card-description {
  color: #0f0f0f;
  display: block;
  font-size: 12px;
  line-height: 1.35;
}

.jk-booking-card-action {
  align-items: center;
  color: #020202;
  display: inline-flex;
  justify-content: center;
}

.jk-booking-card-action::before {
  font-size: 26px;
  height: 26px;
  width: 26px;
}

.jk-booking-service-card.is-active .jk-booking-card-action {
  align-items: center;
  background: var(--jk-orange);
  border-radius: 50%;
  color: #fff;
  height: 32px;
  width: 32px;
}

.jk-booking-service-card.is-active .jk-booking-card-action::before {
  font-size: 24px;
}

.jk-booking-secure {
  align-items: center;
  color: #6a6a6a;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: 1.35;
  padding: 10px 0 0;
}

.jk-booking-secure .dashicons {
  color: #6a6a6a;
}

.jk-booking-next {
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
}

.jk-booking-next-button {
  align-items: center;
  background: linear-gradient(135deg, var(--jk-orange), #ff8a2a);
  border-radius: 7px;
  color: #fff !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  line-height: 1;
  min-height: 42px;
  min-width: 172px;
  padding: 0 18px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.jk-booking-next-button:hover,
.jk-booking-next-button:focus-visible {
  box-shadow: 0 12px 24px rgba(255, 90, 0, 0.24);
  color: #fff !important;
  transform: translateY(-1px);
}

.jk-booking-next-button .dashicons {
  height: 18px;
  width: 18px;
}

.jk-booking-next-button .dashicons::before {
  font-size: 18px;
  height: 18px;
  width: 18px;
}

.jk-booking-form-shell {
  padding: 18px;
}

.jk-booking-form-shell .wp-block-heading {
  display: none;
}

.jk-booking-form-shell .bpa-front-tab-menu,
.jk-booking-form-shell .bpa-front-tabs--foot .bpa-front-btn--borderless {
  display: none !important;
}

.jk-booking-form-shell.is-routed .bpa-front-tab-menu--item:first-child {
  display: none !important;
}

.jk-booking-form-shell .bpa-frontend-main-container,
.jk-booking-form-shell .bpa-front-tabs,
.jk-booking-form-shell .bpa-front-tabs--panel,
.jk-booking-form-shell .bpa-front-tabs--panel-body,
.jk-booking-form-shell .bpa-front-default-card,
.jk-booking-form-shell .bpa-front-dc--body {
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--jk-ink) !important;
  margin: 0 !important;
  padding: 0 !important;
}

.jk-booking-form-shell .bpa-front-tabs {
  display: block !important;
}

.jk-booking-form-shell .bpa-front-module-heading,
.jk-booking-form-shell .bpa-front-module-heading h2,
.jk-booking-form-shell .bpa-front-module-heading .bpa-front-module-heading--title,
.jk-booking-form-shell .bpa-front-module--date-and-time h3,
.jk-booking-form-shell .bpa-front-module--booking-summary h3 {
  color: var(--jk-ink) !important;
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  margin: 0 0 18px !important;
  text-transform: uppercase;
}

.jk-booking-form-shell .bpa-front-module-container {
  font-family: Inter, Arial, Helvetica, sans-serif !important;
}

.jk-booking-form-shell .bpa-front-module-container,
.jk-booking-form-shell .bpa-front-module-container * {
  font-size: 13px !important;
}

.jk-booking-form-shell .bpa-front-tabs--panel-body .bpa-front-module-container {
  border: 1px solid var(--jk-line) !important;
  border-radius: 8px !important;
  padding: 18px !important;
}

.jk-booking-form-shell .vc-container,
.jk-booking-form-shell .bpa-front-module--dt__time-slots,
.jk-booking-form-shell .bpa-front-module--bs-summary-content,
.jk-booking-form-shell .bpa-front-form-control,
.jk-booking-form-shell .el-input__inner,
.jk-booking-form-shell .el-textarea__inner {
  border-color: var(--jk-line) !important;
  border-radius: 7px !important;
}

.jk-booking-form-shell .vc-highlight,
.jk-booking-form-shell .vc-day.is-selected,
.jk-booking-form-shell .bpa-front-module--dt__time-slots-item.__bpa-is-selected {
  background: var(--jk-orange) !important;
}

.jk-booking-form-shell .bpa-front-tabs--foot {
  border-top: 1px solid var(--jk-line) !important;
  margin-top: 18px !important;
  padding: 16px 0 0 !important;
}

.jk-booking-form-shell :is(input, select, textarea) {
  border-radius: 6px !important;
}

.jk-booking-form-shell :is(button, .el-button, input[type="submit"]),
.jk-booking-form-shell .bpa-front-btn {
  border-radius: 7px !important;
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  min-height: 42px !important;
  text-transform: uppercase;
}

.jk-booking-form-shell .bpa-front-btn--primary,
.jk-booking-form-shell .el-button--primary,
.jk-booking-form-shell .bpa-front-tabs--foot .bpa-front-btn:not(.bpa-front-btn--borderless) {
  background: linear-gradient(135deg, var(--jk-orange), #ff8a2a) !important;
  border-color: var(--jk-orange) !important;
  color: #fff !important;
}

.jk-booking-form-shell .bpa-front-btn--primary span,
.jk-booking-form-shell .el-button--primary span,
.jk-booking-form-shell .bpa-front-tabs--foot .bpa-front-btn:not(.bpa-front-btn--borderless) span {
  color: #fff !important;
}

.jk-booking-proof {
  background: rgba(1, 1, 1, 0.92);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
  padding: 12px 16px;
}

.jk-booking-proof > div {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  display: grid;
  gap: 2px 12px;
  grid-template-columns: 40px minmax(0, 1fr);
  padding: 0 18px;
}

.jk-booking-proof > div:last-child {
  border-right: 0;
}

.jk-booking-proof .dashicons {
  color: var(--jk-orange);
  grid-row: span 2;
  height: 36px;
  width: 36px;
}

.jk-booking-proof .dashicons::before {
  font-size: 36px;
  height: 36px;
  width: 36px;
}

.jk-booking-proof strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.15;
}

.jk-booking-proof p {
  color: #fff;
  font-size: 11.5px;
  line-height: 1.35;
  margin: 0;
}

@media (max-width: 1180px) {
  .jk-booking-console {
    grid-template-columns: 1fr;
  }

  .jk-booking-steps ol {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .jk-booking-steps li {
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 0;
    padding: 0 12px;
    text-align: center;
  }

  .jk-booking-steps li:last-child {
    border-right: 0;
  }

  .jk-booking-help {
    margin-top: 0;
  }

  .jk-booking-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 20px;
  }
}

@media (max-width: 860px) {
  .jk-booking-app {
    padding: 24px 14px 0;
  }

  .jk-booking-service-grid,
  .jk-booking-proof {
    grid-template-columns: 1fr;
  }

  .jk-booking-service-card:last-child {
    grid-column: auto;
  }

  .jk-booking-proof > div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    border-right: 0;
    padding: 14px 0;
  }

  .jk-booking-proof > div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .jk-booking-heading {
    text-align: left;
  }

  .jk-booking-heading h1 {
    font-size: 34px;
  }

  .jk-booking-steps {
    padding: 18px;
  }

  .jk-booking-steps ol {
    grid-template-columns: 1fr;
  }

  .jk-booking-steps li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-right: 0;
    grid-template-columns: 54px minmax(0, 1fr);
    justify-items: start;
    min-height: 86px;
    padding: 0;
    text-align: left;
  }

  .jk-booking-service-panel,
  .jk-booking-form-shell {
    padding: 18px;
  }

  .jk-booking-service-card {
    gap: 12px;
    grid-template-columns: 64px minmax(0, 1fr) 24px;
    min-height: 0;
    padding: 16px 12px;
  }

  .jk-booking-card-icon {
    height: 62px;
    width: 62px;
  }

  .jk-booking-card-icon::before {
    font-size: 34px;
    height: 34px;
    width: 34px;
  }

  .jk-booking-recommended {
    left: 16px;
    max-width: calc(100% - 32px);
    overflow: hidden;
    text-overflow: ellipsis;
    transform: none;
  }

  .jk-booking-card-copy > strong {
    font-size: 18px;
  }

  .jk-booking-card-meta,
  .jk-booking-card-description {
    font-size: 13px;
  }

  .jk-booking-card-action::before {
    font-size: 26px;
  }

  .jk-booking-selected {
    align-items: flex-start;
    flex-direction: column;
  }

  .jk-booking-selected strong {
    text-align: left;
  }
}
