:root{
  --rpb2-primary:#EC5DB7;
  --rpb2-primary-dark:#D83FA2;
  --rpb2-primary-soft:#FDEBF6;
  --rpb2-primary-ring:rgba(236,93,183,.16);
  --rpb2-bg:#FFF8FC;
  --rpb2-bg-2:#F8FAFC;
  --rpb2-surface:#FFFFFF;
  --rpb2-surface-soft:#FFF7FC;
  --rpb2-border:#F0DCE9;
  --rpb2-border-strong:#E7C6DB;
  --rpb2-text:#18181B;
  --rpb2-text-soft:#3F3F46;
  --rpb2-muted:#71717A;
  --rpb2-success:#16A34A;
  --rpb2-success-soft:#ECFDF5;
  --rpb2-warning:#D97706;
  --rpb2-warning-soft:#FFF7ED;
  --rpb2-danger:#DC2626;
  --rpb2-danger-soft:#FEF2F2;
  --rpb2-info:#2563EB;
  --rpb2-info-soft:#EFF6FF;
  --rpb2-radius:24px;
  --rpb2-radius-sm:16px;
  --rpb2-shadow:0 24px 70px rgba(17,24,39,.08);
  --rpb2-shadow-soft:0 14px 36px rgba(17,24,39,.055);
}

.rpb2-public,
.rpb2-booking,
.rpb2-public-box{
  font-family:"Rosario",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--rpb2-text);
  box-sizing:border-box;
}
.rpb2-public *,
.rpb2-booking *,
.rpb2-public-box *{box-sizing:border-box}

.rpb2-booking,
.rpb2-public-box{
  max-width:1180px;
  margin:28px auto;
  padding:0 16px;
}

.rpb2-booking::before,
.rpb2-public-box::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 12% 4%,rgba(236,93,183,.12),transparent 28%),
    radial-gradient(circle at 88% 16%,rgba(236,93,183,.08),transparent 26%),
    linear-gradient(180deg,#fff 0%,#fff8fc 46%,#f8fafc 100%);
}

.rpb2-hero{
  position:relative;
  overflow:hidden;
  padding:38px;
  border:1px solid rgba(236,93,183,.22);
  border-radius:32px;
  background:
    radial-gradient(circle at 85% 0%,rgba(236,93,183,.20),transparent 36%),
    linear-gradient(135deg,#fff 0%,#fff8fc 58%,#f8fafc 100%);
  box-shadow:var(--rpb2-shadow);
  margin-bottom:18px;
}
.rpb2-hero::after{
  content:"";
  position:absolute;
  right:-110px;
  bottom:-120px;
  width:280px;
  height:280px;
  border-radius:999px;
  background:rgba(236,93,183,.10);
}
.rpb2-hero-content{position:relative;z-index:1;max-width:850px}
.rpb2-kicker,
.rpb2-submit-kicker{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 12px;
  border:1px solid rgba(236,93,183,.18);
  border-radius:999px;
  background:var(--rpb2-primary-soft);
  color:#B4237A;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.rpb2-hero h2{
  margin:16px 0 12px;
  max-width:850px;
  font-size:clamp(28px,4.2vw,50px);
  line-height:1.04;
  font-weight:800;
  letter-spacing:-.045em;
}
.rpb2-hero p{
  margin:0;
  max-width:760px;
  color:var(--rpb2-text-soft);
  font-size:17px;
  line-height:1.72;
}
.rpb2-hero-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.rpb2-hero-points span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:9px 13px;
  border:1px solid rgba(236,93,183,.18);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  color:#3F3F46;
  font-size:14px;
  font-weight:700;
  box-shadow:0 10px 22px rgba(17,24,39,.04);
}
.rpb2-hero-points i{
  display:inline-grid;
  place-items:center;
  width:20px;
  height:20px;
  border-radius:999px;
  background:var(--rpb2-primary);
  color:#fff;
  font-style:normal;
  font-size:12px;
}

