:root {
  --rg-v130-filter-width: 330px;
  --rg-v130-safe-bottom: max(18px, env(safe-area-inset-bottom));
}
html { overflow-x: clip; }
body,
button,
input,
select,
textarea { font-family: var(--rg-font-family, "Vazirmatn", Tahoma, Arial, sans-serif); }
body { font-size: var(--rg-font-size, 16px); line-height: var(--rg-line-height, 1.78); overflow-x: clip; }
body.rg-v130-filter-open { overflow: hidden; touch-action: none; }
.rg-v130 h1,
.rg-v130 h2,
.rg-v130 h3,
.rg-v130 h4 { line-height: 1.35; text-wrap: balance; }
.rg-v130 h1 { font-size: calc(clamp(2rem, 4.5vw, 4rem) * var(--rg-heading-scale, 1)); }
.rg-v130 h2 { font-size: calc(clamp(1.45rem, 3vw, 2.35rem) * var(--rg-heading-scale, 1)); }
.rg-v130 :focus-visible { outline: 3px solid currentColor; outline-offset: 3px; }
.rg-v130 img,
.rg-v130 svg { max-width: 100%; }
.rg-v130-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; min-height: 170px; }
.rg-v130-service-page-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rg-v130-service-card { min-width: 0; display: flex; flex-direction: column; gap: 14px; padding: 22px; border: 1px solid rgba(37,49,86,.12); border-radius: 22px; background: rgba(255,255,255,.92); box-shadow: 0 14px 38px rgba(44,55,91,.08); contain: layout paint; }
.rg-v130-service-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: rgba(95,92,229,.1); }
.rg-v130-service-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.rg-v130-service-copy { min-width: 0; }
.rg-v130-service-copy h3 { margin: 0 0 8px; overflow-wrap: anywhere; }
.rg-v130-service-copy p { margin: 0; color: var(--rg-muted, #687086); }
.rg-v130-service-meta { display: grid; gap: 8px; margin: auto 0 0; }
.rg-v130-service-meta div { display: flex; justify-content: space-between; gap: 12px; border-top: 1px dashed rgba(37,49,86,.12); padding-top: 8px; }
.rg-v130-service-meta dt { color: var(--rg-muted, #687086); }
.rg-v130-service-meta dd { margin: 0; text-align: left; font-weight: 600; overflow-wrap: anywhere; }
.rg-v130-mobile-filter-bar { display: none; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.rg-v130-filter-head { display: none; align-items: center; justify-content: space-between; gap: 12px; }
.rg-v130-filter-head button { width: 42px; height: 42px; border: 0; border-radius: 50%; font-size: 1.8rem; background: rgba(37,49,86,.08); cursor: pointer; }
#v130ActiveFilterCount { color: var(--rg-muted, #687086); font-size: .9rem; }
/* CW1.48 — site-owned connectivity notice aligned with Ravangram visual language. */
body.rg-v130-offline::before {
  content: "اتصال اینترنت برقرار نیست؛ ممکن است اطلاعات تازه نباشد.";
  position: fixed;
  z-index: 10050;
  top: max(12px, env(safe-area-inset-top, 0px));
  right: 14px;
  left: 14px;
  width: min(calc(100% - 28px), 620px);
  min-height: 50px;
  margin-inline: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(214, 168, 66, .38);
  border-inline-start-width: 4px;
  border-inline-start-color: #d6a842;
  border-radius: 16px;
  background: linear-gradient(180deg, #fffefa 0%, #fff8e8 100%);
  color: #5b4920;
  box-shadow: 0 14px 36px rgba(39, 55, 92, .13), inset 0 1px 0 rgba(255, 255, 255, .88);
  direction: rtl;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.9;
  pointer-events: none;
}
.rg-v130-font-fallback::after { content: ""; position: fixed; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.rg-v130 .rg-therapist-card,
.rg-v130 .rg-v130-service-card { content-visibility: auto; contain-intrinsic-size: 420px; }
.rg-v130 .rg-skeleton { min-height: 72px; }
@media (max-width: 1100px) {
  .rg-v130-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 840px) {
  .rg-v130-mobile-filter-enabled .rg-v130-mobile-filter-bar { display: flex; }
  .rg-v130-mobile-filter-enabled .rg-v130-filter-head { display: flex; }
  .rg-v130-mobile-filter-enabled .rg-v130-filter-panel { position: fixed !important; z-index: 10020; inset: auto 0 0; width: 100%; max-width: none; max-height: min(88vh, 760px); overflow-y: auto; overscroll-behavior: contain; padding: 18px 18px var(--rg-v130-safe-bottom); border-radius: 26px 26px 0 0; background: #fff; box-shadow: 0 -24px 70px rgba(24,31,56,.24); transform: translateY(110%); visibility: hidden; transition: transform .22s ease, visibility 0s linear .22s; }
  .rg-v130-mobile-filter-enabled .rg-v130-filter-panel.is-open { transform: translateY(0); visibility: visible; transition-delay: 0s; }
  body.rg-v130-filter-open::after { content: ""; position: fixed; z-index: 10010; inset: 0; background: rgba(17,24,39,.46); backdrop-filter: blur(2px); }
  .rg-v130 .rg-bottom-nav { padding-bottom: max(8px, env(safe-area-inset-bottom)); }
}
@media (max-width: 620px) {
  .rg-v130-service-grid,
  .rg-v130-service-page-grid { grid-template-columns: 1fr; }
  .rg-v130-service-card { padding: 18px; border-radius: 18px; }
  .rg-v130-service-meta div { align-items: flex-start; }
  .rg-v130 .rg-card-actions { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .rg-v130 *, .rg-v130 *::before, .rg-v130 *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media print {
  body, button, input, select, textarea { font-family: Tahoma, Arial, sans-serif; }
  .rg-v130-mobile-filter-bar, .rg-bottom-nav, .rg-support-fab { display: none !important; }
}


/* ==========================================================================
   Ravangram 13.0 c11.3 — approved premium public-home design
   Scoped to .rg-c113-home to prevent regression in booking, account and admin.
   ========================================================================== */
:root {
  --rg-c113-ink: #102a5e;
  --rg-c113-blue: #2f63f5;
  --rg-c113-blue-2: #4d7cff;
  --rg-c113-soft: #f5f8ff;
  --rg-c113-soft-blue: #eaf1ff;
  --rg-c113-line: #dfe7f6;
  --rg-c113-muted: #6f7e9b;
  --rg-c113-green: #3db693;
  --rg-c113-shadow: 0 24px 70px rgba(25, 57, 118, .10);
  --rg-c113-shadow-soft: 0 14px 44px rgba(25, 57, 118, .075);
}

body.rg-v130 {
  background: #f7f9ff;
  color: var(--rg-c113-ink);
}

body.rg-v130 .rg-header {
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(214,224,244,.8);
  box-shadow: 0 8px 30px rgba(23,47,94,.035);
  backdrop-filter: blur(18px);
}

body.rg-v130 .rg-header-inner {
  min-height: 82px;
  gap: 24px;
}

body.rg-v130 .rg-brand img {
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(30,73,176,.18);
}

body.rg-v130 .rg-desktop-nav {
  gap: 10px;
}

body.rg-v130 .rg-desktop-nav button {
  border-radius: 12px;
  padding: 10px 13px;
  font-weight: 600;
  color: #263b68;
}

body.rg-v130 .rg-desktop-nav button:hover,
body.rg-v130 .rg-desktop-nav button:focus-visible {
  background: #f1f5ff;
  color: var(--rg-c113-blue);
}

body.rg-v130 .rg-header-account {
  min-width: 112px;
  border-color: #d9e3f6;
  background: #fff;
  box-shadow: 0 10px 28px rgba(25,57,118,.05);
}

body.rg-v130 .rg-main {
  background:
    radial-gradient(circle at 8% 4%, rgba(105,194,255,.16), transparent 25rem),
    radial-gradient(circle at 92% 13%, rgba(170,165,255,.15), transparent 24rem),
    #f7f9ff;
}

.rg-c113-home {
  overflow: clip;
  background: transparent;
}
.rg-c113-home.active {
  display: flex;
  flex-direction: column;
}

.rg-c113-home .rg-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
  color: var(--rg-c113-blue);
  font-size: .88rem;
  font-weight: 700;
}

.rg-c113-home .rg-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rg-c113-blue), #62b6ff);
}

.rg-c113-hero {
  position: relative;
  padding: 72px 0 0;
  isolation: isolate;
}

.rg-c113-hero::before,
.rg-c113-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.rg-c113-hero::before {
  width: 360px;
  height: 360px;
  right: -120px;
  top: 70px;
  background: rgba(154,205,255,.18);
}

.rg-c113-hero::after {
  width: 290px;
  height: 290px;
  left: -90px;
  top: 330px;
  background: rgba(189,180,255,.16);
}

.rg-c113-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(400px, .98fr);
  align-items: center;
  gap: clamp(42px, 6vw, 92px);
}

.rg-c113-hero-copy {
  padding-block: 28px 78px;
}

.rg-c113-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 9px 15px;
  border: 1px solid #d9e5ff;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--rg-c113-blue);
  font-weight: 700;
  font-size: .9rem;
  box-shadow: 0 9px 25px rgba(36,74,145,.04);
}

.rg-c113-hero-copy h1 {
  max-width: 720px;
  margin: 25px 0 18px;
  font-size: clamp(2.65rem, 5vw, 5.25rem);
  line-height: 1.18;
  letter-spacing: -.045em;
  color: #10295a;
  text-wrap: balance;
}

.rg-c113-hero-copy p {
  max-width: 650px;
  margin: 0;
  color: #60708f;
  font-size: clamp(1.04rem, 1.5vw, 1.22rem);
  line-height: 2;
}

.rg-c113-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.rg-c113-home .rg-btn {
  min-height: 50px;
  border-radius: 15px;
  padding-inline: 22px;
  font-weight: 700;
}

.rg-c113-home .rg-btn-primary {
  background: linear-gradient(135deg, #2458ec 0%, #3d72ff 100%);
  border-color: transparent;
  box-shadow: 0 14px 32px rgba(47,99,245,.24);
}

.rg-c113-home .rg-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(47,99,245,.28);
}

.rg-c113-home .rg-btn-secondary {
  border-color: #d7e2f6;
  background: rgba(255,255,255,.9);
  color: #19366d;
}

.rg-c113-trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 26px;
  color: #536582;
  font-size: .9rem;
  font-weight: 600;
}

.rg-c113-trust-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.rg-c113-trust-points i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 22%, transparent 25%),
    var(--rg-c113-green);
  box-shadow: 0 0 0 5px rgba(61,182,147,.10);
}

.rg-c113-hero-visual {
  min-height: 540px;
  display: grid;
  place-items: center;
}

.rg-c113-room {
  position: relative;
  width: min(100%, 560px);
  height: 520px;
  border-radius: 52% 52% 28px 28px / 37% 37% 28px 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.93), rgba(228,238,255,.82)),
    #eef4ff;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.8),
    0 38px 80px rgba(41,75,139,.16);
  overflow: hidden;
}

.rg-c113-room::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.9), transparent 34%),
    linear-gradient(115deg, transparent 0 55%, rgba(140,180,244,.14) 56% 100%);
}

.rg-c113-orb {
  position: absolute;
  border-radius: 50%;
}

.rg-c113-orb-a {
  width: 245px;
  height: 245px;
  left: -45px;
  top: 120px;
  background: linear-gradient(145deg, #b9d8ff, #3d6bc7);
  opacity: .85;
}

.rg-c113-orb-b {
  width: 145px;
  height: 145px;
  right: 20px;
  top: 40px;
  background: linear-gradient(145deg, #fbe9da, #e8d5c7);
  opacity: .72;
}

.rg-c113-arch {
  position: absolute;
  right: 44px;
  top: 40px;
  width: 265px;
  height: 340px;
  border-radius: 132px 132px 26px 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(229,238,255,.72));
  box-shadow: inset 0 0 0 1px rgba(191,211,246,.58);
}

.rg-c113-dialog-mark {
  position: absolute;
  inset: 70px 42px auto;
  height: 100px;
  border-radius: 50%;
  border: 2px solid rgba(68,112,224,.28);
}

.rg-c113-dialog-mark::before,
.rg-c113-dialog-mark::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 78px;
  border: 2px solid rgba(68,112,224,.24);
  border-radius: 50%;
  top: 15px;
}

.rg-c113-dialog-mark::before { right: -25px; }
.rg-c113-dialog-mark::after { left: -25px; }

.rg-c113-dialog-mark span {
  position: absolute;
  top: 43px;
  width: 8px;
  height: 8px;
  border: 2px solid rgba(68,112,224,.45);
  border-radius: 50%;
}

.rg-c113-dialog-mark span:nth-child(1) { right: 55px; }
.rg-c113-dialog-mark span:nth-child(2) { right: 83px; }
.rg-c113-dialog-mark span:nth-child(3) { right: 111px; }

.rg-c113-chair {
  position: absolute;
  z-index: 4;
  left: 92px;
  bottom: 58px;
  width: 235px;
  height: 226px;
}

.rg-c113-chair > span {
  position: absolute;
  left: 24px;
  top: 0;
  width: 185px;
  height: 155px;
  border-radius: 68px 68px 44px 44px;
  background: linear-gradient(155deg, #cce2ff, #87afe8);
  box-shadow: inset -14px -16px 25px rgba(38,86,157,.16), 0 22px 35px rgba(41,76,131,.18);
}

.rg-c113-chair > i {
  position: absolute;
  left: 0;
  top: 98px;
  width: 235px;
  height: 85px;
  border-radius: 48px 48px 32px 32px;
  background: linear-gradient(150deg, #b7d6ff, #739ddd);
  box-shadow: inset 0 -14px 22px rgba(35,77,140,.12);
}

.rg-c113-chair > b,
.rg-c113-chair > em {
  position: absolute;
  bottom: 0;
  width: 9px;
  height: 65px;
  border-radius: 9px;
  background: #6d7e98;
  transform-origin: top;
}

.rg-c113-chair > b { left: 42px; transform: rotate(7deg); }
.rg-c113-chair > em { right: 42px; transform: rotate(-7deg); }

.rg-c113-table {
  position: absolute;
  z-index: 3;
  right: 54px;
  bottom: 60px;
  width: 122px;
  height: 195px;
}

.rg-c113-table::before {
  content: "";
  position: absolute;
  top: 70px;
  right: 0;
  width: 122px;
  height: 23px;
  border-radius: 50%;
  background: #f2dcc8;
  box-shadow: 0 10px 20px rgba(79,72,68,.12);
}

.rg-c113-table::after {
  content: "";
  position: absolute;
  top: 82px;
  right: 57px;
  width: 8px;
  height: 96px;
  background: #c7aa90;
  border-radius: 8px;
}

.rg-c113-table > i {
  position: absolute;
  right: 25px;
  bottom: 5px;
  width: 72px;
  height: 8px;
  border-radius: 50%;
  background: #b99172;
}

.rg-c113-vase {
  position: absolute;
  z-index: 2;
  right: 40px;
  top: 36px;
  width: 42px;
  height: 50px;
  border-radius: 10px 10px 18px 18px;
  background: linear-gradient(145deg, #fff, #dce9fb);
  box-shadow: 0 7px 14px rgba(57,74,103,.12);
}

.rg-c113-vase::before,
.rg-c113-vase::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 50px;
  bottom: 34px;
  border-radius: 50% 0 50% 50%;
  border-left: 4px solid #79a58f;
  border-top: 4px solid transparent;
  transform-origin: bottom;
}

.rg-c113-vase::before { right: 12px; transform: rotate(-25deg); }
.rg-c113-vase::after { left: 10px; transform: scaleX(-1) rotate(-30deg); }

.rg-c113-floor-shadow {
  position: absolute;
  z-index: 1;
  left: 32px;
  right: 32px;
  bottom: 30px;
  height: 42px;
  border-radius: 50%;
  background: rgba(44,76,128,.13);
  filter: blur(12px);
}

.rg-c113-finder {
  position: relative;
  z-index: 6;
  margin-top: -28px;
  padding: 28px 32px 30px;
  border: 1px solid rgba(218,228,246,.95);
  border-radius: 28px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--rg-c113-shadow);
}

.rg-c113-finder-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 22px;
}

.rg-c113-finder-head h2,
.rg-c113-section-head h2 {
  margin: 0;
  color: var(--rg-c113-ink);
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.35;
}

.rg-c113-finder-head p,
.rg-c113-section-head p {
  margin: 9px 0 0;
  color: var(--rg-c113-muted);
  line-height: 1.9;
}

.rg-c113-finder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}

.rg-c113-finder-field {
  display: grid;
  gap: 8px;
}

.rg-c113-finder-field > span {
  color: #405273;
  font-size: .86rem;
  font-weight: 700;
}

.rg-c113-finder-field select {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid #dce6f7;
  border-radius: 15px;
  background: #fbfcff;
  color: #223a6d;
  font-family: inherit;
  font-size: .95rem;
  outline: none;
}

.rg-c113-finder-field select:focus {
  border-color: #7da0ff;
  box-shadow: 0 0 0 4px rgba(58,107,245,.10);
}

.rg-c113-finder-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
}

.rg-c113-shortcuts {
  padding: 34px 0 12px;
}

.rg-c113-shortcut-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
}

.rg-c113-shortcut-grid > button {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-areas: "icon title" "icon desc";
  align-items: center;
  gap: 1px 11px;
  min-height: 84px;
  padding: 14px 16px;
  border: 1px solid #e0e8f6;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  text-align: right;
  color: #203968;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.rg-c113-shortcut-grid > button:hover {
  transform: translateY(-3px);
  border-color: #c8d7f5;
  box-shadow: var(--rg-c113-shadow-soft);
}

.rg-c113-shortcut-icon {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #edf3ff;
  color: var(--rg-c113-blue);
}

.rg-c113-shortcut-grid b { grid-area: title; font-size: .95rem; }
.rg-c113-shortcut-grid small { grid-area: desc; color: #77849c; font-size: .78rem; }

.rg-c113-section {
  padding: 78px 0;
}

.rg-c113-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}

.rg-c113-section-head > div {
  max-width: 740px;
}

.rg-c113-section-head-centered {
  display: block;
  text-align: center;
  margin-inline: auto;
}

.rg-c113-section-head-centered > div {
  margin-inline: auto;
}

.rg-c113-practitioners {
  padding-top: 62px;
}

.rg-c113-practitioner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
}

.rg-c113-practitioner-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid #dfe7f5;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(32,63,119,.075);
  transition: transform .23s ease, box-shadow .23s ease, border-color .23s ease;
}

.rg-c113-practitioner-card:hover {
  transform: translateY(-5px);
  border-color: #c6d6f5;
  box-shadow: 0 24px 58px rgba(32,63,119,.13);
}

.rg-c113-practitioner-media {
  position: relative;
  height: 230px;
  overflow: hidden;
  background: #edf3ff;
}

.rg-c113-practitioner-media .rg-dynamic-picture,
.rg-c113-practitioner-media .rg-therapist-placeholder {
  width: 100%;
  height: 100%;
  display: block;
}

.rg-c113-practitioner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--rg-dx, 50%) var(--rg-dy, 40%);
  transform: scale(var(--rg-dz,1));
}

.rg-c113-card-rating {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #244273;
  box-shadow: 0 7px 20px rgba(27,50,91,.12);
  backdrop-filter: blur(12px);
  font-size: .76rem;
}

.rg-c113-card-rating small { color: #7d8798; }
.rg-c113-practitioner-body { padding: 18px; }
.rg-c113-practitioner-head { min-height: 58px; }
.rg-c113-practitioner-head h3 {
  margin: 0;
  color: #10295a;
  font-size: 1.1rem;
}
.rg-c113-practitioner-head p {
  margin: 6px 0 0;
  color: #78859c;
  font-size: .83rem;
}
.rg-c113-practitioner-card .rg-name-verified {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
}
.rg-c113-practitioner-card .rg-verified {
  flex: 0 0 auto;
  padding: 5px 8px;
  font-size: .68rem;
  border-radius: 999px;
}
.rg-c113-tag-row {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  min-height: 35px;
  margin-top: 12px;
}
.rg-c113-tag-row .rg-chip {
  background: #f1f5ff;
  color: #436096;
  border: 0;
  border-radius: 999px;
  padding: 6px 9px;
  font-size: .72rem;
}
.rg-c113-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 14px 0;
}
.rg-c113-card-meta span {
  padding: 6px 9px;
  border-radius: 10px;
  background: #fafbff;
  color: #66748d;
  font-size: .72rem;
}
.rg-c113-card-slot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 60px;
  margin: 0 0 13px;
  padding: 11px 12px;
  border: 1px solid #dce6fb;
  border-radius: 15px;
  background: #f7f9ff;
  color: #1e448e;
  text-align: right;
}
.rg-c113-card-slot span { display: grid; gap: 3px; }
.rg-c113-card-slot small { color: #8490a5; font-size: .68rem; }
.rg-c113-card-slot b { font-size: .82rem; }
.rg-c113-card-slot em {
  font-style: normal;
  padding: 5px 8px;
  border-radius: 9px;
  background: #fff;
  font-size: .7rem;
  font-weight: 700;
}
.rg-c113-card-slot.is-empty { color: #65758f; }
.rg-c113-card-cta { min-height: 46px !important; }

.rg-c113-journey {
  padding-top: 40px;
}

.rg-c113-journey-panel {
  position: relative;
  padding: 48px 44px;
  border: 1px solid #dfe8f8;
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 50%, rgba(134,192,255,.13), transparent 16rem),
    radial-gradient(circle at 94% 20%, rgba(202,188,255,.18), transparent 17rem),
    #fff;
  box-shadow: var(--rg-c113-shadow-soft);
  overflow: hidden;
}

.rg-c113-journey-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 28px;
  margin-top: 36px;
}

.rg-c113-journey-grid article {
  position: relative;
  text-align: center;
  padding: 20px 20px 8px;
}

.rg-c113-journey-grid article > span {
  position: absolute;
  top: -4px;
  right: 50%;
  transform: translateX(50%);
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--rg-c113-blue);
  color: #fff;
  font-size: .75rem;
  box-shadow: 0 0 0 7px #edf3ff;
}

.rg-c113-journey-grid .rg-icon {
  width: 58px;
  height: 58px;
  padding: 14px;
  margin: 26px auto 13px;
  border-radius: 19px;
  background: #edf3ff;
  color: var(--rg-c113-blue);
}

.rg-c113-journey-grid h3 { margin: 0 0 8px; font-size: 1.05rem; }
.rg-c113-journey-grid p { margin: 0; color: #71809a; font-size: .86rem; line-height: 1.9; }
.rg-c113-journey-line {
  position: absolute;
  left: 19%;
  right: 19%;
  bottom: 173px;
  height: 1px;
  border-top: 2px dashed #cfdbf2;
}

.rg-c113-topics {
  padding-top: 68px;
}

.rg-c113-topic-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0,1fr)) !important;
  gap: 14px !important;
}

.rg-c113-topic-grid .rg-specialty-card {
  min-height: 174px;
  padding: 20px 17px;
  border: 1px solid #e0e7f5;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.90)),
    var(--card-accent, #edf3ff);
  box-shadow: 0 12px 34px rgba(33,65,122,.055);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rg-c113-topic-grid .rg-specialty-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 19px 42px rgba(33,65,122,.10);
}

.rg-c113-topic-grid .rg-specialty-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 13px;
  border-radius: 17px;
  background: var(--card-accent, #edf3ff);
  color: #315dda;
}

.rg-c113-topic-grid h3 { font-size: .95rem; margin: 0 0 5px; }
.rg-c113-topic-grid p { display: none; }
.rg-c113-topic-grid .rg-specialty-count {
  margin-top: 7px;
  color: #657694;
  font-size: .72rem;
}
.rg-c113-topic-grid .rg-specialty-count .rg-icon { display: none; }

.rg-c113-trust-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0,1.05fr);
  gap: 42px;
  align-items: center;
  padding: 42px 46px;
  border-radius: 30px;
  background: linear-gradient(135deg, #102b63 0%, #2454c6 100%);
  color: #fff;
  box-shadow: 0 25px 65px rgba(22,60,142,.22);
}

