/* sy-port-stamp: f564d81c5d */

/* بلوک <style> خودِ طرح — قواعدی که درون‌خطی نبودند. */


  * { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; scroll-behavior: smooth; }
  body { font-family: 'Vazirmatn', system-ui, sans-serif; background: var(--sy-white); color: var(--sy-ink); -webkit-font-smoothing: antialiased; }
  a { color: var(--sy-primary); text-decoration: none; }
  a:hover { color: var(--sy-primary-dark); }
  ::selection { background: var(--sy-tint); }
  .lift { transition: transform .18s ease, box-shadow .18s ease; }
  .lift:hover { transform: translateY(-4px); box-shadow: 0 18px 38px -20px rgba(9,90,98,.5); }
  .navlink { transition: color .15s ease; }
  .navlink:hover { color: var(--sy-primary); }
  .btn { transition: background .15s ease, transform .12s ease, box-shadow .15s ease; }
  .btn:hover { transform: translateY(-2px); }
  .btncta:hover { background: var(--sy-cta-dark); }
  .btnsec:hover { background: var(--sy-surface-tint); }
  .brandlogo { filter: grayscale(1); opacity: .72; transition: filter .2s ease, opacity .2s ease, color .2s ease; }
  .brandlogo:hover { filter: none; opacity: 1; color: var(--sy-primary); }
  .phonehead { transition: background .15s ease; }
  .phonehead:hover { background: var(--sy-surface-tint); }
  details > summary { list-style: none; cursor: pointer; }
  details > summary::-webkit-details-marker { display: none; }
  .faq-chev { transition: transform .2s ease; }
  details[open] .faq-chev { transform: rotate(180deg); }
  #navtoggle { position: absolute; opacity: 0; pointer-events: none; width: 0; height: 0; }
  .mainnav { display: flex; align-items: center; gap: clamp(10px,1.5vw,22px); flex: 1; justify-content: center; }
  .hamburger { display: none; }
  .navcta { display: none; }
  .megawrap { position: static; display: flex; align-items: center; }
  .megatoggle { position: absolute; opacity: 0; pointer-events: none; width: 0; height: 0; }
  .megatrigger { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; transition: color .15s ease; }
  .megatrigger:hover { color: var(--sy-primary); }
  .megachev { transition: transform .18s ease; }
  .megapanel { display: none; position: absolute; top: calc(100% + 10px); inset-inline-end: clamp(16px,4vw,40px); inset-inline-start: clamp(16px,4vw,40px); background: var(--sy-white); border: 1px solid var(--sy-border-soft); border-radius: 22px; box-shadow: 0 30px 56px -28px rgba(9,90,98,.55); padding: 22px; z-index: 60; }
  .megawrap:hover .megapanel, .megawrap:focus-within .megapanel { display: block; }
  .megapanel::before { content: ''; position: absolute; top: -16px; inset-inline-end: 0; inset-inline-start: 0; height: 16px; }
  .megawrap:hover .megachev { transform: rotate(180deg); }
  .megagrid { position: relative; display: grid; grid-template-columns: 252px 1fr 274px; gap: 0 22px; min-height: 274px; }
  .mmaster { display: flex; flex-direction: column; gap: 4px; padding-inline-end: 20px; border-inline-end: 1px solid var(--sy-hairline-warm); }
  .mcat { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 14px; border-radius: 13px; font-size: 16.5px; font-weight: 600; color: var(--sy-body); cursor: pointer; transition: background .14s ease, color .14s ease; }
  .mcat svg { opacity: 0; transition: opacity .14s ease; }
  .mrow:hover .mcat, .mrow:focus-within .mcat { background: var(--sy-surface-tint); color: var(--sy-primary); font-weight: 700; }
  .mrow:hover .mcat svg, .mrow:focus-within .mcat svg { opacity: 1; }
  .mdetail { display: none; position: absolute; top: 0; bottom: 0; inset-inline-end: 274px; inset-inline-start: 296px; overflow-y: auto; padding: 4px 0; }
  .mrow:hover .mdetail, .mrow:focus-within .mdetail { display: block; }
  .mmaster > .mrow:first-child .mdetail { display: block; }
  .mmaster > .mrow:first-child .mcat { background: var(--sy-surface-tint); color: var(--sy-primary); font-weight: 700; }
  .mmaster > .mrow:first-child .mcat svg { opacity: 1; }
  .mmaster:hover > .mrow:first-child .mdetail { display: none; }
  .mmaster:hover > .mrow:first-child .mcat { background: transparent; color: var(--sy-body); font-weight: 600; }
  .mmaster:hover > .mrow:first-child .mcat svg { opacity: 0; }
  .mmaster > .mrow:first-child:hover .mdetail { display: block; }
  .mmaster > .mrow:first-child:hover .mcat { background: var(--sy-surface-tint); color: var(--sy-primary); font-weight: 700; }
  .mmaster > .mrow:first-child:hover .mcat svg { opacity: 1; }
  .mdetailhead { margin: 0 0 12px; font-size: 13px; font-weight: 800; color: var(--sy-primary); letter-spacing: .03em; }
  .mdetaillist { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 2px 14px; align-content: start; }
  .megalink { display: block; padding: 10px 12px; border-radius: 10px; font-size: 15.5px; font-weight: 500; color: var(--sy-body); transition: background .14s ease, color .14s ease; }
  .megalink:hover { background: var(--sy-surface); color: var(--sy-primary); }
  .mcta { grid-column: 3; display: flex; flex-direction: column; gap: 10px; border-radius: 18px; padding: 20px; }
  .megatoggle:focus ~ .megatrigger, .megatoggle:focus-visible ~ .megatrigger { outline: 3px solid var(--sy-accent); outline-offset: 3px; border-radius: 8px; }
  @media (max-width: 1024px) {
    .mainnav {
      display: none;
      position: absolute; top: 100%; inset-inline-start: 0; inset-inline-end: 0;
      flex-direction: column; align-items: stretch;
      background: var(--sy-white); border-bottom: 1px solid var(--sy-border);
      padding: 10px clamp(16px,4vw,40px) 18px; gap: 2px;
      box-shadow: 0 20px 34px -20px rgba(9,90,98,.4);
    }
    #navtoggle:checked ~ .mainnav { display: flex; }
    .mainnav > a { padding: 15px 6px; font-size: 18px; border-bottom: 1px solid var(--sy-hairline-soft); justify-content: flex-start; }
    .megawrap { display: block; }
    .megapanel { position: static; box-shadow: none; border: none; border-radius: 0; padding: 4px 0 12px; }
    .megawrap:hover .megapanel, .megawrap:focus-within .megapanel { display: none; }
    .megatoggle:checked ~ .megapanel { display: block; }
    .megawrap:hover .megachev { transform: none; }
    .megatoggle:checked ~ .megatrigger .megachev { transform: rotate(180deg); }
    .megatrigger { padding: 15px 6px; font-size: 18px; border-bottom: 1px solid var(--sy-hairline-soft); justify-content: space-between; width: 100%; }
    .megagrid { grid-template-columns: 1fr; gap: 8px; min-height: 0; }
    .mmaster { padding-inline-end: 0; border-inline-end: none; gap: 10px; }
    .mdetail, .mmaster:hover > .mrow:first-child .mdetail { position: static; display: block; inset: auto; padding: 0 0 6px; }
    .mcat, .mmaster:hover > .mrow:first-child .mcat { background: transparent; color: var(--sy-primary); font-weight: 800; padding: 6px 0; font-size: 15px; }
    .mcat svg, .mmaster:hover > .mrow:first-child .mcat svg { display: none; }
    .mdetailhead { display: none; }
    .mcta { grid-column: auto; }
    .mdetaillist { grid-template-columns: 1fr; }
    .megalink { padding: 11px 8px; font-size: 16px; }
    .navcta { display: inline-flex; margin-top: 12px; justify-content: center; }
    .hamburger { display: flex; }
    .deskcta { display: none; }
    .headphone-label { display: none; }
    .phonehead { padding: 8px; }
    .bookbtn { display: none; }
    .acctlabel { display: none; }
    .acctbtn { padding: 8px; }
    .acctmenu { inset-inline-start: auto; inset-inline-end: 0; }
  }
  .mobilebar { display: none; }
  .mteam { grid-template-columns: 1fr; gap: 0; }
  .mteam > .megalink { padding: 9px 12px; white-space: nowrap; }
  .mteamrow { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
  .mteamrow > span:first-child { font-weight: 600; }
  .mbadge { flex: none; font-size: 13px; font-weight: 700; color: var(--sy-primary); background: var(--sy-surface-tint); padding: 4px 10px; border-radius: 999px; }
  .megalink:hover .mbadge { background: var(--sy-tint); }
  .mainnav > a, .megatrigger { white-space: nowrap; }
  .herogrid { grid-template-columns: 1fr 1fr; grid-template-areas: "head head" "lead card" "actions card"; }
  .hero-copy { grid-area: head; }
  .hero-lead { grid-area: lead; align-self: end; }
  .hero-actions { grid-area: actions; align-self: start; }
  .hero-card { grid-area: card; align-self: center; }
  @media (max-width: 860px) {
    .herogrid { grid-template-columns: 1fr; grid-template-areas: "head" "lead" "card" "actions"; }
    .hero-lead, .hero-actions, .hero-card { align-self: auto; }
  }
  .herolink { transition: color .15s ease, border-color .15s ease, background .15s ease; }
  .herolink:hover { color: var(--sy-primary-dark); border-color: var(--sy-primary); background: var(--sy-surface); }
  @media (max-width: 1024px) {
    .phonehead { padding: 0; width: 48px; height: 48px; justify-content: center; }
    .phonehead > span:first-child { width: 28px; height: 28px; background: transparent; border-radius: 0; }
    .acctbtn { padding: 0; width: 48px; height: 48px; justify-content: center; }
    .acctbtn > span:first-child { width: 28px; height: 28px; background: transparent; }
  }
  @media (max-width: 760px) {
    .topbar-row { flex-wrap: nowrap; justify-content: center; }
    .tbinfo { display: none; }
    .tbutil { flex-wrap: nowrap; overflow-x: auto; gap: 16px; }
    .tbutil > a { flex: none; }
  }
  .acctwrap { position: relative; flex: none; }
  .acctbtn { transition: background .15s ease, border-color .15s ease; }
  .acctbtn:hover { background: var(--sy-surface); border-color: var(--sy-primary); }
  .acctmenu { position: absolute; top: calc(100% + 10px); inset-inline-start: 0; width: 260px; background: var(--sy-white); border: 1px solid var(--sy-border-soft); border-radius: 18px; box-shadow: 0 22px 44px -22px rgba(9,90,98,.5); padding: 14px; z-index: 60; }
  .acctitem { display: flex; align-items: center; gap: 10px; padding: 13px 12px; border-radius: 11px; font-size: 16px; font-weight: 600; color: var(--sy-body); transition: background .14s ease; }
  .acctitem:hover { background: var(--sy-surface); color: var(--sy-primary); }
  .gtile { transition: transform .16s ease, border-color .16s ease; }
  .gtile:hover { transform: translateY(-3px); border-color: rgba(143,212,219,.5); }
  @media (max-width: 900px) {
    .gallerygrid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .gallerygrid > a { grid-column: span 2; grid-row: auto; min-height: 260px; }
  }
  @media (max-width: 760px) {
    .mobilebar { display: flex; }
    body { padding-bottom: 78px; }
  }



/* پوسته‌ی کل اپ — نه ظرفِ عرضی .sy-shell که در legacy.css تعریف شده؛
   هم‌نامی این دو در بازنویسی کلاس‌ها یک‌بار همه‌ی ظرف‌ها را ۱۰۰vh کرد. */
.sy-app-shell {
	min-height: 100vh;
}

.sy-topbar {
	background: var(--sy-primary-dark);
	color: var(--sy-white);
}

.sy-topbar-row {
	max-width: 1180px;
	margin: 0 auto;
	padding: 9px clamp(16px,4vw,40px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
	font-size: 14px;
}

.sy-topbar-info {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.sy-topbar-loc {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-weight: 500;
	color: rgba(255,255,255,.9);
}

.sy-ondark-dim {
	color: rgba(255,255,255,.55);
}

.sy-topbar-note {
	color: rgba(255,255,255,.9);
}

.sy-topbar-util {
	display: flex;
	align-items: center;
	gap: 13px;
	flex-wrap: wrap;
}

.sy-topbar-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: rgba(255,255,255,.92);
	font-weight: 600;
}

.sy-topbar-sep {
	width: 1px;
	height: 16px;
	background: rgba(255,255,255,.28);
}

.sy-topbar-social {
	color: rgba(255,255,255,.85);
	display: inline-flex;
}

.sy-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255,255,255,.94);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--sy-border);
}

