/* =====================================================================
   پارس پگاه تجارت — Pars Pegaah Tejarat
   نسخهٔ ۲.۰ «سینمایی» — اقتباس از زبان طراحی DarkCrown
   پس‌زمینهٔ نزدیک به سیاه · درخشش زمردی · اعداد متالیک
   تیترهای نمایشی: Markazi Text · متن: Vazirmatn · لاتین: Newsreader
   ===================================================================== */

/* ---------------------------------------------------------------------
   ۰) فونت‌ها (کاملاً لوکال — بدون CDN)
--------------------------------------------------------------------- */
@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-Light.woff2") format("woff2");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-Regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-Medium.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-SemiBold.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-Bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-ExtraBold.woff2") format("woff2");
  font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-Black.woff2") format("woff2");
  font-weight: 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Markazi Text";
  src: url("../fonts/MarkaziText-var.woff2") format("woff2");
  font-weight: 400 700; font-style: normal; font-display: swap;
  unicode-range: U+0600-06FF, U+0750-08FF, U+FB50-FDFF, U+FE70-FEFF, U+200C-200F, U+204F, U+FB50;
}
@font-face {
  font-family: "Markazi Text";
  src: url("../fonts/MarkaziText-Latin-var.woff2") format("woff2");
  font-weight: 400 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("../fonts/NewsreaderItalic.woff2") format("woff2");
  font-weight: 500 600; font-style: italic; font-display: swap;
}

