/* =========================================================================
   قالب تمیس — استایل اصلی
   تمام مقادیر دقیقاً مطابق طرح اولیه (index.html) است.
   ========================================================================= */

/* ---------- فونت ایران‌یکان (محلی، سه وزن) ---------- */
@font-face {
  font-family: 'IRANYekanWeb';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/IRANYekanWeb-Regular.woff2') format('woff2'),
       url('../fonts/IRANYekanWeb-Regular.woff') format('woff');
}

@font-face {
  font-family: 'IRANYekanWeb';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/IRANYekanWeb-Medium.woff2') format('woff2'),
       url('../fonts/IRANYekanWeb-Medium.woff') format('woff');
}

@font-face {
  font-family: 'IRANYekanWeb';
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
  src: url('../fonts/IRANYekanWeb-Bold.woff2') format('woff2'),
       url('../fonts/IRANYekanWeb-Bold.woff') format('woff');
}

/* ---------- پایه ---------- */

/* فاصله‌ی کلماتِ کمی جمع‌وجورتر، فقط رویِ متن‌هایِ توضیحیِ بلند
   (نظرات مشتریان، توضیح زیرِ عنوانِ هر خدمت، توضیحاتِ کاملِ خدمت،
   بیوی درباره‌یِ ما، پاسخِ سوالاتِ متداول)؛ عمداً رویِ فوتر/درباره‌ی‌ما
   و تیترها/دکمه‌ها/برچسب‌های کوتاه اعمال نشده. */
.tm-review__text,
.tw-review__text,
.tm-service__desc,
.tm-about-trust__text,
.tm-faq__answer,
.tm-prodetail-r-text,
.tm-hero__title,
.tzo-svc-richtext p {
  word-spacing: -1px;
}

html {
  direction: rtl;
  scroll-behavior: smooth;
}
/* مخفی‌کردنِ نوارِ اسکرول در همه‌جایِ سایت (صفحه، کاروسل‌ها، منویِ
   کشویی، مودال‌ها، شیت‌ها)؛ خودِ قابلیتِ اسکرول دست‌نخورده می‌مونه. */
* {
  scrollbar-width: none; /* فایرفاکس */
  -ms-overflow-style: none; /* اج قدیمی */
}
*::-webkit-scrollbar {
  display: none; /* کروم/سافاری/اج جدید */
}

/* حذفِ هایلایتِ مستطیلیِ گوشه‌تیزِ پیش‌فرضِ مرورگر که موقعِ لمس/کلیکِ
   دکمه‌ها و لینک‌ها (حتی روی المان‌هایِ گرد) یه لحظه چشمک می‌زنه. */
a, button, input, textarea, select, [role="button"] {
  -webkit-tap-highlight-color: transparent;
}

/* فیدبکِ فشردنِ تضمین‌شده (با جاوااسکریپت فعال می‌شه، مستقلِ از
   :hover/:active که رویِ بعضی مرورگرهایِ موبایل رفتارِ ناپایدار دارن) */
@keyframes tmPressBounce {
  0%   { transform: scale(1); }
  40%  { transform: scale(0.94); }
  100% { transform: scale(1); }
}
.tm-press-bounce {
  animation: tmPressBounce 0.32s cubic-bezier(.34, 1.56, .64, 1);
}

body {
  margin: 0;
  font-family: 'IRANYekanWeb', Tahoma, sans-serif;
  background: #f7fbfd;
  color: #2b3a4a;
}

* {
  box-sizing: border-box;
}

a {
  color: #00a3d9;
  text-decoration: none;
}

a:hover {
  color: #0086b3;
}

input,
select,
button,
textarea {
  font-family: 'IRANYekanWeb', Tahoma, sans-serif;
}

img {
  max-width: 100%;
}

.site-mobile ::-webkit-scrollbar {
  display: none;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tm-skip-link:focus {
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 1000;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 18px;
  border-radius: 10px;
  background: #00aeef;
  color: #ffffff;
  font-weight: 700;
}

/* ---------- جایگاه تصاویر ---------- */
.tm-slot {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.tm-slot img {
  display: block;
  width: 100%;
  height: 100%;
}

.tm-slot--cover img {
  object-fit: cover;
}

.tm-slot--contain img {
  object-fit: contain;
}

.tm-slot--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef3f7;
  border: 1px dashed #cddbe5;
}

.tm-slot__ph {
  padding: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.6;
  color: #9aa8b5;
  text-align: center;
}

.tm-support__avatar .tm-slot__ph,
.tm-pro-row__avatar .tm-slot__ph,
.tm-sheet__avatar .tm-slot__ph {
  font-size: 8px;
}

/* ---------- برند ---------- */
.tm-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.tm-brand__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50% 50% 50% 6px;
}

.tm-brand__logo {
  display: block;
  width: auto;
  object-fit: contain;
}

.tm-brand--header {
  gap: 9px;
}

.tm-brand--header .tm-brand__mark {
  width: 32px;
  height: 32px;
  background: #00aeef;
}

.tm-brand--header .tm-brand__dot {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffffff;
}

.tm-brand--header .tm-brand__name {
  font-size: 20px;
  font-weight: 900;
  color: #223142;
}

.tm-brand--header .tm-brand__logo {
  max-height: 36px;
}

.tm-brand--app {
  position: relative;
  gap: 8px;
  margin-bottom: 8px;
}

.tm-brand--app .tm-brand__mark {
  width: 34px;
  height: 34px;
  background: #ffffff;
}

.tm-brand--app .tm-brand__dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00aeef;
}

.tm-brand--app .tm-brand__name {
  font-size: 10px;
  color: #ffffff;
  position: relative;
  top: 10px;
  right: -6px;
}

.tm-brand--app .tm-brand__logo {
  max-height: 35px;
}

.tm-brand__mark--plain {
  display: block;
  flex-shrink: 0;
  border-radius: 50% 50% 50% 6px;
  background: #00aeef;
}

/* =========================================================================
   نسخه موبایل (اپلیکیشن)
   ========================================================================= */
.site-mobile {
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.tm-app {
  position: relative;
  width: 100%;
  max-width: 430px;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #f7fbfd;
  box-shadow: 0 0 60px rgba(34, 64, 94, 0.15);
}

.tm-app__screens {
  flex: 1;
  min-width: 0;
  overflow-x: hidden;
  padding-bottom: 92px; /* جایِ نوارِ تبِ ثابتِ پایین، تا محتوا زیرش گم نشه */
}

.tm-screen {
  display: none;
}

.tm-screen.is-active {
  display: block;
}

/* ---------- هدر اپ ---------- */
.tm-hero {
  position: relative;
  overflow: hidden;
  padding: 18px 20px 26px;
  border-radius: 0 0 0 62px;
  background: linear-gradient(155deg, #17c1f0 0%, #0a93cf 52%, #0a6ea8 100%);
}

.tm-hero__blob {
  position: absolute;
  top: -70px;
  left: -50px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  pointer-events: none;
}

.tm-hero__menu-btn {
  position: absolute;
  top: 18px;
  left: 15px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 10px;
  background: rgb(255 255 255 / 17%);
  cursor: pointer;
  flex-shrink: 0;
}

.tm-hero__menu-btn span {
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
}

.tm-hero__art {
  position: absolute;
  bottom: -9px;
  left: 21px;
  display: block;
  width: 158px;
  height: 158px;
}

.tm-hero__title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  color: #ffffff;
}

.tm-hero__title--row {
  display: flex;
  align-items: center;
  gap: 3px;
}

.tm-hero__word {
  min-width:72px;
  padding: 2px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.16);
  text-align: center;
  transition: opacity 0.4s;
}

.tm-hero__word.is-fading,
.tw-hero__word.is-fading {
  opacity: 0;
}

/* ---------- جستجو ---------- */
.tm-search {
  padding: 0 20px;
  margin-top: 14px;
}

.tm-search__button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  border: 1px solid #e7eef2;
  border-radius: 999px;
  background: #f2f8fb;
  font-size: 13px;
  font-weight: 500;
  color: #7a8a99;
  cursor: pointer;
}

.tm-search__text {
  flex: 1;
  text-align: right;
}

.tm-search__icon {
  font-size: 19px;
  color: #8fa0ac;
}

/* ---------- بلوک تماس ---------- */
.tm-support-wrap {
  padding: 14px 20px 0;
}

.tm-support {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eaf7fd;
}

.tm-support--web {
  max-width: 520px;
  margin-top: 26px;
  gap: 16px;
  padding: 14px 18px;
  border-radius: 18px;
}

.tm-support--app {
  gap: 12px;
  padding: 12px 16px;
  border-radius: 16px;
}

.tm-support__start {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tm-support--app .tm-support__start {
  gap: 10px;
}

.tm-support__avatars {
  display: flex;
  align-items: center;
}

.tm-support__headset {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: #0a93cf;
}

.tm-support--web .tm-support__headset {
  width: 30px;
  height: 30px;
}

.tm-support--web .tm-support__headset svg {
  width: 14px;
  height: 14px;
}

.tm-support--app .tm-support__headset {
  width: 26px;
  height: 26px;
}

.tm-support--app .tm-support__headset svg {
  width: 13px;
  height: 13px;
}

.tm-support__avatar {
  display: block;
  flex-shrink: 0;
  overflow: hidden;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.tm-support--web .tm-support__avatar {
  width: 42px;
  height: 42px;
  margin-right: -13px;
}

.tm-support--app .tm-support__avatar {
  width: 38px;
  height: 38px;
  margin-right: -12px;
}

.tm-support__text {
  text-align: right;
}

.tm-support__title {
  font-weight: 900;
  color: #223142;
}

.tm-support--web .tm-support__title {
  font-size: 15px;
}

.tm-support--app .tm-support__title {
  font-size: 13.5px;
}
.tm-support__hours {
  margin-top: 2px;
  font-weight: 700;
  color: #6b93a8;
 white-space: nowrap;
}

.tm-support--web .tm-support__hours {
  font-size: 12.5px;
}

.tm-support--app .tm-support__hours {
  font-size: 8.5px;
}

.tm-support__call {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: #0a93cf;
  color: #ffffff;
  font-weight: 900;
  direction: ltr;
  white-space: nowrap;
}

.tm-support--web .tm-support__call {
  padding: 10px 16px;
  font-size: 15px;
}

.tm-support--app .tm-support__call {
  padding: 9px 14px;
  font-size: 14px;
}

.tm-support__call:hover {
  background: #0a84ba;
  color: #ffffff;
}

.tm-support__call svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ---------- سرتیتر بخش‌ها (اپ) ---------- */
.tm-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 20px 8px;
}

.tm-section-head--tight,
.tm-section-head--solo {
  padding: 20px 20px 8px;
}

.tm-section-head__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15.5px;
  font-weight: 900;
  color: #223142;
  margin: 10px 0 15px 0;
}

.tm-section-head__bar {
  display: block;
  flex-shrink: 0;
  width: 4px;
  height: 17px;
  border-radius: 4px;
  background: #00aeef;
}

.tm-section-head__more {
  padding: 6px 12px;
  border: none;
  border-radius: 20px;
  background: #eaf7fd;
  font-size: 11.5px;
  font-weight: 700;
  color: #0a93cf;
  cursor: pointer;
}

.tm-section-head__note {
  font-size: 11.5px;
  color: #9aa8b5;
}

/* ---------- گرید خدمات (اپ) ---------- */
.tm-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 6px;
  padding: 0 16px;
}

.tm-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.tm-tile__hot {
  position: absolute;
  top: -10px;
  left: -4px;
  z-index: 2;
  padding: 2px 5px;
  border-radius: 20px;
  background: #e05a6f;
  font-size: 8px;
  font-weight: 500;
  color: #ffffff;
}

