:root {
  color-scheme: dark;
  --bg: #080d13;
  --surface: #0e171c;
  --surface-strong: #121f24;
  --surface-soft: #17232a;
  --paper: #f2eee5;
  --muted: #a8b1ad;
  --line: rgba(222, 226, 216, 0.16);
  --line-strong: rgba(224, 190, 112, 0.48);
  --gold: #e1bb69;
  --gold-bright: #f0d38e;
  --teal: #70b7ad;
  --rose: #b85b75;
  --danger: #f0a0a0;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  --radius: 8px;
  --container: 1500px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--paper);
  font-family: "Figtree", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

.booking-price-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 14px;
  color: var(--gold-bright);
  font-size: 13px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.availability-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(112, 183, 173, 0.28);
  border-radius: 6px;
  background: rgba(112, 183, 173, 0.08);
}

.availability-summary strong {
  color: var(--paper);
  font-size: 14px;
}

.availability-summary span {
  color: #cbd7d2;
  font-size: 12px;
  text-align: right;
}

@media (max-width: 620px) {
  .availability-summary {
    display: grid;
    gap: 3px;
  }

  .availability-summary span {
    text-align: left;
  }
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: var(--gold-bright);
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(112, 183, 173, 0.72);
  outline-offset: 3px;
}

.booking-container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  transform: translateY(-150%);
  border-radius: 4px;
  background: var(--paper);
  color: #10171a;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.booking-header {
  position: relative;
  z-index: 20;
  height: 74px;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 13, 19, 0.94);
}

.booking-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.booking-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  text-decoration: none;
}

.booking-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.booking-brand span {
  display: grid;
  gap: 1px;
}

.booking-brand strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  line-height: 1.1;
}

.booking-brand small {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.header-link {
  padding: 9px 0;
  color: var(--paper);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.header-link:hover {
  color: var(--gold-bright);
}

.booking-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-link-secondary {
  color: var(--muted);
}

.language-switch {
  display: inline-flex;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
}

.language-switch button {
  min-width: 38px;
  min-height: 30px;
  padding: 4px 8px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}

.language-switch button[aria-pressed="true"] {
  background: var(--paper);
  color: #111a1d;
}

.booking-intro {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.booking-intro-image {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(6, 10, 14, 0.98) 0%, rgba(6, 11, 15, 0.9) 48%, rgba(6, 11, 15, 0.42) 100%),
    linear-gradient(0deg, rgba(8, 13, 19, 0.82), transparent 55%),
    url("/assets/og-cover.jpg");
  background-position: center;
  background-size: cover;
}

.booking-intro-inner {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 330px;
  padding-block: 42px;
}

.booking-kicker {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  max-width: 900px;
  font-size: clamp(36px, 4.2vw, 54px);
  line-height: 1.02;
}

.booking-lead {
  max-width: 820px;
  margin: 12px 0 0;
  color: #d7d9d1;
  font-size: 16px;
  line-height: 1.5;
}

.booking-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.booking-facts li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e7e4da;
  font-size: 14px;
  font-weight: 600;
}

.booking-facts li::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  content: "";
}

.booking-context {
  border-bottom: 1px solid var(--line);
  background: #0a1116;
}

.booking-context > .booking-container {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.7fr);
  gap: 42px;
  padding-block: 34px;
}

.context-heading h2 {
  max-width: 420px;
  font-size: 29px;
  line-height: 1.15;
}

.context-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.context-grid article {
  min-width: 0;
  padding: 4px 24px;
  border-left: 1px solid var(--line);
}

.context-grid article > span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
}

.context-grid h3 {
  margin: 8px 0 7px;
  color: var(--paper);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  line-height: 1.2;
}

.context-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.booking-app {
  display: grid;
  gap: 24px;
  padding-block: 28px 44px;
}

.availability-panel,
.request-panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.availability-panel {
  padding: 24px;
}

.request-panel {
  width: min(900px, 100%);
  margin-inline: auto;
  padding: 26px;
}

.request-panel:not([hidden]) {
  animation: reveal-request 260ms ease-out;
}

