/* ============================================================
   HydraFacial landing page — page-scoped styles.
   Everything else reuses the site's shared classes (.lz-hero,
   .lz-usp, .lz-steps, .lz-conviction, .lz-ctab-trust).
   ============================================================ */

/* ---- Hero: which salons run the treatment (city pages only) ---- */
.hf-salons {
  display: flex; align-items: center; gap: 7px;
  margin: 2px 0 0;
  font-family: var(--sans); font-weight: 500; font-size: 14px;
  color: var(--ink-soft);
}
.hf-salons svg { width: 16px; height: 16px; flex: none; color: var(--red); }

/* ---- Hero super-price — clean typographic treatment, no plate ---- */
.hf-price { margin: 6px 0 20px; }
.hf-price__eyebrow {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--sans); font-weight: 700; font-size: 11.5px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--red);
  margin-bottom: 12px;
}
.hf-price__off {
  display: inline-flex; align-items: center;
  background: var(--red); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: .04em;
  padding: 3px 8px; border-radius: 999px;
}

/* red inline highlight */
.hf-red { color: var(--red); font-weight: 600; }
.hf-price__row { display: inline-flex; align-items: center; gap: 22px; }
.hf-price__tier { display: flex; flex-direction: column; gap: 3px; }
.hf-price__pk {
  font-family: var(--sans); font-weight: 600; font-size: 11.5px;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint);
}
.hf-price__amt { font-family: var(--serif); font-weight: 600; font-size: 38px; line-height: 1; color: var(--red); }
.hf-price__div { width: 1px; height: 42px; background: var(--line); }

/* ---- "Какво е + За кого" block (after hero) ---- */
.hf-about { max-width: 820px; margin: 0 auto; text-align: center; }
.hf-center { justify-content: center; }
.hf-about__p {
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 16px auto 0;
  max-width: 70ch;
  text-wrap: pretty;
}
.hf-about__p b { color: var(--graphite); font-weight: 600; }

.hf-usesttl {
  text-align: center;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 28px;
  color: var(--red);
  margin: 46px 0 30px;
}
.hf-usesttl em { font-style: italic; }

.hf-uses { display: grid; grid-template-columns: 1fr; gap: 30px 24px; }
.hf-use { text-align: center; }
.hf-use__ic {
  width: 62px;
  height: 62px;
  margin: 0 auto 16px;
  border-radius: 50%;
  border: 1px solid var(--sage-soft);
  display: grid;
  place-items: center;
  color: var(--sage);
}
.hf-use__ic svg { width: 30px; height: 30px; }
.hf-use h4 { font-family: var(--sans); font-weight: 600; font-size: 19px; margin: 0 0 7px; color: var(--graphite); }
.hf-use p { font-size: 14px; color: var(--ink-soft); margin: 0 auto; max-width: 26ch; line-height: 1.45; }

/* Booking-nudge card at the end of the block reuses .lz-conviction styling */
.hf-cta { margin-top: 40px; }

/* ---- Red animated CTA button (Laser Zona — Червен бутон) ---- */
.lz-cta {
  position: relative; overflow: hidden; isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--sans); font-weight: 600; font-size: 15.5px;
  letter-spacing: .01em; color: #fff; background: var(--red); text-decoration: none;
  border: none; cursor: pointer; height: 48px; padding: 0 32px; box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 10px 26px rgba(214, 58, 54, .34);
  transition: transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s cubic-bezier(.22, 1, .36, 1);
  -webkit-tap-highlight-color: transparent;
}
.lz-cta svg { width: 17px; height: 17px; flex: none; }
.lz-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(214, 58, 54, .44); }
.lz-cta:active { transform: scale(.98); }
/* continuous, smooth shine sweep */
.lz-cta::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 220%; z-index: -1;
  background: linear-gradient(100deg,
    transparent 30%,
    rgba(255, 255, 255, .14) 42%,
    rgba(255, 255, 255, .40) 50%,
    rgba(255, 255, 255, .14) 58%,
    transparent 70%);
  transform: translateX(-60%);
  animation: lz-cta-shine 4.6s ease-in-out infinite;
}
@keyframes lz-cta-shine {
  0% { transform: translateX(-60%); }
  60%, 100% { transform: translateX(60%); }
}
@media (prefers-reduced-motion: reduce) {
  .lz-cta::before { animation: none; }
}
/* keep the nudge-card button's spacing when it uses .lz-cta */
.lz-conviction__card .lz-cta { margin-top: 26px; }
/* sticky mobile bar: hidden on this page for now */
.lz-mcta { display: none; padding: 8px 16px calc(12px + env(safe-area-inset-bottom)); }
.lz-mcta .lz-cta { flex: 1; height: 40px; font-size: 14px; }
/* comparison sum-card CTAs: full-width, shorter (40px) */
.hf1-sum .lz-cta, .hfm-sum .lz-cta { width: 100%; height: 40px; padding: 0 12px; font-size: 13px; gap: 7px; }
.hf1-sum .lz-cta svg, .hfm-sum .lz-cta svg { width: 15px; height: 15px; }