.sy-header-row {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding: 12px clamp(16px,4vw,40px);
	display: flex;
	align-items: center;
	gap: 16px;
}

.sy-logo {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: none;
}

.sy-logo-mark {
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: linear-gradient(135deg,var(--sy-primary),var(--sy-primary-dark));
	display: flex;
	align-items: center;
	justify-content: center;
}

.sy-logo-name {
	font-size: 19px;
	font-weight: 800;
	color: var(--sy-ink);
	line-height: 1.2;
}

.sy-logo-tag {
	font-size: 12.5px;
	font-weight: 500;
	color: var(--sy-muted);
}

.sy-navlink-main {
	font-size: 16px;
	font-weight: 600;
	color: var(--sy-ink);
}

.sy-navlink {
	font-size: 16px;
	font-weight: 600;
	color: var(--sy-body);
}

.sy-mcta-teal {
	background: linear-gradient(135deg,var(--sy-surface-tint),var(--sy-surface-3));
	border: 1.5px solid var(--sy-tint);
}

.sy-mcta-title {
	margin: 0;
	font-size: 16.5px;
	font-weight: 800;
	color: var(--sy-ink);
}

.sy-mcta-text {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.75;
	color: var(--sy-body);
}

.sy-mcta-btn {
	margin-top: auto;
	font-size: 15px;
	font-weight: 700;
	color: var(--sy-white);
	background: var(--sy-cta);
	border-radius: 12px;
	padding: 12px 16px;
	text-align: center;
}

