.ar-wrap { max-width: 1240px; margin: 0 auto; padding: 20px 28px 52px; }

.ar-crumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 12px;
  color: var(--tx-2);
}
.ar-crumbs a { color: var(--tx-2); }
.ar-crumbs a:hover { color: var(--ac); }
.ar-crumbs .sep { color: var(--tx-3); display: flex; }
.ar-crumbs .cur { color: var(--ac); font-weight: 700; }

.ar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 336px;
  gap: 24px;
  align-items: start;
  direction: ltr;
}
.ar-main { direction: rtl; display: flex; flex-direction: column; gap: 26px; min-width: 0; }
.ar-aside { direction: rtl; display: flex; flex-direction: column; gap: 18px; min-width: 0; }

.ar-head {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}
.ar-head-media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 236px;
  background: var(--card);
}
.ar-head-media img,
.ar-head-media picture { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ar-head-media picture img { position: static; }

.ar-head-body { display: flex; flex-direction: column; gap: 14px; padding-top: 4px; min-width: 0; }
.ar-head-body .badge {
  align-self: flex-start;
  background: var(--ac);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 8px;
}
.ar-head-body .badge:hover { background: var(--ac-h); color: #fff; }
.ar-head-body h1 {
  margin: 0;
  font-size: 29px;
  font-weight: 900;
  line-height: 1.45;
  color: var(--tx);
  text-wrap: balance;
}

.ar-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; font-size: 12.5px; color: var(--tx-2); }
.ar-meta .m { display: flex; align-items: center; gap: 7px; }
.ar-meta .ava {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--ac);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11.5px;
  font-weight: 700;
}

