/* Booking page visual refinement — v0.2.93 */
.sds-booking-page {
  --sds-booking-ink: #17212b;
  --sds-booking-copy: #5c6874;
  --sds-booking-line: #dfe5ea;
  --sds-booking-soft: #f7f9fb;
}

.sds-booking-page .sds-booking-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--sds-blue);
  font-size: 13px;
  font-weight: 560;
  letter-spacing: .02em;
  text-transform: none;
}

.sds-booking-page .sds-booking-eyebrow > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid #cfe0ed;
  border-radius: 7px;
  background: #fff;
  color: var(--sds-blue);
}

.sds-booking-page .sds-booking-eyebrow > span svg {
  width: 15px;
  height: 15px;
}

.sds-booking-hero {
  padding: 54px 0 60px;
  background: #fff;
  border-bottom: 1px solid var(--sds-booking-line);
}

.sds-booking-hero__grid {
  grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
  gap: clamp(38px, 5vw, 66px);
}

.sds-booking-hero__content h1 {
  max-width: 690px;
  color: var(--sds-booking-ink);
  font-size: clamp(39px, 4.2vw, 57px);
  font-weight: 590;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.sds-booking-hero__content > p:last-of-type {
  max-width: 650px;
  margin-top: 18px;
  color: var(--sds-booking-copy);
  font-size: 16px;
  line-height: 1.7;
}

.sds-booking-hero__points {
  gap: 11px 22px;
  margin-top: 25px;
}

.sds-booking-hero__points li {
  gap: 10px;
  color: #33404b;
  font-size: 13px;
  font-weight: 480;
}

.sds-booking-hero__points li > span {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  margin-top: -4px;
  border: 1px solid #d6e5f0;
  border-radius: 8px;
  background: #fff;
}

.sds-booking-hero__points svg {
  width: 15px;
  height: 15px;
}

.sds-booking-hero__media {
  border: 1px solid var(--sds-booking-line);
  border-radius: 14px;
  background: #f4f6f8;
}

.sds-booking-hero__media img {
  height: 465px;
}

.sds-booking-hero__media figcaption {
  left: 14px;
  bottom: 14px;
  min-width: 226px;
  grid-template-columns: 40px minmax(0, 1fr);
  padding: 12px 14px;
  border: 1px solid rgba(216, 226, 234, .9);
  border-radius: 10px;
  background: rgba(255, 255, 255, .96);
}

.sds-booking-hero__media figcaption > span {
  width: 38px;
  height: 38px;
  border: 1px solid #d6e5f0;
  border-radius: 8px;
  background: #fff;
}

.sds-booking-hero__media figcaption strong {
  font-weight: 590;
}

.sds-booking-main {
  padding: 66px 0 74px;
  background: var(--sds-booking-soft);
}

.sds-booking-main__grid {
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr);
  gap: 22px;
}

.sds-booking-form-card,
.sds-booking-help,
.sds-booking-steps,
.sds-booking-disclaimer {
  border: 1px solid var(--sds-booking-line);
  border-radius: 12px;
  background: #fff;
}

.sds-booking-form-card {
  padding: 32px;
}

.sds-booking-form-card > header {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--sds-booking-line);
}

.sds-booking-form-card h2,
.sds-booking-help h2,
.sds-booking-steps h2 {
  color: var(--sds-booking-ink);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 590;
  line-height: 1.16;
  letter-spacing: -.025em;
}

.sds-booking-form-card header > p:last-child,
.sds-booking-help > p:last-of-type {
  color: var(--sds-booking-copy);
  font-size: 13.5px;
}

.sds-booking-form {
  margin-top: 0;
}

.sds-booking-form-section {
  margin-top: 0;
  padding: 27px 0;
  border-top: 1px solid var(--sds-booking-line);
}

.sds-booking-form-section:first-of-type {
  padding-top: 27px;
}

.sds-booking-form-section__head {
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 19px;
}

.sds-booking-form-section__head > span {
  width: 44px;
  height: 44px;
  border: 1px solid #d5e3ed;
  border-radius: 9px;
  background: #f8fbfd;
  color: var(--sds-blue);
}

.sds-booking-form-section:nth-of-type(even) .sds-booking-form-section__head > span {
  border-color: #ead8d8;
  background: #fffafa;
  color: var(--sds-red);
}

.sds-booking-form-section__head > span svg {
  width: 21px;
  height: 21px;
}

.sds-booking-form-section__head h3 {
  margin-top: 0;
  color: var(--sds-booking-ink);
  font-size: 19px;
  font-weight: 590;
}

.sds-booking-form-section__head p {
  color: var(--sds-booking-copy);
  font-size: 12px;
}