.tm-tile__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 90px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
}

.tm-tile__icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 83.333%;
  height: 83.333%;
  transform: translate(-50%, -50%);
}

.tm-tile__glyph,
.tw-tile__glyph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 34px;
}

.tm-tile__name {
  max-width: 100%;
  overflow: hidden;
  font-size: 10.5px;
  font-weight: 700;
  color: #46586a;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* ---------- بنر خانه‌تکانی (اپ) ---------- */
.tm-seasonal-wrap {
  padding: 18px 20px 0;
}

.tm-seasonal {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 80px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(34, 64, 94, 0.1);
  cursor: pointer;
}

.tm-seasonal__media {
  position: absolute;
  inset: 0;
  display: block;
}

.tm-seasonal__shade {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(0deg, rgba(0, 45, 68, 0.72) 0%, rgba(0, 45, 68, 0.12) 46%, rgba(0, 45, 68, 0) 70%);
  pointer-events: none;
}

.tm-seasonal__body {
  position: absolute;
  right: 14px;
  bottom: 10px;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  pointer-events: none;
}

.tm-seasonal__title {
  font-size: 12.5px;
  font-weight: 900;
  color: #ffffff;
  text-align: right;
}

.tm-seasonal__button {
  flex-shrink: 0;
  padding: 6px 12px;
  border-radius: 9px;
  background: #ffffff;
  font-size: 10.5px;
  font-weight: 900;
  color: #0088c9;
  white-space: nowrap;
}

/* ---------- کارت تعرفه (اپ) ---------- */
.tm-tariff {
  margin: 20px 16px 4px;
  padding: 18px 16px 16px;
  border: 1px solid #eef2f5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 18px -6px rgba(34, 49, 66, 0.10);
}

.tm-tariff__title {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.7;
  color: #223142;
}

.tm-tariff__desc {
  margin-top: 6px;
  font-size: 11px;
  line-height: 2;
  color: #7a8a99;
}

.tm-chart {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 14px;
  aspect-ratio: 21 / 11;
  border-radius: 14px;
  background: linear-gradient(180deg, #eaf7fd 0%, #dff2fb 100%);
}

.tm-chart svg {
  display: block;
  width: 100%;
  height: 100%;
}

.tm-price-table {
  overflow: hidden;
  margin-top: 16px;
  border: 1px solid #e3edf4;
  border-radius: 14px;
  background: #ffffff;
}

.tm-price-table--vip {
  margin-top: 10px;
}

.tm-price-table__head {
  padding: 11px 14px;
  background: #eaf7fd;
  font-size: 13px;
  font-weight: 900;
  color: #0a5f85;
}

.tm-price-table__head span {
  font-weight: 700;
  color: #6b93a8;
}

.tm-price-table--vip .tm-price-table__head {
  background: #fdf3e2;
  color: #8a5a06;
}

.tm-price-table--vip .tm-price-table__head span {
  color: #b28a3f;
}

.tm-price-table__cols {
  display: grid;
  grid-template-columns: 1fr 1fr 54px;
  padding: 8px 14px 2px;
  font-size: 11.5px;
  font-weight: 800;
  color: #7a8a99;
}

.tm-price-table__cols span:nth-child(1),
.tm-price-table__cols span:nth-child(2) {
  text-align: center;
}

.tm-price-table__row {
  display: grid;
  grid-template-columns: 1fr 1fr 54px;
  align-items: center;
  padding: 10px 14px;
  border-top: 1px solid #f0f4f7;
}

.tm-price-table__row:hover {
  background: #f7fbfd;
}

.tm-price-table--vip .tm-price-table__cols,
.tm-price-table--vip .tm-price-table__row {
  grid-template-columns: 1.1fr 0.9fr 0.9fr 54px;
}

.tm-price-table--vip .tm-price-table__cols span:nth-child(2),
.tm-price-table--vip .tm-price-table__cols span:nth-child(3) {
  text-align: center;
}

.tm-price-table--vip .tm-price-table__row:hover {
  background: #fef9ef;
}

.tm-price-table__value {
  font-size: 13.5px;
  font-weight: 900;
  color: #223142;
}

.tm-price-table__value--stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}

.tm-price-table__currency {
  font-size: 9px;
  font-weight: 700;
  color: #9aa8b5;
}

.tm-price-table--vip .tm-price-table__currency {
  color: #c2a054;
}

.tm-price-table__guarantee {
  font-size: 12.5px;
  font-weight: 900;
  color: #146c48;
}

.tm-price-table__hours {
  padding: 4px 0;
  border-radius: 8px;
  background: #eaf7fd;
  font-size: 11.5px;
  font-weight: 800;
  color: #0a93cf;
  text-align: center;
}

.tm-price-table--vip .tm-price-table__hours {
  background: #fdf3e2;
  color: #b2790a;
}

.tm-coupon-wrap {
  position: relative;
  margin-top: 14px;
}
.tm-coupon {
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  margin-top: 0;
  padding: 0;
  border: none;
  border-radius: 14px;
  background: linear-gradient(225deg, rgb(107, 185, 39) 0%, rgb(157, 196, 77) 100%);
  cursor: pointer;
  transition: transform 0.38s cubic-bezier(.34, 1.4, .64, 1), box-shadow 0.38s ease;
}
.tm-coupon:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 26px -12px rgba(75, 150, 30, 0.45);
}
.tm-coupon:active {
  transform: translateY(-1px) scale(0.97);
  box-shadow: 0 6px 14px -8px rgba(75, 150, 30, 0.4);
  transition-duration: 0.15s;
}

.tm-coupon__percent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex: 1;
  padding: 13px 10px;
  overflow: hidden;
  border-radius: 14px 0 0 14px;
}
.tm-coupon__percent b {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
.tm-coupon__percent small {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.tm-coupon__cut {
  position: relative;
  width: 1px;
  margin: 8px 0;
  border-right: 1.5px dashed rgba(255, 255, 255, 0.45);
}

.tm-coupon__notch {
  position: absolute;
  left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f7fbfd;
}

.tm-coupon__notch--top {
  top: -13px;
}

.tm-coupon__notch--bottom {
  bottom: -13px;
}

.tm-coupon__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 8px 10px;
  text-align: center;
}
.tm-coupon__code-label {
  font-size: 10.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 3px;
}
.tm-coupon__code {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.tm-coupon__toast {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translate(-50%, -100%) scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease;
  padding: 7px 14px;
  border-radius: 10px;
  background: #223142;
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
  white-space: nowrap;
  pointer-events: none;
  z-index: 5;
}
.tm-coupon__toast::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #223142;
}
.tm-coupon__toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -100%) scale(1);
}

.tm-tariff__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 10px;
  padding: 12px;
  border: none;
  border-radius: 13px;
  background: linear-gradient(90deg, #f6a80a, #e0910a);
  font-size: 13.5px;
  font-weight: 900;
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.38s cubic-bezier(.34, 1.4, .64, 1), box-shadow 0.38s ease;
}
.tm-tariff__cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 26px -10px rgba(224, 145, 10, 0.55);
}
.tm-tariff__cta:active {
  transform: translateY(-1px) scale(0.97);
  box-shadow: 0 6px 14px -8px rgba(224, 145, 10, 0.5);
  transition-duration: 0.15s;
}

/* ---------- کاروسل‌ها ---------- */
.tm-carousel {
  display: grid;
  grid-auto-flow: column;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.tm-carousel--pros {
  grid-auto-columns: 128px;
  gap: 12px;
  padding: 6px 20px 12px;
}

.tm-carousel--ba {
  grid-auto-columns: 220px;
  gap: 12px;
  padding: 6px 20px 14px;
}

.tm-carousel--reviews {
  grid-auto-columns: 246px;
  gap: 10px;
  padding: 4px 20px 10px;
}

.tm-pro-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 0 0 13px;
  border: none;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(34, 64, 94, 0.08);
  scroll-snap-align: center;
  cursor: pointer;
  transition: transform 0.38s cubic-bezier(.34, 1.4, .64, 1), box-shadow 0.38s ease;
}
.tm-pro-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px -12px rgba(26, 130, 201, 0.35);
}
.tm-pro-card:active {
  transform: translateY(-1px) scale(0.97);
  box-shadow: 0 6px 14px -8px rgba(26, 130, 201, 0.3);
  transition-duration: 0.15s;
}

.tm-pro-card__media {
  position: relative;
  display: block;
  width: 100%;
  height: 108px;
  overflow: hidden;
  background: #eaf7fd;
}
.tm-pro-card__media img {
  transition: transform 0.5s cubic-bezier(.34, 1.2, .64, 1);
}
.tm-pro-card:hover .tm-pro-card__media img {
  transform: scale(1.08);
}

.tm-pro-card__rating {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 3px 8px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  font-size: 10px;
  font-weight: 900;
  color: #223142;
  pointer-events: none;
}

.tm-star {
  color: #f5b301;
}

.tm-pro-card__name {
  width: 100%;
  margin-top: 10px;
  padding: 0 8px;
  overflow: hidden;
  font-size: 12.5px;
  font-weight: 900;
  color: #223142;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tm-pro-card__role {
  width: 100%;
  margin-top: 3px;
  padding: 0 8px;
  overflow: hidden;
  font-size: 10.5px;
  color: #9aa8b5;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* ---------- قبل و بعد ---------- */
.tm-ba {
  scroll-snap-align: center;
}

.tm-ba__frame {
  position: relative;
  overflow: hidden;
  width: 220px;
  height: 150px;
  border-radius: 16px;
  background: #eaf7fd;
  touch-action: none;
  cursor: ew-resize;
}

.tm-ba__after {
  position: absolute;
  inset: 0;
  width: 220px;
  height: 150px;
}

.tm-ba__before-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  width: 50%;
  pointer-events: none;
}

.tm-ba__before {
  width: 220px;
  height: 150px;
}

.tm-ba__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #ffffff;
  pointer-events: none;
}

.tm-ba__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  font-size: 10px;
  color: #46586a;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.tm-ba__tag {
  position: absolute;
  top: 8px;
  padding: 3px 9px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 900;
  pointer-events: none;
}

.tm-ba__tag--after {
  right: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: #146c48;
}

.tm-ba__tag--before {
  left: 8px;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
}

.tm-ba__title {
  display: block;
  margin-top: 8px;
  font-size: 11.5px;
  font-weight: 700;
  color: #46586a;
  text-align: center;
}

/* ---------- نظرات (اپ) ---------- */
.tm-review {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 15px 16px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(34, 64, 94, 0.07);
  scroll-snap-align: center;
}

.tm-review__stars {
  font-size: 12px;
  letter-spacing: 2px;
  color: #f5b301;
}

.tm-review__text {
  font-size: 12px;
  line-height: 2;
  color: #46586a;
}

.tm-review__foot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.tm-review__initial {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eaf7fd;
  font-size: 11px;
  font-weight: 900;
  color: #00a3d9;
}

.tm-review__name {
  font-size: 11.5px;
  font-weight: 700;
  color: #223142;
}

.tm-review__when {
  margin-right: auto;
  font-size: 10.5px;
  color: #9aa8b5;
}

/* ---------- نظافت دوره‌ای (اپ) ---------- */
.tm-periodic-wrap {
  padding: 10px 20px 10px;
}

.tm-periodic {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 13px;
  overflow: hidden;
  width: 100%;
  padding: 18px;
  border: none;
  border-radius: 20px;
  background: linear-gradient(135deg, #223142 0%, #35506b 100%);
  text-align: right;
  cursor: pointer;
}

.tm-periodic__blob {
  position: absolute;
  top: -38px;
  left: -28px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(0, 174, 239, 0.18);
  pointer-events: none;
}

.tm-periodic__top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tm-periodic__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 17px;
  color: #7fd6f5;
}

