.bw-skel{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center;padding:64px 24px}
.bw-skel[hidden],.bw-body[hidden]{display:none}
.bw-skel svg{width:120px;height:auto;opacity:.92}
.cal-skel-dots{display:flex;gap:6px;margin-top:2px}
.cal-skel-dots i{width:7px;height:7px;border-radius:50%;background:var(--red);display:block;animation:calDotPulse 1.1s ease-in-out infinite}
.cal-skel-dots i:nth-child(2){animation-delay:.15s}
.cal-skel-dots i:nth-child(3){animation-delay:.3s}
@keyframes calDotPulse{0%,80%,100%{transform:scale(.55);opacity:.35}40%{transform:scale(1);opacity:1}}
@media(prefers-reduced-motion:reduce){.cal-skel-dots i{animation:none;opacity:.8}}
.cal-skel-txt{font-family:var(--mono);font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:var(--faint)}

/* ── saját foglaló-widget (nem GHL iframe) ── */
.bw-body{padding:22px 20px 26px}
.bw-meta{display:flex;flex-wrap:wrap;gap:6px 18px;font-family:var(--mono);font-size:11.5px;color:var(--faint);margin-bottom:18px}
.bw-meta b{color:var(--text);font-weight:500}
.bw-days{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch}
.bw-days::-webkit-scrollbar{height:5px}
.bw-days::-webkit-scrollbar-thumb{background:var(--line);border-radius:10px}
.day-chip{flex:none;display:flex;flex-direction:column;align-items:center;gap:3px;min-width:66px;min-height:44px;padding:10px 10px;border-radius:14px;border:1.5px solid var(--line);background:#fff;cursor:pointer;transition:border-color .2s,background .2s,transform .15s}
.day-chip .dc-w{font-family:var(--mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--faint);transition:color .2s}
.day-chip .dc-d{font-family:var(--display);font-weight:700;font-size:14.5px;color:var(--text);font-variation-settings:'wdth' 100;transition:color .2s}
.day-chip:hover{border-color:var(--red)}
.day-chip:active{transform:scale(.96)}
.day-chip.is-sel{background:var(--red);border-color:var(--red)}
.day-chip.is-sel .dc-w,.day-chip.is-sel .dc-d{color:#fff}
.bw-group{margin-top:18px}
.bw-group:first-child{margin-top:16px}
.bw-group-label{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--faint);margin-bottom:9px}
.bw-times{display:flex;flex-wrap:wrap;gap:8px}
.time-chip{min-height:42px;padding:9px 16px;border-radius:12px;border:1.5px solid var(--line);background:#fff;font-family:var(--mono);font-size:13.5px;color:var(--text);cursor:pointer;transition:border-color .2s,background .2s,color .2s,transform .15s}
.time-chip:hover{border-color:var(--red)}
.time-chip:active{transform:scale(.96)}
.time-chip.is-sel{background:var(--red);border-color:var(--red);color:#fff}
.bw-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#F7F8F9;border:1px solid var(--line-2);border-radius:14px;padding:14px 16px;margin-bottom:20px}
.bw-summary-text{font-size:14px;color:var(--text);font-weight:600;line-height:1.4}
.bw-summary-text span{display:block;font-family:var(--mono);font-size:11px;font-weight:400;color:var(--faint);margin-top:3px}
.bw-edit{flex:none;font-family:var(--mono);font-size:11.5px;color:var(--red-deep);text-decoration:underline;cursor:pointer;background:none;border:0;padding:6px 2px;white-space:nowrap}
.bw-edit:hover{color:var(--red)}
.bw-form{display:grid;gap:12px}
.bw-row{display:grid;gap:12px}
@media(min-width:520px){.bw-row{grid-template-columns:1fr 1fr}}
.bw-f label{display:block;font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--faint);margin-bottom:6px}
.bw-f input,.bw-f textarea{width:100%;padding:12px 14px;border:1.5px solid var(--line);border-radius:12px;font-family:var(--body);font-size:14.5px;color:var(--text);background:#fff;transition:border-color .2s,box-shadow .2s}
.bw-f input:focus,.bw-f textarea:focus{border-color:var(--red);outline:none;box-shadow:0 0 0 3px rgba(232,13,55,.1)}
.bw-f textarea{resize:vertical;min-height:70px;font-family:var(--body)}
.bw-privacy{margin-top:2px;font-size:11.5px;color:var(--faint);line-height:1.6}
.bw-submit{margin-top:4px;position:relative}
.bw-spin{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;display:inline-block;animation:bwSpin .7s linear infinite;vertical-align:-2px;margin-right:2px}
@keyframes bwSpin{to{transform:rotate(360deg)}}
.bw-msg{margin-top:12px;padding:12px 14px;border-radius:12px;font-size:13.5px;line-height:1.5;display:flex;align-items:flex-start;gap:10px}
.bw-msg.err{background:#FFF0F1;color:var(--red-ink);border:1px solid rgba(232,13,55,.2)}
.bw-msg.err::before{content:'!';flex:none;width:18px;height:18px;border-radius:50%;background:var(--red);color:#fff;font-family:var(--mono);font-size:11px;font-weight:700;display:grid;place-items:center;margin-top:1px}
.bw-success{padding:10px 4px 4px;display:grid;gap:12px;text-align:center}
.bw-check{width:50px;height:50px;border-radius:50%;background:var(--red);display:grid;place-items:center;margin:0 auto;color:#fff;font-size:22px;line-height:1}
.bw-success h4{font-family:var(--display);font-weight:800;font-size:19px;font-variation-settings:'wdth' 100}
.bw-detail{font-family:var(--mono);font-size:13px;color:var(--muted)}
.bw-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:4px}
.bw-fade{opacity:0;transform:translateY(8px);animation:bwFadeIn .45s cubic-bezier(.2,.7,.3,1) forwards}
@keyframes bwFadeIn{to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.bw-fade{animation:none;opacity:1;transform:none}.bw-spin{animation:none}}

/* Pirosdew calendar: one clear date selection, then the booking details. */
.booking-section .bcard{box-shadow:0 20px 80px #0003;border:1px solid #ffffff22;padding:30px;border-radius:16px}
.booking-section .cal-wrap{border-top:0;margin-top:22px}
.booking-section .bw-body{padding:0;scroll-margin-top:115px}
.booking-section .bw-meta{display:flex;gap:8px;margin-bottom:22px}
.booking-section .bw-meta>span{font-size:11px;padding:7px 10px;background:#f3f4f1;border-radius:6px;color:#555a55}
.booking-section .bw-meta b{font-weight:500}
.bw-steps{list-style:none;display:flex;padding:0 0 19px;margin:0 0 24px;border-bottom:1px solid #e7e9e3;gap:25px}
.bw-steps li{display:flex;align-items:center;gap:9px;font-size:12px;color:#777d72}
.bw-steps li>span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#f0f2eb;font-size:10px;font-weight:600}
.bw-steps li[aria-current=step]{color:#17191a;font-weight:650}
.bw-steps li[aria-current=step]>span{background:var(--red);color:#fff}
.bw-month-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px}
.bw-month-head h4{font-size:18px;font-weight:650;letter-spacing:-.03em;line-height:1.4;margin:0}
.bw-month-head>div{display:flex;gap:6px}
.bw-month-head button{width:34px;height:34px;background:white;border:1px solid #dfe2da;border-radius:7px;display:grid;place-items:center;font-size:23px;line-height:1;color:#252927;padding:0}
.bw-month-head button:hover:enabled{border-color:var(--red);color:var(--red)}
.bw-month-head button:disabled{opacity:.3;cursor:default}
.bw-weekdays,.bw-calendar{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}
.bw-weekdays{margin-bottom:9px;text-align:center;font-size:11px;font-weight:500;color:#757b70}
.bw-weekdays>span{padding:5px 0}
.bw-day{position:relative;aspect-ratio:1.15;max-height:53px;min-width:0;border:1px solid transparent;border-radius:8px;background:transparent;font-size:14px;font-weight:500;padding:0;line-height:1.3}
.bw-day:disabled{color:#a0a59d;opacity:1;cursor:default}
.bw-day.is-available{background:#fff0f3;color:#b60c2d;border-color:#ffe1e7}
.bw-day.is-available:hover{background:#ffdce4;border-color:#ee163e}
.bw-day.is-sel{background:var(--red);border-color:var(--red);color:white;box-shadow:0 4px 11px #ee163e22}
.bw-day.is-sel:hover{background:#cf1033;color:white}
.bw-calendar-note{display:flex;align-items:center;gap:8px;font-size:11px;color:#757c6d;margin:15px 0 22px}
.bw-calendar-note>span{height:8px;width:8px;background:var(--red);border-radius:2px;flex:none}
.bw-selected-day{padding:19px 0 0;border-top:1px solid #e4e7df;margin-top:4px;display:flex;flex-direction:column;gap:5px}
.bw-selected-day>span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#7b8273}
.bw-selected-day strong{font-size:14px;font-weight:600;letter-spacing:-.015em}
.booking-section .bw-group{margin-top:19px}
.booking-section .bw-group-label{font-size:11px;letter-spacing:0;text-transform:none;font-weight:500;margin-bottom:9px;color:#687160}
.booking-section .bw-times{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.booking-section .time-chip{border:1px solid #dce1d5;border-radius:7px;min-height:42px;padding:10px 9px;display:flex;align-items:center;justify-content:space-between;font-size:13px;line-height:1.4;gap:7px;transition:background .2s,border-color .2s,color .2s}
.time-chip>span{font-size:12px;color:#8b9582}
.booking-section .time-chip:hover{background:var(--ink);border-color:var(--ink);color:white}
.booking-section .time-chip:hover>span{color:#ff5575}
.bw-form-intro{font-size:18px;font-weight:600;letter-spacing:-.03em;color:#222720;margin:0 0 20px;line-height:1.45}
.booking-section .bw-summary{background:#1b1d1e;color:white;border:0;padding:18px;border-radius:9px;margin-bottom:24px;gap:16px;align-items:flex-start}
.booking-section .bw-summary-text{font-size:14px;color:white;line-height:1.55}
.booking-section .bw-summary-text>span{font-size:12px;color:#c0c5ba;line-height:1.6;margin-top:6px}
.booking-section .bw-edit{font-size:11px;color:#ff8ca3;padding-top:2px}
.booking-section .bw-form{gap:17px}
.booking-section .bw-row{gap:14px}
.booking-section .bw-f label{font-size:12px;font-weight:550;text-transform:none;letter-spacing:0;color:#4a5144;margin-bottom:7px}
.booking-section .bw-f input,.booking-section .bw-f textarea{border:1px solid #d9dfd1;border-radius:7px;background:#fafbf8;font-size:16px;padding:12px 13px;line-height:1.5}
.booking-section .bw-f input:focus,.booking-section .bw-f textarea:focus{background:white;border-color:var(--red);box-shadow:0 0 0 3px #ee163e12}
.booking-section .bw-submit{border-radius:7px;min-height:52px;font-size:13px;margin-top:2px}
.booking-section .bw-privacy{font-size:11px;line-height:1.7;color:#757c6c}
.booking-section .bw-privacy a{color:#a50e2c}
.booking-section .bw-fade{animation:none;opacity:1;transform:none}
.booking-section .bw-success{padding:20px 0;gap:17px}
.booking-section .bw-success h4{font-family:var(--display);font-size:24px;letter-spacing:-.03em;margin:0}
.booking-section .bw-check{width:60px;height:60px;border-radius:16px;font-size:26px}
.booking-section .booking-timezone{font-size:11px;color:#79816f;margin-top:21px;padding-top:15px}
@media(max-width:1000px) and (min-width:681px){.booking-section .bcard{padding:22px}.booking-section .bw-times{grid-template-columns:repeat(3,minmax(0,1fr))}.bw-weekdays,.bw-calendar{gap:4px}.bw-month-head h4{font-size:16px}.booking-section .bw-meta{gap:5px}.booking-section .bw-meta>span{font-size:10px;padding:6px 7px}.booking-section .bw-row{grid-template-columns:1fr}}
@media(max-width:680px){.booking-section .bcard{padding:24px 20px;border-radius:12px}.bw-weekdays,.bw-calendar{gap:5px}.bw-day{font-size:13px;aspect-ratio:1;max-height:48px}.booking-section .bw-times{grid-template-columns:repeat(3,minmax(0,1fr))}.booking-section .bw-row{grid-template-columns:1fr}.booking-section .bw-meta>span{font-size:10px;padding:7px 8px}.bw-steps{gap:24px}.bw-month-head h4{font-size:17px}.booking-section .bw-summary{padding:15px;flex-wrap:wrap;gap:8px}.booking-section .bw-summary-text{font-size:13px}.booking-section .bw-summary-text>span{font-size:11px}.booking-section .bw-edit{font-size:12px}.bw-calendar-note{font-size:10px}.booking-section .time-chip{font-size:13px;padding:11px 9px}.booking-section .booking-timezone{font-size:10px}}
@media(max-width:370px){.booking-section .bcard{padding:22px 14px}.bw-weekdays,.bw-calendar{gap:3px}.bw-day{font-size:12px}.bw-month-head h4{font-size:15px}.bw-month-head button{width:30px;height:30px}.booking-section .bw-meta{gap:5px}.booking-section .bw-meta>span{font-size:9px;padding:6px 7px}.bw-steps li{font-size:11px}.booking-section .bw-times{gap:6px}.booking-section .time-chip{font-size:12px}.booking-section .time-chip>span{font-size:10px}}
