.bsch-widget,
.bsch-widget * { box-sizing: border-box; }
.bsch-widget { --bsch-dark:#201a2b; --bsch-muted:#6f6878; --bsch-border:#e8e3ee; width:100%; max-width:780px; margin:32px auto; padding:clamp(22px,5vw,48px); border:1px solid var(--bsch-border); border-radius:28px; background:#fff; color:var(--bsch-dark); box-shadow:0 18px 60px rgba(56,37,79,.10); font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; line-height:1.5; }
.bsch-widget-header { text-align:center; margin-bottom:28px; }
.bsch-widget-header h2 { margin:5px 0 8px; font-size:clamp(28px,5vw,42px); line-height:1.12; color:var(--bsch-dark); }
.bsch-widget-header p { margin:0; color:var(--bsch-muted); }
.bsch-kicker { font-size:12px; letter-spacing:.16em; font-weight:800; color:var(--bsch-primary); }
.bsch-progress { display:flex; align-items:flex-start; justify-content:center; margin:28px auto 38px; max-width:620px; }
.bsch-progress span { width:48px; height:48px; display:flex; align-items:center; justify-content:center; position:relative; border-radius:50%; background:#eee9f2; color:#81778b; font-weight:800; transition:.2s; }
.bsch-progress span small { position:absolute; top:54px; left:50%; transform:translateX(-50%); white-space:nowrap; font-size:11px; font-weight:600; color:#81778b; }
.bsch-progress span.is-active { background:var(--bsch-primary); color:#fff; box-shadow:0 7px 20px rgba(120,75,85,.25); }
.bsch-progress i { height:3px; width:88px; margin-top:22px; background:#eee9f2; }
.bsch-step { display:none; animation:bsch-in .24s ease; padding-top:12px; }
.bsch-step.is-active { display:block; }
.bsch-step h3 { margin:0 0 20px; font-size:22px; }
.bsch-services { display:grid; gap:12px; }
.bsch-service-finder { display:grid; grid-template-columns:minmax(0,1fr) 220px; gap:10px; margin-bottom:20px; }
.bsch-service-finder input,.bsch-service-finder select { width:100%; min-height:48px; padding:11px 14px; border:1px solid var(--bsch-border); border-radius:12px; background:#fff; color:var(--bsch-dark); font:inherit; }
.bsch-service-search { position:relative; display:block; }
.bsch-service-search input { padding-right:42px; }
.bsch-service-search i { position:absolute; right:15px; top:9px; font-size:24px; color:var(--bsch-muted); font-style:normal; pointer-events:none; }
.bsch-service-category { margin:0 0 24px; }
.bsch-service-category h4 { margin:0 0 10px; font-size:14px; letter-spacing:.08em; text-transform:uppercase; color:var(--bsch-primary-dark); }
.bsch-service-category-list { display:grid; gap:11px; }
.bsch-services.is-loading { opacity:.55; pointer-events:none; }
.bsch-service-selection-bar { position:sticky; bottom:12px; z-index:5; display:flex; align-items:center; justify-content:space-between; gap:14px; margin-top:20px; padding:12px 14px; border:1px solid var(--bsch-border); border-radius:16px; background:rgba(255,255,255,.96); box-shadow:0 10px 30px rgba(77,51,57,.14); backdrop-filter:blur(8px); }
.bsch-service-selection-bar span { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-weight:700; }
.bsch-service-selection-bar button:disabled { opacity:.45; cursor:not-allowed; }
.bsch-service-card { display:flex; align-items:center; gap:14px; padding:18px; border:1px solid var(--bsch-border); border-radius:18px; cursor:pointer; transition:.2s; position:relative; overflow:hidden; }
.bsch-service-card:hover { border-color:#c9b5e4; transform:translateY(-1px); }
.bsch-service-card:has(input:checked) { border-color:var(--bsch-primary); background:var(--bsch-soft); box-shadow:0 0 0 2px rgba(120,75,85,.10); }
.bsch-service-card input { width:18px; height:18px; accent-color:var(--bsch-primary); flex:0 0 auto; }
.bsch-service-accent { width:5px; position:absolute; inset:0 auto 0 0; }
.bsch-service-info { display:flex; flex-direction:column; min-width:0; flex:1; }
.bsch-service-info strong { font-size:16px; }
.bsch-service-info small { color:var(--bsch-muted); margin-top:3px; }
.bsch-service-price { font-weight:800; white-space:nowrap; }
.bsch-field { display:flex; flex-direction:column; gap:7px; font-weight:700; margin-bottom:16px; }
.bsch-field small { font-weight:500; color:var(--bsch-muted); }
.bsch-field input,.bsch-field textarea { width:100%; padding:13px 14px; border:1px solid #dcd5e3; border-radius:12px; background:#fff; color:var(--bsch-dark); font:inherit; outline:none; }
.bsch-field input:focus,.bsch-field textarea:focus { border-color:var(--bsch-primary); box-shadow:0 0 0 3px rgba(120,75,85,.10); }
.bsch-contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.bsch-slot-title { font-weight:800; margin:8px 0 12px; }
.bsch-calendar { margin-bottom:22px; padding:18px; border:1px solid var(--bsch-border); border-radius:20px; background:linear-gradient(180deg,#fff 0%,#fcfaff 100%); }
.bsch-calendar-head { display:grid; grid-template-columns:42px 1fr 42px; align-items:center; gap:10px; margin-bottom:14px; }
.bsch-calendar-head strong { text-align:center; font-size:18px; text-transform:capitalize; }
.bsch-calendar-head button { width:38px; height:38px; padding:0; border:1px solid var(--bsch-border); border-radius:11px; background:#fff; color:var(--bsch-dark); font-size:26px; cursor:pointer; }
.bsch-calendar-head button:hover:not(:disabled) { background:var(--bsch-primary); border-color:var(--bsch-primary); color:#fff; }
.bsch-calendar-head button:disabled { opacity:.3; cursor:not-allowed; }
.bsch-calendar-grid { display:grid; grid-template-columns:repeat(7,1fr); gap:6px; }
.bsch-calendar-weekday { padding:5px 0 8px; text-align:center; color:var(--bsch-muted); font-size:11px; font-weight:800; text-transform:uppercase; }
.bsch-calendar-empty { min-height:44px; }
.bsch-calendar-day { aspect-ratio:1/1; min-height:44px; display:flex; align-items:center; justify-content:center; border:0; border-radius:12px; background:transparent; color:var(--bsch-dark); cursor:pointer; font:inherit; font-weight:700; }
.bsch-calendar-day:hover:not(:disabled) { background:#eee7fa; color:var(--bsch-primary); }
.bsch-calendar-day.is-today span { text-decoration:underline; text-decoration-thickness:2px; text-underline-offset:4px; }
.bsch-calendar-day.is-selected { background:var(--bsch-primary); color:#fff; box-shadow:0 7px 18px rgba(120,75,85,.24); }
.bsch-calendar-day:disabled { color:#c8c1ce; cursor:not-allowed; }
.bsch-slot-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:9px; }
.bsch-slot { border:1px solid var(--bsch-border); border-radius:11px; padding:11px 8px; background:#fff; cursor:pointer; color:var(--bsch-dark); font-weight:700; }
.bsch-slot:hover,.bsch-slot.is-selected { color:#fff; border-color:var(--bsch-primary); background:var(--bsch-primary); }
.bsch-actions { display:flex; justify-content:flex-end; gap:10px; align-items:center; margin-top:26px; flex-wrap:wrap; }
.bsch-primary,.bsch-secondary,.bsch-danger { display:inline-flex; justify-content:center; align-items:center; min-height:46px; padding:11px 20px; border-radius:12px; border:0; cursor:pointer; font:inherit; font-weight:800; text-decoration:none!important; }
.bsch-primary { background:var(--bsch-primary); color:#fff!important; box-shadow:0 8px 20px rgba(120,75,85,.20); }
.bsch-primary:hover { background:var(--bsch-primary-dark); }
.bsch-secondary { background:#f0ebf5; color:var(--bsch-dark); }
.bsch-danger { background:#fff0f0; color:#b42318; }
.bsch-consent { display:flex; align-items:flex-start; gap:9px; color:var(--bsch-muted); font-size:13px; }
.bsch-consent input { margin-top:3px; accent-color:var(--bsch-primary); }
.bsch-summary { display:grid; grid-template-columns:1fr auto; gap:4px 20px; margin-top:20px; padding:17px; border-radius:14px; background:var(--bsch-soft); }
.bsch-summary strong { grid-column:1/-1; margin-bottom:5px; }
.bsch-summary span:nth-of-type(2) { color:var(--bsch-muted); }
.bsch-summary span:last-child { grid-column:2; grid-row:2; font-weight:800; }
.bsch-summary-large { display:block; padding:0; overflow:hidden; border:1px solid var(--bsch-border); background:#fff; }
.bsch-summary-service { display:flex; align-items:center; gap:13px; padding:20px; background:linear-gradient(135deg,#f7f2ff,#fcfaff); }
.bsch-summary-service div { display:flex; flex-direction:column; }
.bsch-summary-service small,.bsch-summary-details small { color:var(--bsch-muted); font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.05em; }
.bsch-summary-icon { width:42px; height:42px; display:flex; align-items:center; justify-content:center; border-radius:12px; background:var(--bsch-primary); color:#fff!important; font-size:20px; }
.bsch-summary-details { display:grid; grid-template-columns:2fr 1fr 1fr; gap:18px; padding:20px; }
.bsch-summary-details div { display:flex; flex-direction:column; gap:3px; }
.bsch-payment-choice { margin:22px 0 0; padding:0; border:0; }
.bsch-payment-choice legend { margin-bottom:11px; font-weight:800; font-size:17px; }
.bsch-payment-choice label { display:flex; align-items:flex-start; gap:12px; margin:9px 0; padding:16px; border:1px solid var(--bsch-border); border-radius:14px; cursor:pointer; }
.bsch-payment-choice label:has(input:checked) { border-color:var(--bsch-primary); background:#faf7ff; }
.bsch-payment-choice input { margin-top:4px; accent-color:var(--bsch-primary); }
.bsch-payment-choice span { display:flex; flex-direction:column; gap:3px; }
.bsch-payment-choice small { color:var(--bsch-muted); }
.bsch-muted { padding:18px; border-radius:12px; background:var(--bsch-soft); color:var(--bsch-muted); }
.bsch-error { display:none; margin-top:15px; padding:12px; border-radius:10px; background:#fff1f1; color:#b42318; }
.bsch-error.is-visible { display:block; }
.bsch-alert { padding:18px; border-radius:12px; background:#fff8e6; color:#7a4d00; }
.bsch-loading { display:flex; gap:10px; align-items:center; padding:18px; color:var(--bsch-muted); }
.bsch-loading span { width:18px; height:18px; border:2px solid #e0d8e8; border-top-color:var(--bsch-primary); border-radius:50%; animation:bsch-spin .7s linear infinite; }
.bsch-success { text-align:center; padding:20px 0; }
.bsch-success h3 { font-size:28px; margin:15px 0 8px; }
.bsch-success-icon { display:flex; width:74px; height:74px; margin:0 auto; align-items:center; justify-content:center; border-radius:50%; background:#ecfdf3; color:#15803d; font-size:36px; font-weight:900; }
.bsch-appointment-card { padding:24px; border:1px solid var(--bsch-border); border-radius:18px; background:var(--bsch-soft); text-align:center; }
.bsch-appointment-card h3 { margin:0 0 12px; font-size:24px; }
.bsch-manage .bsch-actions { justify-content:center; }
.bsch-manage form { margin:0; }
.bsch-client-chat { margin-top:28px; padding-top:24px; border-top:1px solid var(--bsch-border); }.bsch-client-chat-thread{max-height:360px;overflow:auto;padding:12px;border-radius:14px;background:#faf8f9}.bsch-client-message{max-width:85%;margin:8px 0;padding:10px 13px;border-radius:12px;background:#fff;border:1px solid var(--bsch-border)}.bsch-client-message-inbound{margin-left:auto;background:var(--bsch-soft)}.bsch-client-message small{font-weight:800;color:var(--bsch-muted)}.bsch-client-message p{margin:3px 0}.bsch-client-chat form{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:12px}.bsch-client-chat textarea{width:100%;padding:12px;border:1px solid var(--bsch-border);border-radius:12px;font:inherit}
.bsch-honeypot { position:absolute!important; left:-9999px!important; opacity:0!important; height:0!important; width:0!important; }
.bsch-service-booking-wrap { display:flex; justify-content:center; width:100%; }
.bsch-service-booking-button { display:inline-flex; align-items:center; justify-content:center; margin:18px auto; padding:13px 28px; border-radius:12px; background:var(--bsch-primary); color:#fff!important; font-weight:800; text-decoration:none!important; box-shadow:0 8px 22px rgba(120,75,85,.22); }
.bsch-service-booking-button:hover { background:var(--bsch-primary-dark); color:#fff!important; }
.bsch-public-services section { margin:35px 0; }
.bsch-public-service-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:18px; }
.bsch-public-service-card { overflow:hidden; border:1px solid #eadfe2; border-radius:18px; background:#fff; box-shadow:0 8px 28px rgba(70,48,53,.07); }
.bsch-public-service-card img { width:100%; aspect-ratio:16/10; object-fit:cover; }
.bsch-public-service-card>div { padding:20px; }
.bsch-public-service-card h3 { margin:0 0 8px; }
@keyframes bsch-in { from{opacity:0;transform:translateY(5px)} to{opacity:1;transform:none} }
@keyframes bsch-spin { to{transform:rotate(360deg)} }
@media(max-width:620px){.bsch-widget{margin:15px auto;padding:22px 16px;border-radius:20px}.bsch-service-finder{grid-template-columns:1fr}.bsch-contact-grid{grid-template-columns:1fr;gap:0}.bsch-slot-grid{grid-template-columns:repeat(3,1fr)}.bsch-service-card{align-items:flex-start}.bsch-service-price{font-size:14px}.bsch-progress i{width:18px;margin-top:19px}.bsch-progress span{width:40px;height:40px}.bsch-progress span small{top:46px;font-size:9px}.bsch-actions .bsch-primary,.bsch-actions .bsch-secondary{flex:1}.bsch-summary{grid-template-columns:1fr}.bsch-summary span:last-child{grid-column:1;grid-row:auto}.bsch-summary-details{grid-template-columns:1fr}.bsch-calendar{padding:12px 8px}.bsch-calendar-grid{gap:2px}.bsch-calendar-day{min-height:38px;border-radius:9px}.bsch-service-selection-bar{bottom:6px}.bsch-service-selection-bar .bsch-primary{min-width:120px}}
