/* ---------------------------------------------------------------------------
   Trend Hunters — سایت · «مشکی و طلایی» (هم‌خانواده‌ی مینی‌اپ)
   سبک و کدنویسی‌شده: بدون فریم‌ورک، بدون فونت یا اسکریپت بیرونی. CSP سخت‌گیر: هیچ style درون‌خطی.
--------------------------------------------------------------------------- */

@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/vazirmatn-variable.woff2') format('woff2-variations'), url('../fonts/vazirmatn-variable.woff2') format('woff2');
  font-weight: 100 900; font-display: swap;
}
@font-face { font-family: 'Manrope'; src: url('../fonts/manrope-variable.woff') format('woff'); font-weight: 200 800; font-display: swap; }
@font-face { font-family: 'Plex Arabic'; src: url('../fonts/plex-arabic-400.woff') format('woff'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Plex Arabic'; src: url('../fonts/plex-arabic-600.woff') format('woff'); font-weight: 500 600; font-display: swap; }
@font-face { font-family: 'Plex Arabic'; src: url('../fonts/plex-arabic-700.woff') format('woff'); font-weight: 700 900; font-display: swap; }

:root {
  color-scheme: dark;
  --ink: #0B0A08; --panel: #13110D; --panel-2: #1A1712; --panel-3: #221E17;
  --hair: #2A2419; --hair-gold: rgba(226, 184, 92, 0.28);
  --text: #F5EFE3; --text-2: #BDB3A1; --text-3: #8C8374;
  --gold: #E2B85C; --gold-hi: #F6E0A4; --on-gold: #1A1408;
  --gain: #58C28F; --loss: #E36B5E;
  --gold-grad: linear-gradient(135deg, #F6E0A4 0%, #E2B85C 42%, #B98A34 74%, #E9C878 100%);
  --gold-edge: linear-gradient(135deg, rgba(246, 224, 164, 0.85) 0%, rgba(166, 122, 44, 0.35) 45%, rgba(226, 184, 92, 0.75) 100%);
  --latin: 'Manrope', 'Vazirmatn', system-ui, sans-serif;
  --sans: 'Vazirmatn', 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --gutter: 24px;
  --r: 24px;
}
html[lang="en"] { --sans: 'Manrope', 'Vazirmatn', system-ui, sans-serif; }
html[lang="ar"] { --sans: 'Plex Arabic', 'Vazirmatn', 'Manrope', system-ui, sans-serif; }

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--ink); color: var(--text); font-family: var(--sans);
  font-size: 16px; line-height: 1.8; -webkit-font-smoothing: antialiased; text-rendering: geometricPrecision;
  overflow-x: hidden;
}
html[lang="en"] body { line-height: 1.65; }
button, input { font: inherit; color: inherit; text-rendering: inherit; }
a { color: var(--gold); }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p, figure, ol, ul { margin: 0; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
.wrap { width: 100%; max-width: 1240px; margin-inline: auto; padding-inline: var(--gutter); }
.muted { color: var(--text-3); }
.latin, .num { font-family: var(--latin); unicode-bidi: isolate; }
.skip { position: absolute; inset-inline-start: 12px; top: -60px; z-index: 50; padding: 10px 16px; border-radius: 10px; background: var(--gold); color: var(--on-gold); font-weight: 700; }
.skip:focus { top: 12px; }

/* ---------- اجزا ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 50px; padding: 0 22px;
  border-radius: 14px; border: 1px solid transparent; font-weight: 700; font-size: 15.5px; text-decoration: none; white-space: nowrap; cursor: pointer;
}
.btn.gold { background: var(--gold-grad); color: var(--on-gold); box-shadow: 0 12px 30px rgba(226, 184, 92, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.35); }
.btn.ghost { background: transparent; color: var(--gold); border-color: var(--hair-gold); }
.btn.lg { height: 58px; padding: 0 28px; font-size: 16.5px; border-radius: 16px; }
.btn.sm { height: 40px; padding: 0 16px; font-size: 14px; border-radius: 12px; }
.btn:hover { filter: brightness(1.06); }
.btn[aria-disabled="true"] { opacity: 0.5; pointer-events: none; }
.badge {
  display: inline-flex; align-items: center; height: 28px; padding: 0 12px; border-radius: 999px; font-size: 13px; font-weight: 600; white-space: nowrap;
  background: rgba(226, 184, 92, 0.12); color: var(--gold-hi); border: 1px solid var(--hair-gold);
}
.badge.muted { background: var(--panel-2); color: var(--text-2); border-color: var(--hair); }
.card { background: var(--panel); border: 1px solid var(--hair); border-radius: var(--r); }
.card.gold { border-color: transparent; background: linear-gradient(160deg, #1C1811 0%, #110F0B 100%) padding-box, var(--gold-edge) border-box; }
.icon-tile {
  width: 54px; height: 54px; border-radius: 16px; flex: none; display: grid; place-items: center; color: var(--gold);
  background: linear-gradient(160deg, #2A2418 0%, #16130E 100%); border: 1px solid var(--hair-gold); box-shadow: inset 0 1px 0 rgba(246, 224, 164, 0.08);
}
.icon-tile.muted { color: var(--text-2); background: var(--panel-2); border-color: var(--hair); box-shadow: none; }
.money { display: inline-flex; align-items: baseline; gap: 5px; direction: ltr; unicode-bidi: isolate; white-space: nowrap; font-family: var(--latin); }
.money .v { font-weight: 800; font-variant-numeric: tabular-nums; }
.money .u { font-weight: 700; font-size: max(11px, 0.46em); letter-spacing: 0.04em; color: var(--text-3); }

/* ---------- سربرگ ---------- */
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(11, 10, 8, 0.88); backdrop-filter: blur(12px); border-bottom: 1px solid var(--hair); }
.bar { height: 76px; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; direction: ltr; text-decoration: none; flex: none; }
.brand .mark { width: 34px; height: 34px; }
.wordmark { font-family: var(--latin); font-weight: 800; font-size: 13.5px; letter-spacing: 0.2em; color: var(--text); white-space: nowrap; }
.nav { display: flex; align-items: center; gap: 30px; margin-inline-start: auto; }
.nav a { color: var(--text-2); text-decoration: none; font-size: 15px; font-weight: 600; }
.nav a:hover { color: var(--gold-hi); }
.nav .nav-cta { display: none; }
.bar-end { display: flex; align-items: center; gap: 12px; }
.langs { display: flex; gap: 2px; padding: 3px; border-radius: 999px; background: var(--panel); border: 1px solid var(--hair); }
.langs button {
  height: 30px; min-width: 36px; padding: 0 10px; border-radius: 999px; border: 0; background: transparent;
  color: var(--text-3); font-size: 12.5px; font-weight: 500; cursor: pointer;
}
.langs button[lang="en"] { font-family: var(--latin); }
.langs button[lang="ar"] { font-family: 'Plex Arabic', var(--sans); }
.langs button[aria-pressed="true"] { background: rgba(226, 184, 92, 0.16); color: var(--gold-hi); font-weight: 700; }
.menu-btn { display: none; width: 42px; height: 38px; border-radius: 12px; place-items: center; background: var(--panel); border: 1px solid var(--hair); color: var(--text-2); cursor: pointer; }

/* ---------- هیرو ---------- */
.hero { position: relative; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: 0; opacity: 0.5; pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(226, 184, 92, 0.035) 0 1px, transparent 1px 88px);
}
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 600px); gap: 40px; align-items: center; padding-block: 64px 80px; }
.hero-copy { display: flex; flex-direction: column; gap: 26px; }
.eyebrow {
  align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 4px 14px; border-radius: 999px;
  background: rgba(226, 184, 92, 0.08); border: 1px solid var(--hair-gold); color: var(--gold-hi); font-size: 13.5px; font-weight: 600;
}
.eyebrow svg { color: var(--gold); flex: none; }
.hero h1 { font-size: clamp(40px, 5.2vw, 76px); font-weight: 900; line-height: 1.2; letter-spacing: -0.01em; }
html[lang="en"] .hero h1 { font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; }
.hero h1 span { display: block; }
.hero h1 .gold { color: var(--gold); }
.lede { font-size: clamp(16px, 1.35vw, 19px); color: var(--text-2); max-width: 36em; line-height: 1.9; }
html[lang="en"] .lede { line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; }
.facts { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.facts li { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--text-2); }
.facts svg { color: var(--gold); flex: none; }