.ar-share { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.ar-share .sh {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: var(--card-h);
  border: 1px solid var(--line);
  color: var(--tx-2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color .18s, color .18s;
}
.ar-share .sh:hover { border-color: var(--ac); color: var(--ac); }
.ar-share .sh.wa:hover { border-color: #25D366; }
.ar-share .sh.tg:hover { border-color: #229ED9; }
.ar-share .sh.x { color: var(--tx); }

.ab-h { display: flex; align-items: center; gap: 9px; margin-bottom: 12px; }
.ab-h .bar { width: 5px; height: 20px; border-radius: 3px; background: var(--ac); flex-shrink: 0; }
.ab-h h2, .ab-h h3 { margin: 0; font-size: 19px; font-weight: 800; color: var(--tx); }
.ab-h h3.ac { font-size: 16px; color: var(--ac); }

.ab-body { font-size: 14.5px; line-height: 2.15; color: var(--tx-2); text-align: justify; }
.ab-body p { margin: 0 0 16px; }
.ab-body > *:last-child { margin-bottom: 0; }
.ab-body a { color: var(--ac); text-decoration: underline; text-underline-offset: 4px; }
.ab-body a:hover { color: var(--ac-h); }
.ab-body strong { color: var(--tx); }
.ab-body ul, .ab-body ol { padding-inline-start: 20px; margin: 0 0 16px; }
.ab-body li { margin-bottom: 8px; }
.ab-body img { max-width: 100%; height: auto; border-radius: 12px; }

.ab-list {
  background: var(--card);
  border: 1px solid rgba(249, 115, 22, .45);
  border-radius: 14px;
  padding: 17px 18px;
}
.ab-list-h { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.ab-list-h h3 { margin: 0; font-size: 15.5px; font-weight: 800; color: var(--tx); }
.ab-list-h .ic {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: rgba(249, 115, 22, .14);
  color: var(--ac);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ab-list-items { display: flex; flex-direction: column; gap: 11px; }
.ab-list-items div {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 12.5px;
  line-height: 1.85;
  color: var(--tx-2);
}
.ab-list-items .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ac);
  margin-top: 8px;
  flex-shrink: 0;
}

.ab-note {
  display: flex;
  align-items: center;
  gap: 11px;
  background: rgba(249, 115, 22, .08);
  border: 1px solid rgba(249, 115, 22, .28);
  border-radius: 11px;
  padding: 12px 15px;
}
.ab-note .ic {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--ac);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ab-note .tx { font-size: 13px; font-weight: 600; line-height: 1.75; color: var(--tx); }

.ab-quote {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(249, 115, 22, .07);
  border: 1px solid rgba(249, 115, 22, .4);
  border-radius: 14px;
  padding: 18px 20px;
}
.ab-quote .mark { color: var(--ac); flex-shrink: 0; display: flex; }
.ab-quote p { margin: 0; font-size: 14.5px; font-weight: 700; line-height: 1.95; color: var(--tx); }

.ab-pc { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ab-pc-cols { display: contents; }
.ab-pc-box { border-radius: 14px; padding: 17px 18px; }
.ab-pc-box.cons { background: rgba(232, 60, 50, .07); border: 1px solid rgba(232, 60, 50, .32); }
.ab-pc-box.pros { background: rgba(40, 178, 106, .07); border: 1px solid rgba(40, 178, 106, .32); }
.ab-pc-h { display: flex; align-items: center; gap: 9px; margin-bottom: 13px; }
.ab-pc-h h3 { margin: 0; font-size: 15.5px; font-weight: 800; color: var(--tx); }
.ab-pc-h .ic {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ab-pc-box.cons .ic { background: rgba(232, 60, 50, .16); color: #F06158; }
.ab-pc-box.pros .ic { background: rgba(40, 178, 106, .16); color: #34C578; }
.ab-pc-list { display: flex; flex-direction: column; gap: 11px; }
.ab-pc-list div {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12.5px;
  line-height: 1.85;
  color: var(--tx-2);
}
.ab-pc-list svg { flex-shrink: 0; }

.ab-table-box { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.ab-table-wrap { overflow-x: auto; }
.ab-table { width: 100%; border-collapse: collapse; font-size: 12.5px; }
.ab-table th {
  padding: 12px 14px;
  text-align: center;
  font-weight: 800;
  color: var(--tx);
  background: rgba(249, 115, 22, .16);
  border-inline-start: 1px solid rgba(249, 115, 22, .22);
}
.ab-table th.first { border-inline-start: 0; }
.ab-table td {
  padding: 11px 14px;
  text-align: center;
  color: var(--tx-2);
  border-inline-start: 1px solid var(--line-2);
  border-top: 1px solid var(--line-2);
}
.ab-table td.first { font-weight: 700; color: var(--tx); border-inline-start: 0; }
.ab-table tbody tr:nth-child(odd) { background: var(--card); }
.ab-table tbody tr:nth-child(even) { background: var(--panel); }

/* جدول جمع‌شده: ردیف‌های اضافه تا زدن دکمهٔ «نمایش بیشتر» پنهان می‌مانند */
.ab-table-box.is-clamped .ab-table tbody tr.is-more { display: none; }

/* دکمه نوار پایانی خودِ جدول است؛ جدا و شناور نیست */
.ab-table-more {
  width: 100%;
  height: 38px;
  border: 0;
  border-top: 1px solid var(--line-2);
  border-radius: 0;
  background: rgba(249, 115, 22, .07);
  color: var(--ac);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background .18s;
}
.ab-table-more:hover { background: rgba(249, 115, 22, .14); }
.ab-table-more svg { transition: transform .22s; }
.ab-table-more[aria-expanded="true"] svg { transform: rotate(180deg); }

.ab-gallery {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
}
.ab-gallery-h { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.ab-gallery-h .t { display: flex; align-items: center; gap: 9px; }
.ab-gallery-h h3 { margin: 0; font-size: 15.5px; font-weight: 800; color: var(--tx); }
.ab-gallery-h .ic {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: rgba(249, 115, 22, .14);
  color: var(--ac);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ab-gallery-h .n { font-size: 11px; color: var(--tx-3); }

.ab-gallery-rail { position: relative; }
.ab-gallery-rail .strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 1px;
}
.ab-gallery-rail .strip::-webkit-scrollbar { display: none; }
.ab-gallery-rail .shot {
  flex: 0 0 calc((100% - 40px) / 5);
  scroll-snap-align: start;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 4 / 3;
  transition: border-color .18s;
}
.ab-gallery-rail .shot:hover { border-color: var(--ac); }
.ab-gallery-rail .shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ab-gallery-rail .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--tx);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color .18s, color .18s;
}
.ab-gallery-rail .nav:hover { border-color: var(--ac); color: var(--ac); }
.ab-gallery-rail .nav.prev { right: 0; }
.ab-gallery-rail .nav.next { left: 0; }

.ab-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ab-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 12px;
}
.ab-feature .ic {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(249, 115, 22, .13);
  color: var(--ac);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ab-feature .t { font-size: 12px; font-weight: 700; line-height: 1.7; color: var(--tx); }

.ab-video {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1.5px solid var(--ac);
  aspect-ratio: 16 / 9;
  background: #000;
}
.ab-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.ab-video-fallback a { color: var(--ac); font-weight: 700; }

.ab-summary {
  background: linear-gradient(135deg, rgba(249, 115, 22, .1), rgba(249, 115, 22, .03));
  border: 1px solid rgba(249, 115, 22, .32);
  border-radius: 16px;
  padding: 24px 26px;
}
.ab-summary-h { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.ab-summary-h h2 { margin: 0; font-size: 21px; font-weight: 900; color: var(--tx); }
.ab-summary-h .ic {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--ac);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ab-summary p { margin: 0 0 16px; font-size: 14.5px; line-height: 2.15; color: var(--tx-2); text-align: justify; }
.ab-summary-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ab-summary-items div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--tx);
}
.ab-summary-items svg { flex-shrink: 0; }

.ab-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(90deg, var(--card-h), var(--card));
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px 20px;
}
.ab-cta .tx { flex: 1; min-width: 0; }
.ab-cta h3 { margin: 0 0 5px; font-size: 16px; font-weight: 800; color: var(--tx); }
.ab-cta p { margin: 0; font-size: 12.5px; color: var(--tx-2); }
.ab-cta .btn {
  height: 42px;
  padding: 0 20px;
  border-radius: 11px;
  background: var(--ac);
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(249, 115, 22, .3);
}
.ab-cta .btn:hover { background: var(--ac-h); color: #fff; }

.ar-tags { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }
.ar-tags .lbl { font-size: 13px; font-weight: 700; color: var(--tx-2); }
.ar-tags a {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--tx-2);
  background: var(--card);
  border: 1px solid var(--line);
  padding: 6px 13px;
  border-radius: 20px;
}
.ar-tags a:hover { border-color: var(--ac); color: var(--ac); }

.ar-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ar-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 12px 14px;
  transition: border-color .18s;
}
.ar-nav-item:hover { border-color: var(--ac); }
.ar-nav-item .arrow { color: var(--ac); flex-shrink: 0; display: flex; }
.ar-nav-item .tx { flex: 1; display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.ar-nav-item .tx small { font-size: 10.5px; color: var(--tx-3); }
.ar-nav-item .tx strong { font-size: 12.5px; font-weight: 700; color: var(--tx); line-height: 1.7; }
.ar-nav-item .thumb { width: 58px; height: 46px; border-radius: 9px; overflow: hidden; flex-shrink: 0; }
.ar-nav-item .thumb img { width: 100%; height: 100%; object-fit: cover; }
.ar-nav-item.next .tx { text-align: left; }

.ar-sec-h { display: flex; align-items: center; justify-content: space-between; }
.ar-sec-h .ab-h { margin-bottom: 0; }
.ar-sec-h .more { font-size: 12px; font-weight: 700; color: var(--ac); }
.ar-related { display: flex; flex-direction: column; gap: 16px; }
.ar-related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }

.ar-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 13px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color .18s;
}
.ar-card:hover { border-color: var(--ac); }
.ar-card .media { position: relative; display: block; height: 104px; }
.ar-card .media img { width: 100%; height: 100%; object-fit: cover; }
.ar-card .badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: var(--ac);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 6px;
}
.ar-card .body { padding: 12px 13px 13px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.ar-card .t { font-size: 12.5px; font-weight: 700; line-height: 1.85; color: var(--tx); }
.ar-card .t:hover { color: var(--ac); }
.ar-card .d { display: flex; align-items: center; gap: 5px; margin-top: auto; font-size: 10px; color: var(--tx-3); }

.ar-box {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
}
.ar-box.grad { background: linear-gradient(180deg, var(--card-h), var(--card)); }
.ar-box.list { padding: 18px 18px 8px; }

.ar-box-h { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; }
.ar-box-h.between { justify-content: space-between; }
.ar-box-h h3 { margin: 0; font-size: 16px; font-weight: 800; color: var(--tx); }
.ar-box-h .chip {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: rgba(249, 115, 22, .14);
  color: var(--ac);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ar-box-h .chip.sm { width: 26px; height: 26px; border-radius: 8px; }
.ar-box.list .ar-box-h { margin-bottom: 8px; }

.ar-quick-list { display: flex; flex-direction: column; gap: 9px; }
.ar-quick {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border-radius: 12px;
  background: var(--card-h);
  border: 1px solid var(--line-2);
  transition: border-color .18s;
}
.ar-quick:hover { border-color: var(--ac); }
.ar-quick .ic {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--card);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tx-2);
  flex-shrink: 0;
}
.ar-quick .txt { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.ar-quick .t { font-size: 12.5px; font-weight: 700; color: var(--tx); }
.ar-quick .s { font-size: 10px; color: var(--tx-3); }
.ar-quick .go { color: var(--tx-3); display: flex; flex-shrink: 0; }

.ar-pop {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line-2);
}
.ar-pop .rank {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: var(--ac);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  flex-shrink: 0;
}
.ar-pop .thumb { width: 64px; height: 50px; border-radius: 8px; overflow: hidden; flex-shrink: 0; }
.ar-pop .thumb img { width: 100%; height: 100%; object-fit: cover; }
.ar-pop .info { flex: 1; display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.ar-pop .info a { font-size: 12px; font-weight: 700; line-height: 1.75; color: var(--tx); }
.ar-pop .info a:hover { color: var(--ac); }
.ar-pop .d { display: flex; align-items: center; gap: 5px; font-size: 10px; color: var(--tx-3); }

.ar-vid {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line-2);
}
.ar-vid .thumb { position: relative; width: 74px; height: 50px; border-radius: 8px; overflow: hidden; flex-shrink: 0; }
.ar-vid .thumb img { width: 100%; height: 100%; object-fit: cover; }
.ar-vid .play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.ar-vid .play span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(13, 14, 16, .55);
  border: 1px solid rgba(255, 255, 255, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ar-vid .dur {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background: rgba(13, 14, 16, .85);
  color: #fff;
  font-size: 8.5px;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 4px;
  direction: ltr;
}
.ar-vid .t { flex: 1; font-size: 12px; font-weight: 700; line-height: 1.75; color: var(--tx); }
.ar-vid .t:hover { color: var(--ac); }

.ar-more { text-align: center; padding: 12px 0; }
.ar-more a { font-size: 12px; font-weight: 700; color: var(--ac); }

.ar-box.ad { display: flex; flex-direction: column; gap: 12px; }
.ar-box.ad h3 { margin: 0; font-size: 16px; font-weight: 800; color: var(--tx); }
.ar-box.ad p { margin: 0; font-size: 12px; line-height: 1.9; color: var(--tx-2); }
.ar-box.ad .btn {
  height: 44px;
  border-radius: 11px;
  background: var(--ac);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(249, 115, 22, .3);
}
.ar-box.ad .btn:hover { background: var(--ac-h); color: #fff; }
.ar-box.ad .btn.ghost {
  height: 42px;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--tx-2);
  font-size: 12.5px;
  font-weight: 600;
  gap: 7px;
  box-shadow: none;
}
.ar-box.ad .btn.ghost:hover { border-color: var(--ac); color: var(--ac); background: transparent; }

.ar-main .comments { max-width: none; margin: 26px 0 0; }

@media (max-width: 1100px) {
  .ar-layout { grid-template-columns: minmax(0, 1fr); direction: rtl; }
  .ab-gallery-rail .shot { flex-basis: calc((100% - 20px) / 3); }
  .ar-related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  .ar-wrap { padding: 16px 18px 40px; }
  .ar-head { grid-template-columns: minmax(0, 1fr); }
  .ar-head-media { min-height: 200px; }
  .ar-head-body h1 { font-size: 22px; }
  .ab-pc { grid-template-columns: minmax(0, 1fr); }
  .ab-features { grid-template-columns: repeat(2, 1fr); }
  .ab-summary-items { grid-template-columns: minmax(0, 1fr); }
  .ar-nav { grid-template-columns: minmax(0, 1fr); }
  .ab-cta { flex-direction: column; align-items: stretch; text-align: center; }
  .ab-cta .btn { justify-content: center; }
}

@media (max-width: 560px) {
  .ab-gallery-rail .shot { flex-basis: calc((100% - 10px) / 2); }
  .ar-related-grid { grid-template-columns: minmax(0, 1fr); }
  .ab-features { grid-template-columns: minmax(0, 1fr); }
  .ar-crumbs .cur { display: none; }
}

.ab-image { margin: 0; }
.ab-image img { width: 100%; height: auto; border-radius: 14px; border: 1px solid var(--line); display: block; }
.ab-image figcaption {
  margin-top: 9px;
  font-size: 12px;
  color: var(--tx-3);
  text-align: center;
}

.ab-body h1, .ab-body h2, .ab-body h3,
.ab-body h4, .ab-body h5, .ab-body h6 {
  color: var(--tx);
  font-weight: 800;
  margin: 24px 0 12px;
  text-align: right;
}
.ab-body h1 { font-size: 26px; }
.ab-body h2 { font-size: 21px; }
.ab-body h3 { font-size: 18px; }
.ab-body h4 { font-size: 16px; }
.ab-body h5 { font-size: 14.5px; }
.ab-body h6 { font-size: 13.5px; }
.ab-body h1:first-child, .ab-body h2:first-child, .ab-body h3:first-child { margin-top: 0; }

.ab-cta-img {
  width: 92px;
  height: 78px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
.ab-cta-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

.ab-faq-list { display: flex; flex-direction: column; gap: 10px; }
.ab-faq-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .18s;
}
.ab-faq-item[open] { border-color: rgba(249, 115, 22, .45); }
.ab-faq-item summary {
  background: rgba(249, 115, 22, .16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
  list-style: none;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--tx);
}
.ab-faq-item summary::-webkit-details-marker { display: none; }
.ab-faq-item summary:hover { color: var(--ac); }
.ab-faq-item .chev { color: var(--ac); display: flex; flex-shrink: 0; transition: transform .2s; }
.ab-faq-item[open] .chev { transform: rotate(180deg); }
.ab-faq-item .a {
  padding: 0 16px 15px;
  font-size: 13px;
  line-height: 2.1;
  color: var(--tx-2);
  text-align: justify;
}
.ab-faq-item .a a { color: var(--ac); }

.ab-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.ab-col { min-width: 0; display: flex; flex-direction: column; gap: 16px; }

@media (max-width: 800px) {
  .ab-columns { grid-template-columns: minmax(0, 1fr); }
}

.sr-blocks { display: flex; flex-direction: column; gap: 26px; }


.dolox-cicon { object-fit: contain; display: block; }
.ab-list-h .ic .dolox-cicon,
.ab-feature .ic .dolox-cicon { width: 60%; height: 60%; }

.comments {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 26px;
}

.comments-title,
.comments #reply-title {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 800;
  color: var(--tx);
}
.comments #reply-title small { font-size: 12px; font-weight: 500; margin-inline-start: 10px; }
.comments #reply-title small a { color: var(--ac); }

.comments .comment-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.comments .comment-form > p { margin: 0; }
.comments .comment-form-comment,
.comments .form-submit,
.comments .comment-notes,
.comments .comment-form-cookies-consent { grid-column: 1 / -1; }

.comments .comment-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--tx-2);
}
.comments .comment-form label .required { color: var(--ac); }

.comments .comment-form input[type="text"],
.comments .comment-form input[type="email"],
.comments .comment-form input[type="url"],
.comments .comment-form textarea {
  width: 100%;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--tx);
  font-family: inherit;
  font-size: 13px;
  padding: 12px 14px;
  outline: none;
  transition: border-color .18s;
  box-sizing: border-box;
}
.comments .comment-form input:focus,
.comments .comment-form textarea:focus {
  border-color: var(--ac);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, .16);
  outline: none;
}
.comments .comment-form textarea {
  display: block;
  min-height: 140px;
  line-height: 2;
  resize: vertical;
}
.comments .comment-form ::placeholder { color: var(--tx-3); }