/* ---------------------------------------------------------------------
   ۱) توکن‌های طراحی (Design Tokens)
--------------------------------------------------------------------- */
:root {
  /* سطوح */
  --bg: #050605;
  --bg-2: #070a08;
  --panel: #0c0f0d;
  --panel-2: #101410;
  --hair: rgba(255, 255, 255, 0.08);
  --hair-2: rgba(255, 255, 255, 0.05);

  /* درخشش زمردی (لهجهٔ اصلی) */
  --teal: #2be0a6;
  --teal-soft: rgba(43, 224, 166, 0.14);

  /* طلایی (بکاربردن محدود — لهجهٔ دوم) */
  --gold: #dfb54f;
  --gold-soft: rgba(223, 181, 79, 0.14);

  /* عمق اورورا */
  --deep-1: #1b3a2a;
  --deep-2: #103527;

  /* متن‌ها */
  --ink: #f5f7f5;
  --muted: #9ba3a0;
  --muted-2: #7e8680;

  /* گرادیان متالیک برای اعداد بزرگ */
  --metal: linear-gradient(180deg, #ffffff 0%, #a8adb6 55%, #71757e 100%);
  --teal-grad: linear-gradient(180deg, #8ff5d0 0%, #2be0a6 55%, #0fb483 100%);
  --gold-grad: linear-gradient(180deg, #f7e7b0 0%, #dfb54f 60%, #a17d1f 100%);

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --serif: "Markazi Text", "Vazirmatn", Georgia, serif;
  --sans: "Vazirmatn", system-ui, -apple-system, "Segoe UI", Tahoma, sans-serif;
  --latin: "Newsreader", Georgia, serif;
  --maxw: 1140px;
  --radius: 18px;
}

/* ---------------------------------------------------------------------
   ۲) پایه
--------------------------------------------------------------------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: rgba(43, 224, 166, 0.28); color: #fff; }
.skip-link {
  position: fixed; top: -60px; right: 16px; z-index: 999;
  background: var(--teal); color: #052016; font-weight: 700;
  padding: 10px 18px; border-radius: 999px; font-size: 0.85rem;
  transition: top 0.25s var(--ease);
}
.skip-link:focus { top: 14px; outline: none; }

/* ---------------------------------------------------------------------
   ۳) جوّ سینمایی (Aurora + گرین فیلم)
--------------------------------------------------------------------- */
.atmos {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
  background:
    radial-gradient(58vw 48vh at 20% 6%, rgba(43, 224, 166, 0.06), transparent 60%),
    radial-gradient(56vw 50vh at 88% 94%, rgba(27, 58, 42, 0.14), transparent 62%),
    radial-gradient(40vw 42vh at 8% 72%, rgba(223, 181, 79, 0.04), transparent 60%);
}
.atmos::before, .atmos::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(80px);
  will-change: transform;
}
.atmos::before {
  width: 72vw; height: 72vw; max-width: 1040px; max-height: 1040px;
  right: 50%; top: -32vh; transform: translateX(50%);
  background: radial-gradient(circle, rgba(43, 224, 166, 0.11), rgba(27, 58, 42, 0.07) 45%, transparent 70%);
  animation: aurora-a 28s var(--ease) infinite alternate;
}
.atmos::after {
  width: 62vw; height: 62vw; max-width: 920px; max-height: 920px;
  left: -18vw; bottom: -26vh;
  background: radial-gradient(circle, rgba(16, 53, 39, 0.2), rgba(223, 181, 79, 0.04) 50%, transparent 72%);
  animation: aurora-b 34s var(--ease) infinite alternate;
}
@keyframes aurora-a {
  0% { transform: translateX(50%) translateY(0) scale(1); }
  100% { transform: translateX(44%) translateY(4vh) scale(1.14); }
}
@keyframes aurora-b {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(5vw, -3vh) scale(1.16); }
}
.grain {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  opacity: 0.045; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
main { position: relative; z-index: 2; }

/* نوار پیشرفت اسکرول */
.progress {
  position: fixed; top: 0; right: 0; height: 2px; width: 0; z-index: 200;
  border-radius: 2px 0 0 2px;
  background: linear-gradient(270deg, var(--deep-1), var(--teal) 60%, #f7e7b0);
  box-shadow: 0 0 12px rgba(43, 224, 166, 0.8);
  transition: width 0.12s linear;
}

/* اسپات‌لایت دنبال‌کنندهٔ موس */
.fx {
  position: fixed; inset: 0; z-index: 60; pointer-events: none;
  background: radial-gradient(135% 130% at 50% 38%, transparent 60%, rgba(0, 0, 0, 0.5));
}
.fx__spot {
  position: absolute; width: 620px; height: 620px; right: 50%; top: 32%;
  transform: translate(50%, -50%); border-radius: 50%;
  background: radial-gradient(circle, rgba(43, 224, 166, 0.08), rgba(223, 181, 79, 0.03) 40%, transparent 62%);
  opacity: 0;
  transition: opacity 0.6s var(--ease), right 0.2s var(--ease-out), top 0.2s var(--ease-out);
  will-change: right, top;
}
.fx.is-live .fx__spot { opacity: 1; }
@media (max-width: 760px) { .fx { display: none; } }

/* ---------------------------------------------------------------------
   ۴) چیدمان و تایپوگرافی مشترک
--------------------------------------------------------------------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { position: relative; padding: clamp(72px, 11vw, 140px) 0; scroll-margin-top: 78px; }
.section--tight { padding: clamp(48px, 7vw, 90px) 0; }
.center { text-align: center; }
[id] { scroll-margin-top: 78px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.16em; color: var(--muted);
}
.eyebrow::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--teal); box-shadow: 0 0 10px var(--teal); flex: 0 0 auto;
}

.display {
  font-family: var(--serif); font-weight: 600;
  line-height: 1.22; letter-spacing: 0; color: var(--ink);
  margin: 0; font-size: clamp(2.3rem, 5.6vw, 4.1rem);
  text-shadow: 0 1px 40px rgba(255, 255, 255, 0.04);
}
.display--sm { font-size: clamp(1.8rem, 3.8vw, 2.8rem); }
.display .ac {
  background: var(--teal-grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 0 22px rgba(43, 224, 166, 0.35));
  font-size:30px;
  line-height: 1 !important;
}
.display .gold {
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 0 22px rgba(223, 181, 79, 0.3));
}
.h3 {
  font-family: var(--serif); font-weight: 600; font-size: 1.65rem;
  margin: 0; line-height: 1.3; color: var(--ink);
}
.lead {
  font-size: clamp(0.98rem, 1.3vw, 1.1rem);
  color: var(--muted); max-width: 62ch; margin: 18px 0 0; line-height: 1.9;
}
.center .lead { margin-inline: auto; }

.metal {
  background: var(--metal);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.num {
  font-weight: 800; letter-spacing: -0.02em;
  font-size: clamp(2.1rem, 4vw, 3.1rem); line-height: 1;
  background: var(--metal);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.num sup { font-size: 0.5em; font-weight: 700; }
.latin { font-family: var(--latin); font-style: italic; letter-spacing: 0.02em; }

.hairline { height: 1px; border: 0; background: linear-gradient(90deg, transparent, var(--hair), transparent); margin: 0; }

/* ---------------------------------------------------------------------
   ۵) دکمه‌ها (قرصی + برق متحرک)
--------------------------------------------------------------------- */
.btn {
  position: relative; display: inline-flex; align-items: center;
  justify-content: center; gap: 9px;
  font-weight: 600; font-size: 0.95rem; letter-spacing: 0.01em;
  padding: 13px 24px; border-radius: 999px; cursor: pointer; overflow: hidden;
  border: 1px solid var(--hair); color: var(--ink);
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  transition: transform 0.25s var(--ease), border-color 0.3s var(--ease),
    box-shadow 0.35s var(--ease), background 0.3s var(--ease);
  font-family: var(--sans);
}
.btn:hover { transform: translateY(-2px); border-color: rgba(43, 224, 166, 0.5); }
.btn svg { width: 17px; height: 17px; flex: 0 0 auto; }
.btn--primary {
  border-color: rgba(43, 224, 166, 0.45);
  background: linear-gradient(180deg, rgba(43, 224, 166, 0.16), rgba(43, 224, 166, 0.06));
  box-shadow: 0 0 0 1px rgba(43, 224, 166, 0.18), 0 10px 36px -14px rgba(43, 224, 166, 0.65);
}
.btn--primary::after {
  content: ""; position: absolute; top: 0; right: -60%; width: 40%; height: 100%;
  background: linear-gradient(280deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(18deg);
  animation: glint 4s var(--ease) infinite;
}
.btn--primary:hover {
  box-shadow: 0 0 0 1px rgba(43, 224, 166, 0.4), 0 14px 44px -12px rgba(43, 224, 166, 0.85);
}
@keyframes glint { 0% { right: -60%; } 55%, 100% { right: 130%; } }
.btn--ghost { background: transparent; }
.btn--ghost:hover { background: rgba(43, 224, 166, 0.06); }
.btn--gold {
  border-color: rgba(223, 181, 79, 0.45);
  background: linear-gradient(180deg, rgba(223, 181, 79, 0.16), rgba(223, 181, 79, 0.06));
  box-shadow: 0 0 0 1px rgba(223, 181, 79, 0.18), 0 10px 36px -14px rgba(223, 181, 79, 0.55);
}
.btn--gold:hover { border-color: rgba(223, 181, 79, 0.6); }
.btn--sm { padding: 9px 18px; font-size: 0.86rem; }
.btn--block { width: 100%; }

/* چیپ‌ها */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.8rem; font-weight: 500; color: var(--ink);
  padding: 8px 15px; border-radius: 999px; border: 1px solid var(--hair);
  background: rgba(255, 255, 255, 0.02); white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.chip .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 8px var(--teal); }
.chip--gold .dot { background: var(--gold); box-shadow: 0 0 8px var(--gold); }

/* ---------------------------------------------------------------------
   ۶) کارت‌های شیشه‌ای
--------------------------------------------------------------------- */
.card {
  position: relative; border-radius: var(--radius); border: 1px solid var(--hair);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012));
  -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px);
  padding: 26px; overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 12px 34px -26px rgba(0, 0, 0, 0.95);
  transition: transform 0.45s var(--ease-out), border-color 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.card:hover {
  transform: translateY(-5px); border-color: rgba(43, 224, 166, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11), 0 34px 74px -34px rgba(0, 0, 0, 0.9),
    0 0 0 1px rgba(43, 224, 166, 0.16), 0 0 56px -18px rgba(43, 224, 166, 0.4);
}
.card__glow {
  position: absolute; inset: 0; pointer-events: none; opacity: 0;
  transition: opacity 0.4s var(--ease);
  background: radial-gradient(380px 180px at var(--mx, 50%) -10%, rgba(43, 224, 166, 0.14), transparent 70%);
}
.card:hover .card__glow { opacity: 1; }

/* ---------------------------------------------------------------------
   ۷) ناوبری چسبان
--------------------------------------------------------------------- */
.nav { position: sticky; top: 0; z-index: 100; }
.nav__bar {
  position: relative; border-bottom: 1px solid transparent;
  transition: background 0.4s var(--ease), border-color 0.4s var(--ease), backdrop-filter 0.4s var(--ease);
}
.nav.is-stuck .nav__bar {
  background: rgba(5, 6, 5, 0.72); border-bottom-color: var(--hair);
  -webkit-backdrop-filter: blur(16px) saturate(130%); backdrop-filter: blur(16px) saturate(130%);
}
.nav__row {
  display: flex; align-items: center; justify-content: space-between;
  height: 74px; gap: 18px;
  transition: height 0.4s var(--ease);
}
.nav.is-stuck .nav__row { height: 62px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { height: 38px; width: auto; transition: height 0.4s var(--ease); }
.nav.is-stuck .brand img { height: 33px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.3; }
.brand__name { font-family: var(--serif); font-weight: 700; font-size: 1.28rem; color: var(--ink); letter-spacing: 0; }
.brand__tag { font-size: 0.62rem; font-weight: 500; color: var(--muted-2); letter-spacing: 0.14em; }
.nav__links { display: flex; align-items: center; gap: 4px; }
.nav__link {
  position: relative; padding: 9px 14px; font-size: 0.92rem; font-weight: 500;
  color: var(--muted); border-radius: 9px; transition: color 0.25s var(--ease);
}
.nav__link::after {
  content: ""; position: absolute; right: 14px; left: 14px; bottom: 4px;
  height: 1.5px; border-radius: 2px;
  background: var(--teal); box-shadow: 0 0 10px var(--teal);
  transform: scaleX(0); transform-origin: right; opacity: 0;
  transition: transform 0.35s var(--ease-out), opacity 0.35s var(--ease);
}
.nav__link:hover { color: var(--ink); }
.nav__link:hover::after { transform: scaleX(0.6); opacity: 0.6; }
.nav__link.is-active { color: var(--ink); }
.nav__link.is-active::after { transform: scaleX(1); opacity: 1; }
.nav__actions { display: flex; align-items: center; gap: 12px; }
.nav__phone {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--muted); font-weight: 600; font-size: 0.88rem;
  direction: ltr; transition: color 0.25s;
}
.nav__phone:hover { color: var(--teal); }
.nav__phone svg { width: 15px; height: 15px; }
.nav__burger {
  display: none; width: 42px; height: 42px; border-radius: 11px;
  border: 1px solid var(--hair); background: rgba(255, 255, 255, 0.03);
  cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav__burger span {
  width: 18px; height: 1.6px; background: var(--ink); border-radius: 2px;
  transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
}
.nav.is-open .nav__burger span:nth-child(1) { transform: translateY(6.6px) rotate(45deg); }
.nav.is-open .nav__burger span:nth-child(2) { opacity: 0; }
.nav.is-open .nav__burger span:nth-child(3) { transform: translateY(-6.6px) rotate(-45deg); }
.nav__cta-mobile { display: none; }

/* ---------------------------------------------------------------------
   ۸) هیرو + نقشهٔ زندهٔ بازارهای اوراسیا
--------------------------------------------------------------------- */
.hero { position: relative; padding: clamp(48px, 7vw, 92px) 0 clamp(40px, 5vw, 72px); }
.hero__grid {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 4vw, 56px); align-items: center;
}
.hero__badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 16px 7px 18px; border-radius: 999px;
  border: 1px solid rgba(43, 224, 166, 0.3);
  background: rgba(43, 224, 166, 0.07);
  color: #a9f2d5; font-size: 0.8rem; font-weight: 600;
}
.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--teal);
  box-shadow: 0 0 0 0 rgba(43, 224, 166, 0.6); animation: pulse 2.2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(43, 224, 166, 0.55); }
  70% { box-shadow: 0 0 0 11px rgba(43, 224, 166, 0); }
  100% { box-shadow: 0 0 0 0 rgba(43, 224, 166, 0); }
}
.hero__title { margin-top: 22px; }
.hero__lead { margin-top: 14px; }
.hero__lead strong { color: var(--ink); font-weight: 700; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero__trust {
  display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 26px;
  color: var(--muted); font-size: 0.85rem; font-weight: 500;
}
.hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero__trust svg { width: 15px; height: 15px; color: var(--teal); }
.hero__stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 38px; padding-top: 26px; border-top: 1px solid var(--hair-2);
}
.stat { min-width: 0; }
.stat__label { font-size: 0.78rem; color: var(--muted-2); margin-top: 6px; font-weight: 500; line-height: 1.6; }

/* نقشهٔ زندهٔ بازارهای اوراسیا */
.geoMap {
  position: relative; width: 100%;
  border-radius: var(--radius); border: 1px solid var(--hair);
  background:
    radial-gradient(circle at 58.8% 54%, rgba(223, 181, 79, 0.06), transparent 44%),
    radial-gradient(circle at 64% 26%, rgba(43, 224, 166, 0.045), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.006));
  -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 30px 70px -40px rgba(0, 0, 0, 0.9);
  overflow: hidden;
}
.geoMap__head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 13px 18px 10px; border-bottom: 1px solid var(--hair-2);
}
.geoMap__titles { display: flex; flex-direction: column; gap: 0; min-width: 0; }
.geoMap__title { font-size: 0.82rem; font-weight: 700; color: var(--ink); }
.geoMap__sub {
  font-family: var(--latin); font-style: italic; font-size: 0.6rem;
  letter-spacing: 0.24em; color: var(--muted-2);
}
.geoMap__live {
  display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto;
  font-size: 0.72rem; font-weight: 600; color: #a9f2d5;
  padding: 4px 11px; border-radius: 999px;
  border: 1px solid rgba(43, 224, 166, 0.25); background: rgba(43, 224, 166, 0.07);
}
.geoMap__live .pulse-dot { width: 6px; height: 6px; }

