/* ============================================================================
   سؤالات متداول — از «سوالات-متداول.dc.html»؛ مقدارها از توکن‌ها.
   ============================================================================ */


.sy-faq-page { background: var(--sy-white); }

/* پایه‌ی دکمه‌ها — در طرح درون‌خطی بود. */
.sy-page .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; text-align: center; }
.sy-page .btncta { font-size: 16px; color: var(--sy-white); background: var(--sy-cta); border-radius: 13px; padding: 14px 22px; box-shadow: 0 10px 22px -10px rgba(0,0,0,.4); }
.sy-page .btnsec { font-size: 16px; color: var(--sy-primary); background: var(--sy-white); border: 2px solid var(--sy-primary); border-radius: 13px; padding: 12px 22px; }

/* ---------------------------------------------------------------- ظرف مشترک */
.sy-arch-in { max-width: 1180px; margin: 0 auto; padding: clamp(32px, 4.5vw, 54px) clamp(16px, 4vw, 40px); }

/* ------------------------------------------------------------------- هیرو */
.sy-arch-hero { background: linear-gradient(180deg, var(--sy-surface), var(--sy-hairline)); }
.sy-arch-hero .sy-arch-in { padding-block: clamp(28px, 4vw, 50px); }
.sy-arch-eyebrow { display: inline-block; font-size: 15px; font-weight: 700; color: var(--sy-primary); }
.sy-arch-title { margin: 10px 0 14px; font-size: clamp(27px, 4vw, 40px); line-height: 1.3; font-weight: 800; color: var(--sy-ink); }
.sy-arch-lead { margin: 0; max-width: 64ch; font-size: clamp(17px, 2vw, 19px); line-height: 1.9; color: var(--sy-body); }
.sy-arch-lead a { color: var(--sy-primary); font-weight: 700; }

.sy-blog-search { position: relative; max-width: 420px; margin-top: 24px; }
.sy-blog-search input { width: 100%; box-sizing: border-box; font-family: inherit; font-size: 16.5px; color: var(--sy-ink); padding: 14px 16px; padding-inline-start: 46px; border: 1.5px solid var(--sy-border-strong); border-radius: var(--sy-r-input); background: var(--sy-white); transition: border-color .15s ease, box-shadow .15s ease; }
.sy-blog-search input:focus { outline: none; border-color: var(--sy-primary); box-shadow: 0 0 0 3px var(--sy-tint); }
.sy-blog-search input::placeholder { color: var(--sy-muted); }
.sy-blog-search svg { position: absolute; inset-inline-start: 15px; top: 50%; transform: translateY(-50%); }

.sy-blog-cats { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.sy-blog-cats .btn { font-size: 15.5px; font-weight: 600; color: var(--sy-body); background: var(--sy-white); border: 1.5px solid var(--sy-border-strong); border-radius: var(--sy-r-pill); padding: 11px 20px; }

/* ------------------------------------------------------------- گروه‌ها */
.sy-faq-group { background: var(--sy-white); }
.sy-faq-group.is-alt { background: var(--sy-surface); }
.sy-faq-group.is-alt .sy-qa { background: var(--sy-white); }
.sy-faq-group-head { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.sy-faq-group-ic { width: 46px; height: 46px; border-radius: 13px; background: var(--sy-surface-tint); display: flex; align-items: center; justify-content: center; flex: none; }
.sy-faq-group-head h2 { margin: 0; font-size: clamp(21px, 2.6vw, 26px); font-weight: 800; color: var(--sy-ink); }
.sy-faq-group-lead { margin: 0 0 18px; font-size: 16px; color: var(--sy-muted); }

/* --------------------------------------------------------------- سؤال‌ها */
.sy-qa-list { display: flex; flex-direction: column; gap: 12px; }
.sy-qa { background: var(--sy-surface); border: 1px solid var(--sy-border); border-radius: 16px; padding: 4px 22px; }
.sy-qa summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 0; font-size: 18px; font-weight: 700; color: var(--sy-ink); cursor: pointer; list-style: none; }
.sy-qa summary::-webkit-details-marker { display: none; }
.sy-qa summary svg { flex: none; transition: transform .18s ease; }
.sy-qa[open] summary svg { transform: rotate(180deg); }
.sy-qa-a { padding: 0 0 18px; }
.sy-qa-a p { margin: 0 0 10px; font-size: 16.5px; line-height: 1.95; color: var(--sy-body); }
.sy-qa-a p:last-child { margin-bottom: 0; }

.sy-faq-final { background: var(--sy-white); }
/* --------------------------------------------------------- دعوت پایانی */
.sy-dark-cta { background: linear-gradient(135deg, var(--sy-primary), var(--sy-primary-dark)); border-radius: 28px; padding: clamp(30px, 4.5vw, 52px); text-align: center; }
.sy-dark-cta h2 { margin: 0 0 14px; font-size: clamp(23px, 3.2vw, 32px); font-weight: 800; color: var(--sy-white); }
.sy-dark-cta p { margin: 0 auto 26px; font-size: clamp(16px, 1.9vw, 19px); line-height: 1.9; color: rgba(255,255,255,.9); max-width: 56ch; }
.sy-dark-cta-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.sy-dark-cta-row .btncta { display: inline-flex; align-items: center; gap: 9px; font-size: 18px; font-weight: 700; color: var(--sy-white); background: var(--sy-cta); border-radius: 14px; padding: 16px 30px; box-shadow: 0 12px 26px -10px rgba(0,0,0,.4); }
.sy-dark-cta-ghost { display: inline-flex; align-items: center; gap: 9px; font-size: 18px; font-weight: 700; color: var(--sy-white); background: rgba(255,255,255,.14); border: 1.5px solid rgba(255,255,255,.45); border-radius: 14px; padding: 14px 28px; }