.comments .comment-notes,
.comments .comment-form-cookies-consent label {
  font-size: 11.5px;
  color: var(--tx-3);
  line-height: 1.9;
  font-weight: 400;
  margin: 0;
}
.comments .comment-form-cookies-consent { display: flex; align-items: center; gap: 8px; }
.comments .comment-form-cookies-consent input { width: auto; }

.comments .form-submit { margin: 0; }
.comments .form-submit input[type="submit"] {
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 11px;
  background: var(--ac);
  color: #fff;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  transition: background .18s;
  box-shadow: 0 6px 16px rgba(249, 115, 22, .28);
}
.comments .form-submit input[type="submit"]:hover { background: var(--ac-h); }

.comments .comment-list { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.comments .comment-list .children {
  list-style: none;
  margin: 14px 0 0;
  padding-inline-start: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.comments .comment-body {
  background: var(--panel);
  border: 1px solid var(--line-2);
  border-radius: 12px;
  padding: 15px 17px;
}
.comments .comment-author { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 700; color: var(--tx); }
.comments .comment-author img { border-radius: 50%; }
.comments .comment-author .says { display: none; }
.comments .comment-meta { font-size: 11px; color: var(--tx-3); margin: 6px 0 10px; }
.comments .comment-meta a { color: var(--tx-3); }
.comments .comment-body p { font-size: 13px; line-height: 2.05; color: var(--tx-2); margin: 0 0 10px; }
.comments .comment-body p:last-child { margin-bottom: 0; }
.comments .reply a { font-size: 11.5px; font-weight: 700; color: var(--ac); }
.comments .no-comments { color: var(--tx-3); font-size: 13px; }
.comments .comment-awaiting-moderation { font-size: 11.5px; color: var(--ac); }

@media (max-width: 640px) {
  .comments { padding: 18px 16px; }
  .comments .comment-form { grid-template-columns: 1fr; }
}

.ab-body [style*="text-align:right"],
.ab-body [style*="text-align: right"]   { text-align: right !important; }
.ab-body [style*="text-align:center"],
.ab-body [style*="text-align: center"]  { text-align: center !important; }
.ab-body [style*="text-align:left"],
.ab-body [style*="text-align: left"]    { text-align: left !important; }
.ab-body [style*="text-align:justify"],
.ab-body [style*="text-align: justify"] { text-align: justify !important; }

.dolox-cicon { object-fit: contain; display: block; }
.ab-list-h .ic .dolox-cicon,
.ab-feature .ic .dolox-cicon { width: 60%; height: 60%; }

.ab-lb {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 26px;
  background: rgba(8, 10, 12, .93);
  backdrop-filter: blur(4px);
}
.ab-lb.on { display: flex; }
.ab-lb-fig { margin: 0; max-width: 100%; max-height: 100%; text-align: center; }
.ab-lb-fig img {
  max-width: 100%;
  max-height: calc(100vh - 110px);
  border-radius: 12px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.ab-lb-fig figcaption {
  margin-top: 12px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, .72);
}
.ab-lb-x,
.ab-lb-nav {
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .1);
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  line-height: 1;
  transition: background .18s, border-color .18s;
}
.ab-lb-nav { width: 46px; height: 46px; font-size: 26px; }
.ab-lb-x {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.ab-lb-x:hover,
.ab-lb-nav:hover { background: var(--ac); border-color: var(--ac); }
.ab-lb-x:focus-visible,
.ab-lb-nav:focus-visible { outline: 2px solid var(--ac); outline-offset: 2px; }

@media (max-width: 700px) {
  .ab-lb { padding: 14px; gap: 4px; }
  .ab-lb-nav { width: 38px; height: 38px; font-size: 22px; }
  .ab-lb-fig img { max-height: calc(100vh - 150px); }
}

.ab-body .pullquote,
.pullquote {
  margin: 24px 0;
  padding: 14px 20px;
  border: 0;
  border-inline-start: 4px solid var(--ac);
  background: var(--card);
  border-radius: 10px;
  color: var(--tx-2);
}
.pullquote p {
  margin: 0;
  font-size: 15.5px;
  line-height: 2.2;
  color: var(--tx-2);
}
.pullquote cite {
  display: block;
  margin-top: 11px;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 700;
  color: var(--ac);
}
.pullquote cite::before { content: '— '; }

.pullquote.align-right { text-align: right; }
.pullquote.align-center { text-align: center; }
.pullquote.align-left {
  text-align: left;
  border-inline-start: 0;
  border-inline-end: 4px solid var(--ac);
}

@media (max-width: 700px) {
  .pullquote { padding: 12px 15px; }
  .pullquote p { font-size: 13.5px; }
}

.ab-audio {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 18px;
}
.ab-audio-h { display: flex; align-items: center; gap: 10px; margin-bottom: 13px; }
.ab-audio-h h3 { margin: 0; font-size: 15px; font-weight: 800; color: var(--tx); }
.ab-audio-h .ic {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: rgba(249, 115, 22, .14);
  color: var(--ac);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ab-audio audio { width: 100%; display: block; }
.ab-audio .cap { margin: 11px 0 0; font-size: 12px; color: var(--tx-3); }






.ab-video.is-facade { cursor: pointer; display: block; }
.ab-video.is-offsite { display: block; text-decoration: none; }

.ab-video .cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ab-video .shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 10, 12, .5) 0%, rgba(8, 10, 12, .12) 45%, rgba(8, 10, 12, .3) 100%);
  transition: background .2s;
}
.ab-video.is-facade:hover .shade,
.ab-video.is-offsite:hover .shade { background: rgba(8, 10, 12, .25); }