/* This page only: header = homepage look WITHOUT the centre menu.
   Reuses partial('header') and hides the nav, burger and mobile menu.
   (hydrafacial.css loads only on /hydrafacial, so other pages are untouched.) */
.lz-header .lz-nav,
.lz-header .lz-burger,
.lz-header .lz-mobile-menu,
.lz-header .lz-city { display: none; }

/* This page only: booking-form submit goes red too (shared partial → override here). */
.lz-form button[type="submit"] {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--red); color: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 26px rgba(214, 58, 54, .34);
}
.lz-form button[type="submit"]:hover {
  background: var(--red);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(214, 58, 54, .44);
}
.lz-form button[type="submit"]:active { transform: scale(.98); }
.lz-form button[type="submit"]::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 220%; z-index: -1;
  background: linear-gradient(100deg,
    transparent 30%,
    rgba(255, 255, 255, .14) 42%,
    rgba(255, 255, 255, .40) 50%,
    rgba(255, 255, 255, .14) 58%,
    transparent 70%);
  transform: translateX(-60%);
  animation: lz-cta-shine 4.6s ease-in-out infinite;
}

/* ---- "Защо оригиналният" — four cards in a row on desktop ---- */
@container lzpage (min-width: 760px) {
  .lz-usp-grid.hf-grid4 { grid-template-columns: repeat(4, 1fr); }
  .hf-uses { grid-template-columns: repeat(3, 1fr); gap: 44px 32px; }
  .hf-usesttl { font-size: 32px; margin: 56px 0 40px; }
  .hf-cta { margin-top: 52px; }
}