@keyframes reveal-request {
  from {
    transform: translateY(12px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.step-heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

.step-heading .booking-kicker {
  margin-bottom: 2px;
}

.step-heading h2 {
  font-size: 24px;
  line-height: 1.15;
}

.step-number {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--gold-bright);
  font-size: 14px;
  font-weight: 700;
}

.timezone-console {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.72fr);
  gap: 20px;
  align-items: center;
  margin: 18px -24px 0;
  padding: 16px 24px;
  border-block: 1px solid var(--line);
  background: rgba(7, 13, 16, 0.56);
}

.current-time-panel {
  display: grid;
  min-width: 0;
}

.current-time-panel p {
  margin: 0 0 4px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.current-time-panel output {
  color: var(--paper);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  line-height: 1.02;
}

.current-time-panel span {
  margin-top: 5px;
  color: #d5d9d3;
  font-size: 13px;
}

.current-time-panel strong {
  margin-top: 2px;
  color: var(--teal);
  font-size: 13px;
}

.timezone-controls {
  display: grid;
  gap: 7px;
}

.timezone-controls label {
  color: #d8ddd7;
  font-size: 12px;
  font-weight: 700;
}

.timezone-controls select {
  width: 100%;
  min-height: 40px;
  padding: 7px 38px 7px 11px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #0b1419;
  color: var(--paper);
}

.timezone-controls button {
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 5px;
  background: rgba(225, 187, 105, 0.08);
  color: var(--gold-bright);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.timezone-controls button:hover {
  background: rgba(225, 187, 105, 0.14);
}

.timezone-controls p {
  min-height: 18px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.timezone-note {
  margin: 10px 0 14px;
  color: var(--muted);
  font-size: 13px;
}

.day-capacity-note {
  margin: -4px 0 14px;
  padding: 9px 12px;
  border-left: 2px solid var(--teal);
  background: rgba(112, 183, 173, 0.07);
  color: #d9e4df;
  font-size: 12px;
  line-height: 1.5;
}

.booking-calendar-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 12px;
}

.booking-calendar-toolbar > div:first-child {
  display: grid;
  gap: 2px;
}

.booking-calendar-toolbar span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.booking-calendar-toolbar strong {
  color: var(--paper);
  font-size: 16px;
}

.booking-calendar-controls {
  display: flex;
  align-items: flex-end;
  gap: 9px;
}

.booking-month-picker {
  display: grid;
  gap: 3px;
}

.booking-month-picker select {
  min-width: 168px;
  height: 36px;
  padding: 0 34px 0 11px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--surface-soft);
  color: var(--paper);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
}

.booking-month-picker select:focus-visible {
  border-color: var(--gold);
  outline: 2px solid rgba(225, 187, 105, 0.24);
  outline-offset: 2px;
}

.booking-calendar-navigation {
  display: flex;
  gap: 8px;
}

.booking-calendar-navigation button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--surface-soft);
  color: var(--paper);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.booking-calendar-navigation button:hover:not(:disabled) {
  border-color: var(--line-strong);
  color: var(--gold-bright);
}

.booking-calendar-navigation button:disabled {
  cursor: default;
  opacity: 0.34;
}

.slot-groups {
  display: grid;
  gap: 8px;
  overflow: visible;
}

.slot-day-picker {
  display: grid;
  grid-auto-columns: minmax(108px, 1fr);
  grid-auto-flow: column;
  gap: 7px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 0 7px;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-color: rgba(225, 187, 105, 0.52) transparent;
  scrollbar-width: thin;
}

.slot-day-tab {
  display: grid;
  min-height: 54px;
  align-content: center;
  gap: 1px;
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(7, 13, 16, 0.56);
  color: var(--paper);
  cursor: pointer;
  text-align: left;
  scroll-snap-align: start;
}

.slot-day-tab:hover {
  border-color: rgba(112, 183, 173, 0.58);
}

.slot-day-tab.is-active {
  border-color: var(--gold);
  background: rgba(225, 187, 105, 0.12);
  box-shadow: inset 0 0 0 1px rgba(225, 187, 105, 0.2);
}

.slot-day-tab span {
  color: var(--gold);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.slot-day-tab strong {
  font-size: 14px;
  line-height: 1.1;
}

.slot-day-tab small {
  color: var(--muted);
  font-size: 9px;
}

.slot-day {
  display: grid;
  align-content: start;
  overflow: visible;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(7, 13, 16, 0.56);
}

.slot-day-header {
  position: sticky;
  top: 8px;
  z-index: 8;
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-bottom: 1px solid var(--line);
  border-radius: 5px 5px 0 0;
  background: #122126;
  box-shadow: 0 8px 18px rgba(3, 7, 10, 0.28);
  text-align: left;
}

.slot-day-header span {
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.slot-day-header strong {
  min-width: 0;
  margin-right: auto;
  color: var(--paper);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  line-height: 1.15;
}

.slot-day-header small {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 10px;
}

.slot-time-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  padding: 9px;
}

.slot-button {
  display: grid;
  gap: 4px;
  min-height: 66px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--surface-soft);
  color: var(--paper);
  cursor: pointer;
  text-align: left;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.slot-button:hover {
  transform: translateY(-2px);
  border-color: rgba(112, 183, 173, 0.58);
  background: #1a292e;
}

.slot-button.is-selected {
  border-color: var(--gold);
  background: rgba(225, 187, 105, 0.13);
  box-shadow: inset 0 0 0 1px rgba(225, 187, 105, 0.28);
}

.slot-user-time {
  display: grid;
  gap: 1px;
}

.slot-time-label {
  color: var(--teal);
  overflow: hidden;
  font-size: 8px;
  font-weight: 700;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.slot-time-value {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.slot-time-value strong {
  color: var(--paper);
  font-size: 20px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.slot-time-value small {
  color: var(--teal);
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}

.slot-poland-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding-top: 4px;
  border-top: 1px solid rgba(154, 170, 172, 0.14);
}

.slot-poland-time span {
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.slot-poland-time strong {
  color: #bcc6c5;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.show-more-times {
  min-height: 44px;
  margin: 0 9px 9px;
  border: 1px solid var(--line-strong);
  border-radius: 5px;
  background: rgba(225, 187, 105, 0.07);
  color: var(--gold-bright);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.show-more-times:hover {
  background: rgba(225, 187, 105, 0.13);
}

.slot-state {
  display: grid;
  min-height: 190px;
  place-content: center;
  gap: 10px;
  padding: 24px;
  border: 1px dashed var(--line);
  border-radius: 6px;
  color: var(--muted);
  text-align: center;
}

.slot-state strong {
  color: var(--paper);
  font-size: 18px;
}

.slot-state button {
  justify-self: center;
  margin-top: 6px;
  padding: 9px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 5px;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-weight: 700;
}

.loading-line {
  width: 300px;
  max-width: 66vw;
  height: 14px;
  border-radius: 3px;
  background: linear-gradient(90deg, #172329, #24343a, #172329);
  background-size: 200% 100%;
  animation: booking-loading 1.2s linear infinite;
}

.loading-line.short {
  width: 220px;
}

@keyframes booking-loading {
  to { background-position: -200% 0; }
}

.selected-slot {
  display: grid;
  gap: 3px;
  margin: 14px 0;
  padding: 10px 12px;
  border-left: 3px solid var(--gold);
  background: rgba(225, 187, 105, 0.07);
}

.selected-slot span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.selected-slot strong {
  font-size: 16px;
  line-height: 1.35;
}

.selected-slot small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

#freeBookingForm fieldset {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  border: 0;
}

#freeBookingForm fieldset:disabled {
  opacity: 0.48;
}

#freeBookingForm label {
  display: grid;
  gap: 6px;
}

#freeBookingForm label > span:first-child {
  color: #daddd6;
  font-size: 12px;
  font-weight: 700;
}

.form-section-heading {
  display: grid;
  gap: 2px;
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.form-section-heading:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.form-section-heading span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.form-section-heading strong {
  color: var(--paper);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
}

.name-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

#freeBookingForm input[type="text"],
#freeBookingForm input[type="email"],
#freeBookingForm input[type="tel"],
#freeBookingForm select,
#freeBookingForm textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #091116;
  color: var(--paper);
}

#freeBookingForm textarea {
  min-height: 112px;
  resize: vertical;
}

#freeBookingForm input:hover,
#freeBookingForm select:hover,
#freeBookingForm textarea:hover {
  border-color: rgba(222, 226, 216, 0.3);
}

#freeBookingForm input:focus,
#freeBookingForm select:focus,
#freeBookingForm textarea:focus {
  border-color: var(--teal);
}