.sy-mcta-tel {
	font-size: 14px;
	font-weight: 700;
	color: var(--sy-primary);
	text-align: center;
	direction: ltr;
}

.sy-mcta-warm {
	background: linear-gradient(135deg,var(--sy-cta-tint),var(--sy-cta-surface));
	border: 1.5px solid var(--sy-cta-border);
}

.sy-mcta-text-warm {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.75;
	color: var(--sy-cta-ink);
}

.sy-mcta-tel-warm {
	font-size: 14px;
	font-weight: 700;
	color: var(--sy-cta-dark);
	text-align: center;
	direction: ltr;
}

.sy-mcta-btn-teal {
	margin-top: auto;
	font-size: 15px;
	font-weight: 700;
	color: var(--sy-white);
	background: var(--sy-primary);
	border-radius: 12px;
	padding: 12px 16px;
	text-align: center;
}

.sy-mcta-link {
	font-size: 14px;
	font-weight: 700;
	color: var(--sy-primary);
	text-align: center;
}

.sy-header-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: none;
	margin-inline-start: auto;
}

.sy-phonecard {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 7px 14px;
	border-radius: 13px;
	border: 1.5px solid var(--sy-tint);
}

.sy-phonecard-ic {
	width: 40px;
	height: 40px;
	border-radius: 11px;
	background: var(--sy-surface-tint);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}