.hero-visual { position: relative; height: 640px; }
.glow { position: absolute; top: 60px; inset-inline-end: 80px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(226, 184, 92, 0.13) 0%, rgba(226, 184, 92, 0) 65%); pointer-events: none; }
.chart-panel {
  position: absolute; top: 0; inset-inline-end: 0; width: min(560px, 100%); height: 420px; border-radius: 28px; overflow: hidden;
  background: linear-gradient(170deg, #16130E 0%, #0E0C09 100%); border: 1px solid var(--hair); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}
.chart-tag { position: absolute; top: 18px; left: 20px; display: flex; align-items: center; gap: 10px; z-index: 1; }
.chart-tag b { font-family: var(--latin); font-size: 13px; letter-spacing: 0.06em; }
.chart-tag span:not(.badge) { font-family: var(--latin); font-size: 12px; font-weight: 600; color: var(--text-3); }
.chart-tag .badge { font-family: var(--sans); height: 26px; font-size: 12px; }
.candles { position: absolute; top: 30px; left: 0; width: 100%; height: auto; }
.candles .trend { stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw 1.4s 0.3s cubic-bezier(0.3, 0.6, 0.2, 1) forwards; }
.candles .touch, .candles .reticle { opacity: 0; animation: fade 0.5s 1.4s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fade { to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .candles .trend { animation: none; stroke-dashoffset: 0; }
  .candles .touch, .candles .reticle { animation: none; opacity: 1; }
}
/* گوشی همیشه سمت چپِ بخش تصویری است (نه start/end): نمودار چپ‌به‌راست است و نشانه‌گیرِ نقطه‌ی ورود
   روی شمع‌های آخر، یعنی سمت راست؛ گوشی نباید رویش بیفتد */
.phone {
  position: absolute; bottom: 0; left: 24px; width: 262px; padding: 10px; border-radius: 44px;
  background: #050403; border: 1px solid var(--hair-gold); box-shadow: 0 40px 90px rgba(0, 0, 0, 0.65), 0 0 0 6px rgba(226, 184, 92, 0.04);
}
.phone img { width: 100%; height: auto; border-radius: 34px; }

/* ---------- بخش‌ها ---------- */
.section { padding-top: 100px; display: flex; flex-direction: column; gap: 32px; }
.section-head { display: flex; flex-direction: column; gap: 10px; }
.section-head h2 { font-size: clamp(30px, 3.2vw, 44px); font-weight: 900; line-height: 1.3; }
html[lang="en"] .section-head h2 { font-weight: 800; letter-spacing: -0.01em; }
.section-head p { font-size: clamp(15.5px, 1.2vw, 18px); color: var(--text-2); }

/* محصولات */
.products { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.product { display: flex; flex-direction: column; gap: 16px; padding: 26px; min-height: 280px; }
.product-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product h3 { font-size: 20px; font-weight: 800; line-height: 1.5; }
.product .summary { margin-top: 6px; font-size: 14.5px; color: var(--text-2); line-height: 1.8; }
.product .body { flex: 1 1 auto; }
.product hr { border: 0; height: 1px; background: var(--hair); margin: 0; }
.product-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.price { display: flex; align-items: baseline; gap: 6px; }
.price .money { font-size: 26px; }
.price .per { font-size: 13px; color: var(--text-3); }
.buy { display: inline-flex; align-items: center; gap: 4px; font-size: 14.5px; font-weight: 700; text-decoration: none; color: var(--gold); }
.product.skeleton { background: linear-gradient(90deg, var(--panel) 0%, var(--panel-2) 50%, var(--panel) 100%); background-size: 200% 100%; animation: shimmer 1.4s linear infinite; }
@keyframes shimmer { to { background-position: -200% 0; } }
@media (prefers-reduced-motion: reduce) { .product.skeleton { animation: none; } }
.products.is-empty { display: block; }
.unavailable { padding: 28px; border: 1px dashed var(--hair); border-radius: var(--r); color: var(--text-2); text-align: center; }
.product.soon {
  border: 1px dashed var(--hair-gold); background: repeating-linear-gradient(135deg, rgba(226, 184, 92, 0.03) 0 12px, transparent 12px 24px);
}
.product.soon h3 { color: var(--text-2); }
.product.soon .summary, .product.soon .soon-foot { color: var(--text-3); }
.soon-foot { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.pay-note {
  display: flex; align-items: center; flex-wrap: wrap; gap: 10px 12px; padding: 16px 20px; border-radius: 18px;
  background: var(--panel); border: 1px solid var(--hair); font-size: 14px; color: var(--text-2);
}
.pay-note > svg { color: var(--gold); flex: none; }
.coins { display: inline-flex; flex-wrap: wrap; gap: 8px; }
.coin {
  display: inline-flex; align-items: center; gap: 6px; height: 32px; padding: 0 12px; border-radius: 999px; font-family: var(--latin);
  font-size: 12.5px; font-weight: 800; color: var(--gold-hi); background: linear-gradient(160deg, #2A2418 0%, #15120D 100%); border: 1px solid var(--hair-gold);
}
.coin .off { font-weight: 700; color: #8FE0B8; }

/* کارنامه */
.record { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 20px 44px; align-items: center; padding: 44px; border-radius: 32px; }
.record-copy { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.record h2 { font-size: clamp(26px, 2.8vw, 40px); font-weight: 900; line-height: 1.35; }
html[lang="en"] .record h2 { font-weight: 800; }
.lede-sm { font-size: 16.5px; color: var(--text-2); line-height: 1.9; }
.kpis { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; width: 100%; }
.kpis > div { padding: 18px 20px; border-radius: 18px; background: rgba(11, 10, 8, 0.6); border: 1px solid var(--hair); }
.kpis b { display: block; font-size: clamp(24px, 2.4vw, 34px); font-weight: 900; line-height: 1.3; }
.kpis b.gain { color: var(--gain); }
.kpis span { display: block; font-size: 13.5px; color: var(--text-3); margin-top: 2px; }
.small { font-size: 12.5px; color: var(--text-3); line-height: 1.9; }
.equity { padding: 16px 10px 6px; border-radius: 20px; background: rgba(11, 10, 8, 0.55); border: 1px solid var(--hair); }
.equity svg { width: 100%; height: auto; }
.equity .axis { font-family: var(--latin); font-size: 11px; fill: var(--text-3); }
.equity .end { font-family: var(--latin); font-size: 13px; font-weight: 700; fill: var(--text); }
.monthly { grid-column: 1 / -1; border-top: 1px solid var(--hair); padding-top: 18px; }
.monthly summary {
  display: inline-flex; align-items: center; gap: 6px; cursor: pointer; list-style: none; color: var(--gold); font-weight: 700; font-size: 15px;
}
.monthly summary::-webkit-details-marker { display: none; }
.monthly[open] summary svg { transform: rotate(180deg); }
.table-wrap { margin-top: 16px; overflow-x: auto; border-radius: 14px; border: 1px solid var(--hair); }
.months { width: 100%; border-collapse: collapse; font-family: var(--latin); font-size: 12.5px; font-variant-numeric: tabular-nums; min-width: 760px; }
.months th, .months td { padding: 9px 6px; text-align: center; border-bottom: 1px solid var(--hair); }
.months thead th { color: var(--text-3); font-weight: 600; background: rgba(11, 10, 8, 0.5); }
.months thead th:last-child { font-family: var(--sans); }
.months tbody th { color: var(--text-2); font-weight: 700; }
.months tbody tr:last-child > * { border-bottom: 0; }
.months td.p1 { color: #BFE9D2; background: rgba(88, 194, 143, 0.08); }
.months td.p2 { color: #D9F3E5; background: rgba(88, 194, 143, 0.18); }
.months td.p3 { color: #fff; background: rgba(88, 194, 143, 0.32); }
.months td.n1 { color: #F2B8B1; background: rgba(227, 107, 94, 0.08); }
.months td.n2 { color: #F7CFCA; background: rgba(227, 107, 94, 0.18); }
.months td.n3 { color: #fff; background: rgba(227, 107, 94, 0.32); }
.months td.tp { color: var(--gold-hi); font-weight: 800; }
.months td.tn { color: #F2A097; font-weight: 800; }
.monthly > .small { margin-top: 10px; }

/* دعوت */
.invite { position: relative; overflow: hidden; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; padding: 44px; border-radius: 30px; }
.invite .watermark { position: absolute; top: -50px; inset-inline-end: -40px; width: 280px; height: 280px; opacity: 0.045; pointer-events: none; }
.invite-copy, .invite-steps { position: relative; display: flex; flex-direction: column; gap: 14px; }
.invite-steps { justify-content: center; gap: 22px; align-items: flex-start; }
.big { font-size: clamp(76px, 8vw, 104px); font-weight: 900; color: var(--gold); line-height: 1; font-family: var(--latin); }
html[lang="fa"] .big, html[lang="ar"] .big { font-family: var(--sans); }
.invite h2 { font-size: clamp(22px, 2.2vw, 30px); font-weight: 900; line-height: 1.5; }
.invite p { color: var(--text-2); font-size: 15.5px; }
.example { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 14px; background: rgba(11, 10, 8, 0.6); border: 1px solid var(--hair); font-size: 14.5px; }
.steps { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.steps li { display: flex; align-items: center; gap: 12px; font-size: 15px; line-height: 1.7; }
.steps .n {
  width: 34px; height: 34px; border-radius: 50%; flex: none; display: grid; place-items: center;
  background: rgba(226, 184, 92, 0.1); border: 1px solid var(--hair-gold); color: var(--gold-hi); font-weight: 900; font-size: 14px;
}

/* تماس */
.contacts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.contact { display: flex; flex-direction: column; gap: 8px; padding: 20px; border-radius: 22px; text-decoration: none; color: inherit; min-width: 0; }
a.contact:hover { border-color: var(--hair-gold); }
.contact .icon-tile { width: 46px; height: 46px; border-radius: 14px; margin-bottom: 4px; }
.contact .k { font-size: 13px; color: var(--text-3); }
.contact .v { font-family: var(--latin); font-weight: 800; font-size: 15px; color: var(--text); direction: ltr; text-align: left; overflow-wrap: anywhere; }
html[dir="rtl"] .contact .v { text-align: right; }
.contact .d { font-size: 12.5px; color: var(--text-2); line-height: 1.7; }

/* سؤال‌ها */
.faq-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 60px; align-items: start; }
.faq { border-bottom: 1px solid var(--hair); }
.faq details { border-top: 1px solid var(--hair); padding: 20px 0; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; flex: none; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--hair); color: var(--text-2); font-family: var(--latin); font-weight: 500; font-size: 20px; line-height: 1;
}
.faq details[open] summary::after { content: '×'; border-color: var(--hair-gold); color: var(--gold); }
.faq p { margin-top: 12px; font-size: 15px; color: var(--text-2); line-height: 1.9; max-width: 46em; }

/* پاورقی */
.site-footer { margin-top: 110px; padding-block: 40px 44px; border-top: 1px solid var(--hair); }
.site-footer .wrap { display: flex; flex-direction: column; gap: 18px; }
.foot-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.site-footer .brand .mark { width: 30px; height: 30px; }
.foot-links { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 22px; font-size: 14px; }
.foot-links a { color: var(--text-2); text-decoration: none; }
.foot-links a:hover { color: var(--gold-hi); }
.domain { font-family: var(--latin); font-weight: 700; color: var(--gold); font-size: 13px; }
.copy { font-family: var(--latin); color: var(--text-3); font-size: 13px; }
.risk { font-size: 13px; color: var(--text-3); line-height: 1.9; max-width: 820px; }

/* صفحه‌ی قوانین */
.legal { padding-block: 40px 20px; }
.legal article { max-width: 44rem; }
.legal h1 { font-size: clamp(28px, 3vw, 40px); font-weight: 900; line-height: 1.3; margin: 8px 0; }
.legal .updated { color: var(--text-3); margin-bottom: 30px; font-size: 14.5px; }
.legal h2 { font-size: 20px; font-weight: 800; margin: 32px 0 10px; color: var(--gold); }
.legal p { margin-bottom: 14px; color: var(--text-2); }
.legal .back { display: inline-block; margin-top: 12px; }
html[lang="fa"] .lb:not([lang="fa"]), html[lang="en"] .lb:not([lang="en"]), html[lang="ar"] .lb:not([lang="ar"]) { display: none; }

/* ---------- واکنش‌گرا ---------- */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; padding-block: 40px 20px; }
  .hero-visual { height: 600px; max-width: 600px; width: 100%; margin-inline: auto; }
  .record, .invite { grid-template-columns: minmax(0, 1fr); padding: 30px; }
  .contacts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
}
@media (max-width: 860px) {
  .nav {
    position: absolute; top: 76px; inset-inline: 0; flex-direction: column; align-items: stretch; gap: 0; margin: 0;
    padding: 8px var(--gutter) 16px; background: rgba(11, 10, 8, 0.97); border-bottom: 1px solid var(--hair); display: none;
  }
  .nav.open { display: flex; }
  .nav a { padding: 14px 4px; border-bottom: 1px solid var(--hair); font-size: 16px; }
  .nav .nav-cta { display: block; border-bottom: 0; color: var(--gold); font-weight: 800; }
  .bar-end { margin-inline-start: auto; }
  .open-app { display: none; }
  .menu-btn { display: grid; }
}
@media (max-width: 600px) {
  :root { --gutter: 20px; --r: 22px; }
  .bar { height: 64px; gap: 12px; }
  .nav { top: 64px; }
  .brand .mark { width: 28px; height: 28px; }
  .wordmark { font-size: 12px; }
  .langs button { min-width: 32px; padding: 0 8px; }
  .hero-grid { padding-block: 30px 10px; }
  .hero h1 { font-size: 44px; line-height: 1.25; }
  html[lang="en"] .hero h1 { font-size: 42px; line-height: 1.1; }
  .actions { flex-direction: column; }
  .actions .btn { width: 100%; }
  .facts { flex-direction: column; }
  .hero-visual { height: 580px; }
  .chart-panel { height: 300px; border-radius: 24px; }
  .candles { top: 34px; }
  .phone { width: 238px; left: 50%; transform: translateX(-50%); }
  .section { padding-top: 72px; gap: 24px; }
  .products { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .product { padding: 20px; min-height: 0; }
  .product h3 { font-size: 17px; }
  .icon-tile { width: 46px; height: 46px; border-radius: 14px; }
  .record, .invite { padding: 22px; border-radius: 26px; }
  .kpis > div { padding: 14px 16px; }
  .contacts { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .faq summary { font-size: 15.5px; }
  .faq p { font-size: 14px; }
  .site-footer { margin-top: 72px; }
}
@media (max-width: 380px) {
  /* خیلی باریک: فقط نشان برند، تا زبان و منو جا شوند */
  .site-header .wordmark { display: none; }
}
