/* ================================================================
   کارنیلا — استایل مشترک سایت رسمی (استاتیک)
   زبان بصری: «کهکشان بنفش» — مطابق طرح منتخب design-1.html
   CSS خالص — بدون فریم‌ورک، بدون تصویر خارجی
   ================================================================ */

/* ---------- Reset & Tokens ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #0D0B14;
  --bg-2: #131022;
  --primary: #6C5CE7;
  --primary-light: #A29BFE;
  --primary-deep: #5A48D6;
  --accent: #00B894;
  --accent-light: #6FE7C8;
  --danger: #D63031;
  --danger-light: #FF8A89;
  --warn: #FDCB6E;
  --text: #F5F3FF;
  --muted: rgba(245, 243, 255, 0.64);
  --faint: rgba(245, 243, 255, 0.42);
  --border: rgba(255, 255, 255, 0.09);
  --radius: 22px;
}

html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; overflow-x: clip; }

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Vazirmatn", Tahoma, sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

main { flex: 1 0 auto; position: relative; z-index: 1; }

svg { display: inline-block; vertical-align: middle; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
img { max-width: 100%; display: block; }

::selection { background: rgba(108, 92, 231, 0.45); color: #fff; }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #0a0812; }
::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #6C5CE7, #3D33A8); border-radius: 99px; border: 2px solid #0a0812; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--primary-light); outline-offset: 3px; border-radius: 8px;
}

.ltr { direction: ltr; unicode-bidi: isolate; display: inline-block; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- پس‌زمینه کهکشانی ---------- */
.bg {
  position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none;
  background:
    radial-gradient(1200px 700px at 88% -12%, rgba(108, 92, 231, 0.13), transparent 62%),
    radial-gradient(1000px 640px at -8% 38%, rgba(76, 61, 168, 0.15), transparent 62%);
}

.orb { position: absolute; border-radius: 50%; filter: blur(90px); }
.orb-1 { width: 620px; height: 620px; top: -180px; left: -190px; background: radial-gradient(circle, rgba(108, 92, 231, 0.4), transparent 65%); animation: drift 18s ease-in-out infinite alternate; }
.orb-2 { width: 520px; height: 520px; top: 26%; right: -210px; background: radial-gradient(circle, rgba(162, 155, 254, 0.24), transparent 65%); animation: drift 22s ease-in-out infinite alternate-reverse; }
.orb-3 { width: 560px; height: 560px; bottom: -230px; left: 30%; background: radial-gradient(circle, rgba(0, 184, 148, 0.12), transparent 65%); animation: drift 26s ease-in-out infinite alternate; }

.stars {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(1.4px 1.4px at 12% 18%, rgba(245, 243, 255, 0.7) 50%, transparent 51%),
    radial-gradient(1px 1px at 28% 64%, rgba(162, 155, 254, 0.6) 50%, transparent 51%),
    radial-gradient(1.6px 1.6px at 47% 11%, rgba(245, 243, 255, 0.5) 50%, transparent 51%),
    radial-gradient(1px 1px at 62% 42%, rgba(245, 243, 255, 0.55) 50%, transparent 51%),
    radial-gradient(1.3px 1.3px at 78% 21%, rgba(162, 155, 254, 0.65) 50%, transparent 51%),
    radial-gradient(1px 1px at 88% 58%, rgba(245, 243, 255, 0.5) 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 8% 78%, rgba(162, 155, 254, 0.5) 50%, transparent 51%),
    radial-gradient(1px 1px at 38% 88%, rgba(245, 243, 255, 0.45) 50%, transparent 51%),
    radial-gradient(1.2px 1.2px at 70% 84%, rgba(162, 155, 254, 0.55) 50%, transparent 51%),
    radial-gradient(1px 1px at 55% 70%, rgba(245, 243, 255, 0.4) 50%, transparent 51%),
    radial-gradient(1.3px 1.3px at 92% 8%, rgba(245, 243, 255, 0.5) 50%, transparent 51%),
    radial-gradient(1px 1px at 20% 41%, rgba(162, 155, 254, 0.45) 50%, transparent 51%);
  animation: twinkle 9s ease-in-out infinite alternate;
}

/* ---------- ابزارک‌ها ---------- */
.container { width: min(1180px, 92%); margin-inline: auto; }

.glass {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02) 55%);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.grad {
  background: linear-gradient(120deg, #C9C2F9 5%, #6C5CE7 45%, #00B894 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  filter: drop-shadow(0 8px 26px rgba(108, 92, 231, 0.35));
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 7px 17px; border-radius: 999px;
  background: rgba(108, 92, 231, 0.11);
  border: 1px solid rgba(108, 92, 231, 0.32);
  color: #C9C2F9; font-size: 0.84rem; font-weight: 600;
}
.eyebrow::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--primary-light); box-shadow: 0 0 10px var(--primary-light);
}

.section { padding: 104px 0; position: relative; scroll-margin-top: 90px; }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.section-title { font-size: clamp(1.7rem, 3.5vw, 2.55rem); font-weight: 800; line-height: 1.5; margin: 16px 0 12px; }
.section-head p { color: var(--muted); font-size: 1.02rem; }

/* ---------- دکمه‌ها ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 30px; border-radius: 15px;
  font-weight: 700; font-size: 1rem; line-height: 1.6;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s, border-color 0.3s;
}
.btn svg { width: 19px; height: 19px; }
.btn-primary {
  background: linear-gradient(135deg, #8B7BF7, #6C5CE7 55%, #5B4BD5);
  color: #fff;
  box-shadow: 0 14px 34px -10px rgba(108, 92, 231, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px -12px rgba(108, 92, 231, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
.btn-ghost {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--text);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.btn-ghost:hover { transform: translateY(-3px); background: rgba(255, 255, 255, 0.09); border-color: rgba(162, 155, 254, 0.45); }
.btn-sm { padding: 10px 22px; font-size: 0.92rem; border-radius: 12px; }
.btn-block { width: 100%; }
.btn-accent {
  background: linear-gradient(135deg, #17C9A4, #00B894 55%, #009E7E);
  color: #04241C;
  box-shadow: 0 14px 34px -10px rgba(0, 184, 148, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.btn-accent:hover { transform: translateY(-3px); box-shadow: 0 20px 44px -12px rgba(0, 184, 148, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.3); }

.text-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--primary-light); font-weight: 700; font-size: 0.95rem;
  transition: gap 0.3s, color 0.3s;
}
.text-link:hover { color: #C9C2F9; gap: 12px; }
.text-link svg { width: 17px; height: 17px; }

/* ---------- انیمیشن‌ها ---------- */
@keyframes fadeUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-13px); } }
@keyframes drift { from { transform: translate(0, 0) scale(1); } to { transform: translate(42px, -30px) scale(1.08); } }
@keyframes twinkle { from { opacity: 0.45; } to { opacity: 0.9; } }
@keyframes spin { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes grow { from { transform: scaleY(0); } }
@keyframes pulse { from { transform: scale(0.6); opacity: 1; } to { transform: scale(1.7); opacity: 0; } }
@keyframes toastIn { from { opacity: 0; transform: translate(50%, 16px); } to { opacity: 1; transform: translate(50%, 0); } }

.reveal { opacity: 0; animation: fadeUp 0.95s cubic-bezier(0.22, 0.7, 0.3, 1) both; }

@supports (animation-timeline: view()) {
  .reveal-scroll {
    animation: fadeUp 0.9s cubic-bezier(0.22, 0.7, 0.3, 1) both;
    animation-timeline: view();
    animation-range: entry 0% entry 55%;
  }
}

/* ================= هدر و منو ================= */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(13, 11, 20, 0.72);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 74px; position: relative; }

