/* ══════════════════════════════════════════════════
   صفحه رزرو آرامش سبز — نسخه ۵
   ══════════════════════════════════════════════════ */

.rsv { padding-block: 26px 80px }
.rsv-head { text-align: center; margin-bottom: 22px }
.rsv-head h1 { font-size: clamp(1.4rem,2.6vw,1.9rem); color: var(--green-900) }
.rsv-head p  { margin-top: 8px; color: var(--muted); font-size: .9rem }

/* ─── مراحل ─────────────────────────────────────── */
.steps { display: flex; justify-content: center; gap: 6px; margin-bottom: 24px; flex-wrap: wrap }
.steps li { display: flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line); font-size: .8rem; color: var(--muted); transition: .25s }
.steps li span:first-child { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center;
  background: var(--line); color: #fff; font-size: .72rem; flex-shrink: 0; transition: .25s }
.steps li.is-active { border-color: var(--green-500); color: var(--green-900); background: var(--mint) }
.steps li.is-active span:first-child { background: var(--green-700) }
.steps li.is-done span:first-child { background: var(--green-500) }
.steps li.is-done { color: var(--green-700) }
.step-lbl { display: inline }

/* ─── layout ──────────────────────────────────────── */
.rsv-grid { display: grid; grid-template-columns: 1fr 330px; gap: 24px; align-items: start }
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 22px; box-shadow: var(--shadow) }
.step-title { font-size: 1rem; color: var(--green-900); margin: 0 0 4px }
.step-sub   { font-size: .82rem; color: var(--muted); margin: 0 0 16px }

/* ─── فیلد ────────────────────────────────────────── */
.field { margin-bottom: 22px }
.field:last-of-type { margin-bottom: 0 }
.field-label { display: block; font-size: .86rem; color: var(--green-900); font-weight: 500; margin-bottom: 10px }
.field-label em { font-style: normal; color: var(--muted); font-weight: 400 }
.field-hint-inline { font-size: .75rem; color: var(--muted); font-weight: 400 }
.hint { display: block; margin-top: 6px; font-size: .74rem; color: var(--muted) }
.input { width: 100%; padding: 12px 14px; border-radius: var(--r-sm); border: 1px solid var(--line);
  background: #fbfdfc; font: inherit; font-size: .92rem; color: var(--ink); transition: .2s }
.input:focus { outline: none; border-color: var(--green-500); background: #fff;
  box-shadow: 0 0 0 3px rgba(79,154,117,.15) }
.input.ltr { direction: ltr; text-align: left }
textarea.input { resize: vertical; line-height: 1.9 }

/* ─── انتخاب جنسیت ──────────────────────────────── */
.gender-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 8px }
.gender-btn { padding: 20px 12px; border-radius: var(--r-lg); border: 2px solid var(--line);
  background: #fff; display: flex; flex-direction: column; align-items: center; gap: 8px;
  cursor: pointer; transition: .2s; font: inherit }
.gender-btn:hover  { border-color: var(--green-400); background: var(--mint) }
.gender-btn.is-sel { border-color: var(--green-700); background: var(--mint); box-shadow: 0 0 0 3px rgba(31,77,56,.12) }
.gender-btn.is-sel strong { color: var(--green-900) }
.gender-icon { font-size: 2rem; line-height: 1 }
.gender-btn strong { font-size: .95rem; color: var(--ink) }

