/* ==========================================================================
   pages.css — استایل صفحات داخلی
   --------------------------------------------------------------------------
   پروتکل SMP · نقشه راه · درباره ما · سؤالات متداول · تماس با ما
   همه‌ی رنگ‌ها از توکن‌های style.css می‌آیند.
   ========================================================================== */

.sm-page { overflow-x: clip; }

.sm-page .sm-wrap { width: min(100% - 2.5rem, 1200px); margin-inline: auto; }
.sm-page .sm-section { padding-block: clamp(3rem, 2rem + 4vw, 6rem); }

/* ---------- سربرگ صفحات ---------- */

.sm-phead {
  position: relative;
  isolation: isolate;
  background: linear-gradient(150deg, var(--sm-navy-900) 0%, var(--sm-navy-800) 60%, var(--sm-navy-700) 100%);
  color: #fff;
  padding-block: clamp(3.5rem, 2.4rem + 5vw, 7rem);
  overflow: hidden;
  text-align: center;
}

.sm-phead--compact { padding-block: clamp(3rem, 2rem + 3.5vw, 5rem); }

.sm-phead__bg {
  position: absolute; inset: 0; z-index: -1;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
}
.sm-phead__seal { width: min(70vw, 520px); height: auto; opacity: .05; filter: grayscale(1) brightness(3); }

.sm-phead__inner { display: flex; flex-direction: column; align-items: center; gap: 1rem; }

.sm-phead__eyebrow {
  margin: 0;
  font-size: .9rem;
  font-weight: 500;
  color: var(--sm-gold-300);
}

.sm-phead__title {
  margin: 0;
  font-size: clamp(1.7rem, 1.15rem + 2.6vw, 3rem);
  font-weight: 900;
  line-height: 1.35;
  color: #fff;
  text-wrap: balance;
}

.sm-phead__lead {
  margin: 0;
  max-width: 54ch;
  font-size: clamp(.98rem, .94rem + .3vw, 1.12rem);
  font-weight: 300;
  line-height: 2;
  color: var(--sm-navy-200);
}

.sm-phead__trust {
  margin: .5rem 0 0;
  font-size: .87rem;
  color: var(--sm-gold-300);
}

/* ==========================================================================
   سربرگ صفحه با عکس  (.sm-phead--photo)
   --------------------------------------------------------------------------
   دقیقاً همان منطق هیروی صفحه‌ی اصلی — توضیح کاملش آنجاست
   (assets/css/home.css، بخش «هیرو با عکس واقعی»).
   ========================================================================== */

.sm-phead--photo {
  --sm-phead-focus: center;
  padding-block: 0;
  text-align: start;
}

.sm-phead--photo .sm-phead__bg {
  position: relative;
  inset: auto;
  z-index: 0;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.sm-phead--photo .sm-phead__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--sm-phead-focus);
  opacity: 1;
  filter: none;
}

.sm-phead--photo .sm-phead__inner {
  align-items: stretch;
  padding-block: clamp(2rem, 1.6rem + 2.2vw, 3.2rem);
}

.sm-phead--photo .sm-phead__title {
  font-size: clamp(1.45rem, 1.05rem + 1.7vw, 2.3rem);
}

.sm-phead--photo .sm-phead__lead {
  max-width: 44ch;
  color: var(--sm-navy-100);
}

