/* NoorVista 3.0.103 — center-aware public service tariffs */
body:not([data-panel-role]) .tariff-hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 28px;
  background:
    radial-gradient(circle at 82% 18%, rgba(14,165,233,.14), transparent 34%),
    radial-gradient(circle at 12% 88%, rgba(20,184,166,.12), transparent 32%),
    linear-gradient(180deg, #eefaff 0%, #f8fdff 100%);
}
body:not([data-panel-role]) .tariff-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(8,145,178,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(8,145,178,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}
body:not([data-panel-role]) .tariff-hero .container,
body:not([data-panel-role]) .tariff-listing-section .container { position: relative; z-index: 1; }
body:not([data-panel-role]) .tariff-hero__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding: 30px 32px;
  border: 1px solid rgba(186,230,253,.92);
  border-radius: 30px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 24px 60px rgba(15,23,42,.07);
}
body:not([data-panel-role]) .tariff-hero__copy h1 {
  margin: 8px 0 12px;
  color: #082f49;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.42;
}
body:not([data-panel-role]) .tariff-hero__copy p {
  max-width: 850px;
  margin: 0;
  color: #52677a;
  line-height: 2.05;
  font-size: 1rem;
}
body:not([data-panel-role]) .tariff-hero__actions { display: flex; gap: 10px; flex-wrap: wrap; }
body:not([data-panel-role]) .tariff-summary-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
body:not([data-panel-role]) .tariff-summary-item {
  min-height: 104px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid #d9edf8;
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 28px rgba(15,23,42,.045);
}
body:not([data-panel-role]) .tariff-summary-item span { color: #64748b; font-weight: 800; font-size: .82rem; }
body:not([data-panel-role]) .tariff-summary-item strong { color: #0f496c; font-size: 1.16rem; line-height: 1.7; }
body:not([data-panel-role]) .tariff-listing-section { padding: 32px 0 96px; background: linear-gradient(180deg, #f8fcff, #fff); }
body:not([data-panel-role]) .tariff-tools-bar {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid #d5eaf7;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15,23,42,.055);
}
body:not([data-panel-role]) .tariff-tools-copy h2 { margin: 0 0 8px; color: #0f2f45; font-size: clamp(1.45rem, 2vw, 2rem); }
body:not([data-panel-role]) .tariff-tools-copy p { margin: 0; color: #617487; line-height: 1.95; }
body:not([data-panel-role]) .tariff-tools-controls { display: grid; gap: 14px; }
body:not([data-panel-role]) .tariff-search-box { display: grid; gap: 7px; color: #173f59; font-weight: 850; }
body:not([data-panel-role]) .tariff-search-box input {
  width: 100%; min-height: 54px; padding: 0 16px; border-radius: 17px;
  border: 1px solid #cce5f4; background: #f9fcff; outline: 0; font: inherit;
}
body:not([data-panel-role]) .tariff-search-box input:focus { border-color: #22a7d6; box-shadow: 0 0 0 4px rgba(14,165,233,.12); }
body:not([data-panel-role]) .tariff-filter-chips { display: flex; gap: 9px; flex-wrap: wrap; }
body:not([data-panel-role]) .tariff-filter-chips button {
  min-height: 42px; padding: 0 15px; border: 1px solid #cfe4f1; border-radius: 999px;
  background: #fff; color: #42586a; font: inherit; font-weight: 850; cursor: pointer;
}
body:not([data-panel-role]) .tariff-filter-chips button.is-active { color: #fff; border-color: transparent; background: linear-gradient(135deg,#0789b8,#0f766e); }
body:not([data-panel-role]) .tariff-cards-grid { display: grid; gap: 30px; margin-top: 30px; }
body:not([data-panel-role]) .tariff-service-group {
  overflow: hidden;
  border: 1px solid #d2e5ef;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(15,47,69,.075);
}
body:not([data-panel-role]) .tariff-service-head {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(220px,auto);
  gap: 22px;
  align-items: center;
  padding: 28px 30px;
  border-bottom: 1px solid #e1edf4;
  background: linear-gradient(135deg,#fcfeff,#f2f9fd);
}
body:not([data-panel-role]) .tariff-service-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
body:not([data-panel-role]) .tariff-category,
body:not([data-panel-role]) .tariff-center-count,
body:not([data-panel-role]) .tariff-insurance-chip {
  display: inline-flex; align-items: center; min-height: 32px; padding: 0 11px;
  border-radius: 999px; font-size: .78rem; font-weight: 900;
}
body:not([data-panel-role]) .tariff-category { color: #075985; background: #eaf7ff; border: 1px solid #cdeaf9; }
body:not([data-panel-role]) .tariff-center-count { color: #475569; background: #fff; border: 1px solid #dbe7ef; }
body:not([data-panel-role]) .tariff-insurance-chip { color: #0f766e; background: #ecfdf5; border: 1px solid #a7f3d0; }
body:not([data-panel-role]) .tariff-service-copy h2 { margin: 0 0 7px; color: #0f2f45; font-size: clamp(1.32rem,2vw,1.8rem); line-height: 1.65; }
body:not([data-panel-role]) .tariff-service-details { margin-bottom: 7px; color: #334e62; font-weight: 800; }
body:not([data-panel-role]) .tariff-service-description { margin: 0; color: #66798a; line-height: 1.9; }
body:not([data-panel-role]) .tariff-service-summary {
  min-width: 230px; display: grid; gap: 5px; padding: 15px 18px; border-radius: 20px;
  border: 1px solid #cfe8f5; background: #fff;
}
body:not([data-panel-role]) .tariff-service-summary span { color: #64748b; font-size: .78rem; font-weight: 850; }
body:not([data-panel-role]) .tariff-service-summary strong { color: #0f766e; font-size: 1.08rem; line-height: 1.7; }
body:not([data-panel-role]) .tariff-service-summary small { color: #7890a2; }
body:not([data-panel-role]) .tariff-uniform-pricing { padding: 20px 24px 14px; }
body:not([data-panel-role]) .tariff-uniform-head {
  display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 13px;
}
body:not([data-panel-role]) .tariff-uniform-head > div { display: grid; gap: 3px; }
body:not([data-panel-role]) .tariff-uniform-head span { color: #617589; font-size: .8rem; font-weight: 800; }
body:not([data-panel-role]) .tariff-uniform-head strong { color: #163d58; line-height: 1.8; }
body:not([data-panel-role]) .tariff-uniform-badge { padding: 7px 12px; border-radius: 999px; color: #0f766e !important; background: #ecfdf5; border: 1px solid #a7f3d0; white-space: nowrap; }
body:not([data-panel-role]) .tariff-difference-note {
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  margin: 22px 24px 10px; padding: 14px 18px; border-radius: 17px;
  background: #fff8eb; border: 1px solid #f8d995;
}
body:not([data-panel-role]) .tariff-difference-note span { color: #a84d08; font-weight: 950; }
body:not([data-panel-role]) .tariff-difference-note strong { color: #76531a; font-size: .84rem; line-height: 1.7; }
body:not([data-panel-role]) .tariff-center-list { display: grid; gap: 14px; padding: 8px 24px 26px; }
body:not([data-panel-role]) .tariff-center-row {
  display: grid;
  grid-template-columns: minmax(250px,1.1fr) minmax(480px,1.9fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid #dce9ef;
  border-radius: 20px;
  background: linear-gradient(145deg,#fff,#fcfeff);
  box-shadow: 0 8px 24px rgba(15,47,69,.045);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
body:not([data-panel-role]) .tariff-center-list.is-uniform .tariff-center-row { grid-template-columns: minmax(0,1fr) auto; }
body:not([data-panel-role]) .tariff-center-row:last-child { border-bottom: 1px solid #dce9ef; }
@media (hover:hover) and (pointer:fine) {
  body:not([data-panel-role]) .tariff-center-row:hover {
    border-color: #bcdbe7;
    box-shadow: 0 12px 30px rgba(15,76,102,.075);
    transform: translateY(-1px);
  }
}
body:not([data-panel-role]) .tariff-center-identity { min-width: 0; display: grid; gap: 6px; }
body:not([data-panel-role]) .tariff-center-name { color: #123e5a; font-size: 1.02rem; font-weight: 950; }
body:not([data-panel-role]) .tariff-center-address { color: #6c8091; line-height: 1.75; font-size: .84rem; }
body:not([data-panel-role]) .tariff-center-doctor-note { color: #9a6700; font-size: .78rem; line-height: 1.7; }
body:not([data-panel-role]) .tariff-center-insurance { color: #527565; font-size: .8rem; line-height: 1.75; }
body:not([data-panel-role]) .tariff-center-insurance span { font-weight: 900; }
body:not([data-panel-role]) .tariff-center-prices { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
body:not([data-panel-role]) .tariff-center-prices.is-compact { grid-template-columns: repeat(4,minmax(140px,1fr)); }
body:not([data-panel-role]) .tariff-center-price {
  min-height: 76px; display: grid; align-content: center; gap: 4px; padding: 11px 12px;
  border-radius: 16px; border: 1px solid #dce9ef; background: #f9fcfe;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
body:not([data-panel-role]) .tariff-center-price span { color: #708294; font-size: .72rem; font-weight: 800; }
body:not([data-panel-role]) .tariff-center-price strong { color: #23445b; font-size: .86rem; line-height: 1.65; }
body:not([data-panel-role]) .tariff-center-price.is-original strong { color: #94a3b8; text-decoration: line-through; text-decoration-thickness: 2px; }
body:not([data-panel-role]) .tariff-center-price.is-final { border-color: #aee3cf; background: #effbf6; }
body:not([data-panel-role]) .tariff-center-price.is-final strong { color: #0b705f; }
body:not([data-panel-role]) .tariff-center-price.is-deposit { border-color: #b6dff2; background: #f1f9fd; }
body:not([data-panel-role]) .tariff-center-price.is-deposit strong { color: #03658f; }
body:not([data-panel-role]) .tariff-center-booking {
  min-width: 132px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  white-space: nowrap;
  box-shadow: 0 7px 18px rgba(8,137,184,.16);
}
body:not([data-panel-role]) .nv-financial-variant > .nv-insurance-note,
body:not([data-panel-role]) .nv-financial-variant > .nv-tariff-note,
body:not([data-panel-role]) .nv-financial-variant > .nv-referral-note {
  margin: 0;
  padding: 11px 14px;
  border: 1px solid #e1ebf0;
  border-radius: 13px;
  background: #f8fbfd;
  color: #536b7b;
  line-height: 1.85;
}
body:not([data-panel-role]) .nv-financial-variant > .nv-insurance-note {
  border-color: #d6ebe2;
  background: #f4faf7;
}
body:not([data-panel-role]) .nv-financial-variant > .nv-tariff-note {
  border-color: #dfe9ef;
  background: #f8fbfd;
}
body:not([data-panel-role]) .nv-financial-variant > .nv-referral-note {
  border-color: #f3dda9;
  background: #fff9ee;
  color: #76531a;
}
body:not([data-panel-role]) .nv-financial-variant > .nv-insurance-note strong,
body:not([data-panel-role]) .nv-financial-variant > .nv-tariff-note strong { color: #244c61; }
body:not([data-panel-role]) .tariff-empty {
  padding: 32px; border-radius: 24px; border: 1px solid #d6eaf6; background: #fff;
  text-align: center; color: #5d7184; box-shadow: 0 18px 44px rgba(15,23,42,.05);
}
body:not([data-panel-role]) .tariff-empty strong { display: block; margin-bottom: 7px; color: #173e58; font-size: 1.06rem; }
body:not([data-panel-role]) .tariff-empty .btn { margin-top: 10px; }
@media (max-width: 1100px) {
  body:not([data-panel-role]) .tariff-center-row { grid-template-columns: 1fr; gap: 12px; }
  body:not([data-panel-role]) .tariff-center-booking { width: max-content; }
}
@media (max-width: 900px) {
  body:not([data-panel-role]) .tariff-hero__panel,
  body:not([data-panel-role]) .tariff-tools-bar,
  body:not([data-panel-role]) .tariff-service-head { grid-template-columns: 1fr; }
  body:not([data-panel-role]) .tariff-summary-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body:not([data-panel-role]) .tariff-service-summary { min-width: 0; }
}
@media (max-width: 680px) {
  body:not([data-panel-role]) .tariff-hero { padding: 28px 0 18px; }
  body:not([data-panel-role]) .tariff-hero__panel,
  body:not([data-panel-role]) .tariff-tools-bar { padding: 18px; border-radius: 22px; }
  body:not([data-panel-role]) .tariff-summary-grid { gap: 9px; }
  body:not([data-panel-role]) .tariff-summary-item { min-height: 86px; padding: 12px; border-radius: 17px; }
  body:not([data-panel-role]) .tariff-summary-item strong { font-size: .88rem; }
  body:not([data-panel-role]) .tariff-cards-grid { gap: 20px; margin-top: 22px; }
  body:not([data-panel-role]) .tariff-service-group { border-radius: 21px; }
  body:not([data-panel-role]) .tariff-service-head { padding: 18px; gap: 14px; }
  body:not([data-panel-role]) .tariff-uniform-pricing { padding: 16px 16px 8px; }
  body:not([data-panel-role]) .tariff-uniform-head,
  body:not([data-panel-role]) .tariff-difference-note { align-items: flex-start; flex-direction: column; }
  body:not([data-panel-role]) .tariff-difference-note { margin: 15px 14px 7px; padding: 12px 14px; }
  body:not([data-panel-role]) .tariff-center-list { gap: 12px; padding: 7px 14px 18px; }
  body:not([data-panel-role]) .tariff-center-row { padding: 14px; border-radius: 17px; }
  body:not([data-panel-role]) .tariff-center-prices,
  body:not([data-panel-role]) .tariff-center-prices.is-compact { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body:not([data-panel-role]) .tariff-center-price { min-height: 68px; padding: 9px; border-radius: 14px; }
  body:not([data-panel-role]) .tariff-center-booking { width: 100%; min-height: 46px; }
  body:not([data-panel-role]) .nv-financial-variant > .nv-insurance-note,
  body:not([data-panel-role]) .nv-financial-variant > .nv-tariff-note,
  body:not([data-panel-role]) .nv-financial-variant > .nv-referral-note { padding: 10px 12px; border-radius: 12px; }
}
@media (max-width: 420px) {
  body:not([data-panel-role]) .tariff-summary-grid { grid-template-columns: 1fr 1fr; }
  body:not([data-panel-role]) .tariff-filter-chips { display: grid; grid-template-columns: 1fr 1fr; }
  body:not([data-panel-role]) .tariff-filter-chips button { padding: 0 8px; font-size: .78rem; }
  body:not([data-panel-role]) .tariff-center-prices,
  body:not([data-panel-role]) .tariff-center-prices.is-compact { grid-template-columns: 1fr; }
}
body:not([data-panel-role]) .tariff-public-note {
  margin-top: 18px;
  padding: 15px 18px;
  border-radius: 18px;
  border: 1px solid #d7e8f3;
  background: #f8fcff;
  color: #5a7082;
  font-size: .84rem;
  line-height: 1.9;
}
body:not([data-panel-role]) .tariff-public-note strong { color: #123f5b; }

/* Canonical desktop placement for financial tariff variants. */
@media (min-width: 1101px) {
  body:not([data-panel-role]) .nv-financial-variant > .tariff-center-identity {
    grid-column: 1;
    grid-row: 1;
  }
  body:not([data-panel-role]) .nv-financial-variant > .tariff-center-prices {
    grid-column: 2;
    grid-row: 1;
  }
  body:not([data-panel-role]) .nv-financial-variant > .tariff-center-booking {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
  }
  body:not([data-panel-role]) .nv-financial-variant > .nv-insurance-note,
  body:not([data-panel-role]) .nv-financial-variant > .nv-tariff-note,
  body:not([data-panel-role]) .nv-financial-variant > .nv-referral-note {
    grid-column: 1 / -1;
    width: 100%;
  }
}