/* ─── کارت‌های ماساژدرمانگر ─────────────────────── */
.therapist-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; margin-top: 8px }
.therapist-card { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
  background: #fff; transition: .2s; display: flex; flex-direction: column }
.therapist-card:hover { box-shadow: 0 4px 16px rgba(31,77,56,.1); transform: translateY(-2px) }
.therapist-card.is-sel { border-color: var(--green-700); box-shadow: 0 0 0 2px var(--green-500) }
.tc-photo { width: 100%; height: 160px; object-fit: cover; background: var(--mint) }
.tc-avatar { width: 100%; height: 160px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--mint), #d4eede); font-size: 3.5rem }
.tc-body { padding: 14px; flex: 1; display: flex; flex-direction: column; gap: 5px }
.tc-name  { display: block; font-size: .95rem; font-weight: 600; color: var(--green-900) }
.tc-title { display: block; font-size: .75rem; color: var(--muted) }
.tc-rating { display: flex; align-items: center; gap: 6px; flex-wrap: wrap }
.tc-stars  { display: flex; gap: 2px }
.tc-stars .star { font-size: .9rem }
.star.full  { color: var(--gold) }
.star.half  { color: var(--gold); opacity: .7 }
.star.empty { color: #ddd }
.tc-score  { font-size: .78rem; color: var(--ink); font-weight: 600 }
.tc-cnt    { font-size: .72rem; color: var(--muted) }
.tc-new    { font-size: .72rem; background: var(--mint); color: var(--green-700);
  padding: 2px 8px; border-radius: 99px; font-weight: 500 }
.tc-bio { font-size: .78rem; color: var(--muted); line-height: 1.7; margin: 2px 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden }
.tc-shift { font-size: .75rem; color: var(--green-700); direction: ltr; unicode-bidi: plaintext; margin: auto 0 4px }
.tc-pick { margin-top: 6px; font-size: .82rem }
.btn-sm { padding: 9px 14px; font-size: .82rem }

/* ─── تقویم ───────────────────────────────────────── */
.cal-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px }
.cal-head strong { color: var(--green-900); font-size: .98rem }
.cal-nav { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--green-900); transition: .2s }
.cal-nav svg { width: 16px; height: 16px }
.cal-nav:hover:not(:disabled) { background: var(--mint) }
.cal-nav:disabled { opacity: .3; cursor: not-allowed }
.cal-week { display: grid; grid-template-columns: repeat(7,1fr); gap: 6px; margin-bottom: 6px }
.cal-week span { text-align: center; font-size: .7rem; color: var(--muted) }
.cal-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 6px }

.cal-cell { aspect-ratio: 1/1; border-radius: 10px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 2px; font-size: .85rem;
  background: #f5f6f5; color: #bcc7c1; border: 1px solid transparent; transition: .18s;
  position: relative; overflow: hidden; cursor: default }