.sy-phonecard-label {
	line-height: 1.3;
}

.sy-phonecard-cap {
	display: block;
	font-size: 12.5px;
	color: var(--sy-muted);
	font-weight: 600;
}

.sy-phonecard-num {
	display: block;
	font-size: 19px;
	font-weight: 800;
	color: var(--sy-ink);
	direction: ltr;
}

.sy-bookbtn {
	flex: none;
	font-size: 16px;
	font-weight: 800;
	color: var(--sy-white);
	background: var(--sy-cta);
	border-radius: 13px;
	padding: 14px 20px;
	white-space: nowrap;
	box-shadow: 0 10px 22px -10px rgba(232,92,58,.7);
}

.sy-acctbtn-box {
	font-family: 'YekanBakh','Vazirmatn';
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 8px 14px 8px 10px;
	border-radius: 13px;
	border: 1.5px solid var(--sy-tint);
	background: var(--sy-white);
	cursor: pointer;
	min-height: 48px;
}

.sy-acctbtn-ic {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--sy-surface-tint);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}

.sy-t-strong {
	font-size: 16px;
	font-weight: 700;
	color: var(--sy-ink);
}

.sy-acct-loginbtn {
	font-family: 'YekanBakh','Vazirmatn';
	width: 100%;
	text-align: right;
	font-size: 16px;
	font-weight: 800;
	color: var(--sy-white);
	background: var(--sy-primary);
	border: none;
	border-radius: 12px;
	padding: 14px 16px;
	cursor: pointer;
	margin-bottom: 8px;
}