@media (min-width: 62rem) {

  /* ---------- چیدمان «کنار هم» ---------- */

  .sm-phead--split {
    display: grid;
    direction: ltr;
    min-height: clamp(26rem, 56vh, 38rem);
    align-items: stretch;
  }

  .sm-phead--split > * { direction: rtl; }

  .sm-phead--split.sm-phead--text-left  { grid-template-columns: minmax(0, 44fr) minmax(0, 56fr); }
  .sm-phead--split.sm-phead--text-right { grid-template-columns: minmax(0, 56fr) minmax(0, 44fr); }

  .sm-phead--split.sm-phead--text-left  .sm-phead__inner { grid-column: 1; grid-row: 1; }
  .sm-phead--split.sm-phead--text-left  .sm-phead__bg    { grid-column: 2; grid-row: 1; }
  .sm-phead--split.sm-phead--text-right .sm-phead__inner { grid-column: 2; grid-row: 1; }
  .sm-phead--split.sm-phead--text-right .sm-phead__bg    { grid-column: 1; grid-row: 1; }

  .sm-phead--split .sm-phead__bg { aspect-ratio: auto; height: 100%; }

  .sm-phead--split .sm-phead__inner {
    width: min(100% - 3rem, 34rem);
    margin-inline: auto;
    justify-content: center;
    padding-block: clamp(2.5rem, 2rem + 2vw, 3.5rem);
  }

  .sm-phead--split .sm-phead__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .sm-phead--split.sm-phead--text-left .sm-phead__bg::after {
    background: linear-gradient(to right,
      var(--sm-navy-900) 0%, rgba(7, 26, 43, .55) 5%, rgba(7, 26, 43, 0) 15%);
  }

  .sm-phead--split.sm-phead--text-right .sm-phead__bg::after {
    background: linear-gradient(to left,
      var(--sm-navy-900) 0%, rgba(7, 26, 43, .55) 5%, rgba(7, 26, 43, 0) 15%);
  }

  /* ---------- چیدمان «روی عکس» ---------- */

  .sm-phead--overlay { display: grid; min-height: clamp(26rem, 58vh, 40rem); }

  .sm-phead--overlay .sm-phead__bg,
  .sm-phead--overlay .sm-phead__inner { grid-area: 1 / 1; }

  .sm-phead--overlay .sm-phead__bg { aspect-ratio: auto; height: 100%; }

  .sm-phead--overlay .sm-phead__inner {
    z-index: 1;
    align-self: center;
    padding-block: clamp(2rem, 1rem + 3vw, 3.5rem);
  }

  .sm-phead--overlay.sm-phead--text-right .sm-phead__inner { padding-left:  52%; }
  .sm-phead--overlay.sm-phead--text-left  .sm-phead__inner { padding-right: 52%; }
}

.sm-phead--overlay .sm-phead__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sm-phead--overlay.sm-phead--text-right .sm-phead__bg::after {
  background: linear-gradient(to left,
    rgba(7, 26, 43, .93) 0%, rgba(7, 26, 43, .86) 28%,
    rgba(7, 26, 43, .45) 46%, rgba(7, 26, 43, 0) 62%);
}

.sm-phead--overlay.sm-phead--text-left .sm-phead__bg::after {
  background: linear-gradient(to right,
    rgba(7, 26, 43, .93) 0%, rgba(7, 26, 43, .86) 28%,
    rgba(7, 26, 43, .45) 46%, rgba(7, 26, 43, 0) 62%);
}

@media (max-width: 61.99rem) {
  .sm-phead--overlay .sm-phead__bg::after { display: none; }
}


/* ---------- بلوک‌های متنی ---------- */

.sm-prose-section { background: var(--sm-surface); }
.sm-page .sm-measure { max-width: 46rem; margin-inline: auto; }

.sm-block { margin-bottom: 2.5rem; }
.sm-block:last-child { margin-bottom: 0; }

.sm-block__title {
  margin: 0 0 .7rem;
  font-size: clamp(1.2rem, 1.05rem + .7vw, 1.55rem);
  font-weight: 700;
  color: var(--sm-navy-800);
  line-height: 1.5;
}

.sm-block__text {
  margin: 0 0 1rem;
  color: var(--sm-text-soft);
  line-height: 2.05;
  font-size: 1rem;
}
.sm-block__text:last-child { margin-bottom: 0; }

.sm-pullquote {
  margin: 2.5rem 0 0;
  padding: 1.4rem 1.5rem;
  background: var(--sm-navy-50);
  border: none;
  border-inline-start: 3px solid var(--sm-gold-500);
  border-radius: 0 var(--sm-radius) var(--sm-radius) 0;
}
.sm-pullquote p {
  margin: 0;
  font-size: clamp(1.02rem, .96rem + .4vw, 1.2rem);
  font-weight: 500;
  color: var(--sm-navy-800);
  line-height: 1.9;
}

.sm-disclaimer {
  margin: 2rem 0 0;
  padding: 1rem 1.2rem;
  background: var(--sm-paper-alt);
  border: 1px dashed var(--sm-rule);
  border-radius: var(--sm-radius);
  font-size: .87rem;
  color: var(--sm-text-muted);
  line-height: 1.95;
}