@container lzpage (max-width: 759px) {
  /* over the hero photo: gold accents + halo (like the h1 em), no plate */
  .hf-price__row { gap: 18px; }
  .hf-price__amt { font-size: 30px; color: #e8b04b; text-shadow: 0 1px 14px rgba(0, 0, 0, .55); }
  .hf-price__eyebrow { color: #e8b04b; text-shadow: 0 1px 14px rgba(0, 0, 0, .55); }
  .hf-price__pk { color: #f1e9dc; text-shadow: 0 1px 14px rgba(0, 0, 0, .55); }
  .hf-price__div { background: rgba(255, 255, 255, .4); height: 38px; }
  .hf-about__p { font-size: 15px; }
  .hf-uses { grid-template-columns: 1fr 1fr; gap: 26px 14px; }
  .hf-usesttl { font-size: 23px; margin: 38px 0 26px; }
  .hf-use__ic { width: 54px; height: 54px; }
  .hf-use__ic svg { width: 26px; height: 26px; }
  .hf-use h4 { font-size: 16px; }
  .hf-use p { font-size: 12.5px; }
  .hf-cta .lz-conviction__card { padding: 24px; }
}

/* ============================================================
   PACKAGE COMPARISON — HydraFacial 4в1 vs 6в1
   Package-specific palette (--rose = 4в1, --g gold = 6в1) is
   scoped here; everything else reuses the site tokens.
   ============================================================ */
.hf-cmp {
  --rose:#cf9f97; --rose-hi:#dcb1aa; --rose-deep:#b17a70; --rose-tint:#f6ece9;
  --g:#be8b53; --g-hi:#cd9d67; --g-deep:#9c6f38; --g-tint:#f4ecdd; --g-ribbon:#8a6636;
}
.hf-cmp .hf-eyebrow { font-size:12px; font-weight:700; letter-spacing:.22em; text-transform:uppercase; color:var(--sage); display:inline-flex; align-items:center; gap:11px; margin:0 0 12px; }
.hf-cmp .hf-eyebrow::before { content:""; width:26px; height:1px; background:var(--sage); }
.hf-cmp .hf-title { font-family:var(--serif); font-weight:500; font-size:38px; line-height:1.05; letter-spacing:-.01em; margin:0 0 8px; }
.hf-cmp .hf-title em { font-style:italic; color:var(--sage); }
.hf-cmp .hf-sub { font-size:14.5px; color:var(--ink-soft); max-width:56ch; margin:0 0 34px; line-height:1.6; }

.hf-check, .hf-dash { display:inline-grid; place-items:center; }
.hf-check svg { width:22px; height:22px; }
.hf-dash { width:20px; height:2px; background:var(--ink-faint); opacity:.5; border-radius:2px; }
.mk-rose { color:var(--rose-deep); }
.mk-gold { color:var(--g-deep); }

.hf-ribbon { position:absolute; top:15px; right:-40px; transform:rotate(45deg); background:var(--g-ribbon); color:#fff; font-size:11px; font-weight:700; letter-spacing:.22em; padding:6px 48px; box-shadow:0 5px 14px rgba(58,51,44,.28); z-index:3; }

.hf-btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; font-family:var(--sans); font-weight:600; font-size:14px; padding:12px 22px; border-radius:12px; cursor:pointer; border:1.5px solid transparent; transition:transform .3s var(--ease),box-shadow .3s,background .3s,color .3s; text-decoration:none; white-space:nowrap; }
.hf-btn svg { width:15px; height:15px; }
.hf-btn--ghost { background:var(--paper); border-color:var(--rose); color:var(--rose-deep); }
.hf-btn--ghost:hover { background:var(--rose-tint); transform:translateY(-2px); }
.hf-btn--gold { background:var(--g); color:#fff; box-shadow:0 10px 24px rgba(190,139,83,.34); }
.hf-btn--gold:hover { background:var(--g-deep); transform:translateY(-2px); }

.hf-num { width:46px; height:46px; border-radius:50%; background:var(--sage-tint); color:var(--sage-deep); display:grid; place-items:center; flex:none; font-family:var(--serif); font-weight:600; font-size:19px; position:relative; }
.hf-num::after { content:""; position:absolute; inset:3px; border-radius:50%; border:1px solid rgba(111,93,75,.16); }
.hf-num i, .hfm-num i { font-style:normal; display:block; line-height:1; font-variant-numeric:tabular-nums; letter-spacing:.04em; transform:translateY(1px); }
.hf-num__sum svg { width:22px; height:22px; }

/* ---- desktop table ---- */
.hf-cmp__d { display:none; }
.hf-cmp__m { display:block; }
.hf1 { --tpl:minmax(0,1fr) 210px 210px; background:var(--paper); border-radius:24px; box-shadow:var(--shadow-md); border:1px solid var(--line-soft); overflow:hidden; }
.hf1-head { display:grid; grid-template-columns:var(--tpl); gap:16px; align-items:stretch; padding:22px; }
.hf1-head__intro { display:flex; flex-direction:column; justify-content:center; padding:6px 8px; }
.hf1-head__intro .k { font-size:11px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:var(--sage); margin-bottom:8px; }
.hf1-head__intro h3 { font-family:var(--serif); font-weight:500; font-size:22px; line-height:1.15; margin:0; }
.hf1-pcard { position:relative; border-radius:18px; padding:20px; color:#fff; display:flex; flex-direction:column; gap:10px; overflow:hidden; box-shadow:0 14px 30px rgba(58,51,44,.16); }
.hf1-pcard--rose { background:linear-gradient(158deg,var(--rose-hi),var(--rose) 92%); }
.hf1-pcard--gold { background:linear-gradient(158deg,var(--g-hi),var(--g) 92%); }
.hf1-pcard__name { font-size:11px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; opacity:.9; }
.hf1-pcard__tier { font-family:var(--serif); font-weight:600; font-size:26px; line-height:1; margin-top:-2px; }
.hf1-pcard__price { font-family:var(--serif); font-weight:600; font-size:38px; line-height:1; margin-top:2px; white-space:nowrap; }
.hf1-pcard__price small { font-family:var(--sans); font-size:12px; font-weight:500; opacity:.85; margin-left:4px; }
/* duration chip on the package cards */
.hf-pcard__dur { display:inline-flex; align-items:center; align-self:flex-start; gap:6px; margin-top:2px; font-family:var(--sans); font-size:12px; font-weight:600; color:#fff; background:rgba(255,255,255,.18); border-radius:999px; padding:3px 10px; }
.hf-pcard__dur svg { width:13px; height:13px; flex:none; }
.hf1-row { display:grid; grid-template-columns:var(--tpl); gap:16px; align-items:center; padding:0 22px; border-top:1px solid var(--line-soft); min-height:96px; }
.hf1-feat { display:flex; align-items:center; gap:16px; padding:14px 0; }
.hf1-feat h4 { font-size:15.5px; font-weight:600; margin:0 0 3px; }
.hf1-feat p { font-size:12.5px; color:var(--ink-faint); margin:0; line-height:1.5; max-width:42ch; }
.hf1-mark { display:grid; place-items:center; }
.hf1-foot { display:grid; grid-template-columns:var(--tpl); gap:16px; align-items:stretch; padding:20px 22px 24px; border-top:1px solid var(--line); background:linear-gradient(var(--cream),var(--paper)); }
.hf1-foot .hf1-feat h4 { font-size:16px; }
.hf1-sum { border-radius:16px; padding:16px 18px; display:flex; flex-direction:column; align-items:center; gap:9px; text-align:center; }
.hf1-sum--rose { background:var(--rose-tint); }
.hf1-sum--gold { background:var(--g-tint); }
.hf1-sum__n { font-family:var(--serif); font-weight:600; font-size:44px; line-height:.9; }
.hf1-sum--rose .hf1-sum__n { color:var(--rose-deep); }
.hf1-sum--gold .hf1-sum__n { color:var(--g-deep); }
.hf1-sum__l { font-size:11px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--ink-soft); margin-top:-4px; }
/* estimated duration under the stage count */
.hf-sum__dur { display:inline-flex; align-items:center; justify-content:center; gap:5px; font-size:12px; font-weight:600; color:var(--ink-soft); margin-top:2px; }
.hf-sum__dur svg { width:13px; height:13px; flex:none; }

/* ---- mobile ---- */
.hfm-pcards { display:grid; grid-template-columns:1fr 1fr; gap:11px; margin-bottom:6px; }
.hfm-pcard { position:relative; border-radius:16px; padding:15px 14px 14px; color:#fff; overflow:hidden; box-shadow:0 12px 24px rgba(58,51,44,.16); }
.hfm-pcard--rose { background:linear-gradient(158deg,var(--rose-hi),var(--rose) 92%); }
.hfm-pcard--gold { background:linear-gradient(158deg,var(--g-hi),var(--g) 92%); }
.hfm-pcard__name { font-size:9.5px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; opacity:.9; }
.hfm-pcard__tier { font-family:var(--serif); font-weight:600; font-size:21px; line-height:1; margin:1px 0 6px; }
.hfm-pcard__price { font-family:var(--serif); font-weight:600; font-size:31px; line-height:.9; }
.hfm-pcard__price small { font-family:var(--sans); font-size:12px; font-weight:500; opacity:.85; display:block; margin-top:3px; letter-spacing:.02em; }
.hfm-pcard .hf-ribbon { top:11px; right:-34px; font-size:9px; letter-spacing:.18em; padding:5px 40px; }
.hfm-list { background:var(--paper); border-radius:20px; box-shadow:var(--shadow-sm); border:1px solid var(--line-soft); overflow:hidden; margin-top:14px; }
.hfm-collabels { display:grid; grid-template-columns:1fr 46px 46px; gap:8px; align-items:center; padding:13px 16px 11px; border-bottom:1px solid var(--line); }
.hfm-collabels .k { font-size:10px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--ink-faint); }
.hfm-collabels .p { text-align:center; font-size:11px; font-weight:800; letter-spacing:.06em; }
.hfm-collabels .p--rose { color:var(--rose-deep); }
.hfm-collabels .p--gold { color:var(--g-deep); }
.hfm-row { display:grid; grid-template-columns:1fr 46px 46px; gap:8px; align-items:center; padding:13px 16px; border-top:1px solid var(--line-soft); }
.hfm-row:first-child { border-top:none; }
.hfm-feat { display:flex; align-items:center; gap:12px; }
.hfm-num { width:36px; height:36px; border-radius:50%; background:var(--sage-tint); color:var(--sage-deep); display:grid; place-items:center; flex:none; font-family:var(--serif); font-weight:600; font-size:15px; }
.hfm-feat h4 { font-size:13.5px; font-weight:600; margin:0 0 2px; line-height:1.2; }
.hfm-feat p { font-size:11px; color:var(--ink-faint); margin:0; line-height:1.4; }
.hfm-cell { display:grid; place-items:center; }
.hfm-cell .hf-check svg { width:20px; height:20px; }
.hfm-steps { margin-top:16px; }
.hfm-steps__lead { font-size:11px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--sage); text-align:center; margin:0 0 12px; }
.hfm-sums { display:grid; grid-template-columns:1fr 1fr; gap:11px; }
.hfm-sum { border-radius:16px; padding:16px 14px; text-align:center; display:flex; flex-direction:column; align-items:center; gap:8px; }
.hfm-sum--rose { background:var(--rose-tint); }
.hfm-sum--gold { background:var(--g-tint); }
.hfm-sum__n { font-family:var(--serif); font-weight:600; font-size:38px; line-height:.9; }
.hfm-sum--rose .hfm-sum__n { color:var(--rose-deep); }
.hfm-sum--gold .hfm-sum__n { color:var(--g-deep); }
.hfm-sum__l { font-size:10px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--ink-soft); margin-top:-3px; }
.hfm-sum .hf-btn { width:100%; padding:11px 8px; font-size:12.5px; }

/* ---- bonus (shared) ---- */
.hf-bonus { position:relative; margin-top:22px; display:flex; align-items:center; gap:20px; background:linear-gradient(120deg,var(--rose-tint),#f9f1ee); border:1px solid rgba(207,159,151,.28); border-radius:22px; padding:22px 26px; overflow:hidden; }
.hf-bonus__gift { flex:none; width:58px; height:58px; border-radius:16px; background:#fff; box-shadow:var(--shadow-sm); display:grid; place-items:center; color:var(--rose-deep); }
.hf-bonus__gift svg { width:28px; height:28px; }
.hf-bonus__tx h4 { font-family:var(--serif); font-weight:600; font-size:19px; margin:0 0 4px; }
.hf-bonus__tx p { font-size:13.5px; color:var(--ink-soft); margin:0; line-height:1.55; }
.hf-bonus__tx b { color:var(--rose-deep); font-weight:700; }
.hf-spark { position:absolute; color:var(--rose); opacity:.5; }
.hf-spark svg { width:100%; height:auto; display:block; }
.hf-spark--a { top:16px; right:30px; width:15px; }
.hf-spark--b { bottom:18px; right:80px; width:10px; opacity:.35; }

@container lzpage (min-width: 760px) {
  .hf-cmp__d { display:block; }
  .hf-cmp__m { display:none; }
}
@container lzpage (max-width: 759px) {
  .hf-cmp .hf-title { font-size:28px; }
  .hf-cmp .hf-sub { font-size:13px; margin-bottom:22px; }
  .hf-bonus { gap:15px; padding:18px; }
  .hf-bonus__gift { width:48px; height:48px; }
  .hf-bonus__tx h4 { font-size:16px; }
  .hf-bonus__tx p { font-size:12px; }
  .hf-pcard__dur { margin-top:16px; }
}

/* ============================================================
   PRICE LIST — exact /ceni .pl-* rows, in an elevated card
   ============================================================ */
/* centered header (to align with the centered card) */
.hf-plist .lz-sec-head { text-align: center; }
.hf-plist .lz-eyebrow { justify-content: center; }
.hf-plist__card { max-width:720px; margin:0 auto; background:var(--paper); border:1px solid var(--line-soft); border-radius:24px; box-shadow:var(--shadow-md); padding:32px 34px; position:relative; overflow:hidden; }
.hf-plist__card::before { content:""; position:absolute; top:0; left:0; right:0; height:4px; background:linear-gradient(90deg, var(--sage), var(--gold-soft)); }

/* --- copied verbatim from ceni.css .pl-* --- */
.hf-plist .pl-group { margin:0; }
.hf-plist .pl-group__head { display:flex; align-items:center; gap:13px; margin-bottom:12px; }
.hf-plist .pl-group__ic { flex:none; width:42px; height:42px; border-radius:11px; background:var(--sage-tint); color:var(--sage-deep); display:grid; place-items:center; }
.hf-plist .pl-group__ic svg { width:21px; height:21px; }
.hf-plist .pl-group h3 { font-family:var(--sans); font-weight:500; font-size:22px; letter-spacing:-.01em; margin:0; line-height:1.1; }
.hf-plist .pl-group__sub { font-size:12px; color:var(--ink-faint); margin-top:2px; }
.hf-plist .pl-rows { display:flex; flex-direction:column; }
.hf-plist .pl-row { display:flex; align-items:flex-end; gap:8px; padding:11px 4px; }
.hf-plist .pl-row__name { font-size:15.5px; font-weight:500; color:var(--graphite); display:flex; flex-direction:column; }
.hf-plist .pl-row__name small { font-size:11.5px; font-weight:400; color:var(--ink-faint); margin-top:2px; }
.hf-plist .pl-row__dots { flex:1; border-bottom:1.5px dotted var(--sage-soft); transform:translateY(-5px); min-width:18px; }
.hf-plist .pl-row__price { font-family:var(--sans); font-weight:600; font-size:17px; color:var(--sage-deep); white-space:nowrap; text-align:right; }
.hf-plist .pl-row__price--sale { color:var(--red); }
.hf-plist .pl-row__price--sale s { display:block; font-family:var(--sans); font-size:12.5px; font-weight:500; color:var(--ink-faint); text-decoration:line-through; margin:1px 0 0; }

/* --- desktop: elevate the card + rows --- */
@container lzpage (min-width: 760px) {
  .hf-plist__card { padding:12px 56px 40px; }
  .hf-plist .pl-group__head { gap:16px; margin-bottom:6px; padding:30px 0 22px; border-bottom:1px solid var(--line); }
  .hf-plist .pl-group__ic { width:50px; height:50px; border-radius:13px; }
  .hf-plist .pl-group__ic svg { width:24px; height:24px; }
  .hf-plist .pl-group h3 { font-size:26px; }
  .hf-plist .pl-group__sub { font-size:12.5px; margin-top:3px; }
  .hf-plist .pl-row { padding:20px 6px; }
  .hf-plist .pl-row + .pl-row { border-top:1px solid var(--line-soft); }
  .hf-plist .pl-row__name { font-size:17.5px; }
  .hf-plist .pl-row__name small { font-size:12.5px; margin-top:3px; }
  .hf-plist .pl-row__price { font-size:24px; }
  .hf-plist .pl-row__price--sale s { font-size:14px; }
}
@container lzpage (max-width: 759px) {
  .hf-plist__card { padding:22px 20px; border-radius:18px; }
}

/* ---- "Къде правим HydraFacial" — city hub -------------------------------
   Same card language as .hf-plist__card (paper, soft line, sage icon chip), a
   step lighter: these are navigation, not the page's centrepiece. The card you
   are already on loses the arrow and gains the sage tint instead. */
.hf-where .lz-sec-head { text-align: center; }
.hf-where .lz-eyebrow { justify-content: center; }
.hf-where .lz-lede { max-width: 44ch; margin: 10px auto 0; }
.hf-where__grid {
  display: grid; gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  max-width: 980px; margin: 0 auto;
}
.hf-where__card {
  /* column + auto margin on the CTA: the arrow sits on the card's baseline in
     every card, whether the city has one salon or two. */
  display: flex; flex-direction: column; position: relative;
  padding: 24px 24px 22px;
  background: var(--paper); border: 1px solid var(--line-soft); border-radius: 20px;
  color: inherit; text-decoration: none;
  transition: border-color .22s var(--ease), box-shadow .22s var(--ease), transform .22s var(--ease);
}
a.hf-where__card:hover {
  border-color: var(--sage-soft); box-shadow: var(--shadow-md); transform: translateY(-2px);
}
.hf-where__card.is-here { background: var(--sage-tint); border-color: transparent; }
.hf-where__pin {
  display: grid; place-items: center;
  width: 38px; height: 38px; margin-bottom: 14px;
  border-radius: 11px; background: var(--sage-tint); color: var(--sage-deep);
}
.hf-where__card.is-here .hf-where__pin { background: var(--paper); }
.hf-where__pin svg { width: 19px; height: 19px; }
.hf-where__city {
  display: flex; align-items: baseline; gap: 9px; flex-wrap: wrap;
  margin: 0 0 12px;
  font-family: var(--sans); font-weight: 500; font-size: 21px; line-height: 1.1;
  letter-spacing: -.01em; color: var(--graphite);
}
.hf-where__city i {
  font-style: normal; font-weight: 600; font-size: 10px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--sage-deep);
}
.hf-where__salons { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.hf-where__salons li {
  display: flex; flex-direction: column; gap: 2px;
  padding-left: 12px; border-left: 2px solid var(--line);
}
.hf-where__card.is-here .hf-where__salons li { border-left-color: var(--sage-soft); }
.hf-where__salons b { font-weight: 600; font-size: 15px; line-height: 1.25; color: var(--graphite); }
.hf-where__salons span { font-weight: 500; font-size: 13.5px; line-height: 1.4; color: var(--ink-soft); }
.hf-where__go {
  display: inline-flex; align-items: center; align-self: flex-start; gap: 7px;
  margin-top: auto; padding-top: 18px;
  font-family: var(--sans); font-weight: 600; font-size: 13.5px; color: var(--sage-deep);
}
.hf-where__go i { font-style: normal; transition: transform .22s var(--ease); }
a.hf-where__card:hover .hf-where__go i { transform: translateX(3px); }
.hf-where__all { margin: 22px 0 0; text-align: center; }
.hf-where__all a {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--sans); font-weight: 500; font-size: 14px; color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
}
.hf-where__all a:hover { color: var(--sage-deep); border-bottom-color: var(--sage-soft); }

@container lzpage (min-width: 760px) {
  .hf-where__grid { gap: 20px; }
  .hf-where__card { padding: 30px 30px 26px; border-radius: 22px; }
  .hf-where__city { font-size: 24px; }
}

/* trust/stats + consultation badge hidden on this page */
.lz-hero__trust,
.lz-hero__badge { display: none; }

/* Hero — mobile fine-tuning (this page only) */
@container lzpage (max-width: 759px) {
  .lz-hero { padding: 24px 0 0; }
  .lz-hero__tagline { font-size: 12px; }
  .lz-hero__feats { gap: 8px; margin: auto 0 18px; order: 4; }
  .lz-hero__feats li { font-size: 13px; }
  .lz-hero__feats svg { width: 18px; height: 18px; }
  .lz-hero__trust { order: 0; }
}

/* ============================================================
   WHY CHOOSE US — compact centered checklist
   ============================================================ */
.hf-why .lz-sec-head { text-align: center; }
.hf-why .lz-eyebrow { justify-content: center; }
.hf-why-list { max-width: 620px; margin: 8px auto 0; display: flex; flex-direction: column; gap: 14px; }
.hf-why-list li { display: flex; align-items: center; gap: 14px; font-size: 16.5px; font-weight: 500; color: var(--graphite); line-height: 1.35; }
.hf-why-ic { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--sage); color: #fff; display: grid; place-items: center; }
.hf-why-ic svg { width: 16px; height: 16px; }
@container lzpage (max-width: 759px) {
  .hf-why-list { gap: 12px; }
  .hf-why-list li { font-size: 14.5px; gap: 12px; }
  .hf-why-ic { width: 26px; height: 26px; }
  .hf-why-ic svg { width: 14px; height: 14px; }
}