.rpb2-flow-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:0 0 18px;
}
.rpb2-flow-steps span{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:54px;
  padding:12px 14px;
  border:1px solid rgba(236,93,183,.16);
  border-radius:18px;
  background:rgba(255,255,255,.82);
  color:var(--rpb2-muted);
  font-size:14px;
  font-weight:800;
  box-shadow:0 10px 24px rgba(17,24,39,.045);
}
.rpb2-flow-steps b{
  display:inline-grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:999px;
  background:var(--rpb2-primary-soft);
  color:#B4237A;
  font-size:13px;
}

.rpb2-booking-form{margin-top:0}
.rpb2-booking-layout,
.rpb2-booking-main{min-width:0;width:100%}
.rpb2-form-section,
.rpb2-submit-bar,
.rpb2-public-box{
  margin-bottom:18px;
  padding:26px;
  border:1px solid rgba(231,198,219,.88);
  border-radius:var(--rpb2-radius);
  background:rgba(255,255,255,.92);
  box-shadow:var(--rpb2-shadow-soft);
}
.rpb2-step-card{position:relative;overflow:hidden}
.rpb2-step-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:4px;
  background:linear-gradient(90deg,var(--rpb2-primary),rgba(236,93,183,0));
  opacity:.75;
}
.rpb2-section-heading{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:18px;
}
.rpb2-section-number{
  flex:0 0 48px;
  display:inline-grid;
  place-items:center;
  min-height:48px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--rpb2-primary),var(--rpb2-primary-dark));
  color:#fff;
  font-weight:900;
  box-shadow:0 14px 26px rgba(236,93,183,.22);
}
.rpb2-form-section h3,
.rpb2-public-section h3{
  margin:0 0 6px;
  color:var(--rpb2-text);
  font-size:22px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:-.02em;
}
.rpb2-muted{
  margin:0;
  color:var(--rpb2-muted);
  font-size:15px;
  line-height:1.65;
}