.sm-callout {
  padding: 1.5rem 1.5rem 1.6rem;
  background: var(--sm-paper);
  border: 1px solid var(--sm-rule);
  border-radius: var(--sm-radius-lg);
}
.sm-callout .sm-btn { margin-top: 1rem; }

/* ==========================================================================
   صفحه‌ی نقشه راه
   ========================================================================== */

.sm-mapfig { background: var(--sm-surface); padding-bottom: 0 !important; }

/* اینفوگرافیک عریض است؛ روی موبایل داخل قاب خودش افقی اسکرول
   می‌شود تا صفحه‌ی اصلی هیچ‌وقت افقی نلغزد. */
.sm-mapfig__frame {
  margin: 0;
  overflow-x: auto;
  border: 1px solid var(--sm-rule);
  border-radius: var(--sm-radius-lg);
  box-shadow: var(--sm-shadow);
  background: var(--sm-paper);
  -webkit-overflow-scrolling: touch;
}

.sm-mapfig__frame img {
  display: block;
  width: 100%;
  min-width: 44rem;
  height: auto;
}

.sm-mapfig__hint {
  margin: .8rem 0 0;
  text-align: center;
  font-size: .82rem;
  color: var(--sm-text-muted);
}
@media (min-width: 48rem) { .sm-mapfig__hint { display: none; } }

.sm-mapphases { background: var(--sm-surface); }

.sm-mapphases__list {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: var(--sm-gap, 1.5rem);
}

.sm-mapphase {
  background: var(--sm-paper);
  border: 1px solid var(--sm-rule);
  border-radius: var(--sm-radius-lg);
  padding: 1.5rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sm-mapphase__head { display: flex; gap: .9rem; align-items: flex-start; }

.sm-mapphase__num {
  flex: none;
  width: 2.3rem; height: 2.3rem;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--sm-navy-800);
  color: #fff;
  font-weight: 700;
  font-size: .95rem;
}

.sm-mapphase__title { margin: 0 0 .2rem; display: flex; flex-direction: column; gap: .1rem; }
.sm-mapphase__en { font-size: .78rem; font-weight: 500; color: var(--sm-gold-700); direction: ltr; }
.sm-mapphase__fa { font-size: 1.15rem; font-weight: 700; color: var(--sm-navy-800); }
.sm-mapphase__goal { margin: 0; font-size: .87rem; color: var(--sm-text-muted); line-height: 1.8; }