/* روزهای آزاد */
.cal-cell.ok { background: var(--mint); color: var(--green-900); cursor: pointer }
.cal-cell.ok:hover { background: var(--mint-2); transform: translateY(-2px) }
.cal-cell.ok .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--green-500) }
/* نوار پر بودن — FOMO */
.cal-cell.ok .fill-bar { position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--green-500); width: var(--fill, 0%); transition: width .3s; border-radius: 0 }
.cal-cell.is-sel { background: var(--green-700) !important; color: #fff !important; border-color: var(--green-900) }
.cal-cell.is-sel .dot { background: #fff }
.cal-cell.is-today::after { content: ""; position: absolute; bottom: 6px; width: 14px; height: 2px;
  border-radius: 2px; background: var(--gold) }
.cal-cell.is-sel.is-today::after { background: #fff }
/* روز تکمیل — FOMO: نمایش داده می‌شود ولی کمرنگ */
.cal-cell.is-full { background: #e8f3ec; color: #a3bfaa; cursor: not-allowed; position: relative }
.cal-cell.is-full::after { content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(0,0,0,.05) 4px, rgba(0,0,0,.05) 5px) }
.cal-full-badge { position: absolute; bottom: 3px; font-size: .5rem; color: #7a9a80;
  letter-spacing: .02em; background: rgba(255,255,255,.7); padding: 0 4px; border-radius: 4px; line-height: 1.6 }
/* تعطیل / گذشته */
.cal-cell.is-closed { background: #f5f6f5; color: #d0d5d0 }
.cal-cell.is-past   { background: #f5f6f5; color: #d0d5d0 }
.cal-empty { aspect-ratio: 1/1 }
.cal-legend { margin-top: 12px; display: flex; align-items: center; gap: 6px; font-size: .72rem; color: var(--muted); flex-wrap: wrap }
.lg { width: 11px; height: 11px; border-radius: 3px; display: inline-block }
.lg-free { background: var(--mint) }
.lg-full { background: #e8f3ec; outline: 1px dashed #a3bfaa; margin-inline-start: 10px }
.lg-none { background: #f5f6f5; margin-inline-start: 10px }

/* ─── انتخاب بلوک ساعتی ────────────────────────── */
.block-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); gap: 8px; margin-top: 4px }
.block-btn { padding: 12px 6px; border-radius: var(--r-sm); font-size: .88rem; font: inherit;
  background: var(--mint); color: var(--green-900); border: 1px solid transparent;
  cursor: pointer; transition: .15s; text-align: center }
.block-btn:hover:not(:disabled) { background: var(--mint-2); transform: translateY(-2px) }
.block-btn.is-sel { background: var(--green-700); color: #fff; border-color: var(--green-900);
  box-shadow: 0 2px 8px rgba(31,77,56,.2) }
.block-btn.is-taken { background: #f5f6f5; color: #bcc7c1; cursor: not-allowed;
  text-decoration: line-through; text-decoration-color: #c8d5c8 }
.block-btn.is-past  { background: #f5f6f5; color: #d0d5d0; cursor: not-allowed }

.sel-info { margin-top: 10px; padding: 10px 14px; border-radius: var(--r-sm);
  background: var(--mint); color: var(--green-900); font-size: .84rem; font-weight: 500 }
.empty { padding: 16px; border-radius: var(--r-sm); background: var(--cream); color: #6d5c3a;
  font-size: .83rem; text-align: center }

/* ─── CTA چسبان انتهای صفحه ──────────────────── */
.step2-cta { position: sticky; bottom: 0; z-index: 50; margin: 18px -22px -22px;
  background: rgba(255,255,255,.97); backdrop-filter: blur(6px);
  border-top: 1px solid var(--line); padding: 12px 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px }
.cta-info { font-size: .84rem; color: var(--green-900); display: flex; align-items: center; gap: 6px }
.cta-sep { color: var(--muted) }
.step2-cta .btn { flex-shrink: 0 }

/* ─── حریم خصوصی ─────────────────────────────── */
.privacy-box { margin: 16px 0; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden }
.privacy-details summary { padding: 12px 16px; cursor: pointer; font-size: .85rem;
  font-weight: 600; color: var(--green-900); background: var(--mint); user-select: none;
  list-style: none; display: flex; align-items: center; gap: 8px }
.privacy-details summary::before { content: "↓"; transition: transform .2s; display: inline-block }
.privacy-details[open] summary::before { transform: rotate(180deg) }
.privacy-details summary::-webkit-details-marker { display: none }
.privacy-body { padding: 14px 16px; font-size: .8rem; line-height: 1.9; color: var(--muted);
  max-height: 260px; overflow-y: auto; border-top: 1px solid var(--line) }
.privacy-body p { margin: 0 0 10px }
.privacy-body p:last-child { margin-bottom: 0 }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; padding: 12px 16px;
  cursor: pointer; font-size: .85rem; color: var(--ink); background: #fff }
.privacy-check input[type=checkbox] { width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px;
  accent-color: var(--green-700); cursor: pointer }

/* ─── کد تأیید ───────────────────────────────── */
.otp-head { text-align: center; margin-bottom: 18px }
.otp-head h2 { font-size: 1.05rem; color: var(--green-900) }
.otp-head p { margin-top: 6px; font-size: .84rem; color: var(--muted) }
.otp { display: flex; justify-content: center; gap: 9px }
.otp-box { width: 52px; height: 60px; text-align: center; font-size: 1.5rem; font-weight: 700;
  border-radius: var(--r-sm); border: 1px solid var(--line); background: #fbfdfc;
  color: var(--green-900); transition: .18s }
.otp-box:focus { outline: none; border-color: var(--green-500); background: #fff;
  box-shadow: 0 0 0 3px rgba(79,154,117,.15) }
.otp-box.filled { border-color: var(--green-500); background: var(--mint) }
.resend { margin-top: 16px; text-align: center; font-size: .8rem; color: var(--muted) }
.linkbtn { color: var(--green-600); font-weight: 500; text-decoration: underline; font-size: .82rem }
.linkbtn:hover { color: var(--green-900) }

/* ─── موفقیت ─────────────────────────────────── */
.done { text-align: center }
.done-mark { width: 66px; height: 66px; margin: 0 auto 16px; border-radius: 50%;
  background: var(--mint); display: grid; place-items: center; color: var(--green-700);
  animation: pop .45s cubic-bezier(.2,1.4,.4,1) }
.done-mark svg { width: 30px; height: 30px; stroke-width: 2.4 }
@keyframes pop { from { transform: scale(.4); opacity: 0 } to { transform: scale(1); opacity: 1 } }
.done h2 { font-size: 1.25rem; color: var(--green-900) }
.done-sub { margin-top: 6px; color: var(--muted); font-size: .88rem }
.done-sub strong { color: var(--gold); font-family: monospace; font-size: 1rem; letter-spacing: 1px }
.done-list { margin-top: 20px; text-align: right; border-radius: var(--r); border: 1px solid var(--line); overflow: hidden }
.done-list div { display: flex; justify-content: space-between; gap: 12px; padding: 11px 15px; font-size: .86rem }
.done-list div:nth-child(odd) { background: #fbfdfc }
.done-list dt { color: var(--muted) }
.done-list dd { margin: 0; color: var(--ink); font-weight: 500 }
.done-note { margin-top: 16px; font-size: .8rem; color: var(--muted) }

/* ─── امتیازدهی ──────────────────────────────── */
.rate-box { margin: 20px 0; padding: 18px; border: 1px solid var(--line); border-radius: var(--r-lg);
  background: var(--mint) }
.rate-box h3 { font-size: .95rem; color: var(--green-900); margin: 0 0 4px }
.rate-box p { font-size: .8rem; color: var(--muted); margin: 0 0 14px }
.star-input { display: flex; gap: 4px; justify-content: center; flex-wrap: wrap }
.star-btn { background: none; border: none; font-size: 1.6rem; color: #ddd; cursor: pointer;
  transition: color .15s, transform .1s; line-height: 1; padding: 4px }
.star-btn:hover, .star-btn.is-hover, .star-btn.is-sel { color: var(--gold); transform: scale(1.15) }
.star-btn:disabled { cursor: default; transform: none }
.rate-msg { margin-top: 10px; font-size: .82rem; color: var(--green-700); font-weight: 500 }

/* ─── خلاصه ──────────────────────────────────── */
.rsv-side { display: grid; gap: 16px; position: sticky; top: 94px }
.summary, .side-help { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 20px; box-shadow: var(--shadow) }
.summary h2, .side-help h2 { font-size: 1rem; color: var(--green-900); margin: 0 0 14px }
.sum-row { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0;
  border-bottom: 1px dashed var(--line); font-size: .85rem }
.sum-row span { color: var(--muted) }
.sum-row b { color: var(--ink); font-weight: 500 }
.sum-total { display: flex; justify-content: space-between; align-items: center; gap: 12px;
  margin-top: 14px; padding: 14px; border-radius: var(--r-sm); background: var(--mint) }
.sum-total span { font-size: .82rem; color: var(--green-900) }
.sum-total b { font-size: 1rem; color: var(--green-900) }
.sum-note { margin-top: 12px; font-size: .72rem; color: var(--muted); line-height: 1.9 }
.side-help ul { display: grid; gap: 8px }
.side-help li { position: relative; padding-inline-start: 16px; font-size: .8rem; color: var(--muted) }
.side-help li::before { content: ""; position: absolute; inset-inline-start: 0; top: .62em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--sage) }
.side-help a { color: var(--green-600); direction: ltr; unicode-bidi: plaintext }

/* ─── ناوبری ──────────────────────────────────── */
.btn-block { width: 100%; margin-top: 22px }
.btn-block:disabled { opacity: .45; cursor: not-allowed; transform: none }
.row-btns { display: flex; gap: 10px; margin-top: 22px }
.row-btns .btn { flex: 1 }
.err { margin-top: 14px; padding: 11px 14px; border-radius: var(--r-sm);
  background: #fdeceb; border: 1px solid #f6cfcc; color: #9c2f26; font-size: .83rem }

/* ─── لودینگ ──────────────────────────────────── */
.overlay { position: fixed; inset: 0; z-index: 120; background: rgba(31,77,56,.28);
  backdrop-filter: blur(2px); display: grid; place-items: center }
.overlay[hidden] { display: none }
.spinner { width: 42px; height: 42px; border-radius: 50%; border: 3px solid rgba(255,255,255,.4);
  border-top-color: #fff; animation: spin .8s linear infinite }
@keyframes spin { to { transform: rotate(360deg) } }

/* ─── ریسپانسیو ──────────────────────────────── */
@media (max-width: 900px) {
  .rsv-grid { grid-template-columns: 1fr }
  .rsv-side  { position: static; order: -1 }
  .side-help { display: none }
  .steps li  { padding: 6px 10px; font-size: .74rem }
  .step-lbl  { display: none }
  .therapist-grid { grid-template-columns: 1fr 1fr }
}
@media (max-width: 500px) {
  .otp-box { width: 44px; height: 54px; font-size: 1.25rem }
  .panel   { padding: 16px }
  .therapist-grid { grid-template-columns: 1fr }
  .block-grid { grid-template-columns: repeat(auto-fill, minmax(70px, 1fr)); gap: 6px }
  .block-btn { padding: 10px 4px; font-size: .82rem }
  .gender-btn { padding: 16px 8px }
  .gender-icon { font-size: 1.6rem }
}
@media (prefers-reduced-motion: reduce) {
  .cal-cell:hover, .block-btn:hover, .therapist-card:hover { transform: none }
  .done-mark { animation: none }
}

/* ══════════════════════════════════════════════════
   خدمات (تعرفه) — نسخه ۶
   ══════════════════════════════════════════════════ */
.opt-tag { font-size: .68rem; font-weight: 500; color: var(--green-700); background: var(--mint);
  border-radius: 999px; padding: 2px 8px; margin-inline-start: 6px; vertical-align: middle }

.gender-btn.is-dim { opacity: .45; filter: grayscale(.4); transform: scale(.94) }
.gender-btn.is-dim:hover { opacity: .8 }

/* کشوی انتخاب خدمت */
.svc-select { position: relative }
.svc-trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding: 13px 15px; border-radius: var(--r-sm); border: 1px solid var(--green-500);
  background: var(--mint); color: var(--green-900); font: inherit; font-size: .9rem; font-weight: 500;
  cursor: pointer; transition: .2s }
.svc-trigger:hover { background: #e5f2ea }
.svc-chevron { width: 18px; height: 18px; fill: none; stroke: var(--green-700); stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round; transition: transform .2s }
.svc-trigger[aria-expanded="true"] .svc-chevron { transform: rotate(180deg) }

.svc-dropdown { position: absolute; z-index: 30; inset-inline: 0; top: calc(100% + 6px);
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm);
  box-shadow: 0 12px 30px rgba(0,0,0,.14); overflow: hidden }
.svc-search-wrap { padding: 10px; border-bottom: 1px solid var(--line); background: #fbfdfc }
.svc-search { font-size: .88rem }
.svc-list { max-height: 300px; overflow-y: auto; -webkit-overflow-scrolling: touch }
.svc-item { width: 100%; display: flex; align-items: center; gap: 10px; padding: 11px 14px;
  border: 0; border-bottom: 1px solid #f0f4f2; background: #fff; font: inherit; cursor: pointer;
  text-align: start; transition: background .15s }
.svc-item:hover { background: #f6faf8 }
.svc-item.is-sel { background: var(--mint) }
.svc-check { width: 20px; height: 20px; flex-shrink: 0; border-radius: 5px; border: 1.5px solid var(--line);
  display: grid; place-items: center; color: #fff; font-size: .75rem; background: #fff }
.svc-item.is-sel .svc-check { background: var(--green-700); border-color: var(--green-700) }
.svc-item-name { flex: 1; font-size: .88rem; color: var(--ink) }
.svc-item-meta { flex-shrink: 0; font-size: .74rem; color: var(--muted); white-space: nowrap }
.svc-noresult { padding: 16px; text-align: center; color: var(--muted); font-size: .82rem; margin: 0 }

/* چیپ‌های خدمات انتخاب‌شده */
.svc-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px }
.svc-chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 6px 6px 12px;
  border-radius: 999px; background: var(--green-700); color: #fff; font-size: .8rem }
.svc-chip button { width: 20px; height: 20px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(255,255,255,.22); color: #fff; font-size: .72rem; line-height: 1; display: grid; place-items: center }
.svc-chip button:hover { background: rgba(255,255,255,.4) }

/* فهرست خدمات در خلاصه */
.sum-svc-list { list-style: none; margin: 4px 0 10px; padding: 0; border-bottom: 1px dashed var(--line) }
.sum-svc-list li { display: flex; justify-content: space-between; gap: 8px; padding: 5px 0;
  font-size: .8rem; color: var(--ink) }
.sum-svc-list li b { color: var(--green-900); white-space: nowrap }

/* بلوک ساعتی که جای اسپن خدمت ندارد */
.block-btn.is-nofit { opacity: .4; cursor: not-allowed; text-decoration: line-through dotted }

@media (max-width: 500px) {
  .svc-list { max-height: 46vh }
  .svc-item-meta { font-size: .68rem }
}

/* ─── بیعانه/پرداخت ─── */
.done-pay { margin: 14px 0 4px; text-align: center }
.pay-modal { position: fixed; inset: 0; z-index: 90; background: rgba(23,45,34,.55);
  display: flex; align-items: center; justify-content: center; padding: 16px; backdrop-filter: blur(3px) }
.pay-modal[hidden] { display: none }
.pay-card { background: #fff; border-radius: 16px; max-width: 420px; width: 100%; padding: 24px;
  position: relative; box-shadow: 0 20px 50px rgba(0,0,0,.25); max-height: 92vh; overflow-y: auto }
.pay-close { position: absolute; inset-inline-end: 14px; top: 12px; width: 32px; height: 32px; border-radius: 50%;
  border: 0; background: #f0f4f2; cursor: pointer; font-size: .9rem; color: var(--muted) }
.pay-card h3 { margin: 0 0 6px; color: var(--green-900); font-size: 1.1rem }
.pay-sub { font-size: .82rem; color: var(--muted); margin: 0 0 14px }
.pay-total { background: var(--mint); border-radius: 10px; padding: 10px 14px; font-size: .9rem; color: var(--green-900) }
.pay-total b { color: var(--green-700) }
.pay-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px }
.pay-chip { flex: 1; min-width: 90px; padding: 10px; border-radius: 10px; border: 1px solid var(--line);
  background: #fff; font: inherit; font-size: .82rem; cursor: pointer; color: var(--ink); transition: .15s }
.pay-chip:hover { border-color: var(--green-500) }
.pay-chip.is-sel { background: var(--green-700); color: #fff; border-color: var(--green-700) }
.pay-btns { display: flex; gap: 10px; margin-top: 18px }
.pay-btns .btn { flex: 1 }
@media (max-width: 500px) { .pay-btns { flex-direction: column } }

/* کد تخفیف */
.coupon-row { display: flex; gap: 8px }
.coupon-row .input { flex: 1 }
.coupon-row .btn { white-space: nowrap }
.coupon-msg { margin: 8px 0 0; font-size: .85rem }
.coupon-msg.is-ok { color: var(--green-700) }
.coupon-msg.is-err { color: #c0392b }

/* دکمهٔ بازگشت به روزها */
.block-back { margin-bottom: 12px }
.btn.btn-sm { padding: 6px 12px; font-size: .82rem }

/* گزینهٔ رندوم و هشدار بیعانه */
.therapist-card.tc-any { border-color: var(--green-500); background: linear-gradient(180deg, #f3faf6, #fff) }
.therapist-card.tc-any .tc-avatar { background: var(--mint) }
.tc-note { font-size: .74rem; color: #a8720f; background: #fff7e6; border: 1px solid #f0dfb8;
  border-radius: 8px; padding: 5px 8px; margin: 6px 0 8px }

/* اطلاعات مرکز در صفحهٔ نتیجه */
.center-box { background: var(--mint); border-radius: 12px; padding: 12px 14px; margin: 14px 0; text-align: right }
.center-box[hidden] { display: none }
.cb-row { display: flex; align-items: center; gap: 8px; font-size: .86rem; color: var(--green-900); margin: 4px 0 }
.cb-row[hidden] { display: none }
.cb-row a { color: var(--green-700); font-weight: 700; direction: ltr }
.cb-ic { font-size: 1rem }

/* بنر نتیجهٔ احراز هویت */
.id-ok{margin:6px 0 4px;padding:12px 14px;border-radius:12px;font-weight:700;font-size:.92rem;line-height:1.7}
.id-ok--good{background:#e8f5ee;color:#186a43;border:1px solid #bfe3cf}
.id-ok--warn{background:#fff6e5;color:#8a5a10;border:1px solid #f0d9a8}