.ab-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: var(--ac);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 26px rgba(249, 115, 22, .45);
  transition: transform .2s, background .2s;
}
.ab-video-play svg { margin-inline-start: 4px; }
.ab-video.is-facade:hover .ab-video-play,
.ab-video.is-offsite:hover .ab-video-play {
  transform: translate(-50%, -50%) scale(1.09);
  background: var(--ac-h);
}
.ab-video-play:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

.ab-video-dur {
  position: absolute;
  bottom: 12px;
  inset-inline-end: 12px;
  padding: 4px 11px;
  border-radius: 20px;
  background: rgba(8, 10, 12, .8);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  pointer-events: none;
}
.ab-video-note {
  position: absolute;
  bottom: 12px;
  inset-inline-start: 12px;
  padding: 4px 11px;
  border-radius: 20px;
  background: rgba(8, 10, 12, .8);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
}

.ab-video.is-playing { cursor: default; }
.ab-video.is-playing video,
.ab-video.is-playing iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
}
.ab-video noscript iframe,
.ab-video noscript video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

@media (max-width: 700px) {
  .ab-video-play { width: 56px; height: 56px; }
  .ab-video-play svg { width: 20px; height: 20px; }
}

/* ==========================================================================
   مزایا و معایب — حالت یکپارچه
   وقتی هر دو ستون پر باشند، یک باکس واحد با سربرگ مشترک می‌شود.
   ========================================================================== */

