/* ==========================================================================
   tamirbosch.css — قالب سایت تعمیر بوش  «روزنامه ای / Broadsheet»
   --------------------------------------------------------------------------
   بعد از tehranbosch.css لود می شود.
   tehranbosch.css فقط اسکلت اجزاست و تقریبا کامل توکنی است؛ این فایل
   توکن ها را بازنویسی می کند و روی اجزای اصلی، ظاهر روزنامه ای می نشاند:
   کاغذ گرم، خط کش های مویی، گوشه های تیز، بدون سایه، حروف سریف.

   قاعده کلی: همه چیز با پیشوند .tb-site نوشته شده تا از قواعد فایل پایه
   قوی تر باشد و لازم نباشد جایی !important بگذاریم.
   ========================================================================== */

/* ==========================================================================
   ۱) توکن ها
   ========================================================================== */
:root {
  /* کاغذ و مرکب */
  --tb-paper:        #F3F2F2;
  --tb-paper-2:      #EAE9E9;
  --tb-paper-3:      #F8F4F4;
  --tb-white:        #FFFFFF;
  --tb-ink:          #201E1D;
  --tb-ink-2:        #444141;
  --tb-muted:        #605D5D;
  --tb-muted-2:      #7D7979;
  --tb-faint:        #9B9797;

  /* خط کش ها */
  --tb-rule:         #D7D3D3;
  --tb-rule-2:       #BAB6B6;
  --tb-rule-3:       #DEDBDB;

  /* رنگ اصلی — آبی چاپ */
  --tb-cyan:         #0088B0;
  --tb-cyan-dark:    #006786;
  --tb-cyan-mid:     #1186AC;
  --tb-cyan-light:   #62C5EE;
  --tb-cyan-wash:    #CBEEFF;
  --tb-cyan-wash-2:  #99E0FF;

  /* رنگ تاکید — سرخابی چاپ */
  --tb-hot:          #D6006C;

  --tb-radius:       2px;
  --tb-wrap:         1180px;
  --tb-gap:          20px;

  --font-fa:  'NotoNaskh', 'Peyda', 'Dana', Tahoma, serif;
  --font-lat: 'SourceSerifTB', 'NotoNaskh', Georgia, serif;

  /* ---- بازنویسی توکن های فایل پایه ---- */
  --tbs-red:         var(--tb-cyan);
  --tbs-red-dark:    var(--tb-cyan-dark);
  --tbs-red-soft:    var(--tb-cyan-wash);
  --tbs-charcoal:    var(--tb-ink);
  --tbs-charcoal-2:  #2B2827;
  --tbs-steel:       var(--tb-paper-2);
  --tbs-offwhite:    var(--tb-paper);
  --tbs-white:       var(--tb-white);
  --tbs-accent:      var(--tb-cyan-dark);
  --tbs-accent-soft: var(--tb-cyan-wash);
  --tbs-text:        var(--tb-ink);
  --tbs-text-muted:  var(--tb-muted);
  --tbs-border:      var(--tb-rule);
  --tbs-radius:      2px;
  --tbs-radius-md:   2px;
  --tbs-shadow-soft: none;
  --tbs-header-h:    64px;
  --tbs-container:   var(--tb-wrap);
  --tbs-transition:  .18s ease;
  --tbs-pattern-red:  rgba(0, 136, 176, .05);
  --tbs-pattern-line: rgba(32, 30, 29, .07);

  --font-display: var(--font-fa);
  --font-body:    var(--font-fa);

  --brand:      var(--tb-cyan);
  --brand-dark: var(--tb-cyan-dark);
  --accent:     var(--tb-cyan);
  --accent-dark:var(--tb-cyan-dark);
  --text:       var(--tb-ink);
  --text-muted: var(--tb-muted);
  --border:     var(--tb-rule);
  --bg:         var(--tb-white);
  --bg-alt:     var(--tb-paper);
  --container:  var(--tb-wrap);
  --font:       var(--font-fa);
}

/* ==========================================================================
   ۲) پایه
   ========================================================================== */
body.tb-site {
  background: var(--tb-paper);
  color: var(--tb-ink);
  font-family: var(--font-fa);
  font-size: 16px;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
}
body.tb-site ::selection { background: var(--tb-cyan-wash); color: var(--tb-ink); }
body.tb-site :focus-visible { outline: 2px solid var(--tb-cyan); outline-offset: 2px; }

body.tb-site a { color: var(--tb-cyan-dark); text-decoration: none; transition: color .15s ease; }
body.tb-site a:hover { color: var(--tb-hot); }

/* عدد ها همیشه لاتین سریف و چپ چین */
/* اعداد و شماره تلفن: خوانایی بر سبک مقدم است — سریف برای رقم های فارسی
   روی صفحه کوچک سخت خوانده می شود، پس رقم ها با همان فونت رابط سایت
   ولی با فاصله و وزن بیشتر چاپ می شوند. */
body.tb-site .tk-num,
body.tb-site .tb-num,
body.tb-site .tk-side-tel,
body.tb-site .tbs-svc-cta-tel span {
  font-family: 'Peyda', 'Dana', 'Segoe UI', Tahoma, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 1.06em;
  letter-spacing: .045em;
  direction: ltr;
  unicode-bidi: isolate;
}

body.tb-site h1, body.tb-site h2, body.tb-site h3,
body.tb-site h4, body.tb-site h5, body.tb-site h6 {
  font-family: var(--font-fa);
  font-weight: 700;
  color: var(--tb-ink);
  line-height: 1.75;
  letter-spacing: 0;
}

/* گوشه تیز و بدون سایه در کل سایت */
body.tb-site .tk-btn,
body.tb-site .tbs-card,
body.tb-site .card,
body.tb-site input,
body.tb-site select,
body.tb-site textarea,
body.tb-site button,
body.tb-site .toc-box,
body.tb-site .page-section,
body.tb-site img { border-radius: var(--tb-radius); }
body.tb-site * { box-shadow: none; }

.tb-site .tk-wrap,
.tb-site .container { max-width: var(--tb-wrap); margin-inline: auto; padding-inline: 18px; }