.tm-periodic__text {
  flex: 1;
  text-align: right;
}

.tm-periodic__title {
  display: block;
  font-size: 14.5px;
  font-weight: 900;
  color: #ffffff;
}

.tm-periodic__sub {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: #a9c0d3;
}

.tm-periodic__badge {
  flex-shrink: 0;
  padding: 5px 10px;
  border-radius: 20px;
  background: #00aeef;
  font-size: 10.5px;
  font-weight: 900;
  color: #ffffff;
}

.tm-periodic__options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.tm-periodic__option {
  padding: 9px 4px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

/* ---------- تضمین‌ها (اپ) ---------- */
.tm-trust-wrap {
  padding: 4px 20px 0;
}

.tm-trust__heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15.5px;
  font-weight: 900;
  color: #223142;
  margin: 10px 0 15px 0;
}

.tm-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.tm-trust__card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 13px 14px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(34, 64, 94, 0.06);
}

.tm-trust__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  font-size: 15px;
}

.tm-trust__title {
  margin-top: 3px;
  font-size: 12.5px;
  font-weight: 900;
  color: #223142;
}

.tm-trust__note {
  font-size: 10.5px;
  line-height: 1.8;
  color: #7a8a99;
}

/* ---------- آمار (اپ) ---------- */
.tm-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 16px 20px 20px;
}

.tm-stat {
  padding: 12px 6px;
  border-radius: 14px;
  background: #eaf7fd;
  text-align: center;
}

.tm-stat__value {
  font-size: 16px;
  font-weight: 900;
  color: #00a3d9;
}

.tm-stat__star {
  font-size: 11px;
  color: #f5b301;
}

.tm-stat__label {
  font-size: 10.5px;
  color: #7a8a99;
}

/* ---------- دعوت دوستان (اپ) ---------- */
.tm-invite-wrap {
  padding: 0 20px 22px;
}

.tm-invite {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  overflow: hidden;
  width: 100%;
  padding: 20px;
  border: none;
  border-radius: 20px;
  background: linear-gradient(135deg, #00aeef 0%, #0079b8 100%);
  box-shadow: 0 10px 26px rgba(0, 136, 201, 0.25);
  color: #ffffff;
  text-align: right;
  cursor: pointer;
}

.tm-invite__blob {
  position: absolute;
  right: -30px;
  bottom: -46px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.tm-invite__text {
  position: relative;
  flex: 1;
  min-width: 0;
}

.tm-invite__title {
  display: block;
  font-size: 15px;
  font-weight: 900;
}

.tm-invite__desc {
  display: block;
  margin-top: 4px;
  font-size: 11.5px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.85);
}

.tm-invite__button {
  position: relative;
  flex-shrink: 0;
  padding: 10px 16px;
  border-radius: 12px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 900;
  color: #0088c9;
  white-space: nowrap;
}

/* ---------- درباره تمیس (اپ) ---------- */
.tm-about {
  padding: 24px 20px 28px;
  border-top: 1px solid #dceaf3;
  background: linear-gradient(180deg, #f4fafd 0%, #e4f1f8 100%);
  color: #5b6b7b;
}

.tm-about__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.tm-about .tm-brand__mark--plain {
  width: 28px;
  height: 28px;
}

.tm-about__title {
  font-size: 17px;
  font-weight: 900;
  color: #223142;
}

.tm-about__text {
  margin-bottom: 16px;
  font-size: 11.5px;
  line-height: 2;
}

.tm-about__badges-title {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #223142;
}

.tm-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.tm-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 8px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 3px 12px rgba(34, 64, 94, 0.07);
}

.tm-badge__image {
  width: 100%;
  height: 52px;
}

.tm-badge__label {
  font-size: 9.5px;
  font-weight: 700;
  color: #46586a;
  text-align: center;
}

.tm-about__contact {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 14px;
  border-top: 1px solid #cfe3ee;
  font-size: 11px;
  line-height: 1.9;
}

.tm-about__contact a {
  font-weight: 700;
  color: #0088c9;
}

.tm-about__copy {
  margin-top: 4px;
  color: #9aa8b5;
}

/* ---------- سربرگ صفحات اپ ---------- */
.tm-page-head {
  padding: 18px 20px 12px;
}

.tm-page-head--sticky {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #f7fbfd;
}

.tm-page-head__title {
  font-size: 19px;
  font-weight: 900;
  color: #223142;
}

.tm-page-head__sub {
  margin-top: 3px;
  font-size: 12.5px;
  color: #7a8a99;
}

/* ---------- فهرست خدمات (اپ) ---------- */
.tm-service-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 6px 10px 20px;
}

.tm-service {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 16px;
  border: 1px solid #e3edf4;
  border-radius: 16px;
  background: #ffffff;
  text-align: right;
  cursor: pointer;
  transition: transform 0.38s cubic-bezier(.34, 1.4, .64, 1), box-shadow 0.38s ease, border-color 0.38s ease;
}
.tm-service:hover {
  transform: translateY(-4px);
  border-color: #bfe6f8;
  box-shadow: 0 16px 30px -14px rgba(26, 130, 201, 0.4);
}
.tm-service:active {
  transform: translateY(-1px) scale(0.97);
  box-shadow: 0 6px 14px -8px rgba(26, 130, 201, 0.3);
  transition-duration: 0.15s;
}
.tm-service__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  width: 75px;
  height: 75px;
  border-radius: 20px;
  background: #eaf7fd;
  font-size: 34px;
  color: #00aeef;
  transition: transform 0.42s cubic-bezier(.34, 1.56, .64, 1);
}
.tm-service:hover .tm-service__icon {
  transform: scale(1.1) rotate(-5deg);
}
.tm-service:active .tm-service__icon {
  transform: scale(0.95) rotate(0deg);
  transition-duration: 0.15s;
}

.tm-service__icon .tm-slot {
  width: 90px;
  height: 90px;
}
.tm-service__body {
  flex: 1;
  min-width: 0;
}

/* ---------- اسکلت لودینگ کوتاه صفحه‌ی خدمات ---------- */
.tm-service-list--skeleton {
  display: none;
}
.tm-service-list--skeleton.is-visible {
  display: flex;
}
.tm-service--skeleton {
  cursor: default;
  pointer-events: none;
}
.tm-sk-block {
  display: block;
  border-radius: 8px;
  background: linear-gradient(90deg, #eef1f3 25%, #f8f9fa 37%, #eef1f3 63%);
  background-size: 400% 100%;
  animation: tmSkShimmer 1.4s ease infinite;
}
@keyframes tmSkShimmer {
  0% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.tm-sk-service__icon {
  flex-shrink: 0;
  width: 75px;
  height: 75px;
  border-radius: 20px;
}
.tm-sk-line {
  border-radius: 6px;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sk-block {
    animation: none;
  }
}

.tm-service__name {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: #223142;
  transition: color 0.38s ease;
}
.tm-service:hover .tm-service__name {
  color: #0a82c9;
}

.tm-service__desc {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.8;
  color: #7a8a99;
}

.tm-service__price {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #5b6b7b;
}

.tm-service__price b {
  color: #00a3d9;
}

.tm-service__chevron {
  font-size: 16px;
  color: #b9c6d2;
}

/* ---------- فهرست متخصصان (اپ) ---------- */
/* ===========================================================
   صفحه‌ی متخصصان — طراحیِ کارتیِ جدید (پالتِ برندِ تمیزک: #00aeef)
   =========================================================== */
.tm-screen--pros {
  position: relative;
  overflow-x: hidden;
  background: #f2f7fa;
}

.tm-pros-glow {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 250px;
  background: linear-gradient(180deg, #e5f6fd 0%, #f2f7fa 100%);
  pointer-events: none;
}

.tm-pros-blob {
  position: absolute;
  top: -70px;
  left: -60px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(0, 174, 239, 0.1);
  pointer-events: none;
}

.tm-pros-head {
  position: relative;
  padding: 18px 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.tm-pros-backbtn {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 2;
  transform: scaleX(-1);
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background: #fff;
  border: none;
  align-items: center;
  justify-content: center;
  color: #223142;
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
}

.tm-pros-head__badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 20px;
  background: rgba(0, 174, 239, 0.1);
  font-size: 10.5px;
  font-weight: 700;
  color: #00aeef;
  letter-spacing: 0.2px;
  margin-bottom: 2px;
}

.tm-pros-head .tm-page-head__title {
  font-size: 25px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.4px;
  color: #0f1c26;
}

.tm-pros-head .tm-page-head__sub {
  font-size: 12.5px;
  line-height: 1.5;
  color: #6d8090;
  margin-bottom: 6px;
}

.tm-pros-search {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 17px;
  box-shadow: 0 4px 14px rgba(13, 30, 44, 0.06);
}

.tm-pros-search__input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font: 500 13.5px inherit;
  font-family: inherit;
  color: #0f1c26;
  min-width: 0;
}

.tm-pros-search__input::placeholder {
  color: #93a7b5;
}

.tm-pros-chips {
  position: relative;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 20px 14px;
  scrollbar-width: none;
  width: 100%;
  box-sizing: border-box;
}

.tm-pros-chips::-webkit-scrollbar {
  display: none;
}

.tm-pros-chip {
  flex: none;
  border: 0;
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 15px;
  font: 700 12.5px inherit;
  font-family: inherit;
  background: #ffffff;
  color: #5f7383;
  box-shadow: 0 2px 8px rgba(13, 30, 44, 0.05);
}

.tm-pros-chip.is-active {
  background: #0f1c26;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 28, 38, 0.22);
}

.tm-pros-listbar {
  position: relative;
  padding: 4px 24px 10px;
}

.tm-pros-listbar__count {
  font-size: 12.5px;
  font-weight: 700;
  color: #0f1c26;
}

.tm-pro-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 2px 20px 20px;
}

.tm-pro-row {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  padding: 15px;
  border: 0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(13, 30, 44, 0.06);
  text-align: right;
  cursor: pointer;
}

.tm-pro-row[hidden] {
  display: none;
}

.tm-pro-row__avatar-wrap {
  position: relative;
  flex-shrink: 0;
}

.tm-pro-row__avatar {
  display: block;
  overflow: hidden;
  width: 56px;
  height: 56px;
  border-radius: 19px;
  background: repeating-linear-gradient(135deg, #eff5f9 0 7px, #e6eef5 7px 14px);
}

.tm-pro-row__dot {
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #2ec38a;
  border: 2.5px solid #ffffff;
}

.tm-pro-row__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tm-pro-row__name {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 700;
  color: #0f1c26;
}

.tm-pro-row__meta {
  font-size: 12.5px;
  font-weight: 400;
  color: #6d8090;
}

.tm-pro-row__stats {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1px;
}

.tm-pro-row__stat-strong {
  font-size: 12px;
  font-weight: 700;
  color: #f0a92a;
}

.tm-pro-row__stat-strong b {
  color: #0f1c26;
}

.tm-pro-row__stat {
  font-size: 12px;
  font-weight: 500;
  color: #7e909f;
}

.tm-pro-row__sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #cdd9e1;
}

.tm-pro-row__end {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  flex: none;
}

.tm-pro-row__chevron {
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  color: #c6d3dc;
}

.tm-pro-row__price {
  font-size: 12.5px;
  font-weight: 700;
  color: #0f1c26;
}

.tm-pros-empty {
  padding: 30px 4px;
  text-align: center;
  font-size: 12.5px;
  color: #6d8090;
}

/* ---------- پنجره جزئیات متخصص ---------- */
.tm-sheet {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: flex-end;
}

.tm-sheet[hidden] {
  display: none;
}

.tm-sheet__backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  border: none;
  background: rgba(34, 49, 66, 0.45);
  cursor: pointer;
}