.field-help {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.recording-notice {
  padding: 14px 16px;
  border-left: 3px solid var(--teal);
  background: rgba(112, 183, 173, 0.07);
}

.recording-notice strong {
  display: block;
  margin-bottom: 5px;
  color: var(--paper);
  font-size: 13px;
}

.recording-notice p {
  margin: 0;
  color: #c3cdca;
  font-size: 12px;
  line-height: 1.55;
}

.website-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

.consent-field {
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px !important;
  align-items: start;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.consent-field input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--gold);
}

.consent-field span {
  font-weight: 400 !important;
}

.booking-submit {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  margin-top: 2px;
  padding: 12px 16px;
  border: 1px solid #efce84;
  border-radius: 5px;
  background: var(--gold);
  color: #241b0b;
  cursor: pointer;
  font-weight: 800;
}

.booking-submit:hover {
  background: var(--gold-bright);
}

.booking-submit svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.booking-submit[aria-busy="true"] {
  cursor: wait;
  opacity: 0.7;
}

.form-status {
  min-height: 38px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.form-status.is-error {
  color: var(--danger);
}

.booking-success {
  padding: 12px 0 2px;
}

.success-mark {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid rgba(112, 183, 173, 0.62);
  border-radius: 50%;
  background: rgba(112, 183, 173, 0.1);
  color: var(--teal);
  font-size: 22px;
  font-weight: 700;
}

.booking-success h2 {
  font-size: 30px;
}

.booking-success p:not(.booking-kicker) {
  color: #d0d5cf;
}

.success-note {
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted) !important;
  font-size: 12px;
}

.booking-guidance {
  border-block: 1px solid var(--line);
  background: #0b1216;
}

.booking-detail-band {
  border-bottom: 1px solid var(--line);
  background: #0d171c;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding-block: 44px;
}

.detail-grid article {
  padding-right: 48px;
}

.detail-grid article + article {
  padding-right: 0;
  padding-left: 48px;
  border-left: 1px solid var(--line);
}

.detail-grid h2 {
  max-width: 520px;
  font-size: 26px;
  line-height: 1.18;
}

.detail-grid article > p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.booking-practitioner {
  border-bottom: 1px solid var(--line);
  background: #080d13;
}

.practitioner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-block: 34px;
}

.practitioner-inner h2 {
  font-size: 28px;
}

.practitioner-inner p:not(.booking-kicker) {
  max-width: 720px;
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.practitioner-contact {
  display: grid;
  gap: 5px;
  flex: 0 0 auto;
  text-align: right;
}

.practitioner-contact a {
  color: var(--paper);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.practitioner-contact a:hover {
  color: var(--gold-bright);
}

.guidance-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  gap: 54px;
  align-items: start;
  padding-block: 44px;
}

.guidance-grid h2 {
  font-size: 30px;
}

.guidance-grid ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guidance-grid li {
  position: relative;
  padding-left: 22px;
  color: #c7cdc7;
}

.guidance-grid li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rose);
  content: "";
}

.booking-footer {
  padding-block: 24px;
  color: var(--muted);
  font-size: 13px;
}

.booking-footer .booking-container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.noscript-message {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 50;
  padding: 14px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: #17120c;
  color: var(--paper);
  text-align: center;
}

[hidden] {
  display: none !important;
}

