.csb-booking,
.csb-booking * { box-sizing: border-box; }
.csb-booking {
  --csb-accent: #8c3f7b;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  color: #252326;
  font-family: inherit;
}
.csb-booking__header { margin: 0 0 28px; max-width: 760px; }
.csb-booking__header h2 { margin: 0 0 10px; font: inherit; font-size: clamp(26px, 3vw, 34px); line-height: 1.2; font-weight: 700; color: #222; }
.csb-booking__header p { margin: 0; font-size: 16px; line-height: 1.65; color: #625d63; }
.csb-booking__layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); border: 1px solid #e6e1e6; border-radius: 9px; background: #fff; overflow: hidden; box-shadow: 0 10px 28px rgba(41,31,40,.05); }
.csb-booking__calendar,
.csb-booking__form { padding: clamp(24px, 3vw, 38px); }
.csb-booking__calendar { border-right: 1px solid #ece8ec; background: #fbfafb; }
.csb-booking h3 { margin: 4px 0 22px; font-size: 21px; line-height: 1.3; font-weight: 700; color: #272327; }
.csb-step-label { color: var(--csb-accent); font-size: 12px; line-height: 1; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.csb-date-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; max-height: 282px; overflow: auto; padding: 1px 4px 1px 1px; scrollbar-width: thin; }
.csb-date { appearance: none; min-height: 72px; padding: 11px 12px; text-align: left; border: 1px solid #ded8de; border-radius: 6px; background: #fff; color: #514c52; cursor: pointer; font: inherit; transition: border-color .16s ease, background .16s ease, color .16s ease; }
.csb-date:hover { border-color: #baa9b7; }
.csb-date.is-active { color: #fff; background: var(--csb-accent); border-color: var(--csb-accent); }
.csb-date span { display: block; margin-bottom: 3px; font-size: 12px; opacity: .82; }
.csb-date strong { display: block; font-size: 14px; line-height: 1.35; }
.csb-time-wrap { margin-top: 26px; }
.csb-time-label { margin: 0 0 10px; font-size: 13px; font-weight: 700; color: #494449; }
.csb-time-list { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px; min-height: 44px; }
.csb-time { appearance: none; padding: 11px 8px; border: 1px solid #dcd5dc; border-radius: 5px; background: #fff; color: #393439; cursor: pointer; font: inherit; font-size: 14px; font-weight: 700; }
.csb-time:hover,
.csb-time.is-active { border-color: var(--csb-accent); color: var(--csb-accent); background: #fbf4f9; }
.csb-loading,
.csb-empty { grid-column: 1 / -1; padding: 11px 0; color: #777078; font-size: 14px; }
.csb-booking__form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; align-content: start; }
.csb-booking__form > .csb-step-label,
.csb-booking__form > h3,
.csb-selected-slot,
.csb-consent,
.csb-form-message,
.csb-submit,
.csb-form-note { grid-column: 1 / -1; }
.csb-field { min-width: 0; }
.csb-field--full { grid-column: 1 / -1; }
.csb-field label { display: block; margin: 0 0 7px; font-size: 13px; font-weight: 700; color: #403b40; }
.csb-field input,
.csb-field textarea { display: block; width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid #dcd6dc; border-radius: 5px; background: #fff; color: #272327; font: inherit; font-size: 15px; outline: 0; box-shadow: none; }
.csb-field textarea { min-height: 104px; resize: vertical; }
.csb-field input:focus,
.csb-field textarea:focus { border-color: var(--csb-accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--csb-accent) 12%, transparent); }
.csb-selected-slot { display: flex; justify-content: space-between; gap: 14px; align-items: center; margin: -4px 0 4px; padding: 12px 14px; border: 1px solid #eadde7; border-radius: 5px; background: #fbf7fa; font-size: 14px; }
.csb-selected-slot span { color: #746d74; }
.csb-selected-slot strong { color: var(--csb-accent); }
.csb-consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 2px; font-size: 13px; line-height: 1.55; color: #5e585f; }
.csb-consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--csb-accent); flex: 0 0 auto; }
.csb-consent a { color: var(--csb-accent); }
.csb-submit { appearance: none; width: 100%; min-height: 49px; padding: 12px 18px; border: 0; border-radius: 5px; background: var(--csb-accent); color: #fff; font: inherit; font-size: 15px; font-weight: 700; cursor: pointer; }
.csb-submit:hover { filter: brightness(.94); }
.csb-submit:disabled { cursor: not-allowed; opacity: .5; }
.csb-form-note { margin: -5px 0 0; text-align: center; font-size: 12px; color: #7a747a; }
.csb-form-message { display: none; padding: 11px 13px; border-radius: 5px; font-size: 14px; line-height: 1.5; }
.csb-form-message.is-error,
.csb-form-message.is-success { display: block; }
.csb-form-message.is-error { color: #8a2d35; background: #fff1f2; border: 1px solid #f1c8cc; }
.csb-form-message.is-success { color: #20643b; background: #edf9f1; border: 1px solid #bee4ca; }
.csb-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
@media (max-width: 900px) {
  .csb-booking__layout { grid-template-columns: 1fr; }
  .csb-booking__calendar { border-right: 0; border-bottom: 1px solid #ece8ec; }
}
@media (max-width: 600px) {
  .csb-booking__calendar,
  .csb-booking__form { padding: 22px 18px; }
  .csb-date-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .csb-time-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .csb-booking__form { grid-template-columns: 1fr; }
  .csb-field { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) {
  .csb-booking * { scroll-behavior: auto !important; transition: none !important; }
}