.rpb2-services{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:14px;
}
.rpb2-service-card{
  position:relative;
  display:block;
  min-height:156px;
  padding:18px 18px 18px;
  border:1px solid #ECE8EF;
  border-radius:22px;
  background:linear-gradient(180deg,#fff,#fffefd);
  cursor:pointer;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease;
}
.rpb2-service-card:hover{
  transform:translateY(-2px);
  border-color:rgba(236,93,183,.50);
  box-shadow:0 16px 34px rgba(236,93,183,.11);
}
.rpb2-service-card input{
  position:absolute;
  inset:18px 18px auto auto;
  opacity:0;
  pointer-events:none;
}
.rpb2-service-check{
  position:absolute;
  top:16px;
  right:16px;
  display:inline-grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:999px;
  border:1px solid #E5E7EB;
  background:#fff;
  color:transparent;
  font-weight:900;
  transition:.16s ease;
}
.rpb2-service-card:has(input:checked),
.rpb2-service-card input:checked ~ .rpb2-service-name{
  border-color:var(--rpb2-primary);
}
.rpb2-service-card:has(input:checked){
  background:linear-gradient(135deg,#fff,#fff7fc);
  box-shadow:0 18px 38px rgba(236,93,183,.15);
}
.rpb2-service-card:has(input:checked) .rpb2-service-check{
  background:var(--rpb2-primary);
  border-color:var(--rpb2-primary);
  color:#fff;
}
.rpb2-service-name{
  display:block;
  padding-right:40px;
  color:var(--rpb2-text);
  font-size:17px;
  font-weight:900;
  line-height:1.35;
}
.rpb2-service-meta{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  margin-top:10px;
  padding:6px 10px;
  border-radius:999px;
  background:var(--rpb2-primary-soft);
  color:#B4237A;
  font-size:13px;
  font-weight:900;
  line-height:1.2;
}
.rpb2-service-desc{
  display:block;
  margin-top:12px;
  color:var(--rpb2-muted);
  font-size:14px;
  line-height:1.58;
}

.rpb2-calendar-shell{
  padding:18px;
  border:1px solid #F0E6EF;
  border-radius:24px;
  background:linear-gradient(180deg,#fff,#fffafd);
}
.rpb2-calendar-legend{
  display:flex;
  flex-wrap:wrap;
  gap:10px 16px;
  margin:0 0 16px;
  color:var(--rpb2-muted);
  font-size:13px;
  font-weight:800;
}
.rpb2-calendar-legend span{display:inline-flex;align-items:center;gap:8px}
.rpb2-legend-dot{width:10px;height:10px;border-radius:999px;display:inline-block}
.rpb2-legend-dot-open{background:#F8BBD9}
.rpb2-legend-dot-selected{background:var(--rpb2-primary)}
.rpb2-legend-dot-first{background:#6B7CFF}
.rpb2-calendar-layout{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(310px,.9fr);
  gap:16px;
  align-items:start;
}
.rpb2-calendar-panel,
.rpb2-selection-panel{min-width:0}
.rpb2-calendar{
  padding:18px;
  border:1px solid rgba(17,24,39,.08);
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 26px rgba(17,24,39,.045);
}
.rpb2-calendar[hidden]{display:none !important}
.rpb2-calendar-head{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) 42px;
  gap:12px;
  align-items:center;
  margin-bottom:14px;
}
.rpb2-calendar-head-copy{text-align:center;min-width:0}
.rpb2-calendar-head strong{
  display:block;
  font-size:19px;
  font-weight:900;
  line-height:1.25;
  text-transform:capitalize;
}
.rpb2-calendar-head small{
  display:block;
  margin-top:5px;
  color:var(--rpb2-muted);
  font-size:12px;
  line-height:1.45;
}
.rpb2-inline-link{
  border:0;
  background:transparent;
  padding:0;
  color:#B4237A;
  cursor:pointer;
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:3px;
}
.rpb2-calendar-nav{
  width:42px;
  height:42px;
  border:1px solid #EAEAF0;
  border-radius:14px;
  background:#fff;
  color:var(--rpb2-text);
  font-size:26px;
  font-weight:900;
  cursor:pointer;
  transition:.16s ease;
}
.rpb2-calendar-nav:hover,
.rpb2-calendar-nav:focus-visible{
  border-color:var(--rpb2-primary);
  background:var(--rpb2-primary);
  color:#fff;
  outline:none;
}
.rpb2-calendar-weekdays,
.rpb2-calendar-grid{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:8px;
}
.rpb2-calendar-weekdays{margin-bottom:8px}
.rpb2-calendar-weekdays span{
  text-align:center;
  color:#A1A1AA;
  font-size:11px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.rpb2-calendar-empty,
.rpb2-calendar-day{
  min-height:76px;
  border-radius:16px;
}
.rpb2-calendar-day{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:9px 8px;
  border:1px solid #ECECF2;
  background:#fff;
  color:#3F3F46;
  cursor:pointer;
  text-align:center;
  transition:.16s ease;
}
.rpb2-calendar-day:hover:not(.rpb2-calendar-day-disabled){
  transform:translateY(-1px);
  border-color:var(--rpb2-primary);
  box-shadow:0 12px 22px rgba(236,93,183,.12);
}
.rpb2-calendar-day-number{font-size:18px;line-height:1;font-weight:900}
.rpb2-calendar-day-meta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:24px;
  height:22px;
  padding:0 7px;
  border-radius:999px;
  background:var(--rpb2-primary-soft);
  color:#B4237A;
  font-size:11px;
  font-weight:950;
  line-height:1;
}
.rpb2-calendar-day-disabled{background:#F8FAFC;color:#A1A1AA;cursor:not-allowed;opacity:.58}
.rpb2-calendar-day-disabled .rpb2-calendar-day-meta{display:none}
.rpb2-calendar-day-today:not(.rpb2-calendar-day-selected){border-color:rgba(236,93,183,.42)}
.rpb2-calendar-day-first:not(.rpb2-calendar-day-selected){box-shadow:inset 0 0 0 1px rgba(107,124,255,.42)}
.rpb2-calendar-day-first:not(.rpb2-calendar-day-selected) .rpb2-calendar-day-number::after{
  content:"";
  display:inline-block;
  width:7px;
  height:7px;
  margin-left:6px;
  border-radius:999px;
  background:#6B7CFF;
  vertical-align:top;
}
.rpb2-calendar-day-has-selection:not(.rpb2-calendar-day-selected){background:linear-gradient(180deg,#fff,#fff7fc);border-color:#F5B5D8}
.rpb2-calendar-day-selected{
  border-color:var(--rpb2-primary);
  background:linear-gradient(135deg,var(--rpb2-primary),var(--rpb2-primary-dark));
  color:#fff;
  box-shadow:0 16px 28px rgba(236,93,183,.24);
}
.rpb2-calendar-day-selected .rpb2-calendar-day-meta{background:rgba(255,255,255,.24);color:#fff}

.rpb2-selection-panel{
  position:sticky;
  top:18px;
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:18px;
  border:1px solid #EFE7EF;
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 26px rgba(17,24,39,.045);
}
.rpb2-selection-panel-head,
.rpb2-day-slots-head,
.rpb2-selected-summary-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.rpb2-selection-panel-head{
  padding-bottom:14px;
  border-bottom:1px solid #F0F0F3;
}
.rpb2-selection-panel-head strong,
.rpb2-day-slots-head strong,
.rpb2-selected-summary-head strong{
  display:block;
  color:var(--rpb2-text);
  font-size:16px;
  line-height:1.35;
  font-weight:900;
}
.rpb2-selection-panel-head p,
.rpb2-day-slots-head p{
  margin:5px 0 0;
  color:var(--rpb2-muted);
  font-size:13px;
  line-height:1.5;
}
.rpb2-selection-counter,
.rpb2-day-slots-head span,
.rpb2-selected-summary-head span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:6px 11px;
  border-radius:999px;
  background:var(--rpb2-primary-soft);
  color:#B4237A;
  font-size:12px;
  font-weight:950;
  white-space:nowrap;
}
.rpb2-time-grid,
.rpb2-slot-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.rpb2-time-card,
.rpb2-slot-card{
  display:flex;
  flex-direction:column;
  gap:5px;
  min-height:98px;
  padding:13px;
  border:1px solid #ECECF2;
  border-radius:17px;
  background:#fff;
  cursor:pointer;
  transition:.16s ease;
}
.rpb2-time-card:hover,
.rpb2-slot-card:hover{
  border-color:var(--rpb2-primary);
  box-shadow:0 10px 20px rgba(236,93,183,.10);
}
.rpb2-time-card input,
.rpb2-slot-card input{display:none}
.rpb2-time-card span,
.rpb2-slot-card span{display:block;color:var(--rpb2-text);font-size:15px;font-weight:900;line-height:1.35}
.rpb2-time-card small,
.rpb2-slot-card small,
.rpb2-time-card em{display:block;color:var(--rpb2-muted);font-style:normal;font-size:12px;line-height:1.45}
.rpb2-time-card-active,
.rpb2-slot-card-active{
  border-color:var(--rpb2-primary) !important;
  background:linear-gradient(135deg,var(--rpb2-primary),var(--rpb2-primary-dark)) !important;
  color:#fff !important;
  box-shadow:0 16px 28px rgba(236,93,183,.24);
}
.rpb2-time-card-active span,
.rpb2-slot-card-active span,
.rpb2-time-card-active small,
.rpb2-slot-card-active small,
.rpb2-time-card-active em,
.rpb2-slot-card-active em{color:rgba(255,255,255,.92) !important}
.rpb2-selected-empty{margin:0;color:var(--rpb2-muted);font-size:13px;line-height:1.6}
.rpb2-selected-list{list-style:none;margin:0;padding:0 2px 0 0;display:flex;flex-direction:column;gap:10px;max-height:360px;overflow:auto}
.rpb2-selected-item{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  padding:12px;
  border:1px solid #F0F0F3;
  border-radius:16px;
  background:#FCFCFD;
}
.rpb2-selected-item-copy{min-width:0}
.rpb2-selected-item-copy strong{display:block;color:var(--rpb2-text);font-size:13px;line-height:1.45}
.rpb2-selected-item-copy span{display:block;margin-top:2px;color:var(--rpb2-muted);font-size:12px;line-height:1.45}
.rpb2-selected-remove{
  flex:0 0 30px;
  width:30px;
  height:30px;
  border:1px solid #F0BEDB;
  border-radius:999px;
  background:#fff;
  color:#B4237A;
  font-size:20px;
  line-height:1;
  cursor:pointer;
}
.rpb2-selected-note{
  margin-top:10px;
  padding:10px 12px;
  border-radius:14px;
  background:#F8FAFC;
  color:var(--rpb2-muted);
  font-size:12px;
  font-weight:800;
  line-height:1.5;
}
.rpb2-selected-note-ready{background:var(--rpb2-success-soft);color:#047857}
.rpb2-slots{display:none}
.rpb2-slot-day h4{margin:18px 0 9px}

.rpb2-fields{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.rpb2-fields label{
  display:block;
  color:#3F3F46;
  font-size:14px;
  font-weight:900;
  line-height:1.4;
}
.rpb2-fields input{
  width:100%;
  margin-top:8px;
  padding:14px 15px;
  border:1px solid #E5E7EB;
  border-radius:15px;
  background:#F9FAFB;
  color:#111827;
  outline:none;
  font-family:inherit;
  font-size:16px;
  line-height:1.35;
  transition:.16s ease;
}
.rpb2-fields input:focus{
  border-color:var(--rpb2-primary);
  background:#fff;
  box-shadow:0 0 0 4px var(--rpb2-primary-ring);
}
.rpb2-fields input::placeholder{color:#A1A1AA}
.rpb2-consent{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-top:18px;
  color:#52525B;
  font-size:14px;
  line-height:1.6;
}
.rpb2-consent input{margin-top:4px;accent-color:var(--rpb2-primary)}
.rpb2-consent a{color:#B4237A;font-weight:900;text-decoration:underline;text-underline-offset:3px}

.rpb2-submit-bar{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  background:linear-gradient(135deg,#fff,#fff8fc);
}
.rpb2-submit-copy{max-width:620px;min-width:0}
.rpb2-submit-copy strong{
  display:block;
  margin-top:10px;
  color:var(--rpb2-text);
  font-size:22px;
  line-height:1.24;
  font-weight:900;
  letter-spacing:-.02em;
}
.rpb2-submit-copy span:last-child{
  display:block;
  margin-top:7px;
  color:var(--rpb2-muted);
  font-size:15px;
  line-height:1.62;
}
.rpb2-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 22px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,var(--rpb2-primary),var(--rpb2-primary-dark));
  color:#fff !important;
  cursor:pointer;
  text-decoration:none;
  font-family:inherit;
  font-size:15px;
  font-weight:900;
  box-shadow:0 14px 28px rgba(236,93,183,.22);
  transition:.16s ease;
}
.rpb2-button:hover{transform:translateY(-1px);box-shadow:0 18px 32px rgba(236,93,183,.28)}
.rpb2-button-small{min-height:36px;padding:9px 13px;font-size:12px}

.rpb2-paypal-box{
  margin-top:18px;
  padding:16px;
  border:1px solid rgba(17,24,39,.10);
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 28px rgba(17,24,39,.06);
}
.rpb2-paypal-box-inline{flex:0 0 330px;margin:0;padding:14px}
.rpb2-paypal-title{margin-bottom:12px;color:#111827;font-weight:900;font-size:14px}
.rpb2-paypal-sdk-target{margin-top:12px;max-width:420px}
.rpb2-paypal-help{margin:10px 0 0;color:var(--rpb2-muted);font-size:13px;line-height:1.55}

.rpb2-result,
.rpb2-alert,
.rpb2-loading{
  margin:12px 0;
  padding:14px 15px;
  border-radius:16px;
  font-size:14px;
  line-height:1.58;
}
.rpb2-loading{color:var(--rpb2-muted);background:#F8FAFC;border:1px dashed #E2E8F0}
.rpb2-alert-warning,
.rpb2-result-warning{background:var(--rpb2-warning-soft);border:1px solid #FED7AA;color:#9A3412}
.rpb2-result-info{background:var(--rpb2-info-soft);border:1px solid #BFDBFE;color:#1D4ED8}
.rpb2-result-success{background:var(--rpb2-success-soft);border:1px solid #BBF7D0;color:#047857}
.rpb2-trust-strip{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin:8px 0 10px;
}
.rpb2-trust-strip span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 11px;
  border:1px solid #EFE7EF;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  color:#52525B;
  font-size:13px;
  font-weight:800;
}
.rpb2-booking-locked .rpb2-time-card,
.rpb2-booking-locked .rpb2-service-card{cursor:not-allowed;opacity:.86}

.rpb2-public-box{
  max-width:820px;
  border-radius:30px;
}
.rpb2-status-page{padding:0;overflow:hidden;background:#fff}
.rpb2-status-hero{
  display:flex;
  gap:18px;
  align-items:flex-start;
  padding:30px;
  background:
    radial-gradient(circle at 95% 0%,rgba(236,93,183,.14),transparent 35%),
    linear-gradient(135deg,#fff,#fff8fc 72%);
  border-bottom:1px solid #F0E6EF;
}
.rpb2-status-icon{
  flex:0 0 58px;
  display:inline-grid;
  place-items:center;
  width:58px;
  height:58px;
  border-radius:999px;
  background:var(--rpb2-primary-soft);
  color:#B4237A;
  font-size:30px;
  font-weight:900;
}
.rpb2-status-success .rpb2-status-icon{background:var(--rpb2-success-soft);color:#15803D}
.rpb2-status-warning .rpb2-status-icon{background:var(--rpb2-warning-soft);color:#B45309}
.rpb2-status-neutral .rpb2-status-icon{background:#F4F4F5;color:#52525B}
.rpb2-status-badge{
  display:inline-flex;
  min-height:30px;
  align-items:center;
  padding:6px 11px;
  border-radius:999px;
  background:rgba(236,93,183,.10);
  color:#B4237A;
  font-size:12px;
  font-weight:900;
  letter-spacing:.035em;
  text-transform:uppercase;
}
.rpb2-status-success .rpb2-status-badge{background:var(--rpb2-success-soft);color:#15803D}
.rpb2-status-warning .rpb2-status-badge{background:var(--rpb2-warning-soft);color:#B45309}
.rpb2-status-neutral .rpb2-status-badge{background:#F4F4F5;color:#52525B}
.rpb2-status-hero h2{
  margin:12px 0 8px;
  color:var(--rpb2-text);
  font-size:clamp(25px,4vw,38px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.035em;
}
.rpb2-status-hero p,
.rpb2-public-message p{
  margin:0;
  color:var(--rpb2-text-soft);
  font-size:16px;
  line-height:1.72;
}
.rpb2-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  padding:22px 30px 8px;
}
.rpb2-detail-card{
  padding:15px;
  border:1px solid #F0E6EF;
  border-radius:18px;
  background:#FCFCFD;
}
.rpb2-detail-card span{
  display:block;
  margin-bottom:6px;
  color:var(--rpb2-muted);
  font-size:12px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.rpb2-detail-card strong{display:block;color:var(--rpb2-text);font-size:15px;line-height:1.45;word-break:break-word}
.rpb2-public-box code,
.rpb2-reference code{
  display:inline-block;
  padding:3px 8px;
  border:1px solid #E4E4E7;
  border-radius:8px;
  background:#F8FAFC;
  color:#27272A;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:.92em;
}
.rpb2-public-section{padding:22px 30px 0}
.rpb2-session-list,
.rpb2-next-list{list-style:none;margin:12px 0 0;padding:0;display:grid;gap:10px}
.rpb2-session-list li,
.rpb2-next-list li{
  position:relative;
  padding:13px 14px 13px 42px;
  border:1px solid #F0E6EF;
  border-radius:16px;
  background:#fff;
  color:#3F3F46;
  line-height:1.52;
}
.rpb2-session-list li::before,
.rpb2-next-list li::before{
  content:"✓";
  position:absolute;
  left:13px;
  top:13px;
  display:inline-grid;
  place-items:center;
  width:20px;
  height:20px;
  border-radius:999px;
  background:var(--rpb2-primary-soft);
  color:#B4237A;
  font-size:11px;
  font-weight:900;
}
.rpb2-session-list span{display:block;color:var(--rpb2-muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.rpb2-session-list strong{display:block;margin-top:2px;color:var(--rpb2-text);font-size:15px}
.rpb2-public-empty{margin:12px 0 0;color:var(--rpb2-muted)}
.rpb2-next-steps{padding-bottom:8px}
.rpb2-public-details{
  margin:22px 30px 30px;
  padding:14px 16px;
  border:1px solid #F0E6EF;
  border-radius:16px;
  background:#FCFCFD;
}
.rpb2-public-details summary{
  cursor:pointer;
  color:var(--rpb2-text);
  font-weight:900;
}
.rpb2-public-details p{margin:10px 0 0;color:var(--rpb2-muted);line-height:1.6}
.rpb2-public-message{padding:0}
.rpb2-public-message .rpb2-reference,
.rpb2-reference{margin-top:14px !important;color:var(--rpb2-muted)}

@media (max-width: 980px){
  .rpb2-calendar-layout{grid-template-columns:1fr}
  .rpb2-selection-panel{position:static}
}
@media (max-width: 760px){
  .rpb2-flow-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rpb2-fields,
  .rpb2-time-grid,
  .rpb2-slot-grid,
  .rpb2-detail-grid{grid-template-columns:1fr}
  .rpb2-submit-bar{flex-direction:column;align-items:stretch}
  .rpb2-paypal-box-inline{flex:1 1 auto;width:100%;padding:12px}
  .rpb2-button{width:100%}
}
@media (max-width: 640px){
  .rpb2-booking,
  .rpb2-public-box{margin:16px auto;padding:0 10px}
  .rpb2-hero{padding:22px;border-radius:24px}
  .rpb2-hero h2{font-size:27px;line-height:1.1;letter-spacing:-.03em}
  .rpb2-hero p{font-size:15px;line-height:1.6}
  .rpb2-hero-points{gap:8px}
  .rpb2-hero-points span{width:100%;border-radius:15px;justify-content:flex-start}
  .rpb2-flow-steps{gap:8px}
  .rpb2-flow-steps span{min-height:48px;padding:10px;font-size:13px;border-radius:15px}
  .rpb2-flow-steps b{width:25px;height:25px}
  .rpb2-form-section,
  .rpb2-submit-bar{padding:18px;border-radius:20px}
  .rpb2-section-heading{gap:11px;margin-bottom:15px}
  .rpb2-section-number{flex-basis:42px;min-height:42px;border-radius:14px;font-size:13px}
  .rpb2-form-section h3{font-size:19px}
  .rpb2-muted{font-size:14px;line-height:1.55}
  .rpb2-services{grid-template-columns:1fr}
  .rpb2-service-card{min-height:auto;padding:16px}
  .rpb2-calendar-shell{padding:10px;border-radius:19px}
  .rpb2-calendar{padding:10px;border-radius:18px}
  .rpb2-calendar-head{grid-template-columns:36px minmax(0,1fr) 36px;gap:8px}
  .rpb2-calendar-head strong{font-size:16px}
  .rpb2-calendar-head small{font-size:11px}
  .rpb2-calendar-nav{width:36px;height:36px;border-radius:11px;font-size:22px}
  .rpb2-calendar-weekdays,
  .rpb2-calendar-grid{gap:4px}
  .rpb2-calendar-weekdays span{font-size:9px}
  .rpb2-calendar-empty,
  .rpb2-calendar-day{min-height:48px;border-radius:11px;padding:6px 4px}
  .rpb2-calendar-day-number{font-size:15px}
  .rpb2-calendar-day-meta{min-width:18px;height:18px;padding:0 5px;font-size:10px}
  .rpb2-selection-panel{padding:12px;border-radius:17px}
  .rpb2-selection-panel-head,
  .rpb2-day-slots-head,
  .rpb2-selected-summary-head{flex-direction:column;align-items:flex-start}
  .rpb2-selection-counter,
  .rpb2-day-slots-head span,
  .rpb2-selected-summary-head span{white-space:normal}
  .rpb2-time-card,
  .rpb2-slot-card{min-height:auto;padding:12px}
  .rpb2-fields input{padding:12px 13px;font-size:16px}
  .rpb2-consent{font-size:13px}
  .rpb2-status-hero{padding:22px;gap:14px;flex-direction:column}
  .rpb2-status-icon{width:52px;height:52px;flex-basis:52px;font-size:26px}
  .rpb2-detail-grid,
  .rpb2-public-section{padding-left:20px;padding-right:20px}
  .rpb2-public-details{margin:20px}
  .rpb2-status-hero h2{font-size:25px}
}
@media (max-width: 420px){
  .rpb2-calendar-empty,
  .rpb2-calendar-day{min-height:44px}
  .rpb2-calendar-weekdays span{font-size:8px}
  .rpb2-calendar-day-meta{display:inline-flex}
}
@supports not selector(:has(*)){
  .rpb2-service-card input:checked ~ .rpb2-service-name{color:#B4237A}
  .rpb2-service-card input:checked ~ .rpb2-service-check{background:var(--rpb2-primary);border-color:var(--rpb2-primary);color:#fff}
}

/* 2.2.1 — Agenda fluide: cache visuel, skeleton loading et navigation anti-double-clic. */
.rpb2-agenda-loading .rpb2-calendar-panel,
.rpb2-agenda-loading .rpb2-selection-panel{
  position:relative;
}
.rpb2-agenda-loading .rpb2-calendar-nav{
  opacity:.56;
  cursor:wait;
  transform:none !important;
  box-shadow:none !important;
}
.rpb2-agenda-loading-copy{
  display:flex;
  align-items:center;
  gap:10px;
  border-style:solid;
  background:linear-gradient(135deg,#fff,#fff7fc);
  color:#9D1E6D;
  font-weight:900;
}
.rpb2-agenda-loading-copy::before{
  content:"";
  width:16px;
  height:16px;
  border:2px solid rgba(236,93,183,.22);
  border-top-color:var(--rpb2-primary);
  border-radius:999px;
  animation:rpb2-spin .75s linear infinite;
}
.rpb2-calendar-skeleton{
  min-height:76px;
  border-radius:16px;
  background:linear-gradient(90deg,#F8FAFC 0%,#FFF4FB 48%,#F8FAFC 100%);
  background-size:220% 100%;
  border:1px solid #F1E8F0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:9px;
  animation:rpb2-shimmer 1.05s ease-in-out infinite;
}
.rpb2-calendar-skeleton i,
.rpb2-calendar-skeleton b,
.rpb2-time-grid-skeleton span{
  display:block;
  border-radius:999px;
  background:rgba(236,93,183,.14);
}
.rpb2-calendar-skeleton i{width:22px;height:14px}
.rpb2-calendar-skeleton b{width:28px;height:18px}
.rpb2-skeleton-head{
  opacity:.88;
}
.rpb2-time-grid-skeleton span{
  min-height:92px;
  border:1px solid #F1E8F0;
  border-radius:17px;
  background:linear-gradient(90deg,#F8FAFC 0%,#FFF4FB 48%,#F8FAFC 100%);
  background-size:220% 100%;
  animation:rpb2-shimmer 1.05s ease-in-out infinite;
}
.rpb2-time-card{
  position:relative;
  overflow:hidden;
}
.rpb2-time-card::after{
  content:"";
  position:absolute;
  inset:auto 13px 12px 13px;
  height:3px;
  border-radius:999px;
  background:transparent;
  transition:.16s ease;
}
.rpb2-time-card:hover::after{
  background:rgba(236,93,183,.22);
}
.rpb2-time-card-active::after{
  background:rgba(255,255,255,.48) !important;
}
.rpb2-calendar-day:focus-visible,
.rpb2-time-card:focus-within,
.rpb2-selected-remove:focus-visible,
.rpb2-inline-link:focus-visible{
  outline:3px solid rgba(236,93,183,.25);
  outline-offset:3px;
}
.rpb2-result:not(:empty){
  animation:rpb2-soft-pop .18s ease-out;
}
@keyframes rpb2-spin{to{transform:rotate(360deg)}}
@keyframes rpb2-shimmer{0%{background-position:120% 0}100%{background-position:-120% 0}}
@keyframes rpb2-soft-pop{from{transform:translateY(4px);opacity:.76}to{transform:translateY(0);opacity:1}}
@media (max-width: 640px){
  .rpb2-calendar-skeleton{min-height:48px;border-radius:11px}
  .rpb2-time-grid-skeleton span{min-height:74px}
  .rpb2-agenda-loading-copy{font-size:13px}
}
@media (prefers-reduced-motion: reduce){
  .rpb2-calendar-skeleton,
  .rpb2-time-grid-skeleton span,
  .rpb2-agenda-loading-copy::before,
  .rpb2-result:not(:empty){animation:none !important}
}