.tm-sheet__panel {
  position: relative;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 20px 20px 0px;
  border-radius: 24px 24px 0 0;
  background: #ffffff;
}

.tm-sheet__grip {
  width: 42px;
  height: 4px;
  margin: 0 auto 18px;
  border-radius: 4px;
  background: #dbe7ef;
}

.tm-sheet__head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tm-sheet__avatar {
  display: block;
  flex-shrink: 0;
  overflow: hidden;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #eaf7fd;
}

.tm-sheet__info {
  flex: 1;
  min-width: 0;
}

.tm-sheet__name {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 16.5px;
  font-weight: 900;
  color: #223142;
}

.tm-verified-badge {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}

.tm-sheet__role {
  margin-top: 3px;
  font-size: 12.5px;
  color: #7a8a99;
}

.tm-sheet__rating {
  margin-top: 5px;
  font-size: 12.5px;
  color: #5b6b7b;
}

.tm-sheet__rating b {
  color: #f5b301;
}

.tm-sheet__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 18px 0;
}

.tm-sheet__stat {
  padding: 11px 6px;
  border-radius: 12px;
  background: #f7fbfd;
  text-align: center;
}

.tm-sheet__stat-value {
  font-size: 13px;
  font-weight: 900;
  color: #00a3d9;
}

.tm-sheet__stat-label {
  font-size: 10.5px;
  color: #7a8a99;
}

.tm-sheet__cta {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 13px;
  background: #00aeef;
  box-shadow: 0 8px 20px rgba(0, 174, 239, 0.32);
  font-size: 14.5px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}

.tm-sheet__close {
  width: 100%;
  margin-top: 8px;
  padding: 11px;
  border: none;
  border-radius: 13px;
  background: none;
  font-size: 13px;
  font-weight: 700;
  color: #7a8a99;
  cursor: pointer;
}

/* آواتارِ قابل‌کلیکِ داخلِ شیت: نشونه‌ی ظریف که «قابلِ بزرگ‌نمایی»ه */
.tm-sheet__avatar--zoomable {
  padding: 0;
  border: none;
  cursor: zoom-in;
  -webkit-tap-highlight-color: transparent;
}

/* ---------- لایت‌باکسِ بزرگ‌نماییِ عکسِ متخصص ---------- */
.tm-photo-zoom {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: none;
}

.tm-photo-zoom[hidden] {
  display: none;
}

.tm-photo-zoom.is-closing .tm-photo-zoom__backdrop {
  animation-name: tm-photo-zoom-fade-out;
}

.tm-photo-zoom.is-closing .tm-photo-zoom__stage,
.tm-photo-zoom.is-closing .tm-photo-zoom__close {
  animation-name: tm-photo-zoom-pop-out;
}

.tm-photo-zoom__backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  border: none;
  background: rgba(20, 28, 38, 0.86);
  cursor: pointer;
  animation: tm-photo-zoom-fade 0.22s ease both;
}

.tm-photo-zoom__stage {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  animation: tm-photo-zoom-pop 0.28s cubic-bezier(0.2, 0.8, 0.3, 1.15) both;
}

.tm-photo-zoom__frame {
  position: relative;
  display: block;
  width: 208px;
  height: 208px;
  border-radius: 50%;
  padding: 5px;
  background: #00aeef;
  box-shadow: 0 0 0 6px rgba(0, 174, 239, 0.22), 0 20px 50px rgba(0, 0, 0, 0.4);
}

.tm-photo-zoom__skeleton {
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: linear-gradient(100deg, #dfe8ee 30%, #eef4f8 50%, #dfe8ee 70%);
  background-size: 200% 100%;
  animation: tm-photo-zoom-shimmer 1.1s ease-in-out infinite;
}

.tm-photo-zoom__skeleton[hidden] {
  display: none;
}

.tm-photo-zoom__img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #ffffff;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.tm-photo-zoom__img.is-loaded {
  opacity: 1;
}

.tm-photo-zoom__name {
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
}

.tm-photo-zoom__name:empty {
  display: none;
}

.tm-photo-zoom__role {
  margin-top: -6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}

.tm-photo-zoom__role:empty {
  display: none;
}

.tm-photo-zoom__badge {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}

.tm-photo-zoom__badge-rating b {
  color: #f5b301;
  font-weight: 900;
}

.tm-photo-zoom__badge-sep {
  color: rgba(255, 255, 255, 0.4);
}

.tm-photo-zoom__close {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  cursor: pointer;
  animation: tm-photo-zoom-fade 0.22s ease both;
}

@keyframes tm-photo-zoom-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes tm-photo-zoom-fade-out {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes tm-photo-zoom-pop {
  from {
    opacity: 0;
    transform: scale(0.55);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes tm-photo-zoom-pop-out {
  from {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  to {
    opacity: 0;
    transform: scale(0.85) translateY(30px);
  }
}

@keyframes tm-photo-zoom-shimmer {
  from { background-position: 200% 0; }
  to { background-position: -200% 0; }
}

/* ---------- پشتیبانی (اپ) ---------- */
/* ===========================================================
   صفحه‌ی پشتیبانی: پالت اختصاصی (سبز آرام) — جدا از آبی برند،
   فقط برای این صفحه، تا حس متمایز و «قابل‌اعتماد»تری بدهد.
   =========================================================== */
.tm-screen--support {
  background: #f6faf7;
}

/* ---------- دکمه‌ی برجسته‌ی تماس فوری ---------- */
.tm-support-cta-wrap {
  padding: 4px 20px 18px;
}

.tm-support-cta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1fb37e 0%, #0e8a5f 55%, #0b7350 100%);
  box-shadow: 0 10px 26px rgba(14, 138, 95, 0.32);
  color: #ffffff;
  overflow: hidden;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.tm-support-cta.is-closed {
  background: linear-gradient(135deg, #e05b5b 0%, #b73f3f 55%, #973232 100%);
  box-shadow: 0 10px 26px rgba(183, 63, 63, 0.32);
}

.tm-support-cta__pulse {
  position: absolute;
  top: -30%;
  left: -10%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.tm-support-cta__icon {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.tm-support-cta__text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.tm-support-cta__title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 800;
}

.tm-support-cta__status {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.85);
}

.tm-support-cta__holiday {
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.6);
}

.tm-support-cta__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7bffb0;
  box-shadow: 0 0 0 0 rgba(123, 255, 176, 0.6);
  animation: tm-support-dot-pulse 1.8s ease-out infinite;
  flex-shrink: 0;
}

.tm-support-cta__dot.is-closed {
  background: #ff8a8a;
  box-shadow: none;
  animation: none;
}

.tm-support-cta__status.is-closed {
  color: #ffd9d9;
}

@keyframes tm-support-dot-pulse {
  0% { box-shadow: 0 0 0 0 rgba(123, 255, 176, 0.55); }
  70% { box-shadow: 0 0 0 7px rgba(123, 255, 176, 0); }
  100% { box-shadow: 0 0 0 0 rgba(123, 255, 176, 0); }
}

.tm-phones {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
  padding: 0 20px;
}

.tm-phone-card {
  position: relative;
  display: block;
  padding: 10px 8px;
  border: 1px solid #cdeaf7;
  border-radius: 13px;
  background: #ffffff;
  color: #223142;
  text-align: center;
}

.tm-phone-card__badge {
  position: absolute;
  top: 5px;
  left: 6px;
  padding: 2px 6px;
  border-radius: 999px;
  background: #eaf5fb;
  font-size: 9px;
  font-weight: 700;
  color: #0a93cf;
}

.tm-phone-card__icon {
  margin-bottom: 3px;
  font-size: 15px;
  color: #0a93cf;
}

.tm-phone-card__number {
  font-size: 11.5px;
  font-weight: 700;
}

/* ---------- دکمه‌های پیام‌رسان (بله/روبیکا) کنار CTA ---------- */
.tm-support-messengers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 16px;
}

.tm-support-messenger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 10px;
  border: 1px solid #dceee3;
  border-radius: 12px;
  background: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
  color: #223142;
}

.tm-support-messenger img {
  display: block;
  border-radius: 5px;
}

/* ---------- باکس اعتمادسازی: درباره‌ی تمیزک ---------- */
.tm-about-trust {
	margin: 16px 20px 8px;
	padding: 16px 14px;
	border-radius: 18px;
	background: linear-gradient(160deg, #eefaf3 0%, #f4faf6 100%);
	border: 1px solid #dceee3;
	text-align: right;
}
.tm-about-trust__head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.tm-about-trust__badge {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 11px rgba(21, 154, 107, 0.2);
}
.tm-about-trust__badge img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.tm-about-trust__head-text {
	min-width: 0;
}
.tm-about-trust__title {
	font-size: 13.5px;
	font-weight: 800;
	color: #16324a;
}
.tm-about-trust__text {
	font-size: 12px;
	line-height: 1.95;
	color: #4c6577;
	margin: 0;
	text-align: right;
}
.tm-about-trust__text--soft {
	color: #5d7686;
	margin-bottom: 14px;
}
.tm-about-trust__badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-bottom: 16px;
}
.tm-about-trust__pill {
	font-size: 11px;
	font-weight: 700;
	color: #0a7a4d;
	background: #e6f6ed;
	padding: 6px 12px;
	border-radius: 20px;
	white-space: nowrap;
}
.tm-about-trust__signature {
	font-size: 11px;
	font-weight: 700;
	color: #0a93cf;
	line-height: 1.6;
	margin-top: 1px;
}

.tm-faq-title {
  padding: 0 20px 8px;
  font-size: 15px;
  font-weight: 900;
  color: #223142;
}

/* ---------- سرچ‌باکس سوالات ---------- */
.tm-faq-search {
  position: relative;
  margin: 0 20px 12px;
}

.tm-faq-search__icon {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  color: #8fa89b;
  pointer-events: none;
}

.tm-faq-search__input {
  width: 100%;
  padding: 11px 40px 11px 14px;
  border: 1px solid #dceee3;
  border-radius: 13px;
  background: #ffffff;
  font-family: inherit;
  font-size: 12.5px;
  color: #223142;
}

.tm-faq-search__input:focus {
  outline: none;
  border-color: #159a6b;
}

.tm-faq-search__input::placeholder {
  color: #9fb3a8;
}

/* ---------- تب‌های دسته‌بندی سوالات ---------- */
.tm-faq-tabs {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 0 20px 14px;
  scrollbar-width: none;
  min-width: 0;
  max-width: 100%;
}

.tm-faq-tabs::-webkit-scrollbar {
  display: none;
}

.tm-faq-tab {
  flex-shrink: 0;
  padding: 7px 14px;
  border: 1px solid #dceee3;
  border-radius: 999px;
  background: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
  color: #5b6b7b;
  white-space: nowrap;
  cursor: pointer;
}

.tm-faq-tab.is-active {
  border-color: #159a6b;
  background: #159a6b;
  color: #ffffff;
}

.tm-faqs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 20px 20px;
}

.tm-faq {
  overflow: hidden;
  border: 1px solid #dceee3;
  border-radius: 13px;
  background: #ffffff;
}

.tm-faq[hidden] {
  display: none;
}

.tm-faq-empty {
  padding: 20px 4px;
  font-size: 12px;
  color: #6a8577;
  text-align: center;
}

.tm-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 13px 15px;
  border: none;
  background: none;
  font-size: 12.5px;
  font-weight: 700;
  color: #223142;
  text-align: right;
  cursor: pointer;
}

