.mhpt-wrap{
  --mhpt-accent:#1c2f75;
  --mhpt-accent-soft:#eef2ff;
  --mhpt-warm:#ffdf60;
  --mhpt-warm-soft:#fff8d8;
  --mhpt-line:#e5eaf4;
  --mhpt-text:#1d2a44;
  --mhpt-muted:#64748b;
  --mhpt-sticky-top:0px;
  --mhpt-levels-height:92px;
  position:relative;
  color:var(--mhpt-text);
  font-family:inherit;
  margin:24px 0;
}
.mhpt-levels{
  position:sticky;
  top:var(--mhpt-sticky-top);
  z-index:40;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
  padding:18px;
  border:1px solid var(--mhpt-line);
  border-radius:24px;
  box-shadow:0 12px 30px rgba(28,47,117,.08);
  margin-bottom:16px;
}
.admin-bar .mhpt-levels{top:32px}
.mhpt-level{
  border:1px solid #d6def0;
  background:#fff;
  color:var(--mhpt-accent);
  border-radius:999px;
  padding:14px 20px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
  cursor:pointer;
  transition:.2s ease;
}
.mhpt-level:hover{border-color:var(--mhpt-accent);transform:translateY(-1px)}
.mhpt-level.is-active{
  background:var(--mhpt-accent);
  border-color:var(--mhpt-accent);
  color:#fff;
  box-shadow:0 12px 24px rgba(28,47,117,.18);
}
.mhpt-table-shell{
  overflow-x:auto;
  overflow-y:visible;
  border:1px solid var(--mhpt-line);
  border-radius:28px;
  background:#fff;
  box-shadow:0 16px 38px rgba(28,47,117,.08);
}
.mhpt-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  min-width:980px;
  table-layout:fixed;
}
.mhpt-table thead th{
  position:sticky;
  top:calc(var(--mhpt-sticky-top) + var(--mhpt-levels-height) + 12px);
  z-index:35;
  background:var(--mhpt-warm-soft);
  color:#0f1a33;
  text-align:center;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.04em;
  border-bottom:1px solid #f0d86f;
  padding:16px 16px;
}
.mhpt-table thead th:nth-child(odd){background:var(--mhpt-warm)}
.mhpt-table thead th:first-child{text-align:left;padding-left:22px}
.mhpt-table thead th:last-child{background:var(--mhpt-warm)}
.mhpt-table tbody td{
  border-bottom:1px solid #eef2f8;
  padding:18px 16px;
  vertical-align:middle;
  background:#fff!important;
  height:104px;
}
.mhpt-table tbody tr:nth-child(even) td{background:#fbfcff!important}
.mhpt-table tbody tr:hover td{background:#f8faff!important}
.mhpt-table tbody tr:first-child td{background:#fff!important}
.mhpt-col-service{width:38%}
.mhpt-col-action{width:170px}
.mhpt-service-name{font-weight:800;font-size:17px;line-height:1.35;color:#22304b;padding:0 16px!important;text-align:center;vertical-align:middle;height:104px;background:#fff!important}
.mhpt-service-inner{min-height:104px;display:flex;align-items:center;justify-content:center;gap:10px;width:100%}
.mhpt-service-name span{display:inline-block;vertical-align:middle}.mhpt-service-name .mhpt-info{vertical-align:middle}
.mhpt-info{
  display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;margin-left:0;width:28px;height:28px;border-radius:999px;
  border:1px solid #b8c6eb;background:var(--mhpt-accent-soft);color:var(--mhpt-accent);font-weight:900;font-size:13px;cursor:pointer;vertical-align:middle;transition:.18s ease;
}
.mhpt-info:hover,.mhpt-info:focus{background:var(--mhpt-accent);color:#fff;border-color:var(--mhpt-accent)}
.mhpt-price,.mhpt-price-empty{display:none}
.mhpt-price.is-visible,.mhpt-price-empty.is-visible{display:inline-flex}
.mhpt-price{
  position:relative;align-items:baseline;gap:4px;justify-content:center;border:1px solid #c9d3ee;background:#fff;color:var(--mhpt-accent);
  border-radius:16px;min-width:88px;padding:10px 12px;cursor:pointer;font-size:14px;font-weight:700;transition:.2s ease;box-shadow:0 8px 18px rgba(28,47,117,.06);
}
.mhpt-price strong{font-size:17px}
.mhpt-price:hover,.mhpt-price.is-selected{transform:translateY(-2px);box-shadow:0 14px 26px rgba(28,47,117,.16);background:var(--mhpt-accent);border-color:var(--mhpt-accent);color:#fff}
.mhpt-price.is-selected::after{content:'✓';position:absolute;top:-7px;right:-7px;width:20px;height:20px;border-radius:999px;background:var(--mhpt-warm);color:var(--mhpt-accent);border:2px solid #fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;box-shadow:0 8px 18px rgba(28,47,117,.16)}
.mhpt-price-empty{align-items:center;justify-content:center;min-width:88px;padding:10px 12px;color:#a8b3ca;border:1px dashed #d8dfef;border-radius:16px;background:#fff}
.mhpt-price-cell{text-align:center}
.mhpt-action-cell{text-align:right}
.mhpt-note{font-size:14px;line-height:1.55;color:#44516b;margin-bottom:8px;text-align:left;max-width:420px}
.mhpt-booking-trigger .btn,
.mhpt-booking-trigger .pix-button,
.mhpt-booking-trigger a,
.mhpt-book-btn{
  border-radius:999px!important;background:var(--mhpt-accent)!important;border-color:var(--mhpt-accent)!important;color:#fff!important;font-weight:800!important;
  box-shadow:0 14px 26px rgba(28,47,117,.18)!important;white-space:nowrap;text-decoration:none!important;
}
.mhpt-book-btn{border:0;padding:13px 22px;cursor:pointer}
.mhpt-booking-trigger .btn:hover,.mhpt-booking-trigger .pix-button:hover,.mhpt-booking-trigger a:hover,.mhpt-book-btn:hover{filter:brightness(1.05);transform:translateY(-1px)}
.mhpt-special-cell{text-align:center;background:#fffef7!important}
.mhpt-special-content{display:inline-block;max-width:720px;text-align:center;font-size:14px;line-height:1.7;color:#374151;padding:6px 10px}
.mhpt-special-content p{margin:0 0 10px}.mhpt-special-content strong{color:#111827}
.mhpt-special-content .raseda-grid,.mhpt-special-content .row{display:grid!important;grid-template-columns:1fr 1fr;gap:12px;align-items:center;margin:6px 0}
.mhpt-special-content .raseda-col,.mhpt-special-content .column{text-align:center!important}
.mhpt-modal[aria-hidden="true"]{display:none}
.mhpt-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px}
.mhpt-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.54);backdrop-filter:blur(3px)}
.mhpt-modal-card{position:relative;background:#fff;border-radius:24px;box-shadow:0 24px 80px rgba(0,0,0,.24);max-width:760px;width:min(760px,100%);max-height:82vh;overflow:auto;padding:30px}
.mhpt-modal-close{position:absolute;right:18px;top:16px;width:34px;height:34px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:24px;line-height:1;cursor:pointer}
.mhpt-modal h3{font-size:22px;line-height:1.25;margin:0 42px 14px 0;color:var(--mhpt-accent)}
.mhpt-modal-content{font-size:15px;line-height:1.7;color:#374151}
.mhpt-modal-content p{margin:0 0 14px}
.mhpt-modal-content ul{margin:10px 0 16px 22px}
.mhpt-modal-content li{margin:6px 0}
.mhpt-modal-content strong{color:#111827}
.mhpt-modal-open{overflow:hidden}
.mhpt-tooltip-popover{position:fixed;z-index:99998;width:min(420px,calc(100vw - 24px));opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;pointer-events:none}
.mhpt-tooltip-popover.is-visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.mhpt-tooltip-card{position:relative;background:#fff;border:1px solid #dce3f2;border-radius:18px;box-shadow:0 22px 56px rgba(28,47,117,.18);padding:16px 18px}
.mhpt-tooltip-card:before{content:'';position:absolute;left:24px;top:-8px;width:14px;height:14px;background:#fff;border-left:1px solid #dce3f2;border-top:1px solid #dce3f2;transform:rotate(45deg)}
.mhpt-tooltip-title{font-size:15px;line-height:1.35;font-weight:800;color:var(--mhpt-accent);margin:0 0 8px}
.mhpt-tooltip-content{font-size:14px;line-height:1.65;color:#3a4965}.mhpt-tooltip-content p{margin:0 0 10px}.mhpt-tooltip-content ul{margin:10px 0 12px 20px}.mhpt-tooltip-content li{margin:5px 0}.mhpt-tooltip-content strong{color:#111827}
@media(max-width:782px){
  .admin-bar .mhpt-levels{top:46px}
  .mhpt-wrap{margin:18px 0}
  .mhpt-levels{top:0;border-radius:18px;gap:8px;padding:12px}
  .mhpt-level{font-size:11px;padding:10px 12px}
  .mhpt-table{min-width:0;table-layout:auto}
  .mhpt-table thead{display:none}
  .mhpt-table-shell{overflow:visible;border:0;box-shadow:none;background:transparent}
  .mhpt-table,.mhpt-table tbody,.mhpt-table tr,.mhpt-table td{display:block;width:100%}
  .mhpt-table tr{border:1px solid var(--mhpt-line);border-radius:22px;background:#fff;margin:14px 0;box-shadow:0 12px 28px rgba(15,23,42,.06);overflow:hidden}
  .mhpt-table td{border-bottom:0;padding:14px 16px;height:auto;background:#fff!important}
  .mhpt-table tbody tr:nth-child(even) td{background:#fff}
  .mhpt-service-name{font-size:16px;padding:14px 16px!important;text-align:left;height:auto}
  .mhpt-service-inner{min-height:0;justify-content:flex-start}
  .mhpt-price-cell{text-align:left;display:flex!important;justify-content:space-between;align-items:center}
  .mhpt-price-cell:before{content:attr(data-duration);font-weight:800;color:#374151}
  .mhpt-action-cell{text-align:left}
  .mhpt-note{max-width:none}
  .mhpt-special-cell{text-align:left}
  .mhpt-special-content{text-align:left;max-width:none;padding:0}
  .mhpt-special-content .raseda-grid,.mhpt-special-content .row{grid-template-columns:1fr}
  .mhpt-modal{padding:14px}
  .mhpt-modal-card{border-radius:18px;padding:24px 18px}
  .mhpt-modal h3{font-size:18px}
  .mhpt-tooltip-popover{display:none!important}
}

.admin-bar .mhpt-wrap{--mhpt-sticky-top:32px}
@media(max-width:782px){.admin-bar .mhpt-wrap{--mhpt-sticky-top:46px}}

/* v0.3.2 sticky panel fix */
.mhpt-sticky-panel{
  position:sticky;
  top:var(--mhpt-sticky-top);
  z-index:80;
  background:#fff;
  border:1px solid var(--mhpt-line);
  border-radius:24px;
  box-shadow:0 12px 30px rgba(28,47,117,.08);
  overflow:hidden;
  margin-bottom:16px;
}
.mhpt-sticky-panel .mhpt-levels{
  position:relative!important;
  top:auto!important;
  z-index:1;
  margin:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:rgba(255,255,255,.96);
}
.mhpt-head-grid{
  display:grid;
  grid-template-columns:32% repeat(4, 1fr) 170px;
  align-items:stretch;
  border-top:1px solid var(--mhpt-line);
}
.mhpt-head-cell{
  min-height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--mhpt-warm-soft);
  color:#0f1a33;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
  border-right:1px solid rgba(28,47,117,.08);
}
.mhpt-head-cell:nth-child(odd){background:var(--mhpt-warm)}
.mhpt-head-service{justify-content:flex-start;padding-left:22px;background:var(--mhpt-warm)!important}
.mhpt-head-action{background:var(--mhpt-warm)!important;border-right:0}
.mhpt-table thead{display:none!important}
.mhpt-table-shell{overflow-x:auto;overflow-y:visible;border-radius:24px}
.mhpt-table tbody tr:first-child td{background:#fff!important}
.mhpt-table tbody tr:first-child .mhpt-service-name{background:#fff!important}
.mhpt-service-name{width:38%;background:#fff!important}
.mhpt-action-cell{width:170px}
@media(max-width:782px){
  .mhpt-sticky-panel{position:sticky;top:0;border-radius:18px;margin-bottom:14px}
  .admin-bar .mhpt-sticky-panel{top:46px}
  .mhpt-head-grid{display:none}
  .mhpt-sticky-panel .mhpt-levels{padding:12px}
}

/* v0.3.3 sticky layout: levels separate, table header directly above services */
.mhpt-wrap{
  --mhpt-sticky-top:86px;
}
.admin-bar .mhpt-wrap{
  --mhpt-sticky-top:118px;
}
.mhpt-sticky-panel{
  position:sticky;
  top:var(--mhpt-sticky-top);
  z-index:90;
  background:#fff;
  border:1px solid var(--mhpt-line);
  border-radius:24px;
  box-shadow:0 12px 30px rgba(28,47,117,.08);
  overflow:visible;
  margin-bottom:14px;
}
.mhpt-sticky-panel .mhpt-levels{
  position:relative!important;
  top:auto!important;
  z-index:1;
  margin:0!important;
  border:0!important;
  border-radius:24px!important;
  box-shadow:none!important;
  background:rgba(255,255,255,.96)!important;
}
.mhpt-head-grid{
  position:sticky;
  top:calc(var(--mhpt-sticky-top) + var(--mhpt-levels-height) + 14px);
  z-index:80;
  display:grid;
  grid-template-columns:38% repeat(3, 1fr) 170px;
  align-items:stretch;
  min-width:980px;
  margin:0;
  border-top:0;
  border-bottom:1px solid rgba(28,47,117,.12);
  box-shadow:0 10px 18px rgba(28,47,117,.06);
}
.mhpt-head-cell{
  min-height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--mhpt-warm-soft);
  color:#0f1a33;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
  border-right:1px solid rgba(28,47,117,.08);
}
.mhpt-head-cell:nth-child(odd){background:var(--mhpt-warm)}
.mhpt-head-service{justify-content:flex-start;padding-left:22px;background:var(--mhpt-warm)!important}
.mhpt-head-action{background:var(--mhpt-warm)!important;border-right:0}
.mhpt-table-shell{
  overflow-x:auto;
  overflow-y:visible;
  border-radius:24px;
}
.mhpt-table thead{display:none!important}
.mhpt-wrap .mhpt-table tbody tr:first-child td,
.mhpt-wrap .mhpt-table tbody tr:first-child .mhpt-service-name,
.mhpt-wrap .mhpt-table tbody tr:first-child .mhpt-price-cell,
.mhpt-wrap .mhpt-table tbody tr:first-child .mhpt-action-cell{
  background:#fff!important;
  background-color:#fff!important;
}
@media(max-width:782px){
  .mhpt-wrap{--mhpt-sticky-top:0px}
  .admin-bar .mhpt-wrap{--mhpt-sticky-top:46px}
  .mhpt-sticky-panel{top:var(--mhpt-sticky-top);border-radius:18px;margin-bottom:14px}
  .mhpt-sticky-panel .mhpt-levels{padding:12px!important;border-radius:18px!important}
  .mhpt-head-grid{display:none!important}
}


/* v0.3.4 sticky stack fix: levels + header stay together above services */
.mhpt-wrap{
  --mhpt-sticky-top:96px;
}
.admin-bar .mhpt-wrap{
  --mhpt-sticky-top:128px;
}
.mhpt-sticky-panel{
  position:sticky;
  top:var(--mhpt-sticky-top);
  z-index:95;
  background:#fff;
  border:1px solid var(--mhpt-line);
  border-radius:24px;
  box-shadow:0 12px 30px rgba(28,47,117,.08);
  overflow:hidden;
  margin-bottom:14px;
}
.mhpt-sticky-panel .mhpt-levels{
  position:relative!important;
  top:auto!important;
  z-index:1;
  margin:0!important;
  border:0!important;
  border-bottom:1px solid var(--mhpt-line)!important;
  border-radius:24px 24px 0 0!important;
  box-shadow:none!important;
  background:rgba(255,255,255,.98)!important;
}
.mhpt-sticky-panel .mhpt-head-grid{
  position:relative;
  top:auto;
  z-index:1;
  display:grid;
  grid-template-columns:38% repeat(3, 1fr) 170px;
  align-items:stretch;
  width:100%;
  min-width:980px;
  margin:0;
  border:0;
  border-bottom:1px solid rgba(28,47,117,.12);
  box-shadow:none;
}
.mhpt-sticky-panel .mhpt-head-cell{
  min-height:62px;
}
.mhpt-table-shell{
  overflow-x:auto;
  overflow-y:visible;
  border-radius:24px;
}
.mhpt-table thead{display:none!important;}
@media(max-width:782px){
  .mhpt-wrap{--mhpt-sticky-top:0px;}
  .admin-bar .mhpt-wrap{--mhpt-sticky-top:46px;}
  .mhpt-sticky-panel{top:var(--mhpt-sticky-top);border-radius:18px;margin-bottom:14px;}
  .mhpt-sticky-panel .mhpt-levels{padding:12px!important;border-radius:18px!important;border-bottom:0!important;}
  .mhpt-sticky-panel .mhpt-head-grid{display:none!important;}
}


/* v0.3.5: center service header */
.mhpt-head-service{
  justify-content:center!important;
  padding-left:0!important;
  text-align:center!important;
}


/* v0.3.7 fixes */
.mhpt-head-service{justify-content:center!important;text-align:center!important;padding-left:0!important;}


/* v0.3.8 refinements */
.mhpt-sticky-panel .mhpt-head-service{
  justify-content:center!important;
  padding-left:0!important;
  text-align:center!important;
}


/* v0.5.1: price boxes are the booking buttons; separate booking column removed */
.mhpt-head-grid,
.mhpt-sticky-panel .mhpt-head-grid{
  grid-template-columns:38% repeat(4, 1fr) !important;
}
.mhpt-table{
  min-width:820px;
}
.mhpt-col-action,
.mhpt-action-cell,
.mhpt-head-action{
  display:none!important;
  width:0!important;
  padding:0!important;
}
.mhpt-popup-opener{
  position:absolute!important;
  left:-99999px!important;
  top:auto!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:auto!important;
}

.mhpt-price{
  cursor:pointer;
}
.mhpt-price-empty{
  cursor:not-allowed!important;
  opacity:.72;
}
.mhpt-locked-field{
  background:#f1f3f6!important;
  color:#6b7280!important;
  border-color:#d9dee8!important;
  cursor:not-allowed!important;
  pointer-events:none!important;
  box-shadow:none!important;
}
select.mhpt-locked-field{
  appearance:none;
  -webkit-appearance:none;
  background-image:none!important;
}
@media(max-width:782px){
  .mhpt-table{min-width:0;}
}


/* v0.5.3 tegijate tooltipi info ikoon */
.mhpt-level-item{display:inline-flex;align-items:center;gap:6px;}
.mhpt-level-info{width:24px;height:24px;font-size:12px;margin-left:0;}
@media(max-width:782px){.mhpt-level-item{gap:4px}.mhpt-level-info{width:22px;height:22px;font-size:11px}}


/* v0.5.5 tooltip rich text cleanup */
.mhpt-tooltip-content,
.mhpt-modal-content{
  color:#111827!important;
}
.mhpt-tooltip-content p,
.mhpt-modal-content p{
  display:block!important;
  margin:0 0 10px!important;
  color:#111827!important;
  line-height:1.6!important;
}
.mhpt-tooltip-content p:last-child,
.mhpt-modal-content p:last-child{
  margin-bottom:0!important;
}
.mhpt-tooltip-content ul,
.mhpt-modal-content ul{
  list-style:disc outside!important;
  margin:10px 0 14px 22px!important;
  padding-left:18px!important;
}
.mhpt-tooltip-content ol,
.mhpt-modal-content ol{
  list-style:decimal outside!important;
  margin:10px 0 14px 22px!important;
  padding-left:18px!important;
}
.mhpt-tooltip-content li,
.mhpt-modal-content li{
  display:list-item!important;
  margin:5px 0!important;
  color:#111827!important;
  line-height:1.55!important;
}
.mhpt-tooltip-content li::marker,
.mhpt-modal-content li::marker{
  color:#1c2f75;
}
.mhpt-tooltip-content strong,
.mhpt-modal-content strong{
  color:#111827!important;
  font-weight:700!important;
}


/* v0.5.8 CF7 success view inside popup */
.wpcf7-form.mhpt-form-success-state{
  width:100%;
}
.wpcf7-form .mhpt-booking-success{
  width:100%;
  min-height:420px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:56px 32px;
  color:#111827;
  background:#fff;
}
.wpcf7-form .mhpt-booking-success-icon{
  width:86px;
  height:86px;
  border-radius:50%;
  border:8px solid #356348;
  color:#356348;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:44px;
  font-weight:800;
  line-height:1;
  margin:0 0 36px;
}
.wpcf7-form .mhpt-booking-success h3{
  margin:0 0 26px;
  color:#111827;
  font-size:52px;
  line-height:1.1;
  font-weight:800;
}
.wpcf7-form .mhpt-booking-success p{
  max-width:780px;
  margin:0 auto 34px;
  color:#111827;
  font-size:30px;
  line-height:1.45;
  font-weight:500;
}
.wpcf7-form .mhpt-booking-success-close{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:14px 30px;
  border-radius:10px;
  border:1px solid #1c2f75;
  background:#1c2f75;
  color:#ffffff;
  font-size:24px;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 5px 12px rgba(43,33,27,.13);
}
.wpcf7-form .mhpt-booking-success-close:hover,
.wpcf7-form .mhpt-booking-success-close:focus{
  background:#15265f;
  border-color:#15265f;
  color:#ffffff;
}
@media(max-width:782px){
  .wpcf7-form .mhpt-booking-success{
    min-height:340px;
    padding:42px 20px;
  }
  .wpcf7-form .mhpt-booking-success-icon{
    width:70px;
    height:70px;
    border-width:6px;
    font-size:34px;
    margin-bottom:26px;
  }
  .wpcf7-form .mhpt-booking-success h3{
    font-size:38px;
    margin-bottom:18px;
  }
  .wpcf7-form .mhpt-booking-success p{
    font-size:21px;
    margin-bottom:26px;
  }
  .wpcf7-form .mhpt-booking-success-close{
    min-height:52px;
    font-size:19px;
  }
}