.sm-mapphase__items { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.sm-mapphase__items li {
  display: flex; align-items: flex-start; gap: .55rem;
  font-size: .92rem; color: var(--sm-text-soft); line-height: 1.85;
}
.sm-mapphase__items li::before {
  content: "";
  flex: none; margin-top: .6em;
  width: .38rem; height: .38rem;
  border-radius: 50%;
  background: var(--sm-leaf-500);
}

.sm-mapphase__signal {
  margin: auto 0 0;
  padding-top: .9rem;
  border-top: 1px solid var(--sm-rule);
  font-size: .87rem;
  color: var(--sm-text-muted);
  line-height: 1.9;
}
.sm-mapphase__signal-label {
  display: block;
  font-size: .76rem;
  font-weight: 500;
  color: var(--sm-gold-700);
  margin-bottom: .2rem;
}

.sm-note--gold {
  background: var(--sm-gold-50);
  border-color: var(--sm-gold-100);
  border-inline-start-color: var(--sm-gold-500);
  color: var(--sm-text-soft);
}

/* ==========================================================================
   صفحه‌ی درباره ما
   ========================================================================== */

.sm-founders { background: var(--sm-paper); }

.sm-founders__list { display: grid; gap: var(--sm-gap, 1.5rem); max-width: 58rem; margin-inline: auto; }

.sm-founder {
  background: var(--sm-surface);
  border: 1px solid var(--sm-rule);
  border-radius: var(--sm-radius-lg);
  padding: clamp(1.5rem, 1.2rem + 1vw, 2.2rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 42rem) {
  .sm-founder { grid-template-columns: 12rem 1fr; }
}

.sm-founder__side { text-align: center; }
.sm-founder__name { margin: .9rem 0 .2rem; font-size: 1.12rem; font-weight: 700; color: var(--sm-navy-800); }
.sm-founder__role { margin: 0; font-size: .82rem; color: var(--sm-gold-700); font-weight: 500; line-height: 1.7; }

.sm-founder__body p { margin: 0 0 1rem; font-size: .96rem; color: var(--sm-text-soft); line-height: 2.05; }
.sm-founder__body p:last-child { margin-bottom: 0; }

/* ==========================================================================
   صفحه‌ی سؤالات متداول  —  آکاردئون
   --------------------------------------------------------------------------
   پایه‌اش تگ <details> است، پس بدون جاوااسکریپت هم باز و بسته می‌شود.
   اسکریپت فقط حرکت نرمِ باز و بسته شدن را اضافه می‌کند.
   ========================================================================== */

.sm-faq { background: var(--sm-surface); }

.sm-faq__item {
  position: relative;
  margin-bottom: .7rem;
  border: 1px solid var(--sm-navy-100);
  border-radius: var(--sm-radius-lg);
  background: var(--sm-surface);
  overflow: hidden;
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.sm-faq__item:hover { border-color: var(--sm-gold-300); }

.sm-faq__item[open] {
  border-color: var(--sm-gold-400);
  box-shadow: var(--sm-shadow-sm);
}

/* نوار طلایی کناری وقتی باز است */
.sm-faq__item::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 3px;
  background: var(--sm-gold-500);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .25s ease;
}
.sm-faq__item[open]::before { transform: scaleY(1); }

.sm-faq__q {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  padding: 1.05rem 1.25rem;
  cursor: pointer;
  list-style: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  color: var(--sm-navy-800);
  transition: background .2s ease, color .2s ease;
  -webkit-tap-highlight-color: transparent;
}

.sm-faq__q::-webkit-details-marker { display: none; }
.sm-faq__q::marker { content: ""; }

.sm-faq__q:hover { background: var(--sm-navy-50); }
.sm-faq__item[open] .sm-faq__q { color: var(--sm-navy-900); }
.sm-faq__q:focus-visible { outline: 2px solid var(--sm-gold-500); outline-offset: -3px; }

/* شماره‌ی سؤال */
.sm-faq__num {
  flex: none;
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  margin-top: .05rem;
  border-radius: 50%;
  background: var(--sm-navy-50);
  border: 1px solid var(--sm-navy-100);
  color: var(--sm-navy-700);
  font-size: .82rem;
  font-weight: 700;
  transition: background .22s ease, color .22s ease, border-color .22s ease;
}

.sm-faq__item[open] .sm-faq__num {
  background: var(--sm-gold-500);
  border-color: var(--sm-gold-500);
  color: #fff;
}

.sm-faq__q-text { flex: 1; min-width: 0; }

/* دکمه‌ی گرد فلش */
.sm-faq__chevron {
  flex: none;
  position: relative;
  width: 1.7rem;
  height: 1.7rem;
  margin-top: .1rem;
  border-radius: 50%;
  background: var(--sm-navy-50);
  transition: background .22s ease, transform .28s cubic-bezier(.22,.61,.36,1);
}

.sm-faq__chevron::before,
.sm-faq__chevron::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: .62rem;
  height: 2px;
  border-radius: 2px;
  background: var(--sm-gold-600);
  transform: translate(-50%, -50%);
  transition: transform .28s cubic-bezier(.22,.61,.36,1), opacity .2s ease;
}

/* خط عمودی که هنگام باز شدن محو می‌شود ⇒ + تبدیل به − */
.sm-faq__chevron::after { transform: translate(-50%, -50%) rotate(90deg); }

.sm-faq__item[open] .sm-faq__chevron { background: var(--sm-gold-100); }
.sm-faq__item[open] .sm-faq__chevron::after { transform: translate(-50%, -50%) rotate(0deg); opacity: 0; }

.sm-faq__q:hover .sm-faq__chevron { background: var(--sm-gold-50); }

/* پاسخ */
.sm-faq__a {
  padding: 0 1.25rem 1.2rem calc(1.25rem + 2.7rem);
  overflow: hidden;
}

.sm-faq__a p {
  margin: 0 0 .8rem;
  font-size: .96rem;
  line-height: 2.1;
  color: var(--sm-text-soft);
}
.sm-faq__a p:last-child { margin-bottom: 0; }

/* حرکت نرم — فقط وقتی اسکریپت فعال است */
.sm-acc .sm-faq__a,
.sm-acc .sm-afaq__a {
  transition: height .3s cubic-bezier(.22,.61,.36,1), opacity .22s ease;
}

.sm-faq__item.is-closing .sm-faq__a,
.sm-afaq__item.is-closing .sm-afaq__a { opacity: 0; }

@media (max-width: 30rem) {
  .sm-faq__q { gap: .6rem; padding: .95rem 1rem; font-size: .95rem; }
  .sm-faq__a { padding: 0 1rem 1.1rem calc(1rem + 2.4rem); }
}

@media (prefers-reduced-motion: reduce) {
  .sm-faq__item,
  .sm-faq__item::before,
  .sm-faq__num,
  .sm-faq__chevron,
  .sm-faq__chevron::before,
  .sm-faq__chevron::after,
  .sm-acc .sm-faq__a { transition: none; }
}


/* ==========================================================================
   صفحه‌ی تماس با ما
   ========================================================================== */

.sm-contact { background: var(--sm-surface); }

.sm-contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 1.2rem + 1.5vw, 2.5rem);
  align-items: start;
}
@media (min-width: 54rem) {
  .sm-contact__grid { grid-template-columns: 1.15fr .85fr; }
}