.tm-faq__mark {
  font-size: 16px;
  font-weight: 400;
  color: #159a6b;
}

.tm-faq__answer {
  display: none;
  padding: 0 15px 14px;
  font-size: 12px;
  line-height: 2;
  color: #5b6b7b;
}

.tm-faq.is-open .tm-faq__answer {
  display: block;
}

.tm-join-wrap {
  padding: 0 20px 24px;
}

.tm-join {
  padding: 18px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #159a6b 0%, #0d7a54 100%);
  color: #ffffff;
}

.tm-join__title {
  margin-bottom: 5px;
  font-size: 14.5px;
  font-weight: 900;
}

.tm-join__desc {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.85);
}

.tm-join__button {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 10px;
  background: #ffffff;
  font-size: 12.5px;
  font-weight: 700;
  color: #0088c9;
}

.tm-join__button:hover {
  background: #eaf7fd;
  color: #0088c9;
}

/* ---------- فرم سفارش (اپ) ---------- */
.tm-order {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 20px 20px;
}

.tm-order[hidden] {
  display: none;
}

.tm-order-done {
  margin: 30px 20px;
  padding: 34px 22px;
  border: 1px solid #e3edf4;
  border-radius: 20px;
  background: #ffffff;
  text-align: center;
}

.tm-order-done[hidden] {
  display: none;
}

.tm-order-done__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #e5f7ee;
  font-size: 30px;
  color: #1eab6b;
}

.tm-order-done__title {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 900;
  color: #223142;
}

.tm-order-done__text {
  font-size: 13px;
  line-height: 2;
  color: #7a8a99;
}

.tm-order-done__button {
  margin-top: 18px;
  padding: 11px 26px;
  border: none;
  border-radius: 12px;
  background: #00aeef;
  font-size: 13.5px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}

.tm-card {
  padding: 16px;
  border: 1px solid #e3edf4;
  border-radius: 16px;
  background: #ffffff;
}

.tm-card__title {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #223142;
}

.tm-map {
  position: relative;
  overflow: hidden;
  height: 92px;
  margin-bottom: 10px;
  border-radius: 13px;
  background: #eaf0f4;
}

.tm-map__pin {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50% 50% 50% 2px;
  background: #e05a6f;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  transform: translate(50%, -100%);
  pointer-events: none;
}

.tm-choices {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tm-choice {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 11px 13px;
  border: 1.5px solid #dbe7ef;
  border-radius: 12px;
  background: #fbfdfe;
  text-align: right;
  cursor: pointer;
}

.tm-choice.is-active {
  border-color: #00aeef;
  background: #eaf7fd;
}

.tm-choice__glyph {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: #ffffff;
  font-size: 14px;
  color: #00aeef;
}

.tm-choice__body {
  flex: 1;
  min-width: 0;
}

.tm-choice__label {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  color: #223142;
}

.tm-choice__detail {
  display: block;
  margin-top: 2px;
  overflow: hidden;
  font-size: 11px;
  color: #7a8a99;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tm-choice__check {
  font-size: 13px;
  font-weight: 900;
  color: #0088c9;
  visibility: hidden;
}

.tm-choice.is-active .tm-choice__check {
  visibility: visible;
}

.tm-add-address {
  width: 100%;
  padding: 10px;
  border: 1.5px dashed #bfd8e6;
  border-radius: 12px;
  background: none;
  font-size: 12.5px;
  font-weight: 700;
  color: #00a3d9;
  cursor: pointer;
}

.tm-grid {
  display: grid;
  gap: 8px;
}

.tm-grid--2 {
  grid-template-columns: 1fr 1fr;
}

.tm-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.tm-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.tm-chip {
  padding: 10px 8px;
  border: 1.5px solid #dbe7ef;
  border-radius: 11px;
  background: #fbfdfe;
  font-size: 12.5px;
  font-weight: 700;
  color: #5b6b7b;
  cursor: pointer;
}

.tm-chip.is-active {
  border-color: #00aeef;
  background: #eaf7fd;
  color: #0088c9;
}

.tm-chip--sm {
  padding: 9px 4px;
  font-size: 11.5px;
}

.tm-days {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 62px;
  gap: 8px;
  overflow-x: auto;
  margin-bottom: 10px;
  padding-bottom: 4px;
}

.tm-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 9px 4px;
  border: 1.5px solid #dbe7ef;
  border-radius: 12px;
  background: #fbfdfe;
  cursor: pointer;
}

.tm-day.is-active {
  border-color: #00aeef;
  background: #eaf7fd;
}

.tm-day__name {
  font-size: 10.5px;
  color: #5b6b7b;
}

.tm-day__date {
  font-size: 14px;
  font-weight: 900;
  color: #5b6b7b;
}

.tm-day.is-active .tm-day__name,
.tm-day.is-active .tm-day__date {
  color: #0088c9;
}

.tm-promo {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.tm-promo__input {
  flex: 1;
  min-width: 0;
  padding: 11px 13px;
  border: 1.5px solid #dbe7ef;
  border-radius: 12px;
  background: #fbfdfe;
  font-size: 12.5px;
  color: #2b3a4a;
}

.tm-promo__button {
  padding: 11px 18px;
  border: none;
  border-radius: 12px;
  background: #eaf7fd;
  font-size: 12.5px;
  font-weight: 700;
  color: #0088c9;
  cursor: pointer;
}

.tm-promo__message {
  margin-top: 8px;
  font-size: 11.5px;
  font-weight: 700;
  color: #e05a6f;
}

.tm-promo__message.is-ok {
  color: #1eab6b;
}

.tm-promo__message[hidden] {
  display: none;
}

.tm-estimate {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 15px 18px;
  border: 1px dashed #8ed6f5;
  border-radius: 16px;
  background: #eaf7fd;
}

.tm-estimate__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tm-estimate__row[hidden] {
  display: none;
}

.tm-estimate__row--discount {
  padding-top: 8px;
  border-top: 1px dashed #b6e3f6;
}

.tm-estimate__label {
  font-size: 12.5px;
  color: #5b6b7b;
}

.tm-estimate__label--discount {
  font-size: 12px;
  font-weight: 700;
  color: #1eab6b;
}

.tm-estimate__value {
  font-size: 16px;
  font-weight: 900;
  color: #00a3d9;
}

.tm-estimate__value--discount {
  font-size: 15px;
  color: #1eab6b;
}

.tm-order__submit {
  padding: 15px;
  border: none;
  border-radius: 14px;
  background: #00aeef;
  box-shadow: 0 8px 22px rgba(0, 174, 239, 0.35);
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}

.tm-order__note {
  font-size: 11.5px;
  color: #9aa8b5;
  text-align: center;
}

/* ---------- نوار تب پایین (بازطراحیِ ۳a) ---------- */
.tm-tabbar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  max-width: 430px;
  margin: 0 auto;
  border-radius: 22px 22px 0 0;
  background: #ffffff;
  box-shadow: 0 -1px 0 #e7eef4, 0 -10px 30px rgba(19, 86, 140, 0.10);
  padding: 0 6px calc(6px + env(safe-area-inset-bottom));
}

/* شکافِ نرمِ پشتِ دکمه‌ی مرکزی + دو گوشه‌ی قوسی که آن را به لبه‌ی صافِ نوار وصل می‌کنند */
.tm-tabbar__notch {
  position: absolute;
  top: -14px;
  right: 50%;
  transform: translateX(50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f7fbfd;
  pointer-events: none;
}
.tm-tabbar__notch-fillet {
  position: absolute;
  top: 7px;
  width: 18px;
  height: 18px;
}
.tm-tabbar__notch-fillet--right {
  right: calc(50% + 44px);
  background: radial-gradient(circle at 0% 100%, #fff 0 18px, transparent 18px);
}
.tm-tabbar__notch-fillet--left {
  left: calc(50% + 44px);
  background: radial-gradient(circle at 100% 100%, #fff 0 18px, transparent 18px);
}

/* دکمه‌ی مرکزیِ شناور: سفارش آنلاین */
.tm-tabbar__fab {
  position: absolute;
  top: -5px;
  right: 50%;
  transform: translateX(50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(160deg, #43b6f5, #1a82c9);
  box-shadow: 0 7px 10px rgba(26, 130, 201, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: transform 0.16s cubic-bezier(.3, 1.4, .5, 1), box-shadow 0.16s ease;
}
.tm-tabbar__fab:hover {
  transform: translateX(50%) translateY(-2px);
  box-shadow: 0 16px 30px rgba(26, 130, 201, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.tm-tabbar__fab:active {
  transform: translateX(50%) scale(0.9);
  box-shadow: 0 6px 12px rgba(26, 130, 201, 0.35);
}

/* حالتِ «آماده‌ی انتخاب» وقتی کاربر تویِ صفحه‌ی خدماته */
.tm-tabbar__fab.is-services-context::after {
  content: '+';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1cc26b;
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* شبکه‌ی ۵ستونه */
.tm-tabbar__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding-top: 6px;
}

/* نشانگرِ متحرکِ تبِ فعال */
.tm-tabbar__indicator {
  position: absolute;
  top: 8px;
  right: 0;
  width: 20%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  transition: transform 0.34s cubic-bezier(.4, 1.3, .4, 1), opacity 0.2s ease;
  opacity: 1;
}
.tm-tabbar__indicator::after {
  content: '';
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #43b6f5, #1a82c9);
}
/* موقعیتِ نشانگر بر اساسِ تبِ فعال (اندیس از راست، چون صفحه RTL است) */
.tm-tabbar__grid[data-active-index="1"] .tm-tabbar__indicator { transform: translateX(-100%); }
.tm-tabbar__grid[data-active-index="3"] .tm-tabbar__indicator { transform: translateX(-300%); }
.tm-tabbar__grid[data-active-index="4"] .tm-tabbar__indicator { transform: translateX(-400%); }
.tm-tabbar__grid[data-active-index="2"] .tm-tabbar__indicator,
.tm-tabbar__grid[data-active-index="none"] .tm-tabbar__indicator {
  opacity: 0;
}

.tm-tab {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-height: 48px;
  border: none;
  background: none;
  font-family: inherit;
  cursor: pointer;
  transition: transform 0.14s ease;
}
.tm-tab:active {
  transform: scale(0.92);
}
.tm-tab__indicator-slot {
  width: 26px;
  height: 3px;
}
.tm-tab__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 34px;
  border-radius: 16px;
  background: transparent;
  color: #93a3af;
  transition: background 0.25s ease, color 0.25s ease;
}
.tm-tab__label {
  font-size: 11.5px;
  font-weight: 400;
  color: #93a3af;
  white-space: nowrap;
  transition: color 0.25s ease;
}
.tm-tab.is-active .tm-tab__icon {
  background: #e9f4fd;
  color: #1a82c9;
}
.tm-tab.is-active .tm-tab__label {
  color: #1a82c9;
  font-weight: 700;
}
.tm-tab__dot {
  position: absolute;
  top: 3px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f05a5a;
  border: 2px solid #fff;
}

/* ستونِ میانی: فقط برچسبِ «سفارش آنلاین»، هم‌تراز با بقیه‌ی برچسب‌ها */
.tm-tab--order {
  justify-content: flex-start;
  padding-top: 52px;
  min-height: auto;
}
.tm-tab--order .tm-tab__label {
  font-size: 11.5px;
  letter-spacing: -0.2px;
  color: #93a3af;
}
.tm-tabbar__grid[data-active-index="2"] .tm-tab--order .tm-tab__label {
  color: #1a82c9;
  font-weight: 700;
}


/* =========================================================================
   نسخه وب (دسکتاپ)
   ========================================================================= */
.tw-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #e8eef3;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
}

.tw-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
}

.tw-header__start {
  display: flex;
  align-items: center;
  gap: 34px;
}

.tw-nav {
  display: flex;
  align-items: center;
}

.tw-nav__list {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tw-nav__list li {
  list-style: none;
}

.tw-nav__link {
  font-size: 14px;
  font-weight: 700;
  color: #46586a;
}

.tw-nav__link:hover {
  color: #00aeef;
}

.tw-header__end {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tw-phone {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 20px 11px 12px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1a9e6f 0%, #0d7a52 100%);
  box-shadow: 0 6px 16px rgba(13, 122, 82, 0.25);
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  border: none;
  font-family: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.tw-phone:hover {
  background: linear-gradient(135deg, #189163 0%, #0b6d49 100%);
  box-shadow: 0 8px 18px rgba(13, 122, 82, 0.32);
}

.tw-phone:active {
  transform: scale(0.97);
}

.tw-phone__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  font-size: 12.5px;
  color: #ffffff;
}

.tw-cta {
  display: inline-block;
  padding: 11px 22px;
  border-radius: 12px;
  background: #00aeef;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.tw-cta:hover {
  background: #0088c9;
  color: #ffffff;
}

/* ---------- هیرو (وب) ---------- */
.tw-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, #17c1f0 0%, #0a93cf 52%, #0a6ea8 100%);
}

.tw-hero__blob {
  position: absolute;
  top: -140px;
  left: -90px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.tw-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center;
  gap: 44px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 24px 50px;
}

.tw-hero__text {
  min-width: 0;
}

.tw-hero__title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.75;
  color: #ffffff;
}

.tw-hero__title--row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.tw-hero__word {
  min-width: 170px;
  padding: 2px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  text-align: center;
  transition: opacity 0.4s;
}

.tw-hero__badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 20px;
}

.tw-hero__badge {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.92);
}

.tw-hero__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  font-size: 11px;
  font-weight: 900;
}

.tw-hero__art {
  position: relative;
  min-width: 0;
  height: 320px;
}

.tw-hero__art-circle {
  position: absolute;
  top: -8%;
  left: -6%;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.tw-hero__art-ring {
  position: absolute;
  top: 6%;
  left: 4%;
  width: 90px;
  height: 90px;
  border: 1.5px dashed rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  pointer-events: none;
}

.tw-hero__art-plate {
  position: absolute;
  inset: 6% 8% 12% 4%;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1px);
  pointer-events: none;
}

.tw-hero__art-shadow {
  position: absolute;
  right: 10%;
  bottom: -12px;
  width: 60%;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 20, 35, 0.25);
  filter: blur(14px);
  pointer-events: none;
}

.tw-hero__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.tw-hero__rating {
  position: absolute;
  bottom: 8%;
  left: 2%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(10, 60, 90, 0.16);
}

.tw-hero__rating-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eaf7fd;
  font-size: 14px;
  color: #f5b301;
}

.tw-hero__rating-value {
  display: block;
  font-size: 12.5px;
  font-weight: 900;
  color: #223142;
}

.tw-hero__rating-label {
  display: block;
  margin-top: 1px;
  font-size: 10px;
  font-weight: 700;
  color: #9aa8b5;
}

/* ---------- بخش‌های وب ---------- */
.tw-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 54px 24px 0;
}