.geoMap__box { position: relative; width: 100%; aspect-ratio: 1000 / 777; }
.geoMap__box::before, .geoMap__box::after {
  content: ""; position: absolute; width: 13px; height: 13px; z-index: 4; pointer-events: none;
  border-color: rgba(43, 224, 166, 0.38); border-style: solid;
}
.geoMap__box::before { top: 10px; left: 10px; border-width: 1px 0 0 1px; }
.geoMap__box::after { bottom: 10px; right: 10px; border-width: 0 1px 1px 0; }

.geoMap__svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }

/* گراتیکول */
.m-grat line { stroke: rgba(255, 255, 255, 0.065); stroke-width: 1; }

/* نقاط خشکی — ورود موجی از تهران */
.m-dots--dim circle, .m-geo circle {
  opacity: 0; animation: dotIn 0.6s var(--ease-out) forwards;
}
.m-dots--dim circle { fill: rgba(233, 240, 236, 0.17); }
.m-geo circle { fill: rgba(127, 224, 187, 0.45); transition: fill 0.35s var(--ease); }
.m-geo.is-lit circle { fill: rgba(43, 224, 166, 0.95); }
.m-geo--ir circle { fill: #e6c363; fill-opacity: 0.96; }
.m-geo--ir.is-lit circle { fill: #f5dc82; }
.w0 { animation-delay: 70ms; }
.w1 { animation-delay: 210ms; }
.w2 { animation-delay: 350ms; }
.w3 { animation-delay: 490ms; }
.w4 { animation-delay: 630ms; }
.w5 { animation-delay: 780ms; }
@keyframes dotIn { to { opacity: 1; } }

/* خط مرزی ایران */
.m-ir-outline {
  fill: none; stroke: rgba(223, 181, 79, 0.6); stroke-width: 1.6; stroke-linejoin: round;
  opacity: 0; animation: mapFade 1.1s var(--ease) 0.65s forwards;
}
@keyframes mapFade { to { opacity: 1; } }

/* هاله‌ها و حلقه‌های مداری */
.m-halos circle { fill: url(#nodeGlow); opacity: 0; animation: mapFade 1.4s var(--ease) 0.5s forwards; }
.m-halos .m-halo--hub { fill: url(#hubGlow); }
.m-rings circle {
  fill: none; stroke: rgba(223, 181, 79, 0.58); stroke-width: 1.3; stroke-dasharray: 2 6;
  opacity: 0; animation: mapFade 1.2s var(--ease) 0.8s forwards;
}
.m-rings .ring--b { stroke: rgba(223, 181, 79, 0.3); }

/* قوس‌های تجاری تهران → بازارها */
.arc__base {
  fill: none; stroke: rgba(43, 224, 166, 0.28); stroke-width: 1.6;
  stroke-dasharray: 100; stroke-dashoffset: 100;
  animation: arcDraw 1s var(--ease-out) forwards;
  animation-delay: var(--ad, 900ms);
  transition: stroke 0.3s var(--ease);
}
.arc__flow {
  fill: none; stroke: rgba(43, 224, 166, 0.62); stroke-width: 1.8; stroke-linecap: round;
  stroke-dasharray: 0.5 6.5; stroke-dashoffset: 0;
  opacity: 0;
  animation: arcFlow 1.3s linear infinite, mapFade 0.9s var(--ease) 1.8s forwards;
  transition: stroke 0.3s var(--ease);
}
.arc__pulse { fill: #b9ffe3; }
.arc.is-hot .arc__base { stroke: rgba(43, 224, 166, 0.5); }
.arc.is-hot .arc__flow { stroke: rgba(150, 255, 216, 0.95); }
@keyframes arcDraw { to { stroke-dashoffset: 0; } }
@keyframes arcFlow { to { stroke-dashoffset: -7; } }

/* گره‌های شهرها (لایهٔ HTML روی نقشه) */
.c-node { position: absolute; left: var(--x); top: var(--y); width: 0; height: 0; z-index: 3; cursor: default; }
.c-node::after {  /* پد هاور/لمس ۴۶px */
  content: ""; position: absolute; left: -23px; top: -23px;
  width: 46px; height: 46px; border-radius: 50%;
}
.c-node__dot {
  position: absolute; left: -5.5px; top: -5.5px; width: 11px; height: 11px;
  border-radius: 50%; background: var(--teal); pointer-events: none;
  box-shadow: 0 0 16px rgba(43, 224, 166, 0.95), 0 0 0 5px rgba(43, 224, 166, 0.16);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.c-node__lbl {
  position: absolute; white-space: nowrap; pointer-events: none;
  font-size: 0.74rem; font-weight: 700; color: #c3cec8;
  background: rgba(5, 6, 5, 0.78); padding: 3px 10px; border-radius: 999px;
  border: 1px solid var(--hair);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  transition: color 0.3s, border-color 0.3s, background 0.3s;
}
.c-node__lbl--s { top: 12px; left: 50%; transform: translateX(-50%); }
.c-node__lbl--n { bottom: 13px; left: 50%; transform: translateX(-50%); }
.c-node__lbl--w { right: 13px; top: 50%; transform: translateY(calc(-50% - 8px)); }
.c-node__lbl--e { left: 13px; top: 50%; transform: translateY(-50%); }
.c-node:hover .c-node__dot, .c-node:focus-visible .c-node__dot {
  transform: scale(1.55); box-shadow: 0 0 26px rgba(43, 224, 166, 1), 0 0 0 8px rgba(43, 224, 166, 0.2);
}
.c-node:hover .c-node__lbl, .c-node:focus-visible .c-node__lbl {
  color: var(--ink); border-color: rgba(43, 224, 166, 0.4); background: rgba(6, 12, 9, 0.92);
}
.c-node__tip {
  position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%) translateY(5px);
  background: rgba(12, 15, 13, 0.96); border: 1px solid rgba(43, 224, 166, 0.35);
  color: var(--ink); font-size: 0.7rem; font-weight: 500;
  padding: 5px 12px; border-radius: 9px; white-space: nowrap;
  opacity: 0; pointer-events: none; z-index: 5;
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
  box-shadow: 0 14px 30px -14px rgba(0, 0, 0, 0.8);
}
.c-node:has(.c-node__lbl--n) .c-node__tip { bottom: 42px; }
.c-node:hover .c-node__tip, .c-node:focus-visible .c-node__tip {
  opacity: 1; transform: translateX(-50%) translateY(0);
}
.c-node--hub .c-node__dot {
  width: 19px; height: 19px; left: -9.5px; top: -9.5px;
  background: var(--gold);
  box-shadow: 0 0 22px rgba(223, 181, 79, 0.9), 0 0 0 5px rgba(223, 181, 79, 0.16);
  animation: hub-pulse 2.6s infinite;
}
@keyframes hub-pulse {
  0% { box-shadow: 0 0 22px rgba(223, 181, 79, 0.9), 0 0 0 0 rgba(223, 181, 79, 0.35); }
  70% { box-shadow: 0 0 22px rgba(223, 181, 79, 0.9), 0 0 0 16px rgba(223, 181, 79, 0); }
  100% { box-shadow: 0 0 22px rgba(223, 181, 79, 0.9), 0 0 0 0 rgba(223, 181, 79, 0); }
}
.c-node--hub .c-node__lbl {
  color: #f7e7b0; font-size: 0.84rem; border-color: rgba(223, 181, 79, 0.45);
  background: rgba(223, 181, 79, 0.13); padding: 4px 13px;
}




  /* دریاها در موبایل حذف نمی‌شوند (ویژگی درخواستی کارفرما) — فقط فشرده‌تر
     + جابه‌جایی خفیف: نقشهٔ موبایل کوچک‌تر است اما متن‌ها به پیکسل ثابت‌اند،
       پس برچسب‌ها کمی از نقطه‌های روشن (باکو/دبی) دور می‌شوند */
  .c-sea__fa { font-size: 0.6rem; }
  .c-sea__en { font-size: 0.46rem; letter-spacing: 0.07em; }
  .c-sea__wave { width: 26px; }
  .c-sea::before { inset: -7px -11px; }
  .c-sea--caspian { --x: 59%; --y: 50.3%; }
  .c-sea--gulf { --x: 58.4%; --y: 79%; }


/* ---------------------------------------------------------------------
   پهنه‌های آبی — برچسب شیک دریاها (Caspian Sea / Persian Gulf)
   ◈ بدون نقطه، بدون تولتیپ، بدون تعامل — فقط HTML + CSS سبک
   ◈ معماری داینامیک‌پذیر: هر دریا یک div.c-sea با --x/--y درصدی؛
      افزودن دریای جدید = یک div دیگر (مثل c-nodeها)
   ◈ تفکیک بصری: کشورها = پیل پررنگ؛ دریاها = متن باز ایتالیک + موج
--------------------------------------------------------------------- */
.c-sea {
  position: absolute; left: var(--x); top: var(--y); z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0; animation: seaIn 1.1s var(--ease) 1.35s forwards;
}
/* استخر تیرهٔ نرم پشت متن — متن همیشه خوانا می‌ماند حتی روی قوس/نقطه‌ها */
.c-sea::before {
  content: ""; position: absolute; inset: -12px -18px; z-index: -1;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(5, 6, 5, 0.6), rgba(5, 6, 5, 0.3) 52%, transparent 75%);
}
.c-sea__fa {
  font-size: 0.76rem; font-weight: 700; color: #a9e3d6; white-space: nowrap;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.92), 0 0 24px rgba(43, 224, 166, 0.18);
}
.c-sea__en {
  font-family: var(--latin); font-style: italic; font-weight: 400;
  font-size: 0.58rem; letter-spacing: 0.13em; white-space: nowrap;
  color: rgba(133, 199, 183, 0.75);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}
.c-sea__wave { width: 42px; height: 7px; margin-top: 2px; overflow: visible; }
.c-sea__wave path {
  stroke: rgba(116, 210, 190, 0.5); stroke-width: 1.4; stroke-linecap: round;
  stroke-dasharray: 3 4; animation: seaDrift 3.4s linear infinite;
}
@keyframes seaIn {
  from { opacity: 0; transform: translate(-50%, -46%); }
  to   { opacity: 1; transform: translate(-50%, -50%); }
}
@keyframes seaDrift { to { stroke-dashoffset: -7; } }
@media (prefers-reduced-motion: reduce) {
  .c-sea { animation-duration: 0.01s; }
  .c-sea__wave path { animation: none; }
}




.geoMap__foot {
  display: flex; align-items: center; justify-content: space-between; gap: 8px 14px; flex-wrap: wrap;
  padding: 10px 18px 13px; border-top: 1px solid var(--hair-2);
  font-size: 0.7rem; color: var(--muted-2); font-weight: 500;
}
.geoMap__legend { display: flex; align-items: center; gap: 12px 16px; flex-wrap: wrap; }
.lg { display: inline-flex; align-items: center; gap: 6px; }
.lg i { width: 7px; height: 7px; border-radius: 50%; flex: 0 0 auto; }
.lg--hub i { background: var(--gold); box-shadow: 0 0 8px rgba(223, 181, 79, 0.8); }
.lg--mkt i { background: var(--teal); box-shadow: 0 0 8px rgba(43, 224, 166, 0.8); }
.lg--dim i { background: rgba(233, 240, 236, 0.35); }
.geoMap__src { font-size: 0.66rem; }


.lg--sea i { background: #8fcfc2; box-shadow: 0 0 8px rgba(120, 214, 192, 0.55); }


/* ---------------------------------------------------------------------
   ۹) مارکی کشورها
--------------------------------------------------------------------- */
.marquee {
  position: relative; overflow: hidden; padding: 20px 0;
  border-top: 1px solid var(--hair-2); border-bottom: 1px solid var(--hair-2);
  background: var(--bg-2);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee__track {
  display: flex; gap: 44px; width: max-content;
  animation: marquee 34s linear infinite;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(50%); } }
.marquee__item {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--muted); font-size: 0.95rem; font-weight: 600; white-space: nowrap;
}
.marquee__item .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 8px var(--teal); }
.marquee__item .en { color: var(--muted-2); font-size: 0.66rem; font-weight: 500; letter-spacing: 0.12em; }

/* ---------------------------------------------------------------------
   ۱۰) کارت‌های چالش (مسئله)
--------------------------------------------------------------------- */
.problem__grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 18px; margin-top: 44px;
}
.p-card { display: flex; flex-direction: column; gap: 16px; }
.p-card__num {
  font-size: 2rem; font-weight: 800; line-height: 1;
  background: var(--metal);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  opacity: 0.85;
}
.p-card__title { font-family: var(--serif); font-weight: 600; font-size: 1.5rem; line-height: 1.3; margin: 0; }
.p-card__desc { color: var(--muted); font-size: 0.92rem; margin: 0; line-height: 1.85; }
.p-card__visual {
  position: relative; border-radius: 12px; border: 1px solid var(--hair-2);
  background: rgba(0, 0, 0, 0.28); padding: 16px; margin-top: auto;
  overflow: hidden;
}
.p-card__visual-cap {
  font-size: 0.68rem; font-weight: 600; color: var(--muted-2);
  letter-spacing: 0.1em; margin-bottom: 12px; display: block;
}

/* مینی-ویژوال ۱: مسیر مبهم */
.maze { display: block; width: 100%; height: auto; }
.maze .p-dim { stroke: rgba(255, 255, 255, 0.13); stroke-width: 1.4; fill: none; stroke-dasharray: 3 4; }
.maze .p-hit { stroke: var(--teal); stroke-width: 1.8; fill: none; filter: drop-shadow(0 0 5px rgba(43, 224, 166, 0.7)); }
.maze .p-x { fill: rgba(255, 120, 120, 0.65); font-size: 9px; font-family: var(--sans); }
.maze .p-goal { fill: #f7e7b0; }

/* مینی-ویژوال ۲: مقایسه جدولی */
.mini-table { display: grid; grid-template-columns: 1fr 1fr; gap: 0; font-size: 0.76rem; }
.mini-table__col { padding: 10px 12px; border: 1px solid var(--hair-2); }
.mini-table__col + .mini-table__col { border-right: none; }
.mini-table__col--bad { background: rgba(255, 90, 90, 0.045); border-radius: 9px 0 0 9px; }
.mini-table__col--good { background: rgba(43, 224, 166, 0.05); border-radius: 0 9px 9px 0; }
.mini-table__head { font-weight: 700; font-size: 0.74rem; margin-bottom: 8px; color: var(--ink); }
.mini-table__col--bad .mini-table__head { color: #e88; }
.mini-table__col--good .mini-table__head { color: #8ff5d0; }
.mini-table__row { color: var(--muted); padding: 3px 0; border-top: 1px dashed var(--hair-2); }
.mini-table__row b { color: var(--ink); font-weight: 600; }
.mini-table__row--good b { color: #8ff5d0; }
.mini-table__row--bad b { color: #e99999; }

/* مینی-ویژوال ۳: رقابت قیمتی */
.price-list { display: flex; flex-direction: column; gap: 8px; font-size: 0.78rem; }
.price-row {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 8px 12px; border-radius: 9px; border: 1px solid var(--hair-2);
  color: var(--muted); background: rgba(255, 255, 255, 0.015);
}
.price-row b { color: var(--ink); font-weight: 600; }
.price-row .tag { font-size: 0.66rem; color: var(--muted-2); }
.price-row--you {
  border-color: rgba(43, 224, 166, 0.4);
  background: rgba(43, 224, 166, 0.07); color: #a9f2d5;
}
.price-row--you b { color: #8ff5d0; }
.price-row--you .tag { color: #6fd3a4; }

/* مینی-ویژوال ۴: هزینه‌های مستقل */
.cost-stack { display: flex; flex-direction: column; gap: 7px; font-size: 0.76rem; }
.cost-row { display: flex; align-items: center; gap: 10px; color: var(--muted); }
.cost-row .bar-track {
  flex: 1; height: 5px; border-radius: 99px; background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.cost-row .bar-fill {
  display: block; height: 100%; border-radius: 99px;
  background: linear-gradient(270deg, rgba(223, 181, 79, 0.75), rgba(223, 181, 79, 0.3));
  width: var(--w, 50%);
}
.cost-row .lbl { min-width: 92px; }
.cost-row .val { color: var(--gold); font-weight: 600; font-size: 0.7rem; }
.cost-row--total {
  margin-top: 6px; padding-top: 9px; border-top: 1px dashed var(--hair-2);
  color: var(--muted-2); font-size: 0.7rem;
}
.cost-row--total b { color: #e99999; font-weight: 600; }

/* ---------------------------------------------------------------------
   ۱۱) سلکتور تعاملی «امروز چطور صادرات می‌کنید؟»
--------------------------------------------------------------------- */
.selector__chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.s-chip {
  position: relative; display: inline-flex; align-items: center; gap: 9px;
  padding: 11px 20px; border-radius: 999px; cursor: pointer;
  border: 1px solid var(--hair); background: rgba(255, 255, 255, 0.02);
  color: var(--muted); font-weight: 600; font-size: 0.88rem;
  font-family: var(--sans);
  transition: all 0.3s var(--ease);
}
.s-chip .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--muted-2); transition: all 0.3s; }
.s-chip:hover { color: var(--ink); border-color: rgba(43, 224, 166, 0.3); }
.s-chip.is-active {
  color: var(--ink); border-color: rgba(43, 224, 166, 0.5);
  background: linear-gradient(180deg, rgba(43, 224, 166, 0.14), rgba(43, 224, 166, 0.05));
  box-shadow: 0 0 0 1px rgba(43, 224, 166, 0.2), 0 8px 26px -12px rgba(43, 224, 166, 0.5);
}
.s-chip.is-active .dot { background: var(--teal); box-shadow: 0 0 8px var(--teal); }
.selector__panel {
  margin-top: 22px; border-radius: var(--radius);
  border: 1px solid var(--hair); overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px);
}
.selector__panel-head {
  padding: 20px 26px; border-bottom: 1px solid var(--hair-2);
  display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap;
}
.selector__panel-title { font-family: var(--serif); font-weight: 600; font-size: 1.4rem; margin: 0; }
.selector__panel-body { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.sp-col { padding: 22px 26px; }
.sp-col + .sp-col { border-right: 1px solid var(--hair-2); }
.sp-col__head {
  display: flex; align-items: center; gap: 9px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; margin-bottom: 14px;
}
.sp-col--pro .sp-col__head { color: #8ff5d0; }
.sp-col--con .sp-col__head { color: #e99999; }
.sp-col__head .count {
  font-size: 0.62rem; font-weight: 600; padding: 2px 9px; border-radius: 99px;
  background: rgba(255, 255, 255, 0.05); color: var(--muted-2);
}
.sp-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.sp-list li {
  display: flex; gap: 10px; align-items: flex-start;
  color: var(--muted); font-size: 0.88rem; line-height: 1.8;
}
.sp-list li::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; margin-top: 11px; flex: 0 0 auto;
}
.sp-col--pro .sp-list li::before { background: var(--teal); box-shadow: 0 0 7px rgba(43, 224, 166, 0.7); }
.sp-col--con .sp-list li::before { background: #c96a6a; }
.selector__panel-foot {
  padding: 18px 26px; border-top: 1px solid var(--hair-2);
  display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  background: linear-gradient(180deg, rgba(43, 224, 166, 0.05), transparent);
}
.selector__with-us {
  display: flex; align-items: center; gap: 11px;
  color: var(--ink); font-weight: 600; font-size: 0.92rem;
}
.selector__with-us svg { width: 17px; height: 17px; color: var(--teal); flex: 0 0 auto; }
.selector__with-us b { color: #8ff5d0; }

/* ---------------------------------------------------------------------
   ۱۲) مقایسه (کلاسیک vs پارس پگاه)
--------------------------------------------------------------------- */
.compare__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 44px;
  align-items: stretch;
}
.cmp-card { display: flex; flex-direction: column; }
.cmp-card--us {
  border-color: rgba(43, 224, 166, 0.35);
  background: linear-gradient(180deg, rgba(43, 224, 166, 0.07), rgba(43, 224, 166, 0.015));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 44px -18px rgba(43, 224, 166, 0.35);
}
.cmp-card__badge {
  align-self: flex-start; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.1em; padding: 5px 13px; border-radius: 99px;
}
.cmp-card--them .cmp-card__badge { background: rgba(255, 255, 255, 0.05); color: var(--muted-2); border: 1px solid var(--hair-2); }
.cmp-card--us .cmp-card__badge {
  background: rgba(43, 224, 166, 0.12); color: #8ff5d0; border: 1px solid rgba(43, 224, 166, 0.35);
}
.cmp-card__title { font-family: var(--serif); font-weight: 600; font-size: 1.6rem; margin: 14px 0 4px; }
.cmp-card__sub { color: var(--muted-2); font-size: 0.82rem; margin: 0 0 18px; }
.cmp-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.cmp-list li { display: flex; gap: 11px; align-items: flex-start; color: var(--muted); font-size: 0.9rem; line-height: 1.8; }
.cmp-list li svg { width: 16px; height: 16px; flex: 0 0 auto; margin-top: 6px; }
.cmp-card--them .cmp-list li svg { color: #c96a6a; }
.cmp-card--us .cmp-list li svg { color: var(--teal); }
.cmp-card--us .cmp-list li { color: #c3cdc8; }
.cmp-list li b { color: var(--ink); font-weight: 600; }
.cmp-card__foot { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--hair-2); }
.cmp-card__foot .note { color: var(--muted-2); font-size: 0.78rem; }

/* ---------------------------------------------------------------------
   ۱۳) خدمات
--------------------------------------------------------------------- */
.svc__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px;
}
.svc-card { display: flex; flex-direction: column; gap: 12px; }
.svc-card__icon {
  width: 46px; height: 46px; border-radius: 13px;
  display: grid; place-items: center;
  border: 1px solid rgba(43, 224, 166, 0.3);
  background: linear-gradient(180deg, rgba(43, 224, 166, 0.12), rgba(43, 224, 166, 0.03));
  box-shadow: 0 0 24px -8px rgba(43, 224, 166, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.svc-card__icon svg { width: 22px; height: 22px; color: var(--teal); }
.svc-card__title { font-family: var(--serif); font-weight: 600; font-size: 1.45rem; margin: 0; line-height: 1.35; }
.svc-card__desc { color: var(--muted); font-size: 0.9rem; margin: 0; line-height: 1.85; }
.svc-card__more {
  margin-top: auto; display: inline-flex; align-items: center; gap: 7px;
  color: var(--teal); font-weight: 600; font-size: 0.84rem; padding-top: 8px;
}
.svc-card__more svg { width: 14px; height: 14px; transition: transform 0.3s var(--ease); }
.svc-card:hover .svc-card__more svg { transform: translateX(-4px); }

/* ---------------------------------------------------------------------
   ۱۴) فرآیند ۰→۵ (سازوکار)
--------------------------------------------------------------------- */
.flow { margin-top: 48px; position: relative; }
.flow__line {
  position: absolute; top: 34px; right: 4%; left: 4%; height: 2px;
  background: linear-gradient(270deg, var(--deep-1), rgba(43, 224, 166, 0.55), #f7e7b0);
  border-radius: 99px; opacity: 0.65;
}
.flow__grid {
  position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px;
}
.flow__step { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; }
.flow__dot {
  width: 68px; height: 68px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--hair);
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 34px -20px rgba(0, 0, 0, 0.9);
  font-weight: 800; font-size: 1.5rem;
  background-clip: padding-box;
  position: relative; z-index: 2;
  transition: border-color 0.35s var(--ease), box-shadow 0.35s var(--ease), transform 0.35s var(--ease);
}
.flow__dot span {
  background: var(--metal);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.flow__step:hover .flow__dot {
  transform: translateY(-4px); border-color: rgba(43, 224, 166, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 20px 44px -20px rgba(0, 0, 0, 0.9),
    0 0 30px -6px rgba(43, 224, 166, 0.45);
}
.flow__step--final .flow__dot { border-color: rgba(223, 181, 79, 0.5); }
.flow__step--final .flow__dot span {
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.flow__title { font-weight: 700; font-size: 0.92rem; color: var(--ink); }
.flow__desc { color: var(--muted-2); font-size: 0.76rem; line-height: 1.7; max-width: 20ch; }

/* ---------------------------------------------------------------------
   ۱۵) بنیان‌گذار
--------------------------------------------------------------------- */
.founder__grid {
  display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 4vw, 60px); align-items: center;
}
.founder__figure { position: relative; margin: 0; }
.founder__img-wrap {
  position: relative; border-radius: 170px 22px 22px 22px; overflow: hidden;
  border: 1px solid rgba(223, 181, 79, 0.3);
  box-shadow: 0 40px 90px -40px rgba(0, 0, 0, 0.95), 0 0 60px -22px rgba(223, 181, 79, 0.4);
}
.founder__img-wrap::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(200deg, transparent 55%, rgba(5, 6, 5, 0.55));
}
.founder__img-wrap img { width: 100%; height: auto; display: block; }
.founder__exp {
  position: absolute; bottom: -22px; right: -12px;
  border-radius: 16px; border: 1px solid rgba(223, 181, 79, 0.4);
  background: rgba(7, 10, 8, 0.92);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  padding: 14px 22px; text-align: center;
  box-shadow: 0 24px 50px -22px rgba(0, 0, 0, 0.9), 0 0 40px -14px rgba(223, 181, 79, 0.5);
}
.founder__exp .num { font-size: 2.2rem; }
.founder__exp .lbl { font-size: 0.7rem; color: var(--muted-2); font-weight: 500; margin-top: 2px; }
.founder__text p { color: var(--muted); font-size: 0.96rem; line-height: 2; margin: 0 0 16px; }
.founder__text p strong { color: var(--ink); font-weight: 700; }
.founder__creds {
  list-style: none; margin: 24px 0; padding: 0;
  display: flex; flex-direction: column; gap: 11px;
}
.founder__creds li { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); font-size: 0.9rem; line-height: 1.85; }
.founder__creds li svg { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 7px; color: var(--teal); }
.founder__quote {
  margin: 26px 0 0; padding: 22px 26px; position: relative;
  border-right: 2px solid rgba(223, 181, 79, 0.55);
  background: linear-gradient(90deg, rgba(223, 181, 79, 0.05), transparent 70%);
  border-radius: 4px 16px 16px 4px;
}
.founder__quote p {
  margin: 0; font-family: var(--serif); font-weight: 500;
  font-size: 1.35rem; line-height: 1.7; color: #f2e9cf;
}
.founder__quote cite {
  display: block; margin-top: 10px; font-style: normal;
  color: var(--muted-2); font-size: 0.8rem; font-weight: 600;
}

/* ---------------------------------------------------------------------
   ۱۶) نتایج (شمارنده‌ها)
--------------------------------------------------------------------- */
.results__grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 40px;
}
.r-card { text-align: center; padding: 30px 18px; }
.r-card .num { font-size: clamp(2.3rem, 3.8vw, 3.2rem); }
.r-card__label { color: var(--muted); font-size: 0.85rem; margin-top: 10px; font-weight: 500; }
.r-card__live {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 8px;
  font-size: 0.66rem; font-weight: 700; color: #a9f2d5;
  padding: 3px 11px; border-radius: 99px;
  border: 1px solid rgba(43, 224, 166, 0.3); background: rgba(43, 224, 166, 0.07);
}
.r-card__live::before {
  content: ""; width: 5px; height: 5px; border-radius: 50%;
  background: var(--teal); box-shadow: 0 0 8px var(--teal);
  animation: pulse 2.2s infinite;
}

/* ---------------------------------------------------------------------
   ۱۷) رویدادها
--------------------------------------------------------------------- */
/* .events__filters { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.f-chip {
  padding: 9px 18px; border-radius: 999px; cursor: pointer;
  border: 1px solid var(--hair); background: rgba(255, 255, 255, 0.02);
  color: var(--muted); font-weight: 600; font-size: 0.84rem;
  font-family: var(--sans);
  transition: all 0.3s var(--ease);
}
.f-chip:hover { color: var(--ink); border-color: rgba(43, 224, 166, 0.3); }
.f-chip.is-active {
  color: var(--ink); border-color: rgba(43, 224, 166, 0.5);
  background: linear-gradient(180deg, rgba(43, 224, 166, 0.14), rgba(43, 224, 166, 0.05));
  box-shadow: 0 0 0 1px rgba(43, 224, 166, 0.2);
}
.events__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px;
}
.e-card { padding: 0; display: flex; flex-direction: column; }
.e-card.is-hidden { display: none; }
.e-card__media { position: relative; overflow: hidden; }
.e-card__media img {
  width: 100%; height: 210px; object-fit: cover; display: block;
  transition: transform 0.7s var(--ease-out), filter 0.5s var(--ease);
  filter: saturate(0.85) brightness(0.85);
}
.e-card:hover .e-card__media img { transform: scale(1.06); filter: saturate(1) brightness(0.95); }
.e-card__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5, 6, 5, 0.1), rgba(5, 6, 5, 0.75));
}
.e-card__tags { position: absolute; top: 14px; right: 14px; z-index: 2; display: flex; gap: 7px; }
.e-card__tag {
  font-size: 0.66rem; font-weight: 700; padding: 4px 11px; border-radius: 99px;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.e-card__tag--green { background: rgba(43, 224, 166, 0.2); color: #a9f2d5; border: 1px solid rgba(43, 224, 166, 0.4); }
.e-card__tag--gold { background: rgba(223, 181, 79, 0.2); color: #f7e7b0; border: 1px solid rgba(223, 181, 79, 0.4); }
.e-card__tag--dim { background: rgba(0, 0, 0, 0.4); color: var(--muted); border: 1px solid var(--hair-2); }
.e-card__body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.e-card__meta {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  color: var(--muted-2); font-size: 0.76rem; font-weight: 500;
}
.e-card__meta span { display: inline-flex; align-items: center; gap: 6px; }
.e-card__meta svg { width: 13px; height: 13px; }
.e-card__title { font-family: var(--serif); font-weight: 600; font-size: 1.28rem; margin: 0; line-height: 1.45; }
.e-card__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 10px; border-top: 1px dashed var(--hair-2); }
.e-card__link { display: inline-flex; align-items: center; gap: 6px; color: var(--teal); font-weight: 600; font-size: 0.8rem; }
.e-card__link svg { width: 13px; height: 13px; transition: transform 0.3s var(--ease); }
.e-card:hover .e-card__link svg { transform: translateX(-3px); }
.e-card__count { color: var(--muted-2); font-size: 0.72rem; } */






/* ---------------------------------------------------------------------
   ۱۷) رویدادها — اسلایدر مدرن (Scroll-Snap بومی، بدون کتابخانه)
   ◈ معماری آمادهٔ داینامیک‌سازی (برای پنل تنظیمات آینده):
     - تعداد اسلایدها آزاد است؛ افزودن/حذف <li class="e-slide"> کافی است
       (شمارنده، نوار پیشرفت، دکمه‌ها و حالت‌های لبه خودکار به‌روز می‌شوند)
     - چیدمان فقط از متغیرهای زیر:
         --slide-w   → عرض هر کارت          (پیش‌فرض: clamp با peek)
         --slide-gap → فاصلهٔ بین کارت‌ها
     - رفتار فقط از data-* روی .e-slider (بخش ۱۰ از JS):
         data-autoplay="6000" → پخش خودکار (میلی‌ثانیه؛ ۰ = خاموش)
         data-step="1"        → تعداد اسلاید در هر کلیک دکمه
         data-loop            → برگشت نرم به ابتدا در انتهای مسیر
--------------------------------------------------------------------- */
.e-slider {
  --slide-w: clamp(17.5rem, 86cqw, 26rem);
  --slide-gap: 18px;
  position: relative;
  margin-top: 34px;
  container-type: inline-size; /* واحد cqw → عرض اسلاید همیشه نسبت به خود اسلایدر */
}
/* قاب اسلایدر + محوِ لبهٔ انتهایی (نشانهٔ ادامهٔ رویدادها در RTL) */
.e-slider__frame { position: relative; }
.e-slider__frame::after {
  content: ""; position: absolute; inset-block: 0; inset-inline-end: 0;
  width: 46px; z-index: 2; pointer-events: none;
  background: linear-gradient(to right, rgba(5, 6, 5, 0.72), rgba(5, 6, 5, 0));
}
/* ناحیهٔ اسکرول — اسنپ بومی مرورگر (لمس، ترک‌پد، اسکرول‌بار مخفی) */
.e-slider__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* Edge لگسی */
  cursor: grab;
  outline: none;
}
.e-slider__viewport::-webkit-scrollbar { display: none; }
.e-slider__viewport:focus-visible {
  outline: 2px solid rgba(43, 224, 166, 0.5);
  outline-offset: 4px;
  border-radius: var(--radius);
}
.e-slider__viewport.is-dragging {
  scroll-snap-type: none;     /* حین درگِ موس آزاد؛ هنگام رها شدن دوباره اسنپ */
  cursor: grabbing;
}
.e-slider__viewport.is-dragging,
.e-slider__viewport.is-dragging * { user-select: none; }
/* ریل اسلایدها */
.e-slider__track {
  display: flex;
  gap: var(--slide-gap);
  width: max-content; /* تا پدینگ انتهایی داخل ناحیهٔ اسکرول بیفتد */
  margin: 0;
  padding: 0;
  list-style: none;
  /* پدینگ انتهایی منطقی: آخرین اسلاید هم دقیقاً به ابتدای قاب می‌رسد (بدون فضای خالی) */
  padding-inline-end: calc(100cqw - var(--slide-w));
}
.e-slide {
  flex: 0 0 var(--slide-w);
  display: flex;
  scroll-snap-align: start;
  scroll-snap-stop: always;   /* هر حرکت دقیقاً یک اسلاید — حس پریمیوم */
}
.e-slide .e-card { width: 100%; }

/* ردیف ابزار: دکمه‌های قبلی/بعدی + نوار پیشرفت + شمارنده */
.e-slider__ui { display: flex; align-items: center; gap: 16px; margin-top: 24px; }
.e-slider__bar {
  position: relative; flex: 1; height: 4px; border-radius: 99px;
  background: rgba(255, 255, 255, 0.06); overflow: hidden;
}
.e-slider__bar-fill {
  position: absolute; inset-block: 0; inset-inline-start: 0;
  width: 0%; border-radius: 99px;
  background: linear-gradient(to left, var(--teal), var(--gold));
  will-change: width;
}
.e-slider__count {
  font-family: var(--sans); font-size: 0.78rem; font-weight: 600;
  color: var(--muted-2); letter-spacing: 0.05em; white-space: nowrap;
}
.e-slider__count b { color: var(--teal); font-weight: 700; }
.e-slider__btn {
  flex: none; width: 46px; height: 46px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--hair); background: rgba(255, 255, 255, 0.03);
  color: var(--muted); cursor: pointer;
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease),
    background 0.3s var(--ease), box-shadow 0.3s var(--ease), opacity 0.3s var(--ease);
}
.e-slider__btn svg { width: 18px; height: 18px; }
.e-slider__btn:hover:not(:disabled) {
  color: var(--ink); border-color: rgba(43, 224, 166, 0.45);
  background: rgba(43, 224, 166, 0.08);
  box-shadow: 0 0 24px rgba(43, 224, 166, 0.16);
}
.e-slider__btn:disabled { opacity: 0.28; cursor: default; }

/* کارت رویداد — همان زبان بصری قبلی، تنظیم‌شده برای اسلایدر */
.e-card { padding: 0; display: flex; flex-direction: column; }
.e-card__media { position: relative; overflow: hidden; background: var(--panel-2); }
.e-card__media img {
  width: 100%; display: block; aspect-ratio: 3 / 2; object-fit: cover;
  transition: transform 0.7s var(--ease-out), filter 0.5s var(--ease);
  filter: saturate(0.85) brightness(0.85);
}
.e-card:hover .e-card__media img { transform: scale(1.06); filter: saturate(1) brightness(0.95); }
.e-card__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5, 6, 5, 0.1), rgba(5, 6, 5, 0.75));
}
.e-card__tags { position: absolute; top: 14px; right: 14px; z-index: 2; display: flex; gap: 7px; }
.e-card__tag {
  font-size: 0.66rem; font-weight: 700; padding: 4px 11px; border-radius: 99px;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.e-card__tag--green { background: rgba(43, 224, 166, 0.2); color: #a9f2d5; border: 1px solid rgba(43, 224, 166, 0.4); }
.e-card__tag--gold { background: rgba(223, 181, 79, 0.2); color: #f7e7b0; border: 1px solid rgba(223, 181, 79, 0.4); }
.e-card__tag--dim { background: rgba(0, 0, 0, 0.4); color: var(--muted); border: 1px solid var(--hair-2); }
.e-card__body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.e-card__meta {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  color: var(--muted-2); font-size: 0.76rem; font-weight: 500;
}
.e-card__meta span { display: inline-flex; align-items: center; gap: 6px; }
.e-card__meta svg { width: 13px; height: 13px; }
/* تیتر حداکثر ۴ خط — کارت‌ها هم‌قد و مرتب می‌مانند؛ فوتر همیشه پایین */
.e-card__title {
  font-family: var(--serif); font-weight: 600; font-size: 1.28rem; margin: 0; line-height: 1.45;
  display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
}
.e-card__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 10px; border-top: 1px dashed var(--hair-2); }
.e-card__link { display: inline-flex; align-items: center; gap: 6px; color: var(--teal); font-weight: 600; font-size: 0.8rem; }
.e-card__link svg { width: 13px; height: 13px; transition: transform 0.3s var(--ease); }
.e-card:hover .e-card__link svg { transform: translateX(-3px); }
.e-card__count { color: var(--muted-2); font-size: 0.72rem; }




/* ---------------------------------------------------------------------
   ۱۸) تضمین / تعهد (بنر طلایی)
--------------------------------------------------------------------- */
.guarantee {
  position: relative; border-radius: var(--radius);
  border: 1px solid rgba(223, 181, 79, 0.4);
  background:
    radial-gradient(120% 140% at 85% -20%, rgba(223, 181, 79, 0.14), transparent 55%),
    linear-gradient(180deg, rgba(223, 181, 79, 0.06), rgba(223, 181, 79, 0.015));
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 30px 80px -40px rgba(0, 0, 0, 0.95),
    0 0 70px -30px rgba(223, 181, 79, 0.55);
  padding: clamp(30px, 5vw, 54px);
  overflow: hidden;
  margin-top: 44px;
}
.guarantee__grid {
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 44px); align-items: center;
}
.guarantee__badge {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em;
  color: #f7e7b0; padding: 6px 15px; border-radius: 99px;
  border: 1px solid rgba(223, 181, 79, 0.45); background: rgba(223, 181, 79, 0.1);
}
.guarantee__title { margin: 16px 0 10px; }
.guarantee__text { color: var(--muted); font-size: 0.95rem; line-height: 2; margin: 0; max-width: 52ch; }
.guarantee__points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.gp {
  display: flex; gap: 13px; align-items: flex-start;
  padding: 15px 18px; border-radius: 14px;
  border: 1px solid var(--hair); background: rgba(0, 0, 0, 0.25);
}
.gp__icon {
  width: 38px; height: 38px; border-radius: 11px; flex: 0 0 auto;
  display: grid; place-items: center;
  border: 1px solid rgba(223, 181, 79, 0.4);
  background: rgba(223, 181, 79, 0.1);
}
.gp__icon svg { width: 18px; height: 18px; color: var(--gold); }
.gp__title { font-weight: 700; font-size: 0.92rem; color: var(--ink); }
.gp__desc { color: var(--muted); font-size: 0.8rem; margin-top: 3px; line-height: 1.75; }

/* ---------------------------------------------------------------------
   ۱۹) نظرات مشتریان
--------------------------------------------------------------------- */
.tst__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.t-card { display: flex; flex-direction: column; gap: 14px; }
.t-card__stars { display: inline-flex; gap: 4px; color: var(--gold); }
.t-card__stars svg { width: 15px; height: 15px; filter: drop-shadow(0 0 6px rgba(223, 181, 79, 0.6)); }
.t-card__text {
  margin: 0; color: var(--muted); font-size: 0.94rem; line-height: 2.05; flex: 1;
  font-family: var(--serif); font-weight: 500; font-size: 1.12rem; line-height: 1.85; color: #c8d1cc;
}
.t-card__who { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px dashed var(--hair-2); }
.t-card__avatar {
  width: 44px; height: 44px; border-radius: 50%; flex: 0 0 auto;
  display: grid; place-items: center;
  font-weight: 800; font-size: 1rem;
  border: 1px solid rgba(43, 224, 166, 0.4);
  background: linear-gradient(180deg, rgba(43, 224, 166, 0.18), rgba(43, 224, 166, 0.05));
  color: #8ff5d0;
}
.t-card__name { font-weight: 700; font-size: 0.92rem; color: var(--ink); }
.t-card__role { color: var(--muted-2); font-size: 0.76rem; margin-top: 2px; }

/* ---------------------------------------------------------------------
   ۲۰) پرسش‌های پرتکرار
--------------------------------------------------------------------- */
.faq__list { margin-top: 40px; display: flex; flex-direction: column; gap: 12px; 
  /* max-width: 860px; */
}
.faq__list .wrap { padding: 0; }
.faq-item {
  border: 1px solid var(--hair); border-radius: 15px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.008));
  -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px);
  overflow: hidden; transition: border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.faq-item.is-open {
  border-color: rgba(43, 224, 166, 0.4);
  box-shadow: 0 0 30px -12px rgba(43, 224, 166, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.faq-item__btn {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 19px 22px; background: none; border: none; cursor: pointer;
  font-family: var(--sans); font-weight: 700; font-size: 0.98rem; color: var(--ink);
  text-align: right;
}
.faq-item__icon {
  width: 30px; height: 30px; border-radius: 9px; flex: 0 0 auto;
  display: grid; place-items: center;
  border: 1px solid var(--hair); color: var(--muted);
  transition: transform 0.35s var(--ease), border-color 0.35s, color 0.35s;
}
.faq-item__icon svg { width: 14px; height: 14px; }
.faq-item.is-open .faq-item__icon {
  transform: rotate(180deg); border-color: rgba(43, 224, 166, 0.45); color: var(--teal);
}
.faq-item__body {
  max-height: 0; overflow: hidden;
  transition: max-height 0.45s var(--ease-out);
}
.faq-item__body-inner { padding: 0 22px 20px; color: var(--muted); font-size: 0.9rem; line-height: 2; }

/* ---------------------------------------------------------------------
   ۲۱) فراخوان نهایی + فرم
--------------------------------------------------------------------- */
.cta { position: relative; }
.cta__grid {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(24px, 4vw, 56px); align-items: start;
}
.cta__points { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.cta__point { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 0.94rem; font-weight: 500; }
.cta__point svg { width: 17px; height: 17px; color: var(--teal); flex: 0 0 auto; }
.cta__contact-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.cta__pill {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 12px 20px; border-radius: 14px;
  border: 1px solid var(--hair); background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.cta__pill:hover { border-color: rgba(43, 224, 166, 0.4); background: rgba(43, 224, 166, 0.05); }
.cta__pill svg { width: 17px; height: 17px; color: var(--teal); }
.cta__pill .val { color: var(--ink); font-weight: 700; font-size: 0.92rem; direction: ltr; }
.cta__pill .lbl { color: var(--muted-2); font-size: 0.66rem; display: block; margin-top: 1px; }
.cta__pill .col { display: flex; flex-direction: column; }

.form {
  position: relative; border-radius: var(--radius);
  border: 1px solid rgba(43, 224, 166, 0.3);
  background:
    radial-gradient(130% 110% at 100% 0%, rgba(43, 224, 166, 0.09), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01));
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 30px 70px -40px rgba(0, 0, 0, 0.95);
  padding: 28px 28px 30px;
}
.form__head { margin-bottom: 20px; }
.form__title {
  font-family: var(--serif); font-weight: 600; font-size: 1.55rem; margin: 0 0 6px;
  display: flex; align-items: center; gap: 11px; flex-wrap: wrap;
}
.form__free {
  font-size: 0.64rem; font-weight: 700; letter-spacing: 0.08em;
  color: #052016; padding: 4px 12px; border-radius: 99px;
  background: var(--teal-grad); box-shadow: 0 6px 18px -6px rgba(43, 224, 166, 0.6);
}
.form__sub { color: var(--muted-2); font-size: 0.78rem; margin: 0; line-height: 1.8; }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field__label { font-size: 0.8rem; font-weight: 600; color: var(--muted); }
.field__label .req { color: var(--gold); }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--sans); font-size: 0.92rem; color: var(--ink);
  background: rgba(0, 0, 0, 0.3); border: 1px solid var(--hair);
  border-radius: 12px; padding: 12px 15px;
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
  outline: none;
}
.field textarea { min-height: 96px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: rgba(43, 224, 166, 0.55);
  box-shadow: 0 0 0 3px rgba(43, 224, 166, 0.12), 0 0 24px -10px rgba(43, 224, 166, 0.4);
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); font-size: 0.85rem; }
.field select { appearance: none; cursor: pointer; }
.field select option { background: var(--panel); color: var(--ink); }
.form__note { margin: 14px 0 0; color: var(--muted-2); font-size: 0.72rem; line-height: 1.8; }
.form__success {
  display: none; text-align: center; padding: 34px 20px;
}
.form__success.is-shown { display: block; animation: fadein 0.6s var(--ease); }
.form__success-icon {
  width: 62px; height: 62px; margin: 0 auto 16px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(43, 224, 166, 0.5);
  background: linear-gradient(180deg, rgba(43, 224, 166, 0.2), rgba(43, 224, 166, 0.05));
  box-shadow: 0 0 40px -10px rgba(43, 224, 166, 0.6);
}
.form__success-icon svg { width: 28px; height: 28px; color: var(--teal); }
.form__success-title { font-family: var(--serif); font-weight: 600; font-size: 1.5rem; margin: 0 0 8px; }
.form__success-text { color: var(--muted); font-size: 0.88rem; margin: 0; line-height: 1.9; }
@keyframes fadein { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ---------------------------------------------------------------------
   ۲۲) فوتر
--------------------------------------------------------------------- */
.footer {
  position: relative; z-index: 2; border-top: 1px solid var(--hair);
  background: var(--bg-2); padding: 60px 0 26px; margin-top: clamp(60px, 9vw, 110px);
}
.footer__grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1.25fr 1.15fr; gap: 32px;
}
.footer__about { color: var(--muted); max-width: 36ch; margin-top: 15px; font-size: 0.9rem; line-height: 1.95; }
.footer__social { display: flex; gap: 10px; margin-top: 18px; }
.social-btn {
  width: 40px; height: 40px; border-radius: 12px;
  display: grid; place-items: center;
  border: 1px solid var(--hair); color: var(--muted);
  transition: all 0.3s var(--ease);
}
.social-btn svg { width: 17px; height: 17px; }
.social-btn:hover {
  color: var(--teal); border-color: rgba(43, 224, 166, 0.4);
  background: rgba(43, 224, 166, 0.06);
  box-shadow: 0 0 20px -8px rgba(43, 224, 166, 0.5);
}
.footer h4 {
  font-size: 0.72rem; letter-spacing: 0.18em; font-weight: 700;
  color: var(--muted-2); margin: 0 0 16px; text-transform: uppercase;
}
.footer__links a { display: block; color: var(--muted); padding: 6px 0; font-size: 0.92rem; transition: color 0.2s, transform 0.25s var(--ease); }
.footer__links a:hover { color: var(--teal); transform: translateX(-3px); }
.footer__contact-item { margin-bottom: 15px; }
.footer__contact-item .c-label { display: block; color: var(--muted-2); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; margin-bottom: 3px; }
.footer__contact-item .c-value { color: var(--muted); font-size: 0.9rem; line-height: 1.8; }
.footer__contact-item .c-value a { color: var(--ink); }
.footer__contact-item .c-value a:hover { color: var(--teal); }
.footer__bottom {
  margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--hair-2);
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  color: var(--muted-2); font-size: 0.8rem;
}
.footer__bottom .latin { color: var(--muted-2); }
.footer__tagline { color: var(--gold); font-weight: 600; }

/* ---------------------------------------------------------------------
   ۲۳) بازگشت به بالا + توست
--------------------------------------------------------------------- */
.back-top {
  position: fixed; bottom: 26px; left: 26px; z-index: 90;
  width: 46px; height: 46px; border-radius: 50%; cursor: pointer;
  display: grid; place-items: center;
  border: 1px solid var(--hair); color: var(--ink);
  background: rgba(12, 15, 13, 0.8);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  opacity: 0; transform: translateY(14px) scale(0.9); pointer-events: none;
  transition: all 0.4s var(--ease-out);
}
.back-top.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.back-top:hover { border-color: rgba(43, 224, 166, 0.5); box-shadow: 0 0 24px -8px rgba(43, 224, 166, 0.6); }
.back-top svg { width: 18px; height: 18px; }

.toast {
  position: fixed; bottom: 26px; right: 26px; z-index: 300;
  display: flex; align-items: center; gap: 12px;
  background: rgba(12, 15, 13, 0.95);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border: 1px solid rgba(43, 224, 166, 0.45);
  border-radius: 14px; padding: 14px 22px;
  color: var(--ink); font-size: 0.88rem; font-weight: 600;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.9), 0 0 40px -14px rgba(43, 224, 166, 0.5);
  transform: translateY(80px); opacity: 0;
  transition: transform 0.5s var(--ease-out), opacity 0.5s var(--ease);
  max-width: min(92vw, 420px);
}
.toast.is-shown { transform: none; opacity: 1; }
.toast svg { width: 20px; height: 20px; color: var(--teal); flex: 0 0 auto; }

/* ---------------------------------------------------------------------
   ۲۴) انیمیشن‌های ظاهرشدن (Blur-In)
--------------------------------------------------------------------- */
.reveal {
  opacity: 0; transform: translateY(26px);
  filter: blur(6px);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out), filter 0.8s var(--ease-out);
  transition-delay: calc(var(--d, 0) * 1ms);
}
.reveal.is-in { opacity: 1; transform: none; filter: blur(0); }

/* ---------------------------------------------------------------------
   ۲۵) ریسپانسیو
--------------------------------------------------------------------- */
@media (max-width: 1020px) {
  .hero__grid { grid-template-columns: 1fr; }
  .geoMap { max-width: 620px; margin: 8px auto 0; }
  .svc__grid { grid-template-columns: repeat(2, 1fr); }
  .events__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1.5fr 1fr 1.2fr; }
  .footer__brand { grid-column: 1 / -1; }
  .flow__grid { grid-template-columns: repeat(3, 1fr); row-gap: 28px; }
  .flow__line { display: none; }
}
@media (max-width: 860px) {
  .nav__links {
    position: fixed; inset: 62px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(5, 6, 5, 0.96);
    -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--hair); padding: 10px 24px 16px;
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
  }
  .nav.is-open .nav__links { transform: none; opacity: 1; pointer-events: auto; }
  .nav__link { padding: 13px 6px; font-size: 1rem; }
  .nav__link::after { display: none; }
  .nav__burger { display: flex; }
  .nav__cta-desktop { display: none; }
  .nav__cta-mobile { display: flex; justify-content: center; margin: 10px 6px 2px; }
  .nav__phone { display: none; }
  .problem__grid, .compare__grid, .founder__grid, .guarantee__grid, .cta__grid { grid-template-columns: 1fr; }
  .selector__panel-body { grid-template-columns: 1fr; }
  .sp-col + .sp-col { border-right: none; border-top: 1px solid var(--hair-2); }
  .results__grid { grid-template-columns: repeat(2, 1fr); }
  .hero__stats { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .tst__grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .wrap { padding: 0 18px; }
  .section { padding: clamp(52px, 13vw, 80px) 0; }
  .eyebrow { font-size: 0.7rem; letter-spacing: 0.1em; }
  .display { font-size: clamp(2.1rem, 8.6vw, 2.7rem); line-height: 1.18; }
  .display--sm { font-size: clamp(1.7rem, 6.6vw, 2.1rem); }
  .lead { font-size: 0.94rem; }
  .card { padding: 20px; }
  .btn { padding: 12px 18px; font-size: 0.88rem; }
  .svc__grid, .events__grid, .problem__grid { grid-template-columns: 1fr; }
  .results__grid { grid-template-columns: repeat(2, 1fr); }
  .flow__grid { grid-template-columns: repeat(2, 1fr); }
  .form__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .mini-table { font-size: 0.7rem; }
  .geoMap__title { font-size: 0.74rem; }
  .geoMap__sub { font-size: 0.54rem; }
  .geoMap__live { font-size: 0.64rem; padding: 3px 9px; }
  .geoMap__foot { padding: 8px 14px 11px; }
  .lg { font-size: 0.6rem; }
  .geoMap__src { display: none; }
  .c-node::after { width: 38px; height: 38px; left: -19px; top: -19px; }
  /* موبایل: نقشهٔ تمیز — لیبل‌ها فقط با لمس/هاور ظاهر می‌شوند */
  .c-node__lbl { display: none; }
  .c-node--hub .c-node__lbl { display: block; font-size: 0.68rem; }
  .c-node:hover .c-node__lbl, .c-node:focus-visible .c-node__lbl { display: block; font-size: 0.6rem; padding: 2px 7px; }
  .c-node__tip { font-size: 0.62rem; }
  .hero__actions .btn { flex: 1 1 auto; justify-content: center; }
  .founder__exp { right: 6px; bottom: -18px; padding: 10px 16px; }
  .founder__exp .num { font-size: 1.7rem; }
  .back-top { bottom: 18px; left: 18px; width: 42px; height: 42px; }
  .toast { bottom: 18px; right: 18px; left: 18px; max-width: none; }
}
@media (max-width: 520px) {
  .footer__grid { grid-template-columns: 1fr; }
}

/* ---------------------------------------------------------------------
   ۲۶) کاهش حرکت (دسترس‌پذیری)
--------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; filter: none; }
  .btn--primary::after { animation: none !important; display: none; }
  .atmos::before, .atmos::after { animation: none !important; }
  .fx__spot { display: none; }
  html { scroll-behavior: auto; }
}
