/* =========================================================
   PRICES / ÁRLISTA OLDAL — prices-public.css
   (Korábban inline <style> blokkban volt a template-ben)
   ========================================================= */

/* ====== HERO ====== */
.pr-hero {
  position: relative;
  padding: 72px 0 56px;
  background-color: #19324a;
  background-image: linear-gradient(135deg, rgb(25 50 74 / .95) 0, rgb(32 79 117 / .92) 60%, rgb(36 140 153 / .85) 100%);
  isolation: isolate;
}
.pr-hero::before,
.pr-hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgb(255 255 255 / .08);
  pointer-events: none;
  z-index: -1;
}
.pr-hero::before {
  width: min(720px, 80vw);
  height: min(720px, 80vw);
  top: -42%;
  right: -8%;
}
.pr-hero::after {
  width: min(420px, 60vw);
  height: min(420px, 60vw);
  bottom: -50%;
  left: -5%;
  border-color: rgb(255 255 255 / .06);
}
.pr-hero__top {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .5px;
  color: rgb(255 255 255 / .65);
  margin-bottom: 14px;
}
.pr-hero__top a {
  color: rgb(255 255 255 / .65);
  text-decoration: none;
  transition: color .2s;
}
.pr-hero__top a:hover,
.pr-hero__top span:last-child {
  color: #fff;
}
.pr-hero__head {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 36px;
}
.pr-hero h1 {
  font-family: Fraunces, Poppins, serif;
  font-weight: 600;
  font-size: clamp(40px, 5.4vw, 68px);
  line-height: 1.04;
  letter-spacing: -.025em;
  margin-bottom: 16px;
}
.pr-hero h1 em {
  font-style: italic;
  font-weight: 400;
  color: var(--brand-light);
}
.pr-hero__lead {
  font-size: 16px;
  line-height: 1.7;
  color: rgb(255 255 255 / .75);
  max-width: 560px;
}
.pr-hero__meta {
  gap: 14px;
  align-self: end;
}
@media (max-width: 900px) {
  .pr-hero { padding: 56px 0 44px; }
  .pr-hero__head { grid-template-columns: 1fr; gap: 28px; }
}

/* ====== META KÁRTYA ====== */
.pr-meta {
  position: relative;
  padding: 26px 22px 22px;
  border-radius: 18px;
  background: rgb(255 255 255 / .94);
  border: 1px solid rgb(255 255 255 / .6);
  box-shadow: 0 12px 32px rgb(15 30 45 / .18);
  transition: transform .35s, box-shadow .35s;
  overflow: hidden;
}
.pr-meta:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgb(15 30 45 / .22);
}
.pr-meta__num {
  position: relative;
  display: flex;
  font-weight: 600;
  font-size: clamp(38px, 4.4vw, 54px);
  line-height: 1;
  color: var(--navy);
  letter-spacing: -.03em;
  align-items: baseline;
  gap: 4px;
  font-family: Poppins, sans-serif;
}
.pr-meta__num span {
  color: var(--brand);
  font-size: .65em;
  font-style: italic;
  font-weight: 400;
}
.pr-meta__lbl {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .5px;
  color: var(--navy);
  line-height: 1.35;
  position: relative;
  padding-top: 14px;
}
.pr-meta__lbl::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 3px;
  background: var(--brand);
  border-radius: 2px;
}