/* ابزارک تیتر روزنامه ای: کیکر کوچک بالای هر بخش */
.tb-kicker {
  display: inline-block;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .14em;
  color: var(--tb-cyan-dark);
  border-bottom: 1px solid var(--tb-cyan);
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.tb-rule      { border: 0; border-top: 1px solid var(--tb-rule); margin: 28px 0; }
.tb-rule-thick{ border: 0; border-top: 3px double var(--tb-rule-2); margin: 32px 0; }

/* ==========================================================================
   ۳) دکمه ها
   ========================================================================== */
.tb-site .tk-btn,
.tb-site .tb-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 20px;
  font-family: var(--font-fa); font-size: .95rem; font-weight: 600;
  border: 1px solid var(--tb-ink);
  background: transparent; color: var(--tb-ink);
  border-radius: var(--tb-radius);
  cursor: pointer; transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.tb-site .tk-btn:hover,
.tb-site .tb-btn:hover { background: var(--tb-ink); color: var(--tb-paper); }

.tb-site .tk-btn-primary,
.tb-site .tb-btn-primary {
  background: var(--tb-cyan-dark); border-color: var(--tb-cyan-dark); color: #fff;
}
.tb-site .tk-btn-primary:hover,
.tb-site .tb-btn-primary:hover { background: var(--tb-ink); border-color: var(--tb-ink); color: #fff; }

.tb-site .tk-btn-call,
.tb-site .tb-btn-ghost { background: var(--tb-white); border-color: var(--tb-rule-2); color: var(--tb-ink); }
.tb-site .tk-btn-call:hover,
.tb-site .tb-btn-ghost:hover { border-color: var(--tb-ink); background: var(--tb-white); color: var(--tb-hot); }

/* ==========================================================================
   ۴) سربرگ — «سردر روزنامه»
   ========================================================================== */
.tb-site .tk-hdr-brand {
  background: var(--tb-paper);
  border-bottom: 1px solid var(--tb-rule);
}
.tb-site .tk-hdr-brand-in {
  display: flex; align-items: center; gap: 22px;
  min-height: 96px; padding-block: 14px;
}
.tb-site .tk-logo { display: flex; align-items: center; gap: 10px; }
.tb-site .tk-logo img { max-height: 54px; width: auto; }
.tb-site .tk-logo-txt {
  display: block; font-size: 1.7rem; font-weight: 700; color: var(--tb-ink);
  letter-spacing: -.01em; line-height: 1.3;
}
.tb-site .tk-logo-sub {
  display: block; font-size: .76rem; font-weight: 400; color: var(--tb-muted);
  letter-spacing: .08em; margin-top: 2px;
}

.tb-site .tk-search { flex: 1; display: flex; align-items: center; position: relative; max-width: 460px; }
.tb-site .tk-search input {
  width: 100%; padding: 10px 38px 10px 96px;
  background: var(--tb-white); border: 1px solid var(--tb-rule-2);
  font-family: var(--font-fa); font-size: .92rem; color: var(--tb-ink);
}
.tb-site .tk-search input::placeholder { color: var(--tb-faint); }
.tb-site .tk-search input:focus { border-color: var(--tb-cyan); outline: none; }
.tb-site .tk-search-ico { position: absolute; inset-inline-start: 12px; color: var(--tb-faint); font-size: .9rem; }
.tb-site .tk-search button {
  position: absolute; inset-inline-end: 4px; top: 4px; bottom: 4px;
  padding-inline: 16px; background: var(--tb-ink); color: var(--tb-paper);
  border: 0; font-family: var(--font-fa); font-size: .85rem; font-weight: 600; cursor: pointer;
}
.tb-site .tk-search button:hover { background: var(--tb-cyan-dark); }

.tb-site .tk-hdr-side { display: flex; align-items: center; gap: 14px; margin-inline-start: auto; }
.tb-site .tk-header-tel { display: flex; flex-direction: column; line-height: 1.5; text-align: start; }
.tb-site .tk-header-tel span { font-size: .72rem; color: var(--tb-muted); letter-spacing: .1em; }
.tb-site .tk-header-tel strong { font-size: 1.18rem; color: var(--tb-ink); }
.tb-site .tk-header-tel:hover strong { color: var(--tb-hot); }

/* نوار چسبان منو */
.tb-site .tk-hdr-nav {
  position: sticky; top: 0; z-index: 90;
  background: var(--tb-ink);
  border-bottom: 3px solid var(--tb-cyan);
}
.tb-site .tk-hdr-nav-in { display: flex; align-items: center; gap: 8px; min-height: var(--tbs-header-h); flex-wrap: nowrap; }
.tb-site .tk-nav { display: flex; align-items: center; gap: 0; margin: 0; padding: 0; list-style: none; flex-wrap: nowrap; min-width: 0; overflow: visible; }
.tb-site .tk-nav > li { position: relative; }
.tb-site .tk-nav > li > a {
  display: flex; align-items: center; gap: 5px;
  padding: 0 11px; height: var(--tbs-header-h);
  color: #E8E5E4; font-size: .92rem; font-weight: 500; white-space: nowrap;
  border-bottom: 3px solid transparent; margin-bottom: -3px;
}
.tb-site .tk-nav > li > a:hover { color: #fff; border-bottom-color: var(--tb-cyan-light); background: rgba(255,255,255,.04); }
.tb-site .tk-nav-arr { font-size: .68rem; opacity: .7; }

.tb-site .tk-sub {
  position: absolute; top: 100%; inset-inline-start: 0; z-index: 20;
  display: none; grid-template-columns: repeat(var(--cols, 1), minmax(190px, 1fr));
  gap: 0 18px; min-width: 230px; padding: 14px 18px; margin: 0; list-style: none;
  background: var(--tb-white); border: 1px solid var(--tb-rule-2); border-top: 3px solid var(--tb-cyan);
}
.tb-site .tk-nav > li:hover .tk-sub,
.tb-site .tk-nav > li:focus-within .tk-sub { display: grid; }
.tb-site .tk-sub a {
  display: block; padding: 6px 0; font-size: .9rem; color: var(--tb-ink-2);
  border-bottom: 1px dotted var(--tb-rule);
}
.tb-site .tk-sub a:hover { color: var(--tb-hot); }

.tb-site .tk-nav-side { display: flex; align-items: center; gap: 6px; margin-inline-start: auto; flex: 0 0 auto; flex-wrap: nowrap; }
.tb-site .tk-iconbtn {
  width: 38px; height: 38px; display: grid; place-items: center;
  background: transparent; border: 1px solid rgba(255,255,255,.22); color: #EDEBEA; cursor: pointer;
}
.tb-site .tk-iconbtn:hover { border-color: var(--tb-cyan-light); color: #fff; }
.tb-site .tk-nav-cta { background: var(--tb-cyan); border-color: var(--tb-cyan); color: #fff; padding: 9px 16px; white-space: nowrap; line-height: 1.2; }
.tb-site .tk-hdr-cta { white-space: nowrap; line-height: 1.2; }
.tb-site .tk-logo-mini img { max-height: 34px; width: auto; }
@media (max-width: 1180px) {
  .tb-site .tk-nav > li > a { padding: 0 8px; font-size: .87rem; }
  .tb-site .tk-nav-cta { padding: 8px 12px; font-size: .87rem; }
}
.tb-site .tk-nav-cta:hover { background: #fff; border-color: #fff; color: var(--tb-ink); }

.tb-site .tk-logo-mini { display: none; }
.tb-site .tk-logo-mini .tk-logo-txt { font-size: 1.05rem; color: #fff; }
.tb-site .tk-logo-mini .tk-logo-sub { display: none; }
.tb-site.tk-stuck .tk-logo-mini { display: flex; }

.tb-site .tk-hdr-searchdrop { display: none; background: var(--tb-white); border-bottom: 1px solid var(--tb-rule); padding: 14px 18px; }
.tb-site.tk-search-open .tk-hdr-searchdrop { display: block; }
/* نسخه بازشدنی چیدمان جدا دارد: input و دکمه کنار هم، بدون position مطلق */
.tb-site .tk-search-drop {
  position: relative; display: flex; align-items: stretch; gap: 8px;
  max-width: 640px; margin-inline: auto; padding: 0;
}
.tb-site .tk-search-drop .tk-search-ico {
  position: absolute; inset-inline-start: 12px; top: 50%; transform: translateY(-50%);
  color: var(--tb-faint); pointer-events: none;
}
.tb-site .tk-search-drop input {
  flex: 1 1 auto; min-width: 0; padding: 11px 38px 11px 12px;
  border: 1px solid var(--tb-rule-2); background: var(--tb-white);
}
.tb-site .tk-search-drop input:focus { border-color: var(--tb-cyan); }
.tb-site .tk-search-drop button {
  position: static; inset: auto; flex: 0 0 auto;
  padding: 0 22px; background: var(--tb-ink); color: var(--tb-paper);
  border: 1px solid var(--tb-ink); font-size: .9rem; font-weight: 600; cursor: pointer;
}
.tb-site .tk-search-drop button:hover { background: var(--tb-cyan-dark); border-color: var(--tb-cyan-dark); }

/* کشوی موبایل */
.tb-site .tk-burger { display: none; width: 40px; height: 40px; background: transparent; border: 1px solid rgba(255,255,255,.25); cursor: pointer; }
.tb-site .tk-burger-bars,
.tb-site .tk-burger-bars::before,
.tb-site .tk-burger-bars::after { display: block; width: 18px; height: 2px; background: #fff; margin-inline: auto; position: relative; }
.tb-site .tk-burger-bars::before { content: ''; position: absolute; top: -6px; }
.tb-site .tk-burger-bars::after  { content: ''; position: absolute; top: 6px; }

.tb-site .tk-drawer {
  position: fixed; inset-block: 0; inset-inline-end: 0; z-index: 200; width: min(88vw, 340px);
  background: var(--tb-paper); border-inline-start: 3px solid var(--tb-cyan);
  overflow-y: auto; padding: 18px;
}
.tb-site .tk-drawer-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid var(--tb-rule); }
.tb-site .tk-drawer-close { background: none; border: 0; font-size: 1.3rem; cursor: pointer; color: var(--tb-ink); }
.tb-site .tk-drawer ul { list-style: none; margin: 0; padding: 0; }
.tb-site .tk-drawer > ul > li > a { display: block; padding: 11px 0; font-weight: 600; border-bottom: 1px solid var(--tb-rule); }
.tb-site .tk-drawer ul ul a { display: block; padding: 7px 0 7px 14px; font-size: .9rem; color: var(--tb-muted); border-bottom: 1px dotted var(--tb-rule); }
.tb-site .tk-drawer-search { display: flex; gap: 6px; margin: 14px 0; }
.tb-site .tk-drawer-search input { flex: 1; padding: 9px 10px; border: 1px solid var(--tb-rule-2); background: #fff; font-family: var(--font-fa); }
.tb-site .tk-drawer-search button { padding-inline: 14px; background: var(--tb-ink); color: #fff; border: 0; cursor: pointer; }
.tb-site .tk-drawer-foot { display: grid; gap: 8px; margin-top: 18px; }
.tb-site .tk-drawer-veil { position: fixed; inset: 0; z-index: 190; background: rgba(32,30,29,.5); }
.tb-site .tk-skip-link { position: absolute; inset-inline-start: -9999px; }
.tb-site .tk-skip-link:focus { inset-inline-start: 10px; top: 10px; z-index: 999; background: #fff; padding: 8px 14px; border: 2px solid var(--tb-cyan); }
.tb-site .tk-vh { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ==========================================================================
   ۵) صفحه اول
   ========================================================================== */

/* ---- سردر خبری: تاریخ و شعار، مثل بالای صفحه اول روزنامه ---- */
.tb-dateline {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 8px 0; font-size: .76rem; color: var(--tb-muted);
  border-bottom: 1px solid var(--tb-rule); letter-spacing: .06em;
}
.tb-dateline .tb-dateline-hot { color: var(--tb-hot); font-weight: 600; }

/* ---- هیرو ---- */
.tb-hero { padding: 34px 0 30px; border-bottom: 3px double var(--tb-rule-2); }
.tb-hero-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 34px; align-items: start; }
.tb-hero h1 {
  font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: 1.55; margin: 0 0 14px;
  color: var(--tb-ink);
}
.tb-hero h1 em { font-style: normal; color: var(--tb-cyan-dark); border-bottom: 3px solid var(--tb-cyan-wash-2); }
.tb-hero-lead { font-size: 1.06rem; color: var(--tb-ink-2); margin: 0 0 20px; max-width: 60ch; }
.tb-hero-acts { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.tb-hero-acts .tb-btn { padding: 13px 24px; font-size: 1rem; }

.tb-hero-facts { display: flex; flex-wrap: wrap; gap: 0; border-top: 1px solid var(--tb-rule); padding-top: 14px; }
.tb-hero-facts div {
  flex: 1 1 140px; padding-inline: 14px; border-inline-start: 1px solid var(--tb-rule);
}
.tb-hero-facts div:first-child { border-inline-start: 0; padding-inline-start: 0; }
.tb-hero-facts b { display: block; font-size: 1.5rem; color: var(--tb-cyan-dark); font-family: var(--font-lat); }
.tb-hero-facts span { font-size: .82rem; color: var(--tb-muted); }

/* کارت فرم سریع کنار هیرو */
.tb-hero-card { background: var(--tb-white); border: 1px solid var(--tb-rule-2); border-top: 4px solid var(--tb-cyan); padding: 22px; }
.tb-hero-card h2 { font-size: 1.2rem; margin: 0 0 4px; }
.tb-hero-card p  { font-size: .86rem; color: var(--tb-muted); margin: 0 0 16px; }

/* ---- گرید دستگاه ها ---- */
.tb-sec { padding: 38px 0; border-bottom: 1px solid var(--tb-rule); }
.tb-sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.tb-sec-head h2 { font-size: clamp(1.35rem, 2.2vw, 1.75rem); margin: 0; }
.tb-sec-head a  { font-size: .88rem; white-space: nowrap; }

.tb-devices { display: grid; grid-template-columns: repeat(auto-fill, minmax(196px, 1fr)); gap: 0; border-top: 1px solid var(--tb-rule); border-inline-start: 1px solid var(--tb-rule); }
.tb-device {
  display: flex; flex-direction: column; gap: 6px;
  padding: 20px 18px; background: var(--tb-white);
  border-bottom: 1px solid var(--tb-rule); border-inline-end: 1px solid var(--tb-rule);
  transition: background .15s ease;
}
.tb-device:hover { background: var(--tb-cyan-wash); }
.tb-device i { font-size: 1.5rem; color: var(--tb-cyan-dark); }
.tb-device b { font-size: 1rem; color: var(--tb-ink); font-weight: 600; }
.tb-device span { font-size: .82rem; color: var(--tb-muted); line-height: 1.85; }
.tb-device-brands { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.tb-device-brands a { font-size: .76rem; color: var(--tb-muted); border: 1px solid var(--tb-rule); padding: 1px 7px; }
.tb-device-brands a:hover { border-color: var(--tb-cyan); color: var(--tb-cyan-dark); }

/* ---- چهار قدم ---- */
.tb-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: tbstep; }
.tb-step {
  position: relative; padding: 22px 20px; background: var(--tb-white);
  border: 1px solid var(--tb-rule); border-inline-start: 0;
}
.tb-step:first-child { border-inline-start: 1px solid var(--tb-rule); }
.tb-step::before {
  counter-increment: tbstep; content: '0' counter(tbstep);
  display: block; font-family: var(--font-lat); font-size: 1.5rem; color: var(--tb-cyan-light); margin-bottom: 6px;
}
.tb-step h3 { font-size: 1.02rem; margin: 0 0 6px; }
.tb-step p  { font-size: .87rem; color: var(--tb-muted); margin: 0; }

/* ---- چرا ما ---- */
.tb-why { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 18px 26px; }
.tb-why div { padding-inline-start: 14px; border-inline-start: 3px solid var(--tb-cyan-wash-2); }
.tb-why h3 { font-size: .99rem; margin: 0 0 4px; }
.tb-why p  { font-size: .86rem; color: var(--tb-muted); margin: 0; }

/* ---- جدول بازه هزینه ---- */
.tb-price-table { width: 100%; border-collapse: collapse; background: var(--tb-white); }
.tb-price-table th, .tb-price-table td { padding: 12px 14px; border-bottom: 1px solid var(--tb-rule); text-align: start; font-size: .92rem; }
.tb-price-table thead th { background: var(--tb-paper-2); font-size: .84rem; letter-spacing: .04em; color: var(--tb-ink-2); border-bottom: 2px solid var(--tb-rule-2); }
.tb-price-table tbody tr:hover { background: var(--tb-paper-3); }
.tb-price-note { font-size: .82rem; color: var(--tb-muted); margin-top: 10px; }

/* ---- محله ها ---- */
.tb-districts { display: flex; flex-wrap: wrap; gap: 8px; }
.tb-districts a {
  font-size: .87rem; padding: 5px 12px; background: var(--tb-white);
  border: 1px solid var(--tb-rule); color: var(--tb-ink-2);
}
.tb-districts a:hover { border-color: var(--tb-cyan); color: var(--tb-cyan-dark); background: var(--tb-cyan-wash); }

/* ---- نظر مشتری ---- */
.tb-quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 0; }
.tb-quote { padding: 22px; background: var(--tb-white); border: 1px solid var(--tb-rule); border-inline-start: 0; }
.tb-quote:first-child { border-inline-start: 1px solid var(--tb-rule); }
.tb-quote p { margin: 0 0 12px; font-size: .95rem; color: var(--tb-ink-2); }
.tb-quote p::before { content: '«'; color: var(--tb-cyan-light); font-size: 1.5rem; margin-inline-end: 4px; }
.tb-quote footer { font-size: .82rem; color: var(--tb-muted); border-top: 1px dotted var(--tb-rule); padding-top: 8px; }

/* ---- مقالات ---- */
.tb-posts { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 26px; }
.tb-post { display: block; }
.tb-post figure { margin: 0 0 10px; overflow: hidden; background: var(--tb-paper-2); }
.tb-post img { width: 100%; height: 178px; object-fit: cover; display: block; filter: grayscale(.25) contrast(1.05); transition: filter .2s ease, transform .3s ease; }
.tb-post:hover img { filter: none; transform: scale(1.02); }
.tb-post h3 { font-size: 1.04rem; margin: 0 0 6px; color: var(--tb-ink); }
.tb-post:hover h3 { color: var(--tb-hot); }
.tb-post p { font-size: .86rem; color: var(--tb-muted); margin: 0; }
.tb-post time { display: block; font-size: .76rem; color: var(--tb-faint); margin-top: 6px; font-family: var(--font-lat); }

/* ---- نوار پایانی دعوت به اقدام ---- */
.tb-endcta { background: var(--tb-ink); color: var(--tb-paper); padding: 38px 0; }
.tb-endcta-in { display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap; }
.tb-endcta h2 { color: #fff; font-size: clamp(1.3rem, 2.3vw, 1.8rem); margin: 0 0 6px; }
.tb-endcta p  { color: #C9C5C4; margin: 0; font-size: .95rem; }
.tb-endcta .tb-btn { border-color: #fff; color: #fff; }
.tb-endcta .tb-btn:hover { background: #fff; color: var(--tb-ink); }
.tb-endcta .tb-btn-primary { background: var(--tb-cyan); border-color: var(--tb-cyan); }
.tb-endcta .tb-btn-primary:hover { background: #fff; border-color: #fff; color: var(--tb-ink); }

/* ==========================================================================
   ۶) صفحات داخلی
   ========================================================================== */
.tb-site .breadcrumb { background: var(--tb-paper); border-bottom: 1px solid var(--tb-rule); padding: 10px 0; }
.tb-site .breadcrumb ol { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0; padding: 0; font-size: .82rem; color: var(--tb-muted); }
.tb-site .breadcrumb a { color: var(--tb-muted); }
.tb-site .breadcrumb a:hover { color: var(--tb-cyan-dark); }
.tb-site .breadcrumb .separator { color: var(--tb-faint); margin-inline: 4px; }

.tb-site .tk-layout {
  max-width: var(--tb-wrap); margin-inline: auto; padding: 30px 18px 50px;
  display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 38px; align-items: start;
}
.tb-site .page-article { min-width: 0; background: transparent; padding: 0; border: 0; }

.tb-site .page-h1 {
  font-size: clamp(1.6rem, 3vw, 2.35rem); line-height: 1.6; margin: 0 0 8px;
  padding-bottom: 14px; border-bottom: 3px double var(--tb-rule-2);
}

/* CTA بالای صفحات خدمات */
.tb-site .tbs-svc-cta {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  background: var(--tb-white); border: 1px solid var(--tb-rule-2); border-inline-start: 4px solid var(--tb-cyan);
  padding: 16px 18px; margin: 18px 0 24px;
}
.tb-site .tbs-svc-cta-text strong { display: block; font-size: 1rem; }
.tb-site .tbs-svc-cta-note { display: block; font-size: .82rem; color: var(--tb-muted); margin-top: 3px; }
.tb-site .tbs-svc-cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.tb-site .tbs-svc-cta-tel {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px;
  border: 1px solid var(--tb-rule-2); font-family: var(--font-lat); font-size: 1rem; color: var(--tb-ink);
}
.tb-site .tbs-svc-cta-tel:hover { border-color: var(--tb-ink); color: var(--tb-hot); }
.tb-site .tbs-svc-cta-btn {
  padding: 10px 18px; background: var(--tb-cyan-dark); color: #fff; border: 1px solid var(--tb-cyan-dark);
  font-family: var(--font-fa); font-size: .92rem; font-weight: 600; cursor: pointer;
}
.tb-site .tbs-svc-cta-btn:hover { background: var(--tb-ink); border-color: var(--tb-ink); }

/* فهرست مطالب — تک ستونه و کم نقش. جای این بلوک، نسخه نهایی در
   انتهای فایل است (بخش ۱۷) که باید بر فایل پایه غلبه کند. */

/* متن اصلی */
.tb-site .page-content { font-size: 1.02rem; line-height: 2.15; color: var(--tb-ink-2); }
.tb-site .page-content p { margin: 0 0 1.15em; }
.tb-site .page-content h2 {
  font-size: 1.4rem; margin: 1.7em 0 .6em; padding-bottom: 8px;
  border-bottom: 1px solid var(--tb-rule);
}
.tb-site .page-content h3 { font-size: 1.14rem; margin: 1.4em 0 .5em; color: var(--tb-cyan-dark); }
.tb-site .page-content a { border-bottom: 1px solid var(--tb-cyan-wash-2); }
.tb-site .page-content a:hover { border-bottom-color: var(--tb-hot); }
.tb-site .page-content img { max-width: 100%; height: auto; display: block; margin: 22px auto; border: 1px solid var(--tb-rule); }
.tb-site .page-content ul, .tb-site .page-content ol { padding-inline-start: 22px; margin: 0 0 1.15em; }
.tb-site .page-content li { margin-bottom: .4em; }
.tb-site .page-content blockquote {
  margin: 22px 0; padding: 14px 20px; background: var(--tb-white);
  border-inline-start: 4px solid var(--tb-cyan-light); color: var(--tb-ink-2);
}
.tb-site .page-content table { width: 100%; border-collapse: collapse; margin: 22px 0; background: var(--tb-white); }
.tb-site .page-content th, .tb-site .page-content td { border: 1px solid var(--tb-rule); padding: 10px 12px; font-size: .92rem; }
.tb-site .page-content th { background: var(--tb-paper-2); font-weight: 600; }
.tb-site .page-content .more-link { margin-top: 14px; font-size: .9rem; }
.tb-site .page-content .more-link a::after { content: ' ←'; color: var(--tb-cyan); }

/* بخش های صفحه */
.tb-site .page-section { margin: 30px 0; padding: 0; background: transparent; border: 0; }
.tb-site .page-section + .page-section { border-top: 1px solid var(--tb-rule); padding-top: 26px; }
.tb-site .section-title {
  font-size: 1.32rem; margin: 0 0 12px; padding-inline-start: 12px;
  border-inline-start: 4px solid var(--tb-cyan);
}
.tb-site .section-content { font-size: 1.01rem; line-height: 2.15; color: var(--tb-ink-2); }
.tb-site .section-content p { margin: 0 0 1.1em; }
.tb-site .section-content img { max-width: 100%; height: auto; border: 1px solid var(--tb-rule); }

/* سوالات متداول */
.tb-site .tk-faq { border-top: 1px solid var(--tb-rule); }
.tb-site .tk-faq-item { border-bottom: 1px solid var(--tb-rule); background: var(--tb-white); }
.tb-site .tk-faq-h { margin: 0; }
.tb-site .tk-faq-q {
  width: 100%; display: flex; align-items: center; gap: 12px; text-align: start;
  padding: 15px 16px; background: transparent; border: 0; cursor: pointer;
  font-family: var(--font-fa); font-size: 1rem; font-weight: 600; color: var(--tb-ink);
}
.tb-site .tk-faq-q:hover { background: var(--tb-paper-3); color: var(--tb-cyan-dark); }
.tb-site .tk-faq-n { font-family: var(--font-lat); font-size: .84rem; color: var(--tb-cyan); min-width: 22px; }
.tb-site .tk-faq-t { flex: 1; }
.tb-site .tk-faq-i { width: 12px; height: 12px; position: relative; }
.tb-site .tk-faq-i::before,
.tb-site .tk-faq-i::after { content: ''; position: absolute; background: var(--tb-cyan-dark); transition: transform .18s ease; }
.tb-site .tk-faq-i::before { inset-inline: 0; top: 5px; height: 2px; }
.tb-site .tk-faq-i::after  { inset-block: 0; inset-inline-start: 5px; width: 2px; }
.tb-site .tk-faq-q[aria-expanded="true"] .tk-faq-i::after { transform: scaleY(0); }
.tb-site .tk-faq-a { overflow: hidden; height: 0; transition: height .2s ease; }
.tb-site .tk-faq-a-in { padding: 0 16px 16px 48px; font-size: .94rem; color: var(--tb-ink-2); }

/* لیست زیرصفحه ها */
.tb-site .children-section { margin-top: 34px; padding-top: 22px; border-top: 3px double var(--tb-rule-2); }
.tb-site .children-section .card,
.tb-site .children-section .tbs-card,
.tb-site .children-section li {
  background: var(--tb-white); border: 1px solid var(--tb-rule);
}
.tb-site .children-section a:hover { color: var(--tb-hot); }

/* «سایر خدمات» و «مقالات مرتبط» */
.tb-site .tbs-other-services,
.tb-site .tbs-related { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--tb-rule); }
.tb-site .tbs-other-services h2,
.tb-site .tbs-related h2 { font-size: 1.22rem; margin: 0 0 14px; }

/* بلوک های لینک داخلی که در انتقال ساخته می شوند */
.tb-site .content-banner {
  display: block; margin: 22px 0; padding: 14px 18px;
  background: var(--tb-cyan-wash); border-inline-start: 4px solid var(--tb-cyan);
  font-weight: 600; color: var(--tb-cyan-dark);
}
.tb-site .content-banner:hover { background: var(--tb-cyan-wash-2); color: var(--tb-ink); }

/* ستون کناری — کلاس واقعی پارشال .tk-side است */
.tb-site .tk-side { display: grid; gap: 20px; align-content: start; min-width: 0; }
.tb-site .tk-side > * { min-width: 0; }
.tb-site .tk-side ul { list-style: none; margin: 0; padding: 0; }
.tb-site .tk-side img { max-width: 100%; height: auto; }

/* جعبه دعوت به اقدام */
.tb-site .tk-side-cta {
  background: var(--tb-white); border: 1px solid var(--tb-rule-2); border-top: 4px solid var(--tb-cyan);
  padding: 18px; display: flex; flex-direction: column; align-items: stretch; gap: 10px;
  position: sticky; top: calc(var(--tbs-header-h) + 16px); z-index: 2;
}
.tb-site .tk-side-cta b { font-size: 1.05rem; }
.tb-site .tk-side-cta p { margin: 0; font-size: .86rem; color: var(--tb-muted); }
.tb-site .tk-side-cta .tk-btn { width: 100%; }
.tb-site .tk-side-tel {
  display: block; text-align: center; padding: 9px 12px;
  border: 1px solid var(--tb-rule-2); font-size: 1.12rem; color: var(--tb-ink);
}
.tb-site .tk-side-tel:hover { border-color: var(--tb-ink); color: var(--tb-hot); }
.tb-site .tk-side-warranty {
  display: block; text-align: center; font-size: .8rem; color: var(--tb-muted);
  padding-top: 4px; border-top: 1px dotted var(--tb-rule);
}

/* جعبه های ستون کناری */
.tb-site .tk-side-box { background: var(--tb-white); border: 1px solid var(--tb-rule); border-top: 3px solid var(--tb-ink); padding: 16px 18px; }
.tb-site .tk-side-h {
  display: flex; align-items: center; gap: 8px;
  font-size: 1rem; margin: 0 0 12px; padding-bottom: 8px; border-bottom: 1px solid var(--tb-rule);
}
.tb-site .tk-side-h i { color: var(--tb-cyan); font-size: .95rem; }

.tb-site .tk-side-links li { padding: 6px 0; border-bottom: 1px dotted var(--tb-rule); }
.tb-site .tk-side-links li:last-child { border-bottom: 0; }
.tb-site .tk-side-links a { font-size: .89rem; color: var(--tb-ink-2); line-height: 1.9; display: block; }
.tb-site .tk-side-links a:hover { color: var(--tb-hot); }

.tb-site .tk-side-comments li { padding: 10px 0; border-bottom: 1px dotted var(--tb-rule); }
.tb-site .tk-side-comments li:last-child { border-bottom: 0; }
.tb-site .tk-side-comments p { margin: 0 0 5px; font-size: .85rem; color: var(--tb-ink-2); line-height: 1.9; }
.tb-site .tk-side-comments a { font-size: .78rem; color: var(--tb-muted); }
.tb-site .tk-side-cname { font-weight: 600; color: var(--tb-cyan-dark); }

.tb-site .tk-side-posts li { padding: 10px 0; border-bottom: 1px dotted var(--tb-rule); }
.tb-site .tk-side-posts li:last-child { border-bottom: 0; }
.tb-site .tk-side-posts a { display: flex; align-items: flex-start; gap: 10px; }
.tb-site .tk-side-thumb {
  flex: 0 0 68px; width: 68px; height: 52px; overflow: hidden;
  background: var(--tb-paper-2); border: 1px solid var(--tb-rule); display: block;
}
.tb-site .tk-side-thumb img { width: 68px; height: 52px; object-fit: cover; display: block; filter: grayscale(.3); }
.tb-site .tk-side-posts a:hover .tk-side-thumb img { filter: none; }
.tb-site .tk-side-ptitle { flex: 1; font-size: .87rem; line-height: 1.8; color: var(--tb-ink-2); }
.tb-site .tk-side-posts a:hover .tk-side-ptitle { color: var(--tb-hot); }

/* ==========================================================================
   ۷) فرم ها و مدال
   ========================================================================== */
.tb-site input[type="text"], .tb-site input[type="tel"], .tb-site input[type="email"],
.tb-site input[type="search"], .tb-site input[type="number"], .tb-site select, .tb-site textarea {
  width: 100%; padding: 11px 12px; background: var(--tb-white);
  border: 1px solid var(--tb-rule-2); font-family: var(--font-fa); font-size: .95rem; color: var(--tb-ink);
}
.tb-site textarea { min-height: 110px; resize: vertical; }
.tb-site input:focus, .tb-site select:focus, .tb-site textarea:focus { border-color: var(--tb-cyan); outline: none; background: #fff; }
.tb-site label { display: block; font-size: .86rem; font-weight: 600; color: var(--tb-ink-2); margin-bottom: 5px; }
.tb-site .form-row, .tb-site .tk-form-row { margin-bottom: 14px; }
.tb-site .form-note { font-size: .8rem; color: var(--tb-muted); }

.tb-site .tk-modal, .tb-site .tk-request-modal { background: rgba(32,30,29,.6); }
.tb-site .tk-modal-box, .tb-site .tk-request-box {
  background: var(--tb-paper); border: 1px solid var(--tb-rule-2); border-top: 4px solid var(--tb-cyan);
  border-radius: var(--tb-radius);
}

/* ==========================================================================
   ۸) پاورقی
   ========================================================================== */
.tb-site .tk-footer { background: var(--tb-ink); color: #C9C5C4; margin-top: 0; border-top: 4px solid var(--tb-cyan); }
.tb-site .tk-footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: 34px;
  padding: 40px 0 30px;
}
.tb-site .tk-footer h3 {
  color: #fff; font-size: 1.02rem; margin: 0 0 14px; padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,.16); letter-spacing: .04em;
}
.tb-site .tk-footer p { font-size: .89rem; line-height: 2.05; color: #B4B0AF; margin: 0; }
.tb-site .tk-footer ul { list-style: none; margin: 0; padding: 0; }
.tb-site .tk-footer li { font-size: .89rem; padding: 5px 0; color: #B4B0AF; }
.tb-site .tk-footer a { color: #D9D5D4; }
.tb-site .tk-footer a:hover { color: var(--tb-cyan-light); }
.tb-site .tk-social { display: flex; gap: 8px; margin-top: 14px; }
.tb-site .tk-social a {
  width: 38px; height: 38px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.22); color: #D9D5D4;
}
.tb-site .tk-social a:hover { border-color: var(--tb-cyan); color: #fff; background: rgba(0,136,176,.2); }
.tb-site .tk-badges { display: flex; flex-wrap: wrap; gap: 12px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.12); }
.tb-site .tk-badges img { background: #fff; padding: 6px; height: 78px; width: auto; }
.tb-site .tk-footer-bar {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px;
  padding: 14px 0 20px; border-top: 1px solid rgba(255,255,255,.12);
  font-size: .8rem; color: #918D8C;
}

/* ==========================================================================
   ۹) نوار پایین موبایل
   ========================================================================== */
.tb-site .tk-mobilebar { display: none; }
@media (max-width: 860px) {
  .tb-site .tk-mobilebar {
    position: fixed; inset-inline: 0; bottom: 0; z-index: 120;
    display: grid; grid-template-columns: 1fr 1fr;
    background: var(--tb-ink); border-top: 3px solid var(--tb-cyan);
  }
  .tb-site .tk-mobilebar a {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 6px; color: #fff; font-size: .92rem; font-weight: 600;
  }
  .tb-site .tk-mb-form { background: var(--tb-cyan); }
  .tb-site .tk-mobilebar a:hover { color: #fff; }
  body.tb-site { padding-bottom: 54px; }
}

/* ==========================================================================
   ۱۰) واکنش گرا
   ========================================================================== */
@media (max-width: 1080px) {
  .tb-site .tk-layout { grid-template-columns: minmax(0, 1fr); }
  .tb-site .tk-sidebar { position: static; }
  .tb-hero-grid { grid-template-columns: 1fr; }
  .tb-steps { grid-template-columns: repeat(2, 1fr); }
  .tb-steps .tb-step:nth-child(odd) { border-inline-start: 1px solid var(--tb-rule); }
}
@media (max-width: 860px) {
  .tb-site .tk-hdr-brand { display: none; }
  .tb-site .tk-burger { display: block; }
  .tb-site .tk-nav { display: none; }
  .tb-site .tk-logo-mini { display: flex; }
  .tb-site .tk-nav-cta { display: none; }
  .tb-site .tk-footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .tb-site .toc-list { columns: 1; }
  .tb-quotes, .tb-devices { grid-template-columns: 1fr; }
  .tb-hero { padding-top: 24px; }
  .tb-endcta-in { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  body.tb-site { font-size: 15px; }
  .tb-steps { grid-template-columns: 1fr; }
  .tb-steps .tb-step { border-inline-start: 1px solid var(--tb-rule); }
  .tb-hero-facts div { flex-basis: 50%; border-inline-start: 0; padding-inline: 0; }
  .tb-site .tbs-svc-cta { flex-direction: column; align-items: stretch; }
  .tb-site .tbs-svc-cta-actions { flex-direction: column; }
  .tb-dateline { flex-direction: column; align-items: flex-start; gap: 2px; }
}

/* ==========================================================================
   ۱۱) چاپ
   ========================================================================== */
@media print {
  .tb-site .tk-hdr-nav, .tb-site .tk-hdr-brand, .tb-site .tk-mobilebar,
  .tb-site .tk-sidebar, .tb-site .tbs-svc-cta, .tb-site .tk-footer,
  .tb-endcta, .tb-site .tk-drawer, .tb-site .tk-drawer-veil { display: none; }
  body.tb-site { background: #fff; }
  .tb-site .tk-layout { display: block; padding: 0; }
}

/* ==========================================================================
   ۱۲) آکاردئون سوالات صفحه اول — با <details> بومی، بدون جاوااسکریپت
   ========================================================================== */
.tb-site details.tk-faq-item { background: var(--tb-white); border-bottom: 1px solid var(--tb-rule); }
.tb-site details.tk-faq-item > summary {
  display: flex; align-items: center; gap: 12px;
  padding: 15px 16px; cursor: pointer; list-style: none;
  font-family: var(--font-fa); font-size: 1rem; font-weight: 600; color: var(--tb-ink);
}
.tb-site details.tk-faq-item > summary::-webkit-details-marker { display: none; }
.tb-site details.tk-faq-item > summary::after {
  content: '+'; margin-inline-start: auto;
  font-family: var(--font-lat); font-size: 1.3rem; line-height: 1; color: var(--tb-cyan-dark);
}
.tb-site details.tk-faq-item[open] > summary::after { content: '−'; }
.tb-site details.tk-faq-item > summary:hover { background: var(--tb-paper-3); color: var(--tb-cyan-dark); }
.tb-site details.tk-faq-item[open] > summary { border-bottom: 1px dotted var(--tb-rule); }
.tb-site details.tk-faq-item .tk-faq-a-in { height: auto; padding: 14px 16px 18px; }

/* فرم داخل کارت هیرو و بخش درخواست */
.tb-site .tb-hero-card .tk-formwrap { margin: 0; }
.tb-site .tb-hero-card .tk-formwrap button[type="submit"],
.tb-site .tb-hero-card .tk-form-submit {
  width: 100%; padding: 12px 18px; background: var(--tb-cyan-dark); color: #fff;
  border: 1px solid var(--tb-cyan-dark); font-family: var(--font-fa); font-weight: 600; cursor: pointer;
}
.tb-site .tb-hero-card .tk-formwrap button[type="submit"]:hover { background: var(--tb-ink); border-color: var(--tb-ink); }

/* عنوان دستگاه داخل کاشی */
.tb-site .tb-device a b { color: var(--tb-ink); }
.tb-site .tb-device a:hover b { color: var(--tb-hot); }

/* صفحه جستجو و ۴۰۴ */
.tb-site .search-page, .tb-site .error-page { max-width: var(--tb-wrap); margin-inline: auto; padding: 40px 18px 60px; }
.tb-site .search-page h1, .tb-site .error-page h1 { border-bottom: 3px double var(--tb-rule-2); padding-bottom: 12px; }

/* ==========================================================================
   ۱۳) اجزایی که استایلشان در tamirkar24.css بود و اینجا بازنویسی شده اند
   --------------------------------------------------------------------------
   با حذف tamirkar24.css این اجزا بی استایل مانده بودند:
   فرم درخواست، مدال، لیست زیرصفحه ها، دکمه های اشتراک گذاری.
   ========================================================================== */

/* ---------- فرم درخواست ---------- */
.tb-site .tk-formwrap { display: block; }
.tb-site .tk-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 14px; }
.tb-site .tk-quick     { display: grid; grid-template-columns: 1fr; gap: 10px; }
.tb-site .tk-field { display: flex; flex-direction: column; min-width: 0; }
.tb-site .tk-field-full { grid-column: 1 / -1; }
.tb-site .tk-field label { font-size: .84rem; font-weight: 600; color: var(--tb-ink-2); margin-bottom: 5px; }
.tb-site .tk-field input,
.tb-site .tk-field textarea { width: 100%; }
.tb-site .tk-quick .tk-btn { width: 100%; margin-top: 2px; }

.tb-site .tk-form-actions {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--tb-rule);
}
.tb-site .tk-form-actions .tk-btn-primary { min-width: 170px; }
.tb-site .tk-form-note { font-size: .8rem; color: var(--tb-muted); }

.tb-site .tk-cap-row { display: flex; align-items: center; gap: 8px; }
.tb-site .tk-cap-row span { font-size: 1.05rem; color: var(--tb-ink-2); }
.tb-site .tk-cap-row input { width: 84px; text-align: center; }
.tb-site .tk-cap-new {
  width: 38px; height: 38px; background: var(--tb-paper-2); border: 1px solid var(--tb-rule-2);
  color: var(--tb-ink); cursor: pointer; font-size: 1.05rem;
}
.tb-site .tk-cap-new:hover { background: var(--tb-cyan-wash); }

.tb-site .tk-form-ok {
  display: flex; align-items: flex-start; gap: 12px;
  background: var(--tb-cyan-wash); border: 1px solid var(--tb-cyan); padding: 16px 18px;
}
.tb-site .tk-form-ok[hidden] { display: none; }
.tb-site .tk-form-ok-mark {
  width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center;
  background: var(--tb-cyan-dark); color: #fff; font-size: 1rem;
}
.tb-site .tk-form-ok b { display: block; font-size: 1rem; }
.tb-site .tk-form-ok p { margin: 4px 0 0; font-size: .87rem; color: var(--tb-ink-2); }

.tb-site .tk-form-err {
  margin-top: 12px; padding: 11px 14px; font-size: .87rem;
  background: #FDE7EF; border: 1px solid var(--tb-hot); color: #8A0045;
}
.tb-site .tk-form-err[hidden] { display: none; }
.tb-site .tk-form-err ul { margin: 0; padding-inline-start: 18px; }

/* ---------- مدال درخواست ---------- */
.tb-site .tk-modal {
  position: fixed; inset: 0; z-index: 300;
  display: flex; align-items: center; justify-content: center; padding: 18px;
}
.tb-site .tk-modal[hidden] { display: none; }
.tb-site .tk-modal-veil { position: absolute; inset: 0; background: rgba(32, 30, 29, .62); }
.tb-site .tk-modal-box {
  position: relative; z-index: 1; width: min(620px, 100%); max-height: 90vh; overflow-y: auto;
  background: var(--tb-paper); border: 1px solid var(--tb-rule-2); border-top: 4px solid var(--tb-cyan);
}
.tb-site .tk-modal-head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 14px;
  padding: 18px 20px 14px; border-bottom: 1px solid var(--tb-rule); background: var(--tb-white);
}
.tb-site .tk-modal-eyebrow {
  display: block; font-size: .72rem; letter-spacing: .14em; color: var(--tb-cyan-dark);
  margin-bottom: 3px;
}
.tb-site .tk-modal-head b { font-size: 1.2rem; }
.tb-site .tk-modal-close {
  width: 34px; height: 34px; flex: 0 0 34px; background: transparent;
  border: 1px solid var(--tb-rule-2); color: var(--tb-ink); font-size: 1rem; cursor: pointer;
}
.tb-site .tk-modal-close:hover { background: var(--tb-ink); color: #fff; border-color: var(--tb-ink); }
.tb-site .tk-modal-body { padding: 18px 20px 22px; }
.tb-site .tk-modal-lead { margin: 0 0 16px; font-size: .9rem; color: var(--tb-muted); }

/* ---------- لیست زیرصفحه ها: کاشی متنی ---------- */
.tb-site .tk-childlist {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 0; border-top: 1px solid var(--tb-rule); border-inline-start: 1px solid var(--tb-rule);
}
.tb-site .tk-childtile {
  display: flex; align-items: center; gap: 10px; padding: 12px 14px; background: var(--tb-white);
  border-bottom: 1px solid var(--tb-rule); border-inline-end: 1px solid var(--tb-rule);
  font-size: .9rem; color: var(--tb-ink-2);
}
.tb-site .tk-childtile:hover { background: var(--tb-cyan-wash); color: var(--tb-cyan-dark); }
.tb-site .tk-childtile-ico { flex: 0 0 auto; color: var(--tb-cyan); font-size: .9rem; }
.tb-site .tk-childtile-t { flex: 1; line-height: 1.85; }
.tb-site .tk-childtile-go { flex: 0 0 auto; color: var(--tb-faint); }
.tb-site .tk-childtile:hover .tk-childtile-go { color: var(--tb-hot); }

/* ---------- لیست زیرصفحه ها: کارت تصویری ---------- */
.tb-site .tk-cardgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 24px; }
.tb-site .tk-card { background: transparent; border: 0; padding: 0; }
.tb-site .tk-card-img { display: block; overflow: hidden; background: var(--tb-paper-2); border: 1px solid var(--tb-rule); }
.tb-site .tk-card-img img { width: 100%; height: 158px; object-fit: cover; display: block; filter: grayscale(.25) contrast(1.05); transition: filter .2s ease; }
.tb-site .tk-card:hover .tk-card-img img { filter: none; }
.tb-site .tk-card-noimg { display: grid; place-items: center; height: 158px; color: var(--tb-faint); font-size: 1.5rem; }
.tb-site .tk-card-b { padding-top: 10px; }
.tb-site .tk-card-date { display: block; font-family: var(--font-lat); font-size: .74rem; color: var(--tb-faint); margin-bottom: 4px; }
.tb-site .tk-card-t { font-size: .98rem; margin: 0; line-height: 1.85; }
.tb-site .tk-card-t a { color: var(--tb-ink); }
.tb-site .tk-card-t a:hover { color: var(--tb-hot); }

/* card.php — نسخه قدیمی تر */
.tb-site .children-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 24px; }
.tb-site .child-card { background: var(--tb-white); border: 1px solid var(--tb-rule); }
.tb-site .child-card-img img { width: 100%; height: 158px; object-fit: cover; display: block; }
.tb-site .child-card-body { padding: 12px 14px; }
.tb-site .child-card-title { font-size: .98rem; margin: 0 0 6px; }
.tb-site .child-card-excerpt { font-size: .84rem; color: var(--tb-muted); margin: 0; }

/* ---------- اشتراک گذاری ---------- */
.tb-site .share-box {
  display: flex; align-items: center; flex-wrap: wrap; gap: 10px;
  margin: 26px 0 0; padding: 14px 0; border-top: 1px solid var(--tb-rule); border-bottom: 1px solid var(--tb-rule);
}
.tb-site .share-label { font-size: .86rem; color: var(--tb-muted); }
.tb-site .share-links { display: flex; flex-wrap: wrap; gap: 6px; }
.tb-site .share-btn {
  width: 36px; height: 36px; display: grid; place-items: center;
  background: var(--tb-white); border: 1px solid var(--tb-rule-2); border-radius: var(--tb-radius);
  color: var(--tb-ink-2); font-size: .92rem; cursor: pointer;
}
.tb-site .share-btn:hover { background: var(--tb-ink); border-color: var(--tb-ink); color: #fff; }
.tb-site .share-copied { font-size: .8rem; color: var(--tb-cyan-dark); }

/* ---------- نظرات ---------- */
.tb-site .comments-section { margin-top: 34px; padding-top: 22px; border-top: 3px double var(--tb-rule-2); }
.tb-site .comments-section h2 { font-size: 1.22rem; margin: 0 0 14px; }
.tb-site .comment { background: var(--tb-white); border: 1px solid var(--tb-rule); padding: 14px 16px; margin-bottom: 12px; }

/* ---------- واکنش گرا برای همین بخش ---------- */
@media (max-width: 640px) {
  .tb-site .tk-form-grid { grid-template-columns: 1fr; }
  .tb-site .tk-cardgrid, .tb-site .children-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 16px; }
  .tb-site .tk-childlist { grid-template-columns: 1fr; }
  .tb-site .tk-side-cta { position: static; }
  .tb-site .tk-modal { padding: 0; align-items: flex-end; }
  .tb-site .tk-modal-box { width: 100%; max-height: 92vh; }
}

/* ==========================================================================
   ۱۴) جدول ها — یک ظاهر واحد در کل سایت
   --------------------------------------------------------------------------
   جدول های داخل محتوا از ادیتور سایت قدیم آمده اند و روی خودشان
   style و border و bgcolor دارند. برای اینکه همه شان یکدست دیده شوند،
   این چند قاعده عمدا !important دارند — تنها جای فایل که این کار شده.
   ========================================================================== */
.tb-site .page-content table,
.tb-site .section-content table,
.tb-site .table-scroll > table {
  width: 100% !important;
  border-collapse: collapse !important;
  border: 1px solid var(--tb-rule-2) !important;
  background: var(--tb-white) !important;
  margin: 24px 0 !important;
  font-size: .93rem !important;
  table-layout: auto !important;
}
.tb-site .page-content table th,
.tb-site .page-content table td,
.tb-site .section-content table th,
.tb-site .section-content table td {
  border: 1px solid var(--tb-rule) !important;
  padding: 10px 12px !important;
  text-align: start !important;
  vertical-align: middle !important;
  background-image: none !important;
  color: var(--tb-ink-2) !important;
  line-height: 1.95 !important;
  white-space: normal !important;
  width: auto !important;
  height: auto !important;
}
.tb-site .page-content table th,
.tb-site .section-content table th,
.tb-site .page-content table thead td,
.tb-site .section-content table thead td {
  background: var(--tb-ink) !important;
  color: #F1EFEE !important;
  font-weight: 600 !important;
  border-color: var(--tb-ink) !important;
  letter-spacing: .02em !important;
}
/* ردیف اول اگر thead ندارد ولی سلول هایش پررنگ است، باز هم سرستون حساب شود */
.tb-site .page-content table tr:first-child td strong,
.tb-site .section-content table tr:first-child td strong { color: inherit !important; }

.tb-site .page-content table tbody tr:nth-child(even) td,
.tb-site .section-content table tbody tr:nth-child(even) td { background: var(--tb-paper-3) !important; }
.tb-site .page-content table tbody tr:hover td,
.tb-site .section-content table tbody tr:hover td { background: var(--tb-cyan-wash) !important; }

/* سلول هایی که فقط شماره تلفن دارند */
.tb-site .page-content table td a[href^="tel"],
.tb-site .section-content table td a[href^="tel"] {
  display: inline-block; font-family: 'Peyda','Dana',Tahoma,sans-serif;
  font-weight: 600; letter-spacing: .04em; direction: ltr;
  border-bottom: 1px solid var(--tb-cyan-wash-2);
}

/* اسکرول افقی روی موبایل — main.js خودش جدول ها را در این قاب می پیچد */
.tb-site .table-scroll {
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  margin: 24px 0; border-inline-start: 3px solid var(--tb-cyan-wash-2);
}
.tb-site .table-scroll > table { margin: 0 !important; min-width: 480px; }

/* ==========================================================================
   ۱۵) لایه تمایز — چیزهایی که این سایت را از بقیه جدا می کند
   ========================================================================== */

/* بند اول هر صفحه، «لید» روزنامه است: درشت تر، با خط کش کنار */
.tb-site .page-content > p:first-of-type,
.tb-site .page-content-intro > p:first-of-type {
  font-size: 1.12rem; color: var(--tb-ink); line-height: 2.05;
  padding-inline-start: 16px; border-inline-start: 3px solid var(--tb-ink);
}

/* متن ستونی روزنامه: تراز دو طرف */
.tb-site .page-content p,
.tb-site .section-content p { text-align: justify; text-justify: inter-word; }

/* تیترهای داخل متن با خط کش پررهنگ بالای خودشان (بدون شماره) */
.tb-site .page-content h2 { border-top: 2px solid var(--tb-ink); border-bottom: 0; padding: 12px 0 0; }
.tb-site .section-title  { border-inline-start: 0; padding-inline-start: 0; border-top: 2px solid var(--tb-ink); padding-top: 12px; }
.tb-site .page-section + .page-section { border-top: 0; padding-top: 0; }

/* ستون کناری: به جای جعبه های قاب دار، ستون واقعی با خط کش مویی */
@media (min-width: 1081px) {
  .tb-site .tk-layout { gap: 0; }
  .tb-site .tk-side {
    padding-inline-start: 26px; margin-inline-start: 26px;
    border-inline-start: 1px solid var(--tb-rule);
  }
  .tb-site .tk-side-box { border-inline: 0; border-bottom: 0; border-top: 2px solid var(--tb-ink); padding: 14px 0 0; background: transparent; }
}
.tb-site .tk-side-h { letter-spacing: .04em; }

/* مسیر صفحه با اسلش، ریزتر */
.tb-site .breadcrumb ol { font-size: .78rem; letter-spacing: .03em; }
.tb-site .breadcrumb .separator::before { content: '/'; }
.tb-site .breadcrumb .separator { font-size: 0; }
.tb-site .breadcrumb .separator::before { font-size: .78rem; }

/* ==========================================================================
   ۱۶) موبایل — جمع کردن فضاهای خالی
   ========================================================================== */
@media (max-width: 760px) {
  .tb-site .tbs-svc-cta {
    display: block; padding: 14px; margin: 14px 0 20px; min-height: 0;
  }
  .tb-site .tbs-svc-cta-text { margin-bottom: 12px; }
  .tb-site .tbs-svc-cta-text strong { font-size: .98rem; line-height: 1.9; }
  .tb-site .tbs-svc-cta-actions { display: grid; grid-template-columns: 1fr; gap: 8px; margin: 0; }
  .tb-site .tbs-svc-cta-tel,
  .tb-site .tbs-svc-cta-btn { width: 100%; justify-content: center; text-align: center; margin: 0; }

  .tb-site .tk-layout { padding: 18px 14px 40px; }
  .tb-site .page-h1 { font-size: 1.42rem; padding-bottom: 10px; }
  .tb-site .page-content > p:first-of-type { font-size: 1.02rem; padding-inline-start: 12px; }
  .tb-site .page-content h2 { font-size: 1.18rem; }
  .tb-site .section-title { font-size: 1.14rem; }
  .tb-site .toc-box { padding: 14px; margin: 16px 0; }
}

/* ---------- فهرست مناطق: فشرده، چند ستونه، حروف اول برجسته ---------- */
.tb-site .tk-childlist-areas { grid-template-columns: repeat(auto-fill, minmax(196px, 1fr)); }
.tb-site .tk-childlist-areas .tk-childtile { padding: 9px 12px; font-size: .87rem; }
.tb-site .tk-childlist-areas .tk-childtile-ico { color: var(--tb-cyan-light); }
.tb-site .tk-childlist-areas .tk-childtile-go { display: none; }
@media (max-width: 640px) {
  .tb-site .tk-childlist-areas { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tb-site .tk-childlist-areas .tk-childtile { font-size: .82rem; padding: 9px 8px; }
}

/* ==========================================================================
   ۱۷) بازنویسی قواعد فایل پایه  ← این بخش باید آخر فایل بماند
   --------------------------------------------------------------------------
   tehranbosch.css حدود ۱۳۰ قاعده با پیشوند `body.tbs-site` دارد که
   وزنشان از قواعد تک کلاسی این فایل بیشتر است. مهم ترینشان این بود:

       body.tbs-site .page-article { max-width: 1180px; margin: 0 auto; ... }

   این قاعده صفحه را از ستون خودش پهن تر می کرد، برای همین در صفحات
   داخلی متن روی ستون کناری می افتاد. چون بدنه هر دو کلاس را دارد
   (`tbs-site tb-site`)، اینجا با همان وزن ولی دیرتر نوشته می شود و برنده است.
   ========================================================================== */

body.tb-site #main-content { background: var(--tb-paper); }

body.tb-site .page-article {
  max-width: none; margin: 0; padding: 0;
  background: transparent; border: 0; border-radius: 0; box-shadow: none;
  min-width: 0;
}

body.tb-site h1, body.tb-site h2, body.tb-site h3, body.tb-site h4 {
  font-family: var(--font-fa); letter-spacing: 0;
}

body.tb-site .page-h1 {
  font-family: var(--font-fa);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 700; line-height: 1.6; color: var(--tb-ink);
  margin: 0 0 8px; padding: 0 0 14px;
  border-bottom: 3px double var(--tb-rule-2);
}

body.tb-site .page-content,
body.tb-site .page-content-intro,
body.tb-site .page-content-sections,
body.tb-site .tbs-page-content {
  font-size: 1.02rem; line-height: 2.15; color: var(--tb-ink-2);
  background: transparent; padding: 0; margin: 0;
}
body.tb-site .page-content p,
body.tb-site .page-content-intro p {
  margin: 0 0 1.15em; padding-right: 0; text-align: justify; line-height: 2.15;
}
body.tb-site .page-content > p:first-of-type,
body.tb-site .page-content-intro > p:first-of-type {
  font-size: 1.12rem; color: var(--tb-ink); line-height: 2.05;
  padding-inline-start: 16px; border-inline-start: 3px solid var(--tb-ink);
}
body.tb-site .page-content h2 {
  font-family: var(--font-fa); font-size: 1.4rem; font-weight: 700; color: var(--tb-ink);
  margin: 1.7em 0 .6em; padding: 12px 0 0;
  border-top: 2px solid var(--tb-ink); border-bottom: 0;
}
body.tb-site .page-content h3 {
  font-family: var(--font-fa); font-size: 1.14rem; color: var(--tb-cyan-dark);
  margin: 1.4em 0 .5em; border: 0; padding: 0;
}
body.tb-site .page-content img {
  max-width: 100%; height: auto; display: block; margin: 22px auto;
  border: 1px solid var(--tb-rule); border-radius: var(--tb-radius);
}
body.tb-site .page-content a { color: var(--tb-cyan-dark); border-bottom: 1px solid var(--tb-cyan-wash-2); }
body.tb-site .page-content a:hover { color: var(--tb-hot); border-bottom-color: var(--tb-hot); }
body.tb-site .page-content ul,
body.tb-site .page-content ol { padding-inline-start: 22px; margin: 0 0 1.15em; }

body.tb-site .section-title {
  font-family: var(--font-fa); font-size: 1.32rem; margin: 0 0 12px;
  padding: 12px 0 0; border-top: 2px solid var(--tb-ink); border-inline-start: 0;
}

/* ---------- فهرست مطالب ----------
   تک ستونه، بدون جعبه، فقط دو خط کش مویی بالا و پایین.
   شماره ها با counter ساخته می شوند تا هم <ol> ساده و هم نسخه ای که
   <span class="toc-num"> دارد یکسان دیده شوند. */
body.tb-site .toc-box {
  background: transparent; border: 0; border-radius: 0; box-shadow: none;
  border-top: 1px solid var(--tb-rule); border-bottom: 1px solid var(--tb-rule);
  padding: 14px 0; margin: 22px 0;
}
body.tb-site .toc-title {
  display: flex; align-items: center; gap: 7px;
  font-family: var(--font-fa); font-weight: 600; font-size: .78rem;
  color: var(--tb-muted); letter-spacing: .12em; margin: 0 0 8px;
}
body.tb-site .toc-title svg { width: 14px; height: 14px; fill: var(--tb-cyan); flex: 0 0 auto; }

body.tb-site .toc-list {
  columns: 1; list-style: none; counter-reset: tbtoc;
  padding: 0; margin: 0;
}
body.tb-site .toc-list li {
  counter-increment: tbtoc;
  display: flex; align-items: baseline; gap: 9px;
  font-size: .9rem; line-height: 1.95; padding: 2px 0;
  break-inside: avoid;
}
body.tb-site .toc-list li::before {
  content: counter(tbtoc);
  flex: 0 0 auto; min-width: 16px;
  font-family: 'Peyda', 'Dana', Tahoma, sans-serif;
  font-size: .76rem; color: var(--tb-cyan); text-align: start;
}
body.tb-site .toc-list .toc-num { display: none; }   /* شماره تکراری قالب پایه */
body.tb-site .toc-list a { color: var(--tb-ink-2); border-bottom: 0; }
body.tb-site .toc-list a:hover { color: var(--tb-hot); }

@media (max-width: 640px) {
  body.tb-site .toc-box { padding: 12px 0; margin: 16px 0; }
  body.tb-site .toc-list li { font-size: .86rem; }
}

body.tb-site .breadcrumb { background: var(--tb-paper); border-bottom: 1px solid var(--tb-rule); }
body.tb-site .breadcrumb a { color: var(--tb-muted); }
body.tb-site .breadcrumb a:hover { color: var(--tb-cyan-dark); }
body.tb-site .breadcrumb span[aria-current="page"] { color: var(--tb-ink); }

body.tb-site .article-meta {
  display: flex; flex-wrap: wrap; gap: 14px; margin: 10px 0 18px;
  padding-bottom: 12px; border-bottom: 1px solid var(--tb-rule);
  font-size: .8rem; color: var(--tb-muted); background: transparent;
}

/* ---------- نوار «سوال دارید؟» ---------- */
body.tb-site .tk-askbar {
  display: flex; align-items: center; gap: 12px;
  margin: 16px 0 22px; padding: 12px 16px;
  background: var(--tb-white); border: 1px solid var(--tb-rule-2);
  border-inline-start: 4px solid var(--tb-hot);
  color: var(--tb-ink);
}
body.tb-site .tk-askbar:hover { background: var(--tb-paper-3); color: var(--tb-ink); }
body.tb-site .tk-askbar-ico { flex: 0 0 auto; color: var(--tb-hot); font-size: 1.15rem; }
body.tb-site .tk-askbar-txt { flex: 1; min-width: 0; line-height: 1.85; }
body.tb-site .tk-askbar-txt b { display: block; font-size: .97rem; }
body.tb-site .tk-askbar-txt span { display: block; font-size: .84rem; color: var(--tb-muted); }
body.tb-site .tk-askbar-count {
  flex: 0 0 auto; min-width: 26px; height: 26px; display: grid; place-items: center;
  background: var(--tb-hot); color: #fff; font-size: .8rem; padding: 0 7px;
}
body.tb-site .tk-askbar-go { flex: 0 0 auto; color: var(--tb-faint); }
body.tb-site .tk-askbar:hover .tk-askbar-go { color: var(--tb-hot); }
body.tb-site .tk-ask-glow { outline: 2px solid var(--tb-cyan); outline-offset: 2px; }

@media (max-width: 640px) {
  body.tb-site .tk-askbar { padding: 10px 12px; gap: 9px; }
  body.tb-site .tk-askbar-txt span { display: none; }
  }