.ab-pc.is-merged {
  display: block;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--card);
  overflow: hidden;
}

.ab-pc.is-merged .ab-pc-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  background: var(--card-h);
}
.ab-pc.is-merged .ab-pc-head h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: var(--tx);
}
.ab-pc.is-merged .ab-pc-head .ic {
  display: flex;
  color: var(--ac);
  flex-shrink: 0;
}

/* دو ستون داخل همان باکس، با خط جداکنندهٔ وسط */
.ab-pc.is-merged .ab-pc-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ab-pc.is-merged .ab-pc-box {
  border: 0;
  border-radius: 0;
  background: none;
  padding: 16px 18px 18px;
}
.ab-pc.is-merged .ab-pc-box.cons { border-inline-end: 1px solid var(--line); }


/* داخل ستون جا تنگ است — دو بخش کنار هم می‌مانند ولی جمع‌وجورتر */
.ab-col .ab-pc.is-merged .ab-pc-box { padding: 13px 12px 14px; }
.ab-col .ab-pc.is-merged .ab-pc-h { gap: 6px; margin-bottom: 10px; }
.ab-col .ab-pc.is-merged .ab-pc-h h3 { font-size: 13.5px; }
.ab-col .ab-pc.is-merged .ab-pc-list { gap: 9px; }
.ab-col .ab-pc.is-merged .ab-pc-list div { font-size: 12px; gap: 6px; }