.tw-section--seasonal {
  padding-top: 34px;
}

.tw-section--tariff {
  padding-top: 40px;
}

.tw-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 26px;
}

.tw-head--tight {
  margin-bottom: 24px;
}

.tw-head--stack {
  display: block;
  margin-bottom: 24px;
}

.tw-eyebrow {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  background: #eaf7fd;
  font-size: 11.5px;
  font-weight: 800;
  color: #0a93cf;
}

.tw-title {
  margin-top: 10px;
  font-size: 21px;
  font-weight: 900;
  color: #223142;
}

.tw-more {
  padding: 9px 18px;
  border-radius: 20px;
  background: #eaf7fd;
  font-size: 14px;
  font-weight: 700;
  color: #0a93cf;
}

.tw-more:hover {
  background: #d9f0fa;
  color: #0a93cf;
}

.tw-head__note {
  font-size: 14px;
  color: #7a8a99;
}

.tw-head__note--muted {
  color: #9aa8b5;
}

/* ---------- گرید خدمات (وب) ---------- */
.tw-tiles {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 18px;
}

.tw-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  color: #46586a;
}

.tw-tile:hover {
  color: #00aeef;
}

.tw-tile__hot {
  position: absolute;
  top: -4px;
  left: 10px;
  z-index: 2;
  padding: 3px 9px;
  border-radius: 20px;
  background: #e05a6f;
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
}

.tw-tile__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  max-width: 96px;
  aspect-ratio: 1 / 1;
  border-radius: 28px;
}

.tw-tile__icon-inner {
  position: absolute;
  inset: 16px;
  display: block;
}

.tw-tile__name {
  font-size: 13.5px;
  font-weight: 700;
  text-align: center;
}

/* ---------- بنر خانه‌تکانی (وب) ---------- */
.tw-seasonal {
  position: relative;
  display: block;
  overflow: hidden;
  height: 180px;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(10, 52, 74, 0.14);
}

.tw-seasonal__media {
  position: absolute;
  inset: 0;
  display: block;
}

.tw-seasonal__body {
  position: absolute;
  top: 0;
  right: 38px;
  bottom: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.tw-seasonal__eyebrow {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 20px;
  background: #7fd6f5;
  font-size: 11.5px;
  font-weight: 800;
  color: #0a3e5c;
}

.tw-seasonal__title {
  display: block;
  width: fit-content;
  margin-top: 10px;
  padding: 8px 18px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.28);
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
}

.tw-seasonal__note {
  display: block;
  width: fit-content;
  margin-top: 8px;
  padding: 5px 14px;
  border-radius: 20px;
  background: #1eab6b;
  font-size: 12.5px;
  font-weight: 700;
  color: #ffffff;
}

/* ---------- تعرفه (وب) ---------- */
.tw-tariff__shadow {
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(34, 49, 66, 0.08);
}

.tw-tariff__card {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  overflow: visible;
  border-radius: 22px;
  background: #eef1f3;
}

.tw-tariff__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 36px 64px;
  border-radius: 22px 0 0 22px;
}

.tw-tariff__title {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.6;
  color: #223142;
}

.tw-tariff__desc {
  max-width: 480px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 2;
  color: #5f7180;
}

.tw-tariff__stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 18px;
}

.tw-tariff__stat {
  font-size: 13.5px;
  font-weight: 700;
  color: #5f7180;
}

.tw-tariff__stat--rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 800;
  color: #223142;
}

.tw-tariff__star {
  color: #f5b301;
}

.tw-tariff__stat-note {
  font-weight: 600;
  color: #8fa0ac;
}

.tw-tariff__actions {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.tw-tariff__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 14px 34px;
  border-radius: 12px;
  background: #1eab6b;
  font-size: 15px;
  font-weight: 900;
  color: #ffffff;
}

.tw-tariff__cta:hover {
  background: #189a5e;
  color: #ffffff;
}

.tw-coupon {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 12px;
  background: #fff4e0;
}

.tw-coupon:hover {
  background: #fdecc9;
}

.tw-coupon__percent {
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 17px;
  font-weight: 900;
  color: #a86a10;
}

.tw-coupon__cut {
  position: relative;
  width: 1px;
  margin: 8px 0;
  border-right: 1.5px dashed #e0b979;
}

.tw-coupon__notch {
  position: absolute;
  left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #eef1f3;
}

.tw-coupon__notch--top {
  top: -13px;
}

.tw-coupon__notch--bottom {
  bottom: -13px;
}

.tw-coupon__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 16px;
  font-size: 11.5px;
  font-weight: 800;
  color: #b98938;
}

.tw-tariff__media {
  position: relative;
  overflow: hidden;
  border-radius: 0 22px 22px 0;
}