/* ====== KERESŐ ====== */
.pr-search {
  position: relative;
  display: flex;
  max-width: 720px;
  background: #f1f4f7;
  align-items: center;
  transition: box-shadow .3s, transform .3s;
  padding: 6px;
  border-bottom: 1px solid #e8ecf0;
  border-radius: 15px;
  padding-right: 8px;
  overflow: hidden;
}
.pr-search input {
  flex: 1;
  border: none;
  outline: 0;
  padding: 9px 4px;
  font: inherit;
  font-size: 15.5px;
  color: var(--text);
  background: 0 0;
  font-weight: 500;
}
.pr-search input::placeholder { color: var(--text-soft); font-weight: 400; }
.pr-search__btn {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(135deg, var(--navy) 0, var(--brand-dark) 100%);
  color: #fff;
  border: none;
  border-radius: 50%;
  transition: .25s;
  padding: 5px;
  cursor: pointer;
}
.pr-search__btn svg { width: 20px; height: 20px; display: block; }
.pr-search__btn:hover { transform: translateY(-1px) scale(1.04); box-shadow: 0 8px 22px rgb(74 142 166 / .45); }
.pr-search__hint {
  margin-top: 12px;
  font-size: 12px;
  color: rgb(255 255 255 / .6);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.pr-search__hint b { color: rgb(255 255 255 / .85); font-weight: 600; }
.pr-search__chip {
  color: rgb(255 255 255 / .85);
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgb(255 255 255 / .08);
  border: 1px solid rgb(255 255 255 / .16);
  font-size: 11px;
  cursor: pointer;
  transition: background .2s, border-color .2s;
}
.pr-search__chip:hover { background: rgb(255 255 255 / .16); border-color: rgb(255 255 255 / .3); }

/* ====== FŐ LAP STRUKTÚRA ====== */
.pr-shell { padding: 32px 0 96px; }

.pr-shell--embedded {
  padding-top: 8px;
}

/* Szakrendelés árlista: saját sáv, /arlista háttérszín, nem a fehér tpl-prose */
#szakrendelesekArlistaBoardMount,
.arlista-page-board-mount {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: var(--bg, #edf1f5);
}
#szakrendelesekArlistaBoardMount > .pr-shell,
.arlista-page-board-mount > .pr-shell,
#szakrendelesekArlistaBoardMount .pr-shell--embedded,
.arlista-page-board-mount .pr-shell--embedded {
  padding: 28px 0 48px;
  background: var(--bg, #edf1f5);
}
#szakrendelesekArlistaBoardMount .pr-board,
.arlista-page-board-mount .pr-board {
  display: grid !important;
  grid-template-columns: 320px minmax(0, 1fr) !important;
  gap: 32px !important;
  align-items: start;
}
#szakrendelesekArlistaBoardMount .cat-side,
.arlista-page-board-mount .cat-side {
  background: #fff;
  border: 1px solid var(--border, #dbe2ea);
  border-radius: 16px;
  box-shadow: var(--shadow-sm, 0 2px 8px rgba(30,58,80,.06));
}
#szakrendelesekArlistaBoardMount .cat-list,
.arlista-page-board-mount .cat-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 8px !important;
  columns: auto !important;
}
#szakrendelesekArlistaBoardMount .cat-list li,
.arlista-page-board-mount .cat-list li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
#szakrendelesekArlistaBoardMount .panel-hd,
.arlista-page-board-mount .panel-hd {
  padding-top: 4px;
  margin-bottom: 18px;
}
#szakrendelesekArlistaBoardMount .panel-hd__pill.is-loc,
.arlista-page-board-mount .panel-hd__pill.is-loc {
  display: none;
}
#arlistaClinicBoardMount .panel-hd__pill.is-loc {
  display: inline-flex !important;
}
#szakrendelesekArlistaBoardMount .cat-btn,
.arlista-page-board-mount .cat-btn {
  font-size: 13.5px !important;
  line-height: 1.3 !important;
}
#szakrendelesekArlistaBoardMount .cat-side__hd h3,
.arlista-page-board-mount .cat-side__hd h3 {
  font-size: 11px !important;
  line-height: 1.3 !important;
  color: var(--text-soft, #8a99a8) !important;
}
#szakrendelesekArlistaBoardMount .pr-main,
.arlista-page-board-mount .pr-main {
  min-width: 0;
  background: transparent;
}
#szakrendelesekArlistaBoardMount .panel-hd__title,
.arlista-page-board-mount .panel-hd__title {
  font-size: clamp(24px, 3vw, 34px) !important;
  line-height: 1.15 !important;
  color: var(--navy, #1e3a50) !important;
  margin: 0 !important;
}
#szakrendelesekArlistaBoardMount .toolbar,
.arlista-page-board-mount .toolbar {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

body.prices-page-body:has(#szakrendelesekArlistaBoardMount) .composed-page-main,
body.prices-page-body:has(#szakrendelesekArlistaBoardMount) #fallbackSecBody.tpl-section,
body.prices-page-body:has(#szakrendelesekArlistaBoardMount) #fallbackSecBody.tpl-section--white {
  background: var(--bg, #edf1f5) !important;
}
body.prices-page-body:has(#szakrendelesekArlistaBoardMount) #fallbackSecBody.tpl-section {
  padding-top: 28px !important;
  padding-bottom: 0 !important;
}
body.prices-page-body:has(#szakrendelesekArlistaBoardMount) #fallbackSecBody .wp-import-content p:last-child {
  margin-bottom: 0 !important;
}
body.prices-page-body:has(#szakrendelesekArlistaBoardMount) .content-disclaimer.tpl-section {
  background: var(--bg, #edf1f5) !important;
  padding-top: 8px !important;
  margin-top: 0 !important;
}

/* Prose / WP-import ne törje szét a rácsot, ha a board még bent van */
body.subpage-fallback-t1 .tpl-section--white .tpl-prose #szakrendelesekArlistaBoardMount :is(p, li, span, div),
body.subpage-fallback-t2 .tpl-section--white .tpl-prose #szakrendelesekArlistaBoardMount :is(p, li, span, div),
body.subpage-fallback-t3 .tpl-section--white .tpl-prose #szakrendelesekArlistaBoardMount :is(p, li, span, div) {
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.tpl-prose #szakrendelesekArlistaBoardMount .wrap,
.wp-import-content #szakrendelesekArlistaBoardMount .wrap {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}
.tpl-prose #szakrendelesekArlistaBoardMount ul.cat-list,
.wp-import-content #szakrendelesekArlistaBoardMount ul.cat-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 8px !important;
}
.tpl-prose #szakrendelesekArlistaBoardMount table.price-table,
.wp-import-content #szakrendelesekArlistaBoardMount table.price-table {
  margin: 0 !important;
  border: none !important;
}
.tpl-prose #szakrendelesekArlistaBoardMount .price-table th,
.tpl-prose #szakrendelesekArlistaBoardMount .price-table td,
.wp-import-content #szakrendelesekArlistaBoardMount .price-table th,
.wp-import-content #szakrendelesekArlistaBoardMount .price-table td {
  border: none !important;
}

#szakrendelesekArlistaBoardMount .arlista-cta-row,
.arlista-page-board-mount .arlista-cta-row {
  margin: 20px 0 0;
}

@media (max-width: 1024px) {
  #szakrendelesekArlistaBoardMount .pr-board,
  .arlista-page-board-mount .pr-board {
    grid-template-columns: 1fr !important;
  }
}

/* Klinika /arlista/{slug}: interaktív board, a régi WP tábla helyett — nincs szürke csík a hero alatt */
body.prices-page-body:has(#arlistaClinicBoardMount) .composed-page-main,
body.prices-page-body:has(#arlistaClinicBoardMount) #fallbackSecBody.tpl-section,
body.prices-page-body:has(#arlistaClinicBoardMount) #fallbackSecBody.tpl-section--white {
  background: #fff !important;
}
body.prices-page-body:has(#arlistaClinicBoardMount) #fallbackSecBody.tpl-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}
body.prices-page-body:has(#arlistaClinicBoardMount) #fallbackSecBody .wp-import-content {
  display: none !important;
}
body.prices-page-body:has(#arlistaClinicBoardMount) #fallbackSecBody > .wrap:not(:has(#arlistaClinicBoardMount)) {
  display: none !important;
}
body.prices-page-body:has(#arlistaClinicBoardMount) .content-disclaimer.tpl-section {
  background: #fff !important;
  padding-top: 8px !important;
  margin-top: 0 !important;
}
#arlistaClinicBoardMount {
  background: #fff;
}
#arlistaClinicBoardMount > .pr-shell,
#arlistaClinicBoardMount .pr-shell--embedded {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 48px;
}

/* Labor árlista: board lifted beside #fallbackSecBody — full .wrap width like /arlista */
.labor-prices-board-mount,
.arlista-page-board-mount {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.labor-prices-board-mount > .pr-shell,
.arlista-page-board-mount > .pr-shell {
  width: 100%;
}

/* Labor árlista: üres #fallbackSecBody (board kiemelése után) ne hagyjon hézagot a hero alatt */
body.prices-page-body:has(#laborPricesBoardMount) #fallbackSecBody.tpl-section,
body.prices-page-body:has(#laborPricesBoardMount) #fallbackSecBody.tpl-section--white {
  background: #fff !important;
}
body.prices-page-body:has(#laborPricesBoardMount) #fallbackSecBody.tpl-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}
body.prices-page-body:has(#laborPricesBoardMount) #fallbackSecBody .wp-import-content {
  display: none !important;
}
body.prices-page-body:has(#laborPricesBoardMount) #fallbackSecBody > .wrap:not(:has(#laborPricesBoardMount)) {
  display: none !important;
}
body.prices-page-body:has(#laborPricesBoardMount) .content-disclaimer.tpl-section {
  background: #fff !important;
  padding-top: 8px !important;
  margin-top: 0 !important;
}
#laborPricesBoardMount,
.labor-prices-board-mount {
  background: #fff;
}
#laborPricesBoardMount > .pr-shell,
#laborPricesBoardMount .pr-shell--embedded,
.labor-prices-board-mount > .pr-shell {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 48px;
}
#laborPricesBoardMount .loc-bar {
  background: #fff;
  box-shadow: none;
}

/* Vérvételi / laborpont kártyarács */
body.prices-page-body:has(#laborPricesBoardMount) #pontok {
  margin: 0 0 4px;
}
body.prices-page-body:has(#laborPricesBoardMount) #pontok h2,
body.subpage-fallback-t2 .tpl-section--white .tpl-prose #pontok h2 {
  margin: 0 0 16px !important;
  padding: 0 !important;
  background: none !important;
  color: var(--navy, #1e3a50) !important;
  font-size: clamp(1.2rem, 2.1vw, 1.5rem) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 12px;
}
body.prices-page-body:has(#laborPricesBoardMount) #pontok h2::before {
  content: '';
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand, #4a8ea6);
  box-shadow: 0 0 0 5px rgb(74 142 166 / .18);
}
body.prices-page-body:has(#laborPricesBoardMount) #pontok ul,
body.subpage-fallback-t2 .tpl-section--white .tpl-prose #pontok ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 10px;
}
body.prices-page-body:has(#laborPricesBoardMount) #pontok li,
body.subpage-fallback-t2 .tpl-section--white .tpl-prose #pontok li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
body.prices-page-body:has(#laborPricesBoardMount) #pontok a,
body.subpage-fallback-t2 .tpl-section--white .tpl-prose #pontok a {
  display: flex !important;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 11px 14px 11px 12px !important;
  border: 1px solid var(--border, #dbe2ea);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 3px rgb(30 58 80 / .05);
  color: var(--navy, #1e3a50) !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease, color .15s ease;
}
body.prices-page-body:has(#laborPricesBoardMount) #pontok a::before {
  content: '';
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background-color: #e8f4f8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233A7A94' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-5.4 7-11a7 7 0 1 0-14 0c0 5.6 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
}
body.prices-page-body:has(#laborPricesBoardMount) #pontok a:hover,
body.subpage-fallback-t2 .tpl-section--white .tpl-prose #pontok a:hover,
body.prices-page-body:has(#laborPricesBoardMount) #pontok a:focus-visible {
  transform: translateY(-1px);
  border-color: var(--brand, #4a8ea6);
  box-shadow: 0 8px 22px rgb(30 58 80 / .1);
  color: var(--brand-dark, #3a7a94) !important;
  outline: none;
}
@media (max-width: 640px) {
  body.prices-page-body:has(#laborPricesBoardMount) #pontok ul {
    grid-template-columns: 1fr;
  }
}

body.prices-page-body:has(#szakrendelesekArlistaBoardMount) .wp-import-content table.tablepress,
body.prices-page-body:has(#szakrendelesekArlistaBoardMount) .wp-import-content .prices-table-mc table {
  display: none !important;
}

/* If board ever stays inside prose/wp-import, keep /arlista table chrome */
.tpl-prose .pr-shell .price-table,
.wp-import-content .pr-shell .price-table {
  margin: 0;
  border: none;
}
.tpl-prose .pr-shell .price-table th,
.tpl-prose .pr-shell .price-table td,
.wp-import-content .pr-shell .price-table th,
.wp-import-content .pr-shell .price-table td {
  border: none;
  color: inherit;
  background: transparent;
}
.wp-import-content .pr-shell .price-table thead th,
.tpl-prose .pr-shell .price-table thead th {
  color: var(--text-soft) !important;
  background: var(--bg-warm) !important;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 16px 20px;
}
.wp-import-content .pr-shell .price-table tbody tr:nth-child(even) td,
.tpl-prose .pr-shell .price-table tbody tr:nth-child(even) td {
  background: transparent;
}
.wp-import-content .pr-shell .price-table td,
.tpl-prose .pr-shell .price-table td {
  padding: 10px 20px;
  color: inherit;
}
.pr-board {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

/* ====== KATEGÓRIA OLDALSÁV ====== */
.cat-side {
  position: sticky;
  top: 16px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.cat-side__search {
  padding: 12px 12px 16px;
  border-bottom: 1px solid var(--border-soft);
}
.cat-side__search .pr-search {
  max-width: none;
  border-bottom: none;
  margin-top: 0;
}
.cat-side__hd--compact {
  padding: 0 0 6px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--border-soft);
}
.cat-side__hd {
  padding: 18px 20px 14px;
  border-bottom: 1px solid var(--border-soft);
}
.cat-side__hd h3 {
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--text-soft);
}
.cat-list {
  list-style: none;
  padding: 8px;
  max-height: 70vh;
  overflow-y: auto;
}
.cat-list::-webkit-scrollbar { width: 6px; }
.cat-list::-webkit-scrollbar-thumb { background: var(--border); border-radius: 3px; }
.cat-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 10px;
  border: none;
  background: 0 0;
  border-radius: 10px;
  text-align: left;
  color: var(--text-mid);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s, color .15s;
}
.cat-btn:hover { background: var(--brand-ice); color: var(--navy); }
.cat-btn.is-active { background: var(--brand-pale); color: var(--brand-dark); }
.cat-btn__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--brand-ice);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-dark);
  font-size: 15px;
  transition: background .15s, color .15s, transform .15s;
  box-shadow: inset 0 0 0 1px rgb(30 58 80 / .06);
}
.cat-btn__icon i {
  font-size: 15px;
  line-height: 1;
}
.cat-btn:hover .cat-btn__icon { transform: translateY(-1px); }
.cat-btn.is-active .cat-btn__icon { background: var(--brand); color: #fff; box-shadow: none; }

/* Kategória-specifikus ikonszínek (nyugalmi állapot) */
.cat-btn[data-cat="szakrendel"] .cat-btn__icon { background: #e8f3f7; color: #2a6f85; }
.cat-btn[data-cat="labor"] .cat-btn__icon { background: #eef6ea; color: #3d7a3a; }
.cat-btn[data-cat="kepalkoto"] .cat-btn__icon { background: #eeeaf8; color: #5a4a9a; }
.cat-btn[data-cat="szuleszet"] .cat-btn__icon { background: #fceef3; color: #a14b6d; }
.cat-btn[data-cat="esztetika"] .cat-btn__icon { background: #faf0e8; color: #9a5a2a; }
.cat-btn[data-cat="kerhaz"] .cat-btn__icon { background: #eaf0f8; color: #3a5a8a; }
.cat-btn[data-cat="fogaszat"] .cat-btn__icon { background: #e9f7f5; color: #2a7a72; }
.cat-btn[data-cat="optika"] .cat-btn__icon { background: #f0f2f8; color: #455a8a; }
.cat-btn[data-cat="mentes"] .cat-btn__icon { background: #fdeeee; color: #a83a3a; }
.cat-btn[data-cat="surg"] .cat-btn__icon { background: #fde8e8; color: #b03030; }
.cat-btn[data-cat="fizioterapia"] .cat-btn__icon { background: #eef8f0; color: #2f7a45; }
.cat-btn[data-cat="pszichologia"] .cat-btn__icon { background: #f3eef8; color: #6a4a8a; }
.cat-btn[data-cat="egyeb"] .cat-btn__icon { background: #f2f2f0; color: #5a5a52; }
.cat-btn[data-cat="all"] .cat-btn__icon { background: #e8f0f4; color: #2a5a70; }

.cat-btn.is-active[data-cat] .cat-btn__icon {
  background: var(--brand);
  color: #fff;
}
.cat-btn__lbl {
  flex: 1;
  min-width: 0;
  line-height: 1.3;
  white-space: nowrap;
}
.cat-btn__count {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 999px;
  color: var(--text-soft);
  background: var(--bg-warm);
}
.cat-btn.is-active .cat-btn__count { background: rgb(74 142 166 / .18); color: var(--brand-dark); }

/* ====== HELYSZÍN SÁV ====== */
.loc-bar {
  background: linear-gradient(135deg, #fff 0, var(--brand-ice) 100%);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 22px 24px;
  margin-bottom: 20px;
  box-shadow: 0 6px 24px rgb(30 58 80 / .08);
}
.loc-bar__row { display: flex; flex-direction: column; gap: 14px; }
.loc-bar__lbl {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .5px;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 10px;
}
.loc-bar__lbl::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px rgb(74 142 166 / .22);
}
.loc-chips { display: flex; flex-wrap: wrap; gap: 8px; flex: 1; min-width: 0; }
.loc-chip {
  padding: 9px 18px;
  border-radius: 999px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--text-mid);
  font-size: 13px;
  font-weight: 600;
  transition: .2s;
  cursor: pointer;
}
.loc-chip:hover { border-color: var(--brand); color: var(--brand); }
.loc-chip.is-active { background: var(--navy); border-color: var(--navy); color: #fff; }
.loc-chip.is-disabled,
.loc-chip:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  pointer-events: none;
  border-color: var(--border-soft);
  color: var(--text-soft);
  background: var(--bg-warm);
}
.loc-chip.is-disabled:hover,
.loc-chip:disabled:hover {
  border-color: var(--border-soft);
  color: var(--text-soft);
}
.loc-chip__price-hint { margin-left: 6px; padding-left: 8px; border-left: 1px solid currentColor; opacity: .7; font-size: 11px; }

/* ====== PANEL FEJLÉC ====== */
.panel-hd {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.panel-hd__title {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 34px);
  color: var(--navy);
  letter-spacing: -.02em;
  line-height: 1.15;
}
.panel-hd__sub { margin-top: 4px; font-size: 13px; color: var(--text-mid); }
.panel-hd__meta { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.panel-hd__pill {
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--brand-pale);
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .6px;
}
.panel-hd__pill.is-loc { background: rgb(30 58 80 / .08); color: var(--navy); }
/* Mobilos telephely-select: asztalon rejtve */
.panel-hd__loc-select-wrap { display: none; }
.panel-hd__loc-select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 34px 8px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgb(30 58 80 / .08) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231E3A50' d='M1.1 1.2 6 6.1l4.9-4.9 1.1 1.1L6 8.3.0 2.3z'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 12px 8px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  font-family: inherit;
  line-height: 1.3;
  cursor: pointer;
}
.panel-hd__loc-select:focus {
  outline: 2px solid rgb(74 142 166 / .45);
  outline-offset: 2px;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ====== ESZKÖZTÁR ====== */
.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.toolbar__count { font-size: 12.5px; color: var(--text-mid); }
.toolbar__count b { color: var(--navy); font-weight: 700; }
.toolbar__right { display: flex; align-items: center; gap: 8px; }
.sort-select {
  padding: 8px 32px 8px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%235A6B7D' d='M5 6L0 0h10z'/%3E%3C/svg%3E") right 12px center no-repeat #fff;
  font: inherit;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text);
  appearance: none;
  cursor: pointer;
}
.sort-select:focus { outline: 0; border-color: var(--brand); }

/* ====== ÁRJEGYZÉK TÁBLA ====== */
.price-table-wrap {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  overflow-x: clip;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  box-shadow: var(--shadow-sm);
}
.pr-main {
  min-width: 0;
  max-width: 100%;
}
.price-table { width: 100%; border-collapse: collapse; font-size: 14px; }
/* Asztali: rögzített oszlopok — kinyitáskor ne vándoroljon a kategória. */
@media (min-width: 1025px) {
  .price-table { table-layout: fixed; }
  .price-table thead th:nth-child(1) { width: 52%; }
  .price-table thead th:nth-child(2) { width: 26%; }
  .price-table thead th:nth-child(3) { width: 22%; }
  .price-table tbody tr.price-row > td.col-name,
  .price-table tbody tr.price-row > td:nth-child(2),
  .price-table tbody tr.price-row > td.col-price {
    overflow: hidden;
  }
  .price-table .col-cat {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
  }
}
.price-table thead th {
  text-align: left;
  padding: 16px 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--text-soft);
  background: var(--bg-warm);
  border-bottom: 1px solid var(--border-soft);
  white-space: nowrap;
  font-family: Poppins, sans-serif;
}
.price-table thead th:last-child { text-align: right; }
.price-table thead th.col-loc { text-align: center; min-width: 80px; }
.price-table tbody tr {
  border-bottom: 1px solid var(--border-soft);
  transition: background .15s;
}
.price-table tbody tr.price-row {
  cursor: pointer;
}
.price-table tbody tr.row-expand {
  cursor: default;
}
.price-table tbody tr.row-expand:hover { background: var(--brand-ice); }
.price-table .row-expand,
.price-table tbody tr:hover { background: var(--brand-ice); }
.price-table tbody tr.is-popular { background: linear-gradient(90deg, rgb(74 142 166 / .04), transparent); }
.price-table tbody tr.is-highlight {
  outline: 2px solid rgb(74 142 166 / .55);
  outline-offset: -2px;
  background: linear-gradient(90deg, rgb(74 142 166 / .12), rgb(74 142 166 / .03));
}
.price-table td { padding: 10px 20px; vertical-align: middle; }
.price-table .col-name {
  color: var(--navy);
  font-weight: 700;
  line-height: 1.35;
  font-size: 17px;
  letter-spacing: -.01em;
}
.price-table .col-name__sub { display: block; margin-top: 3px; font-size: 12px; font-weight: 500; color: var(--text-soft); }
.price-table .col-name__best {
  display: inline-block;
  margin-top: 4px;
  padding: 2px 8px;
  border-radius: 6px;
  background: rgb(26 131 120 / .1);
  font-weight: 700;
  font-size: 12px;
  color: #1a8378;
  letter-spacing: .2px;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  text-transform: none;
}
.price-table .col-price .col-name__best {
  display: block;
  width: fit-content;
  margin-top: 6px;
  margin-left: auto;
}
.price-table .pop-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 4px;
  background: rgb(201 169 107 / .16);
  color: #8b7544;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.price-table .col-cat { color: var(--brand-dark); font-weight: 600; text-decoration: none; font-size: 13px; cursor: pointer; }
.price-table .col-cat:hover { text-decoration: underline; }
.price-table span.col-cat { cursor: default; }
.price-table .col-loc { text-align: center; color: var(--text); font-weight: 500; font-size: 13.5px; font-variant-numeric: tabular-nums; }
.price-table .col-loc.is-na { color: var(--text-soft); font-weight: 400; }
.price-table .col-loc__diff { display: block; font-size: 10.5px; font-weight: 600; margin-top: 2px; }
.col-loc__diff.is-up { color: #b91c1c; }
.col-loc__diff.is-down { color: #1a8378; }
.price-table .col-price {
  text-align: right;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: var(--navy);
  font-size: 18px;
  font-variant-numeric: tabular-nums;
}
.price-table .col-price__main {
  display: block;
  white-space: nowrap;
}
.price-table .col-price small {
  display: inline;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: var(--text-soft);
  margin-left: 4px;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.price-table .col-action { text-align: right; width: 1px; padding-left: 0; }

.book-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 8px;
  background: 0 0;
  border: 1px solid var(--brand);
  color: var(--brand);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  transition: .2s;
  text-decoration: none;
}
.book-btn::after { content: '→'; font-size: 13px; }
.book-btn:hover { background: var(--brand); color: #fff; }

.row-expand__cta {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed var(--border-soft);
  display: flex;
  justify-content: flex-end;
}
.row-expand__cta .book-btn {
  padding: 10px 18px;
  font-size: 12px;
}

/* ====== KINYÍLÓ RÉSZLETEK ====== */
.price-table .row-expand td { padding: 0 20px; }
.row-expand__inner {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s, padding .3s;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.price-table tr.is-expanded + .row-expand .row-expand__inner { padding: 18px 0 22px; max-height: 720px; }
.row-expand__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: 24px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.row-expand__desc,
.row-expand__loc {
  min-width: 0;
  max-width: 100%;
}
.row-expand__desc {
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--text-mid);
}
.row-expand__desc h5 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--text-soft);
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
}
.row-expand__loc { background: #fff; border-radius: 10px; border: 1px solid var(--border-soft); padding: 14px 16px; }
.row-expand__loc h5 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--text-soft);
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}
.loc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 28px;
  row-gap: 0;
}
.loc-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 7.25rem;
  align-items: center;
  column-gap: 12px;
  padding: 8px 0;
  font-size: 13px;
  border-bottom: 1px dashed var(--border-soft);
}
.loc-row:nth-last-child(-n+2) { border-bottom: none; }
.loc-row__name {
  color: var(--text-mid);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.loc-row__price {
  font-weight: 700;
  color: var(--navy);
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}
.row-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: 0 0;
  border: none;
  padding: 0;
  color: var(--navy);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -.01em;
  line-height: 1.35;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
}
.row-toggle::after {
  content: '▾';
  font-size: 18px;
  line-height: 1;
  color: var(--brand);
  transition: transform .2s;
  flex-shrink: 0;
}
tr.is-expanded .row-toggle::after { transform: rotate(180deg); }

/* ====== PAGINÁLÁS ====== */
.pr-pager { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; padding: 12px 4px; color: var(--text-mid); font-size: 13px; }
.pr-pager__btns { display: flex; gap: 6px; }
.pr-pager__btn {
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  font-size: 12.5px;
  font-weight: 600;
  transition: .2s;
  cursor: pointer;
}
.pr-pager__btn:hover:not(:disabled) { border-color: var(--brand); color: var(--brand); }
.pr-pager__btn:disabled { opacity: .4; cursor: not-allowed; }
.pr-pager__btn.is-active { background: var(--navy); border-color: var(--navy); color: #fff; }

/* ====== ÜRES ÁLLAPOT ====== */
.pr-empty { padding: 80px 20px; text-align: center; color: var(--text-mid); }
.pr-empty__icon { font-size: 36px; margin-bottom: 12px; opacity: .4; }
.pr-empty h3 { font-family: Poppins, sans-serif; font-weight: 600; font-size: 22px; color: var(--navy); margin-bottom: 6px; }

/* ====== INFO SÁV ====== */
.info-strip {
  margin-top: 56px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: var(--shadow-sm);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.info-strip__item { display: flex; gap: 14px; align-items: flex-start; }
.info-strip__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--brand-pale);
  color: var(--brand-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.info-strip h4 { font-family: Poppins, sans-serif; font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.info-strip p { font-size: 13px; color: var(--text-mid); line-height: 1.6; }

/* ====== RESPONSIVE ====== */
@media (max-width: 1024px) {
  .pr-board { grid-template-columns: 1fr; }
  .cat-side { position: static; max-height: none; }
  .cat-list { max-height: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 4px; }
  /* Kategória kattintás utáni scroll: ne takarja a sticky fejléc */
  .pr-main,
  #prResults,
  .pr-main .panel-hd,
  .pr-main .toolbar {
    scroll-margin-top: 110px;
  }
  /* Mobilon: telephely legördülő a cím mellett (a felső chip-sáv helyett is) */
  .panel-hd__pill.is-loc { display: none !important; }
  .panel-hd__loc-select-wrap,
  #szakrendelesekArlistaBoardMount .panel-hd__loc-select-wrap,
  .arlista-page-board-mount .panel-hd__loc-select-wrap,
  #arlistaClinicBoardMount .panel-hd__loc-select-wrap {
    display: block !important;
    width: min(100%, 260px);
    flex: 1 1 160px;
    max-width: 100%;
  }
  .panel-hd {
    align-items: center;
  }
  .panel-hd__meta {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  body.prices-page-body {
    overflow-x: clip;
  }
  .pr-shell,
  .pr-shell > .wrap,
  .pr-board,
  .pr-main,
  .cat-side,
  .loc-bar,
  .price-table-wrap {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .pr-shell > .wrap,
  .price-table-wrap {
    overflow-x: clip;
  }
  .pr-shell { padding: 24px 0 64px; }
  .loc-bar { padding: 16px 14px; }
  .loc-chips { width: 100%; }
  .cat-list { grid-template-columns: 1fr; }
  .info-strip, .row-expand__grid { grid-template-columns: 1fr; }
  .info-strip { padding: 22px 20px; }
  .loc-grid { grid-template-columns: 1fr; }
  .loc-row:nth-last-child(-n+2) { border-bottom: 1px dashed var(--border-soft); }
  .loc-row:last-child { border-bottom: none; }
  .price-table .col-loc,
  .price-table .col-loc.is-na,
  .price-table thead { display: none; }
  .price-table,
  .price-table tbody,
  .price-table td,
  .price-table tr {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .price-table tbody tr.price-row {
    padding: 12px 14px;
    position: relative;
    overflow-x: clip;
  }
  .price-table tbody tr.row-expand { padding: 0 14px; }
  .price-table td {
    padding: 2px 0;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
  }
  .price-table .col-name {
    font-size: 15px;
    padding-right: 36px;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: manual;
    min-width: 0;
  }
  .price-table .col-name__sub {
    display: block;
    margin-top: 2px;
    line-height: 1.35;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: break-word;
  }
  .price-table .col-name__best,
  .price-table .col-price .col-name__best {
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin: 4px 0 0;
    margin-left: 0;
    padding: 2px 8px;
    white-space: normal;
    overflow-wrap: break-word;
    box-sizing: border-box;
  }
  .price-table .col-cat {
    display: inline-block;
    width: auto;
    max-width: 100%;
    font-size: 12px;
    text-align: left;
    margin-top: 6px;
    padding: 5px 10px;
    border-radius: 8px;
    background: rgba(74, 142, 166, 0.1);
    overflow-wrap: break-word;
  }
  .price-table .col-price {
    text-align: left;
    font-size: 20px;
    margin-top: 4px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .price-table .col-price__main {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
    white-space: normal;
    overflow-wrap: break-word;
  }
  .price-table .col-action {
    text-align: left;
    padding-top: 8px;
  }
  .price-table .row-toggle {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding-right: 0;
    font-size: 15px;
    line-height: 1.3;
    overflow-wrap: break-word;
    word-break: normal;
  }
  .price-table .row-toggle::after {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 1;
    pointer-events: none;
    font-size: 22px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .price-table .pop-badge {
    margin-left: 6px;
    vertical-align: middle;
    white-space: normal;
  }
  .price-table .row-expand td { padding: 0; }
  .price-table tr.is-expanded + .row-expand .row-expand__inner {
    padding: 12px 0 16px;
  }
  .book-btn {
    max-width: 100%;
    box-sizing: border-box;
  }
}