.sy-acct-note {
	margin: 10px 4px 0;
	font-size: 14px;
	line-height: 1.75;
	color: var(--sy-muted);
}

.sy-iconbtn {
	width: 48px;
	height: 48px;
	border-radius: 13px;
	border: 1.5px solid var(--sy-tint);
	background: var(--sy-white);
	cursor: pointer;
	align-items: center;
	justify-content: center;
	flex: none;
}

.sy-t-title {
	font-size: 19px;
	font-weight: 800;
	color: var(--sy-ink);
	line-height: 1.4;
}

.sy-t-muted {
	font-size: 14px;
	color: var(--sy-muted);
}

.sy-footer {
	background: var(--sy-footer);
	color: rgba(255,255,255,.82);
}

.sy-footer-grid {
	max-width: 1180px;
	margin: 0 auto;
	padding: clamp(44px,6vw,72px) clamp(16px,4vw,40px) 32px;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
	gap: 36px;
}

.sy-footer-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.sy-footer-logo {
	width: 44px;
	height: 44px;
	border-radius: 13px;
	background: linear-gradient(135deg,var(--sy-primary),var(--sy-primary-dark));
	display: flex;
	align-items: center;
	justify-content: center;
}

.sy-footer-name {
	font-size: 18px;
	font-weight: 800;
	color: var(--sy-white);
}

.sy-footer-about {
	margin: 0;
	font-size: 15.5px;
	line-height: 1.95;
}

.sy-footer-em {
	color: var(--sy-white);
	font-weight: 700;
}

.sy-footer-social {
	display: flex;
	gap: 12px;
	margin-top: 20px;
}

.sy-footer-social-btn {
	width: 40px;
	height: 40px;
	border-radius: 11px;
	background: rgba(255,255,255,.08);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--sy-white);
}

.sy-footer-head {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 700;
	color: var(--sy-white);
}

.sy-footer-links {
	display: flex;
	flex-direction: column;
	gap: 11px;
	font-size: 15.5px;
}

.sy-footer-link {
	color: rgba(255,255,255,.82);
}