.tw-tariff__media .tm-slot {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.tw-prices {
  position: relative;
  display: grid;
  margin: -28px 28px 0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(34, 49, 66, 0.12);
}

.tw-prices__tag {
  position: absolute;
  top: -13px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11.5px;
  font-weight: 800;
}

.tw-prices__tag--normal {
  right: 22px;
  background: #eef1f3;
  color: #46586a;
}

.tw-prices__tag--vip {
  left: 22px;
  background: #fff4e0;
  color: #a86a10;
}

.tw-prices__col {
  padding: 26px 18px 20px;
  border-left: 1px solid #eef1f3;
}

.tw-prices__col--vip {
  border-left: none;
  border-radius: 0 18px 18px 0;
  background: #fdf9f0;
}

.tw-prices__hours {
  display: block;
  font-size: 13px;
  font-weight: 900;
  color: #223142;
}

.tw-prices__hours-vip {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 8px;
  background: #fff4e0;
  font-size: 11.5px;
  font-weight: 900;
  color: #a86a10;
}

.tw-prices__item {
  margin-top: 16px;
}

.tw-prices__item + .tw-prices__item {
  margin-top: 12px;
}

.tw-prices__label {
  display: block;
  font-size: 12px;
  color: #7a8a99;
}

.tw-prices__label--vip {
  color: #8a6a2f;
}

.tw-prices__value {
  display: block;
  margin-top: 2px;
  font-size: 15px;
  font-weight: 900;
  color: #223142;
}

.tw-prices__guarantee {
  margin-top: 12px;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.7;
  color: #146c48;
}

.tw-tariff__spacer {
  height: 20px;
}

/* ---------- متخصصان (وب) ---------- */
.tw-pros {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.tw-pro {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid #eef2f5;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(34, 64, 94, 0.05);
}

.tw-pro:hover {
  box-shadow: 0 8px 22px rgba(34, 64, 94, 0.1);
}

.tw-pro__avatar {
  position: relative;
  display: block;
  flex-shrink: 0;
  overflow: hidden;
  width: 58px;
  height: 58px;
  border: 2px solid #eaf7fd;
  border-radius: 50%;
  background: #eaf7fd;
}

.tw-pro__body {
  min-width: 0;
}

.tw-pro__name {
  display: block;
  font-size: 15px;
  font-weight: 900;
  color: #223142;
}

.tw-pro__role {
  display: block;
  margin-top: 3px;
  font-size: 12.5px;
  color: #9aa8b5;
}

.tw-pro__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.tw-pro__rating {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 3px 9px;
  border-radius: 20px;
  background: #fdf3e2;
  font-size: 12px;
  font-weight: 900;
  color: #a0700a;
}

.tw-pro__star {
  color: #f5b301;
}

.tw-pro__area {
  font-size: 11.5px;
  color: #9aa8b5;
}

/* ---------- نظرات (وب) ---------- */
.tw-reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tw-review {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 24px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(34, 64, 94, 0.07);
}

.tw-review__stars {
  font-size: 15px;
  letter-spacing: 3px;
  color: #f5b301;
}

.tw-review__text {
  font-size: 14.5px;
  line-height: 2.1;
  color: #46586a;
}

.tw-review__foot {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.tw-review__initial {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eaf7fd;
  font-size: 14px;
  font-weight: 900;
  color: #00a3d9;
}

.tw-review__name {
  font-size: 14px;
  font-weight: 700;
  color: #223142;
}

.tw-review__when {
  margin-right: auto;
  font-size: 13px;
  color: #9aa8b5;
}

/* ---------- نظافت دوره‌ای (وب) ---------- */
.tw-periodic {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  overflow: hidden;
  padding: 34px 36px;
  border-radius: 24px;
  background: linear-gradient(135deg, #223142 0%, #35506b 100%);
}

.tw-periodic__blob {
  position: absolute;
  top: -80px;
  left: -50px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(0, 174, 239, 0.18);
  pointer-events: none;
}

.tw-periodic__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 26px;
  color: #7fd6f5;
}

.tw-periodic__text {
  position: relative;
  flex: 1;
  min-width: 240px;
}

.tw-periodic__title {
  display: block;
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
}

.tw-periodic__sub {
  display: block;
  margin-top: 6px;
  font-size: 14.5px;
  color: #a9c0d3;
}

.tw-periodic__options {
  position: relative;
  display: flex;
  gap: 10px;
}

.tw-periodic__option {
  padding: 13px 22px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.tw-periodic__badge {
  position: relative;
  padding: 9px 16px;
  border-radius: 20px;
  background: #00aeef;
  font-size: 13.5px;
  font-weight: 900;
  color: #ffffff;
}

/* ---------- تضمین‌ها و آمار (وب) ---------- */
.tw-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.tw-trust__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 24px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(34, 64, 94, 0.06);
}

.tw-trust__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  font-size: 21px;
}

.tw-trust__title {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 900;
  color: #223142;
}

.tw-trust__note {
  font-size: 13.5px;
  line-height: 2;
  color: #7a8a99;
}

.tw-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.tw-stat {
  padding: 22px;
  border-radius: 18px;
  background: #eaf7fd;
  text-align: center;
}

.tw-stat__value {
  font-size: 30px;
  font-weight: 900;
  color: #00a3d9;
}

.tw-stat__star {
  font-size: 18px;
  color: #f5b301;
}

.tw-stat__label {
  margin-top: 4px;
  font-size: 14px;
  color: #7a8a99;
}

/* ---------- دعوت دوستان (وب) ---------- */
.tw-invite {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  overflow: hidden;
  padding: 34px 36px;
  border-radius: 24px;
  background: linear-gradient(135deg, #00aeef 0%, #0079b8 100%);
  box-shadow: 0 12px 30px rgba(0, 136, 201, 0.22);
  color: #ffffff;
}

.tw-invite__blob {
  position: absolute;
  right: -50px;
  bottom: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.tw-invite__text {
  position: relative;
  flex: 1;
  min-width: 260px;
}

.tw-invite__title {
  display: block;
  font-size: 23px;
  font-weight: 900;
}

.tw-invite__desc {
  display: block;
  margin-top: 6px;
  font-size: 14.5px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.85);
}

.tw-invite__button {
  position: relative;
  flex-shrink: 0;
  padding: 14px 30px;
  border-radius: 13px;
  background: #ffffff;
  font-size: 15px;
  font-weight: 900;
  color: #0088c9;
}

.tw-invite__button:hover {
  background: #eaf7fd;
  color: #0088c9;
}

/* ---------- درباره تمیس (وب) ---------- */
.tw-about {
  margin-top: 54px;
  border-top: 1px solid #dceaf3;
  background: linear-gradient(180deg, #f4fafd 0%, #e4f1f8 100%);
}

.tw-about__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  align-items: start;
  gap: 44px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 46px 24px 50px;
}

.tw-about__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.tw-about .tm-brand__mark--plain {
  width: 34px;
  height: 34px;
}

.tw-about__title {
  font-size: 22px;
  font-weight: 900;
  color: #223142;
}

.tw-about__text {
  font-size: 14.5px;
  line-height: 2.2;
  color: #5b6b7b;
}

.tw-about__contact {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #cfe3ee;
  font-size: 14px;
  line-height: 1.9;
  color: #5b6b7b;
}

.tw-about__contact a {
  font-weight: 700;
  color: #0088c9;
}

.tw-about__copy {
  margin-top: 6px;
  font-size: 13px;
  color: #9aa8b5;
}

.tw-about__badges-title {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  color: #223142;
}

.tw-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tw-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 14px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(34, 64, 94, 0.07);
}

.tw-badge__image {
  width: 100%;
  height: 76px;
}

.tw-badge__label {
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.7;
  color: #46586a;
  text-align: center;
}

/* =========================================================================
   صفحات داخلی (نوشته‌ها، برگه‌ها، بایگانی)
   ========================================================================= */
.tm-page {
  min-height: 40vh;
  padding: 2px 12px;
}

.tm-page__inner {
  max-width: 860px;
  margin: 0 auto;
}

.tm-page__inner--center {
  text-align: center;
}

.tm-page__header {
  margin-bottom: 26px;
}

.tm-page__title {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.7;
  color: #223142;
}

.tm-page__desc {
  margin-top: 8px;
  font-size: 14px;
  color: #7a8a99;
}

.tm-posts {
  display: grid;
  gap: 20px;
}

.tm-post-card {
  display: flex;
  gap: 18px;
  overflow: hidden;
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(34, 64, 94, 0.07);
}

.tm-post-card__thumb {
  flex-shrink: 0;
  width: 180px;
  overflow: hidden;
  border-radius: 14px;
}

.tm-post-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tm-post-card__title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 900;
}

.tm-post-card__title a {
  color: #223142;
}

.tm-post-card__title a:hover {
  color: #00aeef;
}

.tm-post-card__meta {
  font-size: 12.5px;
  color: #9aa8b5;
}

.tm-post-card__excerpt {
  margin-top: 8px;
  font-size: 14px;
  line-height: 2;
  color: #5b6b7b;
}

.tm-post-card__more {
  display: inline-block;
  margin-top: 8px;
  font-size: 13.5px;
  font-weight: 700;
}

.tm-single__thumb {
  overflow: hidden;
  margin-bottom: 22px;
  border-radius: 20px;
}

.tm-single__content {
  font-size: 15px;
  line-height: 2.2;
  color: #3e4f60;
}

.tm-single__content img {
  height: auto;
  border-radius: 16px;
}

.tm-single__content h2,
.tm-single__content h3,
.tm-single__content h4 {
  color: #223142;
}

.tm-single__content a {
  font-weight: 700;
}

.tm-single__content blockquote {
  margin: 20px 0;
  padding: 14px 18px;
  border-right: 4px solid #00aeef;
  border-radius: 12px;
  background: #eaf7fd;
}

.tm-pagination {
  margin-top: 30px;
  font-weight: 700;
}

.tm-pagination .page-numbers {
  display: inline-block;
  margin-left: 6px;
  padding: 8px 14px;
  border-radius: 10px;
  background: #ffffff;
  color: #46586a;
}

.tm-pagination .page-numbers.current {
  background: #00aeef;
  color: #ffffff;
}

.tm-empty {
  font-size: 15px;
  color: #7a8a99;
}

.tm-searchform {
  display: flex;
  gap: 8px;
  margin: 18px 0;
}

.tm-searchform__input {
  flex: 1;
  min-width: 0;
  padding: 12px 14px;
  border: 1.5px solid #dbe7ef;
  border-radius: 12px;
  background: #ffffff;
  font-size: 14px;
}

.tm-searchform__button {
  padding: 12px 20px;
  border: none;
  border-radius: 12px;
  background: #00aeef;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}

.tm-comments {
  margin-top: 40px;
}

.tm-comments__title {
  font-size: 18px;
  font-weight: 900;
  color: #223142;
}

.tm-comments__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tm-comments__list ol {
  list-style: none;
}

.tm-widget {
  margin-bottom: 24px;
  padding: 18px;
  border-radius: 16px;
  background: #ffffff;
}

.tm-widget__title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 900;
  color: #223142;
}

/* =========================================================================
   نقاط شکست (دقیقاً مطابق طرح اولیه)
   ========================================================================= */
@media (min-width: 901px) {
  .site-mobile {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .site-desktop {
    display: none !important;
  }
}

@media (max-width: 1150px) {
  .d-tiles {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .d-grid2 {
    grid-template-columns: 1fr !important;
  }

  .d-tiles {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .d-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .d-hero {
    grid-template-columns: 1fr !important;
  }

  .d-nav {
    display: none !important;
  }

  .d-footer {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 700px) {
  .tm-post-card {
    flex-direction: column;
  }

  .tm-post-card__thumb {
    width: 100%;
    height: 190px;
  }

  .tm-page__title {
    font-size: 22px;
  }
}

/* ---------- پاپ‌آپ رزرو تلفنی (نوار پایین) — کپی دقیق از پلاگین ---------- */
.tm-call-modal[hidden] {
  display: none;
}
.tm-call-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.tm-call-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 30, 40, 0.55);
  animation: tmCallFadeIn 0.25s ease;
}
.tm-call-modal__card {
  position: relative;
  width: 100%;
  max-width: 460px;
  max-height: 82vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 22px 22px 0 0;
  padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
  animation: tmCallSlideUp 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 560px) {
  .tm-call-modal {
    align-items: center;
  }
  .tm-call-modal__card {
    border-radius: 22px;
    max-height: 80vh;
  }
}
@keyframes tmCallFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes tmCallSlideUp {
  0%   { opacity: 0; transform: translateY(100%); }
  60%  { opacity: 1; }
  100% { opacity: 1; transform: translateY(0); }
}
.tm-call-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.tm-call-modal__title {
  font-size: 16.5px;
  font-weight: 900;
  color: #223142;
  margin: 0;
}
.tm-call-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #f0f4f7;
  color: #5a7080;
  cursor: pointer;
  flex-shrink: 0;
}

/* ---------- کارت رزرو تلفنی (بالای لیست شماره‌ها) — دقیقاً مطابق کارت tm-support قالب ---------- */
.tm-call-modal__featured {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #eaf7fd;
  border-radius: 16px;
  padding: 12px 16px;
  margin-bottom: 16px;
  text-decoration: none !important;
}
.tm-call-modal__featured-start {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.tm-call-modal__featured-avatars {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.tm-call-modal__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #cfe9f5;
  color: #0a93cf;
  border: 2px solid #fff;
  flex-shrink: 0;
  overflow: hidden;
}
.tm-call-modal__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tm-call-modal__avatar:not(:first-child) {
  margin-right: -11px;
}
.tm-call-modal__featured-text {
  text-align: right;
  min-width: 0;
}
.tm-call-modal__featured-text .tm-call-modal__featured-title {
  font-size: 13.5px;
  font-weight: 900;
  color: #223142;
}
.tm-call-modal__featured-text .tm-call-modal__featured-hours {
  margin-top: 2px;
  font-size: 11.5px;
  font-weight: 700;
  color: #6b93a8;
  white-space: nowrap;
}
.tm-call-modal__featured-call-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.tm-call-modal__featured-call-label {
  font-size: 10.5px;
  font-weight: 800;
  color: #0a93cf;
}
.tm-call-modal__featured-call {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  background: #00aeef;
  color: #fff !important;
  border-radius: 12px;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 900;
  direction: rtl;
  white-space: nowrap;
  box-shadow: 0 8px 6px rgba(0, 174, 239, 0.15);
}
.tm-call-modal__featured-call svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.tm-call-modal__list {
  display: flex;
  flex-direction: column;
}
.tm-call-modal__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 4px;
  border-bottom: 1px solid #f0f3f5;
  text-decoration: none !important;
}
.tm-call-modal__row:last-child {
  border-bottom: none;
}
.tm-call-modal__number {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
  color: #189c47;
  font-weight: 800;
  font-size: 13.5px;
}
.tm-call-modal__number svg {
  background: #eafaf0;
  border-radius: 50%;
  padding: 6px;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.tm-call-modal__label {
  color: #5a7080;
  font-weight: 600;
  font-size: 13px;
}

/* ---------- منوی کشویی همبرگری (سایدبار) — کپی دقیق از پلاگین ---------- */
.tm-mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(2px);
}
.tm-mobile-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.tm-mobile-sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  max-width: 90vw;
  height: 100vh;
  background: #f8f8f8;
  z-index: 301;
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
}
.tm-mobile-sidebar.is-active {
  right: 0;
}
.tm-mobile-sidebar__close {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.85);
  color: #223142;
  cursor: pointer;
  flex-shrink: 0;
}
.tm-mobile-sidebar__header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 165px;
  position: relative;
}
.tm-mobile-sidebar__banner {
  background-color: #91e8ff;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #434345;
}
.tm-mobile-sidebar__banner img {
  width: 100%;
  position: absolute;
  bottom: -3px;
  right: 0;
}
.tm-mobile-sidebar__content {
  padding: 18px;
}
.tm-mobile-sidebar__logo-area {
  text-align: center;
  margin-bottom: 15px;
}
.tm-mobile-sidebar__logo {
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
  font-size: 30px;
  font-weight: 900;
  color: #00a9e0;
  cursor: pointer;
}
.tm-mobile-sidebar__cta {
  display: block;
  width: 100%;
  border: none;
  background: linear-gradient(135deg, #56ccf2 0%, #2f80ed 100%);
  color: #fff;
  padding: 13px 25px;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  cursor: pointer;
}
.tm-mobile-sidebar__login {
  display: block;
  width: 100%;
  background: #fff;
  border: 1.5px solid #2f80ed;
  color: #2f80ed;
  padding: 11px 25px;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.tm-mobile-sidebar__nav {
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.tm-mobile-sidebar__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
  background: #e6e6e6;
  border-radius: 5px;
  padding: 12px 14px;
  color: #6a6b6c;
  text-decoration: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.tm-mobile-sidebar__arrow {
  flex-shrink: 0;
  stroke: #718096;
}
.tm-mobile-sidebar__footer {
  margin: 30px 0 10px;
  padding-top: 4px;
  border-top: 1px dashed #b8c1c8;
}
.tm-mobile-sidebar__phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
}
.tm-mobile-sidebar__phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e6f7fd;
  color: #00a9e0;
  margin-bottom: 10px;
}
.tm-mobile-sidebar__phone-number {
  display: block;
  direction: ltr;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.tm-mobile-sidebar__phone-text {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #8a94a0;
  margin-top: 6px;
}

/* ---------- دکمه‌ی شناورِ پشتیبانی + تولتیپِ خوش‌آمدگویی ---------- */
.tm-support-fab-wrap {
  position: fixed;
  left: 16px;
  bottom: calc(100px + env(safe-area-inset-bottom));
  z-index: 55;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s cubic-bezier(.3, 1.4, .5, 1);
}
.tm-support-fab-wrap.is-shown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* توی خودِ صفحه‌ی «پشتیبانی» دیگه دکمه‌ی شناور لازم نیست. */
.tm-app:has([data-tamis-screen="support"].is-active) .tm-support-fab-wrap {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* توی صفحه‌ی «پرونده‌ی کامل متخصص» نوارِ پایینِ سراسری لازم نیست؛
   خودِ صفحه دکمه‌ی «سفارش با این متخصص» رو داره. */
.tm-app:has([data-tamis-screen="pro-detail"].is-active) .tm-tabbar,
.tm-app:has([data-tamis-screen="pro-detail"].is-active) .tm-support-fab-wrap {
  display: none !important;
}

.tm-app:has([data-tamis-screen="pro-detail"].is-active) .tm-app__screens {
  padding-bottom: 0;
}

.tm-support-fab {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  max-width: 160px;
  height: 48px;
  padding: 12px 16px;
  overflow: hidden;
  border: none;
  border-radius: 24px;
  background: linear-gradient(150deg, #7f53ef 14.63%, #2586ff 100%);
  box-shadow: 0 10px 22px -8px rgba(90, 60, 220, 0.5);
  cursor: pointer;
  transition: max-width 0.5s ease-in-out, padding 0.5s ease-in-out, transform 0.16s cubic-bezier(.3, 1.4, .5, 1);
}
.tm-support-fab:active {
  transform: scale(0.94);
}

/* حالتِ جمع‌شده: بعدِ چند ثانیه، فقط آیکون می‌مونه (دایره‌ی کامل) */
.tm-support-fab.is-collapsed {
  max-width: 48px;
  padding: 12px;
}

.tm-support-fab__icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tm-support-fab__label {
  flex: none;
  margin-inline-start: 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.25s ease;
}
.tm-support-fab.is-collapsed .tm-support-fab__label {
  opacity: 0;
}

.tm-support-fab__tooltip {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 14px;
  white-space: nowrap;
  background: #223142;
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 700;
  padding: 9px 14px;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.tm-support-fab__tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 18px;
  border: 6px solid transparent;
  border-top-color: #223142;
}
.tm-support-fab__tooltip.is-visible {
  opacity: 1;
  visibility: visible;
  animation: tmSupportBounce 1.6s ease-in-out infinite;
}
.tm-support-fab__tooltip.is-hiding {
  animation: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}
@keyframes tmSupportBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
/* ===========================================================
   صفحه‌ی «پرونده‌ی کامل متخصص» (pro-detail)
   پالتِ برندِ تمیزک: #00aeef
   =========================================================== */
.tm-screen--pro-detail {
  padding: 0;
  background: #f2f7fa;
}

.tm-prodetail-hero {
  position: relative;
  background: #00aeef;
  padding: 15px 20px 62px;
  border-radius: 0 0 34px 34px;
  overflow: hidden;
  color: #ffffff;
}

.tm-prodetail-hero__blob-a {
  position: absolute;
  top: -90px;
  left: -70px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.tm-prodetail-hero__blob-b {
  position: absolute;
  bottom: -60px;
  right: -40px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
}

.tm-prodetail-navbtn {
  display: flex;
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.18);
  border: none;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
  margin-inline-start: auto; /* دکمه را به سمتِ چپِ ردیف هل می‌دهد */
  align-self: flex-start;
}

.tm-prodetail-idrow {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
}

.tm-prodetail-ava-wrap {
  position: relative;
  flex: none;
}

.tm-prodetail-ava {
  display: flex;
  width: 86px;
  height: 86px;
  border-radius: 28px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0 8px, rgba(255, 255, 255, 0.18) 8px 16px);
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}

.tm-prodetail-ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tm-prodetail-ava-dot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1eab3c;
  border: 2px solid #ffffff;
}

.tm-prodetail-idcol {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.tm-prodetail-idname {
  display: flex;
  align-items: center;
  gap: 7px;
}

.tm-prodetail-idname h1 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.3px;
}

.tm-prodetail-idmeta {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
}

.tm-prodetail-idbadges {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}

.tm-prodetail-pill-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 11px;
  font-size: 12px;
  font-weight: 700;
}

.tm-prodetail-reviews-count {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.78);
}