.rg-c113-trust-panel h2 {
  margin: 0 0 11px;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.4;
}

.rg-c113-trust-panel p {
  color: rgba(255,255,255,.76);
  line-height: 1.9;
  margin: 0;
}

.rg-c113-trust-panel .rg-kicker { color: #9ed1ff; }
.rg-c113-trust-panel .rg-kicker::before { background: #75c7ff; }

.rg-c113-trust-grid {
  display: grid;
  gap: 12px;
}

.rg-c113-trust-grid article {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-areas: "icon title" "icon desc";
  gap: 2px 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 17px;
  background: rgba(255,255,255,.075);
}

.rg-c113-trust-grid .rg-icon {
  grid-area: icon;
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 14px;
  background: rgba(255,255,255,.1);
  color: #95ddff;
}
.rg-c113-trust-grid b { grid-area: title; }
.rg-c113-trust-grid small { grid-area: desc; color: rgba(255,255,255,.70); }

.rg-c113-education {
  padding-top: 72px;
}

.rg-c113-education-grid {
  grid-template-columns: 1.3fr 1fr 1fr !important;
  gap: 18px !important;
}

.rg-c113-education-grid .rg-education-card {
  min-width: 0;
  border: 1px solid #e0e7f4;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(33,65,122,.065);
  overflow: hidden;
}

.rg-c113-education-grid .rg-education-open {
  display: grid;
  height: 100%;
  grid-template-rows: 180px 1fr;
}

.rg-c113-education-grid .rg-education-card:first-child .rg-education-open {
  grid-template-rows: 220px 1fr;
}

.rg-c113-education-grid .rg-education-media {
  min-height: 0;
  background: linear-gradient(145deg, #edf4ff, #f7f9ff);
}

.rg-c113-education-grid .rg-education-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rg-c113-education-grid .rg-education-icon {
  height: 100%;
  display: grid;
  place-items: center;
}

.rg-c113-education-grid .rg-education-icon .rg-icon {
  width: 54px;
  height: 54px;
  padding: 15px;
  border-radius: 18px;
  background: #e9f1ff;
  color: var(--rg-c113-blue);
}

.rg-c113-education-grid .rg-education-copy {
  padding: 18px 19px 20px;
}

.rg-c113-education-grid .rg-education-copy p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rg-c113-final {
  padding: 20px 0 76px;
}

.rg-c113-final-panel {
  position: relative;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 34px;
  align-items: center;
  padding: 38px 44px;
  border: 1px solid #d7e2f6;
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 40%, rgba(122,190,255,.28), transparent 18rem),
    linear-gradient(135deg, #edf4ff, #e2edff);
  overflow: hidden;
  box-shadow: var(--rg-c113-shadow-soft);
}

.rg-c113-final-panel h2 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  color: #10295a;
}

.rg-c113-final-panel p { margin: 0; color: #667792; }
.rg-c113-final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

.rg-c113-final-visual {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50% 50% 45% 45%;
  background: rgba(255,255,255,.70);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.8);
}

.rg-c113-final-visual span {
  position: absolute;
  right: 48px;
  bottom: 25px;
  width: 54px;
  height: 70px;
  border-radius: 12px 12px 23px 23px;
  background: linear-gradient(145deg, #fff, #dbe9ff);
}

.rg-c113-final-visual i,
.rg-c113-final-visual b {
  position: absolute;
  bottom: 80px;
  width: 62px;
  height: 70px;
  border-radius: 70% 0 70% 70%;
  border-left: 6px solid #6ea78b;
  transform-origin: bottom;
}
.rg-c113-final-visual i { right: 58px; transform: rotate(-24deg); }
.rg-c113-final-visual b { left: 48px; transform: scaleX(-1) rotate(-28deg); }

body.rg-v130 .rg-footer {
  background: #0e2450;
  color: #fff;
  padding-top: 55px;
}

body.rg-v130 .rg-footer-grid {
  gap: 36px;
}

body.rg-v130 .rg-footer button,
body.rg-v130 .rg-footer p,
body.rg-v130 .rg-footer small,
body.rg-v130 .rg-footer-bottom {
  color: rgba(255,255,255,.72);
}

body.rg-v130 .rg-footer h3,
body.rg-v130 .rg-footer .rg-brand strong {
  color: #fff;
}

body.rg-v130 .rg-footer-bottom {
  border-top-color: rgba(255,255,255,.12);
}

/* Preserve all other routes. Only home-specific cards receive these rules. */
.rg-c113-home .rg-text-button {
  color: var(--rg-c113-blue);
  font-weight: 700;
}

@media (max-width: 1180px) {
  .rg-c113-hero-grid { grid-template-columns: minmax(0,1fr) minmax(350px,.85fr); gap: 38px; }
  .rg-c113-room { height: 470px; }
  .rg-c113-hero-visual { min-height: 480px; }
  .rg-c113-practitioner-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rg-c113-topic-grid { grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
}

@media (max-width: 900px) {
  body.rg-v130 .rg-header-inner { min-height: 72px; }
  .rg-c113-hero { padding-top: 42px; }
  .rg-c113-hero-grid { grid-template-columns: 1fr; }
  .rg-c113-hero-copy { padding-block: 20px 10px; text-align: center; }
  .rg-c113-hero-copy h1, .rg-c113-hero-copy p { margin-inline: auto; }
  .rg-c113-hero-actions, .rg-c113-trust-points { justify-content: center; }
  .rg-c113-hero-visual { min-height: 430px; }
  .rg-c113-room { width: min(100%, 520px); height: 430px; }
  .rg-c113-finder { margin-top: -8px; }
  .rg-c113-finder-grid { grid-template-columns: 1fr; }
  .rg-c113-shortcut-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rg-c113-section-head { align-items: start; }
  .rg-c113-journey-grid { grid-template-columns: 1fr; }
  .rg-c113-journey-line { display: none; }
  .rg-c113-journey-grid article { display: grid; grid-template-columns: 58px 1fr; grid-template-areas: "icon title" "icon desc"; text-align: right; padding: 12px; }
  .rg-c113-journey-grid article > span { right: 28px; top: 5px; }
  .rg-c113-journey-grid .rg-icon { grid-area: icon; margin: 0; }
  .rg-c113-journey-grid h3 { grid-area: title; align-self: end; }
  .rg-c113-journey-grid p { grid-area: desc; }
  .rg-c113-trust-panel { grid-template-columns: 1fr; }
  .rg-c113-education-grid { grid-template-columns: 1fr 1fr !important; }
  .rg-c113-education-grid .rg-education-card:first-child { grid-column: 1 / -1; }
  .rg-c113-final-panel { grid-template-columns: 130px 1fr; padding: 30px; }
}

@media (max-width: 620px) {
  .rg-c113-hero { padding-top: 24px; }
  .rg-c113-hero-copy h1 { font-size: clamp(2.25rem, 11vw, 3.25rem); line-height: 1.25; }
  .rg-c113-hero-copy p { font-size: .98rem; line-height: 1.9; }
  .rg-c113-hero-actions { display: grid; grid-template-columns: 1fr; }
  .rg-c113-hero-actions .rg-btn { width: 100%; }
  .rg-c113-trust-points { display: grid; grid-template-columns: 1fr; justify-items: start; width: max-content; max-width: 100%; margin-inline: auto; }
  .rg-c113-hero-visual { min-height: 340px; }
  .rg-c113-room { height: 335px; border-radius: 45% 45% 24px 24px / 34% 34% 24px 24px; }
  .rg-c113-chair { transform: scale(.72); transform-origin: bottom left; left: 35px; bottom: 22px; }
  .rg-c113-table { transform: scale(.72); transform-origin: bottom right; right: 18px; bottom: 22px; }
  .rg-c113-arch { transform: scale(.75); transform-origin: top right; right: 20px; }
  .rg-c113-orb-a { width: 180px; height: 180px; left: -60px; top: 90px; }
  .rg-c113-finder { padding: 23px 18px; border-radius: 22px; }
  .rg-c113-finder-actions { display: grid; gap: 12px; }
  .rg-c113-shortcut-grid { grid-template-columns: 1fr; }
  .rg-c113-section { padding: 58px 0; }
  .rg-c113-section-head { display: grid; gap: 14px; margin-bottom: 22px; }
  .rg-c113-practitioner-grid {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    scroll-snap-type: x mandatory;
    padding: 3px 2px 14px;
  }
  .rg-c113-practitioner-card { flex: 0 0 84%; scroll-snap-align: start; }
  .rg-c113-practitioner-media { height: 215px; }
  .rg-c113-journey-panel { padding: 34px 18px; border-radius: 24px; }
  .rg-c113-topic-grid { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  .rg-c113-topic-grid .rg-specialty-card { min-height: 150px; padding: 16px 10px; }
  .rg-c113-trust-panel { padding: 32px 22px; border-radius: 24px; }
  .rg-c113-education-grid { grid-template-columns: 1fr !important; }
  .rg-c113-education-grid .rg-education-card:first-child { grid-column: auto; }
  .rg-c113-education-grid .rg-education-open,
  .rg-c113-education-grid .rg-education-card:first-child .rg-education-open { grid-template-rows: 170px 1fr; }
  .rg-c113-final { padding-bottom: 54px; }
  .rg-c113-final-panel { grid-template-columns: 1fr; text-align: center; padding: 30px 20px; }
  .rg-c113-final-visual { margin-inline: auto; }
  .rg-c113-final-actions { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .rg-c113-home *, .rg-c113-home *::before, .rg-c113-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* Ravangram c11.4 — focused refinement, global search and compact discovery */
body.rg-v130 .rg-global-search-trigger{display:inline-grid;place-items:center;color:#2457c5;background:#fff;border:1px solid #d9e3f4;box-shadow:0 8px 24px rgba(28,65,145,.06)}
body.rg-v130 .rg-global-search-trigger:hover,body.rg-v130 .rg-global-search-trigger:focus-visible{border-color:#9fbbff;background:#f4f7ff;outline:0}
.rg-c114-home .rg-c113-hero{padding:clamp(34px,5vw,72px) 0 clamp(38px,5.5vw,76px)}
.rg-c114-home .rg-c113-hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:clamp(34px,5vw,74px);align-items:center}
.rg-c114-home .rg-c113-hero-copy{padding-block:10px}
.rg-c114-home .rg-c113-hero-copy h1{font-size:clamp(2.55rem,4.25vw,4rem);line-height:1.38;max-width:720px;letter-spacing:-.035em}
.rg-c114-home .rg-c113-hero-copy>p{max-width:650px;font-size:1.02rem;line-height:2}
.rg-c114-home .rg-c113-trust-points{row-gap:10px}
.rg-c114-hero-visual{min-height:0!important;display:block!important;padding:12px 0}
.rg-c114-featured-shell{position:relative;min-width:0}
.rg-c114-featured-stage{position:relative;padding:22px 0 28px}
.rg-c114-featured-card{position:relative;display:grid;grid-template-columns:minmax(190px,.84fr) minmax(0,1.16fr);gap:18px;padding:17px;border:1px solid rgba(52,79,145,.13);border-radius:28px;background:rgba(255,255,255,.95);box-shadow:0 24px 70px rgba(28,57,126,.14);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;min-height:342px;overflow:hidden}
.rg-c114-featured-card:hover,.rg-c114-featured-card:focus-visible{transform:translateY(-3px);border-color:#adc4fb;box-shadow:0 30px 78px rgba(28,57,126,.18);outline:0}
.rg-c114-featured-photo{position:relative;min-height:308px;margin-block-start:12px;border-radius:22px;overflow:hidden;background:#edf3ff}
.rg-c114-featured-photo .rg-dynamic-picture,.rg-c114-featured-photo .rg-dynamic-picture img,.rg-c114-featured-photo .rg-therapist-placeholder{display:block;width:100%;height:100%}
.rg-c114-featured-photo img{object-fit:cover;object-position:var(--rg-dx) var(--rg-dy);transform:scale(var(--rg-dz));transform-origin:var(--rg-dx) var(--rg-dy)}
.rg-c114-featured-verified{position:absolute;inset:12px 12px auto auto;display:flex;align-items:center;gap:5px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.94);color:#2457c5;font-size:11px;font-weight:750;box-shadow:0 8px 24px rgba(15,45,110,.12)}
.rg-c114-featured-verified .rg-icon{width:14px;height:14px}
.rg-c114-featured-copy{display:flex;flex-direction:column;min-width:0;padding:16px 4px 8px;gap:8px}
.rg-c114-featured-label{color:#2f6cf5;font-weight:750;font-size:12px}
.rg-c114-featured-copy h2{margin:0;color:#10295a;font-size:clamp(1.55rem,2.2vw,2rem);line-height:1.5}
.rg-c114-featured-role{margin:0;color:#5e6f8b;font-size:.94rem;line-height:1.8}
.rg-c114-featured-specialties{margin:0;padding:10px 0;border-top:1px solid #e8eef8;border-bottom:1px solid #e8eef8;color:#315071;font-size:.84rem;line-height:1.85;min-height:54px}
.rg-c114-featured-metrics{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:2px}
.rg-c114-featured-metrics span{display:grid;gap:3px;padding:10px 12px;border:1px solid #e0e8f5;border-radius:15px;background:#f9fbff}
.rg-c114-featured-metrics small,.rg-c114-featured-slot small{color:#7a89a1;font-size:10px}
.rg-c114-featured-metrics b{font-size:12px;color:#173765;line-height:1.65}
.rg-c114-featured-slot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding:11px 13px;border-radius:16px;background:linear-gradient(135deg,#edf4ff,#f4f0ff)}
.rg-c114-featured-slot span{display:grid;gap:3px;min-width:0}.rg-c114-featured-slot b{font-size:12px;line-height:1.6;color:#163d79}.rg-c114-featured-slot em{font-style:normal;color:#2f6cf5;font-weight:750;font-size:11px;white-space:nowrap}
.rg-c114-featured-nav{position:absolute;z-index:4;bottom:0;width:38px;height:38px;display:grid;place-items:center;border:1px solid #d9e4f5;border-radius:13px;background:#fff;color:#2f6cf5;box-shadow:0 8px 24px rgba(32,67,145,.08)}
.rg-c114-featured-nav.is-prev{inset-inline-end:0}.rg-c114-featured-nav.is-next{inset-inline-end:46px}.rg-c114-featured-nav .rg-icon{width:18px;height:18px}
.rg-c114-featured-dots{position:absolute;bottom:12px;inset-inline-start:8px;display:flex;gap:5px}.rg-c114-featured-dots button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:#ced8e9}.rg-c114-featured-dots button.active{width:25px;background:#3972f3}
.rg-c114-home .rg-c113-section{padding:clamp(46px,5.4vw,72px) 0}
.rg-c114-home .rg-c113-section-head{margin-bottom:24px}.rg-c114-home .rg-c113-section-head h2{font-size:clamp(2rem,3.2vw,3rem)}
.rg-c114-home .rg-c113-practitioner-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.rg-c114-practitioner-card{display:grid;grid-template-columns:116px minmax(0,1fr);min-height:182px;border:1px solid #dfe7f4;border-radius:22px;background:#fff;overflow:hidden;cursor:pointer;box-shadow:0 12px 34px rgba(29,60,128,.075);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.rg-c114-practitioner-card:hover,.rg-c114-practitioner-card:focus-visible{transform:translateY(-3px);border-color:#b6c9f4;box-shadow:0 20px 46px rgba(29,60,128,.12);outline:0}
.rg-c114-practitioner-photo{position:relative;min-height:182px;background:#edf3ff;overflow:hidden}.rg-c114-practitioner-photo picture,.rg-c114-practitioner-photo img,.rg-c114-practitioner-photo .rg-therapist-placeholder{display:block;width:100%;height:100%}.rg-c114-practitioner-photo img{object-fit:cover}
.rg-c114-rating{position:absolute;inset:9px auto auto 8px;padding:5px 7px;border-radius:9px;background:#1fad62;color:#fff;font-size:10px;font-weight:800;box-shadow:0 6px 16px rgba(15,104,57,.18)}
.rg-c114-practitioner-copy{display:flex;flex-direction:column;gap:5px;padding:13px 12px;min-width:0}.rg-c114-practitioner-title{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;align-items:center}.rg-c114-practitioner-title h3{margin:0;font-size:16px;line-height:1.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#10295a}.rg-c114-verified-mark{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#eef3ff;color:#2f6cf5}.rg-c114-verified-mark .rg-icon{width:16px;height:16px}.rg-c114-practitioner-copy>p{margin:0;font-size:11px;line-height:1.6;color:#5d6d87;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rg-c114-practitioner-specialty{color:#2a5877;font-size:10px;line-height:1.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rg-c114-practitioner-meta{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-top:2px;padding-top:7px;border-top:1px solid #edf1f8;color:#42556f;font-size:10px}.rg-c114-practitioner-slot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding:7px 9px;border-radius:11px;background:#f1f5ff;color:#2457c5}.rg-c114-practitioner-slot span{display:grid;gap:1px;min-width:0}.rg-c114-practitioner-slot small{font-size:8px;color:#7c8ba2}.rg-c114-practitioner-slot b{font-size:9px;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rg-c114-practitioner-slot .rg-icon{width:15px;height:15px;flex:none}
.rg-therapist-card[data-card-therapist]{cursor:pointer}.rg-therapist-card[data-card-therapist]:focus-visible{outline:3px solid rgba(47,108,245,.25);outline-offset:3px}
.rg-v130-service-card[data-v130-select-service]{cursor:pointer;text-align:inherit;font:inherit;color:inherit}.rg-v130-service-card[data-v130-select-service]:focus-visible{outline:3px solid rgba(47,108,245,.25);outline-offset:3px}.rg-v130-service-entry{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px;border-top:1px solid #e8eef8;color:#2f6cf5;font-size:13px;font-weight:750}.rg-v130-service-entry svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}
.rg-c114-rail-cue{display:none}
.rg-c114-conversation-mark{position:relative;width:150px;height:100px;flex:none}.rg-c114-conversation-mark span{position:absolute;border:2px solid rgba(47,108,245,.28);border-radius:50%}.rg-c114-bubble-one{width:92px;height:66px;inset:8px auto auto 8px}.rg-c114-bubble-two{width:82px;height:58px;inset:auto 10px 4px auto}.rg-c114-conversation-mark i{position:absolute;top:45px;width:7px;height:7px;border-radius:50%;background:#3972f3}.rg-c114-conversation-mark i:nth-of-type(1){right:62px}.rg-c114-conversation-mark i:nth-of-type(2){right:76px}.rg-c114-conversation-mark i:nth-of-type(3){right:90px}
body.rg-v130 .rg-footer-grid{grid-template-columns:minmax(250px,1.35fr) repeat(3,minmax(150px,1fr));gap:34px}.rg-footer-brand{min-width:0}.rg-footer-brand p{max-width:320px!important;line-height:1.95!important;overflow-wrap:anywhere}.rg-footer-grid>div{min-width:0}.rg-footer button,.rg-footer p,.rg-footer small{line-height:1.85}.rg-footer-bottom span{min-width:0;overflow-wrap:anywhere}
.rg-global-search-sheet{width:min(920px,calc(100% - 32px));max-height:min(86vh,820px);inset:auto 50% 28px auto!important;transform:translate(50%,calc(100% + 60px));border-radius:28px!important}.rg-global-search-sheet.open{transform:translate(50%,0)}
.rg-global-search-head{padding-bottom:10px}.rg-global-search-body{padding:0 24px 24px;overflow:auto}.rg-global-search-field{position:relative;display:block}.rg-global-search-field>.rg-icon{position:absolute;z-index:2;inset:18px 18px auto auto;width:22px;height:22px;color:#2f6cf5}.rg-global-search-field input{width:100%;height:60px;padding:0 52px 0 48px;border:2px solid #cbdafa;border-radius:18px;background:#fbfcff;font:inherit;font-size:15px;color:#10295a;outline:0}.rg-global-search-field input:focus{border-color:#6c97f8;box-shadow:0 0 0 4px rgba(47,108,245,.1)}.rg-global-search-field button{position:absolute;inset:11px auto auto 10px;width:38px;height:38px;border:0;border-radius:12px;background:#eef3ff;color:#5270a1;font-size:22px}.rg-global-search-summary{min-height:24px;padding:14px 4px 8px;color:#687993;font-size:12px}.rg-global-search-results{display:grid;gap:16px}.rg-global-search-group{border-top:1px solid #e6ecf6;padding-top:14px}.rg-global-search-group:first-child{border-top:0;padding-top:0}.rg-global-search-group h3{margin:0 0 8px;font-size:14px;color:#173765}.rg-global-search-group>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.rg-global-result{display:grid;grid-template-columns:52px minmax(0,1fr) 20px;align-items:center;gap:10px;width:100%;padding:9px;border:1px solid transparent;border-radius:15px;background:#fff;text-align:right;font:inherit;color:inherit;cursor:pointer}.rg-global-result:hover,.rg-global-result:focus-visible{border-color:#d8e3f6;background:#f7f9ff;outline:0}.rg-global-result-media{width:52px;height:52px;border-radius:13px;background:#edf3ff;color:#2f6cf5;display:grid;place-items:center;overflow:hidden}.rg-global-result-media img{width:100%;height:100%;object-fit:cover}.rg-global-result-media .rg-icon{width:22px;height:22px}.rg-global-result>span:nth-child(2){min-width:0;display:grid;gap:3px}.rg-global-result b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rg-global-result small{font-size:10px;color:#78869b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rg-global-result-arrow{width:17px;height:17px;color:#7d91b1}.rg-global-search-empty{display:grid;justify-items:center;text-align:center;gap:8px;padding:36px 18px;border:1px dashed #cdd9ec;border-radius:20px}.rg-global-search-empty .rg-icon{width:30px;height:30px;color:#5f80bb}.rg-global-search-empty p{margin:0;max-width:480px;color:#718098;line-height:1.9}
@media(max-width:1050px){.rg-c114-home .rg-c113-hero-grid{grid-template-columns:1fr;max-width:780px}.rg-c114-home .rg-c113-hero-copy{text-align:center}.rg-c114-home .rg-c113-hero-copy h1,.rg-c114-home .rg-c113-hero-copy>p{margin-inline:auto}.rg-c114-home .rg-c113-hero-actions,.rg-c114-home .rg-c113-trust-points{justify-content:center}.rg-c114-featured-shell{max-width:650px;margin-inline:auto}.rg-c114-home .rg-c113-practitioner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rg-global-search-group>div{grid-template-columns:1fr}.rg-footer-grid{grid-template-columns:1.2fr 1fr 1fr!important}.rg-footer-grid>div:last-child{grid-column:1/-1}}
@media(max-width:760px){
  body.rg-v130 .rg-header-inner{min-height:70px}.rg-global-search-trigger{display:inline-grid!important}.rg-c114-home .rg-c113-hero{padding:26px 0 30px}.rg-c114-home .rg-c113-hero-grid{gap:19px}.rg-c114-home .rg-c113-hero-copy{padding:0}.rg-c114-home .rg-c113-hero-copy h1{font-size:clamp(2.02rem,9.3vw,2.65rem);line-height:1.46;letter-spacing:-.025em;margin-block:12px}.rg-c114-home .rg-c113-hero-copy>p{font-size:.91rem;line-height:1.95}.rg-c114-home .rg-c113-hero-actions{grid-template-columns:1fr 1fr;gap:9px}.rg-c114-home .rg-c113-hero-actions .rg-btn{font-size:12px;min-height:48px;padding-inline:8px}.rg-c114-home .rg-c113-trust-points{display:grid;grid-template-columns:1fr;justify-items:start;width:max-content;max-width:100%;margin:18px auto 0;gap:8px}.rg-c114-hero-visual{padding:0}.rg-c114-featured-stage{padding:8px 0 36px}.rg-c114-featured-card{grid-template-columns:112px minmax(0,1fr);gap:11px;min-height:210px;padding:11px;border-radius:22px}.rg-c114-featured-photo{min-height:188px;margin-block-start:7px;border-radius:17px}.rg-c114-featured-verified{inset:8px 8px auto auto;padding:5px 7px;font-size:8px}.rg-c114-featured-verified .rg-icon{width:11px;height:11px}.rg-c114-featured-copy{padding:5px 0 2px;gap:4px}.rg-c114-featured-label{font-size:9px}.rg-c114-featured-copy h2{font-size:17px;line-height:1.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rg-c114-featured-role{font-size:10px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rg-c114-featured-specialties{font-size:9px;line-height:1.55;min-height:0;padding:6px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rg-c114-featured-metrics{gap:5px}.rg-c114-featured-metrics span{padding:6px 7px;border-radius:10px}.rg-c114-featured-metrics small{display:none}.rg-c114-featured-metrics b{font-size:9px;line-height:1.45}.rg-c114-featured-slot{padding:6px 7px;border-radius:10px;gap:4px}.rg-c114-featured-slot small{font-size:7px}.rg-c114-featured-slot b{font-size:8.5px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rg-c114-featured-slot em{font-size:8px}.rg-c114-featured-nav{width:34px;height:34px;bottom:0}.rg-c114-featured-nav.is-next{inset-inline-end:41px}.rg-c114-featured-dots{bottom:11px}.rg-c114-home .rg-c113-section{padding:38px 0}.rg-c114-home .rg-c113-section-head{margin-bottom:17px;gap:9px}.rg-c114-home .rg-c113-section-head h2{font-size:1.8rem;line-height:1.55}.rg-c114-home .rg-c113-section-head p{font-size:.78rem;line-height:1.85}.rg-c114-home .rg-c113-practitioner-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;overflow:visible!important;padding:0!important}.rg-c114-practitioner-card{grid-template-columns:104px minmax(0,1fr);min-height:154px;border-radius:19px}.rg-c114-practitioner-photo{min-height:154px}.rg-c114-practitioner-copy{padding:10px;gap:4px}.rg-c114-practitioner-title h3{font-size:15px}.rg-c114-practitioner-copy>p{font-size:10px;-webkit-line-clamp:1}.rg-c114-practitioner-specialty{font-size:9px}.rg-c114-practitioner-meta{font-size:9px;padding-top:5px}.rg-c114-practitioner-slot{padding:6px 7px}.rg-c114-practitioner-slot b{font-size:8.5px}.rg-c113-education-grid{display:flex!important;grid-template-columns:none!important;overflow-x:auto!important;scroll-snap-type:x mandatory;gap:11px!important;padding:1px 1px 8px;scrollbar-width:none;overscroll-behavior-inline:contain}.rg-c113-education-grid::-webkit-scrollbar{display:none}.rg-c113-education-grid .rg-education-card,.rg-c113-education-grid .rg-education-card:first-child{flex:0 0 84%;grid-column:auto!important;scroll-snap-align:center}.rg-c113-education-grid .rg-education-open,.rg-c113-education-grid .rg-education-card:first-child .rg-education-open{grid-template-columns:102px minmax(0,1fr)!important;grid-template-rows:150px!important;min-height:150px!important}.rg-c113-education-grid .rg-education-media{height:150px!important}.rg-c113-education-grid .rg-education-copy{padding:13px!important}.rg-c113-education-grid .rg-education-copy h3{font-size:15px!important}.rg-c113-education-grid .rg-education-copy p{display:none!important}.rg-c114-rail-cue{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:9px;color:#73839c;font-size:10px}.rg-c114-rail-cue.hidden{display:none!important}.rg-c114-rail-cue>i{position:relative;display:block;flex:0 0 92px;height:4px;border-radius:99px;background:#dce5f4;overflow:hidden}.rg-c114-rail-cue>i>b{position:absolute;inset-block:0;width:34%;border-radius:99px;background:#3972f3;inset-inline-start:calc(var(--rg-rail-progress,0) * 66%);transition:inset-inline-start .12s linear}.rg-c113-final-panel{grid-template-columns:1fr!important;text-align:center;padding:24px 18px!important}.rg-c114-conversation-mark{height:74px;margin-inline:auto}.rg-c113-final-actions{justify-content:center}.rg-global-search-sheet{width:100%;max-height:88vh;inset:auto 0 0!important;transform:translateY(calc(100% + 30px));border-radius:25px 25px 0 0!important}.rg-global-search-sheet.open{transform:translateY(0)}.rg-global-search-body{padding:0 14px calc(18px + env(safe-area-inset-bottom))}.rg-global-search-head{padding-inline:16px}.rg-global-search-head h2{font-size:20px}.rg-global-search-head p{font-size:11px}.rg-global-search-field input{height:56px;font-size:13px}.rg-global-search-group>div{grid-template-columns:1fr}.rg-global-result{grid-template-columns:50px minmax(0,1fr) 18px;padding:8px}.rg-global-result-media{width:50px;height:50px}.rg-c114-bottom-nav,.rg-bottom-nav{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;height:calc(78px + env(safe-area-inset-bottom))!important;padding:8px 8px max(8px,env(safe-area-inset-bottom))!important}.rg-c114-bottom-nav button{display:flex!important;min-width:0;min-height:56px!important;padding:7px 4px!important;justify-content:center;gap:4px;border-radius:14px}.rg-c114-bottom-nav button .rg-icon{width:24px;height:24px}.rg-c114-bottom-nav button span{font-size:11px;line-height:1.4}.rg-c114-bottom-book{transform:none!important;padding-top:4px!important}.rg-c114-bottom-book-icon{display:grid!important;place-items:center;width:45px;height:39px;margin-top:-4px;border-radius:14px;background:#eef3ff;color:#2f6cf5;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.rg-c114-bottom-book.active .rg-c114-bottom-book-icon{background:linear-gradient(135deg,#2f6cf5,#547ff8);color:#fff;box-shadow:0 9px 20px rgba(47,108,245,.24)}.rg-c114-bottom-nav button.active{background:transparent!important}.rg-c114-bottom-nav button.active:not(.rg-c114-bottom-book){color:#2f6cf5}.rg-footer{padding-bottom:calc(100px + env(safe-area-inset-bottom))!important}.rg-footer-grid{grid-template-columns:1fr!important;gap:21px!important}.rg-footer-grid>div{grid-column:auto!important}.rg-footer-brand p{max-width:100%!important}.rg-footer-bottom{gap:8px!important;line-height:1.9!important}.rg-footer-bottom span{display:block}.rg-app{padding-bottom:calc(92px + env(safe-area-inset-bottom))!important}
}
@media(max-width:390px){.rg-c114-home .rg-c113-hero-copy h1{font-size:1.95rem}.rg-c114-home .rg-c113-hero-actions{grid-template-columns:1fr}.rg-c114-featured-card{grid-template-columns:98px minmax(0,1fr);min-height:202px}.rg-c114-featured-photo{min-height:180px}.rg-c114-practitioner-card{grid-template-columns:96px minmax(0,1fr)}}


/* Ravangram c11.5 — structural public experience refinement. */
body.rg-c115{font-variant-numeric:lining-nums tabular-nums}
body.rg-c115 .rg-search-trigger-label{display:none;font-size:13px;font-weight:750;margin-inline-start:7px}
body.rg-c115 .rg-global-search-trigger{width:auto;min-width:44px;padding-inline:11px;border:1px solid rgba(37,78,145,.13);background:#fff}
body.rg-c115 .rg-c115-trust-box{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:24px;padding:10px;border:1px solid rgba(39,82,150,.12);border-radius:22px;background:rgba(255,255,255,.78);box-shadow:0 12px 32px rgba(35,64,120,.07);backdrop-filter:blur(8px)}
body.rg-c115 .rg-c115-trust-box>span{min-width:0;display:flex;align-items:center;justify-content:center;gap:9px;padding:10px 12px;color:#273a61;font-size:13px;line-height:1.55}
body.rg-c115 .rg-c115-trust-box>span+span{border-inline-start:1px solid rgba(39,82,150,.11)}
body.rg-c115 .rg-c115-trust-box i{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:10px;background:#eef4ff;color:#3562d9}
body.rg-c115 .rg-c115-trust-box i .rg-icon{width:17px;height:17px}
body.rg-c115 .rg-c115-trust-box b{font-weight:730;white-space:normal}

body.rg-c115 .rg-c114-featured-shell{display:flex;flex-direction:column;gap:14px;overflow:visible}
body.rg-c115 .rg-c115-featured-stage{position:relative;overflow:hidden;border-radius:28px}
body.rg-c115 .rg-c115-featured-stage .rg-c114-featured-card{margin:0;cursor:pointer}
body.rg-c115 .rg-c115-featured-controls{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;gap:14px;min-height:44px;padding:3px 0 0}
body.rg-c115 .rg-c115-featured-controls .rg-c114-featured-nav{position:static!important;inset:auto!important;transform:none!important;width:38px;height:38px;margin:0;border:1px solid rgba(39,82,150,.13);box-shadow:0 7px 18px rgba(35,64,120,.09);background:#fff;color:#264c9a}
body.rg-c115 .rg-c115-featured-controls .rg-c114-featured-dots{position:static!important;inset:auto!important;transform:none!important;display:flex;align-items:center;gap:7px;padding:0 3px}
body.rg-c115 .rg-c115-featured-controls .rg-c114-featured-dots button{width:7px;height:7px;margin:0;border-radius:999px;background:#c7d3ea;transition:width .2s ease,background .2s ease}
body.rg-c115 .rg-c115-featured-controls .rg-c114-featured-dots button.active{width:24px;background:#3562d9}
body.rg-c115 .rg-c115-public-badge{display:inline-flex;align-items:center;gap:5px;max-width:150px;padding:5px 9px;border-radius:999px;background:#eef4ff;color:#315dbb;font-size:11px;font-weight:760;line-height:1.2}
body.rg-c115 .rg-c115-public-badge .rg-icon{width:14px;height:14px;flex:0 0 auto}
body.rg-c115 .rg-c114-featured-photo>.rg-c115-public-badge{position:absolute;top:14px;right:14px;z-index:2;background:rgba(255,255,255,.93)}

body.rg-c115 .rg-therapist-card.is-directory-card{overflow:hidden;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
body.rg-c115 .rg-therapist-card.is-directory-card:hover{transform:translateY(-2px);border-color:rgba(53,98,217,.25);box-shadow:0 18px 42px rgba(34,62,130,.11)}
body.rg-c115 .rg-c115-availability{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:68px;padding:10px 12px;border:1px solid #e1e8f5;border-radius:16px;background:#f8faff;text-align:right}
body.rg-c115 .rg-c115-availability.has-slot{border-color:#d8e4fb;background:#f4f8ff}
body.rg-c115 .rg-c115-availability.no-slot{background:#fafbfc;color:#53617a}
body.rg-c115 .rg-c115-availability-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#fff;color:#3562d9;box-shadow:0 4px 12px rgba(35,64,120,.06)}
body.rg-c115 .rg-c115-availability-icon .rg-icon{width:18px;height:18px}
body.rg-c115 .rg-c115-availability-copy{display:flex;min-width:0;flex-direction:column;gap:2px}
body.rg-c115 .rg-c115-availability-copy small{font-size:11px;color:#77839a}
body.rg-c115 .rg-c115-availability-copy b{overflow:hidden;text-overflow:ellipsis;font-size:13px;color:#20365d;line-height:1.55}
body.rg-c115 .rg-c115-slot-action,body.rg-c115 .rg-c115-waitlist-link{min-height:38px;padding:0 12px;border:0;border-radius:11px;font:inherit;font-size:12px;font-weight:760;cursor:pointer}
body.rg-c115 .rg-c115-slot-action{background:#3562d9;color:#fff}
body.rg-c115 .rg-c115-waitlist-link{background:#edf1f7;color:#405270}
body.rg-c115 .rg-card-actions{margin-top:2px}

body.rg-c115 .rg-c115-slot-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
body.rg-c115 .rg-slot-card.rg-c115-slot-card{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"date time" "continue continue";gap:9px 14px;align-items:end;min-width:0;padding:15px;border:1px solid #dfe7f6;border-radius:18px;background:#fff;text-align:right;box-shadow:none}
body.rg-c115 .rg-c115-slot-card:hover{border-color:#bfcff0;background:#f8faff}
body.rg-c115 .rg-c115-slot-date{grid-area:date;display:flex;min-width:0;flex-direction:column;gap:3px}
body.rg-c115 .rg-c115-slot-time{grid-area:time;display:flex;flex-direction:column;gap:3px;text-align:left}
body.rg-c115 .rg-c115-slot-date small,body.rg-c115 .rg-c115-slot-time small{font-size:10px;color:#7c879b}
body.rg-c115 .rg-c115-slot-date b,body.rg-c115 .rg-c115-slot-time b{font-size:13px;color:#20365d;line-height:1.55}
body.rg-c115 .rg-c115-slot-continue{grid-area:continue;display:flex;align-items:center;justify-content:space-between;padding-top:9px;border-top:1px solid #edf1f7;color:#315dbb;font-size:12px;font-weight:760}
body.rg-c115 .rg-c115-slot-continue .rg-icon{width:16px;height:16px}
body.rg-c115 .rg-c115-profile-availability{grid-template-columns:42px minmax(0,1fr) auto;margin-bottom:18px;padding:14px}
body.rg-c115 .rg-c115-profile-empty{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border:1px solid #e4e9f2;border-radius:16px;background:#fafbfc}

body.rg-c115 .rg-c115-search-sheet{width:min(760px,calc(100vw - 36px));max-height:min(760px,calc(100dvh - 80px));right:50%;bottom:24px;transform:translate(50%,calc(100% + 48px));border-radius:26px;overflow:hidden}
body.rg-c115 .rg-c115-search-sheet.open{transform:translate(50%,0)}
body.rg-c115 .rg-global-search-head{padding:22px 24px 12px;border-bottom:0}
body.rg-c115 .rg-global-search-head h2{font-size:22px;margin-top:2px}
body.rg-c115 .rg-global-search-head p{margin-top:4px;font-size:13px}
body.rg-c115 .rg-global-search-body{padding:8px 24px 24px}
body.rg-c115 .rg-global-search-field{height:54px;border:1px solid #dce5f4;border-radius:16px;background:#f9fbff;box-shadow:0 5px 18px rgba(36,65,120,.05)}
body.rg-c115 .rg-global-search-field:focus-within{border-color:#8eaae6;background:#fff;box-shadow:0 0 0 4px rgba(53,98,217,.08)}
body.rg-c115 .rg-global-search-field input{font-size:14px}
body.rg-c115 #clearGlobalSearch[hidden]{display:none!important}
body.rg-c115 .rg-c115-search-categories{display:flex;gap:7px;margin:13px 0 9px;padding-bottom:2px;overflow-x:auto;scrollbar-width:none}
body.rg-c115 .rg-c115-search-categories::-webkit-scrollbar{display:none}
body.rg-c115 .rg-c115-search-categories button{flex:0 0 auto;padding:8px 12px;border:1px solid #e0e7f3;border-radius:999px;background:#fff;color:#52627d;font:inherit;font-size:12px;font-weight:700;cursor:pointer}
body.rg-c115 .rg-c115-search-categories button.active{border-color:#3562d9;background:#3562d9;color:#fff}
body.rg-c115 .rg-global-search-summary{min-height:26px;padding:4px 2px;color:#6b7890;font-size:12px}
body.rg-c115 .rg-global-search-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-bottom:4px}
body.rg-c115 .rg-global-search-group{min-width:0;margin:0;padding:12px;border:1px solid #e6ebf4;border-radius:18px;background:#fff}
body.rg-c115 .rg-c115-search-group-head{display:flex;align-items:center;justify-content:space-between;margin:0 2px 8px}
body.rg-c115 .rg-c115-search-group-head h3{margin:0;font-size:13px;color:#243858}
body.rg-c115 .rg-c115-search-group-head span{display:grid;place-items:center;min-width:24px;height:24px;border-radius:8px;background:#f0f4fb;color:#52627d;font-size:11px}
body.rg-c115 .rg-global-result{min-height:58px;padding:8px;border-radius:12px}
body.rg-c115 .rg-global-result+.rg-global-result{margin-top:4px;border-top:0}
body.rg-c115 .rg-global-result:hover{background:#f6f9ff}
body.rg-c115 .rg-global-result-media{width:40px;height:40px;border-radius:11px}
body.rg-c115 .rg-global-result span b{font-size:12px}
body.rg-c115 .rg-global-result span small{display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:10px}

body.rg-c115 .rg-c115-bottom-nav{direction:rtl;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end}
body.rg-c115 .rg-c115-bottom-nav>button{position:relative;color:#768198;background:transparent}
body.rg-c115 .rg-c115-bottom-nav>button.active{color:#315dbb}
body.rg-c115 .rg-c115-bottom-nav>button.active:after{content:"";position:absolute;top:-6px;right:50%;width:22px;height:3px;border-radius:999px;background:#3562d9;transform:translateX(50%)}
body.rg-c115 .rg-c115-bottom-book{color:#405270!important}
body.rg-c115 .rg-c115-bottom-book .rg-c114-bottom-book-icon{background:#edf3ff!important;color:#315dbb!important;box-shadow:none!important;border:1px solid #dce6f8}
body.rg-c115 .rg-c115-bottom-book.active{color:#315dbb!important}
body.rg-c115 .rg-c115-bottom-book.active .rg-c114-bottom-book-icon{background:#3562d9!important;color:#fff!important;box-shadow:0 8px 20px rgba(53,98,217,.22)!important}

@media(min-width:1080px){
 body.rg-c115 .rg-search-trigger-label{display:inline}
 body.rg-c115 .rg-global-search-trigger{height:40px;border-radius:13px}
}
@media(max-width:900px){
 body.rg-c115 .rg-c115-trust-box{grid-template-columns:1fr;padding:6px}
 body.rg-c115 .rg-c115-trust-box>span{justify-content:flex-start;padding:9px 10px}
 body.rg-c115 .rg-c115-trust-box>span+span{border-inline-start:0;border-top:1px solid rgba(39,82,150,.09)}
 body.rg-c115 .rg-c115-slot-list{grid-template-columns:1fr}
 body.rg-c115 .rg-global-search-results{grid-template-columns:1fr}
}
@media(max-width:767px){
 body.rg-c115{--rg-mobile-side:16px}
 body.rg-c115 .rg-c115-trust-box{margin-top:18px;border-radius:18px;box-shadow:0 8px 24px rgba(35,64,120,.06)}
 body.rg-c115 .rg-c115-trust-box>span{font-size:12px;line-height:1.6}
 body.rg-c115 .rg-c115-trust-box i{width:28px;height:28px;flex-basis:28px}
 body.rg-c115 .rg-c114-featured-shell{gap:10px}
 body.rg-c115 .rg-c115-featured-stage{border-radius:22px}
 body.rg-c115 .rg-c115-featured-controls{min-height:40px;gap:11px;padding-top:0}
 body.rg-c115 .rg-c115-featured-controls .rg-c114-featured-nav{width:36px;height:36px}
 body.rg-c115 .rg-c115-availability{grid-template-columns:34px minmax(0,1fr);grid-template-areas:"icon copy" "action action";min-height:0;padding:10px}
 body.rg-c115 .rg-c115-availability-icon{grid-area:icon;width:34px;height:34px}
 body.rg-c115 .rg-c115-availability-copy{grid-area:copy}
 body.rg-c115 .rg-c115-slot-action,body.rg-c115 .rg-c115-waitlist-link{grid-area:action;width:100%;min-height:36px;margin-top:1px}
 body.rg-c115 .rg-c115-profile-availability{grid-template-columns:34px minmax(0,1fr);grid-template-areas:"icon copy" "button button"}
 body.rg-c115 .rg-c115-profile-availability>.rg-btn{grid-area:button;width:100%}
 body.rg-c115 .rg-c115-profile-empty{align-items:stretch;flex-direction:column;padding:14px}
 body.rg-c115 .rg-c115-search-sheet{right:0;bottom:0;width:100%;max-width:none;max-height:min(88dvh,760px);transform:translateY(105%);border-radius:24px 24px 0 0}
 body.rg-c115 .rg-c115-search-sheet.open{transform:translateY(0)}
 body.rg-c115 .rg-global-search-head{padding:17px 18px 9px}
 body.rg-c115 .rg-global-search-head h2{font-size:19px}
 body.rg-c115 .rg-global-search-head p{font-size:12px}
 body.rg-c115 .rg-global-search-body{padding:6px 16px max(20px,env(safe-area-inset-bottom))}
 body.rg-c115 .rg-global-search-field{height:50px;border-radius:15px}
 body.rg-c115 .rg-c115-search-categories{margin:11px -1px 7px}
 body.rg-c115 .rg-global-search-group{padding:10px;border-radius:16px}
 body.rg-c115 .rg-global-result{min-height:56px}
 body.rg-c115 .rg-c115-bottom-nav{padding-inline:8px}
}
@media(max-width:390px){
 body.rg-c115 .rg-c115-trust-box>span{gap:8px;padding:8px}
 body.rg-c115 .rg-c114-featured-copy h2{font-size:21px}
 body.rg-c115 .rg-c115-slot-card{padding:13px!important}
 body.rg-c115 .rg-c115-search-categories button{padding:7px 10px;font-size:11px}
}
@media(max-width:360px){
 body.rg-c115 .rg-c115-trust-box b{font-size:11px}
 body.rg-c115 .rg-c115-featured-controls{gap:8px}
 body.rg-c115 .rg-c115-availability-copy b{font-size:12px}
 body.rg-c115 .rg-c115-bottom-nav>button span{font-size:10px}
}


/* Ravangram c11.6 — precision refinement for search, slots, articles, mobile nav and typography. */
body.rg-c116{font-family:var(--rg-font-family);font-weight:400;font-variant-numeric:lining-nums tabular-nums}
body.rg-c116 button,body.rg-c116 input,body.rg-c116 select,body.rg-c116 textarea{font-family:inherit}
body.rg-c116 h1,body.rg-c116 h2{font-weight:800;letter-spacing:-.035em}
body.rg-c116 h3,body.rg-c116 strong,body.rg-c116 b{font-weight:700}
body.rg-c116 .rg-btn,body.rg-c116 button{font-weight:600}
body.rg-c116 .rg-header-inner{gap:clamp(10px,1.4vw,22px)}
body.rg-c116 .rg-c116-header-search{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;width:auto;min-width:116px;height:44px;padding:0 15px;border-radius:15px;color:#263b60;background:#fff;box-shadow:0 7px 22px rgba(26,54,112,.055)}
body.rg-c116 .rg-c116-header-search .rg-icon{width:20px;height:20px;flex:0 0 auto}
body.rg-c116 .rg-c116-header-search .rg-search-trigger-label{display:inline;margin:0;font-size:13px;line-height:1;font-weight:600}
body.rg-c116 .rg-c116-header-search:hover,body.rg-c116 .rg-c116-header-search:focus-visible{border-color:#b9c9e9;background:#f9fbff;color:#284f9e;box-shadow:0 9px 26px rgba(26,54,112,.09)}

body.rg-c116 .rg-c116-search-sheet{width:min(700px,calc(100vw - 48px));max-height:min(720px,calc(100dvh - 92px));right:50%;bottom:30px;transform:translate(50%,calc(100% + 60px));border-radius:28px;background:#fff;box-shadow:0 28px 90px rgba(20,41,89,.18);overflow:hidden}
body.rg-c116 .rg-c116-search-sheet.open{transform:translate(50%,0)}
body.rg-c116 .rg-c116-search-sheet .rg-sheet-handle{margin-top:12px}
body.rg-c116 .rg-c116-search-sheet .rg-global-search-body{padding:18px 22px 24px;min-height:150px}
body.rg-c116 .rg-c116-search-row{display:grid;grid-template-columns:minmax(0,1fr) 48px;align-items:center;gap:10px}
body.rg-c116 .rg-c116-search-sheet .rg-global-search-field{display:grid;grid-template-columns:24px minmax(0,1fr) 36px;align-items:center;gap:9px;height:58px;padding:0 13px;border:1px solid #d9e2ef;border-radius:19px;background:#fbfcfe;box-shadow:0 8px 26px rgba(29,54,104,.055);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
body.rg-c116 .rg-c116-search-sheet .rg-global-search-field:focus-within{border-color:#7c9ad7;background:#fff;box-shadow:0 0 0 4px rgba(51,91,177,.08),0 10px 30px rgba(29,54,104,.07)}
body.rg-c116 .rg-c116-search-sheet .rg-global-search-field>.rg-icon{width:22px;height:22px;color:#315aa9}
body.rg-c116 .rg-c116-search-sheet .rg-global-search-field input{width:100%;height:100%;padding:0;border:0;outline:0;background:transparent;color:#172b4e;font-size:15px;font-weight:400;line-height:1.8}
body.rg-c116 .rg-c116-search-sheet .rg-global-search-field input::placeholder{color:#8995a8;opacity:1}
body.rg-c116 #clearGlobalSearch{display:grid;place-items:center;width:32px;height:32px;padding:0;border:0;border-radius:10px;background:#eef2f8;color:#65738a}
body.rg-c116 #clearGlobalSearch[hidden]{display:none!important}
body.rg-c116 #clearGlobalSearch .rg-icon{width:16px;height:16px}
body.rg-c116 .rg-c116-search-close{display:grid;place-items:center;width:48px;height:48px;padding:0;border:1px solid #dfe6f0;border-radius:16px;background:#fff;color:#354865;box-shadow:0 6px 18px rgba(29,54,104,.05)}
body.rg-c116 .rg-c116-search-close .rg-icon{width:21px;height:21px}
body.rg-c116 .rg-global-search-summary{min-height:0;padding:14px 2px 8px;color:#6d7b91;font-size:12px;font-weight:500}
body.rg-c116 .rg-global-search-summary.is-idle{display:none}
body.rg-c116 .rg-global-search-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 0 2px}
body.rg-c116 .rg-global-search-results.is-idle{display:block;min-height:70px}
body.rg-c116 .rg-global-search-group{padding:11px;border:1px solid #e3e9f2;border-radius:18px;background:#fff;box-shadow:0 6px 20px rgba(28,52,100,.035)}
body.rg-c116 .rg-global-result{min-height:60px;border-radius:13px}
body.rg-c116 .rg-global-result:hover{background:#f5f8fc}
body.rg-c116 .rg-global-search-empty{grid-column:1/-1;min-height:150px;display:grid;place-items:center;align-content:center;text-align:center;color:#68768c}

body.rg-c116 #quickSlotsCard{width:min(100% - 48px,980px);margin-inline:auto;padding:20px 22px;border-radius:24px}
body.rg-c116 #quickSlotsCard .rg-section-heading{margin-bottom:14px}
body.rg-c116 #quickSlotsCard .rg-section-heading h2{font-size:clamp(20px,2vw,25px)}
body.rg-c116 #quickSlotsCard .rg-section-heading p{font-size:13px;line-height:1.8}
body.rg-c116 .rg-c115-slot-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
body.rg-c116 .rg-slot-card.rg-c116-slot-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;grid-template-areas:none;align-items:center;gap:11px;min-width:0;min-height:78px;padding:11px 12px;border:1px solid #dfe6f0;border-radius:18px;background:#fff;text-align:right;box-shadow:0 7px 22px rgba(29,54,104,.045);transform:none}
body.rg-c116 .rg-slot-card.rg-c116-slot-card:hover,body.rg-c116 .rg-slot-card.rg-c116-slot-card:focus-visible{border-color:#b9c9e6;background:#fafcff;box-shadow:0 10px 28px rgba(29,54,104,.075);outline:0}
body.rg-c116 .rg-c116-slot-calendar{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#eef3fb;color:#315aa9}
body.rg-c116 .rg-c116-slot-calendar .rg-icon{width:20px;height:20px}
body.rg-c116 .rg-c116-slot-copy{display:flex;flex-direction:column;gap:2px;min-width:0}
body.rg-c116 .rg-c116-slot-copy small{color:#7a879a;font-size:10px;font-weight:500}
body.rg-c116 .rg-c116-slot-copy b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#203654;font-size:13px;line-height:1.7}
body.rg-c116 .rg-c116-slot-copy i{font-style:normal;color:#536782;font-weight:500}
body.rg-c116 .rg-c116-slot-action{display:flex;align-items:center;gap:4px;padding:8px 10px;border-radius:12px;background:#f0f4fa;color:#315aa9;font-size:11px;font-weight:600;white-space:nowrap}
body.rg-c116 .rg-c116-slot-action .rg-icon{width:15px;height:15px}

body.rg-c116 .rg-c113-education-grid{align-items:stretch}
body.rg-c116 .rg-c116-education-card{height:100%;min-height:0}
body.rg-c116 .rg-c116-education-card .rg-education-open{display:grid;grid-template-rows:170px minmax(210px,1fr)!important;height:100%;min-height:380px}
body.rg-c116 .rg-c116-education-card .rg-education-media{position:relative;z-index:1;min-height:0;overflow:hidden}
body.rg-c116 .rg-c116-education-card .rg-education-copy{position:relative;z-index:2;display:flex;flex-direction:column;align-items:stretch;min-width:0;padding:18px 20px 20px;background:#fff;overflow:visible}
body.rg-c116 .rg-c116-education-card .rg-education-copy h3{display:block;min-height:3.5em;margin:0;color:#172b4e;font-size:16px;line-height:1.75;overflow-wrap:anywhere;word-break:normal}
body.rg-c116 .rg-c116-education-card .rg-education-copy p{margin:5px 0 0;min-height:3.6em;line-height:1.8}
body.rg-c116 .rg-c116-education-card .rg-education-copy b{margin-top:auto;padding-top:12px}
body.rg-c116 .rg-c113-education-grid .rg-c116-education-card:first-child{grid-column:auto}

@media(min-width:901px){
 body.rg-c116 .rg-c113-education-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px}
 body.rg-c116 .rg-c113-education-grid .rg-c116-education-card{grid-column:auto!important}
 body.rg-c116 .rg-c116-education-card .rg-education-open{grid-template-rows:180px minmax(220px,1fr)!important;min-height:410px}
}

@media(max-width:1000px){
 body.rg-c116 .rg-c116-header-search{width:46px;min-width:46px;height:46px;padding:0;border-radius:15px}
 body.rg-c116 .rg-c116-header-search .rg-search-trigger-label{display:none}
}
@media(max-width:900px){
 body.rg-c116 .rg-c115-slot-list{grid-template-columns:1fr}
 body.rg-c116 #quickSlotsCard{width:min(100% - 32px,680px)}
 body.rg-c116 .rg-global-search-results{grid-template-columns:1fr}
}
@media(max-width:767px){
 body.rg-c116{--rg-c116-nav-gap:12px;--rg-c116-nav-height:76px}
 body.rg-c116 .rg-app{padding-bottom:calc(var(--rg-c116-nav-height) + var(--rg-c116-nav-gap) + 20px + env(safe-area-inset-bottom))!important}
 body.rg-c116 .rg-footer{padding-bottom:calc(var(--rg-c116-nav-height) + var(--rg-c116-nav-gap) + 32px + env(safe-area-inset-bottom))!important}
 body.rg-c116 .rg-c116-search-sheet{right:0;bottom:0;width:100%;max-width:none;max-height:min(88dvh,720px);transform:translateY(105%);border-radius:24px 24px 0 0}
 body.rg-c116 .rg-c116-search-sheet.open{transform:translateY(0)}
 body.rg-c116 .rg-c116-search-sheet .rg-global-search-body{min-height:132px;padding:14px 14px max(20px,env(safe-area-inset-bottom))}
 body.rg-c116 .rg-c116-search-row{grid-template-columns:minmax(0,1fr) 44px;gap:8px}
 body.rg-c116 .rg-c116-search-sheet .rg-global-search-field{height:54px;padding:0 11px;border-radius:18px}
 body.rg-c116 .rg-c116-search-sheet .rg-global-search-field input{font-size:14px}
 body.rg-c116 .rg-c116-search-close{width:44px;height:44px;border-radius:14px}
 body.rg-c116 .rg-global-search-results.is-idle{min-height:52px}
 body.rg-c116 #quickSlotsCard{width:calc(100% - 28px);padding:16px;border-radius:20px}
 body.rg-c116 #quickSlotsCard .rg-section-heading{display:block;margin-bottom:12px;text-align:right}
 body.rg-c116 #quickSlotsCard .rg-section-heading h2{font-size:19px}
 body.rg-c116 .rg-slot-card.rg-c116-slot-card{grid-template-columns:38px minmax(0,1fr) auto;min-height:70px;padding:9px 10px;border-radius:16px}
 body.rg-c116 .rg-c116-slot-calendar{width:38px;height:38px;border-radius:12px}
 body.rg-c116 .rg-c116-slot-action{padding:7px 8px}
 body.rg-c116 .rg-c113-education-grid{display:flex!important;align-items:stretch;gap:14px;overflow-x:auto;padding:2px 14px 12px;margin-inline:-14px;scroll-snap-type:x mandatory}
 body.rg-c116 .rg-c116-education-card{flex:0 0 min(82vw,310px);scroll-snap-align:start;overflow:hidden}
 body.rg-c116 .rg-c116-education-card .rg-education-open{grid-template-rows:165px auto!important;min-height:360px}
 body.rg-c116 .rg-c116-education-card .rg-education-copy{min-height:195px;padding:17px 18px 19px}
 body.rg-c116 .rg-c116-education-card .rg-education-copy h3{min-height:auto;font-size:16px;line-height:1.8}
 body.rg-c116 .rg-c116-bottom-nav{position:fixed!important;z-index:9990;left:var(--rg-c116-nav-gap)!important;right:var(--rg-c116-nav-gap)!important;bottom:calc(var(--rg-c116-nav-gap) + env(safe-area-inset-bottom))!important;width:auto!important;height:var(--rg-c116-nav-height)!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;padding:6px 8px!important;border:1px solid rgba(34,54,87,.1)!important;border-radius:24px!important;background:rgba(255,255,255,.97)!important;box-shadow:0 14px 42px rgba(18,35,68,.16)!important;backdrop-filter:blur(18px)}
 body.rg-c116 .rg-c116-bottom-nav>.rg-c116-nav-item{position:relative;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:0;min-height:0!important;padding:5px 3px!important;border:0!important;border-radius:18px!important;background:transparent!important;color:#687386!important;font-size:11px!important;font-weight:600!important;line-height:1.2;transform:none!important}
 body.rg-c116 .rg-c116-bottom-nav>.rg-c116-nav-item:after{display:none!important}
 body.rg-c116 .rg-c116-nav-icon{display:grid!important;place-items:center;width:37px;height:34px;margin:0!important;border-radius:13px;background:transparent;color:inherit;transition:background .18s ease,color .18s ease,transform .18s ease}
 body.rg-c116 .rg-c116-nav-icon .rg-icon{width:27px!important;height:27px!important;stroke-width:1.75}
 body.rg-c116 .rg-c116-bottom-nav>.rg-c116-nav-item.active{color:#2458a9!important;font-weight:700!important}
 body.rg-c116 .rg-c116-bottom-nav>.rg-c116-nav-item.active .rg-c116-nav-icon{background:#edf3fb;color:#2458a9}
 body.rg-c116 .rg-c116-bottom-nav>.rg-c116-bottom-book{color:#526379!important}
 body.rg-c116 .rg-c116-bottom-nav>.rg-c116-bottom-book .rg-c116-nav-icon{background:#eef3f8!important;color:#3f658f!important;border:0!important;box-shadow:none!important}
 body.rg-c116 .rg-c116-bottom-nav>.rg-c116-bottom-book.active{color:#2458a9!important}
 body.rg-c116 .rg-c116-bottom-nav>.rg-c116-bottom-book.active .rg-c116-nav-icon{background:#dfeaf8!important;color:#2458a9!important;box-shadow:none!important}
 body.rg-c116 .rg-support-fab{bottom:calc(var(--rg-c116-nav-height) + var(--rg-c116-nav-gap) * 2 + env(safe-area-inset-bottom))!important}
}
@media(max-width:390px){
 body.rg-c116{--rg-c116-nav-gap:10px;--rg-c116-nav-height:72px}
 body.rg-c116 .rg-c116-bottom-nav{border-radius:22px!important;padding-inline:6px!important}
 body.rg-c116 .rg-c116-bottom-nav>.rg-c116-nav-item{font-size:10.5px!important}
 body.rg-c116 .rg-c116-nav-icon{width:35px;height:32px}
 body.rg-c116 .rg-c116-nav-icon .rg-icon{width:25px!important;height:25px!important}
 body.rg-c116 .rg-c116-slot-copy b{font-size:12px}
}
@media(max-width:360px){
 body.rg-c116 #quickSlotsCard{width:calc(100% - 22px);padding:14px}
 body.rg-c116 .rg-slot-card.rg-c116-slot-card{grid-template-columns:35px minmax(0,1fr) auto;gap:8px}
 body.rg-c116 .rg-c116-slot-calendar{width:35px;height:35px}
 body.rg-c116 .rg-c116-slot-action{padding:6px;font-size:10px}
}

/* c11.6 final specificity corrections against the inherited c11.4/c11.5 mobile rules. */
body.rg-c116 .rg-c116-search-sheet .rg-global-search-field{display:flex;direction:rtl;align-items:center}
body.rg-c116 .rg-c116-search-sheet .rg-global-search-field>.rg-icon{position:static!important;inset:auto!important;flex:0 0 22px;max-width:none}
body.rg-c116 .rg-c116-search-sheet .rg-global-search-field input{position:static!important;inset:auto!important;flex:1 1 auto;width:auto!important;min-width:0!important;max-width:none!important}
body.rg-c116 .rg-c116-search-sheet #clearGlobalSearch{position:static!important;inset:auto!important;flex:0 0 32px}
@media(max-width:767px){
 body.rg-c116 .rg-c113-education-grid{width:calc(100% - 28px)!important;margin-inline:auto!important;padding:2px 0 12px!important}
 body.rg-c116 .rg-c113-education-grid .rg-c116-education-card,
 body.rg-c116 .rg-c113-education-grid .rg-c116-education-card:first-child{flex:0 0 min(84vw,320px)!important;width:min(84vw,320px)!important;height:174px!important;min-height:174px!important}
 body.rg-c116 .rg-c113-education-grid .rg-c116-education-card .rg-education-open,
 body.rg-c116 .rg-c113-education-grid .rg-c116-education-card:first-child .rg-education-open{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;grid-template-rows:174px!important;height:174px!important;min-height:174px!important}
 body.rg-c116 .rg-c113-education-grid .rg-c116-education-card .rg-education-media{height:174px!important;min-height:174px!important}
 body.rg-c116 .rg-c113-education-grid .rg-c116-education-card .rg-education-copy{height:174px!important;min-height:0!important;padding:14px!important;overflow:hidden!important}
 body.rg-c116 .rg-c113-education-grid .rg-c116-education-card .rg-education-copy h3{display:block!important;min-height:0!important;max-height:none!important;margin:4px 0 0!important;font-size:15px!important;line-height:1.72!important;overflow:visible!important;-webkit-line-clamp:unset!important}
 body.rg-c116 .rg-c113-education-grid .rg-c116-education-card .rg-education-copy b{margin-top:auto!important;padding-top:5px!important;font-size:10px}
}

/* Ravangram c11.7 — focused home flow, keyboard-safe search, exact mobile glyphs and managed typography */
body.rg-c117{--rg-c117-ink:#152f61;--rg-c117-muted:#6f7d93;--rg-c117-blue:#2f67c8;--rg-c117-line:#e0e7f1;--rg-c117-surface:#fff;--rg-c117-soft:#f3f7fd}
body.rg-c117 .rg-c113-hero-copy h1{font-weight:700!important;letter-spacing:-.022em;line-height:1.34}
body.rg-c117 .rg-c113-section-head h2,body.rg-c117 .rg-content-hero h1,body.rg-c117 .rg-subhero h1{font-weight:700;line-height:1.48;letter-spacing:-.016em}
body.rg-c117 .rg-c113-hero-copy>p,body.rg-c117 .rg-c113-section-head p{font-weight:400;color:#6b7890}
body.rg-c117 .rg-btn,body.rg-c117 button,body.rg-c117 input,body.rg-c117 select,body.rg-c117 textarea{font-family:var(--rg-font-family)}
body.rg-c117 .rg-btn{font-weight:600}
body.rg-c117 .rg-c113-trust-points{display:none!important}

/* Desktop header search: one quiet, balanced control. */
body.rg-c117 .rg-c117-header-search{min-width:108px;height:42px;padding-inline:14px;border:1px solid #dce4ef;border-radius:14px;box-shadow:none}
body.rg-c117 .rg-c117-search-glyph{display:inline-block;width:22px;height:22px;flex:0 0 22px;background:currentColor;mask:url('icons/ic-search-solid.svg') center/contain no-repeat;-webkit-mask:url('icons/ic-search-solid.svg') center/contain no-repeat}
body.rg-c117 .rg-c117-header-search .rg-c117-search-glyph{width:19px;height:19px;flex-basis:19px}

/* Clear, labelled nearest-slot section. */
body.rg-c117 #quickSlotsCard.rg-c117-quick-slots{display:block;width:min(calc(100% - 48px),980px);margin:clamp(12px,2vw,24px) auto clamp(38px,5vw,66px);padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
body.rg-c117 #quickSlotsCard.hidden{display:none!important}
body.rg-c117 .rg-c117-quick-slots-head{max-width:720px;margin:0 0 18px;text-align:right}
body.rg-c117 .rg-c117-quick-slots-head .rg-kicker{margin-bottom:7px}
body.rg-c117 .rg-c117-quick-slots-head h2{margin:0;color:var(--rg-c117-ink);font-size:clamp(1.35rem,2.4vw,2rem);font-weight:700;line-height:1.55}
body.rg-c117 .rg-c117-quick-slots-head p{margin:5px 0 0;color:var(--rg-c117-muted);font-size:13px;line-height:1.9}
body.rg-c117 .rg-c117-topic-jump{display:inline-flex;align-items:center;gap:7px;margin-top:14px;padding:0;border:0;background:transparent;color:#3567bd;font-size:12px;font-weight:600;cursor:pointer}
body.rg-c117 .rg-c117-topic-jump:after{content:'‹';font-size:19px;line-height:1}
body.rg-c117 .rg-c117-topic-jump:focus-visible{outline:2px solid #7fa2e3;outline-offset:5px;border-radius:5px}
body.rg-c117 .rg-c113-topics{scroll-margin-top:90px}

/* Search sheet: single field, flat deduplicated result list. */
body.rg-c117 .rg-c117-search-sheet{position:fixed!important;z-index:10040;right:50%!important;bottom:24px!important;width:min(680px,calc(100vw - 48px))!important;height:min(720px,calc(100dvh - 80px));max-height:none!important;transform:translate(50%,calc(100% + 70px))!important;border:1px solid rgba(39,66,112,.1);border-radius:26px!important;background:#fff;box-shadow:0 28px 90px rgba(17,38,77,.22);overflow:hidden!important}
body.rg-c117 .rg-c117-search-sheet.open{transform:translate(50%,0)!important}
body.rg-c117 .rg-c117-search-shell{display:flex;flex-direction:column;height:100%;min-height:0}
body.rg-c117 .rg-c117-search-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px 12px}
body.rg-c117 .rg-c117-search-topbar .rg-kicker{font-size:10px}
body.rg-c117 .rg-c117-search-topbar h2{margin:4px 0 0;color:var(--rg-c117-ink);font-size:21px;font-weight:700;line-height:1.45}
body.rg-c117 .rg-c117-search-close{position:static!important;flex:0 0 42px;width:42px;height:42px;border-radius:13px;box-shadow:none}
body.rg-c117 .rg-c117-search-input-wrap{padding:0 22px 14px}
body.rg-c117 .rg-c117-search-field{position:relative!important;display:flex!important;direction:rtl;align-items:center;gap:10px;height:56px;padding:0 15px!important;border:1px solid #d9e2ee!important;border-radius:17px!important;background:#f9fbfe!important;box-shadow:none!important;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}
body.rg-c117 .rg-c117-search-field:focus-within{border-color:#7fa3e5!important;background:#fff!important;box-shadow:0 0 0 4px rgba(47,103,200,.09)!important}
body.rg-c117 .rg-c117-search-field>.rg-c117-search-glyph{position:static!important;color:#3566b9}
body.rg-c117 .rg-c117-search-field input{position:static!important;flex:1 1 auto;width:auto!important;min-width:0;height:100%!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;outline:0!important;color:#1b3157;font-size:15px;font-weight:400}
body.rg-c117 .rg-c117-search-field input::placeholder{color:#8a96a8}
body.rg-c117 .rg-c117-search-field #clearGlobalSearch{position:static!important;display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;padding:0;border:0;border-radius:10px;background:#eef2f7;color:#65738a}
body.rg-c117 .rg-c117-search-field #clearGlobalSearch[hidden]{display:none!important}
body.rg-c117 .rg-c117-search-content{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:0 22px 22px;scrollbar-gutter:stable}
body.rg-c117 .rg-global-search-summary{min-height:0;padding:8px 2px 10px;color:#718096;font-size:11px;font-weight:500}
body.rg-c117 .rg-global-search-summary.is-idle{display:none}
body.rg-c117 .rg-global-search-results{display:block!important;padding:0!important}
body.rg-c117 .rg-global-search-results.is-idle{min-height:0!important}
body.rg-c117 .rg-c117-search-list{display:grid;gap:8px}
body.rg-c117 .rg-c117-search-result{display:grid!important;grid-template-columns:46px minmax(0,1fr) 18px!important;align-items:center;gap:11px;width:100%;min-height:68px;padding:9px 11px!important;border:1px solid #e3e9f1!important;border-radius:16px!important;background:#fff!important;text-align:right;box-shadow:none!important;cursor:pointer}
body.rg-c117 .rg-c117-search-result:hover,body.rg-c117 .rg-c117-search-result:focus-visible{border-color:#b9cce9!important;background:#f8faff!important;outline:0}
body.rg-c117 .rg-c117-search-result .rg-global-result-media{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:#f0f5fc;color:#376abf;overflow:hidden}
body.rg-c117 .rg-c117-search-result .rg-global-result-media img{width:100%;height:100%;object-fit:cover}
body.rg-c117 .rg-c117-search-result .rg-global-result-media>span{display:block;width:21px;height:21px;background:currentColor;mask:url('icons/ic-search-solid.svg') center/contain no-repeat;-webkit-mask:url('icons/ic-search-solid.svg') center/contain no-repeat}
body.rg-c117 .rg-c117-search-result .rg-global-result-media.is-profile>span{mask-image:url('icons/ic-profile-solid.svg');-webkit-mask-image:url('icons/ic-profile-solid.svg')}
body.rg-c117 .rg-c117-result-copy{display:grid;gap:4px;min-width:0}
body.rg-c117 .rg-c117-result-copy>span{display:flex;align-items:center;gap:7px;min-width:0}
body.rg-c117 .rg-c117-result-copy b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1a3159;font-size:13px;font-weight:600}
body.rg-c117 .rg-c117-result-copy em{flex:0 0 auto;padding:3px 7px;border-radius:999px;background:#eef4fd;color:#4971b5;font-size:8.5px;font-style:normal;font-weight:600}
body.rg-c117 .rg-c117-result-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7a8799;font-size:10px;line-height:1.6}
body.rg-c117 .rg-c117-search-result .rg-global-result-arrow{width:17px;height:17px;color:#7c90ae}
body.rg-c117 .rg-global-search-empty{display:grid!important;justify-items:center;align-content:center;gap:8px;min-height:190px;padding:28px;border:1px dashed #d3ddea;border-radius:18px;text-align:center;background:#fbfcfe}
body.rg-c117 .rg-global-search-empty .rg-c117-search-glyph{width:28px;height:28px;color:#6585bc}
body.rg-c117 .rg-global-search-empty b{color:#2a4167;font-size:14px}
body.rg-c117 .rg-global-search-empty p{margin:0;max-width:420px;color:#7b8799;font-size:11px;line-height:1.9}

/* Footer: full desktop footer, short mobile footer. */
body.rg-c117 .rg-footer-mobile{display:none}
body.rg-c117 .rg-footer-desktop{display:block}

@media(max-width:1000px){
 body.rg-c117 .rg-c117-header-search{width:44px;min-width:44px;height:44px;padding:0}
 body.rg-c117 .rg-c117-header-search .rg-search-trigger-label{display:none}
}

@media(max-width:767px){
 body.rg-c117{--rg-c117-nav-height:74px}
 body.rg-c117 .rg-app{padding-bottom:calc(var(--rg-c117-nav-height) + env(safe-area-inset-bottom) + 8px)!important}
 body.rg-c117 .rg-c113-hero-copy h1{font-size:clamp(1.92rem,9vw,2.5rem)!important;line-height:1.48!important;font-weight:700!important}
 body.rg-c117 .rg-c113-hero-copy>p{font-size:.88rem!important;line-height:2!important}
 body.rg-c117 #quickSlotsCard.rg-c117-quick-slots{width:calc(100% - 32px);margin-top:8px;margin-bottom:42px}
 body.rg-c117 .rg-c117-quick-slots-head{margin-bottom:13px}
 body.rg-c117 .rg-c117-quick-slots-head h2{font-size:1.3rem;line-height:1.62}
 body.rg-c117 .rg-c117-quick-slots-head p{font-size:11.5px}
 body.rg-c117 .rg-slot-card.rg-c116-slot-card{grid-template-columns:38px minmax(0,1fr) auto!important;margin:0;min-height:74px}
 body.rg-c117 .rg-c117-topic-jump{margin-top:12px;font-size:11px}

 /* Fixed to the real visual viewport: keyboard cannot cover the input or results viewport. */
 body.rg-c117 .rg-c117-search-sheet{top:var(--rg-search-viewport-top,0)!important;right:0!important;bottom:auto!important;left:0!important;width:100%!important;height:calc(var(--rg-search-viewport-height,100dvh) + var(--rg-search-keyboard-seam,0px))!important;max-height:none!important;transform:translateY(105%)!important;border:0!important;border-radius:22px 22px 0 0!important;box-shadow:0 -8px 45px rgba(17,38,77,.18)}
 body.rg-c117 .rg-c117-search-sheet.open{transform:translateY(0)!important}
 /* Chromium may report a visualViewport a few pixels shorter than the painted area above a docked keyboard. The white sheet deliberately overscans under the keyboard so no page seam can appear. */
 body.rg-c117 .rg-c117-search-sheet.keyboard-open{--rg-search-keyboard-seam:48px}
 body.rg-c117 .rg-c117-search-topbar{padding:14px 16px 9px}
 body.rg-c117 .rg-c117-search-topbar .rg-kicker{display:none}
 body.rg-c117 .rg-c117-search-topbar h2{font-size:17px}
 body.rg-c117 .rg-c117-search-close{width:39px;height:39px;flex-basis:39px}
 body.rg-c117 .rg-c117-search-input-wrap{padding:0 14px 10px}
 body.rg-c117 .rg-c117-search-field{height:52px;padding-inline:13px!important;border-radius:15px!important}
 body.rg-c117 .rg-c117-search-field input{font-size:14px}
 body.rg-c117 .rg-c117-search-content{padding:0 14px max(14px,env(safe-area-inset-bottom))}
 body.rg-c117 .rg-c117-search-result{grid-template-columns:43px minmax(0,1fr) 17px!important;min-height:64px;padding:8px 9px!important;border-radius:14px!important}
 body.rg-c117 .rg-c117-search-result .rg-global-result-media{width:43px;height:43px;border-radius:12px}
 body.rg-c117 .rg-c117-result-copy b{font-size:12.5px}
 body.rg-c117 .rg-c117-result-copy small{font-size:9.5px}
 body.rg-c117 .rg-c117-result-copy em{font-size:8px}
 body.rg-c117 .rg-c117-search-sheet.keyboard-open .rg-c117-search-topbar{padding-top:9px;padding-bottom:6px}
 body.rg-c117 .rg-c117-search-sheet.keyboard-open .rg-c117-search-topbar h2{font-size:15px}
 body.rg-c117 .rg-c117-search-sheet.keyboard-open .rg-c117-search-input-wrap{padding-bottom:7px}

 /* Exact reference glyphs with a calmer edge-to-edge navigation bar. */
 body.rg-c117 .rg-c117-bottom-nav{position:fixed!important;z-index:9990;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:calc(var(--rg-c117-nav-height) + env(safe-area-inset-bottom))!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:start!important;padding:5px 18px env(safe-area-inset-bottom)!important;border:0!important;border-top:1px solid #e2e7ee!important;border-radius:0!important;background:#fff!important;box-shadow:0 -7px 24px rgba(18,35,68,.07)!important;backdrop-filter:none!important}
 body.rg-c117 .rg-c117-bottom-nav>.rg-c117-nav-item{position:relative;z-index:0;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:68px!important;padding:4px 2px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#5f6977!important;font-size:11px!important;font-weight:500!important;line-height:1.25}
 body.rg-c117 .rg-c117-bottom-nav>.rg-c117-nav-item.active{color:#17659a!important;font-weight:700!important}
 body.rg-c117 .rg-c117-nav-icon{display:block!important;width:27px!important;height:27px!important;margin:0!important;border:0!important;border-radius:0!important;background:currentColor!important;box-shadow:none!important;mask-position:center;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}
 body.rg-c117 .rg-c117-nav-icon.is-home{mask-image:url('icons/ic-home-solid.svg');-webkit-mask-image:url('icons/ic-home-solid.svg')}
 body.rg-c117 .rg-c117-nav-icon.is-booking{mask-image:url('icons/ic-booking-solid.svg');-webkit-mask-image:url('icons/ic-booking-solid.svg')}
 body.rg-c117 .rg-c117-nav-icon.is-profile{mask-image:url('icons/ic-profile-solid.svg');-webkit-mask-image:url('icons/ic-profile-solid.svg')}
 body.rg-c117 .rg-c117-bottom-nav>.rg-c116-bottom-book{color:#53697d!important}
 body.rg-c117 .rg-c117-bottom-nav>.rg-c116-bottom-book .rg-c117-nav-icon{width:29px!important;height:29px!important;padding:0!important;background-color:#466f94!important;filter:drop-shadow(0 0 0 transparent)}
 body.rg-c117 .rg-c117-bottom-nav>.rg-c116-bottom-book:before{content:'';position:absolute;width:43px;height:39px;border-radius:13px;background:#f0f5fa;z-index:-1;transform:translateY(-13px)}
 body.rg-c117 .rg-c117-bottom-nav>.rg-c116-bottom-book.active{color:#17659a!important}
 body.rg-c117 .rg-c117-bottom-nav>.rg-c116-bottom-book.active .rg-c117-nav-icon{background-color:#17659a!important}
 body.rg-c117 .rg-c117-bottom-nav>.rg-c116-bottom-book.active:before{background:#e1edf8}
 body.rg-c117 .rg-support-fab{bottom:calc(var(--rg-c117-nav-height) + 14px + env(safe-area-inset-bottom))!important}

 body.rg-c117 .rg-footer{padding:26px 0 calc(var(--rg-c117-nav-height) + 20px + env(safe-area-inset-bottom))!important}
 body.rg-c117 .rg-footer-desktop{display:none!important}
 body.rg-c117 .rg-footer-mobile{display:block!important}
 body.rg-c117 .rg-footer-mobile-brand{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:14px}
 body.rg-c117 .rg-footer-mobile-brand .rg-brand img{width:42px;height:42px}
 body.rg-c117 .rg-footer-mobile-brand .rg-brand small{font-size:9px}
 body.rg-c117 .rg-footer-support-shortcut{padding:8px 11px;border:1px solid #d8e2ef;border-radius:12px;background:#fff;color:#315fae;font-size:10px;font-weight:600}
 body.rg-c117 .rg-footer-compact-group{border-top:1px solid rgba(255,255,255,.16)}
 body.rg-c117 .rg-footer-compact-group summary{position:relative;padding:13px 1px;color:#fff;font-size:12px;font-weight:600;cursor:pointer;list-style:none}
 body.rg-c117 .rg-footer-compact-group summary::-webkit-details-marker{display:none}
 body.rg-c117 .rg-footer-compact-group summary:after{content:'+';position:absolute;inset-inline-end:2px;font-size:18px;font-weight:400}
 body.rg-c117 .rg-footer-compact-group[open] summary:after{content:'−'}
 body.rg-c117 .rg-footer-compact-group>div{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 0 13px}
 body.rg-c117 .rg-footer-compact-group button,body.rg-c117 .rg-footer-compact-group a,body.rg-c117 .rg-footer-compact-group span{margin:0;padding:5px 0;color:rgba(255,255,255,.78);font-size:10px;text-align:right;text-decoration:none}
 body.rg-c117 .rg-footer-mobile-bottom{display:grid;gap:5px;padding-top:14px;border-top:1px solid rgba(255,255,255,.16)}
 body.rg-c117 .rg-footer-mobile-bottom span{font-size:10px;color:#fff}
 body.rg-c117 .rg-footer-mobile-bottom small{color:rgba(255,255,255,.65);font-size:8.5px;line-height:1.8}
}

@media(max-width:390px){
 body.rg-c117{--rg-c117-nav-height:70px}
 body.rg-c117 .rg-c117-bottom-nav{padding-inline:12px!important}
 body.rg-c117 .rg-c117-bottom-nav>.rg-c117-nav-item{min-height:64px!important;font-size:10.5px!important}
 body.rg-c117 .rg-c117-nav-icon{width:25px!important;height:25px!important}
 body.rg-c117 .rg-c117-result-copy>span{gap:5px}
 body.rg-c117 .rg-c117-result-copy em{padding-inline:5px}
}

body.rg-c117 .rg-c117-search-topbar{min-height:26px;display:flex;align-items:center;justify-content:center;position:relative;padding:3px 50px 1px}
body.rg-c117 .rg-c117-search-handle{display:block;width:54px;height:5px;border-radius:999px;background:#dbe4f1}
body.rg-c117 .rg-c117-search-topbar .rg-c117-search-close{position:absolute;inset-inline-start:0;top:0}


/* c11.8 — precision polish: typography controls, clear support/footer, and equal mobile navigation. */
body.rg-c118 .rg-c113-hero-copy{padding-block:22px 60px}
body.rg-c118 .rg-c113-hero-copy h1{max-width:var(--rg-hero-text-max-width,690px)!important;margin:var(--rg-hero-copy-gap,16px) 0!important;font-size:var(--rg-hero-title-desktop,58px)!important;line-height:var(--rg-hero-title-line-height,1.32)!important;letter-spacing:-.026em!important;font-weight:700!important}
body.rg-c118 .rg-c113-hero-copy>p{max-width:var(--rg-hero-text-max-width,690px)!important;line-height:var(--rg-hero-intro-line-height,1.78)!important}
body.rg-c118 .rg-c113-hero-actions{gap:var(--rg-hero-button-gap,10px)!important;margin-top:calc(var(--rg-hero-copy-gap,16px) + 4px)!important}
body.rg-c118 .rg-c113-hero-actions .rg-btn{min-height:var(--rg-hero-button-height,54px)!important;padding:10px 20px!important;border-radius:15px!important;font-size:13px!important}
body.rg-c118 .rg-c113-section-head h2,body.rg-c118 .rg-c117-quick-slots-head h2{line-height:var(--rg-section-heading-line-height,1.45)!important}
body.rg-c118 .rg-c118-topic-jump{gap:5px;margin-top:15px;font-size:11.5px;line-height:1.7}
body.rg-c118 .rg-c118-topic-jump:after{content:none!important}
body.rg-c118 .rg-c118-topic-jump .rg-icon{width:15px;height:15px;flex:0 0 15px}

/* Search close stays on the physical left, separate from the handle and field. */
body.rg-c118 .rg-c117-search-topbar{min-height:58px;padding:10px 64px 8px!important}
body.rg-c118 .rg-c117-search-topbar .rg-c118-search-close{position:absolute!important;left:16px!important;right:auto!important;inset-inline-start:auto!important;top:10px!important;width:40px!important;height:40px!important;flex-basis:40px!important;border:1px solid #dce4ef!important;border-radius:13px!important;background:#fff!important;color:#2f4568!important;box-shadow:0 5px 15px rgba(20,43,78,.06)!important}
body.rg-c118 .rg-c117-search-handle{margin-inline:auto}
body.rg-c118 .rg-c117-search-input-wrap{padding-top:2px}

/* Support sheet: current launch channels only; future channels are controlled by settings. */
body.rg-c118 .rg-c118-support-sheet .rg-support-links{display:grid;gap:10px}
body.rg-c118 .rg-c118-support-link{min-height:94px;border-radius:19px}

@media(max-width:767px){
 body.rg-c118{--rg-c118-nav-height:72px}
 body.rg-c118 .rg-app{padding-bottom:calc(var(--rg-c118-nav-height) + 24px + env(safe-area-inset-bottom))!important}
 body.rg-c118 .rg-c113-hero-copy{padding-block:12px 34px}
 body.rg-c118 .rg-c113-hero-copy h1{font-size:var(--rg-hero-title-mobile,38px)!important;line-height:var(--rg-hero-title-line-height,1.32)!important;margin:var(--rg-hero-copy-gap,16px) auto!important;max-width:min(var(--rg-hero-text-max-width,690px),100%)!important}
 body.rg-c118 .rg-c113-hero-copy>p{font-size:.86rem!important;line-height:var(--rg-hero-intro-line-height,1.78)!important;max-width:min(var(--rg-hero-text-max-width,690px),100%)!important}
 body.rg-c118 .rg-c113-hero-actions{grid-template-columns:1fr!important;gap:var(--rg-hero-button-gap,10px)!important;margin-top:calc(var(--rg-hero-copy-gap,16px) + 2px)!important}
 body.rg-c118 .rg-c113-hero-actions .rg-btn{width:100%!important;min-height:var(--rg-hero-button-height,54px)!important;font-size:12.5px!important;padding-inline:16px!important}

 body.rg-c118 .rg-c117-search-topbar{min-height:54px;padding:8px 62px 6px!important}
 body.rg-c118 .rg-c117-search-topbar .rg-c118-search-close{left:14px!important;top:8px!important;width:38px!important;height:38px!important}
 body.rg-c118 .rg-c117-search-input-wrap{padding:2px 14px 10px!important}
 body.rg-c118 .rg-c117-search-sheet.keyboard-open .rg-c117-search-topbar{min-height:48px;padding-top:5px!important;padding-bottom:4px!important}
 body.rg-c118 .rg-c117-search-sheet.keyboard-open .rg-c118-search-close{top:5px!important}

 /* Rounded floating navigation. Every item uses the same base treatment; only the current route activates. */
 body.rg-c118 .rg-c118-bottom-nav{position:fixed!important;z-index:9990;left:14px!important;right:14px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;width:auto!important;height:var(--rg-c118-nav-height)!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;padding:5px 8px!important;border:1px solid rgba(35,61,100,.09)!important;border-radius:23px!important;background:rgba(255,255,255,.97)!important;box-shadow:0 13px 35px rgba(20,39,71,.16)!important;backdrop-filter:blur(16px)!important;overflow:hidden!important}
 body.rg-c118 .rg-c118-bottom-nav>.rg-c118-nav-item{position:relative;isolation:isolate;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:60px!important;padding:5px 3px!important;border:0!important;border-radius:17px!important;background:transparent!important;color:#66717f!important;font-size:10.5px!important;font-weight:500!important;line-height:1.25;transition:color .18s ease,transform .18s ease,background .18s ease!important}
 body.rg-c118 .rg-c118-bottom-nav>.rg-c118-nav-item:before{content:'';position:absolute;z-index:-1;inset:4px 8px;border-radius:15px;background:transparent;transform:scale(.88);opacity:0;transition:transform .2s ease,opacity .2s ease,background .2s ease}
 body.rg-c118 .rg-c118-bottom-nav>.rg-c118-nav-item:after{content:'';position:absolute;bottom:3px;width:18px;height:3px;border-radius:999px;background:#2f6fb5;transform:scaleX(0);opacity:0;transition:transform .2s ease,opacity .2s ease}
 body.rg-c118 .rg-c118-bottom-nav>.rg-c118-nav-item.active{color:#1f66a5!important;font-weight:700!important;background:transparent!important;transform:translateY(-1px)}
 body.rg-c118 .rg-c118-bottom-nav>.rg-c118-nav-item.active:before{background:linear-gradient(145deg,#eef6fd,#f8fbff);transform:scale(1);opacity:1}
 body.rg-c118 .rg-c118-bottom-nav>.rg-c118-nav-item.active:after{transform:scaleX(1);opacity:1}
 body.rg-c118 .rg-c118-nav-icon{display:block!important;width:27px!important;height:27px!important;margin:0!important;border:0!important;border-radius:0!important;background:currentColor!important;box-shadow:none!important;filter:none!important;mask-position:center;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}
 body.rg-c118 .rg-c118-nav-icon.is-home{mask-image:url('icons/ic-home-solid.svg');-webkit-mask-image:url('icons/ic-home-solid.svg')}
 body.rg-c118 .rg-c118-nav-icon.is-booking{mask-image:url('icons/ic-booking-solid.svg');-webkit-mask-image:url('icons/ic-booking-solid.svg');width:27px!important;height:27px!important;background-color:currentColor!important}
 body.rg-c118 .rg-c118-nav-icon.is-profile{mask-image:url('icons/ic-profile-solid.svg');-webkit-mask-image:url('icons/ic-profile-solid.svg')}
 body.rg-c118 .rg-support-fab{bottom:calc(var(--rg-c118-nav-height) + 24px + env(safe-area-inset-bottom))!important}

 /* Mobile footer rebuilt: explicit brand and explicit support card, no ambiguous white rectangle. */
 body.rg-c118 .rg-footer{padding:34px 0 calc(var(--rg-c118-nav-height) + 48px + env(safe-area-inset-bottom))!important}
 body.rg-c118 .rg-c118-footer-mobile{display:grid!important;gap:15px}
 body.rg-c118 .rg-c118-footer-brand{display:grid;justify-items:center;text-align:center;padding-bottom:2px}
 body.rg-c118 .rg-c118-footer-brand .rg-brand{display:grid!important;justify-items:center;gap:9px;text-align:center;color:#fff!important}
 body.rg-c118 .rg-c118-footer-brand .rg-brand img{width:56px!important;height:56px!important}
 body.rg-c118 .rg-c118-footer-brand .rg-brand span{display:grid;gap:3px}
 body.rg-c118 .rg-c118-footer-brand .rg-brand strong{font-size:17px;color:#fff}
 body.rg-c118 .rg-c118-footer-brand .rg-brand small{font-size:9px;color:rgba(255,255,255,.72)}
 body.rg-c118 .rg-c118-footer-support-card{display:grid;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:11px;width:100%;min-height:70px;padding:11px 13px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.09);color:#fff;text-align:right;box-shadow:none}
 body.rg-c118 .rg-c118-footer-support-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#fff;color:#245fa8}
 body.rg-c118 .rg-c118-footer-support-icon .rg-icon{width:22px;height:22px}
 body.rg-c118 .rg-c118-footer-support-card>span:nth-child(2){display:grid;gap:3px}
 body.rg-c118 .rg-c118-footer-support-card b{font-size:12px;color:#fff}
 body.rg-c118 .rg-c118-footer-support-card small{font-size:9px;color:rgba(255,255,255,.72)}
 body.rg-c118 .rg-c118-footer-support-arrow{width:17px;height:17px;color:rgba(255,255,255,.8)}
 body.rg-c118 .rg-c118-footer-group{border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}
 body.rg-c118 .rg-c118-footer-group summary{padding:14px 2px}
 body.rg-c118 .rg-c118-footer-bottom{padding-top:2px;border-top:0!important;text-align:center;justify-items:center}
 body.rg-c118 .rg-c118-footer-bottom small{max-width:500px}
}

@media(max-width:390px){
 body.rg-c118 .rg-c118-bottom-nav{left:10px!important;right:10px!important;border-radius:21px!important}
 body.rg-c118 .rg-c118-bottom-nav>.rg-c118-nav-item{font-size:10px!important}
 body.rg-c118 .rg-c118-nav-icon{width:25px!important;height:25px!important}
 body.rg-c118 .rg-c118-nav-icon.is-booking{width:25px!important;height:25px!important}
}


/* ========================================================================== 
   Ravangram 13.0 c11.9 — trustworthy statistics, stable filters, optional
   practitioner experience, and mobile footer/navigation alignment.
   ========================================================================== */
body.rg-c119 .rg-c119-stats{padding:8px 0 14px}
body.rg-c119 .rg-c119-stats-bar{display:grid;grid-template-columns:repeat(var(--rg-stats-count,3),minmax(0,1fr));overflow:hidden;border:1px solid rgba(47,99,245,.13);border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(242,247,255,.96));box-shadow:0 16px 42px rgba(31,70,143,.08)}
body.rg-c119 .rg-c119-stat{position:relative;display:grid;place-items:center;align-content:center;gap:5px;min-height:118px;padding:18px;text-align:center}
body.rg-c119 .rg-c119-stat+ .rg-c119-stat:before{content:'';position:absolute;inset-block:24px;inset-inline-start:0;width:1px;background:rgba(47,99,245,.12)}
body.rg-c119 .rg-c119-stat strong{color:#245fa8;font-size:clamp(24px,3vw,36px);font-weight:800;line-height:1.1;letter-spacing:-.02em}
body.rg-c119 .rg-c119-stat span{color:#53627d;font-size:13px;font-weight:600;line-height:1.65}

body.rg-c119 #v130ActiveFilterCount.hidden{display:none!important}
body.rg-c119 .rg-v130-filter-backdrop{display:none;border:0;padding:0;background:transparent}
body.rg-c119 .rg-v130-filter-fields{display:grid;gap:12px}
body.rg-c119 .rg-v130-filter-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:10px;margin-top:14px}
body.rg-c119 .rg-v130-filter-head>div{display:grid;gap:2px}
body.rg-c119 .rg-v130-filter-head small{color:#748197;font-size:11px;font-weight:400}

@media(max-width:840px){
 html.rg-v130-filter-open,body.rg-v130-filter-open{overflow:hidden!important;overscroll-behavior:none}
 body.rg-c119 .rg-v130-filter-backdrop.is-open{display:block;position:fixed;z-index:10010;inset:0;width:100%;height:100%;background:rgba(19,29,52,.42);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
 body.rg-c119.rg-v130-filter-open:after{content:none!important}
 body.rg-c119 .rg-v130-filter-panel{display:grid!important;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden!important;max-height:min(88dvh,760px)!important;padding:14px 16px max(12px,env(safe-area-inset-bottom))!important;border-radius:26px 26px 0 0!important;background:#fff!important;transform:translate3d(0,110%,0)!important;opacity:0;pointer-events:none;visibility:hidden!important;transition:transform .24s cubic-bezier(.2,.8,.2,1),opacity .2s ease,visibility 0s linear .24s!important}
 body.rg-c119 .rg-v130-filter-panel.is-open{transform:translate3d(0,0,0)!important;opacity:1;pointer-events:auto;visibility:visible!important;transition-delay:0s!important}
 body.rg-c119 .rg-v130-filter-head{padding:2px 0 12px;border-bottom:1px solid #e8edf5}
 body.rg-c119 .rg-v130-filter-head button{display:grid;place-items:center;font-family:Arial,sans-serif;line-height:1}
 body.rg-c119 .rg-v130-filter-fields{overflow:auto;overscroll-behavior:contain;padding:14px 2px 8px;-webkit-overflow-scrolling:touch}
 body.rg-c119 .rg-v130-filter-actions{position:relative;margin:0;padding-top:12px;border-top:1px solid #e8edf5;background:#fff}
 body.rg-c119 .rg-v130-mobile-filter-bar{min-height:48px}
 body.rg-c119 #v130ActiveFilterCount{padding:5px 9px;border-radius:999px;background:#eef5ff;color:#245fa8;font-weight:700}
}

@media(max-width:760px){
 body.rg-c119{--rg-c119-nav-height:68px}
 body.rg-c119 .rg-app{padding-bottom:calc(var(--rg-c119-nav-height) + max(14px,env(safe-area-inset-bottom)))!important}
 body.rg-c119 .rg-c119-bottom-nav{left:12px!important;right:12px!important;bottom:max(6px,env(safe-area-inset-bottom))!important;height:var(--rg-c119-nav-height)!important;padding:5px 7px!important;border:1px solid rgba(30,70,125,.12)!important;border-radius:24px!important;background:rgba(255,255,255,.97)!important;box-shadow:0 12px 36px rgba(25,48,85,.17)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}
 body.rg-c119 .rg-c119-bottom-nav>.rg-c119-nav-item{display:grid!important;grid-template-rows:29px 16px;place-items:center;align-content:center;gap:2px;min-height:56px!important;padding:3px 2px!important;border-radius:17px!important;color:#687486!important;transform:none!important}
 body.rg-c119 .rg-c119-bottom-nav>.rg-c119-nav-item:before{inset:3px 7px!important;border-radius:15px!important;background:linear-gradient(145deg,#edf5ff,#f8fbff)!important;transform:scale(.92)!important}
 body.rg-c119 .rg-c119-bottom-nav>.rg-c119-nav-item:after{bottom:2px!important;width:16px!important;height:2px!important}
 body.rg-c119 .rg-c119-bottom-nav>.rg-c119-nav-item.active{color:#2369ad!important;transform:none!important}
 body.rg-c119 .rg-c119-bottom-nav>.rg-c119-nav-item.active:before{transform:scale(1)!important;opacity:1!important}
 body.rg-c119 .rg-c119-nav-icon,body.rg-c119 .rg-c119-nav-icon.is-booking{width:25px!important;height:25px!important;align-self:center!important}
 body.rg-c119 .rg-c119-bottom-nav>.rg-c119-nav-item>span:last-child{align-self:start;line-height:16px!important;font-size:10px!important}
 body.rg-c119 .rg-support-fab{bottom:calc(var(--rg-c119-nav-height) + max(16px,env(safe-area-inset-bottom)))!important}
 body.rg-c119 .rg-footer{padding:30px 0 calc(var(--rg-c119-nav-height) + max(18px,env(safe-area-inset-bottom)))!important}
 body.rg-c119 .rg-c119-footer-mobile{gap:13px!important}
 body.rg-c119 .rg-c119-footer-brand .rg-brand{grid-template-columns:48px minmax(0,1fr)!important;justify-items:start!important;align-items:center!important;width:100%;text-align:right!important;gap:11px!important}
 body.rg-c119 .rg-c119-footer-brand .rg-brand img{width:48px!important;height:48px!important}
 body.rg-c119 .rg-c119-footer-brand .rg-brand span{justify-items:start}
 body.rg-c119 .rg-c119-footer-support-card{min-height:64px;padding:10px 12px;border-radius:17px}
 body.rg-c119 .rg-c119-footer-group summary{position:relative;display:flex!important;align-items:center!important;justify-content:space-between;min-height:52px;padding:12px 2px!important;list-style:none}
 body.rg-c119 .rg-c119-footer-group summary::-webkit-details-marker{display:none}
 body.rg-c119 .rg-c119-footer-group summary:after{content:'+'!important;position:static!important;display:grid!important;place-items:center;width:28px;height:28px;margin:0!important;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-family:Arial,sans-serif;font-size:20px;font-weight:400;line-height:1;transform:none!important;transition:transform .18s ease!important}
 body.rg-c119 .rg-c119-footer-group[open] summary:after{transform:rotate(45deg)!important}
 body.rg-c119 .rg-c119-footer-bottom{gap:7px!important;padding-top:6px!important}
 body.rg-c119 .rg-c119-footer-bottom small{font-size:9px!important;line-height:1.85!important;color:rgba(255,255,255,.72)!important}
 body.rg-c119 .rg-c119-stats{padding:5px 0 10px}
 body.rg-c119 .rg-c119-stats-bar{border-radius:19px}
 body.rg-c119 .rg-c119-stat{min-height:92px;padding:12px 6px;gap:4px}
 body.rg-c119 .rg-c119-stat+ .rg-c119-stat:before{inset-block:17px}
 body.rg-c119 .rg-c119-stat strong{font-size:21px}
 body.rg-c119 .rg-c119-stat span{font-size:9.5px;line-height:1.55}
}

@media(max-width:390px){
 body.rg-c119 .rg-c119-bottom-nav{left:9px!important;right:9px!important;border-radius:22px!important}
 body.rg-c119 .rg-c119-stat{padding-inline:4px}
 body.rg-c119 .rg-c119-stat strong{font-size:19px}
 body.rg-c119 .rg-c119-stat span{font-size:9px}
}


/* c11.10 — interface clarity, deterministic mobile filter sheet and bidirectional-safe statistics. */
body.rg-c120 .rg-header-account{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-width:126px;max-width:220px;height:46px;padding:0 14px!important;text-align:center}
body.rg-c120 .rg-header-account .rg-icon{flex:0 0 22px;width:22px;height:22px;margin:0!important}
body.rg-c120 #headerAccountLabel{display:block;min-width:0;max-width:164px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.25;text-align:center}
body.rg-c120 .rg-c120-stat-value{display:inline-flex!important;align-items:baseline;justify-content:center;gap:.12em;max-width:100%;white-space:nowrap;unicode-bidi:isolate}
body.rg-c120 .rg-c120-stat-value.is-plus{direction:ltr}
body.rg-c120 .rg-c120-stat-value.is-over{direction:rtl;gap:.28em;font-size:clamp(20px,2.5vw,31px)}
body.rg-c120 .rg-c120-stat-plus,body.rg-c120 .rg-c120-stat-number{display:inline-block}
body.rg-c120 .rg-c120-stat-plus{font-family:Arial,sans-serif;font-size:.9em;font-weight:800;line-height:1}

@media(max-width:840px){
 html.rg-v130-filter-open,body.rg-v130-filter-open{overflow:hidden!important;overscroll-behavior:none!important}
 body.rg-c120>#v130FilterBackdrop{position:fixed!important;z-index:2147483000!important;inset:0!important;width:100%!important;height:100%!important;margin:0!important;border:0!important;background:rgba(19,29,52,.42)!important;backdrop-filter:blur(3px)!important;-webkit-backdrop-filter:blur(3px)!important}
 body.rg-c120>#v130FilterBackdrop[hidden]{display:none!important}
 body.rg-c120>#v130FilterBackdrop.is-open{display:block!important}
 body.rg-c120>#v130FilterPanel{position:fixed!important;z-index:2147483001!important;inset:auto 0 0!important;width:100%!important;max-width:none!important;min-width:0!important;max-height:min(88dvh,760px)!important;margin:0!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;overflow:hidden!important;padding:14px 16px max(14px,env(safe-area-inset-bottom))!important;border:0!important;border-radius:26px 26px 0 0!important;background:#fff!important;box-shadow:0 -24px 70px rgba(24,31,56,.24)!important;transform:translate3d(0,110%,0)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}
 body.rg-c120>#v130FilterPanel.is-open{transform:translate3d(0,0,0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
 body.rg-c120>#v130FilterPanel .rg-v130-filter-fields{min-height:0;overflow:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
 body.rg-c120>#v130FilterPanel .rg-v130-filter-actions{padding-bottom:max(0px,env(safe-area-inset-bottom))}
}

@media(max-width:760px){
 body.rg-c120 .rg-c120-stat-value.is-over{font-size:17px}
 body.rg-c120 .rg-header-account{max-width:unset}
}

/* c11.11 — mobile precision: stable header, visible filter dropdowns, readable statistics and Telegram-like bottom navigation. */
body.rg-c121 .rg-kicker{font-weight:600!important;letter-spacing:0!important;line-height:1.9!important}
body.rg-c121 .rg-c119-stat{gap:6px}
body.rg-c121 .rg-c119-stat strong{font-size:clamp(29px,3vw,38px);font-weight:800;line-height:1.05;letter-spacing:-.015em}
body.rg-c121 .rg-c119-stat span{margin-top:1px;line-height:1.65}
body.rg-c121 .rg-c120-stat-value{gap:.1em}
body.rg-c121 .rg-c120-stat-plus{font-size:.88em;font-weight:800}

@media(max-width:840px){
 body.rg-c121.rg-v130-filter-open.rg-filter-select-open:before{z-index:2147483003!important;background:rgba(19,29,52,.3)!important;backdrop-filter:blur(2px)!important;-webkit-backdrop-filter:blur(2px)!important}
 body.rg-c121 .rg-smart-select-panel--filter.is-visible{z-index:2147483004!important}
}

@media(max-width:760px){
 body.rg-c121{--rg-c121-nav-height:72px}
 body.rg-c121 .rg-header-inner{display:grid!important;grid-template-columns:42px minmax(0,1fr) 42px 42px!important;align-items:center!important;gap:6px!important;min-height:68px!important;padding-inline:10px!important}
 body.rg-c121 .rg-header-inner>.rg-menu-button{grid-column:1;grid-row:1}
 body.rg-c121 .rg-header-inner>.rg-brand{grid-column:2;grid-row:1;display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;align-items:center!important;justify-content:start!important;gap:8px!important;min-width:0!important;width:100%!important;text-align:right!important}
 body.rg-c121 .rg-header-inner>.rg-brand img{width:40px!important;height:40px!important;min-width:40px!important}
 body.rg-c121 .rg-header-inner>.rg-brand>span{display:block!important;min-width:0!important;overflow:hidden!important}
 body.rg-c121 .rg-header-inner>.rg-brand strong{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:16px!important;line-height:1.35!important}
 body.rg-c121 .rg-header-inner>.rg-brand small{display:none!important}
 body.rg-c121 .rg-header-inner>.rg-c117-header-search{grid-column:3;grid-row:1;width:42px!important;min-width:42px!important;height:42px!important;padding:0!important}
 body.rg-c121 .rg-header-inner>.rg-support-button{grid-column:4;grid-row:1;width:42px!important;min-width:42px!important;height:42px!important;padding:0!important}
 body.rg-c121 .rg-header-inner>.rg-header-account{display:none!important}
 body.rg-c121 .rg-header-inner>.rg-desktop-nav{display:none!important}

 body.rg-c121 .rg-c119-stats{padding-block:7px 12px}
 body.rg-c121 .rg-c119-stat{min-height:96px;padding:13px 6px;gap:6px}
 body.rg-c121 .rg-c119-stat strong{font-size:25px!important;font-weight:800!important}
 body.rg-c121 .rg-c119-stat span{font-size:9.5px!important;line-height:1.65!important}
 body.rg-c121 .rg-c120-stat-value.is-over{font-size:20px!important}

 body.rg-c121 .rg-app{padding-bottom:calc(var(--rg-c121-nav-height) + max(16px,env(safe-area-inset-bottom)))!important}
 body.rg-c121 .rg-c119-bottom-nav{left:12px!important;right:12px!important;bottom:max(8px,env(safe-area-inset-bottom))!important;height:var(--rg-c121-nav-height)!important;padding:6px!important;border:1px solid rgba(36,73,124,.12)!important;border-radius:29px!important;background:rgba(255,255,255,.98)!important;box-shadow:0 12px 34px rgba(25,48,85,.17)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;overflow:hidden!important}
 body.rg-c121 .rg-c119-bottom-nav>.rg-c119-nav-item{display:grid!important;grid-template-rows:29px 17px!important;place-items:center!important;align-content:center!important;gap:2px!important;min-width:0!important;min-height:60px!important;margin:0!important;padding:4px 3px!important;border:0!important;border-radius:22px!important;color:#707b8c!important;transform:none!important;transition:color .17s ease!important}
 body.rg-c121 .rg-c119-bottom-nav>.rg-c119-nav-item:before{inset:2px 3px!important;border-radius:21px!important;background:#e8f3ff!important;box-shadow:none!important;opacity:0!important;transform:none!important;transition:opacity .17s ease!important}
 body.rg-c121 .rg-c119-bottom-nav>.rg-c119-nav-item:after{display:none!important;content:none!important}
 body.rg-c121 .rg-c119-bottom-nav>.rg-c119-nav-item.active{color:#1768b3!important;transform:none!important}
 body.rg-c121 .rg-c119-bottom-nav>.rg-c119-nav-item.active:before{opacity:1!important;transform:none!important}
 body.rg-c121 .rg-c119-nav-icon,body.rg-c121 .rg-c119-nav-icon.is-booking{width:25px!important;height:25px!important;margin:0!important;align-self:center!important}
 body.rg-c121 .rg-c119-bottom-nav>.rg-c119-nav-item>span:last-child{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;align-self:start!important;font-size:10px!important;font-weight:600!important;line-height:17px!important}
 body.rg-c121 .rg-support-fab{bottom:calc(var(--rg-c121-nav-height) + max(18px,env(safe-area-inset-bottom)))!important}
 body.rg-c121 .rg-footer{padding-bottom:calc(var(--rg-c121-nav-height) + max(20px,env(safe-area-inset-bottom)))!important}
}

@media(max-width:390px){
 body.rg-c121 .rg-header-inner{grid-template-columns:40px minmax(0,1fr) 40px 40px!important;gap:4px!important;padding-inline:8px!important}
 body.rg-c121 .rg-header-inner>.rg-brand{grid-template-columns:38px minmax(0,1fr)!important;gap:6px!important}
 body.rg-c121 .rg-header-inner>.rg-brand img{width:38px!important;height:38px!important;min-width:38px!important}
 body.rg-c121 .rg-header-inner>.rg-brand strong{font-size:15px!important}
 body.rg-c121 .rg-header-inner>.rg-c117-header-search,body.rg-c121 .rg-header-inner>.rg-support-button{width:40px!important;min-width:40px!important;height:40px!important}
 body.rg-c121 .rg-c119-stat strong{font-size:23px!important}
 body.rg-c121 .rg-c120-stat-value.is-over{font-size:19px!important}
 body.rg-c121 .rg-c119-bottom-nav{left:9px!important;right:9px!important;border-radius:27px!important}
}

@media(min-width:761px){
 body.rg-c121 .rg-smart-select-panel--filter.is-visible{z-index:2147483004!important}
}

/* c11.13 — isolated anti-regression corrections.
   Every rule is scoped to the specific component; the c11.11 footer and page layout remain unchanged. */
body.rg-c123 .rg-c123-svg{display:block;width:100%;height:100%;overflow:visible;color:inherit}
body.rg-c123 .rg-c123-svg path{fill:currentColor}
body.rg-c123 .rg-c117-header-search .rg-c123-search-svg{width:20px;height:20px;flex:0 0 20px}

/* Statistics: make the editable number the visual primary without changing section geometry. */
body.rg-c123 .rg-c119-stat{gap:9px}
body.rg-c123 .rg-c119-stat>strong.rg-c120-stat-value{font-size:clamp(40px,3.8vw,52px)!important;font-weight:850!important;line-height:1!important;letter-spacing:-.02em}
body.rg-c123 .rg-c119-stat>span{font-size:clamp(13px,1.15vw,16px)!important;line-height:1.65!important}
body.rg-c123 .rg-c120-stat-plus{font-size:.8em!important;font-weight:850!important}
body.rg-c123 .rg-c120-stat-value.is-over{font-size:clamp(32px,3vw,43px)!important}

@media(max-width:760px){
  /* The select remains a single bottom sheet while Android's visual viewport changes. */
  body.rg-c123 .rg-smart-select-panel.is-visible{inset:auto!important;right:0!important;left:0!important;bottom:auto!important;width:100%!important;min-height:0!important;margin:0!important;overflow:hidden!important;border-radius:24px 24px 0 0!important;transition:none!important}
  body.rg-c123 .rg-smart-select-mobile-head{min-height:66px;padding:13px 17px 10px!important}
  body.rg-c123 .rg-smart-select-search{display:flex;align-items:center;gap:9px;min-height:52px;margin:9px 15px 11px;padding:0 13px!important;border:1px solid #d8e1ee!important;border-radius:16px!important;background:#f8faff!important;box-shadow:none!important}
  body.rg-c123 .rg-smart-select-search:focus-within{border-color:#7397d5!important;background:#fff!important;box-shadow:0 0 0 3px rgba(47,99,245,.09)!important}
  body.rg-c123 .rg-smart-select-search>.rg-icon{width:19px;height:19px;flex:0 0 19px;color:#60728f}
  body.rg-c123 .rg-smart-select-search input{flex:1 1 auto;width:auto!important;min-width:0!important;min-height:48px!important;padding:0!important;border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:#15294d;font-size:16px!important;font-weight:500!important;line-height:1.7!important;-webkit-appearance:none!important;appearance:none!important}
  body.rg-c123 .rg-smart-select-search input:focus,body.rg-c123 .rg-smart-select-search input:focus-visible{outline:0!important;box-shadow:none!important}
  body.rg-c123 .rg-smart-select-search input::-webkit-search-decoration,body.rg-c123 .rg-smart-select-search input::-webkit-search-cancel-button,body.rg-c123 .rg-smart-select-search input::-webkit-search-results-button,body.rg-c123 .rg-smart-select-search input::-webkit-search-results-decoration{-webkit-appearance:none}
  body.rg-c123 .rg-smart-select-search-clear{display:grid;place-items:center;flex:0 0 31px;width:31px;height:31px;padding:0;border:0;border-radius:10px;background:#edf2f8;color:#58708f;cursor:pointer}
  body.rg-c123 .rg-smart-select-search-clear[hidden]{display:none!important}
  body.rg-c123 .rg-smart-select-search-clear .rg-icon{width:15px;height:15px}
  body.rg-c123 .rg-smart-select-options{padding:6px 15px 15px!important}

  /* Telegram-reference navigation: one outer capsule and one full, optically centred active capsule. */
  body.rg-c123{--rg-c123-nav-height:78px}
  body.rg-c123 .rg-app{padding-bottom:calc(var(--rg-c123-nav-height) + max(18px,env(safe-area-inset-bottom)))!important}
  body.rg-c123 .rg-c123-bottom-nav{left:12px!important;right:12px!important;bottom:max(8px,env(safe-area-inset-bottom))!important;height:var(--rg-c123-nav-height)!important;padding:6px!important;border:1px solid rgba(36,73,124,.11)!important;border-radius:31px!important;background:rgba(255,255,255,.985)!important;box-shadow:0 12px 34px rgba(25,48,85,.16)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;overflow:hidden!important}
  body.rg-c123 .rg-c123-bottom-nav>.rg-c123-nav-item{position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;height:100%!important;min-height:0!important;margin:0!important;padding:5px 3px!important;border:0!important;border-radius:24px!important;color:#6f7b8c!important;line-height:1.2!important;transform:none!important;transition:color .17s ease!important}
  body.rg-c123 .rg-c123-bottom-nav>.rg-c123-nav-item:before{inset:0!important;border-radius:24px!important;background:#e7f2ff!important;box-shadow:none!important;opacity:0!important;transform:none!important;transition:opacity .17s ease!important}
  body.rg-c123 .rg-c123-bottom-nav>.rg-c123-nav-item:after{display:none!important;content:none!important}
  body.rg-c123 .rg-c123-bottom-nav>.rg-c123-nav-item.active{color:#1e68ae!important;transform:none!important}
  body.rg-c123 .rg-c123-bottom-nav>.rg-c123-nav-item.active:before{opacity:1!important;transform:none!important}
  body.rg-c123 .rg-c123-nav-icon,body.rg-c123 .rg-c123-nav-icon.is-booking{position:relative!important;z-index:1!important;display:grid!important;place-items:center!important;width:27px!important;height:27px!important;flex:0 0 27px!important;margin:0!important;background:none!important;-webkit-mask:none!important;mask:none!important;filter:none!important;box-shadow:none!important}
  body.rg-c123 .rg-c123-nav-svg{width:27px!important;height:27px!important}
  body.rg-c123 .rg-c123-bottom-nav>.rg-c123-nav-item>span:last-child{position:relative!important;z-index:1!important;display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;align-self:auto!important;font-size:10.5px!important;font-weight:650!important;line-height:15px!important}
  body.rg-c123 .rg-support-fab{bottom:calc(var(--rg-c123-nav-height) + max(18px,env(safe-area-inset-bottom)))!important}
  body.rg-c123 .rg-footer{padding-bottom:calc(var(--rg-c123-nav-height) + max(20px,env(safe-area-inset-bottom)))!important}

  /* Restore the mobile caption above the existing editable experience value (for example: ۸ سال). */
  body.rg-c123 .rg-c114-featured-metrics span:first-child small{display:block!important;font-size:7px!important;line-height:1.25!important;color:#7a89a1!important}
  body.rg-c123 .rg-c114-featured-metrics span:first-child{gap:2px!important}

  body.rg-c123 .rg-c119-stat{min-height:104px!important;padding:14px 5px!important;gap:8px!important}
  body.rg-c123 .rg-c119-stat>strong.rg-c120-stat-value{font-size:34px!important}
  body.rg-c123 .rg-c119-stat>span{font-size:10.5px!important;line-height:1.65!important}
  body.rg-c123 .rg-c120-stat-value.is-over{font-size:27px!important}
}

@media(max-width:390px){
  body.rg-c123 .rg-c123-bottom-nav{left:9px!important;right:9px!important;border-radius:29px!important}
  body.rg-c123 .rg-c119-stat>strong.rg-c120-stat-value{font-size:32px!important}
  body.rg-c123 .rg-c119-stat>span{font-size:10px!important}
}

/* c11.14 — consolidated UI repair.
   c11.11/c11.12 fixes are reconciled here without enabling the rejected c11.13 layout scope. */
body.rg-c124 .rg-c124-svg{display:block;width:100%;height:100%;overflow:visible;color:inherit;fill:none}
body.rg-c124 .rg-c124-svg path{fill:currentColor}
body.rg-c124 .rg-c117-header-search .rg-c124-search-svg{width:21px;height:21px;flex:0 0 21px}

/* The actual number spans had inherited the old caption size. Reset both descendants explicitly. */
body.rg-c124 .rg-c119-stat{gap:10px}
body.rg-c124 .rg-c119-stat>strong.rg-c120-stat-value{font-size:clamp(42px,4vw,56px)!important;font-weight:850!important;line-height:.98!important;letter-spacing:-.025em}
body.rg-c124 .rg-c120-stat-number{font-size:1em!important;font-weight:inherit!important;line-height:inherit!important;color:inherit!important}
body.rg-c124 .rg-c120-stat-plus{font-size:.72em!important;font-weight:850!important;line-height:1!important;color:inherit!important}
body.rg-c124 .rg-c119-stat>span{font-size:clamp(14px,1.2vw,17px)!important;line-height:1.65!important}
body.rg-c124 .rg-c120-stat-value.is-over{font-size:clamp(34px,3.2vw,46px)!important}
body.rg-c124 .rg-c120-stat-over{font-size:.72em!important;line-height:1.1!important;color:inherit!important}

@media(max-width:760px){
  /* Header: menu stays at the physical right, actions at the left and the brand is optically centred. */
  body.rg-c124 .rg-header-inner{position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;min-height:70px!important;padding-inline:14px!important}
  body.rg-c124 .rg-header-inner>.rg-menu-button{position:relative!important;inset:auto!important;order:0!important;flex:0 0 44px!important;width:44px!important;height:44px!important;margin-inline-end:auto!important}
  body.rg-c124 .rg-header-inner>.rg-c124-header-brand{position:absolute!important;z-index:2!important;left:50%!important;right:auto!important;top:50%!important;transform:translate(-50%,-50%)!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:9px!important;width:max-content!important;max-width:154px!important;min-width:0!important;padding:0!important;text-align:right!important}
  body.rg-c124 .rg-header-inner>.rg-c124-header-brand img{width:43px!important;height:43px!important;min-width:43px!important;flex:0 0 43px!important}
  body.rg-c124 .rg-header-inner>.rg-c124-header-brand>span{display:block!important;min-width:0!important;max-width:100px!important;overflow:hidden!important}
  body.rg-c124 .rg-header-inner>.rg-c124-header-brand strong{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:17px!important;line-height:1.35!important}
  body.rg-c124 .rg-header-inner>.rg-c124-header-brand small{display:none!important}
  body.rg-c124 .rg-header-inner>.rg-c117-header-search,body.rg-c124 .rg-header-inner>.rg-support-button{position:relative!important;inset:auto!important;order:1!important;flex:0 0 44px!important;width:44px!important;min-width:44px!important;height:44px!important;margin:0!important;padding:0!important}
  body.rg-c124 .rg-header-inner>.rg-header-account,body.rg-c124 .rg-header-inner>.rg-desktop-nav{display:none!important}

  /* Main filter search is a quiet, single-border field rather than a browser focus rectangle. */
  body.rg-c124 #v130FilterPanel .rg-c124-filter-search-label{display:grid!important;gap:7px!important}
  body.rg-c124 #v130FilterPanel input.rg-c124-filter-search{display:block!important;width:100%!important;min-height:56px!important;margin:0!important;padding:12px 15px!important;border:1px solid #d6e0ee!important;border-radius:17px!important;outline:0!important;background:#f8faff!important;box-shadow:none!important;color:#17294d!important;font-size:16px!important;font-weight:550!important;line-height:1.7!important;-webkit-appearance:none!important;appearance:none!important;caret-color:#245fa8!important}
  body.rg-c124 #v130FilterPanel input.rg-c124-filter-search:focus,body.rg-c124 #v130FilterPanel input.rg-c124-filter-search:focus-visible{border-color:#7195d2!important;outline:0!important;background:#fff!important;box-shadow:0 0 0 3px rgba(47,99,245,.09)!important}
  body.rg-c124 #v130FilterPanel input.rg-c124-filter-search::-webkit-search-decoration,body.rg-c124 #v130FilterPanel input.rg-c124-filter-search::-webkit-search-cancel-button,body.rg-c124 #v130FilterPanel input.rg-c124-filter-search::-webkit-search-results-button,body.rg-c124 #v130FilterPanel input.rg-c124-filter-search::-webkit-search-results-decoration{-webkit-appearance:none!important}

  /* Portalled option sheets use visualViewport variables with !important CSS, so old inset rules cannot hide them. */
  body.rg-c124 .rg-smart-select-panel.is-visible{position:fixed!important;z-index:2147483640!important;left:0!important;right:0!important;top:var(--rg-select-sheet-top,auto)!important;bottom:var(--rg-select-sheet-bottom,0px)!important;width:100%!important;height:var(--rg-select-sheet-height,auto)!important;max-height:var(--rg-select-sheet-max-height,min(84dvh,760px))!important;min-height:0!important;margin:0!important;padding:0 0 env(safe-area-inset-bottom)!important;display:grid!important;grid-template-rows:auto auto minmax(0,1fr) auto!important;overflow:hidden!important;border:1px solid #e0e7f2!important;border-bottom:0!important;border-radius:24px 24px 0 0!important;background:#fff!important;box-shadow:0 -24px 70px rgba(9,25,62,.25)!important;contain:none!important;transform:none!important;transition:none!important;isolation:isolate!important}
  body.rg-c124 .rg-smart-select-panel--filter.is-visible{z-index:2147483646!important}
  body.rg-c124.rg-c121.rg-v130-filter-open.rg-filter-select-open:before,body.rg-c124.rg-v130-filter-open.rg-filter-select-open:after{content:none!important;display:none!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;pointer-events:none!important}
  body.rg-c124 .rg-smart-select-mobile-head{grid-row:1!important;min-height:66px!important;padding:13px 17px 10px!important;background:#fff!important}
  body.rg-c124 .rg-smart-select-search{grid-row:2!important;display:flex;align-items:center;gap:9px;min-height:52px;margin:9px 15px 11px;padding:0 13px!important;border:1px solid #d8e1ee!important;border-radius:16px!important;background:#f8faff!important;box-shadow:none!important}
  body.rg-c124 .rg-smart-select-search.hidden{display:none!important}
  body.rg-c124 .rg-smart-select-search:focus-within{border-color:#7397d5!important;background:#fff!important;box-shadow:0 0 0 3px rgba(47,99,245,.09)!important}
  body.rg-c124 .rg-smart-select-search>.rg-icon{width:19px;height:19px;flex:0 0 19px;color:#60728f}
  body.rg-c124 .rg-smart-select-search input{flex:1 1 auto;width:auto!important;min-width:0!important;min-height:48px!important;padding:0!important;border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:#15294d;font-size:16px!important;font-weight:500!important;line-height:1.7!important;-webkit-appearance:none!important;appearance:none!important}
  body.rg-c124 .rg-smart-select-search input:focus,body.rg-c124 .rg-smart-select-search input:focus-visible{outline:0!important;box-shadow:none!important}
  body.rg-c124 .rg-smart-select-search-clear{display:grid;place-items:center;flex:0 0 31px;width:31px;height:31px;padding:0;border:0;border-radius:10px;background:#edf2f8;color:#58708f;cursor:pointer}
  body.rg-c124 .rg-smart-select-search-clear[hidden]{display:none!important}
  body.rg-c124 .rg-smart-select-options{grid-row:3!important;min-height:0!important;overflow-y:auto!important;padding:6px 15px 15px!important;background:#fff!important}
  body.rg-c124 .rg-smart-select-empty{grid-row:4!important;background:#fff!important}

  /* Telegram-reference bottom navigation: one capsule, three equal cells and direct active background. */
  body.rg-c124{--rg-c124-nav-height:80px}
  body.rg-c124 .rg-app{padding-bottom:calc(var(--rg-c124-nav-height) + max(20px,env(safe-area-inset-bottom)))!important}
  body.rg-c124 .rg-c124-bottom-nav{position:fixed!important;z-index:9990!important;left:16px!important;right:16px!important;bottom:max(9px,env(safe-area-inset-bottom))!important;width:auto!important;height:var(--rg-c124-nav-height)!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;gap:0!important;padding:6px!important;border:1px solid rgba(36,73,124,.10)!important;border-radius:34px!important;background:rgba(255,255,255,.99)!important;box-shadow:0 12px 32px rgba(25,48,85,.15)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;overflow:hidden!important}
  body.rg-c124 .rg-c124-bottom-nav>.rg-c124-nav-item{position:relative!important;z-index:0!important;isolation:isolate!important;display:grid!important;grid-template-rows:31px 19px!important;place-items:center!important;align-content:center!important;row-gap:5px!important;height:100%!important;min-width:0!important;min-height:0!important;margin:0!important;padding:5px 4px!important;border:0!important;border-radius:27px!important;background:transparent!important;color:#737f8f!important;line-height:1!important;transform:none!important;transition:background-color .17s ease,color .17s ease!important}
  body.rg-c124 .rg-c124-bottom-nav>.rg-c124-nav-item:before,body.rg-c124 .rg-c124-bottom-nav>.rg-c124-nav-item:after{display:none!important;content:none!important}
  body.rg-c124 .rg-c124-bottom-nav>.rg-c124-nav-item.active{background:#e5f1ff!important;color:#1d66aa!important;transform:none!important}
  body.rg-c124 .rg-c124-nav-icon,body.rg-c124 .rg-c124-nav-icon.is-booking{position:relative!important;display:grid!important;place-items:center!important;align-self:center!important;width:30px!important;height:30px!important;flex:0 0 30px!important;margin:0!important;padding:0!important;background:none!important;-webkit-mask:none!important;mask:none!important;filter:none!important;box-shadow:none!important;color:inherit!important}
  body.rg-c124 .rg-c124-nav-svg{display:block!important;width:30px!important;height:30px!important;color:inherit!important}
  body.rg-c124 .rg-c124-bottom-nav>.rg-c124-nav-item>span:last-child{position:relative!important;display:block!important;align-self:center!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:12px!important;font-weight:600!important;line-height:19px!important;color:inherit!important}
  body.rg-c124 .rg-c124-bottom-nav>.rg-c124-nav-item.active>span:last-child{font-weight:750!important}
  body.rg-c124 .rg-support-fab{bottom:calc(var(--rg-c124-nav-height) + max(20px,env(safe-area-inset-bottom)))!important}
  body.rg-c124 .rg-footer{padding-bottom:calc(var(--rg-c124-nav-height) + max(24px,env(safe-area-inset-bottom)))!important}

  /* Mobile footer keeps the approved structure; only the brand is centred as one compact unit. */
  body.rg-c124 .rg-c124-footer-brand{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;padding:0 0 5px!important;text-align:center!important}
  body.rg-c124 .rg-c124-footer-brand .rg-brand{display:flex!important;grid-template-columns:none!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;justify-items:center!important;width:auto!important;max-width:100%!important;gap:12px!important;text-align:right!important}
  body.rg-c124 .rg-c124-footer-brand .rg-brand img{width:50px!important;height:50px!important;flex:0 0 50px!important}
  body.rg-c124 .rg-c124-footer-brand .rg-brand span{display:grid!important;justify-items:start!important;gap:2px!important}
  body.rg-c124 .rg-c124-footer-brand .rg-brand strong{font-size:17px!important;line-height:1.5!important}
  body.rg-c124 .rg-footer-mobile-bottom{justify-items:center!important;text-align:center!important}
  body.rg-c124 .rg-footer-mobile-bottom small{display:block!important;width:min(100%,340px)!important;max-width:340px!important;margin-inline:auto!important;font-size:10px!important;line-height:1.95!important;text-align:center!important;text-wrap:balance}

  /* The editable mobile experience remains visible and readable. */
  body.rg-c124 .rg-c114-featured-metrics span:first-child{gap:3px!important}
  body.rg-c124 .rg-c114-featured-metrics span:first-child small{display:block!important;font-size:9.5px!important;line-height:1.35!important;color:#71809a!important}

  /* Mobile statistics: explicit descendant sizes prevent the old caption rule from shrinking digits. */
  body.rg-c124 .rg-c119-stat{min-height:112px!important;padding:15px 5px!important;gap:9px!important}
  body.rg-c124 .rg-c119-stat>strong.rg-c120-stat-value{font-size:37px!important}
  body.rg-c124 .rg-c120-stat-number{font-size:1em!important}
  body.rg-c124 .rg-c120-stat-plus{font-size:.72em!important}
  body.rg-c124 .rg-c119-stat>span{font-size:11.5px!important;line-height:1.7!important}
  body.rg-c124 .rg-c120-stat-value.is-over{font-size:30px!important}
}

@media(max-width:390px){
  body.rg-c124 .rg-header-inner{padding-inline:10px!important;gap:6px!important}
  body.rg-c124 .rg-header-inner>.rg-menu-button,body.rg-c124 .rg-header-inner>.rg-c117-header-search,body.rg-c124 .rg-header-inner>.rg-support-button{flex-basis:42px!important;width:42px!important;min-width:42px!important;height:42px!important}
  body.rg-c124 .rg-header-inner>.rg-c124-header-brand{max-width:142px!important;gap:7px!important}
  body.rg-c124 .rg-header-inner>.rg-c124-header-brand img{width:41px!important;height:41px!important;min-width:41px!important;flex-basis:41px!important}
  body.rg-c124 .rg-header-inner>.rg-c124-header-brand strong{font-size:16px!important}
  body.rg-c124 .rg-c124-bottom-nav{left:12px!important;right:12px!important;border-radius:32px!important}
  body.rg-c124 .rg-c124-bottom-nav>.rg-c124-nav-item{border-radius:25px!important}
  body.rg-c124 .rg-c124-bottom-nav>.rg-c124-nav-item>span:last-child{font-size:11.5px!important}
  body.rg-c124 .rg-c119-stat>strong.rg-c120-stat-value{font-size:35px!important}
  body.rg-c124 .rg-c119-stat>span{font-size:11px!important}
}

@media(min-width:761px){
  body.rg-c124 .rg-smart-select-panel--filter.is-visible{z-index:2147483646!important;contain:none!important}
}

@media(max-width:840px){
  body.rg-c124.rg-c121.rg-v130-filter-open.rg-filter-select-open:before,
  body.rg-c124.rg-v130-filter-open.rg-filter-select-open:after{content:none!important;display:none!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;pointer-events:none!important}
  body.rg-c124 .rg-smart-select-panel--filter.is-visible{z-index:2147483646!important;contain:none!important}
}


/* c11.14 header hotfix H01 — isolated mobile header balance only. */
@media (max-width:760px){
  body.rg-c124 .rg-header{
    background:rgba(255,255,255,.98)!important;
    border-bottom:1px solid rgba(219,227,239,.92)!important;
    box-shadow:0 5px 18px rgba(24,46,84,.035)!important;
    -webkit-backdrop-filter:saturate(140%) blur(14px)!important;
    backdrop-filter:saturate(140%) blur(14px)!important;
  }
  body.rg-c124 .rg-header-inner{
    position:relative!important;
    display:grid!important;
    grid-template-columns:92px minmax(0,1fr) 92px!important;
    grid-template-rows:72px!important;
    align-items:center!important;
    justify-items:stretch!important;
    direction:ltr!important;
    width:100%!important;
    height:72px!important;
    min-height:72px!important;
    gap:0!important;
    padding-inline:14px!important;
    box-sizing:border-box!important;
  }
  body.rg-c124 .rg-header-inner>.rg-menu-button{
    position:static!important;
    grid-column:3!important;
    grid-row:1!important;
    justify-self:end!important;
    align-self:center!important;
    order:initial!important;
    inset:auto!important;
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    flex:0 0 44px!important;
    margin:0!important;
    border-radius:14px!important;
    border-color:#dce4ef!important;
    box-shadow:none!important;
  }
  body.rg-c124 .rg-header-inner>.rg-c124-header-brand{
    position:static!important;
    grid-column:2!important;
    grid-row:1!important;
    justify-self:center!important;
    align-self:center!important;
    transform:none!important;
    inset:auto!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    direction:rtl!important;
    width:auto!important;
    max-width:142px!important;
    min-width:0!important;
    gap:8px!important;
    margin:0!important;
    padding:0!important;
    text-align:right!important;
  }
  body.rg-c124 .rg-header-inner>.rg-c124-header-brand img{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    flex:0 0 40px!important;
    border-radius:14px!important;
    box-shadow:0 6px 16px rgba(20,54,196,.17)!important;
  }
  body.rg-c124 .rg-header-inner>.rg-c124-header-brand>span{
    display:block!important;
    min-width:0!important;
    max-width:94px!important;
    overflow:visible!important;
  }
  body.rg-c124 .rg-header-inner>.rg-c124-header-brand strong{
    display:block!important;
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:nowrap!important;
    font-size:16.5px!important;
    font-weight:800!important;
    line-height:1.3!important;
    letter-spacing:-.18px!important;
  }
  body.rg-c124 .rg-header-inner>.rg-c124-header-brand small{display:none!important}
  body.rg-c124 .rg-header-inner>.rg-c117-header-search,
  body.rg-c124 .rg-header-inner>.rg-support-button{
    position:static!important;
    grid-column:1!important;
    grid-row:1!important;
    align-self:center!important;
    order:initial!important;
    inset:auto!important;
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    flex:0 0 42px!important;
    margin:0!important;
    padding:0!important;
    border-radius:14px!important;
    border-color:#dce4ef!important;
    box-shadow:none!important;
  }
  body.rg-c124 .rg-header-inner>.rg-support-button{justify-self:start!important}
  body.rg-c124 .rg-header-inner>.rg-c117-header-search{justify-self:end!important}
  body.rg-c124 .rg-header-inner>.rg-header-account,
  body.rg-c124 .rg-header-inner>.rg-desktop-nav{display:none!important}
}
@media (max-width:390px){
  body.rg-c124 .rg-header-inner{
    grid-template-columns:88px minmax(0,1fr) 88px!important;
    padding-inline:12px!important;
  }
  body.rg-c124 .rg-header-inner>.rg-menu-button{width:42px!important;min-width:42px!important;height:42px!important;flex-basis:42px!important}
  body.rg-c124 .rg-header-inner>.rg-c117-header-search,
  body.rg-c124 .rg-header-inner>.rg-support-button{width:40px!important;min-width:40px!important;height:40px!important;flex-basis:40px!important}
  body.rg-c124 .rg-header-inner>.rg-c124-header-brand{max-width:138px!important;gap:7px!important}
  body.rg-c124 .rg-header-inner>.rg-c124-header-brand img{width:39px!important;height:39px!important;min-width:39px!important;flex-basis:39px!important}
  body.rg-c124 .rg-header-inner>.rg-c124-header-brand strong{font-size:16px!important}
}

/* ========================================================================== 
   c11.14 H12 — Independent bottom-navigation component rebuild
   Scope: mobile bottom navigation markup and component-scoped styling only.
   H02-H11 point fixes are consolidated into one deterministic system. Header,
   pages, routes, JavaScript, database and protected business systems remain
   unchanged. Built on the exact installed H11 tree.
   ========================================================================== */
@media (max-width:760px){
  body.rg-c124{--rg-c125-nav-height:66px;--rg-c125-nav-edge:15px}
  body.rg-c124 .rg-c125-bottom-nav{
    position:fixed!important;
    z-index:9990!important;
    left:var(--rg-c125-nav-edge)!important;
    right:var(--rg-c125-nav-edge)!important;
    bottom:max(8px,env(safe-area-inset-bottom))!important;
    width:auto!important;
    height:var(--rg-c125-nav-height)!important;
    padding:5px!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    align-items:stretch!important;
    gap:0!important;
    border:1px solid rgba(42,77,126,.10)!important;
    border-radius:30px!important;
    background:rgba(255,255,255,.975)!important;
    -webkit-backdrop-filter:blur(18px) saturate(135%)!important;
    backdrop-filter:blur(18px) saturate(135%)!important;
    box-shadow:0 10px 28px rgba(24,49,86,.14),0 2px 7px rgba(24,49,86,.06)!important;
    isolation:isolate!important;
    overflow:hidden!important;
  }
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item{
    position:relative!important;
    z-index:0!important;
    display:grid!important;
    grid-template-rows:26px 16px!important;
    place-items:center!important;
    align-content:center!important;
    row-gap:3px!important;
    min-width:0!important;
    min-height:0!important;
    height:100%!important;
    margin:0!important;
    padding:2px 4px!important;
    border:0!important;
    border-radius:25px!important;
    background:transparent!important;
    color:#667486!important;
    line-height:1!important;
    transform:none!important;
    transition:color .18s ease,transform .12s ease!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item:before{
    content:""!important;
    display:block!important;
    position:absolute!important;
    z-index:-1!important;
    inset:4px 10px!important;
    border:1px solid transparent!important;
    border-radius:21px!important;
    background:transparent!important;
    opacity:0!important;
    pointer-events:none!important;
    transform:scale(.96)!important;
    box-shadow:none!important;
    transition:opacity .18s ease,transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease!important;
  }
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item:after{
    content:none!important;
    display:none!important;
  }
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item.active{
    color:#147fca!important;
    background:transparent!important;
    font-weight:inherit!important;
  }
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item.active:before{
    opacity:1!important;
    transform:scale(1)!important;
    border-color:rgba(92,166,222,.17)!important;
    background:linear-gradient(180deg,#eaf6ff 0%,#dceeff 100%)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 5px 13px rgba(37,122,188,.10)!important;
  }
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item:active{
    transform:scale(.985)!important;
  }
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item:focus-visible{
    outline:2px solid rgba(20,127,202,.48)!important;
    outline-offset:-4px!important;
  }
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item>.rg-c125-nav-icon{
    grid-row:1!important;
    position:relative!important;
    z-index:1!important;
    display:grid!important;
    place-items:center!important;
    align-self:center!important;
    justify-self:center!important;
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
    min-height:26px!important;
    flex:0 0 26px!important;
    margin:0!important;
    padding:0!important;
    color:inherit!important;
    transform:none!important;
  }
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item>.rg-c125-nav-icon:before,
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item>.rg-c125-nav-icon:after{
    content:none!important;
    display:none!important;
    background:none!important;
    -webkit-mask-image:none!important;
    mask-image:none!important;
  }
  body.rg-c124 .rg-c125-bottom-nav .rg-c125-nav-svg{
    display:block!important;
    width:24px!important;
    height:24px!important;
    max-width:none!important;
    max-height:none!important;
    overflow:visible!important;
    opacity:1!important;
    color:inherit!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
    vector-effect:non-scaling-stroke!important;
    shape-rendering:geometricPrecision!important;
    transform:none!important;
  }
  body.rg-c124 .rg-c125-bottom-nav .rg-c125-nav-svg *{
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
    vector-effect:non-scaling-stroke!important;
  }
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item>span:last-child{
    grid-row:2!important;
    position:relative!important;
    z-index:1!important;
    display:block!important;
    align-self:center!important;
    justify-self:center!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    color:inherit!important;
    font-size:11px!important;
    font-weight:600!important;
    line-height:16px!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
    transform:none!important;
  }
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item.active>span:last-child{
    font-weight:750!important;
  }
  body.rg-c124 .rg-c125-bottom-nav+.rg-mobile-cta{
    bottom:calc(var(--rg-c125-nav-height) + max(18px,env(safe-area-inset-bottom)))!important;
  }
  body.rg-c124 .rg-app{
    padding-bottom:calc(90px + env(safe-area-inset-bottom))!important;
  }
}
@media (max-width:390px){
  body.rg-c124{--rg-c125-nav-edge:12px}
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item:before{inset-inline:8px!important}
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item>span:last-child{font-size:10.75px!important}
}
@media (prefers-reduced-motion:reduce) and (max-width:760px){
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item,
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item:before{transition:none!important}
}


/* c11.14 H15 — optical icon size and vertical centering
   Scope: bottom-nav icon sizing/position only. H14 pill, labels and routes unchanged. */
@media (max-width:760px){
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item{
    grid-template-rows:28px 16px!important;
    padding:1px 4px 3px!important;
  }
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item>.rg-c125-nav-icon{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
    min-height:28px!important;
    flex-basis:28px!important;
  }
  body.rg-c124 .rg-c125-bottom-nav .rg-c125-nav-icon.is-home .rg-c125-nav-svg{
    width:26px!important;
    height:26px!important;
    transform:translateY(-1px)!important;
  }
  body.rg-c124 .rg-c125-bottom-nav .rg-c125-nav-icon.is-booking .rg-c125-nav-svg{
    width:25.5px!important;
    height:25.5px!important;
    transform:translateY(-.25px)!important;
  }
  body.rg-c124 .rg-c125-bottom-nav .rg-c125-nav-icon.is-profile .rg-c125-nav-svg{
    width:24.75px!important;
    height:24.75px!important;
    transform:translateY(-.65px)!important;
  }
}


/* c11.14 H16 — optical vertical position fix only
   Scope: move bottom-nav icon+label groups slightly lower and lower active pill optically. */
@media (max-width:760px){
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item>.rg-c125-nav-icon{
    transform:translateY(3px)!important;
  }
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item>span:last-child{
    transform:translateY(3px)!important;
  }
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item:before{
    transform:translateY(2px)!important;
  }
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item.active:before{
    transform:translateY(2px)!important;
  }
}


/* c11.14 H17 — active home pill vertical micro-raise only
   Scope: move only the active home pill background 1px upward relative to H16. */
@media (max-width:760px){
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item.active:before{
    transform:translateY(1px)!important;
  }
}


/* c11.14 H18 — bottom nav labels micro raise only
   Scope: move only the three bottom-nav labels 0.5px upward relative to H17. */
@media (max-width:760px){
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item>span:last-child{
    transform:translateY(2.5px)!important;
  }
}


/* c11.14 H19 — active pill internal balance fix only
   Scope: tighten visual relationship between active icon and active label inside the blue pill. */
@media (max-width:760px){
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item.active>.rg-c125-nav-icon{
    transform:translateY(4px)!important;
  }
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item.active>span:last-child{
    transform:translateY(1.5px)!important;
  }
}


/* c11.14 H20 — booking + account label micro raise only
   Scope: move only booking/profile labels 0.5px upward relative to H19. Home label unchanged. */
@media (max-width:760px){
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item>.rg-c125-nav-icon.is-booking + span:last-child,
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item>.rg-c125-nav-icon.is-profile + span:last-child{
    transform:translateY(2px)!important;
  }
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item.active>.rg-c125-nav-icon.is-booking + span:last-child,
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item.active>.rg-c125-nav-icon.is-profile + span:last-child{
    transform:translateY(1px)!important;
  }
}


/* c11.14 H21 — booking label micro raise only
   Scope: move only the booking label 0.5px upward relative to H20. */
@media (max-width:760px){
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item>.rg-c125-nav-icon.is-booking + span:last-child{
    transform:translateY(1.5px)!important;
  }
  body.rg-c124 .rg-c125-bottom-nav>.rg-c125-nav-item.active>.rg-c125-nav-icon.is-booking + span:last-child{
    transform:translateY(.5px)!important;
  }
}

/* CW1.54 — stable global-search canvas with native keyboard overlay.
 * The mobile search surface is a full white stage captured before focus. The
 * software keyboard animates over it naturally; only the inner results viewport
 * follows visualViewport height, so the top bar and search field never jump. */
body.rg-c117 .rg-c154-search-idle{
  min-height:clamp(210px,42vh,360px);
  display:grid;
  align-content:center;
  justify-items:center;
  gap:9px;
  padding:30px 20px;
  border:1px solid #e7edf5;
  border-radius:20px;
  background:linear-gradient(180deg,#fbfdff 0%,#f7faff 100%);
  text-align:center;
  color:#718096;
}
body.rg-c117 .rg-c154-search-idle-icon{width:30px;height:30px;color:#4d78c4}
body.rg-c117 .rg-c154-search-idle b{color:#27436f;font-size:14px;font-weight:700}
body.rg-c117 .rg-c154-search-idle p{max-width:430px;margin:0;color:#78869a;font-size:11.5px;line-height:1.95}
body.rg-c117 .rg-c154-search-idle>div{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin-top:4px}
body.rg-c117 .rg-c154-search-idle>div>span{padding:6px 10px;border:1px solid #dfe7f2;border-radius:999px;background:#fff;color:#5e7395;font-size:9.5px;font-weight:600}

@media(max-width:767px){
  body.rg-c117 #globalSearchSheet.rg-c117-search-sheet{
    top:0!important;
    right:0!important;
    bottom:auto!important;
    left:0!important;
    width:100%!important;
    height:var(--rg-search-stage-height,100svh)!important;
    min-height:var(--rg-search-stage-height,100svh)!important;
    max-height:none!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
    transform:none!important;
    opacity:1!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:none!important;
    overflow:hidden!important;
  }
  body.rg-c117 #globalSearchSheet.rg-c117-search-sheet.open{
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  body.rg-c117 #globalSearchSheet.rg-c117-search-sheet .rg-c117-search-shell{
    width:100%;
    height:min(var(--rg-search-visible-height,100svh),var(--rg-search-stage-height,100svh))!important;
    min-height:0!important;
    max-height:min(var(--rg-search-visible-height,100svh),var(--rg-search-stage-height,100svh))!important;
    background:#fff!important;
    transition:none!important;
    overflow:hidden;
  }
  body.rg-c117 #globalSearchSheet.rg-c117-search-sheet.keyboard-open{
    --rg-search-keyboard-seam:0px!important;
  }
  body.rg-c117 #globalSearchSheet.rg-c117-search-sheet .rg-c117-search-topbar,
  body.rg-c117 #globalSearchSheet.rg-c117-search-sheet.keyboard-open .rg-c117-search-topbar{
    flex:0 0 auto;
    min-height:54px!important;
    padding:8px 62px 6px!important;
    background:#fff;
    transition:none!important;
  }
  body.rg-c117 #globalSearchSheet.rg-c117-search-sheet .rg-c118-search-close,
  body.rg-c117 #globalSearchSheet.rg-c117-search-sheet.keyboard-open .rg-c118-search-close{
    top:8px!important;
    transition:none!important;
  }
  body.rg-c117 #globalSearchSheet.rg-c117-search-sheet .rg-c117-search-input-wrap,
  body.rg-c117 #globalSearchSheet.rg-c117-search-sheet.keyboard-open .rg-c117-search-input-wrap{
    flex:0 0 auto;
    padding:2px 14px 10px!important;
    background:#fff;
    transition:none!important;
  }
  body.rg-c117 #globalSearchSheet.rg-c117-search-sheet .rg-c117-search-content{
    flex:1 1 auto;
    min-height:0!important;
    padding:0 14px max(14px,env(safe-area-inset-bottom))!important;
    background:#fff;
    overflow-y:auto;
    overscroll-behavior:contain;
  }
  body.rg-c117 .rg-c154-search-idle{
    min-height:clamp(180px,38vh,310px);
    padding:24px 16px;
    border-radius:18px;
  }
}

/* ==========================================================================
   CW1.287 — Services / Booking mobile-first service-card hierarchy
   Strictly scoped to the Services block on the specialties route.
   ========================================================================== */
[data-page="specialties"] #v130ServicesPage {
  gap: 16px;
  align-items: stretch;
}

[data-page="specialties"] #v130ServicesPage .rg-v130-service-card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  grid-template-areas:
    "icon copy"
    "meta meta"
    "entry entry";
  grid-template-rows: auto 1fr auto;
  gap: 13px 12px;
  padding: 18px;
  border: 1px solid rgba(37, 49, 86, .10);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(44, 55, 91, .06);
  contain-intrinsic-size: 292px;
}

[data-page="specialties"] #v130ServicesPage .rg-v130-service-icon {
  grid-area: icon;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  align-self: start;
  background: rgba(47, 108, 245, .075);
  color: #183b72;
}

[data-page="specialties"] #v130ServicesPage .rg-v130-service-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.65;
}

[data-page="specialties"] #v130ServicesPage .rg-v130-service-copy {
  grid-area: copy;
  align-self: center;
  min-width: 0;
}

[data-page="specialties"] #v130ServicesPage .rg-v130-service-copy h3 {
  margin: 0 0 4px;
  color: #102a5e;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

[data-page="specialties"] #v130ServicesPage .rg-v130-service-copy p {
  margin: 0;
  color: var(--rg-muted, #687086);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

[data-page="specialties"] #v130ServicesPage .rg-v130-service-meta {
  grid-area: meta;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
  align-self: start;
}

[data-page="specialties"] #v130ServicesPage .rg-v130-service-meta > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
  min-width: 0;
  padding: 0;
  border: 0;
}

[data-page="specialties"] #v130ServicesPage .rg-v130-service-meta > div:first-child:nth-last-child(2) {
  grid-column: 1 / -1;
}

[data-page="specialties"] #v130ServicesPage .rg-v130-service-meta > div:last-child {
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  column-gap: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(37, 49, 86, .09);
}

[data-page="specialties"] #v130ServicesPage .rg-v130-service-meta dt {
  color: #77839a;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.7;
}

[data-page="specialties"] #v130ServicesPage .rg-v130-service-meta dd {
  margin: 0;
  color: #17335f;
  text-align: right;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

[data-page="specialties"] #v130ServicesPage .rg-v130-service-meta > div:last-child dd {
  color: #647089;
  font-size: 12.5px;
  font-weight: 600;
}

[data-page="specialties"] #v130ServicesPage .rg-v130-service-entry {
  grid-area: entry;
  min-height: 48px;
  margin: 0;
  padding: 0 15px;
  border: 0;
  border-radius: 13px;
  background: #2f6cf5;
  color: #fff;
  box-shadow: none;
  font-size: 13.5px;
  font-weight: 750;
  line-height: 1.5;
}

[data-page="specialties"] #v130ServicesPage .rg-v130-service-entry svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

[data-page="specialties"] #v130ServicesPage .rg-v130-service-card[data-v130-select-service]:hover {
  border-color: rgba(47, 108, 245, .20);
  box-shadow: 0 12px 30px rgba(44, 55, 91, .075);
}

[data-page="specialties"] #v130ServicesPage .rg-v130-service-card[data-v130-select-service]:focus-visible {
  outline-color: rgba(47, 108, 245, .42);
}

@media (max-width: 620px) {
  [data-page="specialties"] #v130ServicesPage {
    gap: 14px;
  }

  [data-page="specialties"] #v130ServicesPage .rg-v130-service-card {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px 11px;
    padding: 16px;
    border-radius: 18px;
    contain-intrinsic-size: 286px;
  }

  [data-page="specialties"] #v130ServicesPage .rg-v130-service-icon {
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }

  [data-page="specialties"] #v130ServicesPage .rg-v130-service-icon svg {
    width: 18px;
    height: 18px;
  }

  [data-page="specialties"] #v130ServicesPage .rg-v130-service-copy h3 {
    font-size: 16.5px;
  }

  [data-page="specialties"] #v130ServicesPage .rg-v130-service-copy p {
    font-size: 12.5px;
  }

  [data-page="specialties"] #v130ServicesPage .rg-v130-service-meta {
    gap: 11px 14px;
  }

  [data-page="specialties"] #v130ServicesPage .rg-v130-service-meta > div:last-child {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  [data-page="specialties"] #v130ServicesPage .rg-v130-service-entry {
    min-height: 48px;
    padding-inline: 14px;
  }
}
/* End CW1.287 — Services / Booking mobile-first service-card hierarchy */

/* CW1.298 — Home Consultation Entry Integration.
   Scope: Home Hero supportive entry only; existing Hero actions and global controls remain untouched. */
body.rg-c124 .rg-c114-home .rg-cw1298-home-consultation-entry{
  box-sizing:border-box;
  width:100%;
  max-width:650px;
  min-width:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  margin-top:16px;
  padding:14px 16px;
  border:1px solid rgba(47,108,245,.14);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(247,250,255,.98),rgba(255,255,255,.96));
  box-shadow:0 8px 24px rgba(39,74,135,.045);
  text-align:start;
}
body.rg-c124 .rg-c114-home .rg-cw1298-home-consultation-copy{min-width:0}
body.rg-c124 .rg-c114-home .rg-cw1298-home-consultation-copy strong{
  display:block;
  margin:0;
  color:#233a63;
  font-size:14.5px;
  font-weight:760;
  line-height:1.75;
}
body.rg-c124 .rg-c114-home .rg-cw1298-home-consultation-copy p{
  margin:3px 0 0;
  color:#6b7890;
  font-size:12.5px;
  line-height:1.9;
  overflow-wrap:anywhere;
}
body.rg-c124 .rg-c114-home .rg-cw1298-home-consultation-cta{
  box-sizing:border-box;
  min-width:0;
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:9px 13px;
  border:1px solid rgba(47,108,245,.22);
  border-radius:13px;
  background:#fff;
  color:#2f63d7;
  font:inherit;
  font-size:12px;
  font-weight:740;
  line-height:1.65;
  text-align:center;
  cursor:pointer;
  touch-action:manipulation;
  transition:border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease;
}
body.rg-c124 .rg-c114-home .rg-cw1298-home-consultation-cta .rg-icon{
  width:16px;
  height:16px;
  flex:0 0 16px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body.rg-c124 .rg-c114-home .rg-cw1298-home-consultation-cta:hover{
  border-color:rgba(47,108,245,.34);
  background:#f8faff;
  color:#2458c8;
}
body.rg-c124 .rg-c114-home .rg-cw1298-home-consultation-cta:focus-visible{
  outline:3px solid rgba(47,108,245,.22);
  outline-offset:3px;
  border-color:#7fa4ff;
}
@media(max-width:1050px){
  body.rg-c124 .rg-c114-home .rg-cw1298-home-consultation-entry{margin-inline:auto;text-align:start}
}
@media(max-width:767px){
  body.rg-c124 .rg-c114-home .rg-cw1298-home-consultation-entry{
    grid-template-columns:minmax(0,1fr);
    gap:11px;
    margin-top:14px;
    padding:14px;
    border-radius:16px;
  }
  body.rg-c124 .rg-c114-home .rg-cw1298-home-consultation-cta{
    width:100%;
    min-height:48px;
    padding-inline:12px;
    white-space:normal;
  }
}
@media(max-width:390px){
  body.rg-c124 .rg-c114-home .rg-cw1298-home-consultation-copy strong{font-size:14px}
  body.rg-c124 .rg-c114-home .rg-cw1298-home-consultation-copy p{font-size:12px;line-height:1.85}
  body.rg-c124 .rg-c114-home .rg-cw1298-home-consultation-cta{font-size:11.75px}
}
/* /CW1.298 — Home Consultation Entry Integration */

/* CW1.299 — Consultation Areas Information Architecture.
   Scope: supportive guidance on data-page="specialties" only. */
[data-page="specialties"] .rg-cw1299-areas-guidance{
  box-sizing:border-box;
  width:100%;
  min-width:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  margin:0 0 24px;
  padding:16px 18px;
  border:1px solid rgba(47,108,245,.13);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(248,250,255,.98),rgba(255,255,255,.98));
  box-shadow:0 8px 24px rgba(39,74,135,.04);
  text-align:start;
}
[data-page="specialties"] .rg-cw1299-areas-guidance-copy{min-width:0}
[data-page="specialties"] .rg-cw1299-areas-guidance-copy strong{
  display:block;
  margin:0;
  color:#233a63;
  font-size:14px;
  font-weight:760;
  line-height:1.8;
}
[data-page="specialties"] .rg-cw1299-areas-guidance-copy p{
  margin:4px 0 0;
  color:#6b7890;
  font-size:12px;
  line-height:1.95;
  overflow-wrap:anywhere;
}
[data-page="specialties"] .rg-cw1299-areas-guidance-cta{
  min-width:0;
  min-height:48px;
  padding-inline:15px;
  border-radius:14px;
  white-space:normal;
  text-align:center;
}
[data-page="specialties"] .rg-cw1299-areas-guidance-cta:focus-visible{
  outline:3px solid rgba(47,108,245,.22);
  outline-offset:3px;
}
@media(max-width:767px){
  [data-page="specialties"] .rg-cw1299-areas-guidance{
    grid-template-columns:minmax(0,1fr);
    gap:12px;
    margin-bottom:18px;
    padding:14px;
    border-radius:16px;
  }
  [data-page="specialties"] .rg-cw1299-areas-guidance-cta{width:100%}
}
@media(max-width:390px){
  [data-page="specialties"] .rg-cw1299-areas-guidance-copy strong{font-size:13.5px}
  [data-page="specialties"] .rg-cw1299-areas-guidance-copy p{font-size:11.75px;line-height:1.9}
  [data-page="specialties"] .rg-cw1299-areas-guidance-cta{font-size:12px;padding-inline:10px}
}
/* /CW1.299 — Consultation Areas Information Architecture */

/* CW1.300 — Consultation Areas Guidance Visual Polish Corrective.
   Scope: visual-only, page/component-scoped overrides; CW1.299 rules above remain intact. */
[data-page="specialties"] .rg-cw1299-areas-guidance{
  gap:14px;
  margin-bottom:16px;
  padding:12px 14px;
  border-color:rgba(47,108,245,.11);
  border-radius:16px;
  background:rgba(248,251,255,.96);
  box-shadow:0 4px 14px rgba(39,74,135,.025);
}
[data-page="specialties"] .rg-cw1299-areas-guidance-copy strong{
  font-size:13.5px;
  line-height:1.65;
}
[data-page="specialties"] .rg-cw1299-areas-guidance-copy p{
  margin-top:2px;
  font-size:11.75px;
  line-height:1.75;
}
[data-page="specialties"] .rg-cw1299-areas-guidance-cta{
  min-height:46px;
  padding-inline:14px;
  border-color:rgba(47,108,245,.24);
  background:rgba(47,108,245,.055);
  border-radius:12px;
  -webkit-tap-highlight-color:transparent;
}
[data-page="specialties"] .rg-cw1299-areas-guidance-cta:hover{
  background:rgba(47,108,245,.085);
}
@media(max-width:767px){
  [data-page="specialties"] .rg-cw1299-areas-guidance{
    gap:9px;
    margin-bottom:14px;
    padding:11px 12px;
    border-radius:14px;
  }
  [data-page="specialties"] .rg-cw1299-areas-guidance-cta{min-height:46px}
}
@media(max-width:390px){
  [data-page="specialties"] .rg-cw1299-areas-guidance-copy strong{font-size:13px;line-height:1.65}
  [data-page="specialties"] .rg-cw1299-areas-guidance-copy p{font-size:11.5px;line-height:1.72}
  [data-page="specialties"] .rg-cw1299-areas-guidance-cta{font-size:11.75px;padding-inline:10px}
}
/* /CW1.300 — Consultation Areas Guidance Visual Polish Corrective */

/* CW1.301 — Consultation Areas Guidance Full-Card Visual Interaction Corrective.
   Scope: one native full-card control; integrated action cue; specialties page only. */
[data-page="specialties"] .rg-cw1301-guidance-card{
  appearance:none;
  -webkit-appearance:none;
  font:inherit;
  color:inherit;
  cursor:pointer;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  margin:0 0 14px;
  padding:12px 14px;
  border:1px solid rgba(47,108,245,.14);
  border-radius:16px;
  background:rgba(247,250,255,.94);
  box-shadow:0 4px 14px rgba(39,74,135,.025);
  text-align:start;
  -webkit-tap-highlight-color:transparent;
  transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease;
}
[data-page="specialties"] .rg-cw1301-guidance-card .rg-cw1299-areas-guidance-copy{
  display:block;
  min-width:0;
}
[data-page="specialties"] .rg-cw1301-guidance-card .rg-cw1299-areas-guidance-copy strong{
  display:block;
  margin:0;
  color:#233a63;
  font-size:13.5px;
  font-weight:760;
  line-height:1.6;
}
[data-page="specialties"] .rg-cw1301-guidance-body{
  display:block;
  margin-top:2px;
  color:#6b7890;
  font-size:11.75px;
  font-weight:400;
  line-height:1.72;
  overflow-wrap:anywhere;
}
[data-page="specialties"] .rg-cw1301-guidance-action{
  min-width:0;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:6px;
  color:#2f6cf5;
  font-size:12px;
  font-weight:760;
  line-height:1.55;
  white-space:normal;
}
[data-page="specialties"] .rg-cw1301-guidance-action .rg-icon{
  flex:0 0 auto;
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
[data-page="specialties"] .rg-cw1301-guidance-card:focus-visible{
  outline:3px solid rgba(47,108,245,.24);
  outline-offset:3px;
  border-color:rgba(47,108,245,.28);
}
[data-page="specialties"] .rg-cw1301-guidance-card:active{
  background:rgba(242,247,255,.98);
  border-color:rgba(47,108,245,.22);
}
@media(hover:hover) and (pointer:fine){
  [data-page="specialties"] .rg-cw1301-guidance-card:hover{
    background:rgba(244,248,255,.98);
    border-color:rgba(47,108,245,.20);
    box-shadow:0 5px 16px rgba(39,74,135,.035);
  }
}
@media(max-width:767px){
  [data-page="specialties"] .rg-cw1301-guidance-card{
    grid-template-columns:minmax(0,1fr);
    gap:8px;
    margin-bottom:14px;
    padding:11px 12px 10px;
    border-radius:14px;
  }
  [data-page="specialties"] .rg-cw1301-guidance-action{
    width:100%;
    min-height:30px;
    padding-top:7px;
    border-top:1px solid rgba(47,108,245,.10);
  }
}
@media(max-width:390px){
  [data-page="specialties"] .rg-cw1301-guidance-card .rg-cw1299-areas-guidance-copy strong{font-size:13px;line-height:1.6}
  [data-page="specialties"] .rg-cw1301-guidance-body{font-size:11.5px;line-height:1.7}
  [data-page="specialties"] .rg-cw1301-guidance-action{font-size:11.75px}
}
/* /CW1.301 — Consultation Areas Guidance Full-Card Visual Interaction Corrective */


/* CW1.302 — Consultation Areas Guidance Final Professional Visual Polish.
   Scope: final micro-polish only; accepted CW1.301 markup/interaction remains byte-identical. */
[data-page="specialties"] .rg-cw1301-guidance-card{
  gap:12px;
  border-color:rgba(47,108,245,.12);
  box-shadow:0 3px 12px rgba(39,74,135,.02);
}
[data-page="specialties"] .rg-cw1301-guidance-action{
  font-weight:700;
}
@media(max-width:767px){
  [data-page="specialties"] .rg-cw1301-guidance-card{gap:6px}
  [data-page="specialties"] .rg-cw1301-guidance-action{
    padding-top:5px;
    border-top-color:rgba(47,108,245,.078);
  }
}
@media(max-width:390px){
  [data-page="specialties"] .rg-cw1301-guidance-action{font-size:11.65px}
}
/* /CW1.302 — Consultation Areas Guidance Final Professional Visual Polish */


@media(max-width:390px){
  body.rg-c117 .rg-c154-search-idle>div{gap:5px}
  body.rg-c117 .rg-c154-search-idle>div>span{padding:5px 8px;font-size:9px}
}

@media(prefers-reduced-motion:reduce){
  body.rg-c117 #globalSearchSheet.rg-c117-search-sheet,
  body.rg-c117 #globalSearchSheet.rg-c117-search-sheet *{transition:none!important}
}

