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


.sy-contact-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-contact-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 26px; max-width: 760px; }
.sy-contact-card { background: var(--sy-white); border: 1.5px solid var(--sy-border-strong); border-radius: 22px; padding: 28px 24px; display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.sy-contact-card.is-primary { border: 2px solid var(--sy-cta); box-shadow: 0 16px 34px -22px rgba(232,92,58,.8); }
.sy-contact-card-ic { width: 62px; height: 62px; border-radius: 18px; background: var(--sy-surface-tint); display: flex; align-items: center; justify-content: center; }
.sy-contact-card.is-primary .sy-contact-card-ic { background: var(--sy-cta); }
.sy-contact-card b { font-size: 16px; font-weight: 600; color: var(--sy-muted); }
.sy-contact-card-num { font-size: 22px; font-weight: 800; color: var(--sy-ink); }
.sy-contact-card-note { font-size: 14px; color: var(--sy-muted); }

/* --------------------------------------------------------- اطلاعات مرکز */
.sy-contact-info { background: var(--sy-white); }
.sy-contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.sy-contact-box { display: flex; gap: 14px; align-items: flex-start; border: 1px solid var(--sy-border); border-radius: 18px; padding: 22px; background: var(--sy-white); }
.sy-contact-box.is-note { background: var(--sy-surface-tint); border-color: var(--sy-tint); }
.sy-contact-box-ic { width: 46px; height: 46px; border-radius: 13px; background: var(--sy-surface-tint); display: flex; align-items: center; justify-content: center; flex: none; }
.sy-contact-box h2 { margin: 0 0 8px; font-size: 18px; font-weight: 800; color: var(--sy-ink); }
.sy-contact-box p { margin: 0 0 8px; font-size: 15.5px; line-height: 1.85; color: var(--sy-body); }
.sy-contact-box p:last-child { margin-bottom: 0; }
.sy-contact-access { color: var(--sy-muted); font-size: 14.5px; }
.sy-contact-hours { display: flex; flex-direction: column; gap: 7px; }
.sy-contact-hours div { display: flex; justify-content: space-between; gap: 14px; font-size: 15.5px; color: var(--sy-body); }
.sy-contact-hours span:last-child { font-weight: 700; color: var(--sy-ink); }
.sy-contact-links { display: flex; flex-direction: column; gap: 7px; }
.sy-contact-links a { font-size: 15.5px; font-weight: 700; color: var(--sy-primary); }

/* ---------------------------------------------------------------- نقشه */
.sy-contact-map { background: var(--sy-surface); }
.sy-contact-map-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.sy-contact-map-head h2 { margin: 6px 0 0; font-size: clamp(21px, 2.6vw, 27px); font-weight: 800; color: var(--sy-ink); }
.sy-contact-map-cta { display: flex; gap: 10px; flex-wrap: wrap; }
.sy-contact-map-frame { border-radius: 22px; overflow: hidden; border: 1px solid var(--sy-border); }
.sy-contact-map-frame iframe { display: block; width: 100%; min-height: 340px; border: 0; }

/* -------------------------------------------------------- پیش از مراجعه */
.sy-contact-faq { background: var(--sy-white); }
.sy-contact-faq h2 { margin: 0 0 18px; font-size: clamp(21px, 2.6vw, 27px); font-weight: 800; color: var(--sy-ink); }
/* --------------------------------------------------------------- سؤال‌ها */
.sy-qa-list { display: flex; flex-direction: column; gap: 12px; max-width: 860px; }
.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-contact-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; }