.tm-prodetail-statcard {
  position: relative;
  margin: -40px 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(13, 30, 44, 0.1);
  overflow: hidden;
}

.tm-prodetail-statcell {
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border-left: 1px solid #f1f6f9;
}

.tm-prodetail-statcell:last-child {
  border-left: 0;
}

.tm-prodetail-statnum {
  font-size: 18px;
  font-weight: 800;
  color: #0f1c26;
}

.tm-prodetail-statnum--ok {
  color: #2ec38a;
}

.tm-prodetail-statlbl {
  font-size: 11px;
  font-weight: 400;
  color: #8697a4;
}

.tm-prodetail-section {
  padding: 22px 20px 0;
}

.tm-prodetail-sec-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}

.tm-prodetail-sec-title {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  font-weight: 800;
  color: #0f1c26;
  margin-bottom: 11px;
}

.tm-prodetail-sec-head .tm-prodetail-sec-title {
  margin-bottom: 0;
}

.tm-prodetail-sec-bar {
  display: block;
  width: 4px;
  height: 16px;
  border-radius: 3px;
  background: #00aeef;
}

.tm-prodetail-bio {
  margin: 0;
  font-size: 13px;
  line-height: 2;
  font-weight: 400;
  color: #5f7383;
}

.tm-prodetail-slots {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  scrollbar-width: none;
  min-width: 0;
  max-width: 100%;
}

.tm-prodetail-slots::-webkit-scrollbar {
  display: none;
}

.tm-prodetail-slot {
  flex: none;
  cursor: pointer;
  width: 84px;
  padding: 12px 8px;
  border-radius: 18px;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  background: #ffffff;
  color: #5f7383;
  box-shadow: 0 2px 8px rgba(13, 30, 44, 0.05);
  font-family: inherit;
}

.tm-prodetail-slot .d,
.tm-prodetail-slot .t {
  font-size: 11px;
  font-weight: 500;
  opacity: 0.7;
}

.tm-prodetail-slot .n {
  font-size: 15px;
  font-weight: 800;
}

.tm-prodetail-slot.is-active {
  background: #0f1c26;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(15, 28, 38, 0.2);
}

.tm-prodetail-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tm-prodetail-skill {
  padding: 8px 13px;
  background: #ffffff;
  border-radius: 13px;
  box-shadow: 0 2px 8px rgba(13, 30, 44, 0.05);
  font-size: 12px;
  font-weight: 600;
  color: #5f7383;
}

.tm-prodetail-reviews {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.tm-prodetail-review {
  position: relative;
  background: #ffffff;
  border-radius: 22px;
  padding: 15px;
  box-shadow: 0 4px 16px rgba(13, 30, 44, 0.06);
  overflow: hidden;
}

.tm-prodetail-quote {
  position: absolute;
  top: -14px;
  left: 12px;
  font-size: 62px;
  font-weight: 900;
  color: #f1f7fb;
  line-height: 1;
}

.tm-prodetail-r-head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
}

.tm-prodetail-r-ava {
  width: 36px;
  height: 36px;
  border-radius: 13px;
  background: #f1f6fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #a2b4c1;
  flex-shrink: 0;
}

.tm-prodetail-r-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.tm-prodetail-r-name {
  font-size: 12.5px;
  font-weight: 700;
  color: #0f1c26;
}

.tm-prodetail-r-date {
  font-size: 11px;
  font-weight: 400;
  color: #9dadb9;
}

.tm-prodetail-r-stars {
  font-size: 11.5px;
  font-weight: 700;
  color: #f0a92a;
}

.tm-prodetail-r-text {
  position: relative;
  margin: 0;
  font-size: 12.5px;
  line-height: 1.9;
  font-weight: 400;
  color: #5f7383;
}

.tm-prodetail-bottombar {
  position: fixed;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  width: 100%;
  max-width: 430px;
  z-index: 20;
  margin-top: -1px;
  padding: 15px 20px 26px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 28px 28px 0 0;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 -10px 30px rgba(13, 30, 44, 0.08);
}

.tm-prodetail-scroll {
  padding-bottom: 108px; /* جای نوارِ فیکسِ پایین، تا آخرین محتوا زیرش گم نشه */
}

.tm-prodetail-from {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: none;
}

.tm-prodetail-from span:first-child {
  font-size: 11px;
  font-weight: 400;
  color: #8697a4;
}

.tm-prodetail-from strong {
  font-size: 16px;
  font-weight: 800;
  color: #8697a4;
}

.tm-prodetail-from strong [data-tamis-prodetail="price"] {
  color: #0f1c26;
  font-weight: 800;
  font-size: 16px;
}

.tm-prodetail-from strong small {
  font-size: 11px;
  font-weight: 400;
  color: #8697a4;
}

.tm-prodetail-cta {
  flex: 1;
  height: 54px;
  border-radius: 19px;
  background: #00aeef;
  border: 0;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(0, 174, 239, 0.34);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font: 800 14.5px inherit;
  font-family: inherit;
  color: #ffffff;
}