/* Privly Booking v2.0.1 premium booking beta */
.pb-premium-beta-root{
  --pbp-bg:#f6f7f5;
  --pbp-paper:#fffdf9;
  --pbp-text:#111827;
  --pbp-muted:#667085;
  --pbp-soft:#edf7f4;
  --pbp-line:rgba(17,24,39,.10);
  --pbp-brand:#0f8a76;
  --pbp-brand-dark:#0b5f55;
  --pbp-warm:#fbf3e8;
  max-width:1080px;
  margin:0 auto;
  padding:18px;
  color:var(--pbp-text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.pbp{display:grid;gap:14px}
.pbp-top{
  display:flex;justify-content:space-between;align-items:center;
  padding:10px 4px 2px;
}
.pbp-brand{display:flex;align-items:center;gap:12px}
.pbp-logo,.pbp-logo-fallback{
  width:48px;height:48px;border-radius:16px;object-fit:cover;background:#fff;border:1px solid var(--pbp-line);
  box-shadow:0 12px 30px rgba(17,24,39,.08)
}
.pbp-logo-fallback{display:flex;align-items:center;justify-content:center;font-weight:950;color:var(--pbp-brand)}
.pbp-brand span{display:block;color:var(--pbp-muted);font-size:13px;font-weight:800}
.pbp-brand strong{display:block;font-size:19px;letter-spacing:-.02em}
.pbp-beta{
  font-size:12px;font-weight:900;color:var(--pbp-brand-dark);
  background:var(--pbp-soft);border:1px solid rgba(15,138,118,.18);
  border-radius:999px;padding:7px 11px
}
.pbp-hero{
  display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:16px;align-items:end;
  border:1px solid var(--pbp-line);border-radius:30px;padding:28px;
  background:
    radial-gradient(circle at 88% 5%,rgba(15,138,118,.18),transparent 34%),
    linear-gradient(135deg,var(--pbp-paper),#f7fbfa 60%,#eff8f5);
  box-shadow:0 22px 70px rgba(17,24,39,.08)
}
.pbp-kicker{
  margin:0 0 8px;color:var(--pbp-brand);font-weight:950;font-size:13px;letter-spacing:.08em;text-transform:uppercase
}
.pbp-hero h1{
  max-width:720px;margin:0;font-size:clamp(38px,6vw,72px);line-height:.92;letter-spacing:-.065em
}
.pbp-hero p{
  max-width:610px;margin:16px 0 0;color:#4b5563;font-size:18px;line-height:1.55
}
.pbp-mini-summary{
  background:rgba(255,255,255,.76);backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.9);border-radius:24px;padding:18px;
  box-shadow:0 18px 50px rgba(17,24,39,.08)
}
.pbp-mini-summary span,.pbp-mini-summary small{display:block;color:var(--pbp-muted)}
.pbp-mini-summary strong{display:block;margin:8px 0 4px;font-size:22px;line-height:1.1}
.pbp-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.pbp-progress button{
  border:1px solid var(--pbp-line);background:#fff;border-radius:18px;min-height:50px;
  display:flex;align-items:center;justify-content:center;gap:9px;
  font-weight:950;color:#5b6678
}
.pbp-progress button i{
  width:26px;height:26px;border-radius:999px;background:#e7edf2;color:#314155;
  display:flex;align-items:center;justify-content:center;font-style:normal;font-size:13px
}
.pbp-progress button.is-active{
  color:var(--pbp-text);border-color:rgba(15,138,118,.35);
  box-shadow:0 12px 34px rgba(15,138,118,.11)
}
.pbp-progress button.is-active i,.pbp-progress button.is-done i{background:var(--pbp-brand);color:#fff}
.pbp-layout{display:grid;grid-template-columns:minmax(0,1fr) 315px;gap:16px;align-items:start}
.pbp-main,.pbp-card{
  background:#fff;border:1px solid var(--pbp-line);border-radius:26px;
  box-shadow:0 18px 60px rgba(17,24,39,.06)
}
.pbp-main{padding:24px;min-height:430px}
.pbp-aside{display:grid;gap:14px;position:sticky;top:18px}
.pbp-card{padding:18px}
.pbp-card h3{margin:0 0 12px;font-size:18px;letter-spacing:-.02em}
.pbp-booking-card dl{display:grid;gap:10px;margin:0}
.pbp-booking-card div{
  display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid rgba(17,24,39,.07);padding-bottom:9px
}
.pbp-booking-card div:last-child{border-bottom:0;padding-bottom:0}
.pbp-booking-card dt{color:var(--pbp-muted);font-weight:800}
.pbp-booking-card dd{margin:0;font-weight:950;text-align:right}
.pbp-policy{background:var(--pbp-warm)}
.pbp-policy p{margin:0;color:#5f5142;line-height:1.5}
.pbp-section-head{margin-bottom:18px}
.pbp-section-head span{color:var(--pbp-brand);font-weight:950;font-size:13px;text-transform:uppercase;letter-spacing:.06em}
.pbp-section-head h2{margin:5px 0 5px;font-size:34px;letter-spacing:-.045em;line-height:1}
.pbp-section-head p{margin:0;color:var(--pbp-muted);font-size:16px}
.pbp-service-groups{display:grid;gap:22px}
.pbp-service-group h3{margin:0 0 10px;color:#2f3b4d;font-size:15px}
.pbp-services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.pbp-service{
  width:100%;display:grid;grid-template-columns:72px 1fr auto;gap:13px;align-items:center;
  text-align:left;border:1px solid var(--pbp-line);background:#fff;border-radius:22px;padding:12px;
  cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease
}
.pbp-service:hover,.pbp-service.is-selected{
  transform:translateY(-1px);border-color:rgba(15,138,118,.36);box-shadow:0 16px 36px rgba(15,138,118,.12)
}
.pbp-service-media img,.pbp-service-mark{
  width:72px;height:72px;border-radius:18px;object-fit:cover;background:linear-gradient(135deg,#e9f8f4,#fff7ed)
}
.pbp-service-mark{display:flex;align-items:center;justify-content:center;font-weight:950;font-size:26px;color:var(--pbp-brand)}
.pbp-service-body strong{display:block;font-size:18px;letter-spacing:-.02em}
.pbp-service-body span{display:block;margin-top:3px;color:var(--pbp-brand-dark);font-weight:850}
.pbp-service-body p{margin:6px 0 0;color:var(--pbp-muted);font-size:14px;line-height:1.35}
.pbp-service em{
  font-style:normal;font-weight:950;color:#fff;background:var(--pbp-brand);
  border-radius:999px;padding:8px 11px;font-size:13px
}
.pbp-time-controls{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}
.pbp-time-controls label,.pbp-form label{display:grid;gap:7px;color:#344054;font-weight:900}
.pbp-time-controls input,.pbp-time-controls select,.pbp-form input{
  min-height:52px;border:1px solid var(--pbp-line);border-radius:17px;padding:0 14px;background:#fff;font:inherit;font-weight:850
}
.pbp-slot-wrap{display:flex;flex-wrap:wrap;gap:10px;min-height:108px;align-content:flex-start}
.pbp-slot-wrap button{
  border:1px solid var(--pbp-line);border-radius:999px;background:#fff;padding:12px 16px;font-weight:950;cursor:pointer
}
.pbp-slot-wrap button:hover,.pbp-slot-wrap button.is-selected{background:var(--pbp-brand);color:#fff;border-color:var(--pbp-brand)}
.pbp-slot-wrap p{color:var(--pbp-muted);font-size:17px}
.pbp-form{display:grid;gap:13px;max-width:560px}
.pbp-trust{
  background:var(--pbp-soft);border:1px solid rgba(15,138,118,.16);border-radius:18px;
  padding:13px 14px;color:var(--pbp-brand-dark);font-weight:800
}
.pbp-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}
.pbp-primary,.pbp-secondary{
  min-height:50px;border-radius:999px;padding:0 20px;font-weight:950;border:1px solid transparent;cursor:pointer
}
.pbp-primary{background:var(--pbp-brand);color:#fff;box-shadow:0 16px 34px rgba(15,138,118,.18)}
.pbp-primary:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}
.pbp-secondary{background:#fff;border-color:var(--pbp-line);color:#344054}
.pbp-alert{
  background:#fff1f2;border:1px solid #fecdd3;color:#9f1239;border-radius:18px;padding:13px 15px;font-weight:850
}
.pbp-loading{
  background:var(--pbp-soft);border:1px solid rgba(15,138,118,.14);color:var(--pbp-brand-dark);
  border-radius:18px;padding:11px 14px;font-weight:950;width:fit-content
}
.pbp-empty{text-align:center;padding:50px 12px}
.pbp-empty h2{margin:0 0 8px}
.pbp-empty p{color:var(--pbp-muted)}
.pbp-success{text-align:center;display:grid;justify-items:center;gap:12px;padding:48px 12px}
.pbp-success div{
  width:70px;height:70px;border-radius:999px;background:var(--pbp-brand);color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:950
}
.pbp-success h2{margin:0;font-size:38px;letter-spacing:-.05em}
.pbp-success p{margin:0;color:var(--pbp-muted);font-size:17px}
.pb-premium-beta-note{
  max-width:1080px;margin:8px auto 26px;padding:0 18px;text-align:right;color:#667085;font-size:13px
}
.pb-premium-beta-note a{color:var(--pbp-brand,#0f8a76);font-weight:950}
@media(max-width:920px){
  .pb-premium-beta-root{padding:12px}
  .pbp-hero,.pbp-layout{grid-template-columns:1fr}
  .pbp-aside{position:static;grid-template-columns:1fr}
  .pbp-services{grid-template-columns:1fr}
}
@media(max-width:640px){
  .pbp-top{align-items:flex-start}
  .pbp-hero{padding:22px;border-radius:24px}
  .pbp-hero h1{font-size:42px}
  .pbp-hero p{font-size:16px}
  .pbp-progress{grid-template-columns:1fr 1fr}
  .pbp-progress button{min-height:46px}
  .pbp-layout{gap:12px}
  .pbp-main{padding:18px;border-radius:22px}
  .pbp-time-controls{grid-template-columns:1fr}
  .pbp-service{grid-template-columns:58px 1fr}
  .pbp-service-media img,.pbp-service-mark{width:58px;height:58px;border-radius:15px}
  .pbp-service em{grid-column:1/-1;text-align:center}
  .pbp-actions{flex-direction:column-reverse}
  .pbp-primary,.pbp-secondary{width:100%}
}


/* v2.0.2 width/layout fix for premium beta */
.pb-premium-beta-root {
  max-width: 1360px !important;
  width: min(1360px, calc(100vw - 32px)) !important;
  padding: 16px !important;
}
.pbp-hero {
  grid-template-columns: minmax(0, 1fr) 340px !important;
  padding: 24px 28px !important;
  min-height: auto !important;
}
.pbp-hero h1 {
  max-width: 720px !important;
  font-size: clamp(42px, 4.8vw, 66px) !important;
}
.pbp-hero p {
  max-width: 720px !important;
  margin-top: 12px !important;
}
.pbp-mini-summary {
  align-self: center !important;
  min-height: 150px !important;
  display: grid !important;
  align-content: center !important;
}
.pbp-layout {
  grid-template-columns: minmax(0, 1fr) 360px !important;
}
.pbp-main {
  min-width: 0 !important;
}
.pbp-aside {
  min-width: 0 !important;
}
.pbp-services {
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)) !important;
}
.pbp-service {
  grid-template-columns: 78px minmax(0, 1fr) auto !important;
  min-width: 0 !important;
  overflow: hidden !important;
}
.pbp-service-body {
  min-width: 0 !important;
}
.pbp-service-body strong,
.pbp-service-body span,
.pbp-service-body p {
  overflow-wrap: anywhere !important;
}
.pbp-service-body strong {
  line-height: 1.12 !important;
}
.pbp-service em {
  white-space: nowrap !important;
}
.pbp-booking-card div {
  align-items: baseline !important;
}
.pbp-booking-card dd {
  max-width: 190px !important;
  overflow-wrap: anywhere !important;
}
.pb-premium-beta-note {
  max-width: 1360px !important;
  width: min(1360px, calc(100vw - 32px)) !important;
}
@media (min-width: 1180px) {
  .pbp-main {
    padding: 28px !important;
  }
}
@media (max-width: 1050px) {
  .pbp-hero,
  .pbp-layout {
    grid-template-columns: 1fr !important;
  }
  .pbp-aside {
    position: static !important;
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 760px) {
  .pb-premium-beta-root {
    width: min(100%, calc(100vw - 18px)) !important;
    padding: 9px !important;
  }
  .pbp-hero {
    padding: 20px !important;
  }
  .pbp-hero h1 {
    font-size: 40px !important;
  }
  .pbp-services {
    grid-template-columns: 1fr !important;
  }
  .pbp-aside {
    grid-template-columns: 1fr !important;
  }
  .pbp-service {
    grid-template-columns: 62px minmax(0, 1fr) !important;
  }
  .pbp-service em {
    grid-column: 1 / -1 !important;
    text-align: center !important;
  }
}


/* v2.0.3 UX hierarchy polish */
.pb-premium-beta-root{
  max-width: 1320px !important;
  --pbp-brand:#0c8f7a;
  --pbp-brand-dark:#08685d;
  --pbp-accent:#14b8a6;
  --pbp-paper:#fffefa;
}
.pbp-top{
  padding: 8px 0 8px !important;
  border-bottom: 1px solid rgba(17,24,39,.06) !important;
}
.pbp-brand{
  gap: 14px !important;
}
.pbp-logo,.pbp-logo-fallback{
  width: 58px !important;
  height: 58px !important;
  border-radius: 18px !important;
  background:#fff !important;
}
.pbp-brand span{
  color:#667085 !important;
  font-size:14px !important;
  letter-spacing:.01em !important;
  text-transform:none !important;
}
.pbp-brand strong{
  font-size:22px !important;
}
.pbp-powered{
  font-size:12px;
  color:#667085;
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  border-radius:999px;
  padding:7px 11px;
  font-weight:850;
}
.pbp-hero{
  margin-top: 8px !important;
  grid-template-columns:minmax(0,1fr) 320px !important;
  padding: 24px 30px !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 90% 5%,rgba(20,184,166,.16),transparent 34%),
    linear-gradient(135deg,#fffefa,#f7fbfa 66%,#eefaf6) !important;
}
.pbp-kicker{
  color:var(--pbp-brand-dark) !important;
  text-transform:none !important;
  letter-spacing:0 !important;
  font-size:17px !important;
  margin-bottom: 8px !important;
}
.pbp-hero h1{
  font-size: clamp(42px,4.2vw,60px) !important;
  max-width: 680px !important;
  letter-spacing:-.055em !important;
}
.pbp-hero p{
  max-width: 700px !important;
  font-size: 17px !important;
  margin-top: 10px !important;
}
.pbp-mini-summary{
  min-height: 128px !important;
  padding: 18px 20px !important;
  border-radius: 22px !important;
  background:rgba(255,255,255,.82) !important;
}
.pbp-mini-summary strong{
  font-size:20px !important;
}
.pbp-progress{
  margin-top: 2px !important;
}
.pbp-progress button{
  min-height: 46px !important;
  border-radius: 16px !important;
}
.pbp-layout{
  grid-template-columns:minmax(0,1fr) 350px !important;
  align-items:start !important;
}
.pbp-main{
  padding: 28px !important;
}
.pbp-section-head h2{
  font-size:32px !important;
}
.pbp-section-head p{
  max-width: 760px !important;
}
.pbp-service-group{
  border-top:1px solid rgba(17,24,39,.07);
  padding-top: 18px;
}
.pbp-service-group:first-child{
  border-top:0;
  padding-top:0;
}
.pbp-service-group h3{
  font-size:16px !important;
  margin-bottom: 12px !important;
}
.pbp-services{
  grid-template-columns:1fr !important;
  gap: 10px !important;
}
.pbp-service{
  display:block !important;
  border:1px solid rgba(17,24,39,.09) !important;
  border-radius:22px !important;
  background:#fff !important;
  overflow:hidden !important;
}
.pbp-service:hover,.pbp-service.is-selected{
  border-color: rgba(12,143,122,.35) !important;
  box-shadow: 0 14px 38px rgba(12,143,122,.10) !important;
}
.pbp-service-main{
  width:100%;
  display:grid;
  grid-template-columns:86px minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
  border:0;
  background:transparent;
  padding:14px 16px;
  text-align:left;
  cursor:pointer;
}
.pbp-service-media img,.pbp-service-mark{
  width:86px !important;
  height:72px !important;
  border-radius:16px !important;
}
.pbp-service-body strong{
  font-size:20px !important;
  line-height:1.1 !important;
}
.pbp-service-body span{
  margin-top:5px !important;
  color:var(--pbp-brand-dark) !important;
}
.pbp-service-body p{
  max-width:760px;
  color:#667085 !important;
}
.pbp-service em{
  background: var(--pbp-brand) !important;
  color:#fff !important;
  padding:9px 14px !important;
  border-radius:999px !important;
  white-space:nowrap !important;
}
.pbp-more{
  margin: -4px 0 12px 118px;
  border:0;
  background:transparent;
  color:var(--pbp-brand-dark);
  font-weight:900;
  text-decoration:underline;
  cursor:pointer;
}
.pbp-service:not(.show-more) .pbp-service-body p{
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.pbp-service.show-more .pbp-service-body p{
  display:block;
}
.pbp-aside{
  gap:12px !important;
}
.pbp-card{
  border-radius:22px !important;
}
.pbp-booking-card{
  background:linear-gradient(180deg,#ffffff,#fbfffd) !important;
  border-color: rgba(12,143,122,.16) !important;
}
.pbp-side-label{
  display:block;
  font-size:13px;
  color:var(--pbp-brand-dark);
  text-transform:uppercase;
  letter-spacing:.06em;
  font-weight:950;
  margin-bottom:6px;
}
.pbp-booking-card h3{
  font-size:24px !important;
  margin-bottom:4px !important;
}
.pbp-side-price{
  margin:0 0 15px;
  color:#667085;
  font-weight:850;
}
.pbp-booking-card div{
  padding:10px 0 !important;
}
.pbp-next-card{
  background:#f3fbf8 !important;
  border-color: rgba(12,143,122,.14) !important;
}
.pbp-next-card p{
  margin:0;
  color:#4b635e;
  line-height:1.45;
}
.pbp-policy{
  background:#fff8ee !important;
}
.pbp-policy h3{
  font-size:19px !important;
}
.pbp-policy p{
  font-size:15px !important;
}
@media(max-width:1050px){
  .pbp-layout,.pbp-hero{
    grid-template-columns:1fr !important;
  }
  .pbp-aside{
    grid-template-columns:1fr 1fr !important;
  }
}
@media(max-width:720px){
  .pbp-powered{
    display:none;
  }
  .pbp-logo,.pbp-logo-fallback{
    width:50px !important;height:50px !important;
  }
  .pbp-hero{
    padding:20px !important;
  }
  .pbp-hero h1{
    font-size:40px !important;
  }
  .pbp-aside{
    grid-template-columns:1fr !important;
  }
  .pbp-service-main{
    grid-template-columns:68px minmax(0,1fr) !important;
    padding:12px !important;
  }
  .pbp-service-media img,.pbp-service-mark{
    width:68px !important;height:62px !important;
  }
  .pbp-service em{
    grid-column:1/-1;
    text-align:center;
  }
  .pbp-more{
    margin-left: 94px;
  }
}


/* v2.0.4 visual/sidebar/modal polish */
.pb-premium-beta-root{
  --pbp-brand:#0a8f78;
  --pbp-brand-dark:#075f55;
  --pbp-accent:#11b99b;
  --pbp-glow:rgba(17,185,155,.24);
}
.pbp-top{
  padding:10px 0 12px !important;
}
.pbp-brand-text .pbp-logo,
.pbp-brand-text .pbp-logo-fallback{
  display:none !important;
}
.pbp-brand-text span{
  font-size:15px !important;
  font-weight:900 !important;
  color:#344054 !important;
}
.pbp-brand-text strong{
  font-size:20px !important;
}
.pbp-powered{
  background:#ffffff !important;
  border:1px solid rgba(15,23,42,.10) !important;
  color:#667085 !important;
}
.pbp-hero{
  padding:28px 34px !important;
  background:
    radial-gradient(circle at 83% 16%, rgba(17,185,155,.30), transparent 30%),
    radial-gradient(circle at 0% 100%, rgba(15,143,120,.10), transparent 34%),
    linear-gradient(135deg,#ffffff 0%, #f5fffb 55%, #dcf8f1 100%) !important;
  border-color:rgba(10,143,120,.18) !important;
}
.pbp-hero-brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:8px 12px 8px 8px;
  border-radius:20px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.95);
  box-shadow:0 12px 30px rgba(15,23,42,.07);
  margin-bottom:14px;
}
.pbp-hero-brand .pbp-logo,
.pbp-hero-brand .pbp-logo-fallback{
  display:block !important;
  width:64px !important;
  height:64px !important;
  border-radius:18px !important;
  box-shadow:none !important;
}
.pbp-hero-brand span{
  font-weight:950;
  color:#111827;
}
.pbp-kicker{
  color:var(--pbp-brand-dark) !important;
  font-size:14px !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
}
.pbp-hero h1{
  font-size:clamp(42px,4vw,56px) !important;
}
.pbp-mini-summary{
  background:rgba(255,255,255,.88) !important;
  border:1px solid rgba(255,255,255,.96) !important;
  box-shadow:0 22px 54px rgba(10,143,120,.13) !important;
}
.pbp-layout{
  grid-template-columns:minmax(0,1fr) 380px !important;
}
.pbp-aside{
  position:sticky !important;
  top:18px !important;
}
.pbp-booking-card{
  padding:22px !important;
}
.pbp-side-label{
  color:var(--pbp-brand-dark) !important;
}
.pbp-booking-card h3{
  font-size:26px !important;
  line-height:1.05 !important;
}
.pbp-side-price{
  color:var(--pbp-brand-dark) !important;
  font-weight:950 !important;
  margin-bottom:16px !important;
}
.pbp-booking-card dl{
  gap:0 !important;
}
.pbp-booking-card div{
  padding:13px 0 !important;
}
.pbp-next-card{
  background:linear-gradient(135deg,#ecfff8,#f7fffc) !important;
}
.pbp-policy{
  background:linear-gradient(135deg,#fff8ed,#fffaf3) !important;
}
.pbp-service-group{
  padding-top:22px !important;
}
.pbp-service-group h3{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:18px !important;
  font-weight:950;
}
.pbp-service-group h3:before{
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  background:var(--pbp-brand);
  box-shadow:0 0 0 5px rgba(17,185,155,.12);
}
.pbp-service-main{
  grid-template-columns:118px minmax(0,1fr) auto !important;
  gap:18px !important;
  padding:16px 18px !important;
}
.pbp-service-media img,
.pbp-service-mark{
  width:118px !important;
  height:94px !important;
  border-radius:20px !important;
}
.pbp-service-body strong{
  font-size:22px !important;
}
.pbp-service-body p{
  display:none !important;
}
.pbp-meta-chips{
  display:flex !important;
  flex-wrap:wrap;
  gap:8px;
  margin-top:8px !important;
}
.pbp-meta-chips b{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:6px 9px;
  border-radius:999px;
  background:#eefaf6;
  color:var(--pbp-brand-dark);
  font-size:13px;
}
.pbp-service em{
  padding:10px 16px !important;
  box-shadow:0 12px 24px rgba(10,143,120,.18);
}
.pbp-more{
  margin: -6px 0 14px 154px !important;
  color:var(--pbp-brand-dark) !important;
  text-decoration:none !important;
  border:1px solid rgba(10,143,120,.16) !important;
  border-radius:999px !important;
  padding:7px 10px !important;
  background:#f5fffb !important;
}
.pbp-modal-backdrop{
  position:fixed;
  inset:0;
  z-index:999999;
  background:rgba(15,23,42,.52);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.pbp-modal{
  width:min(620px,100%);
  background:#fff;
  border-radius:28px;
  box-shadow:0 30px 90px rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.7);
  overflow:hidden;
  position:relative;
}
.pbp-modal-close{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.pbp-modal-head{
  display:grid;
  grid-template-columns:130px 1fr;
  gap:18px;
  padding:28px;
  background:linear-gradient(135deg,#f3fffb,#ffffff);
}
.pbp-modal-head img,
.pbp-modal-head .pbp-service-mark{
  width:130px !important;
  height:110px !important;
  border-radius:22px !important;
  object-fit:cover;
}
.pbp-modal-head span{
  color:var(--pbp-brand-dark);
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-size:13px;
}
.pbp-modal-head h2{
  margin:7px 0 5px;
  font-size:32px;
  line-height:1;
  letter-spacing:-.04em;
}
.pbp-modal-head p{
  margin:0;
  color:var(--pbp-brand-dark);
  font-weight:900;
}
.pbp-modal-body{
  padding:24px 28px;
  color:#475467;
  font-size:17px;
  line-height:1.6;
}
.pbp-modal-body p{
  margin:0;
}
.pbp-modal-actions{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  padding:0 28px 28px;
}
@media(max-width:1050px){
  .pbp-layout{
    grid-template-columns:1fr !important;
  }
  .pbp-aside{
    position:static !important;
    grid-template-columns:1fr 1fr !important;
  }
}
@media(max-width:720px){
  .pbp-hero-brand{
    width:100%;
  }
  .pbp-hero-brand .pbp-logo,
  .pbp-hero-brand .pbp-logo-fallback{
    width:56px !important;
    height:56px !important;
  }
  .pbp-service-main{
    grid-template-columns:88px minmax(0,1fr) !important;
  }
  .pbp-service-media img,
  .pbp-service-mark{
    width:88px !important;
    height:78px !important;
  }
  .pbp-more{
    margin-left:124px !important;
  }
  .pbp-aside{
    grid-template-columns:1fr !important;
  }
  .pbp-modal-head{
    grid-template-columns:1fr;
  }
  .pbp-modal-head img,
  .pbp-modal-head .pbp-service-mark{
    width:100% !important;
    height:180px !important;
  }
  .pbp-modal-actions{
    flex-direction:column-reverse;
  }
}


/* v2.0.5 wow/sidebar/16:9 polish */
.pb-premium-beta-root{--pbp-brand:#0a8f78;--pbp-brand-dark:#064f48;--pbp-accent:#13c5a6;--pbp-mint:#eafff8;--pbp-ice:#f4fbff;max-width:1360px!important}
.pbp-top-minimal{justify-content:flex-end!important;border-bottom:0!important;padding:4px 0 10px!important}
.pbp-brand-text{display:none!important}
.pbp-powered{font-size:12px!important;opacity:.72}
.pbp-hero{position:relative;overflow:hidden;padding:34px 38px!important;min-height:265px;background:radial-gradient(circle at 82% 18%,rgba(19,197,166,.42),transparent 28%),radial-gradient(circle at 10% 95%,rgba(10,143,120,.16),transparent 34%),linear-gradient(135deg,#fff 0%,#f6fffb 48%,#d7faf1 100%)!important;box-shadow:0 28px 88px rgba(10,143,120,.13),0 8px 24px rgba(15,23,42,.05)!important}
.pbp-hero:before{content:"";position:absolute;inset:-80px auto auto 52%;width:360px;height:360px;border-radius:999px;background:rgba(255,255,255,.38);filter:blur(2px)}
.pbp-hero:after{content:"";position:absolute;right:-80px;bottom:-110px;width:280px;height:280px;border-radius:999px;border:42px solid rgba(255,255,255,.34)}
.pbp-hero-copy,.pbp-mini-summary{position:relative;z-index:1}
.pbp-hero-brand{background:rgba(255,255,255,.82)!important;box-shadow:0 18px 48px rgba(15,23,42,.10)!important}
.pbp-hero-brand .pbp-logo,.pbp-hero-brand .pbp-logo-fallback{width:74px!important;height:74px!important;border-radius:22px!important}
.pbp-hero-brand span{font-size:19px!important}
.pbp-kicker{margin-top:18px!important;color:var(--pbp-brand-dark)!important}
.pbp-hero h1{font-size:clamp(46px,4.6vw,68px)!important;line-height:.94!important;max-width:720px!important}
.pbp-hero p{font-size:18px!important;max-width:680px!important}
.pbp-mini-summary{border-radius:28px!important;min-height:150px!important}
.pbp-layout{grid-template-columns:minmax(0,1fr) 410px!important}
.pbp-aside{gap:14px!important}
.pbp-booking-guide{padding:26px!important;background:linear-gradient(180deg,#fff,#fbfffd)!important}
.pbp-guide-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.pbp-guide-head h3{margin:0;font-size:32px!important;letter-spacing:-.045em}
.pbp-guide-head p{margin:12px 0 0;color:#667085;font-weight:900}
.pbp-guide-head span{width:58px;height:58px;border-radius:18px;background:#dcfbf2;color:var(--pbp-brand-dark);display:flex;align-items:center;justify-content:center;font-size:27px}
.pbp-guide-progress{height:9px;border-radius:999px;background:#e8eef5;overflow:hidden;margin:14px 0 18px}
.pbp-guide-progress i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--pbp-brand),var(--pbp-accent))}
.pbp-guide-current{margin:0 0 18px;color:#8a96aa;font-size:18px}
.pbp-guide-box,.pbp-policy,.pbp-safe-card{display:grid;grid-template-columns:58px 1fr;gap:16px;align-items:center}
.pbp-guide-box{padding:18px;border-radius:22px;background:#ecfff8;border:1px solid rgba(19,197,166,.20)}
.pbp-guide-box>span,.pbp-policy>span,.pbp-safe-card>span{width:58px;height:58px;border-radius:17px;background:#cffff1;display:flex;align-items:center;justify-content:center;font-size:26px}
.pbp-guide-box strong{display:block;font-size:20px}
.pbp-guide-box p,.pbp-safe-card p{margin:5px 0 0;color:#637083;line-height:1.45}
.pbp-how{margin-top:22px}
.pbp-how h4{margin:0 0 12px;font-size:19px}
.pbp-how ol{display:grid;gap:10px;padding:0;margin:0;list-style:none}
.pbp-how li{display:flex;align-items:center;gap:13px;color:#111827;font-size:17px}
.pbp-how b{width:30px;height:30px;border-radius:999px;background:#e8eef5;display:flex;align-items:center;justify-content:center;color:#344054}
.pbp-compact-summary{padding:20px!important}
.pbp-policy,.pbp-safe-card{padding:20px!important}
.pbp-policy{background:linear-gradient(135deg,#effff9,#f8fffc)!important;border-color:rgba(19,197,166,.20)!important}
.pbp-policy p{font-size:16px!important;line-height:1.55!important}
.pbp-safe-card{background:#f8fbff!important}
.pbp-safe-card>span{background:#e7eef8}
.pbp-safe-card h3,.pbp-policy h3{margin:0 0 5px!important}
.pbp-service-main{grid-template-columns:170px minmax(0,1fr) auto!important;padding:16px!important}
.pbp-service-media img,.pbp-service-mark{width:170px!important;height:96px!important;aspect-ratio:16/9!important;object-fit:cover!important;border-radius:20px!important}
.pbp-service-body strong{font-size:23px!important}
.pbp-meta-chips b{font-size:14px!important;padding:7px 10px!important}
.pbp-more{margin-left:206px!important;margin-top:-8px!important}
.pbp-modal{width:min(720px,100%)!important}
.pbp-modal-head{grid-template-columns:210px 1fr!important;padding:28px!important}
.pbp-modal-head img,.pbp-modal-head .pbp-service-mark{width:210px!important;height:118px!important;aspect-ratio:16/9!important;object-fit:cover!important}
.pbp-modal-body{min-height:auto!important;padding:22px 28px!important}
.pbp-modal-actions .pbp-primary{min-width:190px!important;background:var(--pbp-brand)!important;color:#fff!important}
@media(max-width:1120px){.pbp-layout{grid-template-columns:1fr!important}.pbp-aside{position:static!important;grid-template-columns:1fr!important}}
@media(max-width:760px){.pbp-hero{padding:22px!important}.pbp-hero-brand .pbp-logo,.pbp-hero-brand .pbp-logo-fallback{width:62px!important;height:62px!important}.pbp-service-main{grid-template-columns:1fr!important}.pbp-service-media img,.pbp-service-mark{width:100%!important;height:auto!important;aspect-ratio:16/9!important}.pbp-more{margin-left:16px!important}.pbp-modal-head{grid-template-columns:1fr!important}.pbp-modal-head img,.pbp-modal-head .pbp-service-mark{width:100%!important;height:auto!important}}


/* v2.0.6 compact polish + modal fix */
.pb-premium-beta-root{--pbp-brand:#087f70;--pbp-brand-dark:#044f47;--pbp-accent:#14c8aa;max-width:1360px!important}
.pbp-top-minimal{display:none!important}
.pbp-powered-row{display:flex;justify-content:flex-end;margin:-4px 0 8px}.pbp-powered-row span{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 13px;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:rgba(255,255,255,.72);color:#7b8797;font-size:12px;font-weight:900}
.pbp-hero{min-height:230px!important;padding:26px 34px!important;background:radial-gradient(circle at 82% 12%,rgba(20,200,170,.48),transparent 28%),radial-gradient(circle at 34% 35%,rgba(255,255,255,.84),transparent 26%),radial-gradient(circle at 100% 100%,rgba(8,127,112,.20),transparent 34%),linear-gradient(135deg,#fafffd 0%,#eefdf8 50%,#c9f7ec 100%)!important;border-color:rgba(8,127,112,.22)!important;box-shadow:0 22px 70px rgba(8,127,112,.12),0 6px 18px rgba(15,23,42,.05)!important}
.pbp-hero-brand{padding:7px 12px 7px 7px!important;margin-bottom:10px!important}.pbp-hero-brand .pbp-logo,.pbp-hero-brand .pbp-logo-fallback{width:62px!important;height:62px!important;border-radius:18px!important}.pbp-hero-brand span{font-size:18px!important}.pbp-kicker{margin-top:12px!important;margin-bottom:5px!important;color:var(--pbp-brand-dark)!important}.pbp-hero h1{font-size:clamp(42px,4vw,60px)!important}.pbp-hero p{font-size:17px!important;margin-top:8px!important}.pbp-mini-summary{min-height:126px!important;border-radius:24px!important}
.pbp-progress{gap:8px!important}.pbp-progress button{min-height:42px!important}.pbp-main{padding:24px!important}.pbp-section-head{margin-bottom:15px!important}.pbp-section-head h2{font-size:30px!important}.pbp-layout{grid-template-columns:minmax(0,1fr) 390px!important;gap:14px!important}
.pbp-booking-guide{padding:22px!important}.pbp-guide-head h3{font-size:29px!important}.pbp-guide-head span{width:50px!important;height:50px!important;font-size:23px!important}.pbp-guide-box,.pbp-policy,.pbp-safe-card{grid-template-columns:50px 1fr!important;gap:13px!important}.pbp-guide-box>span,.pbp-policy>span,.pbp-safe-card>span{width:50px!important;height:50px!important;font-size:22px!important}.pbp-guide-box{padding:15px!important}.pbp-how{margin-top:18px!important}.pbp-how li{font-size:16px!important}.pbp-compact-summary,.pbp-policy,.pbp-safe-card{padding:17px!important}
.pbp-service-group{padding-top:18px!important}.pbp-service-main{grid-template-columns:156px minmax(0,1fr) auto!important;padding:14px!important}.pbp-service-media img,.pbp-service-mark{width:156px!important;height:88px!important;aspect-ratio:16/9!important;object-fit:cover!important}.pbp-service-body strong{font-size:21px!important}.pbp-meta-chips{gap:7px!important}.pbp-meta-chips b{font-size:13px!important;padding:6px 9px!important}.pbp-service em{padding:9px 14px!important}.pbp-more{margin-left:190px!important;margin-bottom:12px!important;padding:6px 10px!important}
.pbp-modal-backdrop{align-items:center!important;justify-content:center!important;padding:22px!important}.pbp-modal{width:min(760px,calc(100vw - 44px))!important;max-height:calc(100vh - 44px)!important;overflow:auto!important;border-radius:28px!important}.pbp-modal-head{grid-template-columns:240px minmax(0,1fr)!important;gap:20px!important;padding:26px!important;align-items:center!important}.pbp-modal-image img,.pbp-modal-image .pbp-service-mark,.pbp-modal-head img,.pbp-modal-head .pbp-service-mark{width:240px!important;height:135px!important;aspect-ratio:16/9!important;object-fit:cover!important;border-radius:22px!important}.pbp-modal-title{min-width:0!important}.pbp-modal-title h2,.pbp-modal-head h2{font-size:34px!important;line-height:1.02!important;overflow-wrap:anywhere!important}.pbp-modal-body{padding:0 26px 22px!important;min-height:0!important}.pbp-modal-body p{color:#4b5563!important;font-size:17px!important;line-height:1.6!important}.pbp-modal-actions{padding:0 26px 26px!important}.pbp-modal-actions .pbp-primary{color:#fff!important;background:var(--pbp-brand)!important;box-shadow:0 14px 30px rgba(8,127,112,.18)!important}
@media(max-width:1120px){.pbp-layout{grid-template-columns:1fr!important}.pbp-aside{grid-template-columns:1fr!important}}@media(max-width:760px){.pbp-powered-row{justify-content:center!important}.pbp-hero{padding:20px!important;min-height:auto!important}.pbp-service-main{grid-template-columns:1fr!important}.pbp-service-media img,.pbp-service-mark{width:100%!important;height:auto!important;aspect-ratio:16/9!important}.pbp-more{margin-left:14px!important}.pbp-modal{width:calc(100vw - 26px)!important}.pbp-modal-head{grid-template-columns:1fr!important;padding:20px!important}.pbp-modal-image img,.pbp-modal-image .pbp-service-mark,.pbp-modal-head img,.pbp-modal-head .pbp-service-mark{width:100%!important;height:auto!important}.pbp-modal-body{padding:0 20px 18px!important}.pbp-modal-actions{padding:0 20px 20px!important;flex-direction:column-reverse!important}}


/* v2.0.7 theme/sidebar/back-button polish */
.pb-premium-beta-root{
  --pbp-line:rgba(15,23,42,.14);
}
.pbp.is-light .pbp-main,
.pbp.is-light .pbp-card,
.pbp.is-light .pbp-service,
.pbp.is-light .pbp-progress button,
.pbp.is-light .pbp-mini-summary{
  border-color:rgba(15,23,42,.14)!important;
  box-shadow:0 18px 52px rgba(15,23,42,.08)!important;
}
.pbp.is-light .pbp-service:hover,
.pbp.is-light .pbp-service.is-selected{
  border-color:rgba(8,127,112,.42)!important;
  box-shadow:0 18px 44px rgba(8,127,112,.14)!important;
}
.pbp-powered-row{
  gap:8px!important;
}
.pbp-theme-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  color:#475467;
  font-size:12px;
  font-weight:950;
  cursor:pointer;
}
.pbp-summary-head{
  margin-bottom:6px;
}
.pbp-summary-head .pbp-side-label{
  margin-bottom:5px;
}
.pbp-compact-summary .pbp-guide-progress{
  margin:12px 0 8px!important;
}
.pbp-compact-summary .pbp-guide-current{
  font-size:14px!important;
  color:#667085!important;
  font-weight:900;
  margin:0 0 8px!important;
}
.pbp-booking-guide{
  padding:18px!important;
}
.pbp-booking-guide .pbp-guide-box{
  margin-bottom:18px;
}
.pbp-modal-actions .pbp-primary,
.pbp-modal-actions button.pbp-primary,
.pbp .pbp-modal-actions .pbp-primary{
  background:#087f70!important;
  color:#ffffff!important;
  border-color:#087f70!important;
  opacity:1!important;
  visibility:visible!important;
  text-indent:0!important;
  box-shadow:0 16px 34px rgba(8,127,112,.22)!important;
}
.pbp-modal-actions .pbp-primary:hover{
  background:#06685c!important;
}
.pbp.is-dark{
  color:#eef7f4;
}
.pbp.is-dark .pbp-hero{
  background:
    radial-gradient(circle at 82% 12%,rgba(20,200,170,.33),transparent 28%),
    radial-gradient(circle at 100% 100%,rgba(8,127,112,.26),transparent 34%),
    linear-gradient(135deg,#07111f 0%,#09251f 55%,#0e5d52 100%)!important;
  border-color:rgba(90,255,220,.18)!important;
}
.pbp.is-dark .pbp-hero h1,
.pbp.is-dark .pbp-hero-brand span,
.pbp.is-dark .pbp-mini-summary strong,
.pbp.is-dark .pbp-section-head h2,
.pbp.is-dark .pbp-card h3,
.pbp.is-dark .pbp-service-body strong,
.pbp.is-dark .pbp-booking-card dd,
.pbp.is-dark .pbp-how li{
  color:#f8fafc!important;
}
.pbp.is-dark .pbp-hero p,
.pbp.is-dark .pbp-mini-summary span,
.pbp.is-dark .pbp-mini-summary small,
.pbp.is-dark .pbp-section-head p,
.pbp.is-dark .pbp-booking-card dt,
.pbp.is-dark .pbp-guide-current,
.pbp.is-dark .pbp-guide-box p,
.pbp.is-dark .pbp-policy p,
.pbp.is-dark .pbp-safe-card p{
  color:#b9c7d6!important;
}
.pbp.is-dark .pbp-main,
.pbp.is-dark .pbp-card,
.pbp.is-dark .pbp-service,
.pbp.is-dark .pbp-progress button,
.pbp.is-dark .pbp-mini-summary,
.pbp.is-dark .pbp-theme-toggle{
  background:#0b1422!important;
  border-color:rgba(203,213,225,.18)!important;
  box-shadow:0 22px 60px rgba(0,0,0,.28)!important;
}
.pbp.is-dark .pbp-service,
.pbp.is-dark .pbp-mini-summary,
.pbp.is-dark .pbp-hero-brand{
  background:rgba(15,23,42,.78)!important;
}
.pbp.is-dark .pbp-progress button.is-active,
.pbp.is-dark .pbp-guide-box,
.pbp.is-dark .pbp-policy,
.pbp.is-dark .pbp-safe-card{
  background:#10291f!important;
  border-color:rgba(20,200,170,.26)!important;
}
.pbp.is-dark .pbp-theme-toggle,
.pbp.is-dark .pbp-powered-row span{
  color:#dbeafe!important;
}
.pbp.is-dark .pbp-powered-row span{
  background:#101827!important;
  border-color:rgba(203,213,225,.16)!important;
}
.pbp.is-dark .pbp-meta-chips b{
  background:#123d34!important;
  color:#a7f3d0!important;
}
.pbp.is-dark .pbp-how b{
  background:#172033!important;
  color:#dbeafe!important;
}
@media(max-width:760px){
  .pbp-theme-toggle{
    min-height:34px;
  }
}


/* v2.0.8 beta layout sanity + remove customer theme switch */
.pbp-theme-toggle{
  display:none!important;
}
.pbp-powered-row{
  justify-content:flex-end!important;
  margin:10px 0 18px!important;
}
.pbp-hero{
  background:
    radial-gradient(circle at 84% 8%,rgba(255,255,255,.14),transparent 30%),
    radial-gradient(circle at 100% 100%,rgba(148,163,184,.16),transparent 34%),
    linear-gradient(135deg,#111827 0%,#263241 52%,#6b7280 100%)!important;
  border-color:rgba(255,255,255,.14)!important;
  box-shadow:0 24px 74px rgba(15,23,42,.20),0 8px 22px rgba(15,23,42,.08)!important;
  overflow:hidden!important;
}
.pbp-hero h1,
.pbp-hero p,
.pbp-hero-brand span,
.pbp-kicker{
  color:#ffffff!important;
}
.pbp-hero p{
  color:rgba(255,255,255,.82)!important;
}
.pbp-kicker{
  color:rgba(255,255,255,.74)!important;
}
.pbp-hero-brand,
.pbp-mini-summary{
  background:rgba(255,255,255,.12)!important;
  border-color:rgba(255,255,255,.20)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.16)!important;
  backdrop-filter:blur(10px);
}
.pbp-mini-summary span,
.pbp-mini-summary small{
  color:rgba(255,255,255,.72)!important;
}
.pbp-mini-summary strong{
  color:#ffffff!important;
}
.pbp-layout{
  grid-template-columns:minmax(0,1fr) 390px!important;
  gap:18px!important;
  align-items:start!important;
}
.pbp-main,
.pbp-aside,
.pbp-card,
.pbp-service,
.pbp-service-main{
  min-width:0!important;
  box-sizing:border-box!important;
}
.pbp-main{
  position:relative!important;
  z-index:1!important;
  overflow:hidden!important;
}
.pbp-aside{
  position:sticky!important;
  top:18px!important;
  z-index:2!important;
}
.pbp-summary-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:14px!important;
  border:0!important;
  padding:0 0 12px!important;
}
.pbp-summary-head > div{
  display:block!important;
  border:0!important;
  padding:0!important;
  min-width:0!important;
}
.pbp-summary-head .pbp-side-label{
  display:block!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  padding:0!important;
  margin:0 0 6px!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--pbp-brand-dark)!important;
  font-size:13px!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
  letter-spacing:.06em!important;
  white-space:normal!important;
}
.pbp-summary-head > span:last-child{
  flex:0 0 50px!important;
  width:50px!important;
  height:50px!important;
  border-radius:18px!important;
  background:#dcfbf2!important;
  color:var(--pbp-brand-dark)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:23px!important;
}
.pbp-booking-card h3{
  overflow-wrap:anywhere!important;
  max-width:100%!important;
}
.pbp-booking-card dl > div{
  display:flex!important;
  justify-content:space-between!important;
  gap:12px!important;
  border-bottom:1px solid rgba(17,24,39,.07)!important;
  padding:13px 0!important;
}
.pbp-booking-card dl > div:last-child{
  border-bottom:0!important;
  padding-bottom:0!important;
}
.pbp-booking-card > div:not(.pbp-summary-head){
  display:initial!important;
}
.pbp-service-main{
  grid-template-columns:156px minmax(0,1fr) auto!important;
}
@media(max-width:1120px){
  .pbp-layout{grid-template-columns:1fr!important}
  .pbp-aside{position:static!important;grid-template-columns:1fr!important}
}
@media(max-width:760px){
  .pbp-powered-row{justify-content:center!important;margin:10px 0 14px!important}
  .pbp-hero{background:linear-gradient(135deg,#111827 0%,#374151 100%)!important}
}


/* v2.0.9 restore original sidebar flow + harden guide layout */
.pbp-layout{
  grid-template-columns:minmax(0,1fr) 390px!important;
  gap:18px!important;
  align-items:start!important;
}
.pbp-aside{
  position:sticky!important;
  top:18px!important;
  z-index:2!important;
  display:block!important;
}
.pbp-flow-card{
  padding:26px!important;
  background:linear-gradient(180deg,#ffffff,#fbfffd)!important;
  border-color:rgba(15,23,42,.12)!important;
  overflow:hidden!important;
}
.pbp-flow-card .pbp-guide-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin:0 0 20px!important;
  padding:0!important;
  border:0!important;
}
.pbp-flow-card .pbp-guide-head h3{
  margin:0!important;
  font-size:30px!important;
  line-height:1.05!important;
  letter-spacing:-.04em!important;
  color:#0f172a!important;
}
.pbp-flow-card .pbp-guide-head > span{
  flex:0 0 54px!important;
  width:54px!important;
  height:54px!important;
  border-radius:18px!important;
  background:#dcfbf2!important;
  color:var(--pbp-brand-dark)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:24px!important;
}
.pbp-flow-card .pbp-guide-step{
  margin:0 0 8px!important;
  color:#64748b!important;
  font-size:16px!important;
  font-weight:850!important;
}
.pbp-flow-card .pbp-guide-progress{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:8px!important;
  min-height:8px!important;
  max-height:8px!important;
  margin:0 0 14px!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  background:#e7edf4!important;
  overflow:hidden!important;
  line-height:0!important;
}
.pbp-flow-card .pbp-guide-progress i{
  display:block!important;
  height:8px!important;
  min-height:8px!important;
  max-height:8px!important;
  border-radius:999px!important;
  background:var(--pbp-brand)!important;
}
.pbp-flow-card .pbp-guide-current{
  margin:0 0 18px!important;
  color:#98a2b3!important;
  font-size:17px!important;
  font-weight:500!important;
}
.pbp-summary-fields{
  display:grid!important;
  gap:12px!important;
  margin:0 0 24px!important;
}
.pbp-summary-fields > div{
  display:block!important;
  padding:18px 20px!important;
  border:1px solid rgba(15,23,42,.12)!important;
  border-radius:18px!important;
  background:#fff!important;
}
.pbp-summary-fields span{
  display:block!important;
  color:#475569!important;
  font-size:16px!important;
  line-height:1.2!important;
  margin:0 0 12px!important;
  font-weight:500!important;
}
.pbp-summary-fields strong{
  display:block!important;
  color:#020617!important;
  font-size:20px!important;
  line-height:1.15!important;
  font-weight:950!important;
  overflow-wrap:anywhere!important;
}
.pbp-flow-card .pbp-guide-box{
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr)!important;
  gap:16px!important;
  align-items:center!important;
  padding:18px!important;
  margin:0 0 24px!important;
  border-radius:20px!important;
  background:#ecfff8!important;
  border:1px solid rgba(20,200,170,.22)!important;
}
.pbp-flow-card .pbp-guide-box > span,
.pbp-flow-card .pbp-inline-info > span{
  width:54px!important;
  height:54px!important;
  border-radius:16px!important;
  background:#cffff1!important;
  color:var(--pbp-brand-dark)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:24px!important;
}
.pbp-flow-card .pbp-guide-box strong{
  display:block!important;
  font-size:20px!important;
  line-height:1.2!important;
  color:#0f172a!important;
}
.pbp-flow-card .pbp-guide-box p,
.pbp-flow-card .pbp-inline-info p{
  margin:6px 0 0!important;
  color:#64748b!important;
  line-height:1.5!important;
  font-size:16px!important;
}
.pbp-flow-card .pbp-how{
  margin:0 0 24px!important;
}
.pbp-flow-card .pbp-how h4{
  margin:0 0 14px!important;
  color:#1f2937!important;
  font-size:20px!important;
  line-height:1.2!important;
}
.pbp-flow-card .pbp-how ol{
  display:grid!important;
  gap:11px!important;
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}
.pbp-flow-card .pbp-how li{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  color:#0f172a!important;
  font-size:17px!important;
  line-height:1.3!important;
}
.pbp-flow-card .pbp-how b{
  flex:0 0 30px!important;
  width:30px!important;
  height:30px!important;
  border-radius:999px!important;
  background:#e7edf4!important;
  color:#334155!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.pbp-flow-card .pbp-inline-info{
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr)!important;
  gap:16px!important;
  align-items:center!important;
  padding:18px!important;
  margin:0 0 18px!important;
  border-radius:20px!important;
  border:1px solid rgba(15,23,42,.10)!important;
}
.pbp-flow-card .pbp-inline-info:last-child{
  margin-bottom:0!important;
}
.pbp-flow-card .pbp-policy{
  background:#effff9!important;
  border-color:rgba(20,200,170,.22)!important;
}
.pbp-flow-card .pbp-safe-card{
  background:#f8fbff!important;
}
.pbp-flow-card .pbp-safe-card > span{
  background:#e7eef8!important;
}
.pbp-flow-card .pbp-inline-info h3{
  margin:0!important;
  font-size:20px!important;
  line-height:1.2!important;
  color:#0f172a!important;
}
@media(max-width:1120px){
  .pbp-layout{grid-template-columns:1fr!important}
  .pbp-aside{position:static!important}
}
@media(max-width:760px){
  .pbp-flow-card{padding:20px!important}
  .pbp-flow-card .pbp-guide-head h3{font-size:28px!important}
  .pbp-flow-card .pbp-guide-box,
  .pbp-flow-card .pbp-inline-info{grid-template-columns:50px minmax(0,1fr)!important;gap:13px!important;padding:16px!important}
  .pbp-flow-card .pbp-guide-box > span,
  .pbp-flow-card .pbp-inline-info > span{width:50px!important;height:50px!important}
}


/* v2.0.10 sidebar parity + wow polish */
.pbp-flow-card{
  border-radius:28px!important;
  box-shadow:0 24px 68px rgba(15,23,42,.08)!important;
}
.pbp-flow-card .pbp-guide-head{
  margin-bottom:18px!important;
}
.pbp-flow-card .pbp-guide-head > span{
  background:#dff7ef!important;
  box-shadow:inset 0 0 0 1px rgba(8,127,112,.08);
}
.pbp-flow-card .pbp-guide-head > span svg,
.pbp-flow-card .pbp-guide-box > span svg,
.pbp-flow-card .pbp-inline-info > span svg{
  width:26px;
  height:26px;
  stroke:currentColor;
}
.pbp-flow-card .pbp-guide-step{
  font-size:15px!important;
}
.pbp-flow-card .pbp-guide-progress{
  margin-bottom:16px!important;
}
.pbp-flow-card .pbp-guide-current{
  font-size:18px!important;
  color:#94a3b8!important;
}
.pbp-summary-fields{
  gap:14px!important;
}
.pbp-summary-fields > div{
  border-radius:20px!important;
  padding:20px 22px!important;
  box-shadow:0 1px 0 rgba(255,255,255,.7) inset;
}
.pbp-summary-fields strong{
  font-size:21px!important;
}
.pbp-flow-card .pbp-guide-box,
.pbp-flow-card .pbp-inline-info{
  border-radius:22px!important;
}
.pbp-flow-card .pbp-guide-box strong,
.pbp-flow-card .pbp-inline-info h3{
  letter-spacing:-.02em;
}
.pbp-flow-card .pbp-how h4{
  font-size:18px!important;
}
.pbp-flow-card .pbp-how li{
  font-size:16px!important;
}
.pbp-flow-card .pbp-how b{
  width:32px!important;
  height:32px!important;
  font-weight:900!important;
}
.pbp-success-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}
.pbp-success-actions .pbp-secondary,
.pbp-success-actions .pbp-primary{
  min-width:170px;
}
@media(max-width:760px){
  .pbp-success-actions{flex-direction:column-reverse;align-items:stretch}
  .pbp-success-actions .pbp-secondary,
  .pbp-success-actions .pbp-primary{width:100%}
}


/* v2.0.11 compact wow summary + taller treatment cards */
.pbp-summary-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
  margin:0 0 20px!important;
}
.pbp-summary-card{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
  padding:14px 15px!important;
  border:1px solid rgba(15,23,42,.10)!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#ffffff,#fcfffe)!important;
  box-shadow:0 8px 22px rgba(15,23,42,.04)!important;
}
.pbp-summary-card.is-wide{grid-column:1/-1!important}
.pbp-summary-card-icon{
  width:42px!important;height:42px!important;border-radius:14px!important;
  background:#edf9f5!important;color:var(--pbp-brand-dark)!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
}
.pbp-summary-card-icon svg{width:20px;height:20px;stroke:currentColor}
.pbp-summary-card-label{
  display:block!important;margin:0 0 4px!important;
  color:#64748b!important;font-size:11px!important;font-weight:900!important;
  text-transform:uppercase!important;letter-spacing:.08em!important;line-height:1.1!important;
}
.pbp-summary-card-value{
  display:block!important;color:#0f172a!important;font-size:18px!important;
  line-height:1.18!important;font-weight:950!important;overflow-wrap:anywhere!important;
}
.pbp-flow-card .pbp-guide-box{
  padding:16px!important;margin-bottom:18px!important;
}
.pbp-flow-card .pbp-how{margin:0 0 20px!important}
.pbp-flow-card .pbp-inline-info{padding:16px!important;margin:0 0 14px!important}
.pbp-service{
  padding:16px!important;
}
.pbp-service-shell{
  display:grid!important;
  grid-template-columns:190px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:stretch!important;
}
.pbp-service-media{min-width:0!important}
.pbp-service-media img,
.pbp-service-mark{
  width:100%!important;
  height:126px!important;
  aspect-ratio:auto!important;
  border-radius:22px!important;
  object-fit:cover!important;
}
.pbp-service-content{
  min-width:0!important;
  display:grid!important;
  gap:12px!important;
  align-content:space-between!important;
}
.pbp-service-body strong{
  display:block!important;
  font-size:23px!important;
  line-height:1.08!important;
  margin-bottom:8px!important;
}
.pbp-service-body p{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  margin:10px 0 0!important;
  color:#667085!important;
  font-size:14px!important;
  line-height:1.45!important;
}
.pbp-service-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-top:auto!important;
}
.pbp-more{
  margin:0!important;
  padding:9px 12px!important;
  border:1px solid rgba(8,127,112,.14)!important;
  border-radius:999px!important;
  background:#f5fffb!important;
  color:var(--pbp-brand-dark)!important;
  font-weight:900!important;
  text-decoration:none!important;
}
.pbp-service-cta{
  min-height:44px!important;
  border:0!important;
  border-radius:999px!important;
  padding:0 18px!important;
  background:var(--pbp-brand)!important;
  color:#fff!important;
  font-weight:950!important;
  cursor:pointer!important;
  box-shadow:0 14px 30px rgba(8,127,112,.18)!important;
}
.pbp-service-cta:hover{background:#06685c!important}
@media(max-width:760px){
  .pbp-summary-grid{grid-template-columns:1fr!important}
  .pbp-summary-card.is-wide{grid-column:auto!important}
  .pbp-service-shell{grid-template-columns:1fr!important;gap:14px!important}
  .pbp-service-media img,.pbp-service-mark{height:180px!important}
  .pbp-service-actions{flex-direction:column;align-items:stretch!important}
  .pbp-service-cta,.pbp-more{width:100%!important;text-align:center!important;justify-content:center!important}
}


/* v2.0.17 same-day booking confirmation modal */
.pbp-confirm-modal{
  width:min(560px,calc(100vw - 32px))!important;
}
.pbp-confirm-body{
  padding:34px 32px 10px!important;
  text-align:left!important;
}
.pbp-confirm-icon{
  width:54px!important;
  height:54px!important;
  border-radius:18px!important;
  background:#fff3cd!important;
  color:#b45309!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-weight:950!important;
  font-size:30px!important;
  margin:0 0 18px!important;
}
.pbp-confirm-body h2{
  margin:0 0 10px!important;
  color:#0f172a!important;
  font-size:30px!important;
  line-height:1.05!important;
  letter-spacing:-.04em!important;
}
.pbp-confirm-body p{
  margin:0!important;
  color:#475569!important;
  font-size:17px!important;
  line-height:1.55!important;
}
.pbp-confirm-body .pbp-confirm-muted{
  margin-top:12px!important;
  color:#64748b!important;
  font-size:15px!important;
}
@media(max-width:640px){
  .pbp-confirm-body{padding:28px 22px 8px!important}
  .pbp-confirm-body h2{font-size:26px!important}
}