@media (max-width: 980px) {
  .booking-context > .booking-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .context-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .slot-time-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .booking-container {
    width: min(100% - 28px, var(--container));
  }

  .booking-header {
    height: 66px;
  }

  .booking-brand img {
    width: 36px;
    height: 36px;
  }

  .booking-brand strong {
    font-size: 16px;
  }

  .booking-brand small {
    display: none;
  }

  .booking-header-actions {
    gap: 8px;
  }

  .header-link-secondary {
    display: none;
  }

  .header-link {
    font-size: 12px;
  }

  .booking-intro,
  .booking-intro-inner {
    min-height: 390px;
  }

  .booking-intro-image {
    background-image:
      linear-gradient(0deg, rgba(6, 10, 14, 0.98) 0%, rgba(6, 10, 14, 0.7) 70%, rgba(6, 10, 14, 0.48) 100%),
      url("/assets/og-cover.jpg");
    background-position: 62% center;
  }

  .booking-intro-inner {
    align-content: end;
    padding-block: 26px;
  }

  .booking-context > .booking-container {
    padding-block: 30px;
  }

  .context-heading h2 {
    font-size: 25px;
  }

  .context-grid {
    grid-template-columns: 1fr;
  }

  .context-grid article {
    padding: 16px 0 16px 18px;
  }

  h1 {
    font-size: 36px;
  }

  .booking-lead {
    font-size: 15px;
  }

  .booking-facts {
    gap: 8px 14px;
  }

  .booking-app {
    gap: 16px;
    padding-block: 24px 36px;
  }

  .availability-panel,
  .request-panel {
    padding: 20px 16px;
  }

  .timezone-console {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-inline: -16px;
    padding: 14px 16px;
  }

  .current-time-panel output {
    font-size: 30px;
  }

  .name-fields {
    grid-template-columns: 1fr;
  }

  .booking-calendar-toolbar {
    align-items: flex-end;
    gap: 10px;
  }

  .booking-calendar-toolbar strong {
    font-size: 14px;
  }

  .booking-calendar-navigation button {
    width: 36px;
    height: 36px;
  }

  .booking-calendar-controls {
    margin-left: auto;
  }

  .booking-month-picker select {
    min-width: 142px;
  }

  .slot-day-picker {
    grid-auto-columns: minmax(96px, 34%);
  }

  .slot-day-header {
    top: 6px;
    display: grid;
    min-height: 52px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2px 8px;
    padding: 7px 9px;
  }

  .slot-day-header span {
    grid-column: 1 / -1;
    font-size: 7px;
  }

  .slot-day-header strong {
    font-size: 15px;
  }

  .slot-day-header small {
    font-size: 8px;
    text-align: right;
  }

  .slot-time-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    padding: 7px;
  }

  .slot-button {
    min-height: 56px;
  }

  .guidance-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-block: 34px;
  }

  .detail-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 34px;
  }

  .detail-grid article,
  .detail-grid article + article {
    padding: 0;
    border-left: 0;
  }

  .detail-grid article + article {
    padding-top: 28px;
    border-top: 1px solid var(--line);
  }

  .detail-grid h2 {
    font-size: 23px;
  }

  .practitioner-inner {
    display: grid;
    gap: 20px;
  }

  .practitioner-contact {
    text-align: left;
  }

  .booking-footer .booking-container {
    flex-direction: column;
  }
}

.availability-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.availability-heading-row .step-heading {
  min-width: 0;
  padding-top: 5px;
}

.availability-heading-row .timezone-console {
  display: grid;
  flex: 0 0 min(390px, 44%);
  grid-template-columns: minmax(112px, .7fr) minmax(150px, 1.3fr);
  gap: 10px;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(7, 13, 16, .48);
}

.availability-heading-row .current-time-panel output {
  font-size: 22px;
}

.availability-heading-row .current-time-panel span {
  font-size: 9px;
}

.availability-heading-row .timezone-controls label {
  display: grid;
  gap: 1px;
}

.availability-heading-row .timezone-controls label span {
  overflow: hidden;
  color: var(--paper);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.availability-heading-row .timezone-controls select {
  min-height: 32px;
  padding-block: 4px;
  font-size: 10px;
}

.service-picker {
  margin-top: 14px;
  padding: 12px 0 10px;
  border-block: 1px solid var(--line);
}

.service-picker-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.service-picker-heading strong {
  color: var(--paper);
  font-size: 12px;
}

.service-picker-heading span,
.service-disclaimer {
  color: var(--muted);
  font-size: 9px;
  line-height: 1.4;
}

.service-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.service-option {
  display: grid;
  min-width: 0;
  min-height: 56px;
  gap: 2px;
  align-content: center;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .025);
  color: var(--paper);
  text-align: left;
}

.service-option:hover,
.service-option[aria-checked="true"] {
  border-color: rgba(224, 185, 115, .62);
  background: rgba(224, 185, 115, .09);
}

.service-option strong {
  overflow-wrap: anywhere;
  font-size: 11px;
  line-height: 1.25;
}

.service-option span {
  color: var(--gold-bright);
  font-size: 9px;
}

.service-option small {
  color: var(--muted);
  font-size: 8px;
}

.service-disclaimer {
  margin: 7px 0 0;
}

.booking-request-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  overflow-y: auto;
  background: rgba(2, 7, 11, .82);
  backdrop-filter: blur(9px);
}

.booking-request-modal[hidden] {
  display: none;
}

.booking-request-modal .request-panel {
  position: relative;
  grid-area: auto;
  width: min(880px, 100%);
  max-height: calc(100dvh - 36px);
  margin: auto;
  overflow-y: auto;
  animation: reveal-request 220ms ease-out;
}

.request-close {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  width: 34px;
  height: 34px;
  margin: -8px -8px -28px auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #111b1f;
  color: var(--paper);
  font-size: 21px;
}

body.has-booking-modal {
  overflow: hidden;
}

@media (max-width: 900px) {
  .availability-heading-row {
    display: grid;
  }

  .availability-heading-row .timezone-console {
    width: 100%;
    flex-basis: auto;
  }
}