.sy-footer-contact {
	display: flex;
	flex-direction: column;
	gap: 13px;
	font-size: 15.5px;
	line-height: 1.7;
}

.sy-footer-crow {
	display: flex;
	gap: 9px;
}

.sy-footer-tel {
	display: flex;
	gap: 9px;
	color: var(--sy-white);
	font-weight: 700;
	direction: ltr;
	justify-content: flex-end;
}

.sy-footer-map {
	color: var(--sy-on-dark);
	font-weight: 700;
}

.sy-footer-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.sy-footer-badge {
	width: 78px;
	height: 88px;
	border-radius: 12px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.14);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-align: center;
	padding: 8px;
}

.sy-footer-badge-t {
	font-size: 11px;
	color: rgba(255,255,255,.75);
	line-height: 1.4;
}

.sy-footer-legal {
	border-top: 1px solid rgba(255,255,255,.1);
}

.sy-footer-legal-row {
	max-width: 1180px;
	margin: 0 auto;
	padding: 20px clamp(16px,4vw,40px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
	font-size: 14px;
	color: rgba(255,255,255,.55);
}

.sy-footer-legal-links {
	display: flex;
	gap: 18px;
}

.sy-login-overlay {
	position: fixed;
	inset: 0;
	z-index: 130;
	background: rgba(11,49,56,.82);
	backdrop-filter: blur(5px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(16px,4vw,40px);
}

.sy-login-box {
	width: 100%;
	max-width: 440px;
	background: var(--sy-white);
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 30px 70px -30px rgba(0,0,0,.6);
}

.sy-login-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	padding: 22px 22px 0;
}

.sy-login-title {
	margin: 0 0 6px;
	font-size: 22px;
	font-weight: 800;
	color: var(--sy-ink);
}

.sy-login-sub {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: var(--sy-muted);
}

.sy-login-close {
	font-family: 'YekanBakh','Vazirmatn';
	flex: none;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: var(--sy-surface);
	border: 1px solid var(--sy-border);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sy-login-body {
	padding: 20px 22px 22px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.sy-login-input {
	font-family: 'YekanBakh','Vazirmatn';
	font-size: 18px;
	color: var(--sy-ink);
	padding: 16px;
	border: 1.5px solid var(--sy-tint);
	border-radius: 13px;
	background: var(--sy-white);
	outline: none;
	direction: ltr;
	text-align: right;
}

.sy-login-submit {
	font-family: 'YekanBakh','Vazirmatn';
	font-size: 18px;
	font-weight: 800;
	color: var(--sy-white);
	background: var(--sy-cta);
	border: none;
	border-radius: 14px;
	padding: 17px;
	cursor: pointer;
}

.sy-login-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 4px 0;
}

.sy-login-divline {
	flex: 1;
	height: 1px;
	background: var(--sy-hairline-warm);
}

.sy-login-alt {
	font-family: 'YekanBakh','Vazirmatn';
	font-size: 16px;
	font-weight: 700;
	color: var(--sy-body);
	background: var(--sy-white);
	border: 1.5px solid var(--sy-border-strong);
	border-radius: 13px;
	padding: 14px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
}

.sy-login-callbox {
	background: var(--sy-surface);
	border: 1px solid var(--sy-border);
	border-radius: 13px;
	padding: 14px 16px;
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.sy-login-calltext {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.8;
	color: var(--sy-body);
}

.sy-login-callnum {
	font-weight: 800;
	direction: ltr;
	display: inline-block;
}

.sy-video-overlay {
	position: fixed;
	inset: 0;
	z-index: 120;
	background: rgba(11,49,56,.82);
	backdrop-filter: blur(5px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(16px,4vw,40px);
}

.sy-video-box {
	width: 100%;
	max-width: 760px;
	background: var(--sy-white);
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 30px 70px -30px rgba(0,0,0,.6);
}

.sy-video-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 18px 22px;
	border-bottom: 1px solid var(--sy-hairline-warm);
}

.sy-video-kicker {
	font-size: 14px;
	font-weight: 700;
	color: var(--sy-primary);
}

.sy-video-close {
	font-family: 'YekanBakh','Vazirmatn';
	flex: none;
	width: 46px;
	height: 46px;
	border-radius: 13px;
	background: var(--sy-surface);
	border: 1px solid var(--sy-border);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sy-video-stage {
	aspect-ratio: 16/9;
	background: linear-gradient(135deg,var(--sy-primary),var(--sy-primary-dark));
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 24px;
	text-align: center;
}

.sy-video-cap {
	font-size: 17px;
	font-weight: 700;
	color: var(--sy-white);
	line-height: 1.6;
}

.sy-video-desc {
	font-size: 15px;
	color: rgba(255,255,255,.8);
	line-height: 1.85;
	max-width: 46ch;
}

.sy-video-actions {
	padding: 20px 22px;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.sy-video-cta {
	font-size: 17px;
	font-weight: 800;
	color: var(--sy-white);
	background: var(--sy-cta);
	border-radius: 13px;
	padding: 15px 24px;
}

.sy-video-tel {
	font-size: 16px;
	font-weight: 700;
	color: var(--sy-primary);
	background: var(--sy-white);
	border: 2px solid var(--sy-primary);
	border-radius: 13px;
	padding: 13px 22px;
	direction: ltr;
}

.sy-mobilebar-wrap {
	position: fixed;
	bottom: 0;
	inset-inline-start: 0;
	inset-inline-end: 0;
	z-index: 90;
	background: var(--sy-white);
	border-top: 1px solid var(--sy-border);
	box-shadow: 0 -8px 24px -12px rgba(9,90,98,.35);
	padding: 9px;
	gap: 9px;
}

.sy-mobilebar-call {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	padding: 9px 4px;
	border-radius: 13px;
	background: var(--sy-surface-tint);
	color: var(--sy-primary);
	font-size: 14px;
	font-weight: 800;
}

.sy-mobilebar-wa {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	padding: 9px 4px;
	border-radius: 13px;
	background: var(--sy-success-tint);
	color: var(--sy-success);
	font-size: 14px;
	font-weight: 800;
}

.sy-mobilebar-book {
	flex: 1.2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	padding: 9px 4px;
	border-radius: 13px;
	background: var(--sy-cta);
	color: var(--sy-white);
	font-size: 14px;
	font-weight: 800;
}


/* صفت hidden باید واقعاً پنهان کند.
 *
 * hidden از شیوه‌نامهٔ مرورگر display:none می‌گیرد، و هر display صریحی در
 * CSS نویسنده از آن قوی‌تر است. کلاس‌های پورت‌شده display دارند، پس
 * دکمهٔ «پرسش قبلی» با وجود hidden دیده می‌شد: ۴۹ پیکسل، و چون بالای صفحه
 * بود همه‌چیزِ پایین‌ترش جابه‌جا می‌شد. */
[hidden] {
	display: none;
}

/* نگاشت فونت — «Vazirmatn» طرح به «یکان بخ» کارفرما. */
@font-face {
	font-family: 'Yekan Bakh';
	src: url('../fonts/YekanBakh-VF.woff2') format('woff2-variations');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

body,
button,
input,
textarea,
select,
optgroup {
	font-family: 'Yekan Bakh', 'Vazirmatn', system-ui, sans-serif;
}

/* پیوند پرش — فایل‌های طرح ندارندش و قالب دارد.
   تا فوکوس نگیرد دیده نمی‌شود، پس چیدمان را جابه‌جا نمی‌کند. */
.sy-skip {
	position: absolute;
	inset-inline-start: -9999px;
	top: 0;
	z-index: 999;
	padding: 12px 20px;
	background: var(--sy-primary-dark);
	color: var(--sy-white);
	font-weight: 700;
	border-radius: 0 0 10px 0;
}

.sy-skip:focus {
	inset-inline-start: 0;
}
