.hpb-booking{
  --bg:#faf7f2;
  --text:#3f4038;
  --accent:#6b7d5a;
  --soft:#f1ece4;
  --line:#d8d1c7;
  --white:#fff;
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:clamp(18px,2vw,28px);
  background:var(--bg);
  color:var(--text);
  border-radius:20px;
  box-sizing:border-box;
  font-size:16px;
  line-height:1.45;
}
.hpb-booking *{box-sizing:border-box}
.hpb-booking button,.hpb-booking input,.hpb-booking textarea{font-family:inherit}
.hpb-booking h2{font-size:clamp(24px,2.2vw,30px);line-height:1.15;margin:0 0 12px;font-weight:600}
.hpb-progress{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 20px}
.hpb-progress-step{appearance:none;border:0;font-size:12px;line-height:1;padding:7px 10px;border-radius:999px;background:var(--soft);color:var(--text);opacity:.72;cursor:default;transition:opacity .14s,transform .14s,box-shadow .14s}
.hpb-progress-step.active{background:var(--accent);color:#fff;opacity:1}
.hpb-progress-step:not(:disabled){cursor:pointer;box-shadow:0 0 0 1px rgba(107,125,90,.18)}
.hpb-progress-step:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 2px 7px rgba(63,64,56,.12)}
.hpb-progress-step:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
.hpb-progress-step:disabled{cursor:default}
.hpb-step-intro{margin:0;color:rgba(63,64,56,.84);font-size:14px;line-height:1.45}
.hpb-step-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:14px}
.hpb-step-tz{font-size:12px;line-height:1.3;white-space:nowrap;color:rgba(63,64,56,.78);padding-top:5px}
.hpb-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
.hpb-type,.hpb-slot,.hpb-primary,.hpb-day,.hpb-day-head,.hpb-icon-btn{font:inherit}
.hpb-type{appearance:none;text-align:left;padding:18px;border:1px solid rgba(63,64,56,.14);background:#fff;border-radius:16px;color:var(--text);cursor:pointer;transition:.16s}
.hpb-type:hover{transform:translateY(-1px);border-color:var(--accent);box-shadow:0 8px 20px rgba(63,64,56,.05)}
.hpb-type strong,.hpb-type span,.hpb-type small{display:block}
.hpb-type strong{font-size:20px;line-height:1.2}
.hpb-type span{margin-top:6px;color:var(--accent);font-weight:700;font-size:15px}
.hpb-type small{margin-top:10px;line-height:1.45;font-size:14px;color:rgba(63,64,56,.88)}
.hpb-back{border:0;background:transparent;color:var(--accent);padding:0;margin:0 0 12px;cursor:pointer;font-size:13px;font-weight:700}

/* Kalender: bewust compact zodat 7 dagen op 100% desktopzoom passen. */
.hpb-calendar-card{background:#fbfaf8;border:1px solid var(--line);border-radius:16px;padding:16px}
.hpb-calendar-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:20px;align-items:start}
.hpb-month-nav,.hpb-week-nav{display:flex;align-items:center}
.hpb-month-nav{justify-content:space-between;margin-bottom:9px;gap:8px}
.hpb-month-label{text-transform:capitalize;font-size:14px;line-height:1.2}
.hpb-icon-btn{appearance:none;border:0;background:#fff;color:var(--text);width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:17px;line-height:1;box-shadow:0 1px 0 rgba(63,64,56,.08),0 0 0 1px rgba(63,64,56,.12)}
.hpb-icon-btn:hover{color:var(--accent)}
.hpb-month-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;margin-bottom:6px;color:rgba(63,64,56,.72);font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.03em}
.hpb-month-weekdays span{text-align:center}
.hpb-month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}
.hpb-day{appearance:none;border:0;background:transparent;display:flex;align-items:center;justify-content:center;width:27px;height:27px;border-radius:999px;color:var(--text);cursor:pointer;margin:0 auto;position:relative;font-size:11px;line-height:1;padding:0}
.hpb-day:hover:not(:disabled){background:var(--soft)}
.hpb-day.is-selected{background:#1f5fd4;color:#fff}
.hpb-day.has-slots:not(.is-selected){background:#d4e8fb;color:var(--text)}
.hpb-day.is-outside{opacity:.34}
.hpb-day:disabled{cursor:default}
.hpb-month-loading{padding:14px 4px;color:rgba(63,64,56,.75);font-size:13px}
.hpb-week-panel{min-width:0}
.hpb-week-nav{justify-content:flex-end;gap:7px;margin-bottom:8px}
.hpb-week-days{display:grid;grid-template-columns:repeat(7,minmax(72px,1fr));gap:8px;align-items:start;min-width:0}
.hpb-day-column{min-width:0}
.hpb-day-column.is-selected-day .hpb-day-head{background:#edf4ff;border-radius:8px}
.hpb-day-head{appearance:none;width:100%;border:0;background:transparent;padding:5px 3px 8px;text-align:center;color:var(--text);cursor:pointer;min-height:52px}
.hpb-day-head:disabled{cursor:default;opacity:.66}
.hpb-day-name{display:block;font-size:10px;line-height:1.1;letter-spacing:.03em;text-transform:uppercase;color:rgba(63,64,56,.72);margin-bottom:3px}
.hpb-day-head strong{display:block;font-size:22px;line-height:1;font-weight:600}
.hpb-day-slots{display:flex;flex-direction:column;gap:6px}
.hpb-slot{width:100%;min-height:30px;border:1px solid rgba(63,64,56,.32);background:#fff;color:#1f5fd4;padding:5px 7px;border-radius:999px;cursor:pointer;font-size:12px;line-height:1.1;font-weight:700;transition:.14s;white-space:nowrap}
.hpb-slot:hover{border-color:#1f5fd4;background:#f8fbff;box-shadow:0 2px 7px rgba(31,95,212,.07)}
.hpb-day-empty{padding:9px 4px;text-align:center;color:#9a988f;font-size:11px;line-height:1.2}
.hpb-calendar-note{margin-top:9px;font-size:12px;color:rgba(63,64,56,.78)}

.hpb-field{display:block;margin:0 0 14px}
.hpb-field>span{display:block;font-weight:700;margin-bottom:6px;font-size:14px}
.hpb-field input,.hpb-field textarea{width:100%;padding:10px 12px;border:1px solid #cfc8be;border-radius:10px;background:#fff;color:var(--text);font-size:15px;line-height:1.4}
.hpb-choice{padding:12px 14px;border-left:4px solid var(--accent);background:var(--soft);margin-bottom:18px;border-radius:0 10px 10px 0;font-size:14px}
.hpb-consent{display:flex;gap:9px;align-items:flex-start;font-size:13px;line-height:1.45;margin:16px 0}
.hpb-consent input{margin-top:3px}
.hpb-consent a{color:var(--accent)}
.hpb-marketing-consent{margin-top:-4px;padding:11px 12px;border-radius:10px;background:var(--soft)}
.hpb-primary{border:0;background:var(--accent);color:#fff;border-radius:11px;padding:11px 16px;font-size:14px;font-weight:700;cursor:pointer}
.hpb-primary:disabled{opacity:.55;cursor:wait}
.hpb-form-status{margin-top:12px;font-size:13px}
.hpb-error{color:#9d2929}
.hpb-success{background:#fff;border-radius:14px;padding:20px;border-left:5px solid var(--accent)}
.hpb-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.hpb-direct-type{margin:0 0 20px;padding:16px 18px;border-radius:14px;background:#f1ece4;border-left:4px solid #6b7d5a}
.hpb-eyebrow{display:block;margin-bottom:6px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#6b7d5a}
.hpb-direct-type-main{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}
.hpb-direct-type-main h2{font-size:22px;margin:0 0 5px}
.hpb-direct-type-main p{margin:0;line-height:1.45;font-size:14px}
.hpb-direct-type-main>strong{white-space:nowrap;color:#6b7d5a;background:#fff;padding:6px 9px;border-radius:999px;font-size:13px}
.hpb-empty{padding:20px;border-radius:14px;background:var(--bg)}

/* Middelgrote desktops/tablets: maand boven de week, week blijft 7 kolommen. */
@media(max-width:1050px){
  .hpb-booking{max-width:960px}
  .hpb-calendar-layout{grid-template-columns:1fr;gap:14px}
  .hpb-month-panel{max-width:260px}
  .hpb-week-days{grid-template-columns:repeat(7,minmax(65px,1fr));gap:6px}
}
/* Tablet: week wordt horizontaal scrollbaar in plaats van enorme tegels. */
@media(max-width:760px){
  .hpb-booking{border-radius:14px;padding:16px;font-size:15px}
  .hpb-step-head{display:block}
  .hpb-step-tz{padding-top:0;margin-top:8px;white-space:normal}
  .hpb-types{grid-template-columns:1fr}
  .hpb-week-panel{overflow-x:auto;padding-bottom:5px}
  .hpb-week-days{grid-template-columns:repeat(7,92px);width:max-content;gap:7px}
  .hpb-slot{font-size:12px}
  .hpb-direct-type-main{display:block}
  .hpb-direct-type-main>strong{display:inline-block;margin-top:10px}
}
@media(max-width:460px){
  .hpb-month-panel{max-width:none}
  .hpb-month-grid{gap:4px}
  .hpb-day{width:26px;height:26px}
  .hpb-week-days{grid-template-columns:repeat(7,88px)}
}