.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; font-size: 1.26rem; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 13px;
  display: grid; place-items: center; flex-shrink: 0;
  background: linear-gradient(140deg, #8B7BF7, #6C5CE7 55%, #5A48D6);
  box-shadow: 0 8px 22px -6px rgba(108, 92, 231, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.brand-mark svg { width: 24px; height: 24px; }

.nav-menu { display: flex; align-items: center; justify-content: center; flex: 1; gap: 4px; }
.nav-menu a { padding: 9px 15px; border-radius: 11px; font-size: 0.95rem; font-weight: 500; color: var(--muted); transition: color 0.25s, background 0.25s; }
.nav-menu a:hover { color: var(--text); background: rgba(255, 255, 255, 0.06); }
.nav-menu a.active, .nav-menu a[aria-current="page"] { color: var(--primary-light); background: rgba(108, 92, 231, 0.13); }

.nav-actions { display: flex; align-items: center; gap: 12px; }

.cart-btn {
  position: relative;
  width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  color: var(--text);
  transition: border-color 0.25s, background 0.25s;
}
.cart-btn:hover { border-color: rgba(162, 155, 254, 0.45); background: rgba(255, 255, 255, 0.09); }
.cart-btn svg { width: 20px; height: 20px; }
.cart-badge {
  position: absolute; top: -6px; left: -6px;
  min-width: 19px; height: 19px; padding: 0 5px;
  border-radius: 99px;
  background: linear-gradient(135deg, #17C9A4, #009E7E);
  color: #04241C; font-size: 0.66rem; font-weight: 800;
  display: grid; place-items: center;
  box-shadow: 0 0 12px rgba(0, 184, 148, 0.65);
  border: 2px solid var(--bg);
}
.cart-badge[hidden] { display: none; }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 12px;
  border: 1px solid var(--border); background: rgba(255, 255, 255, 0.04);
}
.nav-toggle span { width: 20px; height: 2px; border-radius: 2px; background: var(--text); transition: transform 0.3s, opacity 0.3s; display: block; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ================= هیرو (صفحه اصلی) ================= */
.hero { position: relative; padding: 64px 0 90px; }
.hero-grid { display: grid; grid-template-columns: 1.06fr 0.94fr; align-items: center; gap: 48px; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 18px; border-radius: 999px;
  background: rgba(108, 92, 231, 0.1);
  border: 1px solid rgba(108, 92, 231, 0.32);
  color: #C9C2F9; font-size: 0.88rem; font-weight: 600;
}
.hero-badge svg { width: 15px; height: 15px; color: var(--primary-light); }

.hero h1 {
  font-size: clamp(2.3rem, 5vw, 3.9rem);
  font-weight: 900; line-height: 1.42;
  margin: 24px 0 20px;
}
.hero-sub { color: var(--muted); font-size: 1.08rem; line-height: 2.05; max-width: 560px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero-note {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 18px; font-size: 0.85rem; color: var(--faint); font-weight: 500;
}
.hero-note svg { width: 15px; height: 15px; color: var(--accent); flex-shrink: 0; }

/* نوار اعتماد */
.trust-bar {
  margin-top: 42px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
  padding: 16px; border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--border);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.trust-item { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 8px 4px; font-size: 0.88rem; font-weight: 600; color: rgba(245, 243, 255, 0.85); }
.trust-item svg { width: 19px; height: 19px; color: var(--accent); filter: drop-shadow(0 0 6px rgba(0, 184, 148, 0.5)); flex-shrink: 0; }

/* ---------- ماک‌آپ گوشی (CSS خالص) ---------- */
.hero-visual { position: relative; display: flex; justify-content: center; }
.phone-stage { position: relative; width: 320px; height: 650px; }

.phone-ring { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%; border: 1.5px dashed rgba(162, 155, 254, 0.26); animation: spin 60s linear infinite; }
.ring-1 { width: 470px; height: 470px; }
.ring-2 { width: 565px; height: 565px; border-color: rgba(162, 155, 254, 0.13); animation-duration: 95s; animation-direction: reverse; }

.phone-glow {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 540px; height: 540px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(108, 92, 231, 0.3), rgba(108, 92, 231, 0.08) 55%, transparent 78%);
  filter: blur(26px);
}

.phone {
  position: relative; width: 320px; height: 650px;
  border-radius: 48px; padding: 12px;
  background: linear-gradient(160deg, #2B2440, #171226 42%, #0F0C1A);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 40px 80px -20px rgba(108, 92, 231, 0.35),
    0 24px 48px -24px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  animation: float 7s ease-in-out infinite;
  z-index: 2;
}
.phone::before, .phone::after {
  content: ""; position: absolute; left: -3px; width: 3px; border-radius: 3px;
  background: linear-gradient(180deg, #3A3355, #241E38);
}
.phone::before { top: 128px; height: 42px; }
.phone::after { top: 186px; height: 68px; }

.phone-screen {
  height: 100%; border-radius: 37px; overflow: hidden;
  background: linear-gradient(180deg, #14101F, #0E0B17);
  display: flex; flex-direction: column; position: relative;
}

.p-status { display: flex; justify-content: space-between; align-items: center; padding: 13px 24px 4px; font-size: 0.72rem; font-weight: 600; color: rgba(245, 243, 255, 0.75); position: relative; z-index: 2; }
.p-status-icons { display: flex; align-items: center; gap: 5px; }
.p-status-icons svg { width: 14px; height: 14px; }
.p-island { position: absolute; top: 11px; right: 50%; transform: translateX(50%); width: 88px; height: 23px; background: #050308; border-radius: 14px; border: 1px solid rgba(255, 255, 255, 0.06); z-index: 5; }

.p-body { display: flex; flex-direction: column; gap: 13px; padding: 8px 14px 0; flex: 1; overflow: hidden; }

.p-header { display: flex; align-items: center; justify-content: space-between; }
.p-user { display: flex; align-items: center; gap: 10px; }
.p-avatar {
  width: 38px; height: 38px; border-radius: 13px; display: grid; place-items: center;
  font-weight: 800; font-size: 0.95rem; color: #fff;
  background: linear-gradient(140deg, #8B7BF7, #5A48D6);
  box-shadow: 0 6px 14px -4px rgba(108, 92, 231, 0.6);
}
.p-user strong { display: block; font-size: 0.9rem; font-weight: 800; line-height: 1.5; }
.p-user small { display: block; font-size: 0.66rem; color: var(--faint); }
.p-bell { position: relative; width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--border); color: var(--muted); }
.p-bell svg { width: 16px; height: 16px; }
.p-bell i { position: absolute; top: 8px; right: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 8px var(--accent); }

.p-balance {
  position: relative; overflow: hidden; border-radius: 20px; padding: 16px 18px;
  background: linear-gradient(135deg, #8474F6, #6C5CE7 48%, #5546D8);
  box-shadow: 0 14px 30px -10px rgba(108, 92, 231, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  color: #fff;
}
.p-balance::after { content: ""; position: absolute; inset: 0; background: radial-gradient(140px 90px at 88% -20%, rgba(255, 255, 255, 0.3), transparent 65%); pointer-events: none; }
.p-balance-top { display: flex; justify-content: space-between; align-items: center; font-size: 0.72rem; opacity: 0.92; }
.p-chip { display: inline-flex; align-items: center; gap: 5px; background: rgba(255, 255, 255, 0.18); padding: 3px 10px; border-radius: 99px; font-size: 0.62rem; font-weight: 600; }
.p-chip svg { width: 12px; height: 12px; }
.p-amount { display: block; font-size: 1.62rem; font-weight: 800; line-height: 1.6; margin-top: 2px; }
.p-amount small { font-size: 0.85rem; font-weight: 500; opacity: 0.85; }
.p-note { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 5px; margin-top: 6px; background: rgba(0, 0, 0, 0.22); border: 1px solid rgba(255, 255, 255, 0.14); padding: 3px 11px; border-radius: 99px; font-size: 0.68rem; font-weight: 600; color: #EDE9FF; }
.p-note svg { width: 12px; height: 12px; }

.p-actions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.p-action { display: flex; flex-direction: column; align-items: center; gap: 7px; }
.p-action-icon { width: 46px; height: 46px; border-radius: 16px; display: grid; place-items: center; background: rgba(255, 255, 255, 0.055); border: 1px solid var(--border); color: var(--primary-light); }
.p-action:first-child .p-action-icon { background: linear-gradient(140deg, #8B7BF7, #5B4BD5); border-color: transparent; color: #fff; box-shadow: 0 8px 18px -6px rgba(108, 92, 231, 0.7); }
.p-action-icon svg { width: 20px; height: 20px; }
.p-action small { font-size: 0.66rem; color: var(--faint); font-weight: 500; }

.p-tx { display: flex; flex-direction: column; gap: 8px; }
.p-tx-title { font-size: 0.74rem; font-weight: 700; color: rgba(245, 243, 255, 0.8); }
.p-tx-item { display: flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border); border-radius: 14px; padding: 9px 11px; }
.p-tx-icon { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; flex-shrink: 0; }
.p-tx-icon svg { width: 15px; height: 15px; }
.p-tx-icon.ok { color: var(--accent-light); background: rgba(0, 184, 148, 0.13); border: 1px solid rgba(0, 184, 148, 0.3); }
.p-tx-meta strong { display: block; font-size: 0.78rem; font-weight: 700; line-height: 1.6; }
.p-tx-meta small { display: block; font-size: 0.62rem; color: var(--faint); }
.p-tx-amount { margin-inline-start: auto; font-size: 0.8rem; font-weight: 800; }
.p-tx-amount small { display: block; font-size: 0.58rem; color: var(--faint); font-weight: 500; }

.p-nav { position: relative; margin-top: auto; display: flex; justify-content: space-around; align-items: center; padding: 10px 14px 20px; background: rgba(255, 255, 255, 0.028); border-top: 1px solid rgba(255, 255, 255, 0.06); }
.p-nav span { width: 46px; height: 32px; border-radius: 11px; display: grid; place-items: center; color: var(--faint); }
.p-nav span svg { width: 18px; height: 18px; }
.p-nav span.active { color: var(--primary-light); background: rgba(108, 92, 231, 0.16); box-shadow: 0 0 16px -2px rgba(108, 92, 231, 0.4); }
.p-nav::after { content: ""; position: absolute; bottom: 7px; right: 50%; transform: translateX(50%); width: 108px; height: 4px; border-radius: 99px; background: rgba(245, 243, 255, 0.28); }

/* ---------- کارت‌های شناور کنار گوشی ---------- */
.float-chip {
  position: absolute; z-index: 4;
  display: flex; align-items: center; gap: 11px;
  padding: 12px 15px; border-radius: 16px;
  background: rgba(22, 17, 37, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px -14px rgba(0, 0, 0, 0.55);
  animation: float 5.6s ease-in-out infinite;
}
.fc-1 { top: 106px; right: -58px; animation-delay: 0.6s; }
.fc-2 { bottom: 96px; left: -64px; animation-delay: 1.5s; }
.fc-icon { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; flex-shrink: 0; }
.fc-icon svg { width: 17px; height: 17px; }
.fc-icon.ok { color: var(--accent-light); background: rgba(0, 184, 148, 0.14); border: 1px solid rgba(0, 184, 148, 0.32); }
.fc-icon.zap { color: var(--primary-light); background: rgba(108, 92, 231, 0.15); border: 1px solid rgba(108, 92, 231, 0.35); }
.fc-meta strong { display: block; font-size: 0.85rem; font-weight: 700; line-height: 1.7; }
.fc-meta small { display: block; font-size: 0.72rem; color: var(--muted); }

/* ================= امکانات ================= */
.features { background: radial-gradient(900px 520px at 50% 0%, rgba(108, 92, 231, 0.08), transparent 70%); }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { padding: 30px 26px; transition: transform 0.35s ease, border-color 0.35s, box-shadow 0.35s; }
.feature-card:hover { transform: translateY(-9px); border-color: rgba(108, 92, 231, 0.45); box-shadow: 0 26px 55px -18px rgba(108, 92, 231, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.08); }
.feature-icon {
  width: 54px; height: 54px; border-radius: 16px; margin-bottom: 20px;
  display: grid; place-items: center; color: var(--primary-light);
  background: linear-gradient(150deg, rgba(108, 92, 231, 0.24), rgba(108, 92, 231, 0.07));
  border: 1px solid rgba(108, 92, 231, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 8px 20px -8px rgba(108, 92, 231, 0.45);
}
.feature-icon svg { width: 26px; height: 26px; }
.feature-card h3 { font-size: 1.07rem; font-weight: 700; margin-bottom: 8px; }
.feature-card p { color: var(--muted); font-size: 0.93rem; line-height: 1.95; }

/* ================= پذیرندگان ================= */
.merchants { background: radial-gradient(900px 520px at 10% 45%, rgba(108, 92, 231, 0.09), transparent 70%); }
.merchants-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.merchants-content .section-title { margin-top: 16px; }
.merchants-content > p { color: var(--muted); font-size: 1.02rem; }
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 30px 0 34px; }
.benefits li { display: flex; gap: 13px; align-items: flex-start; padding: 16px; border-radius: 16px; background: rgba(255, 255, 255, 0.03); border: 1px solid var(--border); transition: border-color 0.3s, transform 0.3s; }
.benefits li:hover { border-color: rgba(0, 184, 148, 0.35); transform: translateY(-4px); }
.b-icon { width: 40px; height: 40px; flex-shrink: 0; border-radius: 12px; display: grid; place-items: center; color: var(--accent-light); background: rgba(0, 184, 148, 0.1); border: 1px solid rgba(0, 184, 148, 0.28); }
.b-icon svg { width: 19px; height: 19px; }
.benefits strong { display: block; font-size: 0.95rem; font-weight: 700; }
.benefits small { display: block; color: var(--faint); font-size: 0.8rem; line-height: 1.8; }

/* داشبورد فروش (پیش‌نمایش) */
.dash { padding: 26px; position: relative; overflow: hidden; }
.dash::before { content: ""; position: absolute; inset: -60%; background: conic-gradient(from 0deg, transparent 62%, rgba(108, 92, 231, 0.13) 78%, transparent 92%); animation: rotate 16s linear infinite; }
.dash > * { position: relative; }
.dash-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.live { display: inline-flex; align-items: center; gap: 9px; font-size: 0.85rem; font-weight: 600; color: var(--muted); }
.live-dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); }
.live-dot::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 1px solid var(--accent); animation: pulse 2s ease-out infinite; }
.dash-chip { font-size: 0.75rem; font-weight: 600; padding: 5px 12px; border-radius: 99px; color: var(--accent-light); background: rgba(0, 184, 148, 0.12); border: 1px solid rgba(0, 184, 148, 0.3); }
.dash-main small { color: var(--faint); font-size: 0.85rem; display: block; }
.dash-main strong { font-size: 2rem; font-weight: 800; color: var(--accent-light); display: block; margin: 2px 0 8px; }
.dash-main strong span { font-size: 0.95rem; font-weight: 600; color: var(--muted); }
.dash-chart { display: flex; align-items: flex-end; gap: 12px; height: 150px; margin: 24px 0 6px; }
.dash-chart .col { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 8px; height: 100%; }
.dash-chart .bar { width: 100%; max-width: 30px; height: var(--h); border-radius: 8px 8px 3px 3px; background: linear-gradient(180deg, #9C8DFF, rgba(108, 92, 231, 0.25)); box-shadow: 0 0 18px -4px rgba(108, 92, 231, 0.5); transform-origin: bottom; animation: grow 0.9s cubic-bezier(0.22, 0.7, 0.3, 1) both; }
.dash-chart .bar.hot { background: linear-gradient(180deg, #35E8C0, rgba(0, 184, 148, 0.3)); box-shadow: 0 0 20px -4px rgba(0, 184, 148, 0.55); }
.dash-chart small { color: var(--faint); font-size: 0.72rem; }
.dash-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.dash-stat { background: rgba(255, 255, 255, 0.035); border: 1px solid var(--border); border-radius: 14px; padding: 12px 16px; display: flex; flex-direction: column; gap: 2px; }
.dash-stat small { color: var(--faint); font-size: 0.8rem; }
.dash-stat strong { font-size: 1rem; font-weight: 800; color: var(--accent-light); }

/* ================= امنیت ================= */
.security { background: radial-gradient(800px 480px at 50% 100%, rgba(0, 184, 148, 0.06), transparent 70%); }
.security-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.security-card { padding: 38px 26px; text-align: center; transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s; }
.security-card:hover { transform: translateY(-9px); border-color: rgba(108, 92, 231, 0.45); box-shadow: 0 26px 55px -18px rgba(108, 92, 231, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08); }
.security-icon {
  width: 62px; height: 62px; margin: 0 auto 20px; border-radius: 19px;
  display: grid; place-items: center; color: var(--primary-light);
  background: linear-gradient(150deg, rgba(108, 92, 231, 0.24), rgba(108, 92, 231, 0.07));
  border: 1px solid rgba(108, 92, 231, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 10px 24px -8px rgba(108, 92, 231, 0.5);
  animation: float 6s ease-in-out infinite;
}
.security-card:nth-child(2) .security-icon { animation-delay: 1.2s; }
.security-card:nth-child(3) .security-icon { animation-delay: 2.2s; }
.security-icon svg { width: 28px; height: 28px; }
.security-card h3 { font-size: 1.02rem; font-weight: 700; }
.security-card p { color: var(--muted); font-size: 0.9rem; margin-top: 8px; }

/* ================= تیزر درباره ما ================= */
.about-panel { max-width: 820px; margin: 0 auto; text-align: center; padding: 58px 44px; position: relative; overflow: hidden; }
.about-panel::before { content: ""; position: absolute; inset: -45%; background: conic-gradient(from 180deg, transparent 60%, rgba(108, 92, 231, 0.13) 75%, transparent 90%); animation: rotate 15s linear infinite; }
.about-panel > * { position: relative; }
.about-logo {
  width: 78px; height: 78px; border-radius: 23px; margin: 0 auto 24px;
  display: grid; place-items: center;
  background: linear-gradient(140deg, #8B7BF7, #6C5CE7 55%, #5A48D6);
  box-shadow: 0 18px 40px -10px rgba(108, 92, 231, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  animation: float 6s ease-in-out infinite;
}
.about-logo svg { width: 40px; height: 40px; }
.about-panel p { color: var(--muted); max-width: 580px; margin: 14px auto 0; font-size: 1.02rem; }
.about-panel .text-link { margin-top: 22px; }

/* ================= تیزر تماس ================= */
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.contact-card { padding: 28px 22px; text-align: center; transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s; }
.contact-card:hover { transform: translateY(-7px); border-color: rgba(108, 92, 231, 0.4); box-shadow: 0 22px 45px -16px rgba(108, 92, 231, 0.28); }
.contact-icon {
  width: 52px; height: 52px; margin: 0 auto 16px; border-radius: 16px;
  display: grid; place-items: center; color: var(--primary-light);
  background: rgba(108, 92, 231, 0.12); border: 1px solid rgba(108, 92, 231, 0.32);
}
.contact-icon svg { width: 24px; height: 24px; }
.contact-card small { display: block; color: var(--faint); font-size: 0.84rem; margin-bottom: 6px; }
.contact-card strong { display: block; font-size: 1.02rem; font-weight: 700; line-height: 1.8; word-break: break-word; }
.contact-card .sub { display: block; font-size: 0.8rem; color: var(--muted); font-weight: 500; margin-top: 4px; }
.contact-more { text-align: center; margin-top: 40px; }

/* ================= سربرگ صفحات داخلی ================= */
.page-hero { padding: 72px 0 8px; text-align: center; }
.page-hero h1 { font-size: clamp(1.9rem, 4vw, 2.9rem); font-weight: 900; line-height: 1.5; margin: 18px 0 14px; }
.page-hero .lead { color: var(--muted); font-size: 1.05rem; max-width: 640px; margin: 0 auto; line-height: 2.05; }
.page-section { padding: 56px 0 96px; }

/* ================= بسته‌های اعتبار (صفحه خرید) ================= */
.packages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.pack-card { display: flex; flex-direction: column; padding: 26px; transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s; }
.pack-card:hover { transform: translateY(-9px); border-color: rgba(108, 92, 231, 0.5); box-shadow: 0 28px 60px -20px rgba(108, 92, 231, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.08); }

/* آرت اختصاصی هر بسته: کارت اعتبار CSS/SVG */
.pack-art {
  position: relative; overflow: hidden;
  border-radius: 18px; padding: 20px 18px;
  min-height: 172px;
  display: flex; flex-direction: column; justify-content: space-between;
  background: linear-gradient(135deg, #8474F6, #6C5CE7 48%, #5546D8);
  box-shadow: 0 14px 30px -10px rgba(108, 92, 231, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  color: #fff;
}
.pack-art::after { content: ""; position: absolute; inset: 0; background: radial-gradient(160px 100px at 86% -18%, rgba(255, 255, 255, 0.32), transparent 65%); pointer-events: none; }
.pack-art::before {
  content: ""; position: absolute; width: 190px; height: 190px; border-radius: 50%;
  bottom: -110px; left: -70px;
  background: radial-gradient(circle, rgba(0, 184, 148, 0.35), transparent 68%);
  pointer-events: none;
}
.pack-art-top { position: relative; display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; }
.pack-art-brand { display: inline-flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 700; }
.pack-art-brand svg { width: 20px; height: 20px; }
.pack-art-chip {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255, 255, 255, 0.18); border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 3px 11px; border-radius: 99px; font-size: 0.64rem; font-weight: 600;
}
.pack-art-chip svg { width: 12px; height: 12px; }
.pack-art-label { position: relative; font-size: 0.78rem; font-weight: 600; opacity: 0.92; }
.pack-art-amount { position: relative; font-size: 1.9rem; font-weight: 900; line-height: 1.5; }
.pack-art-amount small { font-size: 0.95rem; font-weight: 500; opacity: 0.85; }
.pack-art-lines { position: relative; display: flex; align-items: center; justify-content: space-between; margin-top: 4px; }
.pack-art-num { display: flex; gap: 5px; direction: ltr; }
.pack-art-num i { width: 7px; height: 9px; border-radius: 2.5px; background: rgba(255, 255, 255, 0.55); display: block; }
.pack-art-wave { width: 54px; height: 22px; opacity: 0.75; color: #fff; }

.pack-body { display: flex; flex-direction: column; flex: 1; padding-top: 22px; }
.pack-body h3 { font-size: 1.08rem; font-weight: 800; }
.pack-price-row {
  display: flex; justify-content: space-between; align-items: center;
  margin: 12px 0 18px; padding: 12px 16px;
  background: rgba(255, 255, 255, 0.035); border: 1px solid var(--border); border-radius: 14px;
}
.pack-price-row small { display: block; color: var(--faint); font-size: 0.78rem; }
.pack-price-row strong { font-size: 1.15rem; font-weight: 800; color: var(--accent-light); }
.pack-body .btn { margin-top: auto; }

/* ================= مبلغ دلخواه ================= */
.custom-box { padding: 34px 30px; }
.custom-head { display: flex; align-items: center; gap: 14px; margin-bottom: 8px; }
.custom-head .b-icon { width: 46px; height: 46px; border-radius: 14px; }
.custom-head .b-icon svg { width: 22px; height: 22px; }
.custom-head h3 { font-size: 1.15rem; font-weight: 800; }
.custom-head p { color: var(--faint); font-size: 0.85rem; }
.custom-form { display: flex; flex-wrap: wrap; gap: 14px; align-items: stretch; margin-top: 18px; }
.amount-field { flex: 1; min-width: 220px; position: relative; }
.amount-field input {
  width: 100%; height: 100%; min-height: 54px;
  padding: 14px 58px 14px 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--border); border-radius: 15px;
  color: var(--text); font: inherit; font-weight: 700; font-size: 1.05rem;
  direction: ltr; text-align: left;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.amount-field input:focus { outline: none; border-color: rgba(108, 92, 231, 0.65); box-shadow: 0 0 0 4px rgba(108, 92, 231, 0.16); }
.amount-field .unit {
  position: absolute; top: 50%; right: 18px; transform: translateY(-50%);
  color: var(--faint); font-size: 0.88rem; font-weight: 600; pointer-events: none;
}
.custom-form .btn { min-height: 54px; }
.amount-preview {
  margin-top: 12px; display: flex; align-items: center; gap: 10px;
  color: var(--muted); font-size: 0.92rem; min-height: 28px;
}
.amount-preview strong { color: var(--accent-light); font-size: 1.05rem; font-weight: 800; }
.field-hint { color: var(--faint); font-size: 0.8rem; margin-top: 8px; }

/* ================= باکس اطلاعات و اطلاعیه‌ها ================= */
.info-box { padding: 26px 28px; }
.info-box h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.info-box h3 svg { width: 20px; height: 20px; color: var(--primary-light); }
.info-row { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px dashed rgba(255, 255, 255, 0.1); }
.info-row:last-child { border-bottom: 0; padding-bottom: 0; }
.info-icon {
  width: 42px; height: 42px; flex-shrink: 0; border-radius: 13px;
  display: grid; place-items: center; color: var(--primary-light);
  background: rgba(108, 92, 231, 0.12); border: 1px solid rgba(108, 92, 231, 0.32);
}
.info-icon svg { width: 20px; height: 20px; }
.info-row strong { display: block; font-size: 0.95rem; font-weight: 700; }
.info-row small { display: block; color: var(--muted); font-size: 0.87rem; line-height: 1.9; }

.notice {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 20px 22px; border-radius: 18px;
  font-size: 0.94rem; line-height: 1.95;
}
.notice svg { width: 22px; height: 22px; flex-shrink: 0; margin-top: 4px; }
.notice strong { font-weight: 800; }
.notice-warn {
  background: rgba(253, 203, 110, 0.08);
  border: 1px solid rgba(253, 203, 110, 0.35);
  color: #FFE7B0;
}
.notice-warn svg { color: var(--warn); }
.notice-info {
  background: rgba(108, 92, 231, 0.09);
  border: 1px solid rgba(108, 92, 231, 0.35);
  color: #DCD6FF;
}
.notice-info svg { color: var(--primary-light); }
.notice-success {
  background: rgba(0, 184, 148, 0.08);
  border: 1px solid rgba(0, 184, 148, 0.32);
  color: #BDF5E6;
}
.notice-success svg { color: var(--accent); }

/* خطای مستقل (خارج از .field) */
.form-error {
  display: flex; align-items: center; gap: 8px;
  margin-top: 12px; font-size: 0.86rem; font-weight: 600; color: var(--danger-light);
}
.form-error[hidden] { display: none; }
.form-error svg { width: 16px; height: 16px; flex-shrink: 0; }

.buy-info { max-width: 780px; margin: 26px auto 0; display: grid; gap: 18px; }

/* ================= نوار پایین چسبان (سبد) ================= */
.sticky-bar {
  position: fixed; bottom: 18px; inset-inline: 18px;
  max-width: 760px; margin-inline: auto;
  z-index: 90;
  display: none; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 18px; border-radius: 20px;
  background: rgba(20, 16, 34, 0.86);
  border: 1px solid rgba(108, 92, 231, 0.4);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 24px 50px -16px rgba(0, 0, 0, 0.7);
}
.sticky-bar.show { display: flex; animation: fadeUp 0.4s ease both; }
.sticky-bar small { display: block; color: var(--faint); font-size: 0.78rem; }
.sticky-bar strong { display: block; font-size: 1.05rem; font-weight: 800; color: var(--accent-light); }
body.pad-sticky { padding-bottom: 112px; }
body.pad-sticky .toast { bottom: 108px; }

/* ================= سبد خرید / پیش‌فاکتور ================= */
.checkout-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 28px; align-items: start; }
.cart-panel { padding: 26px 26px 18px; }
.cart-panel h2, .form-panel h2 { font-size: 1.15rem; font-weight: 800; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.cart-panel h2 svg, .form-panel h2 svg { width: 21px; height: 21px; color: var(--primary-light); }

.cart-table { width: 100%; border-collapse: collapse; }
.cart-table thead th {
  text-align: right; font-size: 0.8rem; font-weight: 700; color: var(--faint);
  padding: 10px 8px; border-bottom: 1px solid var(--border);
}
.cart-table tbody td { padding: 16px 8px; border-bottom: 1px solid rgba(255, 255, 255, 0.06); vertical-align: middle; }
.cart-table tbody tr:last-child td { border-bottom: 0; }
.cart-name { display: flex; align-items: center; gap: 12px; }
.cart-name .info-icon { width: 40px; height: 40px; }
.cart-name .info-icon svg { width: 18px; height: 18px; }
.cart-name strong { display: block; font-size: 0.94rem; font-weight: 700; }
.cart-name small { display: block; color: var(--faint); font-size: 0.78rem; }
.cart-unit { color: var(--muted); font-size: 0.9rem; white-space: nowrap; }
.qty-box { display: inline-flex; align-items: center; gap: 4px; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border); border-radius: 13px; padding: 4px; }
.qty-btn {
  width: 36px; height: 36px; border-radius: 10px;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, 0.06); border: 1px solid var(--border);
  color: var(--text); font-weight: 800; font-size: 1rem;
  transition: background 0.2s, border-color 0.2s;
}
.qty-btn:hover { background: rgba(108, 92, 231, 0.25); border-color: rgba(108, 92, 231, 0.5); }
.qty-btn svg { width: 14px; height: 14px; }
.qty-val { min-width: 34px; text-align: center; font-weight: 800; font-size: 0.98rem; }
.cart-sum { color: var(--accent-light); font-weight: 800; white-space: nowrap; }
.remove-btn {
  width: 38px; height: 38px; border-radius: 11px;
  display: grid; place-items: center;
  background: rgba(214, 48, 49, 0.1); border: 1px solid rgba(214, 48, 49, 0.32);
  color: var(--danger-light);
  transition: background 0.2s;
}
.remove-btn:hover { background: rgba(214, 48, 49, 0.22); }
.remove-btn svg { width: 16px; height: 16px; }

.summary-panel { padding: 26px; position: sticky; top: 96px; }
.summary-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px dashed rgba(255, 255, 255, 0.1); font-size: 0.94rem; }
.summary-row:last-of-type { border-bottom: 0; }
.summary-row small { color: var(--faint); }
.summary-total { display: flex; justify-content: space-between; align-items: center; margin: 14px 0 18px; padding: 16px 18px; border-radius: 16px; background: rgba(0, 184, 148, 0.08); border: 1px solid rgba(0, 184, 148, 0.3); }
.summary-total small { color: var(--muted); font-weight: 600; }
.summary-total strong { font-size: 1.3rem; font-weight: 900; color: var(--accent-light); }

.empty-state { text-align: center; padding: 64px 24px; }
.empty-state .empty-icon {
  width: 84px; height: 84px; margin: 0 auto 22px; border-radius: 26px;
  display: grid; place-items: center; color: var(--faint);
  background: rgba(255, 255, 255, 0.035); border: 1.5px dashed rgba(255, 255, 255, 0.18);
}
.empty-state .empty-icon svg { width: 38px; height: 38px; }
.empty-state h2 { font-size: 1.2rem; font-weight: 800; margin-bottom: 10px; }
.empty-state p { color: var(--muted); font-size: 0.95rem; max-width: 380px; margin: 0 auto 26px; }

/* ================= فرم‌ها ================= */
.form-panel { padding: 26px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 0.9rem; font-weight: 700; margin-bottom: 8px; }
.field label .req { color: var(--danger-light); margin-inline-start: 3px; }
.field input[type="text"], .field input[type="tel"], .field select, .field textarea {
  width: 100%; padding: 13px 16px; min-height: 50px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--border); border-radius: 14px;
  color: var(--text); font: inherit; font-size: 0.98rem;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.field textarea { min-height: 110px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--faint); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: rgba(108, 92, 231, 0.65); box-shadow: 0 0 0 4px rgba(108, 92, 231, 0.16);
}
.field select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A29BFE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: left 14px center; background-size: 17px;
  padding-inline-end: 16px; padding-inline-start: 42px;
}
.field select option { background: #171226; color: var(--text); }
.field input.ltr-input { direction: ltr; text-align: left; }
.field .field-error {
  display: none; align-items: center; gap: 7px;
  margin-top: 8px; font-size: 0.82rem; font-weight: 600; color: var(--danger-light);
}
.field .field-error svg { width: 15px; height: 15px; flex-shrink: 0; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: rgba(214, 48, 49, 0.6); box-shadow: 0 0 0 4px rgba(214, 48, 49, 0.12); }
.field.has-error .field-error { display: flex; }
.field-desc { color: var(--faint); font-size: 0.8rem; margin-top: 8px; line-height: 1.9; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.form-grid .span-2 { grid-column: span 2; }

/* فایل‌آپلود */
.file-field input[type="file"] { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; }
.file-box {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px; min-height: 58px;
  border: 1.5px dashed rgba(255, 255, 255, 0.22); border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  cursor: pointer; transition: border-color 0.25s, background 0.25s;
}
.file-box:hover { border-color: rgba(108, 92, 231, 0.55); background: rgba(108, 92, 231, 0.06); }
.file-box .file-ico {
  width: 40px; height: 40px; flex-shrink: 0; border-radius: 12px;
  display: grid; place-items: center; color: var(--primary-light);
  background: rgba(108, 92, 231, 0.13); border: 1px solid rgba(108, 92, 231, 0.32);
}
.file-box .file-ico svg { width: 18px; height: 18px; }
.file-box .file-name { font-size: 0.9rem; font-weight: 600; color: var(--muted); word-break: break-all; }
.file-box .file-name.chosen { color: var(--accent-light); }
.field.has-error .file-box { border-color: rgba(214, 48, 49, 0.6); }

/* چک‌باکس */
.checkbox-row { display: flex; align-items: flex-start; gap: 12px; padding: 4px 0; }
.checkbox-row input[type="checkbox"] {
  width: 22px; height: 22px; margin-top: 6px; flex-shrink: 0;
  accent-color: var(--primary); cursor: pointer;
}
.checkbox-row label { font-size: 0.92rem; color: var(--muted); line-height: 1.9; cursor: pointer; }
.checkbox-row label a { color: var(--primary-light); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

/* ================= مراحل (پذیرندگی) ================= */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { padding: 30px 26px; text-align: center; position: relative; }
.step-num {
  width: 56px; height: 56px; margin: 0 auto 18px; border-radius: 18px;
  display: grid; place-items: center;
  font-size: 1.4rem; font-weight: 900; color: #fff;
  background: linear-gradient(140deg, #8B7BF7, #6C5CE7 55%, #5A48D6);
  box-shadow: 0 12px 26px -8px rgba(108, 92, 231, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.step-card h3 { font-size: 1.03rem; font-weight: 800; margin-bottom: 8px; }
.step-card p { color: var(--muted); font-size: 0.9rem; line-height: 1.95; }

.merit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.merit-card { padding: 26px 22px; text-align: center; transition: transform 0.35s, border-color 0.35s; }
.merit-card:hover { transform: translateY(-7px); border-color: rgba(0, 184, 148, 0.4); }
.merit-card .contact-icon { color: var(--accent-light); background: rgba(0, 184, 148, 0.1); border-color: rgba(0, 184, 148, 0.3); }
.merit-card h3 { font-size: 0.98rem; font-weight: 800; margin-top: 14px; }
.merit-card p { color: var(--faint); font-size: 0.84rem; margin-top: 6px; line-height: 1.9; }

/* ================= شناسنامه شرکت (درباره ما) ================= */
.about-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 28px; align-items: start; }
.about-text { padding: 32px 30px; }
.about-text h2 { font-size: 1.3rem; font-weight: 800; margin-bottom: 14px; }
.about-text p { color: var(--muted); font-size: 0.98rem; line-height: 2.1; margin-bottom: 14px; }
.about-text p:last-child { margin-bottom: 0; }
.mission-quote {
  margin-top: 20px; padding: 18px 22px; border-radius: 16px;
  background: rgba(108, 92, 231, 0.09); border-inline-start: 3px solid var(--primary);
  color: #DCD6FF; font-weight: 700; line-height: 2;
}

.spec-table { padding: 12px 26px; }
.spec-row { display: grid; grid-template-columns: 170px 1fr; gap: 16px; padding: 15px 0; border-bottom: 1px dashed rgba(255, 255, 255, 0.1); align-items: baseline; }
.spec-row:last-child { border-bottom: 0; }
.spec-key { color: var(--faint); font-size: 0.88rem; font-weight: 600; }
.spec-val { font-size: 0.95rem; font-weight: 600; word-break: break-word; }
.spec-val .empty-val {
  display: inline-block; min-width: 60px; text-align: center;
  color: var(--faint); font-weight: 800;
  border-bottom: 1.5px dashed rgba(255, 255, 255, 0.25); padding: 0 10px;
}
.build-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.build-card { padding: 30px 26px; }
.build-card .feature-icon { margin-bottom: 16px; }
.build-card h3 { font-size: 1.08rem; font-weight: 800; margin-bottom: 8px; }
.build-card p { color: var(--muted); font-size: 0.93rem; line-height: 2; }

/* ================= وضعیت سفارش ================= */
.order-wrap { max-width: 720px; margin: 0 auto; }
.order-panel { padding: 30px 28px; }
.order-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 14px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.order-head .order-code-box small { display: block; color: var(--faint); font-size: 0.8rem; }
.order-head .order-code { font-size: 1.35rem; font-weight: 900; letter-spacing: 1px; }
.status-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 18px; border-radius: 99px;
  font-size: 0.88rem; font-weight: 700;
}
.status-badge svg { width: 16px; height: 16px; }
.status-pending {
  color: var(--warn);
  background: rgba(253, 203, 110, 0.1);
  border: 1px solid rgba(253, 203, 110, 0.38);
}
.order-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 20px 0; }
.order-meta-item { background: rgba(255, 255, 255, 0.035); border: 1px solid var(--border); border-radius: 14px; padding: 14px 16px; }
.order-meta-item small { display: block; color: var(--faint); font-size: 0.8rem; margin-bottom: 4px; }
.order-meta-item strong { font-size: 1rem; font-weight: 800; }
.order-items { padding: 6px 0 18px; }
.order-item { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px dashed rgba(255, 255, 255, 0.09); font-size: 0.95rem; }
.order-item:last-child { border-bottom: 0; }
.order-item span { color: var(--muted); }
.order-item strong { white-space: nowrap; }
.order-total-row {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 8px; padding: 16px 18px; border-radius: 16px;
  background: rgba(0, 184, 148, 0.08); border: 1px solid rgba(0, 184, 148, 0.3);
}
.order-total-row small { color: var(--muted); font-weight: 600; }
.order-total-row strong { font-size: 1.25rem; font-weight: 900; color: var(--accent-light); }
.pay-action { margin-top: 22px; display: flex; flex-direction: column; gap: 14px; }
.btn-pay { width: 100%; min-height: 54px; font-size: 1rem; justify-content: center; }
.pay-alert { margin: 0; }
.btn-pay:disabled { opacity: 0.62; cursor: wait; filter: saturate(0.7); }
.order-support { margin-top: 22px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; }
.order-support p { color: var(--muted); font-size: 0.9rem; }

/* ================= پنل موفقیت ================= */
.success-panel { max-width: 640px; margin: 0 auto; text-align: center; padding: 54px 34px; position: relative; overflow: hidden; }
.success-panel::before { content: ""; position: absolute; inset: -45%; background: conic-gradient(from 90deg, transparent 55%, rgba(0, 184, 148, 0.12) 72%, transparent 88%); animation: rotate 15s linear infinite; }
.success-panel > * { position: relative; }
.success-icon {
  width: 86px; height: 86px; margin: 0 auto 24px; border-radius: 28px;
  display: grid; place-items: center; color: #04241C;
  background: linear-gradient(140deg, #17C9A4, #00B894 55%, #009E7E);
  box-shadow: 0 18px 40px -10px rgba(0, 184, 148, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  animation: float 6s ease-in-out infinite;
}
.success-icon svg { width: 40px; height: 40px; }
.success-panel h2 { font-size: 1.4rem; font-weight: 900; margin-bottom: 12px; }
.success-panel p { color: var(--muted); max-width: 440px; margin: 0 auto 28px; line-height: 2.05; }

/* ================= متن‌های حقوقی ================= */
.legal-panel { max-width: 860px; margin: 0 auto; padding: 44px 40px; }
.legal-panel h2 {
  display: flex; align-items: center; gap: 14px;
  font-size: 1.15rem; font-weight: 800; line-height: 1.7;
  margin: 40px 0 14px; padding-inline-start: 16px;
  border-inline-start: 3px solid var(--primary);
}
.legal-panel h2:first-of-type { margin-top: 8px; }
.legal-panel h2 .legal-num {
  flex-shrink: 0;
  width: 38px; height: 38px; border-radius: 12px;
  display: grid; place-items: center;
  font-size: 1rem; font-weight: 900; color: #C9C2F9;
  background: rgba(108, 92, 231, 0.13); border: 1px solid rgba(108, 92, 231, 0.35);
}
.legal-panel p { color: var(--muted); font-size: 0.96rem; line-height: 2.15; margin-bottom: 10px; }
.legal-panel p strong, .legal-panel li strong { color: var(--text); }
.legal-panel ul { padding: 4px 0 10px; }
.legal-panel li { position: relative; padding-inline-start: 24px; color: var(--muted); font-size: 0.96rem; line-height: 2.15; margin-bottom: 6px; }
.legal-panel li::before {
  content: ""; position: absolute; inset-inline-start: 2px; top: 0.95em;
  width: 8px; height: 8px; border-radius: 3px;
  background: linear-gradient(135deg, #8B7BF7, #00B894);
}
.legal-contact { margin-top: 26px; padding: 20px 24px; border-radius: 16px; background: rgba(108, 92, 231, 0.08); border: 1px solid rgba(108, 92, 231, 0.3); }
.legal-contact strong { display: block; margin-bottom: 6px; }
.legal-contact p { margin: 0; color: var(--muted); }

/* ================= ساعت پاسخگویی ================= */
.hours-box { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 20px 26px; border-radius: 18px; background: rgba(255, 255, 255, 0.03); border: 1px solid var(--border); max-width: 560px; margin: 34px auto 0; }
.hours-box svg { width: 22px; height: 22px; color: var(--accent); flex-shrink: 0; }
.hours-box p { font-size: 0.95rem; }
.hours-box small { display: block; color: var(--faint); font-size: 0.82rem; }

/* ================= فوتر ================= */
.site-footer {
  position: relative; z-index: 1; margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(15, 12, 24, 0.35), rgba(10, 8, 16, 0.85));
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 0.8fr 1.4fr; gap: 40px;
  padding: 56px 0 40px;
}
.footer-brand p { color: var(--muted); font-size: 0.9rem; max-width: 320px; margin-top: 16px; line-height: 2; }
.footer-slogan {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 14px; padding: 7px 16px; border-radius: 99px;
  background: rgba(0, 184, 148, 0.08); border: 1px solid rgba(0, 184, 148, 0.3);
  color: var(--accent-light); font-size: 0.82rem; font-weight: 700;
}
.footer-slogan svg { width: 14px; height: 14px; }
.footer-col h3 { font-size: 0.95rem; font-weight: 800; margin-bottom: 16px; color: var(--text); }
.footer-col a { display: block; color: var(--muted); font-size: 0.92rem; padding: 5px 0; transition: color 0.25s; }
.footer-col a:hover { color: var(--primary-light); }
.footer-col p { color: var(--muted); font-size: 0.9rem; padding: 4px 0; line-height: 1.9; }
.footer-col p small { color: var(--faint); }
.footer-col .empty-val {
  display: inline-block; min-width: 46px; text-align: center;
  color: var(--faint); font-weight: 800;
  border-bottom: 1.5px dashed rgba(255, 255, 255, 0.25); padding: 0 8px;
}
.footer-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; padding: 8px 0 30px; }
.badge-box {
  flex: 1; min-width: 210px; max-width: 290px;
  background: #FFFFFF; border-radius: 16px;
  padding: 18px 14px 15px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  box-shadow: 0 12px 30px -16px rgba(0, 0, 0, 0.55);
}
.badge-box img { height: 56px; width: auto; max-width: 180px; object-fit: contain; }
.badge-box img.qr-img { height: 96px; width: 96px; border-radius: 10px; }
.badge-box strong { font-size: 0.85rem; font-weight: 800; color: #241F3A; line-height: 1.8; }
.badge-box small { color: #5C5675; font-size: 0.73rem; font-weight: 600; line-height: 1.8; }
.badge-link { text-decoration: none; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.badge-link:hover { transform: translateY(-3px); box-shadow: 0 18px 36px -16px rgba(0, 0, 0, 0.6); }
.badge-link:focus-visible { outline: 3px solid #6C5CE7; outline-offset: 3px; }
.badge-link .badge-hint { color: #5A48D6; font-weight: 800; }
.badge-chip { display: inline-block; margin-top: 3px; padding: 3px 11px; border-radius: 999px; font-size: 0.68rem; font-weight: 800; }
.badge-chip.issued { color: #0A6B4B; background: #DCF7EC; border: 1px solid #96E2C6; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.06); padding: 20px 0 26px; text-align: center; color: var(--faint); font-size: 0.86rem; }

/* ================= ثبت رسمی شرکت (درباره ما) ================= */
.reg-box { margin-top: 26px; padding: 30px 34px; display: flex; flex-direction: column; gap: 22px; }
.reg-head { display: flex; align-items: flex-start; gap: 16px; }
.reg-icon {
  width: 52px; height: 52px; border-radius: 14px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary-light); background: rgba(108, 92, 231, 0.14);
  border: 1px solid rgba(108, 92, 231, 0.3);
}
.reg-icon svg { width: 26px; height: 26px; }
.reg-head h2 { font-size: 1.25rem; font-weight: 800; margin-bottom: 6px; }
.reg-head p { color: var(--muted); font-size: 0.93rem; line-height: 2; max-width: 640px; }
.reg-items { display: flex; flex-wrap: wrap; align-items: stretch; gap: 14px; }
.reg-item {
  flex: 1 1 150px; background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border); border-radius: 14px;
  padding: 14px 18px; display: flex; flex-direction: column; gap: 4px; justify-content: center;
}
.reg-item span { color: var(--faint); font-size: 0.8rem; font-weight: 700; }
.reg-item strong { font-size: 1.02rem; font-weight: 800; color: var(--text); letter-spacing: 0.02em; }
.reg-link {
  flex: 1 1 210px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 12px 22px; border-radius: 13px; min-height: 44px;
  background: linear-gradient(135deg, #6C5CE7, #8E7BF5); color: #FFFFFF;
  font-size: 0.9rem; font-weight: 800; text-decoration: none;
  box-shadow: 0 14px 30px -14px rgba(108, 92, 231, 0.65);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.reg-link svg { width: 17px; height: 17px; }
.reg-link:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -14px rgba(108, 92, 231, 0.75); }
.reg-link:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.spec-link {
  color: var(--primary-light); font-weight: 800; text-decoration: none;
  border-bottom: 1.5px dashed rgba(154, 146, 250, 0.5); padding-bottom: 1px; white-space: nowrap;
}
.spec-link:hover { color: var(--accent-light); border-color: var(--accent); }
.spec-link:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px; }

/* ================= توست ================= */
.toast {
  position: fixed; bottom: 24px; right: 50%; transform: translateX(50%);
  z-index: 130;
  display: flex; align-items: center; gap: 11px;
  padding: 13px 20px; border-radius: 16px;
  background: rgba(20, 16, 34, 0.92);
  border: 1px solid rgba(0, 184, 148, 0.45);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.65);
  font-size: 0.92rem; font-weight: 700;
  animation: toastIn 0.35s cubic-bezier(0.22, 0.7, 0.3, 1) both;
  max-width: min(92vw, 480px);
}
.toast svg { width: 19px; height: 19px; color: var(--accent-light); flex-shrink: 0; }
.toast.hide { opacity: 0; transition: opacity 0.4s; }

/* ================= ریسپانسیو ================= */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero-content { text-align: center; }
  .hero-sub { margin-inline: auto; }
  .hero-cta { justify-content: center; }
  .hero-note { justify-content: center; }
  .hero-visual { margin-top: 56px; }
  .float-chip { display: none; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .merchants-grid { grid-template-columns: 1fr; gap: 44px; }
  .dash { max-width: 520px; margin-inline: auto; }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .checkout-grid { grid-template-columns: 1fr; }
  .summary-panel { position: static; }
  .packages-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .about-grid { grid-template-columns: 1fr; }
  .merit-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 920px) {
  .nav-menu {
    position: absolute; top: 100%; right: 0; left: 0;
    flex-direction: column; align-items: stretch; gap: 2px;
    padding: 12px 4% 18px;
    background: rgba(15, 12, 25, 0.97);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 24px 40px -20px rgba(0, 0, 0, 0.6);
    display: none;
  }
  .nav-menu.open { display: flex; animation: fadeUp 0.35s ease both; }
  .nav-menu a { padding: 13px 14px; }
  .nav-toggle { display: flex; }
  .security-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .span-2 { grid-column: span 1; }
}

@media (max-width: 640px) {
  .section { padding: 76px 0; }
  .page-section { padding: 40px 0 76px; }
  .hero { padding: 40px 0 64px; }
  .page-hero { padding-top: 52px; }
  .features-grid { grid-template-columns: 1fr; }
  .benefits { grid-template-columns: 1fr; }
  .trust-bar { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 44px; }
  .ring-2 { display: none; }
  .nav-cta { display: none; }
  .about-panel { padding: 46px 26px; }
  .legal-panel { padding: 34px 22px; }
  .order-panel { padding: 24px 18px; }
  .order-meta { grid-template-columns: 1fr; }
  .custom-box { padding: 26px 20px; }
  .cart-panel { padding: 20px 16px 14px; }
  .form-panel { padding: 22px 18px; }
  .spec-table { padding: 10px 18px; }
  .spec-row { grid-template-columns: 1fr; gap: 3px; }
  .build-grid { grid-template-columns: 1fr; }
  .merit-grid { grid-template-columns: 1fr; }
  .summary-panel { padding: 20px 18px; }
  .sticky-bar { padding: 12px 14px; gap: 10px; }
  .reg-box { padding: 22px 18px; gap: 18px; }
  .reg-head { gap: 12px; }
  .reg-item { flex: 1 1 calc(50% - 14px); }
  .reg-link { flex: 1 1 100%; }
  .spec-link { white-space: normal; }

  /* جدول پیش‌فاکتور → کارت */
  .cart-table thead { display: none; }
  .cart-table, .cart-table tbody, .cart-table tr, .cart-table td { display: block; width: 100%; }
  .cart-table tr {
    border: 1px solid var(--border); border-radius: 16px;
    background: rgba(255, 255, 255, 0.025);
    padding: 8px 6px; margin-bottom: 14px;
  }
  .cart-table tbody td { border-bottom: 1px dashed rgba(255, 255, 255, 0.09); padding: 10px 12px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
  .cart-table tbody td:last-child { border-bottom: 0; }
  .cart-table td::before {
    content: attr(data-label); color: var(--faint); font-size: 0.8rem; font-weight: 600; flex-shrink: 0;
  }
  .cart-table td.cart-name-cell { display: block; }
  .cart-table td.cart-name-cell::before { display: none; }
}

@media (max-width: 400px) {
  .phone-stage { transform: scale(0.9); transform-origin: top center; }
  .trust-bar { grid-template-columns: 1fr; }
}

/* ---------- اهداف لمسی ≥44px در موبایل ---------- */
@media (max-width: 640px) {
  .btn, .btn-sm { min-height: 46px; }
  .qty-btn { width: 44px; height: 44px; }
  .remove-btn { width: 44px; height: 44px; }
  .nav-menu a { min-height: 44px; display: flex; align-items: center; }
  .field input, .field select { min-height: 48px; }
  .file-box { min-height: 48px; }
}

/* ---------- کاهش حرکت ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; }
  html { scroll-behavior: auto; }
}

/* ================================================================
   صفحه اصلی — سکشن‌های جدید (تسک ۱۰)
   ۱) آمار زنده شبکه (شمارنده‌ها + حجم تسویه)
   ۲) دموی زنده پرداخت خرد (تاکسی)
   ۳) مقایسه پوز سنتی با کارنیلا
   ================================================================ */

/* ---------- ۱) آمار زنده ---------- */
.stats-sec { padding-top: 56px; }
.stats-sec .section-head { margin-bottom: 42px; }

.stats-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.stat-tile {
  padding: 30px 22px 26px; text-align: center;
  transition: transform 0.35s ease, border-color 0.35s, box-shadow 0.35s;
}
.stat-tile:hover {
  transform: translateY(-8px);
  border-color: rgba(108, 92, 231, 0.5);
  box-shadow: 0 26px 55px -18px rgba(108, 92, 231, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.stat-icon {
  width: 56px; height: 56px; border-radius: 17px; margin: 0 auto 18px;
  display: grid; place-items: center; color: var(--primary-light);
  background: linear-gradient(150deg, rgba(108, 92, 231, 0.26), rgba(108, 92, 231, 0.07));
  border: 1px solid rgba(108, 92, 231, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 22px -8px rgba(108, 92, 231, 0.45);
}
.stat-icon svg { width: 26px; height: 26px; }
.stat-num {
  display: flex; align-items: baseline; justify-content: center; gap: 5px;
  font-size: clamp(1.85rem, 3.1vw, 2.55rem); font-weight: 900; line-height: 1.3;
  font-variant-numeric: tabular-nums;
}
.stat-num i { font-style: normal; font-size: 0.6em; font-weight: 800; color: var(--primary-light); }
.stat-label { display: block; margin-top: 7px; font-size: 0.98rem; font-weight: 700; }
.stat-sub { display: block; margin-top: 3px; font-size: 0.78rem; color: var(--faint); }

/* پنل حجم تسویه */
.vol-panel {
  margin-top: 22px; padding: 34px 38px;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 30px; align-items: center;
  position: relative; overflow: hidden;
  border-color: rgba(0, 184, 148, 0.22);
}
.vol-panel::before {
  content: ""; position: absolute; inset: -60%;
  background: conic-gradient(from 0deg, transparent 60%, rgba(0, 184, 148, 0.09) 76%, transparent 90%);
  animation: rotate 18s linear infinite; pointer-events: none;
}
.vol-info { position: relative; }
.vol-head { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.vol-head h3 { font-size: 1.22rem; font-weight: 800; }
.live-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 14px; border-radius: 999px;
  font-size: 0.76rem; font-weight: 700; color: var(--accent-light);
  background: rgba(0, 184, 148, 0.12); border: 1px solid rgba(0, 184, 148, 0.32);
}
.vol-info > p { margin-top: 10px; color: var(--muted); font-size: 0.92rem; line-height: 1.9; }
.vol-tabs {
  display: inline-flex; gap: 6px; margin-top: 20px; padding: 6px;
  border-radius: 14px; background: rgba(255, 255, 255, 0.045); border: 1px solid var(--border);
}
.vol-tab {
  padding: 9px 22px; border-radius: 10px; font-size: 0.9rem; font-weight: 600;
  color: var(--muted); transition: color 0.25s, background 0.25s, box-shadow 0.25s;
}
.vol-tab:hover { color: var(--text); }
.vol-tab.active {
  color: #fff;
  background: linear-gradient(140deg, #8B7BF7, #5A48D6);
  box-shadow: 0 8px 18px -6px rgba(108, 92, 231, 0.65);
}
.vol-display {
  position: relative; text-align: center;
  padding: 26px 24px; border-radius: 20px;
  background: rgba(255, 255, 255, 0.035); border: 1px solid var(--border);
}
.vol-caption { display: block; color: var(--faint); font-size: 0.86rem; font-weight: 600; }
.vol-num {
  display: block; margin-top: 6px;
  font-size: clamp(1.55rem, 3.4vw, 2.5rem); font-weight: 900; color: var(--accent-light);
  font-variant-numeric: tabular-nums; line-height: 1.45;
  transition: text-shadow 0.3s;
}
.vol-num em { font-style: normal; font-size: 0.45em; font-weight: 700; color: var(--muted); margin-inline-start: 10px; }
.vol-num.flash { text-shadow: 0 0 26px rgba(0, 184, 148, 0.75); }
.vol-plus {
  position: absolute; top: 10px; inset-inline-start: 14px;
  font-size: 0.8rem; font-weight: 800; color: var(--accent-light);
  opacity: 0; pointer-events: none;
}
.vol-plus.show { animation: plusFloat 1.9s ease-out both; }
@keyframes plusFloat {
  0% { opacity: 0; transform: translateY(10px); }
  18% { opacity: 1; }
  70% { opacity: 1; }
  100% { opacity: 0; transform: translateY(-20px); }
}

/* ---------- ۲) پرداخت‌های خرد: دموی زنده ---------- */
.khord { background: radial-gradient(900px 560px at 85% 30%, rgba(0, 184, 148, 0.07), transparent 70%); }
.khord-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.khord-content .section-title { margin-top: 16px; }
.khord-content > p { color: var(--muted); font-size: 1.02rem; }

.khord-steps { display: flex; flex-direction: column; gap: 14px; margin: 30px 0 26px; }
.khord-steps li {
  display: flex; gap: 15px; align-items: flex-start;
  padding: 16px 18px; border-radius: 17px;
  background: rgba(255, 255, 255, 0.03); border: 1px solid var(--border);
  transition: border-color 0.3s, transform 0.3s;
}
.khord-steps li:hover { border-color: rgba(0, 184, 148, 0.38); transform: translateX(-5px); }
.step-num {
  width: 38px; height: 38px; flex-shrink: 0; border-radius: 12px;
  display: grid; place-items: center;
  font-size: 0.95rem; font-weight: 800; color: #fff;
  background: linear-gradient(140deg, #8B7BF7, #5A48D6);
  box-shadow: 0 8px 18px -6px rgba(108, 92, 231, 0.6);
}
.khord-steps strong { display: block; font-size: 0.99rem; font-weight: 700; }
.khord-steps small { display: block; color: var(--faint); font-size: 0.84rem; line-height: 1.85; margin-top: 2px; }

.khord-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.khord-chip {
  padding: 7px 16px; border-radius: 999px; font-size: 0.82rem; font-weight: 600;
  color: rgba(245, 243, 255, 0.85);
  background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border);
  transition: border-color 0.25s, color 0.25s;
}
.khord-chip:hover { border-color: rgba(108, 92, 231, 0.45); color: var(--text); }

/* گوشی دمو (پذیرنده) */
.khord-visual { display: flex; justify-content: center; }
.mini-stage { position: relative; width: 100%; max-width: 360px; }
.mini-glow {
  position: absolute; top: 46%; left: 50%; transform: translate(-50%, -50%);
  width: 430px; height: 430px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(0, 184, 148, 0.14), rgba(108, 92, 231, 0.1) 55%, transparent 78%);
  filter: blur(24px); pointer-events: none;
}
.mini-phone {
  position: relative; width: 100%;
  padding: 20px; border-radius: 34px;
  background: linear-gradient(160deg, #2B2440, #171226 45%, #0F0C1A);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 70px -22px rgba(0, 184, 148, 0.22), 0 24px 48px -24px rgba(0, 0, 0, 0.6);
  display: flex; flex-direction: column; gap: 13px;
}
.mini-phone::before {
  content: ""; width: 96px; height: 5px; border-radius: 99px;
  position: absolute; top: 9px; right: 50%; transform: translateX(50%);
  background: rgba(245, 243, 255, 0.22);
}
.mp-head { display: flex; align-items: center; gap: 11px; margin-top: 10px; }
.mp-badge {
  padding: 4px 11px; border-radius: 99px; flex-shrink: 0;
  font-size: 0.62rem; font-weight: 800; color: #fff;
  background: linear-gradient(135deg, #17C9A4, #009E7E);
  box-shadow: 0 0 14px rgba(0, 184, 148, 0.55);
  animation: pulseSoft 2.4s ease-in-out infinite;
}
@keyframes pulseSoft { 0%, 100% { box-shadow: 0 0 8px rgba(0, 184, 148, 0.4); } 50% { box-shadow: 0 0 20px rgba(0, 184, 148, 0.8); } }
.mp-user { flex: 1; min-width: 0; }
.mp-user strong { display: block; font-size: 0.86rem; font-weight: 800; line-height: 1.6; }
.mp-user small { display: flex; align-items: center; gap: 6px; font-size: 0.66rem; color: var(--accent-light); }
.mp-avatar {
  width: 38px; height: 38px; border-radius: 12px; flex-shrink: 0;
  display: grid; place-items: center; font-size: 0.95rem; font-weight: 800;
  color: #fff; background: linear-gradient(140deg, #8B7BF7, #5A48D6);
}
.mp-sales {
  padding: 14px 16px; border-radius: 18px;
  background: linear-gradient(140deg, rgba(0, 184, 148, 0.13), rgba(108, 92, 231, 0.1));
  border: 1px solid rgba(0, 184, 148, 0.3);
}
.mp-sales small { display: block; font-size: 0.7rem; color: var(--faint); font-weight: 600; }
.mp-sales strong { display: block; margin-top: 2px; font-size: 1.35rem; font-weight: 900; color: var(--accent-light); font-variant-numeric: tabular-nums; line-height: 1.5; }
.mp-sales em { font-style: normal; font-size: 0.6em; font-weight: 700; color: var(--muted); }

.mp-feed { display: flex; flex-direction: column; gap: 9px; min-height: 186px; }
.mp-notif {
  display: flex; align-items: center; gap: 11px;
  padding: 11px 13px; border-radius: 15px;
  background: rgba(255, 255, 255, 0.045); border: 1px solid rgba(0, 184, 148, 0.26);
  animation: notifIn 0.55s cubic-bezier(0.22, 0.7, 0.3, 1) both;
}
@keyframes notifIn {
  from { opacity: 0; transform: translateY(-16px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.mp-notif .n-icon {
  width: 36px; height: 36px; border-radius: 12px; flex-shrink: 0;
  display: grid; place-items: center;
  color: var(--accent-light);
  background: rgba(0, 184, 148, 0.13); border: 1px solid rgba(0, 184, 148, 0.32);
}
.mp-notif .n-icon svg { width: 17px; height: 17px; }
.mp-notif .n-body { flex: 1; min-width: 0; }
.mp-notif .n-body strong { display: block; font-size: 0.78rem; font-weight: 700; line-height: 1.7; }
.mp-notif .n-body small { display: block; font-size: 0.63rem; color: var(--faint); }
.mp-notif .n-amount { font-size: 0.84rem; font-weight: 800; color: var(--accent-light); white-space: nowrap; }
.mp-notif .n-amount small { display: block; font-size: 0.58rem; color: var(--faint); font-weight: 500; text-align: left; }

.mp-voice {
  display: flex; align-items: center; gap: 12px;
  padding: 13px 15px; border-radius: 18px;
  background: linear-gradient(140deg, rgba(108, 92, 231, 0.16), rgba(0, 184, 148, 0.1));
  border: 1px solid rgba(108, 92, 231, 0.38);
}
.mp-voice-icon {
  width: 40px; height: 40px; border-radius: 13px; flex-shrink: 0;
  display: grid; place-items: center;
  color: var(--primary-light);
  background: rgba(108, 92, 231, 0.16); border: 1px solid rgba(108, 92, 231, 0.42);
}
.mp-voice-icon svg { width: 19px; height: 19px; }
.mp-voice-body { flex: 1; min-width: 0; }
.mp-voice-body small { display: block; font-size: 0.62rem; color: var(--faint); font-weight: 600; }
.mp-voice-body strong { display: block; font-size: 0.8rem; font-weight: 700; line-height: 1.75; }
.mp-wave { display: flex; align-items: center; gap: 3px; height: 26px; flex-shrink: 0; }
.mp-wave i {
  width: 4px; border-radius: 99px; height: 8px;
  background: linear-gradient(180deg, #6FE7C8, #00B894);
  opacity: 0.55; transition: height 0.2s;
}
.mp-wave.speaking i { animation: voiceBar 0.85s ease-in-out infinite; }
.mp-wave.speaking i:nth-child(1) { animation-delay: 0s; }
.mp-wave.speaking i:nth-child(2) { animation-delay: 0.14s; }
.mp-wave.speaking i:nth-child(3) { animation-delay: 0.28s; }
.mp-wave.speaking i:nth-child(4) { animation-delay: 0.07s; }
.mp-wave.speaking i:nth-child(5) { animation-delay: 0.21s; }
@keyframes voiceBar {
  0%, 100% { height: 7px; opacity: 0.55; }
  50% { height: 24px; opacity: 1; }
}

/* ---------- ۳) پوز در برابر کارنیلا ---------- */
.vs-sec { background: radial-gradient(900px 520px at 12% 20%, rgba(108, 92, 231, 0.09), transparent 70%); }
.vs-wrap {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: stretch;
}
.vs-card { padding: 30px 28px; display: flex; flex-direction: column; }
.vs-card header { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.vs-card header h3 { font-size: 1.18rem; font-weight: 800; line-height: 1.6; }
.vs-card header small { display: block; font-size: 0.78rem; font-weight: 600; color: var(--faint); }
.vs-icon {
  width: 54px; height: 54px; border-radius: 16px; flex-shrink: 0;
  display: grid; place-items: center;
}
.vs-icon svg { width: 26px; height: 26px; }
.vs-card.pos { border-color: rgba(214, 48, 49, 0.26); }
.vs-card.pos .vs-icon {
  color: var(--danger-light);
  background: rgba(214, 48, 49, 0.12); border: 1px solid rgba(214, 48, 49, 0.32);
}
.vs-card.pos header small { color: var(--danger-light); }
.vs-card.karnila { border-color: rgba(0, 184, 148, 0.3); box-shadow: 0 24px 55px -22px rgba(0, 184, 148, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.07); }
.vs-card.karnila .vs-icon {
  color: var(--accent-light);
  background: rgba(0, 184, 148, 0.13); border: 1px solid rgba(0, 184, 148, 0.36);
  box-shadow: 0 0 22px -4px rgba(0, 184, 148, 0.35);
}
.vs-card.karnila header small.ok { color: var(--accent-light); }

.vs-card ul { display: flex; flex-direction: column; flex: 1; }
.vs-card li {
  position: relative; padding: 10px 26px 10px 2px;
  font-size: 0.93rem; line-height: 1.9; color: rgba(245, 243, 255, 0.86);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
}
.vs-card li:last-child { border-bottom: 0; }
.vs-card li::before {
  position: absolute; right: 0; top: 12px;
  width: 18px; height: 18px; border-radius: 50%;
  display: grid; place-items: center; font-size: 0.66rem; font-weight: 900;
}
.vs-card.pos li::before {
  content: "✕"; color: var(--danger-light);
  background: rgba(214, 48, 49, 0.13); border: 1px solid rgba(214, 48, 49, 0.35);
}
.vs-card.karnila li::before {
  content: "✓"; color: var(--accent-light);
  background: rgba(0, 184, 148, 0.13); border: 1px solid rgba(0, 184, 148, 0.35);
}
.vs-badge {
  align-self: center; flex-shrink: 0;
  width: 66px; height: 66px; border-radius: 50%;
  display: grid; place-items: center; text-align: center;
  font-size: 0.78rem; font-weight: 800; color: #fff; line-height: 1.5;
  background: linear-gradient(140deg, #8B7BF7, #5A48D6);
  border: 4px solid var(--bg);
  box-shadow: 0 0 30px -4px rgba(108, 92, 231, 0.65);
}
.vs-cta { margin-top: 22px; align-self: flex-start; }

/* ---------- ریسپانسیو سکشن‌های جدید ---------- */
@media (max-width: 1080px) {
  .khord-grid { grid-template-columns: 1fr; gap: 48px; }
  .khord-visual { margin-top: 8px; }
  .mini-stage { max-width: 400px; }
}
@media (max-width: 920px) {
  .vol-panel { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; }
  .vol-display { padding: 22px 16px; }
  .vs-wrap { grid-template-columns: 1fr; gap: 18px; }
  .vs-badge {
    width: auto; height: auto; border-radius: 999px; padding: 9px 26px;
    margin: 0 auto; font-size: 0.85rem;
  }
  .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}
@media (max-width: 640px) {
  .stats-sec { padding-top: 40px; }
  .stats-grid { grid-template-columns: 1fr; gap: 14px; }
  .stat-tile { display: grid; grid-template-columns: 56px 1fr; text-align: right; align-items: center; column-gap: 16px; padding: 20px 18px; }
  .stat-icon { margin: 0; }
  .stat-num { justify-content: flex-start; }
  .stat-label { margin-top: 0; }
  .stat-tile .stat-label, .stat-tile .stat-sub { grid-column: 2; text-align: right; }
  .vol-panel { padding: 24px 18px; }
  .vol-tabs { width: 100%; justify-content: stretch; }
  .vol-tab { flex: 1; padding: 10px 8px; min-height: 44px; }
  .khord-grid { gap: 40px; }
  .khord-steps li { padding: 14px; }
  .vs-card { padding: 24px 18px; }
  .vs-cta { align-self: stretch; }
}

/* چیپ «زنده» هنگام توقف تیک (تب هفتگی/ماهانه) */
.live-chip.idle { color: var(--faint); background: rgba(255, 255, 255, 0.04); border-color: var(--border); }
.live-chip.idle .live-dot { background: var(--faint); box-shadow: none; }
.live-chip.idle .live-dot::after { animation: none; opacity: 0; }

/* ================================================================
   نسخه ۴ — بازنویسی جامع: لوگوی رسمی، اصناف، هزینه پوز، ارزش کاربر
   ================================================================ */

/* لوگوی واقعی کارنیلا در هدر و فوتر */
.brand-mark.brand-mark-logo {
  background: linear-gradient(140deg, rgba(245, 243, 255, 0.10), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 22px -6px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.brand-mark img { width: 30px; height: 30px; object-fit: contain; display: block; }
.footer-brand .brand-mark img { width: 32px; height: 32px; }
.hero-logo-badge {
  display: inline-flex; align-items: center; gap: 12px;
  background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px; padding: 7px 16px 7px 10px; font-size: 0.86rem; font-weight: 600;
  color: var(--muted); backdrop-filter: blur(8px);
}
.hero-logo-badge img { width: 26px; height: 26px; object-fit: contain; }

/* شبکه اصناف */
.biz-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 34px;
}
.biz-card {
  position: relative; text-align: center; padding: 26px 16px 22px;
  border-radius: 20px; border: 1px solid var(--border);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.biz-card:hover { transform: translateY(-5px); border-color: rgba(139, 123, 247, 0.55); background: linear-gradient(160deg, rgba(139, 123, 247, 0.12), rgba(255, 255, 255, 0.02)); }
.biz-ic {
  width: 58px; height: 58px; margin: 0 auto 14px; border-radius: 17px; display: grid; place-items: center;
  font-size: 27px; background: rgba(139, 123, 247, 0.13); border: 1px solid rgba(139, 123, 247, 0.3);
}
.biz-card h3 { font-size: 1.02rem; font-weight: 800; margin-bottom: 7px; }
.biz-card p { font-size: 0.84rem; color: var(--muted); line-height: 1.75; }
.biz-more {
  margin-top: 16px; text-align: center; color: var(--muted); font-size: 0.9rem;
}
.biz-more b { color: var(--primary-light); font-weight: 700; }

/* جدول مقایسه پوز و کارنیلا */
.pos-table-wrap { margin-top: 30px; overflow-x: auto; border-radius: 20px; border: 1px solid var(--border); }
.pos-table { width: 100%; border-collapse: collapse; min-width: 620px; font-size: 0.92rem; }
.pos-table th, .pos-table td { padding: 14px 18px; text-align: right; }
.pos-table thead th {
  background: rgba(139, 123, 247, 0.14); color: var(--text); font-weight: 800; font-size: 0.95rem;
  border-bottom: 1px solid var(--border);
}
.pos-table tbody tr { border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.pos-table tbody tr:last-child { border-bottom: none; }
.pos-table td { color: var(--muted); }
.pos-table .pt-col { font-weight: 700; color: var(--text); white-space: nowrap; }
.pos-table .pt-pos { color: #FF9F8E; }
.pos-table .pt-kar { color: #7CEBC8; font-weight: 700; }
.pos-table .pt-head-kar { color: #7CEBC8 !important; }
.pos-table-note { margin-top: 12px; color: var(--faint); font-size: 0.82rem; }

/* ارزش کاربران */
.uv-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px;
}
.uv-card {
  display: flex; gap: 15px; align-items: flex-start; padding: 22px;
  border-radius: 20px; border: 1px solid var(--border);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.uv-card:hover { transform: translateY(-4px); border-color: rgba(124, 235, 200, 0.45); }
.uv-ic {
  width: 48px; height: 48px; flex-shrink: 0; border-radius: 14px; display: grid; place-items: center;
  font-size: 23px; background: rgba(0, 224, 184, 0.12); border: 1px solid rgba(0, 224, 184, 0.3);
}
.uv-card h3 { font-size: 1rem; font-weight: 800; margin-bottom: 6px; }
.uv-card p { font-size: 0.86rem; color: var(--muted); line-height: 1.8; }
.uv-banner {
  margin-top: 26px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 24px; border-radius: 20px;
  border: 1px dashed rgba(0, 224, 184, 0.45);
  background: linear-gradient(140deg, rgba(0, 224, 184, 0.09), rgba(139, 123, 247, 0.07));
}
.uv-banner p { color: var(--muted); font-size: 0.94rem; line-height: 1.9; }
.uv-banner strong { color: var(--text); }

/* ویترین نمونه رسید رسمی */
.rc-show {
  margin-top: 44px; display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 40px; align-items: center; padding: 30px; border-radius: 26px;
  border: 1px solid var(--border);
  background:
    radial-gradient(900px 420px at 12% -10%, rgba(0, 224, 184, 0.10), transparent 60%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
}
.rc-visual { position: relative; display: flex; justify-content: center; margin: 0; }
.rc-frame {
  position: relative; z-index: 2; width: min(300px, 72vw); border-radius: 20px; padding: 10px;
  background: linear-gradient(160deg, #ffffff, #eef4f1);
  box-shadow: 0 34px 70px -22px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(255, 255, 255, 0.14);
  transform: rotate(-2.4deg);
  transition: transform 0.45s ease;
}
.rc-frame:hover { transform: rotate(0deg) scale(1.02); }
.rc-frame::after {
  content: ""; position: absolute; inset: -22px -22px auto auto; width: 120px; height: 120px; z-index: -1;
  background: radial-gradient(circle, rgba(0, 224, 184, 0.35), transparent 68%);
}
.rc-frame img { display: block; width: 100%; height: auto; border-radius: 12px; }
.rc-chip {
  position: absolute; z-index: 3; white-space: nowrap; font-size: 0.78rem; font-weight: 700;
  padding: 8px 14px; border-radius: 999px; color: var(--text);
  background: rgba(19, 16, 34, 0.92); border: 1px solid rgba(0, 224, 184, 0.4);
  box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.6);
  animation: rcFloat 5.5s ease-in-out infinite;
}
.rc-chip-1 { top: 8%; inset-inline-start: 2%; }
.rc-chip-2 { top: 44%; inset-inline-end: 0%; animation-delay: 1.3s; }
.rc-chip-3 { bottom: 6%; inset-inline-start: 6%; animation-delay: 2.6s; }
@keyframes rcFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}
.rc-info .eyebrow { display: inline-block; }
.rc-title { font-size: clamp(1.35rem, 2.6vw, 1.9rem); font-weight: 800; line-height: 1.55; margin: 14px 0 12px; }
.rc-info > p { color: var(--muted); font-size: 0.95rem; line-height: 2; }
.rc-list { list-style: none; margin: 18px 0 4px; display: grid; gap: 10px; }
.rc-list li {
  position: relative; padding-inline-start: 30px; color: var(--muted); font-size: 0.9rem; line-height: 1.85;
}
.rc-list li::before {
  content: "✓"; position: absolute; inset-inline-start: 0; top: 1px;
  width: 21px; height: 21px; display: grid; place-items: center; border-radius: 7px;
  font-size: 0.72rem; font-weight: 800; color: #062a22;
  background: linear-gradient(140deg, #00e0b8, #00b894);
}
.rc-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

/* نوار اکوسیستم */
.eco-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 34px; counter-reset: eco;
}
.eco-step {
  position: relative; padding: 22px 18px 18px; border-radius: 18px; text-align: center;
  border: 1px solid var(--border); background: rgba(255, 255, 255, 0.03);
}
.eco-step .eco-ic { font-size: 30px; display: block; margin-bottom: 10px; }
.eco-step strong { display: block; font-size: 0.98rem; margin-bottom: 6px; }
.eco-step small { color: var(--muted); font-size: 0.82rem; line-height: 1.7; display: block; }

@media (max-width: 980px) {
  .biz-grid { grid-template-columns: repeat(2, 1fr); }
  .uv-grid { grid-template-columns: 1fr; }
  .eco-strip { grid-template-columns: repeat(2, 1fr); }
  .rc-show { grid-template-columns: 1fr; gap: 30px; padding: 22px; }
  .rc-visual { order: -1; }
  .rc-frame { width: min(260px, 68vw); }
}
@media (max-width: 560px) {
  .biz-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .biz-card { padding: 18px 10px 16px; }
  .biz-ic { width: 46px; height: 46px; font-size: 22px; border-radius: 14px; }
  .biz-card h3 { font-size: 0.9rem; }
  .biz-card p { font-size: 0.76rem; }
  .eco-strip { grid-template-columns: 1fr; }
  .rc-show { padding: 16px; gap: 22px; }
  .rc-chip { font-size: 0.68rem; padding: 6px 10px; }
  .rc-chip-1 { inset-inline-start: 0; }
  .rc-chip-3 { inset-inline-start: 2%; }
  .rc-actions .btn { flex: 1 1 auto; justify-content: center; }
}