@media (max-width: 680px) {
  .availability-heading-row {
    gap: 9px;
  }

  .availability-heading-row .timezone-console {
    grid-template-columns: minmax(102px, .65fr) minmax(0, 1.35fr);
    margin: 0;
    padding: 7px 8px;
  }

  .service-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-picker-heading {
    display: grid;
    gap: 2px;
  }

  .booking-request-modal {
    align-items: end;
    padding: 6px;
  }

  .booking-request-modal .request-panel {
    width: 100%;
    max-height: calc(100dvh - 12px);
    border-radius: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.booking-header {
  height: 62px;
}

.booking-brand img {
  width: 36px;
  height: 36px;
}

.booking-brand strong {
  font-size: 17px;
}

.booking-main {
  min-height: calc(100vh - 112px);
}

.booking-app {
  display: grid;
  grid-template-areas:
    "calendar summary"
    "request request";
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
  padding-block: 18px 28px;
}

.availability-panel {
  grid-area: calendar;
  padding: 20px;
}

.request-panel {
  grid-area: request;
  width: min(1040px, 100%);
}

.booking-summary {
  position: sticky;
  top: 18px;
  grid-area: summary;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #132027 0%, #0d171c 100%);
  box-shadow: var(--shadow);
}

.booking-summary h1 {
  max-width: none;
  font-size: 30px;
  line-height: 1.08;
}

.booking-summary .booking-lead {
  margin-top: 10px;
  color: #c7cec9;
  font-size: 13px;
  line-height: 1.55;
}

.booking-summary .booking-facts {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.booking-summary .booking-facts li {
  font-size: 12px;
}

.booking-summary-process {
  margin-top: 16px;
  padding: 13px 0;
  border-block: 1px solid var(--line);
}

.booking-summary-process strong {
  color: var(--paper);
  font-size: 13px;
}

.booking-summary-process p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.booking-rules {
  margin-top: 12px;
}

.booking-rules summary {
  color: var(--gold-bright);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.booking-rules ul {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.availability-panel .step-heading h2 {
  font-size: 22px;
}

.availability-panel .step-number {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
}

.timezone-console {
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 1.22fr);
  gap: 16px;
  margin: 14px -20px 0;
  padding: 12px 20px;
}

.current-time-panel output {
  font-size: 30px;
}

.timezone-controls {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 8px;
}

.timezone-controls label,
.timezone-controls p {
  grid-column: 1 / -1;
}

.timezone-controls button {
  min-width: 124px;
}

.timezone-note {
  margin: 8px 0 10px;
  font-size: 12px;
}

.day-capacity-note {
  margin-bottom: 10px;
  padding-block: 7px;
  line-height: 1.35;
}

.slot-day-picker {
  grid-auto-columns: minmax(112px, 1fr);
}

.slot-time-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.slot-button {
  min-height: 60px;
}

.booking-footer {
  padding-block: 14px;
}

@media (max-width: 1120px) {
  .booking-app {
    grid-template-columns: minmax(0, 1fr) 280px;
  }

  .booking-summary h1 {
    font-size: 27px;
  }

  .slot-time-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .booking-app {
    grid-template-areas:
      "summary"
      "calendar"
      "request";
    grid-template-columns: minmax(0, 1fr);
    padding-top: 14px;
  }

  .booking-summary {
    position: static;
    padding: 16px 18px;
  }

  .booking-summary h1 {
    font-size: 25px;
  }

  .booking-summary .booking-lead {
    max-width: none;
  }

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

  .booking-summary-process,
  .booking-rules {
    display: none;
  }
}

@media (max-width: 680px) {
  .booking-container {
    width: min(100% - 20px, var(--container));
  }

  .booking-header {
    height: 58px;
  }

  .booking-header-inner {
    width: calc(100% - 20px);
  }

  .booking-brand img {
    width: 32px;
    height: 32px;
  }

  .booking-brand strong {
    font-size: 14px;
  }

  .header-link {
    display: none;
  }

  .language-switch button {
    min-width: 34px;
    min-height: 28px;
  }

  .booking-app {
    gap: 10px;
    padding-block: 10px 20px;
  }

  .booking-summary {
    padding: 13px 14px;
  }

  .booking-summary .booking-kicker {
    margin-bottom: 4px;
    font-size: 9px;
  }

  .booking-summary h1 {
    font-size: 21px;
  }

  .booking-summary .booking-lead {
    display: none;
  }

  .booking-summary .booking-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px 10px;
    margin-top: 10px;
  }

  .booking-summary .booking-facts li {
    align-items: flex-start;
    font-size: 10px;
  }

  .availability-panel,
  .request-panel {
    min-width: 0;
    overflow: hidden;
    padding: 14px 12px;
  }

  .step-heading > div,
  .booking-calendar-toolbar > div:first-child {
    min-width: 0;
  }

  .step-heading h2,
  .booking-calendar-toolbar strong {
    overflow-wrap: anywhere;
  }

  .availability-panel .step-heading h2 {
    font-size: 19px;
  }

  .availability-panel .step-number {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .timezone-console {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    gap: 10px;
    margin: 10px -12px 0;
    padding: 10px 12px;
  }

  .current-time-panel output {
    font-size: 24px;
  }

  .current-time-panel span,
  .current-time-panel strong {
    font-size: 10px;
  }

  .timezone-controls {
    display: block;
  }

  .timezone-controls label,
  .timezone-controls p,
  .timezone-controls button {
    display: none;
  }

  .timezone-controls select {
    min-height: 38px;
    font-size: 11px;
  }

  .timezone-note {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .day-capacity-note {
    display: none;
  }

  .slot-day-picker {
    grid-auto-columns: minmax(92px, 31%);
  }

  .slot-time-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .slot-button {
    min-width: 0;
    padding-inline: 8px;
  }

  .booking-footer {
    padding-block: 10px;
  }

  .booking-footer .booking-container {
    display: none;
  }
}

.timezone-console {
  grid-template-columns: minmax(210px, 0.72fr) minmax(280px, 1.28fr);
  gap: 18px;
  margin-top: 10px;
  padding-block: 9px;
}

.current-time-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
}

.current-time-panel p {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  font-size: 9px;
}

.current-time-panel output {
  grid-row: 2 / 4;
  font-size: 25px;
}

.current-time-panel span,
.current-time-panel strong {
  grid-column: 2;
  margin-top: 0;
  font-size: 10px;
  line-height: 1.25;
}

.timezone-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 4px;
}

.timezone-controls label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.timezone-controls label small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 500;
}

.timezone-controls select {
  min-height: 36px;
}

.timezone-controls .timezone-status {
  grid-column: auto;
  min-height: 11px;
  font-size: 9px;
  line-height: 1.2;
}

.slot-button {
  min-height: 58px;
  gap: 3px;
}

.slot-time-label {
  font-size: 9px;
  text-overflow: clip;
}

.slot-poland-time {
  padding-top: 3px;
}

.slot-poland-time span {
  font-size: 8px;
  text-transform: none;
}

@media (max-width: 680px) {
  .timezone-console {
    grid-template-columns: minmax(112px, 0.72fr) minmax(0, 1.28fr);
    gap: 8px;
    padding-block: 8px;
  }

  .current-time-panel output {
    font-size: 22px;
  }

  .current-time-panel span {
    display: none;
  }

  .current-time-panel strong {
    grid-row: 3;
    font-size: 8px;
  }

  .timezone-controls select {
    min-height: 34px;
    padding-block: 5px;
  }

  .timezone-controls label {
    display: block;
    font-size: 9px;
  }

  .timezone-controls label small {
    display: none;
  }
}

.availability-heading-row .timezone-console {
  display: grid;
  grid-template-columns: minmax(112px, .7fr) minmax(150px, 1.3fr);
  gap: 10px;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.availability-heading-row .current-time-panel output { font-size: 22px; }
.availability-heading-row .timezone-controls { display: grid; gap: 4px; }
.availability-heading-row .timezone-controls label { display: grid; }
.availability-heading-row .timezone-controls label span { display: block; }
.availability-heading-row .timezone-controls select { min-height: 32px; }

@media (max-width: 900px) {
  .availability-heading-row .timezone-console { width: 100%; }
}

@media (max-width: 680px) {
  .availability-heading-row .timezone-console {
    grid-template-columns: minmax(102px, .65fr) minmax(0, 1.35fr);
    margin: 0;
    padding: 7px 8px;
  }
  .availability-heading-row .timezone-controls label { display: block; }
}

.service-option {
  min-height: 72px;
  gap: 4px;
  padding: 10px 12px;
}

.service-option strong {
  font-size: 14px;
  line-height: 1.3;
}

.service-option span {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.service-option small {
  font-size: 11px;
  line-height: 1.35;
}

.slot-day-tab {
  min-height: 66px;
  gap: 3px;
  padding: 9px 11px;
}

.slot-day-tab span {
  font-size: 11px;
}

.slot-day-tab strong {
  font-size: 17px;
}

.slot-day-tab small {
  font-size: 12px;
}

.slot-button {
  min-height: 76px;
  gap: 5px;
  padding: 10px 12px;
}

.slot-time-label {
  font-size: 11px;
  line-height: 1.3;
}

.slot-time-value strong {
  font-size: 24px;
}

.slot-time-value small,
.slot-poland-time span,
.slot-poland-time strong {
  font-size: 13px;
  line-height: 1.3;
}

@media (max-width: 680px) {
  .service-option {
    min-height: 68px;
    padding: 9px 10px;
  }

  .slot-button {
    min-height: 72px;
  }
}

.intro-first-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 12px 0;
  padding: 13px 15px;
  border: 1px solid rgba(225, 187, 105, 0.48);
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  background: rgba(225, 187, 105, 0.08);
}

.intro-first-notice[hidden] {
  display: none;
}

.intro-first-notice div {
  display: grid;
  gap: 3px;
}

.intro-first-notice strong {
  color: var(--paper);
  font-size: 15px;
}

.intro-first-notice span {
  color: #c6cfce;
  font-size: 12px;
  line-height: 1.45;
}

.intro-first-notice button {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid var(--gold);
  border-radius: 5px;
  background: var(--gold);
  color: #121719;
  cursor: pointer;
  font-weight: 800;
}

.location-picker {
  padding: 11px 0 12px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 18px;
}

.booking-calendar-toolbar,
.slot-state {
  scroll-margin-top: 18px;
}

.location-picker-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.location-picker-heading strong {
  color: var(--paper);
  font-size: 14px;
}

.location-picker-heading span {
  color: var(--muted);
  font-size: 11px;
}

.location-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.location-option {
  display: grid;
  min-height: 58px;
  align-content: center;
  gap: 3px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--paper);
  cursor: pointer;
  text-align: left;
}

.location-option:hover,
.location-option[aria-checked="true"] {
  border-color: rgba(225, 187, 105, 0.65);
  background: rgba(225, 187, 105, 0.1);
}

.location-option strong {
  font-size: 15px;
}

.location-option small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.slot-day-tab.is-unavailable,
.slot-day-tab:disabled {
  border-color: rgba(154, 170, 172, 0.14);
  background: rgba(7, 13, 16, 0.32);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.52;
}

.slot-day-tab.is-unavailable span,
.slot-day-tab.is-unavailable strong,
.slot-day-tab.is-unavailable small {
  color: var(--muted);
}

@media (max-width: 680px) {
  .intro-first-notice,
  .location-picker-heading {
    display: grid;
  }

  .intro-first-notice button {
    width: 100%;
  }

  .location-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

:root {
  color-scheme: light;
  --bg: #e7f1f8;
  --surface: #ffffff;
  --surface-strong: #f7fafb;
  --surface-soft: #edf5f9;
  --paper: #18324b;
  --muted: #5b7182;
  --line: rgba(45, 79, 107, 0.17);
  --line-strong: rgba(139, 100, 30, 0.4);
  --gold: #966c21;
  --gold-bright: #7f5918;
  --teal: #347f7a;
  --danger: #a53636;
  --shadow: 0 20px 52px rgba(35, 68, 94, 0.12);
  --radius: 16px;
}

body {
  color: var(--paper);
  background:
    radial-gradient(820px 420px at 86% -6%, rgba(166, 202, 225, 0.34), transparent 70%),
    linear-gradient(180deg, #f3f8fb, var(--bg));
}

.booking-header {
  border-bottom-color: var(--line);
  background: rgba(250, 252, 253, 0.95);
  box-shadow: 0 10px 30px rgba(35, 68, 94, 0.1);
  backdrop-filter: blur(16px) saturate(1.1);
}

.booking-brand,
.header-link {
  color: var(--paper);
}

.booking-brand small,
.header-link-secondary {
  color: var(--muted);
}

.header-link:hover,
.header-link:focus-visible {
  color: var(--gold);
}

.language-switch {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.language-switch button {
  color: var(--muted);
}

.language-switch button[aria-pressed="true"] {
  color: #fff;
  background: #17304d;
}

.availability-panel,
.request-panel {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.booking-summary {
  --paper: #f8f4e9;
  --muted: #c9d6e1;
  --line: rgba(224, 210, 177, 0.19);
  --gold: #e0bd70;
  --gold-bright: #f0d38e;
  --teal: #8fd1c8;
  color: var(--paper);
  border-color: rgba(224, 210, 177, 0.19);
  background:
    radial-gradient(360px 220px at 100% 0%, rgba(111, 159, 195, 0.16), transparent 72%),
    linear-gradient(180deg, #1b3553 0%, #11263f 100%);
  box-shadow: 0 22px 54px rgba(23, 48, 77, 0.2);
}

.booking-summary h1,
.booking-summary h2,
.booking-summary strong,
.booking-summary .booking-facts li {
  color: var(--paper);
}

.booking-summary .booking-lead,
.booking-summary .booking-summary-process p,
.booking-summary .booking-rules ul {
  color: var(--muted);
}

.booking-summary .booking-price-link,
.booking-summary .booking-rules summary {
  color: var(--gold-bright);
}

.availability-heading-row .timezone-console,
.timezone-console {
  border-color: var(--line);
  background: linear-gradient(180deg, #f2f8fb, #e9f3f8);
}

.current-time-panel output,
.availability-heading-row .timezone-controls label span,
.timezone-controls label {
  color: var(--paper);
}

.current-time-panel span,
.timezone-controls p,
.timezone-note,
.service-picker-heading span,
.service-disclaimer,
.location-picker-heading span {
  color: var(--muted);
}

.timezone-controls select,
.booking-month-picker select {
  color: var(--paper);
  border-color: var(--line);
  background: #fff;
}

.timezone-controls button,
.show-more-times {
  color: var(--gold-bright);
  border-color: var(--line-strong);
  background: rgba(215, 182, 101, 0.1);
}

.timezone-controls button:hover,
.show-more-times:hover {
  background: rgba(215, 182, 101, 0.18);
}

.availability-summary,
.day-capacity-note,
.recording-notice {
  border-color: rgba(52, 127, 122, 0.28);
  background: rgba(52, 127, 122, 0.07);
}

.availability-summary strong,
.availability-summary span,
.day-capacity-note,
.recording-notice strong {
  color: var(--paper);
}

.service-picker,
.location-picker {
  border-color: var(--line);
}

.service-picker-heading strong,
.location-picker-heading strong,
.booking-calendar-toolbar strong {
  color: var(--paper);
}

.service-option,
.location-option,
.slot-day-tab,
.slot-button {
  color: var(--paper);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 7px 18px rgba(35, 68, 94, 0.05);
}

.service-option:hover,
.service-option[aria-checked="true"],
.location-option:hover,
.location-option[aria-checked="true"],
.slot-day-tab:hover,
.slot-day-tab.is-active,
.slot-button:hover,
.slot-button.is-selected {
  color: var(--paper);
  border-color: rgba(139, 100, 30, 0.42);
  background: #fff8e8;
  box-shadow: 0 9px 22px rgba(73, 79, 79, 0.08);
}

.service-option span,
.slot-day-tab span,
.booking-calendar-toolbar span,
.slot-time-label,
.slot-time-value small,
.selected-slot span {
  color: var(--gold);
}

.service-option small,
.location-option small,
.slot-day-tab small,
.slot-poland-time span,
.slot-poland-time strong,
.field-help,
.consent-field,
.form-status {
  color: var(--muted);
}

.slot-day-tab.is-unavailable,
.slot-day-tab:disabled {
  border-color: rgba(45, 79, 107, 0.1);
  background: #e9eff2;
  opacity: 0.58;
}

.slot-day {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.66);
}

.slot-day-header {
  border-color: var(--line);
  background: #edf5f9;
  box-shadow: 0 8px 18px rgba(35, 68, 94, 0.09);
}

.slot-day-header strong,
.slot-time-value strong,
.slot-state strong,
.selected-slot strong,
.form-section-heading strong,
.recording-notice strong,
.booking-success h2 {
  color: var(--paper);
}

.slot-state {
  color: var(--muted);
  border-color: rgba(45, 79, 107, 0.22);
  background: rgba(244, 249, 251, 0.72);
}

.slot-state button {
  color: var(--paper);
  border-color: var(--line-strong);
  background: #fff;
}

.loading-line {
  background: linear-gradient(90deg, #dbe7ed, #eef5f8, #dbe7ed);
  background-size: 200% 100%;
}

.selected-slot,
.intro-first-notice {
  border-color: rgba(150, 108, 33, 0.5);
  background: rgba(215, 182, 101, 0.1);
}

.intro-first-notice strong,
.intro-first-notice span {
  color: var(--paper);
}

#freeBookingForm label > span:first-child {
  color: var(--paper);
}

#freeBookingForm input[type="text"],
#freeBookingForm input[type="email"],
#freeBookingForm input[type="tel"],
#freeBookingForm select,
#freeBookingForm textarea {
  color: var(--paper);
  border-color: var(--line);
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

#freeBookingForm input::placeholder,
#freeBookingForm textarea::placeholder {
  color: #7b8f9d;
}

#freeBookingForm input:hover,
#freeBookingForm select:hover,
#freeBookingForm textarea:hover {
  border-color: rgba(45, 79, 107, 0.34);
}

.recording-notice p,
.booking-success p:not(.booking-kicker) {
  color: var(--muted);
}

.booking-submit {
  color: #211807;
  border-color: #e7c568;
  background: linear-gradient(180deg, #f2d67e, #c79435);
  box-shadow: 0 12px 26px rgba(150, 108, 33, 0.18);
}

.booking-submit:hover,
.booking-submit:focus-visible {
  color: #171005;
  background: linear-gradient(180deg, #f8e2a0, #d3a44a);
}

.booking-request-modal {
  background: rgba(16, 36, 59, 0.72);
}

.request-close {
  color: var(--paper);
  border-color: var(--line);
  background: #fff;
}

.booking-context,
.booking-guidance,
.booking-detail-band,
.booking-practitioner {
  color: var(--paper);
  border-color: var(--line);
  background: var(--surface-strong);
}

.context-grid h3,
.detail-grid h2,
.practitioner-inner h2,
.practitioner-contact a {
  color: var(--paper);
}

.context-grid p,
.detail-grid article > p:last-child,
.practitioner-inner p:not(.booking-kicker) {
  color: var(--muted);
}

.booking-footer {
  color: #f8f4e9;
  border-color: rgba(255, 255, 255, 0.09);
  background: linear-gradient(180deg, #17304d, #0c1b2e);
}

.booking-footer a {
  color: #f0d38e;
}

@media (max-width: 680px) {
  .booking-summary {
    border-radius: 14px;
  }

  .availability-panel,
  .request-panel {
    border-radius: 14px;
  }
}

.request-close {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
}

.form-status {
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid rgba(150, 108, 33, 0.28);
  border-radius: 10px;
  background: rgba(215, 182, 101, 0.1);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 680px) {
  .booking-request-modal {
    padding-bottom: max(12px, env(safe-area-inset-bottom));
  }

  .booking-lead,
  .booking-summary-process p,
  .booking-rules,
  .service-picker-heading span,
  .service-disclaimer,
  .location-picker-heading span,
  .service-option small,
  .location-option small,
  .timezone-note,
  .availability-summary,
  .day-capacity-note,
  .slot-day-tab span,
  .slot-day-tab small,
  .slot-poland-time,
  .field-help,
  .consent-field,
  .form-status {
    font-size: 12px;
    line-height: 1.45;
  }

  .service-option strong,
  .location-option strong,
  .slot-day-tab strong,
  .slot-time-value strong,
  .selected-slot strong,
  #freeBookingForm label > span:first-child {
    font-size: 14px;
    line-height: 1.35;
  }

  .service-picker-heading strong,
  .location-picker-heading strong,
  .booking-calendar-toolbar strong {
    font-size: 14px;
    line-height: 1.35;
  }

  #freeBookingForm input[type="text"],
  #freeBookingForm input[type="email"],
  #freeBookingForm input[type="tel"],
  #freeBookingForm select,
  #freeBookingForm textarea {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .service-options,
  .location-options {
    grid-template-columns: 1fr;
  }
}

.booking-app {
  grid-template-areas:
    "calendar"
    "request";
  grid-template-columns: minmax(0, 1fr);
  width: min(calc(100% - 32px), 1180px);
}

.availability-panel {
  width: 100%;
}

.booking-page-title h1 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
}

.availability-heading-row .timezone-console {
  flex-basis: min(360px, 46%);
}

.service-picker-heading,
.location-picker-heading {
  justify-content: flex-start;
}

.service-option {
  min-height: 64px;
}

.service-option small,
.location-option small {
  display: none;
}

.request-panel > h2 {
  margin: 0 46px 18px 0;
}

@media (max-width: 860px) {
  .booking-app {
    grid-template-areas:
      "calendar"
      "request";
    width: min(calc(100% - 24px), 1180px);
  }
}

@media (max-width: 680px) {
  .booking-page-title h1 {
    font-size: 27px;
  }

  .availability-heading-row .timezone-console {
    flex-basis: auto;
  }
}

.booking-consent {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200;
  display: flex;
  align-items: center;
  gap: 22px;
  width: min(calc(100% - 36px), 760px);
  padding: 15px 16px;
  border: 1px solid rgba(226, 188, 98, 0.28);
  border-radius: 14px;
  background: rgba(9, 18, 31, 0.97);
  color: #f7f4ed;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}
.booking-consent > div:first-child { min-width: 0; flex: 1; }
.booking-consent strong { display: block; font-size: 14px; }
.booking-consent p { margin: 3px 0 0; color: #b9c7d5; font-size: 12px; line-height: 1.45; }
.booking-consent a { display: inline-block; margin-top: 4px; color: #f0c866; font-size: 11px; }
.booking-consent-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.booking-consent button {
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.04);
  color: #f7f4ed;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.booking-consent button[data-consent="accept"] {
  border-color: rgba(255, 224, 144, 0.62);
  background: linear-gradient(180deg, #efd076, #bd8422);
  color: #1f1607;
}
.booking-consent button:hover { filter: brightness(1.08); }

@media (max-width: 680px) {
  .booking-consent {
    right: 10px;
    bottom: 10px;
    display: grid;
    gap: 10px;
    width: calc(100% - 20px);
    padding: 12px;
  }
  .booking-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .booking-consent button { width: 100%; }
}
.slot-interest {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 9px;
  border: 1px solid rgba(42, 91, 124, .2);
  border-radius: 999px;
  background: rgba(220, 238, 247, .74);
  color: #24465d;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.15;
  white-space: nowrap;
}

.service-disclaimer {
  font-size: 13px;
  line-height: 1.55;
}