.sm-contact__actions { display: grid; gap: .8rem; }

/* دکمه‌های بزرگ و قابل لمس — طبق خواسته‌ی سند تماس */
.sm-contact__btn {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: 1.05rem 1.25rem;
  background: var(--sm-paper);
  border: 1px solid var(--sm-rule);
  border-radius: var(--sm-radius-lg);
  text-decoration: none;
  color: var(--sm-navy-800);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.sm-contact__btn:hover,
.sm-contact__btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--sm-shadow);
  border-color: var(--sm-gold-300);
  color: var(--sm-navy-800);
}

.sm-contact__btn--primary {
  background: var(--sm-navy-800);
  border-color: var(--sm-navy-800);
  color: #fff;
}
.sm-contact__btn--primary:hover,
.sm-contact__btn--primary:focus-visible { background: var(--sm-navy-600); color: #fff; }

.sm-contact__btn-icon {
  flex: none;
  width: 2.6rem; height: 2.6rem;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(168, 132, 60, .14);
  color: var(--sm-gold-600);
}
.sm-contact__btn--primary .sm-contact__btn-icon { background: rgba(255,255,255,.12); color: var(--sm-gold-300); }
.sm-contact__btn-icon svg { width: 1.15rem; height: 1.15rem; }

.sm-contact__btn-label { display: block; font-weight: 700; font-size: 1rem; line-height: 1.6; }
.sm-contact__btn-value { display: block; font-size: .87rem; opacity: .8; line-height: 1.7; }
.sm-contact__btn-value.sm-latin { direction: ltr; unicode-bidi: embed; }

.sm-contact__info {
  background: var(--sm-paper);
  border: 1px solid var(--sm-rule);
  border-radius: var(--sm-radius-lg);
  padding: 1.4rem 1.35rem;
}
.sm-contact__info .sm-block__title { font-size: 1.05rem; margin-bottom: 1rem; }

/* ردیف‌های تماس در صفحه‌ی روشن — رنگ‌ها باید برعکس فوتر تیره باشند */
.sm-contact__list .sm-foot__contact-row { color: var(--sm-text-soft); }
.sm-contact__list .sm-foot__contact-icon { background: var(--sm-navy-50); color: var(--sm-navy-800); }
.sm-contact__list .sm-foot__contact-value { color: var(--sm-text-soft); }
.sm-contact__list .sm-foot__contact-note { color: var(--sm-text-muted); }

/* ==========================================================================
   بخش دوستونه (متن + پنل)  —  استفاده: سکشن «پایش مسیر» در /smp/
   ========================================================================== */

.sm-monitor { background: var(--sm-navy-50); }

.sm-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 1.4rem + 3vw, 4rem);
  align-items: center;
}

@media (min-width: 62rem) {
  .sm-split { grid-template-columns: 1.05fr .95fr; }
}

.sm-split__media { display: grid; align-content: center; gap: 1rem; }

.sm-split__text > * + * { margin-top: 1rem; }
.sm-split__text .sm-block__title { margin-top: .4rem; }

.sm-split__note {
  margin: 1rem 0 0;
  font-size: .82rem;
  line-height: 1.9;
  color: var(--sm-text-muted);
  text-align: center;
}

/* فهرست تیک‌دار */
.sm-ticklist {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: .7rem;
}