/* ------------------------------------------------------------ رزرو نوبت */
.sy-booking { background: var(--sy-surface); }
.sy-booking-head { max-width: 640px; margin-bottom: 22px; }
.sy-booking-head h2 { margin: 0 0 10px; font-size: clamp(22px, 2.8vw, 28px); font-weight: 800; color: var(--sy-ink); }
.sy-booking-head p { margin: 0; font-size: 16.5px; line-height: 1.9; color: var(--sy-body); }
.sy-booking-head strong { color: var(--sy-primary); }
.sy-booking-form { max-width: 720px; background: var(--sy-white); border: 1px solid var(--sy-border); border-radius: 22px; padding: clamp(22px, 3vw, 32px); display: flex; flex-direction: column; gap: 20px; }
.sy-booking-field label, .sy-booking-lbl { display: block; margin-bottom: 8px; font-size: 15.5px; font-weight: 700; color: var(--sy-ink); }
.sy-booking-daylabel { color: var(--sy-primary); font-weight: 600; }
.sy-page .fld { width: 100%; box-sizing: border-box; font-family: inherit; font-size: 16.5px; color: var(--sy-ink); padding: 14px 16px; 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-page .fld:focus { outline: none; border-color: var(--sy-primary); box-shadow: 0 0 0 3px var(--sy-tint); }
.sy-page .fld::placeholder { color: var(--sy-muted); }
.sy-page select.fld { appearance: auto; }
.sy-booking-days { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 6px; -webkit-overflow-scrolling: touch; }
.sy-booking-days button { flex: none; min-width: 96px; display: flex; flex-direction: column; align-items: center; gap: 3px; font-family: inherit; background: var(--sy-white); border: 1.5px solid var(--sy-border-strong); border-radius: 14px; padding: 12px 10px; cursor: pointer; }
.sy-booking-days button:disabled { opacity: .45; cursor: default; }
.sy-booking-days button.is-on { border-color: var(--sy-primary); background: var(--sy-surface-tint); }
.sy-booking-dow { font-size: 14.5px; font-weight: 800; color: var(--sy-ink); }
.sy-booking-date { font-size: 13px; color: var(--sy-muted); }
.sy-booking-note { font-size: 12px; font-weight: 700; color: var(--sy-cta-dark); min-height: 1.2em; }
.sy-booking-slots { display: flex; gap: 8px; flex-wrap: wrap; }
.sy-booking-slots button { font-family: inherit; font-size: 15.5px; font-weight: 700; color: var(--sy-ink); background: var(--sy-white); border: 1.5px solid var(--sy-border-strong); border-radius: 11px; padding: 10px 16px; cursor: pointer; }
.sy-booking-slots button.is-on { background: var(--sy-primary); border-color: var(--sy-primary); color: var(--sy-white); }
.sy-booking-none { font-size: 14.5px; color: var(--sy-muted); }
.sy-booking-hint { display: block; margin-top: 8px; font-size: 13.5px; color: var(--sy-muted); }
.sy-booking-hint a { color: var(--sy-primary); font-weight: 700; }
.sy-booking-summary { display: flex; gap: 12px; align-items: center; background: var(--sy-surface-tint); border: 1.5px solid var(--sy-tint); border-radius: 14px; padding: 14px 18px; }
.sy-booking-summary b { display: block; font-size: 14px; color: var(--sy-muted); font-weight: 600; }
.sy-booking-summary span { font-size: 16px; font-weight: 800; color: var(--sy-ink); }
.sy-otp-code { text-align: center; letter-spacing: 10px; font-size: 22px; font-weight: 800; }
.sy-otp-again { margin: 8px 0 0; font-size: 14px; color: var(--sy-muted); }
.sy-otp-resend { background: none; border: 0; padding: 0; font-family: inherit; font-size: 14.5px; font-weight: 700; color: var(--sy-primary); cursor: pointer; }
.sy-otp-resend:disabled { color: var(--sy-muted); cursor: default; }
.sy-booking-submit { align-self: flex-start; }
.sy-booking-msg { margin: 0; font-size: 14.5px; font-weight: 600; color: var(--sy-cta-dark); min-height: 1.4em; }
.sy-booking-msg.is-ok { color: var(--sy-success); }
.sy-booking-terms { margin: 0; font-size: 13.5px; line-height: 1.85; color: var(--sy-muted); }
.sy-contact-card-num.is-sm { font-size: 16px; }