.sds-booking-page .sds-form-grid {
  gap: 16px;
}

.sds-booking-page .sds-form-grid label > span,
.sds-booking-page .sds-form-consent {
  color: #3c4751;
  font-size: 12.5px;
  font-weight: 520;
}

.sds-booking-page .sds-form-grid input,
.sds-booking-page .sds-form-grid select,
.sds-booking-page .sds-form-grid textarea {
  min-height: 49px;
  padding: 11px 13px;
  border-color: #d4dce3;
  border-radius: 7px;
  color: var(--sds-booking-ink);
  font-size: 13.5px;
}

.sds-booking-page .sds-form-grid textarea {
  min-height: 120px;
}

.sds-booking-page .sds-form-grid input:focus,
.sds-booking-page .sds-form-grid select:focus,
.sds-booking-page .sds-form-grid textarea:focus {
  outline: 2px solid rgba(33, 118, 189, .12);
}

.sds-online-calendar {
  border-color: #dbe3e9;
  border-radius: 11px;
}

.sds-online-calendar__calendar,
.sds-online-calendar__times {
  padding: 19px;
}

.sds-online-calendar__toolbar strong {
  color: var(--sds-booking-ink);
  font-size: 16px;
  font-weight: 590;
}

.sds-online-calendar__toolbar button {
  width: 38px;
  height: 38px;
  border-radius: 7px;
  font-size: 24px;
}

.sds-online-calendar__day {
  min-height: 43px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 520;
}

.sds-online-calendar__selection {
  padding: 14px;
  border-radius: 9px;
}

.sds-online-calendar__selection span {
  font-weight: 600;
  letter-spacing: .04em;
}

.sds-online-calendar__selection strong {
  font-size: 13px;
  font-weight: 560;
}

.sds-online-calendar__slot {
  min-height: 40px;
  border-radius: 7px;
  font-size: 11.5px;
  font-weight: 560;
}

.sds-booking-button {
  min-height: 50px;
  padding: 11px 20px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 590;
}

.sds-booking-sidebar {
  gap: 14px;
}

.sds-booking-help,
.sds-booking-steps,
.sds-booking-disclaimer {
  padding: 22px;
}

.sds-booking-help h2,
.sds-booking-steps h2 {
  font-size: 23px;
  font-weight: 590;
}

.sds-booking-help > a {
  min-height: 46px;
  border: 1px solid #dce6ed;
  border-radius: 7px;
  background: #fff;
  font-size: 12.5px;
  font-weight: 540;
}

.sds-booking-help > a:nth-of-type(2) {
  border-color: #d8e9df;
  background: #fff;
}

.sds-booking-steps article {
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.sds-booking-steps article > span {
  width: 38px;
  height: 38px;
  border: 1px solid #d7e4ed;
  border-radius: 8px;
  background: #fff;
  color: var(--sds-blue);
}

.sds-booking-steps article:nth-of-type(even) > span {
  border-color: #ead8d8;
  background: #fff;
  color: var(--sds-red);
}

.sds-booking-steps article > span svg {
  width: 18px;
  height: 18px;
}

.sds-booking-steps h3 {
  font-size: 13.5px;
  font-weight: 570;
}

.sds-booking-steps p,
.sds-booking-disclaimer,
.sds-booking-form-note {
  color: var(--sds-booking-copy);
}

@media (max-width: 1020px) {
  .sds-booking-main__grid {
    grid-template-columns: 1fr;
  }

  .sds-booking-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .sds-booking-hero__grid {
    grid-template-columns: 1fr;
  }

  .sds-booking-hero__content {
    text-align: left;
  }

  .sds-booking-hero__points {
    max-width: none;
  }

  .sds-booking-hero__media img {
    height: 480px;
  }
}

@media (max-width: 680px) {
  .sds-booking-hero {
    padding: 42px 0 48px;
  }

  .sds-booking-hero__content h1 {
    font-size: clamp(35px, 10vw, 45px);
  }

  .sds-booking-hero__points li {
    font-size: 12px;
  }

  .sds-booking-hero__media img {
    height: 380px;
  }

  .sds-booking-main {
    padding: 48px 0 56px;
  }

  .sds-booking-form-card {
    padding: 22px 15px;
  }

  .sds-booking-form-card h2 {
    font-size: 29px;
  }

  .sds-booking-form-section__head {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .sds-booking-form-section__head > span {
    width: 40px;
    height: 40px;
  }

  .sds-online-calendar__calendar,
  .sds-online-calendar__times {
    padding: 12px;
  }

  .sds-booking-sidebar {
    grid-template-columns: 1fr;
  }
}