.sm-ticklist li {
  position: relative;
  padding-inline-start: 1.9rem;
  font-size: .98rem;
  line-height: 1.9;
  color: var(--sm-text-soft);
}

.sm-ticklist li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: .62em;
  width: .62rem;
  height: .62rem;
  border-radius: 50%;
  border: 2px solid var(--sm-gold-500);
}

/* ==========================================================================
   صفحه‌ی کتاب  —  /book/
   ========================================================================== */

.sm-bhero {
  background: linear-gradient(150deg, var(--sm-navy-900) 0%, var(--sm-navy-800) 60%, var(--sm-navy-700) 100%);
  color: #fff;
  padding-block: clamp(3rem, 2.2rem + 4vw, 6rem);
}

.sm-bhero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 1.8rem + 3vw, 4rem);
  align-items: center;
}

@media (min-width: 62rem) {
  .sm-bhero__grid { grid-template-columns: 1.1fr .9fr; }
}

.sm-bhero__text > * + * { margin-top: 1rem; }
.sm-bhero__text .sm-phead__title { margin-top: .5rem; }

.sm-bhero__sub {
  margin: 0;
  font-size: clamp(1.02rem, .95rem + .45vw, 1.3rem);
  font-weight: 500;
  line-height: 1.85;
  color: var(--sm-gold-300);
}

.sm-bhero__soon {
  margin: 1.25rem 0 0;
  padding: .9rem 1.1rem;
  border: 1px solid rgba(220, 193, 137, .35);
  border-radius: var(--sm-radius);
  background: rgba(220, 193, 137, .08);
  font-size: .95rem;
  line-height: 1.95;
  color: var(--sm-gold-100);
}

.sm-bhero__price {
  align-self: center;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--sm-gold-300);
}

.sm-bhero__media { display: grid; justify-items: center; gap: 1.75rem; }

.sm-bhero__cover {
  width: min(100%, 22rem);
  height: auto;
  border-radius: var(--sm-radius);
  box-shadow: var(--sm-shadow-lg);
}

/* ---------- مشخصات کتاب ---------- */

.sm-facts {
  margin: 0;
  width: min(100%, 26rem);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--sm-radius);
  background: rgba(255, 255, 255, .04);
  overflow: hidden;
}

.sm-facts__row {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: .6rem;
  padding: .7rem .95rem;
  font-size: .88rem;
  line-height: 1.85;
}

.sm-facts__row + .sm-facts__row { border-top: 1px solid rgba(255, 255, 255, .09); }

.sm-facts dt { margin: 0; color: var(--sm-navy-200); }
.sm-facts dd { margin: 0; color: #fff; }

/* ---------- برای چه کسی هست / نیست ---------- */

.sm-fit { background: var(--sm-surface); }

.sm-fit__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 1.4rem + 2.5vw, 3rem);
}

@media (min-width: 52rem) {
  .sm-fit__grid { grid-template-columns: 1.15fr .85fr; }
}

.sm-fit__col { padding: clamp(1.5rem, 1.2rem + 1vw, 2.2rem); border-radius: var(--sm-radius-lg); }
.sm-fit__col--yes { background: var(--sm-leaf-50); }
.sm-fit__col--no  { background: var(--sm-paper-alt); }

.sm-fit__col .sm-block__title { margin-top: 0; }

.sm-crosslist {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: .7rem;
}

.sm-crosslist li {
  position: relative;
  padding-inline-start: 1.9rem;
  font-size: .98rem;
  line-height: 1.9;
  color: var(--sm-text-soft);
}

.sm-crosslist li::before,
.sm-crosslist li::after {
  content: "";
  position: absolute;
  top: .95em;
  inset-inline-start: .05rem;
  width: .68rem;
  height: 2px;
  border-radius: 2px;
  background: var(--sm-text-muted);
}
.sm-crosslist li::before { transform: rotate(45deg); }
.sm-crosslist li::after  { transform: rotate(-45deg); }

/* دو ستونه‌شدن فهرست تیک‌دار در عرض زیاد */
@media (min-width: 52rem) {
  .sm-ticklist--two { grid-template-columns: 1fr 1fr; gap: .7rem 2.5rem; }
}

/* ---------- هفت فصل ---------- */

.sm-chapters { background: var(--sm-navy-50); }

