.fbs-booking-shell {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  box-sizing: border-box;
}
.fbs-booking {
  --fbs-ink: #17221d;
  --fbs-muted: #68756e;
  --fbs-line: #dfe7e2;
  --fbs-soft: #f4f8f5;
  --fbs-accent: #176b4a;
  --fbs-accent-dark: #0e5036;
  --fbs-white: #fff;
  width: 100%;
  min-width: 0;
  max-width: 980px;
  margin: 32px auto;
  color: var(--fbs-ink);
  background: var(--fbs-white);
  border: 1px solid var(--fbs-line);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(30, 58, 45, .1);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  container-name: fbs-booking;
  container-type: inline-size;
  box-sizing: border-box;
  font-family: inherit;
  line-height: 1.5;
}
.fbs-booking *, .fbs-booking *::before, .fbs-booking *::after { box-sizing: border-box; }
.fbs-booking button, .fbs-booking input, .fbs-booking select, .fbs-booking textarea { max-width: 100%; font: inherit; letter-spacing: normal; text-transform: none; }
.fbs-booking button { white-space: normal; }
.fbs-booking__header { padding: 38px 42px 32px; color: #fff; background: linear-gradient(135deg, #123d2c, #1c7654); }
.fbs-booking__eyebrow { display: block; margin-bottom: 8px; color: #bce8d3; font-size: 12px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.fbs-booking__header h2 { margin: 0 0 8px; color: inherit; font-size: clamp(28px, 4vw, 40px); line-height: 1.15; overflow-wrap: anywhere; }
.fbs-booking__header p { max-width: 620px; margin: 0; color: rgba(255,255,255,.78); font-size: 16px; overflow-wrap: anywhere; }
.fbs-booking__body { padding: 34px 42px 42px; }
.fbs-booking__step { min-width: 0; }
.fbs-booking .fbs-calendar-step,
.fbs-booking .fbs-times-step,
.fbs-booking .fbs-contact-step { display: block; position: static; float: none; clear: none; width: auto; height: auto; min-width: 0; min-height: 0; max-width: none; max-height: none; margin: 0; padding: 0; overflow: visible; color: inherit; background: transparent; border: 0; border-radius: 0; box-shadow: none; transform: none; }
.fbs-booking__step--profile, .fbs-booking__step--service { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 14px; align-items: start; }
.fbs-booking__step--profile { padding-bottom: 22px; }
.fbs-booking__step--service { padding: 22px 0 28px; border-top: 1px solid var(--fbs-line); border-bottom: 1px solid var(--fbs-line); }
.fbs-booking__step--profile > div, .fbs-booking__step--service > div { width: 100%; min-width: 0; max-width: 680px; }
.fbs-step-number { display: inline-grid; width: 30px; height: 30px; place-items: center; flex: 0 0 auto; color: var(--fbs-accent); background: #e7f4ed; border-radius: 50%; font-size: 13px; font-weight: 800; }
.fbs-booking label { display: block; color: var(--fbs-ink); font-size: 14px; font-weight: 700; overflow-wrap: anywhere; }
.fbs-booking select, .fbs-booking input, .fbs-booking textarea { width: 100%; min-width: 0; min-height: 48px; margin: 8px 0 0; padding: 11px 13px; color: var(--fbs-ink); background: #fff; border: 1px solid #cbd8d1; border-radius: 9px; box-shadow: none; outline: none; font-size: 16px; text-transform: none; }
.fbs-booking select:focus, .fbs-booking input:focus, .fbs-booking textarea:focus { border-color: var(--fbs-accent); box-shadow: 0 0 0 3px rgba(23,107,74,.13); }
.fbs-provider-bio, .fbs-service-details { margin: 8px 0 0; color: var(--fbs-muted); font-size: 14px; overflow-wrap: anywhere; }
.fbs-booking__columns { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 36px; width: 100%; min-width: 0; max-width: 100%; padding: 32px 0; }
.fbs-booking__columns > * { min-width: 0; max-width: 100%; }
.fbs-booking .fbs-times-step { border-left: 1px solid var(--fbs-line); padding-left: 36px; }
.fbs-step-heading { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 20px; }
.fbs-step-heading > * { min-width: 0; }
.fbs-step-heading h3 { margin: 2px 0 0; color: var(--fbs-ink); font-size: 18px; line-height: 1.35; overflow-wrap: anywhere; }
.fbs-step-heading p { margin: 3px 0 0; color: var(--fbs-muted); font-size: 13px; overflow-wrap: anywhere; }
.fbs-calendar, .fbs-times { width: 100%; min-width: 0; max-width: 100%; }
.fbs-calendar__nav { display: grid; grid-template-columns: 38px 1fr 38px; align-items: center; margin-bottom: 14px; }
.fbs-calendar__nav strong { min-width: 0; text-align: center; font-size: 16px; overflow-wrap: anywhere; }
.fbs-calendar__nav button { width: 36px; height: 36px; padding: 0; color: var(--fbs-ink); background: transparent; border: 1px solid var(--fbs-line); border-radius: 50%; cursor: pointer; font-size: 26px; line-height: 1; }
.fbs-calendar__nav button:hover:not(:disabled) { color: #fff; background: var(--fbs-accent); border-color: var(--fbs-accent); }
.fbs-calendar__nav button:disabled { opacity: .3; cursor: not-allowed; }
.fbs-calendar__weekdays, .fbs-calendar__days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.fbs-calendar__weekdays { margin-bottom: 5px; color: var(--fbs-muted); font-size: 11px; font-weight: 750; text-align: center; text-transform: uppercase; }
.fbs-calendar__days button { position: relative; width: 100%; min-width: 0; aspect-ratio: 1; min-height: 38px; padding: 0; color: var(--fbs-ink); background: transparent; border: 0; border-radius: 50%; cursor: pointer; font-size: 14px; font-weight: 650; }
.fbs-calendar__days button:hover:not(:disabled) { background: #e9f4ee; }
.fbs-calendar__days button.is-today::after { content: ''; position: absolute; bottom: 5px; left: 50%; width: 4px; height: 4px; background: var(--fbs-accent); border-radius: 50%; transform: translateX(-50%); }
.fbs-calendar__days button.is-selected { color: #fff; background: var(--fbs-accent); box-shadow: 0 5px 14px rgba(23,107,74,.25); }
.fbs-calendar__days button.is-selected::after { background: #fff; }
.fbs-calendar__days button:disabled { color: #bdc5c0; cursor: not-allowed; text-decoration: line-through; }
.fbs-times { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; max-height: 320px; overflow-y: auto; }
.fbs-time { width: 100%; min-width: 0; max-width: 100%; min-height: 44px; padding: 8px; color: var(--fbs-accent-dark); background: #fff; border: 1px solid #bed6ca; border-radius: 8px; cursor: pointer; font-size: 14px; font-weight: 750; overflow-wrap: anywhere; }
.fbs-time:hover, .fbs-time.is-selected { color: #fff; background: var(--fbs-accent); border-color: var(--fbs-accent); }
.fbs-placeholder { grid-column: 1 / -1; min-width: 0; max-width: 100%; margin: 20px 0; padding: 20px; color: var(--fbs-muted); background: var(--fbs-soft); border-radius: 9px; text-align: center; font-size: 14px; overflow-wrap: anywhere; }
.fbs-placeholder.fbs-error, .fbs-form-status { color: #a12c2c; }
.fbs-booking .fbs-contact-step { padding-top: 30px; border-top: 1px solid var(--fbs-line); }
.fbs-contact-step[hidden], .fbs-success[hidden] { display: none !important; }
.fbs-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.fbs-field--wide { grid-column: 1 / -1; }
.fbs-field span em { color: #b83232; font-style: normal; }
.fbs-booking textarea { min-height: 110px; resize: vertical; }
.fbs-submit-row { display: flex; gap: 18px; align-items: center; margin-top: 22px; }
.fbs-submit-row > * { min-width: 0; max-width: 100%; }
.fbs-submit { min-height: 50px; padding: 12px 24px; color: #fff; background: var(--fbs-accent); border: 0; border-radius: 9px; cursor: pointer; font-size: 14px; font-weight: 800; line-height: 1.3; text-transform: none; box-shadow: 0 8px 20px rgba(23,107,74,.2); }
.fbs-submit:hover { background: var(--fbs-accent-dark); }
.fbs-submit:disabled { opacity: .6; cursor: wait; }
.fbs-form-status { margin: 0; font-size: 14px; }
.fbs-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.fbs-success { padding: 50px 20px; text-align: center; }
.fbs-success > span { display: inline-grid; width: 68px; height: 68px; place-items: center; color: #fff; background: var(--fbs-accent); border-radius: 50%; font-size: 34px; }
.fbs-success h3 { margin: 18px 0 6px; color: var(--fbs-ink); font-size: 26px; }
.fbs-success p { margin: 0 0 20px; color: var(--fbs-muted); }
.fbs-book-another { padding: 10px 18px; color: var(--fbs-accent); background: transparent; border: 1px solid var(--fbs-accent); border-radius: 8px; cursor: pointer; font-size: 14px; font-weight: 700; text-transform: none; }
.fbs-booking.is-complete .fbs-booking__body > :not(.fbs-success) { display: none; }
.fbs-booking .screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 720px) {
  .fbs-booking { margin: 20px 0; border-radius: 14px; }
  .fbs-booking__header { padding: 28px 24px 24px; }
  .fbs-booking__body { padding: 26px 22px 30px; }
  .fbs-booking__columns { grid-template-columns: 1fr; gap: 30px; }
  .fbs-booking .fbs-times-step { padding: 28px 0 0; border-top: 1px solid var(--fbs-line); border-left: 0; }
  .fbs-form-grid { grid-template-columns: 1fr; }
  .fbs-field--wide { grid-column: auto; }
  .fbs-submit-row { align-items: stretch; flex-direction: column; }
}
@media (min-width: 721px) and (max-width: 900px) {
  .fbs-booking__header { padding: 32px 30px 28px; }
  .fbs-booking__body { padding: 30px; }
  .fbs-booking__columns { grid-template-columns: 1fr; gap: 30px; }
  .fbs-booking .fbs-times-step { padding: 28px 0 0; border-top: 1px solid var(--fbs-line); border-left: 0; }
  .fbs-times { grid-template-columns: repeat(3, minmax(0,1fr)); max-height: none; }
}
@media (max-width: 420px) {
  .fbs-booking__header { padding: 25px 18px 22px; }
  .fbs-booking__body { padding: 22px 16px 26px; }
  .fbs-booking__step--profile, .fbs-booking__step--service { grid-template-columns: 28px minmax(0,1fr); gap: 9px; }
  .fbs-step-number { width: 27px; height: 27px; }
  .fbs-calendar__weekdays, .fbs-calendar__days { gap: 2px; }
  .fbs-calendar__days button { min-height: 34px; }
  .fbs-times { grid-template-columns: 1fr 1fr; }
}
@container fbs-booking (max-width: 760px) {
  .fbs-booking__header { padding: 28px 24px 24px; }
  .fbs-booking__body { padding: 26px 22px 30px; }
  .fbs-booking__columns { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .fbs-booking .fbs-times-step { padding: 28px 0 0; border-top: 1px solid var(--fbs-line); border-left: 0; }
  .fbs-times { grid-template-columns: repeat(3, minmax(0, 1fr)); max-height: none; }
  .fbs-form-grid { grid-template-columns: minmax(0, 1fr); }
  .fbs-field--wide { grid-column: auto; }
  .fbs-submit-row { align-items: stretch; flex-direction: column; }
}
@container fbs-booking (max-width: 520px) {
  .fbs-times { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@container fbs-booking (max-width: 420px) {
  .fbs-booking__header { padding: 25px 18px 22px; }
  .fbs-booking__body { padding: 22px 16px 26px; }
  .fbs-booking__step--profile, .fbs-booking__step--service { grid-template-columns: 28px minmax(0, 1fr); gap: 9px; }
  .fbs-step-number { width: 27px; height: 27px; }
  .fbs-calendar__weekdays, .fbs-calendar__days { gap: 2px; }
  .fbs-calendar__days button { min-height: 34px; }
}
