/* ===================================================================
   شاهکار دیزاین — استایل پایه‌ی مشترک سایت
   این فایل در همه‌ی صفحات لود می‌شود: فونت، پالت رنگ، نوار بالا، فوتر،
   و چند کلاس کمکی عمومی. استایل مخصوص هر صفحه در همان صفحه (inline) است.
=================================================================== */

@font-face{
  font-family:'Vazirmatn';
  src:url('../assets/fonts/Vazirmatn-Regular.ttf') format('truetype');
  font-weight:400; font-display:swap;
}
@font-face{
  font-family:'Vazirmatn';
  src:url('../assets/fonts/Vazirmatn-Medium.ttf') format('truetype');
  font-weight:500; font-display:swap;
}
@font-face{
  font-family:'Vazirmatn';
  src:url('../assets/fonts/Vazirmatn-SemiBold.ttf') format('truetype');
  font-weight:600; font-display:swap;
}
@font-face{
  font-family:'Vazirmatn';
  src:url('../assets/fonts/Vazirmatn-Bold.ttf') format('truetype');
  font-weight:700; font-display:swap;
}
@font-face{
  font-family:'Vazirmatn';
  src:url('../assets/fonts/Vazirmatn-ExtraBold.ttf') format('truetype');
  font-weight:800; font-display:swap;
}
@font-face{
  font-family:'Vazirmatn';
  src:url('../assets/fonts/Vazirmatn-Black.ttf') format('truetype');
  font-weight:900; font-display:swap;
}

:root{
  --navy:#15224A;
  --navy2:#1d2f63;
  --navy-deep:#0F1937;
  --gold:#C9A44C;
  --gold-dim:#d9bd7c;
  --gold-dark:#b88a2e;
  --cream:#F7F4EC;
  --cream-row:#FBF9F3;
  --sand:#ECE4D2;
  --ink:#1d2440;
  --muted:#6b6f80;
  --line:#e8e1d0;
  --walnut:#5C4430;
}

*{box-sizing:border-box;margin:0;padding:0}
html,body{background:var(--cream)}
body{
  font-family:'Vazirmatn',sans-serif;
  color:var(--ink);
  direction:rtl;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%}

.page{max-width:480px;margin:0 auto;background:var(--cream);position:relative;min-height:100vh}

/* ===== نوار بالا — مشترک همه‌ی صفحات ===== */
.topbar{
  background:linear-gradient(180deg,var(--navy),var(--navy2));
  display:flex;align-items:center;justify-content:space-between;
  padding:13px 20px;border-bottom:3px solid var(--gold);
  position:sticky;top:0;z-index:50;
}
.topbar .brand{display:flex;align-items:center;gap:10px}
.topbar .brand img{width:36px;height:36px;border-radius:50%;display:block}
.topbar .brand span{color:var(--cream);font-weight:700;font-size:14.5px}
.topbar .phone{color:var(--gold-dim);font-size:12.5px;font-weight:600;direction:ltr}
.topbar a.phone-link{display:flex;align-items:center}

/* ===== مسیر بازگشت (breadcrumb / back) — صفحات داخلی ===== */
.subbar{
  display:flex;align-items:center;gap:8px;
  padding:12px 20px;background:#fff;border-bottom:1px solid var(--line);
}
.subbar a.back{
  display:flex;align-items:center;gap:5px;
  font-size:13px;font-weight:700;color:var(--navy);
}
.subbar a.back svg{width:16px;height:16px}
.subbar .crumb{font-size:12px;color:var(--muted)}

/* ===== فوتر — مشترک همه‌ی صفحات ===== */
.footer{
  background:linear-gradient(180deg,var(--navy2),var(--navy));
  margin-top:18px;padding:28px 22px 24px;text-align:center;
  border-top:3px solid var(--gold);
}
.footer img{width:50px;height:50px;border-radius:50%;margin-bottom:11px}
.footer .tag{color:var(--cream);font-size:13px;line-height:1.8;margin-bottom:13px;opacity:.9}
.footer .call{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-weight:800;font-size:16.5px;direction:ltr}
.footer .loc{color:#8b97bd;font-size:11.5px;margin-top:9px}

/* ===== دکمه‌ی شناور واتساپ — همه‌ی صفحات داخلی ===== */
.float-wa{
  position:fixed;bottom:18px;left:18px;z-index:60;
  width:54px;height:54px;border-radius:50%;
  background:#fff;border:2px solid var(--gold);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 10px 22px -6px rgba(21,34,74,.4);
}
.float-wa svg{width:28px;height:28px}

/* ===== کلاس‌های کمکی عمومی ===== */
.cta-btn{
  display:flex;align-items:center;justify-content:center;gap:8px;width:100%;
  background:linear-gradient(180deg,var(--gold),#b89240);color:var(--navy);
  font-weight:800;font-size:16px;padding:15px;border-radius:14px;
  box-shadow:0 10px 22px -8px rgba(201,164,76,.5);border:0;
  text-decoration:none;
}
.section{padding:26px 22px}
.section-title{font-size:18px;font-weight:800;color:var(--navy);text-align:center;margin-bottom:4px}
.section-sub{font-size:12.5px;color:#8a8378;text-align:center;margin-bottom:18px}

/* ===== بلوک محتوای متنی — متن سئوی صفحات محصول + درباره‌ما/تماس ===== */
.content-block{padding:8px 20px 6px}
.content-block h2{font-size:15px;font-weight:800;color:var(--navy);margin:22px 0 8px}
.content-block h2:first-child{margin-top:6px}
.content-block p{font-size:13px;color:#4a4636;line-height:1.9;margin-bottom:10px}
.content-block .faq-item{margin-top:14px;border-top:1px solid var(--line);padding-top:12px}
.content-block .faq-q{font-size:13.5px;font-weight:700;color:var(--navy-deep);margin-bottom:4px}
.content-block .faq-a{font-size:12.8px;color:var(--muted);line-height:1.8;margin-bottom:0}

/* ===== لینک‌های فوتر — درباره‌ما/تماس/صفحه اصلی، مشترک همه‌ی صفحات ===== */
.footer-nav{display:flex;justify-content:center;gap:16px;margin-top:11px;flex-wrap:wrap}
.footer-nav a{font-size:11.5px;color:var(--gold-dim);font-weight:700}