.sm-chapters__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  counter-reset: none;
}

@media (min-width: 52rem) {
  .sm-chapters__list { grid-template-columns: 1fr 1fr; gap: 1.1rem; }
}

.sm-chapter {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
  padding: 1.2rem 1.3rem;
  border: 1px solid var(--sm-navy-100);
  border-radius: var(--sm-radius-lg);
  background: var(--sm-surface);
}

.sm-chapter__num {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: var(--sm-navy-800);
  color: var(--sm-gold-300);
  font-size: 1rem;
  font-weight: 700;
}

.sm-chapter__name {
  margin: 0 0 .35rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--sm-navy-800);
}

.sm-chapter__text {
  margin: 0;
  font-size: .93rem;
  line-height: 1.95;
  color: var(--sm-text-soft);
}

.sm-after { background: var(--sm-surface); }

/* عکس نویسنده در بخش «پشتوانه‌ی کتاب» */
.sm-split__media--author { justify-items: center; text-align: center; }
.sm-split__media--author .sm-avatar { width: 11rem; height: 11rem; }


/* ==========================================================================
   نوار دعوت (شورای علمی / رسانه)
   ========================================================================== */

.sm-councilbar { background: var(--sm-navy-800); color: #fff; }

.sm-councilbar__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .9rem;
  text-align: center;
}

.sm-councilbar__title {
  margin: 0;
  font-size: clamp(1.25rem, 1.05rem + .9vw, 1.85rem);
  font-weight: 800;
  line-height: 1.6;
  color: #fff;
}

.sm-councilbar__text {
  margin: 0;
  max-width: 54ch;
  font-size: .98rem;
  font-weight: 300;
  line-height: 2;
  color: var(--sm-navy-200);
}

.sm-councilbar .sm-btn--ghost {
  margin-top: .4rem;
  border-color: rgba(255, 255, 255, .45);
  color: #fff;
}
.sm-councilbar .sm-btn--ghost:hover { background: #fff; color: var(--sm-navy-800); }


/* ==========================================================================
   صفحه‌ی شورای علمی  —  /book/council/
   ========================================================================== */

.sm-council--expert  { background: var(--sm-surface); }
.sm-council--athlete { background: var(--sm-navy-50); }

.sm-council__note {
  margin: .9rem auto 0;
  max-width: 62ch;
  font-size: .86rem;
  line-height: 1.95;
  color: var(--sm-text-muted);
}

.sm-people {
  list-style: none;
  margin: clamp(2rem, 1.5rem + 2vw, 3rem) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 46rem) { .sm-people { grid-template-columns: 1fr 1fr; } }
@media (min-width: 72rem) { .sm-people { grid-template-columns: repeat(3, 1fr); } }

.sm-person {
  display: flex;
  flex-direction: column;
  gap: .9rem;
  padding: 1.3rem;
  border: 1px solid var(--sm-navy-100);
  border-radius: var(--sm-radius-lg);
  background: var(--sm-surface);
}

.sm-council--athlete .sm-person { background: var(--sm-surface); }

.sm-person__photo {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--sm-gold-100);
}

.sm-person__body > * { margin: 0; }
.sm-person__body > * + * { margin-top: .35rem; }

.sm-person__name {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--sm-navy-800);
}

.sm-person__en {
  font-size: .82rem;
  font-weight: 500;
  color: var(--sm-text-muted);
  unicode-bidi: embed;
}

.sm-person__role {
  font-size: .92rem;
  font-weight: 600;
  color: var(--sm-gold-700);
}

.sm-person__org {
  font-size: .87rem;
  line-height: 1.9;
  color: var(--sm-text-soft);
}

.sm-person__honor {
  padding-top: .5rem;
  border-top: 1px solid var(--sm-navy-100);
  font-size: .85rem;
  line-height: 1.95;
  color: var(--sm-navy-700);
}

.sm-person__text {
  font-size: .9rem;
  line-height: 1.95;
  color: var(--sm-text-soft);
}

.sm-person__link {
  display: inline-block;
  margin-top: .6rem !important;
  font-size: .86rem;
  font-weight: 600;
  color: var(--sm-navy-700);
  text-decoration: none;
  border-bottom: 1px solid var(--sm-gold-400);
  padding-bottom: 1px;
}
.sm-person__link:hover { color: var(--sm-gold-700); }
