@charset "utf-8";
/* =====================================================================
   DLE Market  —  قالب فروشگاه قالب و افزونه دیتالایف
   ---------------------------------------------------------------------
   سیستم طراحی
   ---------------------------------------------------------------------
   رنگ‌ها
     ink      #0E1626   لاجوردی عمیق — هدر، نوارهای تیره، فوتر
     ink-2    #17223A   سطح برجسته روی تیره
     paper    #F4F6FA   کاغذ سرد — پس‌زمینه صفحه
     card     #FFFFFF   کارت
     saffron  #EFA00B   لهجه برند — نشانه‌ها، خط موکد، لوگو
     jade     #0E9F6E   قیمت، خرید، موفقیت
     rose     #E11D48   تخفیف، شمارش معکوس

   تایپوگرافی
     نمایشی : Vazirmatn 800/900 با ترتیب فشرده
     متن    : Vazirmatn 400/500
     ابزار  : مونواسپیس سیستمی برای توکن‌های {tag} و نسخه‌ها

   امضای طراحی
     آکولاد قالب دیتالایف  { }  — نشانه‌ی بخش‌ها، لوگو و واترمارک.
     محصول این سایت خودش از همین تگ‌ها ساخته می‌شود.
   ===================================================================== */

/* ---------------------------------------------------------------- فونت */

@font-face { font-family: 'Vazirmatn'; src: url('../fonts/Vazirmatn-300.woff2') format('woff2'); font-weight: 300; font-display: swap; }
@font-face { font-family: 'Vazirmatn'; src: url('../fonts/Vazirmatn-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Vazirmatn'; src: url('../fonts/Vazirmatn-500.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Vazirmatn'; src: url('../fonts/Vazirmatn-700.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Vazirmatn'; src: url('../fonts/Vazirmatn-800.woff2') format('woff2'); font-weight: 800; font-display: swap; }
@font-face { font-family: 'Vazirmatn'; src: url('../fonts/Vazirmatn-900.woff2') format('woff2'); font-weight: 900; font-display: swap; }

/* ---------------------------------------------------------------- توکن */

:root {
	--ink:      #0E1626;
	--ink-2:    #17223A;
	--ink-3:    #223055;
	--ink-line: #26314B;
	--paper:    #F4F6FA;
	--card:     #FFFFFF;
	--line:     #E4E8F0;
	--line-2:   #EEF1F6;

	--saffron:  #EFA00B;
	--saffron-d:#C8820A;
	--jade:     #0E9F6E;
	--jade-d:   #0B8259;
	--rose:     #E11D48;

	--tx:       #101828;
	--tx-2:     #5A6478;
	--tx-3:     #8B94A7;
	--tx-d:     #E6EAF2;
	--tx-d2:    #96A2B8;

	--r-sm: 8px;
	--r:    14px;
	--r-lg: 20px;
	--r-xl: 28px;

	--sh-1: 0 1px 2px rgba(16,24,40,.05);
	--sh-2: 0 4px 16px -4px rgba(16,24,40,.10), 0 2px 6px -2px rgba(16,24,40,.06);
	--sh-3: 0 24px 48px -16px rgba(14,22,38,.22), 0 8px 20px -8px rgba(14,22,38,.12);

	--mono: ui-monospace, "SF Mono", SFMono-Regular, "JetBrains Mono", Menlo, Consolas, "Liberation Mono", monospace;

	--wrap: 1220px;
	--gut:  24px;

	--ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------------------------------------------------------------- پایه */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--paper);
	color: var(--tx);
	font: 400 15px/1.85 'Vazirmatn', system-ui, -apple-system, 'Segoe UI', Tahoma, sans-serif;
	direction: rtl;
	text-align: right;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img, svg, video { max-width: 100%; height: auto; display: block; }

a { color: var(--tx); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--saffron-d); }

h1, h2, h3, h4, h5 { margin: 0 0 .6em; font-weight: 800; line-height: 1.35; letter-spacing: -.02em; color: var(--tx); }
h1 { font-size: clamp(26px, 4vw, 40px); letter-spacing: -.03em; }
h2 { font-size: clamp(22px, 3vw, 31px); }
h3 { font-size: clamp(18px, 2.2vw, 22px); }
h4 { font-size: 17px; }

p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.1em; padding-inline-start: 1.4em; }

hr { border: 0; border-top: 1px solid var(--line); margin: 32px 0; }

::selection { background: var(--saffron); color: #26190A; }

:focus-visible {
	outline: 2px solid var(--saffron);
	outline-offset: 3px;
	border-radius: 4px;
}

/* اعداد و کد لاتین در متن راست‌به‌چپ */
.ltr, [dir="ltr"] { direction: ltr; unicode-bidi: isolate; }

.mono { font-family: var(--mono); font-size: .86em; letter-spacing: .01em; }

/* ---------------------------------------------------------------- چیدمان */

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }

.band { position: relative; padding: 72px 0; }
.band--tight { padding: 48px 0; }
.band--ink { background: var(--ink); color: var(--tx-d); }
.band--ink h1, .band--ink h2, .band--ink h3, .band--ink h4 { color: #fff; }
.band--ink p { color: var(--tx-d2); }
.band--ink a { color: var(--tx-d); }
.band--ink a:hover { color: var(--saffron); }

/* شبکه نقشه‌کشی — بافت نشانه‌ای دنیای قالب‌ها */
.blueprint::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(to left, rgba(255,255,255,.045) 1px, transparent 1px),
		linear-gradient(to top,  rgba(255,255,255,.045) 1px, transparent 1px);
	background-size: 56px 56px;
	background-position: var(--bp-x, 0) var(--bp-y, 0);
	mask-image: radial-gradient(ellipse 90% 70% at 50% 0%, #000 30%, transparent 78%);
	-webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 0%, #000 30%, transparent 78%);
	pointer-events: none;
}

.band > .wrap { position: relative; z-index: 2; }

/* ------------------------------------------------- نشانه بخش  { تگ } */

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-family: var(--mono);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .06em;
	color: var(--saffron-d);
	margin: 0 0 14px;
	direction: ltr;
}
.eyebrow b { font-family: 'Vazirmatn', sans-serif; font-weight: 700; letter-spacing: 0; color: var(--tx-2); }
.band--ink .eyebrow { color: var(--saffron); }
.band--ink .eyebrow b { color: var(--tx-d2); }

.sec-head { margin-bottom: 34px; }
.sec-head h2 { margin-bottom: 8px; }
.sec-head p { max-width: 62ch; color: var(--tx-2); margin: 0; }

.sec-head--row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

/* خط موکد زعفرانی که با اسکرول کشیده می‌شود */
.rule {
	height: 2px;
	background: var(--saffron);
	width: 0;
	margin-bottom: 26px;
	transition: width 1.1s var(--ease);
	max-width: 120px;
}
.reveal.in .rule, .rule.in { width: 120px; }

/* ---------------------------------------------------------------- دکمه */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 11px 20px;
	border: 1px solid transparent;
	border-radius: var(--r-sm);
	background: var(--ink);
	color: #fff;
	font: 700 14px/1 'Vazirmatn', sans-serif;
	cursor: pointer;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease), color .18s var(--ease);
}
.btn:hover { color: #fff; transform: translateY(-2px); box-shadow: var(--sh-2); }
.btn:active { transform: translateY(0); }

.btn-lg { padding: 14px 26px; font-size: 15px; border-radius: 10px; }
.btn-sm { padding: 8px 14px; font-size: 13px; }
.btn-block { width: 100%; }

.btn-pay, .btn-buy {
	background: var(--jade);
	box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 6px 14px -6px rgba(14,159,110,.6);
}
.btn-pay:hover, .btn-buy:hover { background: var(--jade-d); }

.btn-ghost {
	background: transparent;
	border-color: var(--line);
	color: var(--tx-2);
}
.btn-ghost:hover { background: #fff; border-color: var(--tx-3); color: var(--tx); }

.band--ink .btn-ghost { border-color: var(--ink-line); color: var(--tx-d2); }
.band--ink .btn-ghost:hover { background: var(--ink-2); color: #fff; }

.btn-saffron { background: var(--saffron); color: #26190A; }
.btn-saffron:hover { background: var(--saffron-d); color: #26190A; }

.btn-incart { background: var(--saffron); color: #26190A; }
.btn-incart:hover { background: var(--saffron-d); color: #26190A; }

.btn-bought { background: var(--ink-2); color: #fff; }

.btn-disabled { background: var(--line); color: var(--tx-3); cursor: not-allowed; }
.btn-disabled:hover { transform: none; box-shadow: none; }

.btn-free { background: var(--jade); }

/* ---------------------------------------------------------------- آیکن */

.ic { display: inline-block; width: 1em; height: 1em; flex: 0 0 auto; background: currentColor; }
.ic-cart      { -webkit-mask: var(--m-cart) center/contain no-repeat;   mask: var(--m-cart) center/contain no-repeat; }
.ic-search    { -webkit-mask: var(--m-search) center/contain no-repeat; mask: var(--m-search) center/contain no-repeat; }
.ic-download  { -webkit-mask: var(--m-dl) center/contain no-repeat;     mask: var(--m-dl) center/contain no-repeat; }
.ic-check     { -webkit-mask: var(--m-check) center/contain no-repeat;  mask: var(--m-check) center/contain no-repeat; }
.ic-lock      { -webkit-mask: var(--m-lock) center/contain no-repeat;   mask: var(--m-lock) center/contain no-repeat; }
.ic-star      { -webkit-mask: var(--m-star) center/contain no-repeat;   mask: var(--m-star) center/contain no-repeat; }
.ic-alert     { -webkit-mask: var(--m-alert) center/contain no-repeat;  mask: var(--m-alert) center/contain no-repeat; }
.ic-info      { -webkit-mask: var(--m-info) center/contain no-repeat;   mask: var(--m-info) center/contain no-repeat; }
.ic-trash     { -webkit-mask: var(--m-trash) center/contain no-repeat;  mask: var(--m-trash) center/contain no-repeat; }
.ic-left      { -webkit-mask: var(--m-left) center/contain no-repeat;   mask: var(--m-left) center/contain no-repeat; }
.ic-plus      { -webkit-mask: var(--m-plus) center/contain no-repeat;   mask: var(--m-plus) center/contain no-repeat; }
.ic-file      { -webkit-mask: var(--m-file) center/contain no-repeat;   mask: var(--m-file) center/contain no-repeat; }
.ic-folder    { -webkit-mask: var(--m-folder) center/contain no-repeat; mask: var(--m-folder) center/contain no-repeat; }
.ic-eye       { -webkit-mask: var(--m-eye) center/contain no-repeat;    mask: var(--m-eye) center/contain no-repeat; }
.ic-mail      { -webkit-mask: var(--m-mail) center/contain no-repeat;   mask: var(--m-mail) center/contain no-repeat; }
.ic-phone     { -webkit-mask: var(--m-phone) center/contain no-repeat;  mask: var(--m-phone) center/contain no-repeat; }
.ic-pin       { -webkit-mask: var(--m-pin) center/contain no-repeat;    mask: var(--m-pin) center/contain no-repeat; }
.ic-clock     { -webkit-mask: var(--m-clock) center/contain no-repeat;  mask: var(--m-clock) center/contain no-repeat; }
.ic-chat      { -webkit-mask: var(--m-chat) center/contain no-repeat;   mask: var(--m-chat) center/contain no-repeat; }
.ic-send      { -webkit-mask: var(--m-send) center/contain no-repeat;   mask: var(--m-send) center/contain no-repeat; }
.ic-code      { -webkit-mask: var(--m-code) center/contain no-repeat;   mask: var(--m-code) center/contain no-repeat; }
.ic-shop      { -webkit-mask: var(--m-shop) center/contain no-repeat;   mask: var(--m-shop) center/contain no-repeat; }
.ic-ticket    { -webkit-mask: var(--m-ticket) center/contain no-repeat; mask: var(--m-ticket) center/contain no-repeat; }
.ic-book      { -webkit-mask: var(--m-book) center/contain no-repeat;   mask: var(--m-book) center/contain no-repeat; }
.ic-camera    { -webkit-mask: var(--m-camera) center/contain no-repeat; mask: var(--m-camera) center/contain no-repeat; }
.ic-user      { -webkit-mask: var(--m-user) center/contain no-repeat;   mask: var(--m-user) center/contain no-repeat; }
.ic-bolt      { -webkit-mask: var(--m-bolt) center/contain no-repeat;   mask: var(--m-bolt) center/contain no-repeat; }
.ic-shield    { -webkit-mask: var(--m-shield) center/contain no-repeat; mask: var(--m-shield) center/contain no-repeat; }
.ic-refresh   { -webkit-mask: var(--m-refresh) center/contain no-repeat;mask: var(--m-refresh) center/contain no-repeat; }
.ic-quote     { -webkit-mask: var(--m-quote) center/contain no-repeat;  mask: var(--m-quote) center/contain no-repeat; }
.ic-menu      { -webkit-mask: var(--m-menu) center/contain no-repeat;   mask: var(--m-menu) center/contain no-repeat; }
.ic-close     { -webkit-mask: var(--m-close) center/contain no-repeat;  mask: var(--m-close) center/contain no-repeat; }
.ic-chevron   { -webkit-mask: var(--m-chevron) center/contain no-repeat;mask: var(--m-chevron) center/contain no-repeat; }
.ic-logout    { -webkit-mask: var(--m-logout) center/contain no-repeat; mask: var(--m-logout) center/contain no-repeat; }
.ic-pen       { -webkit-mask: var(--m-pen) center/contain no-repeat;    mask: var(--m-pen) center/contain no-repeat; }

/* =====================================================================
   هدر
   ===================================================================== */

.hd {
	position: sticky;
	top: 0;
	z-index: 200;
	background: rgba(14,22,38,.92);
	backdrop-filter: saturate(180%) blur(14px);
	-webkit-backdrop-filter: saturate(180%) blur(14px);
	border-bottom: 1px solid rgba(255,255,255,.07);
	transition: box-shadow .25s var(--ease), background .25s var(--ease);
}
.hd.stuck { box-shadow: 0 8px 24px -12px rgba(0,0,0,.5); }

.hd__in {
	max-width: var(--wrap);
	margin: 0 auto;
	padding: 0 var(--gut);
	height: 68px;
	display: flex;
	align-items: center;
	gap: 20px;
}

/* لوگو: نام سایت داخل آکولاد قالب */
.logo { display: flex; align-items: baseline; gap: 2px; font-weight: 900; font-size: 19px; color: #fff; letter-spacing: -.02em; }
.logo:hover { color: #fff; }
.logo i { font-family: var(--mono); font-style: normal; font-weight: 400; font-size: 22px; color: var(--saffron); line-height: 1; }
.logo span { padding: 0 3px; }
.logo em { font-style: normal; color: var(--saffron); }

.nav { display: flex; align-items: center; gap: 2px; margin-inline-start: 14px; }
.nav > li { list-style: none; position: relative; }
.nav a {
	display: block;
	padding: 9px 13px;
	border-radius: 7px;
	font-size: 14px;
	font-weight: 500;
	color: var(--tx-d2);
}
.nav a:hover, .nav > li.on > a { color: #fff; background: rgba(255,255,255,.07); }

/* زیرمنو */
.nav .sub {
	position: absolute;
	top: calc(100% + 8px);
	inset-inline-start: 0;
	min-width: 200px;
	background: var(--ink-2);
	border: 1px solid var(--ink-line);
	border-radius: var(--r);
	padding: 8px;
	margin: 0;
	box-shadow: var(--sh-3);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: .2s var(--ease);
}
.nav > li:hover .sub, .nav > li:focus-within .sub { opacity: 1; visibility: visible; transform: none; }
.nav .sub li { list-style: none; }
.nav .sub a { padding: 8px 12px; font-size: 13.5px; }
.nav .has-sub > a::after {
	content: '';
	display: inline-block;
	width: .55em; height: .55em;
	margin-inline-start: 6px;
	border-inline-end: 1.6px solid currentColor;
	border-bottom: 1.6px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	opacity: .6;
}

.hd__sp { flex: 1; }

.hd__acts { display: flex; align-items: center; gap: 8px; }

.hd-ico {
	width: 38px; height: 38px;
	display: grid; place-items: center;
	border-radius: 9px;
	color: var(--tx-d2);
	background: transparent;
	border: 1px solid transparent;
	cursor: pointer;
	font-size: 17px;
	transition: .18s var(--ease);
}
.hd-ico:hover { color: #fff; background: rgba(255,255,255,.08); }

/* سبد خرید هدر */
.cart-btn { position: relative; }
.cart-btn b {
	position: absolute;
	top: 2px; inset-inline-end: 2px;
	min-width: 17px; height: 17px;
	padding: 0 4px;
	border-radius: 9px;
	background: var(--saffron);
	color: #26190A;
	font: 700 10.5px/17px 'Vazirmatn', sans-serif;
	text-align: center;
}
.cart-btn.bump { animation: bump .45s var(--ease); }
@keyframes bump { 0%,100% { transform: scale(1); } 35% { transform: scale(1.22); } }

.hd-user { display: flex; align-items: center; gap: 8px; }
.hd-user__ava { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1.5px solid var(--ink-line); }
.hd-user__nm { font-size: 13.5px; font-weight: 600; color: var(--tx-d); }

.burger { display: none; }

/* جستجوی بازشو */
.hd-search {
	max-height: 0;
	overflow: hidden;
	background: var(--ink-2);
	border-bottom: 1px solid var(--ink-line);
	transition: max-height .32s var(--ease);
}
.hd-search.open { max-height: 90px; }
.hd-search form { max-width: var(--wrap); margin: 0 auto; padding: 16px var(--gut); display: flex; gap: 8px; }
.hd-search input {
	flex: 1;
	padding: 12px 16px;
	border: 1px solid var(--ink-line);
	border-radius: 9px;
	background: var(--ink);
	color: #fff;
	font: 400 15px 'Vazirmatn', sans-serif;
}
.hd-search input::placeholder { color: var(--tx-3); }
.hd-search input:focus { outline: none; border-color: var(--saffron); }

/* =====================================================================
   قهرمان صفحه — ویترین فروشگاه
   ---------------------------------------------------------------------
   شبکه‌ی نقشه‌کشی و هاله‌ی زعفرانی برداشته شد. زمینه حالا یک عمق
   لاجوردی نرم است با دو نور سرد (آبی و یشمی) و یک خط باریک زعفرانی
   در لبه‌ی پایین به‌عنوان امضای برند.
   ===================================================================== */

.hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 92px 0 104px;
	color: var(--tx-d);
	background:
		radial-gradient(115% 92% at 76% -18%, #20355C 0%, rgba(32,53,92,0) 56%),
		radial-gradient(95% 85% at 3% 112%, #0F3A38 0%, rgba(15,58,56,0) 55%),
		linear-gradient(165deg, #111C31 0%, #0B1120 100%);
}

/* خط باریک زعفرانی در مرز قهرمان و نوار اعتماد */
.hero::after {
	content: '';
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	height: 1px;
	z-index: 4;
	background: linear-gradient(to left, transparent, rgba(239,160,11,.55) 34%, rgba(239,160,11,.55) 66%, transparent);
}

/* نور نرم و سرد پشت ویترین — جانشین هاله‌ی زرد قبلی */
.hero__aura {
	position: absolute;
	z-index: 0;
	inset-inline-end: -14%;
	top: -32%;
	width: min(720px, 78vw);
	aspect-ratio: 1;
	border-radius: 50%;
	pointer-events: none;
	background: radial-gradient(circle, rgba(96,140,255,.17) 0%, rgba(96,140,255,0) 62%);
	animation: auraDrift 22s ease-in-out infinite alternate;
}
.hero__aura::after {
	content: '';
	position: absolute;
	inset-inline-start: 24%;
	bottom: -48%;
	width: 62%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(14,159,110,.15) 0%, rgba(14,159,110,0) 64%);
}
@keyframes auraDrift {
	from { transform: translate3d(0,0,0) scale(1); }
	to   { transform: translate3d(-3%, 4%, 0) scale(1.08); }
}

.hero__in {
	position: relative;
	z-index: 3;
	max-width: var(--wrap);
	margin: 0 auto;
	padding: 0 var(--gut);
	display: grid;
	grid-template-columns: 1.04fr .96fr;
	gap: 58px;
	align-items: center;
}

.hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 6px 15px 6px 7px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 100px;
	background: rgba(255,255,255,.045);
	font-size: 12.5px;
	color: var(--tx-d2);
	margin-bottom: 24px;
}
.hero__badge s {
	text-decoration: none;
	display: grid;
	place-items: center;
	width: 22px; height: 22px;
	border-radius: 50%;
	background: var(--saffron);
	color: #26190A;
	font-size: 11px;
}

.hero h1 {
	font-size: clamp(31px, 4.7vw, 55px);
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: -.038em;
	color: #fff;
	margin: 0 0 20px;
}
/* توکن آکولاد در تیتر — همان زبانی که محصول با آن نوشته می‌شود */
.hero h1 .tok {
	font-family: var(--mono);
	font-weight: 400;
	font-size: .82em;
	color: var(--saffron);
	letter-spacing: -.01em;
	direction: ltr;
	display: inline-block;
}
.hero h1 .tok u { text-decoration: none; font-family: 'Vazirmatn', sans-serif; font-weight: 900; color: #fff; }

.hero__lead { font-size: 16.5px; line-height: 2.05; color: var(--tx-d2); max-width: 50ch; margin: 0 0 32px; }

.hero__acts { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }

.hero__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0 28px;
	padding-top: 24px;
	border-top: 1px solid rgba(255,255,255,.09);
}
.hero__stats div {
	padding-inline-end: 28px;
	border-inline-end: 1px solid rgba(255,255,255,.09);
}
.hero__stats div:last-child { padding-inline-end: 0; border-inline-end: 0; }
.hero__stats div b { display: block; font-size: 26px; font-weight: 800; color: #fff; letter-spacing: -.025em; line-height: 1.3; }
.hero__stats div span { font-size: 12.5px; color: var(--tx-3); }

/* ------------------------------------- ویترین: پنجره‌ی فروشگاه */

.hero__vis { position: relative; z-index: 3; perspective: 1500px; }

.win {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	background: linear-gradient(180deg, #1A263F 0%, #131D33 100%);
	border: 1px solid rgba(255,255,255,.10);
	box-shadow:
		0 46px 90px -34px rgba(0,0,0,.85),
		0 0 0 1px rgba(255,255,255,.03) inset;
	transform: rotateX(var(--wx, 0deg)) rotateY(var(--wy, 0deg));
	transform-style: preserve-3d;
	transition: transform .5s var(--ease);
	animation: winFloat 10s ease-in-out infinite;
}
@keyframes winFloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -11px; } }

.win__bar {
	display: flex;
	align-items: center;
	gap: 6px;
	height: 38px;
	padding: 0 14px;
	background: rgba(255,255,255,.05);
	border-bottom: 1px solid rgba(255,255,255,.07);
}
.win__bar s { text-decoration: none; flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; }
.win__bar s:nth-child(1) { background: #F05252; }
.win__bar s:nth-child(2) { background: var(--saffron); }
.win__bar s:nth-child(3) { background: var(--jade); }
.win__bar em {
	margin-inline-start: auto;
	font: 400 10.5px var(--mono);
	font-style: normal;
	color: var(--tx-3);
	direction: ltr;
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.06);
	padding: 3px 13px;
	border-radius: 100px;
}

.win__bd { display: grid; grid-template-columns: 76px minmax(0,1fr); gap: 16px; padding: 18px; }

.win__side { display: grid; gap: 9px; align-content: start; }
.win__side s { display: block; text-decoration: none; height: 9px; border-radius: 4px; background: rgba(255,255,255,.07); }
.win__side s.on { background: rgba(239,160,11,.55); width: 74%; }
.win__side s:nth-child(3) { width: 86%; }
.win__side s:nth-child(4) { width: 64%; }
.win__side s:nth-child(5) { width: 78%; }
.win__side s:nth-child(6) { width: 56%; }

.win__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }

.win-tile {
	padding: 10px;
	border-radius: 11px;
	border: 1px solid rgba(255,255,255,.07);
	background: rgba(255,255,255,.035);
}
.win-tile u {
	display: block;
	text-decoration: none;
	aspect-ratio: 16/10;
	border-radius: 8px;
	margin-bottom: 10px;
	background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.03));
}
.win-tile b { display: block; height: 8px; width: 82%; border-radius: 4px; background: rgba(255,255,255,.16); margin-bottom: 8px; }
.win-tile i { display: block; height: 8px; width: 52%; border-radius: 4px; background: rgba(255,255,255,.08); }
.win-tile em { display: block; margin-top: 12px; height: 18px; width: 58px; border-radius: 6px; background: rgba(14,159,110,.5); }
.win-tile:nth-child(2) u { background: linear-gradient(135deg, rgba(239,160,11,.24), rgba(255,255,255,.03)); }
.win-tile:nth-child(3) u { background: linear-gradient(135deg, rgba(14,159,110,.24), rgba(255,255,255,.03)); }
.win-tile:nth-child(4) u { background: linear-gradient(135deg, rgba(96,140,255,.24), rgba(255,255,255,.03)); }

/* نشان‌های شناور کنار ویترین */
.hchip {
	position: absolute;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 11px 15px;
	border-radius: 13px;
	background: rgba(16,25,43,.92);
	border: 1px solid rgba(255,255,255,.10);
	box-shadow: 0 22px 40px -20px rgba(0,0,0,.9);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	white-space: nowrap;
}
.hchip s { text-decoration: none; flex: 0 0 auto; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; font-size: 13px; }
.hchip b { display: block; font-size: 12.5px; font-weight: 700; color: #fff; line-height: 1.55; }
.hchip u { display: block; text-decoration: none; font: 400 10.5px var(--mono); color: var(--tx-3); direction: ltr; }

.hchip--pay { inset-inline-start: -20px; top: 14%; animation: chipUp 7s ease-in-out infinite; }
.hchip--pay s { background: rgba(14,159,110,.18); color: #34D399; }

.hchip--dl { inset-inline-end: -12px; bottom: 10%; animation: chipDown 8.5s ease-in-out infinite; }
.hchip--dl s { background: rgba(239,160,11,.18); color: var(--saffron); }

@keyframes chipUp   { 0%, 100% { translate: 0 0; } 50% { translate: 0 -12px; } }
@keyframes chipDown { 0%, 100% { translate: 0 0; } 50% { translate: 0 10px; } }

/* نوار اعتماد زیر قهرمان */
.trust {
	background: var(--ink-2);
	border-top: 1px solid var(--ink-line);
	border-bottom: 1px solid var(--ink-line);
}
.trust__in {
	max-width: var(--wrap);
	margin: 0 auto;
	padding: 0 var(--gut);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.trust__it {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 22px 18px;
	border-inline-start: 1px solid var(--ink-line);
}
.trust__it:first-child { border-inline-start: 0; }
.trust__it i { font-size: 20px; color: var(--saffron); }
.trust__it b { display: block; font-size: 14px; color: #fff; font-weight: 700; }
.trust__it span { font-size: 12px; color: var(--tx-3); }

/* =====================================================================
   ریل دسته‌بندی
   ===================================================================== */

.cat-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.cat-card {
	position: relative;
	display: block;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: var(--r);
	background: var(--card);
	overflow: hidden;
	transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease);
}
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--sh-2); border-color: var(--tx-3); }
.cat-card i { font-size: 22px; color: var(--saffron-d); margin-bottom: 14px; }
.cat-card h3 { font-size: 17px; margin: 0 0 5px; }
.cat-card p { font-size: 13px; color: var(--tx-2); margin: 0 0 12px; }
.cat-card u { text-decoration: none; font-family: var(--mono); font-size: 11.5px; color: var(--tx-3); direction: ltr; display: inline-block; }
/* واترمارک آکولاد */
.cat-card::after {
	content: '}';
	position: absolute;
	inset-inline-start: -6px;
	bottom: -46px;
	font: 400 130px/1 var(--mono);
	color: var(--line-2);
	pointer-events: none;
	transition: color .22s var(--ease);
}
.cat-card:hover::after { color: rgba(239,160,11,.16); }

/* =====================================================================
   کارت محصول
   ===================================================================== */

.prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(268px, 1fr)); gap: 22px; }

.prod-card {
	display: flex;
	flex-direction: column;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--r);
	overflow: hidden;
	transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease);
}
.prod-card:hover { transform: translateY(-5px); box-shadow: var(--sh-3); border-color: #D6DCE8; }

.pc-thumb { position: relative; display: block; aspect-ratio: 16/10; background: var(--line-2); overflow: hidden; }
.pc-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.prod-card:hover .pc-thumb img { transform: scale(1.05); }

.pc-badge {
	position: absolute;
	top: 10px; inset-inline-start: 10px;
	padding: 4px 10px;
	border-radius: 6px;
	background: var(--rose);
	color: #fff;
	font: 700 11.5px 'Vazirmatn', sans-serif;
	box-shadow: 0 4px 12px -4px rgba(225,29,72,.7);
}
.pc-free { background: var(--jade); box-shadow: 0 4px 12px -4px rgba(14,159,110,.7); }

.pc-demo {
	position: absolute;
	bottom: 10px; inset-inline-end: 10px;
	padding: 5px 11px;
	border-radius: 6px;
	background: rgba(14,22,38,.82);
	backdrop-filter: blur(6px);
	color: #fff;
	font: 600 11.5px 'Vazirmatn', sans-serif;
	opacity: 0;
	transform: translateY(6px);
	transition: .22s var(--ease);
}
.prod-card:hover .pc-demo { opacity: 1; transform: none; }
.pc-demo:hover { color: var(--saffron); }

.pc-body { padding: 16px 16px 0; display: flex; flex-direction: column; flex: 1; }

.pc-type {
	display: inline-block;
	font-family: var(--mono);
	font-size: 11px;
	letter-spacing: .04em;
	color: var(--tx-3);
	margin-bottom: 7px;
	direction: ltr;
}

.pc-title { font-size: 15.5px; font-weight: 700; line-height: 1.6; margin: 0 0 10px; letter-spacing: -.01em; }
.pc-title a:hover { color: var(--saffron-d); }

.pc-meta { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--tx-3); margin-bottom: 14px; }
.pc-meta > span { display: inline-flex; align-items: center; gap: 4px; }

.pc-foot {
	margin-top: auto;
	padding: 13px 0;
	border-top: 1px solid var(--line-2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.pc-price { display: flex; flex-direction: column; line-height: 1.4; }
.pc-price del { font-size: 12px; color: var(--tx-3); }
.pc-price b, .pc-price > span { font-size: 16px; font-weight: 800; color: var(--tx); letter-spacing: -.02em; }
.pc-price .cur { font-size: 11.5px; font-weight: 500; color: var(--tx-2); }
.price-free { color: var(--jade) !important; font-weight: 800; }

.pc-foot .btn { padding: 9px 14px; font-size: 12.5px; }
.pc-foot .btn span { display: none; }
.pc-foot .btn-bought span, .pc-foot .btn-incart span { display: none; }

/* ستاره امتیاز */
.stars { display: inline-flex; gap: 1.5px; direction: ltr; }
.stars i {
	width: 12px; height: 12px;
	background: var(--line);
	-webkit-mask: var(--m-star) center/contain no-repeat;
	mask: var(--m-star) center/contain no-repeat;
}
.stars i.on   { background: var(--saffron); }
.stars i.half { background: linear-gradient(to right, var(--saffron) 50%, var(--line) 50%); }

/* =====================================================================
   بخش‌های صفحه اصلی
   ===================================================================== */

/* بلوک سفارش اختصاصی */
.custom-cta { position: relative; overflow: hidden; }
.custom-cta__in { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.custom-cta h2 { font-size: clamp(24px, 3.2vw, 34px); }
.custom-cta ul { list-style: none; padding: 0; margin: 22px 0 30px; display: grid; gap: 11px; }
.custom-cta li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: var(--tx-d2); }
.custom-cta li i { color: var(--jade); margin-top: 6px; font-size: 13px; }

/* کارت فرم‌نما — تقلید فرم سفارش */
.cta-panel {
	background: var(--ink-2);
	border: 1px solid var(--ink-line);
	border-radius: var(--r-lg);
	padding: 26px;
	box-shadow: var(--sh-3);
}
.cta-panel h4 { color: #fff; font-size: 16px; margin: 0 0 4px; }
.cta-panel > p { font-size: 13px; color: var(--tx-3); margin: 0 0 20px; }
.cta-steps { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 14px; counter-reset: cs; }
.cta-steps li { display: flex; gap: 12px; align-items: flex-start; counter-increment: cs; }
.cta-steps li::before {
	content: counter(cs);
	flex: 0 0 auto;
	width: 25px; height: 25px;
	display: grid; place-items: center;
	border-radius: 7px;
	background: rgba(239,160,11,.14);
	color: var(--saffron);
	font: 700 12px var(--mono);
}
.cta-steps b { display: block; font-size: 13.5px; color: #fff; font-weight: 600; }
.cta-steps span { font-size: 12px; color: var(--tx-3); }

/* =====================================================================
   نظرات مشتریان — کروسل
   ===================================================================== */

.tst-car { position: relative; }

.tst-rail {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 44px) / 3);
	gap: 22px;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scroll-snap-type: x mandatory;
	padding: 8px 0 18px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.tst-rail::-webkit-scrollbar { width: 0; height: 0; display: none; }

.tst {
	scroll-snap-align: start;
	position: relative;
	overflow: hidden;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--r);
	padding: 28px 26px 22px;
	display: flex;
	flex-direction: column;
	transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.tst::before {
	content: '';
	position: absolute;
	top: 0;
	inset-inline: 0;
	height: 3px;
	background: linear-gradient(to left, var(--saffron), rgba(239,160,11,0));
	opacity: 0;
	transition: opacity .3s var(--ease);
}
.tst:hover { transform: translateY(-4px); box-shadow: var(--sh-2); border-color: #D6DCE8; }
.tst:hover::before { opacity: 1; }

.tst__q {
	position: absolute;
	top: 12px; inset-inline-start: 22px;
	font: 400 76px/1 Georgia, serif;
	color: var(--line-2);
	pointer-events: none;
	user-select: none;
}
.tst .stars { margin-bottom: 13px; position: relative; }
.tst__tx { font-size: 14.5px; line-height: 2.05; color: var(--tx-2); margin: 0 0 20px; flex: 1; position: relative; }
.tst__who { display: flex; align-items: center; gap: 11px; padding-top: 16px; border-top: 1px solid var(--line-2); }
.tst__who img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.tst__who b { display: block; font-size: 13.5px; font-weight: 700; }
.tst__who span { font-size: 12px; color: var(--tx-3); }
.tst__prod { margin-top: 10px; font-size: 12px; }
.tst__prod a { color: var(--saffron-d); font-weight: 600; }

/* نقطه‌های صفحه‌بندی */
.rail-dots { display: flex; justify-content: center; align-items: center; gap: 7px; margin-top: 6px; }
.rail-dots:empty { display: none; }

.rail-dot {
	display: grid;
	place-items: center;
	width: 22px; height: 22px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	transition: width .3s var(--ease);
}
.rail-dot::before {
	content: '';
	display: block;
	width: 8px; height: 8px;
	border-radius: 100px;
	background: var(--line);
	transition: width .3s var(--ease), background .25s var(--ease);
}
.rail-dot:hover::before { background: var(--tx-3); }
.rail-dot.on { width: 40px; }
.rail-dot.on::before { width: 26px; background: var(--saffron); }
.rail-dot.on:hover::before { background: var(--saffron); }

/* بلوک بلاگ */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 22px; }

.bp {
	display: flex;
	flex-direction: column;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--r);
	overflow: hidden;
	transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.bp:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.bp__th { aspect-ratio: 16/9; overflow: hidden; background: var(--line-2); }
.bp__th img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.bp:hover .bp__th img { transform: scale(1.05); }
.bp__bd { padding: 17px; display: flex; flex-direction: column; flex: 1; }
.bp__cat { font-family: var(--mono); font-size: 11px; color: var(--saffron-d); margin-bottom: 7px; direction: ltr; }
.bp__bd h3 { font-size: 15.5px; line-height: 1.65; margin: 0 0 9px; }
.bp__bd p { font-size: 13px; color: var(--tx-2); line-height: 1.85; margin: 0 0 14px; }
.bp__ft { margin-top: auto; padding-top: 13px; border-top: 1px solid var(--line-2); display: flex; justify-content: space-between; font-size: 12px; color: var(--tx-3); }

/* پرسش و پاسخ */
.faq { display: grid; gap: 10px; max-width: 860px; }
.faq details {
	border: 1px solid var(--line);
	border-radius: var(--r-sm);
	background: var(--card);
	overflow: hidden;
	transition: border-color .2s var(--ease);
}
.faq details[open] { border-color: var(--saffron); }
.faq summary {
	padding: 16px 18px;
	font-size: 14.5px;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
	content: '';
	margin-inline-start: auto;
	flex: 0 0 auto;
	width: 9px; height: 9px;
	border-inline-end: 2px solid var(--tx-3);
	border-bottom: 2px solid var(--tx-3);
	transform: rotate(45deg);
	transition: transform .22s var(--ease);
}
.faq details[open] summary::after { transform: rotate(-135deg); border-color: var(--saffron); }
.faq summary i { font-family: var(--mono); font-style: normal; font-size: 12px; color: var(--saffron-d); }
.faq p { padding: 0 18px 18px; margin: 0; font-size: 14px; color: var(--tx-2); line-height: 2; }

/* =====================================================================
   فوتر
   ===================================================================== */

.ft { background: var(--ink); color: var(--tx-d2); padding: 60px 0 0; position: relative; overflow: hidden; }
.ft__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; }
.ft h4 { color: #fff; font-size: 14.5px; margin: 0 0 16px; }
.ft ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.ft a { font-size: 13.5px; color: var(--tx-d2); }
.ft a:hover { color: var(--saffron); }
.ft__about p { font-size: 13.5px; line-height: 2; color: var(--tx-3); max-width: 40ch; }
.ft .logo { margin-bottom: 16px; }

.ft-contact { display: grid; gap: 12px; }
.ft-contact li { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--tx-3); }
.ft-contact i { color: var(--saffron); margin-top: 5px; font-size: 13px; }

.ft-soc { display: flex; gap: 8px; margin-top: 18px; }
.ft-soc a {
	width: 36px; height: 36px;
	display: grid; place-items: center;
	border: 1px solid var(--ink-line);
	border-radius: 9px;
	color: var(--tx-d2);
	transition: .18s var(--ease);
}
.ft-soc a:hover { background: var(--saffron); border-color: var(--saffron); color: #26190A; }

.ft__bar {
	margin-top: 46px;
	border-top: 1px solid var(--ink-line);
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	font-size: 12.5px;
	color: var(--tx-3);
}
.ft__bar .mono { direction: ltr; }

/* امضای طراح */
.ft__by { display: inline-flex; align-items: center; gap: 6px; }
.ft__by a {
	font-family: var(--mono);
	font-size: 12.5px;
	font-weight: 600;
	color: var(--tx-d);
	direction: ltr;
	unicode-bidi: isolate;
	padding-bottom: 1px;
	border-bottom: 1px solid rgba(239,160,11,.45);
	transition: color .2s var(--ease), border-color .2s var(--ease);
}
.ft__by a:hover { color: var(--saffron); border-color: var(--saffron); }

/* =====================================================================
   محتوای مطلب / صفحه محصول
   ===================================================================== */

.page-shell { padding: 34px 0 72px; }

.crumbs { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--tx-3); margin-bottom: 20px; flex-wrap: wrap; }
.crumbs a { color: var(--tx-2); }
.crumbs a:hover { color: var(--saffron-d); }
.crumbs span { opacity: .5; }

.layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 30px; align-items: start; }
.layout--full { grid-template-columns: minmax(0,1fr); }

.card {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--r);
	padding: 26px;
	margin-bottom: 22px;
}
.card--pad0 { padding: 0; overflow: hidden; }

/* صفحه محصول */
.pd-top { display: grid; grid-template-columns: 1.25fr .75fr; gap: 30px; margin-bottom: 26px; align-items: start; }

.pd-gal { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.pd-gal img { width: 100%; }

.pd-buy { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; position: sticky; top: 88px; }
.pd-buy__type { font-family: var(--mono); font-size: 11.5px; color: var(--tx-3); direction: ltr; display: block; margin-bottom: 10px; }
.pd-buy h1 { font-size: clamp(20px, 2.6vw, 26px); margin: 0 0 14px; }
.pd-buy__rate { display: flex; align-items: center; gap: 9px; font-size: 12.5px; color: var(--tx-3); margin-bottom: 20px; }

.pd-price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; padding: 16px 0; border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); margin-bottom: 18px; }
.pd-price__now { font-size: 27px; font-weight: 900; letter-spacing: -.03em; }
.pd-price__now .cur { font-size: 14px; font-weight: 500; color: var(--tx-2); }
.pd-price__old { font-size: 15px; color: var(--tx-3); }
.pd-price__off { padding: 3px 9px; border-radius: 6px; background: var(--rose); color: #fff; font: 700 12px 'Vazirmatn', sans-serif; }

/* شمارش معکوس فروش ویژه */
.sale-box { background: #FFF7EA; border: 1px solid #F7DFB0; border-radius: var(--r-sm); padding: 14px 16px; margin-bottom: 18px; }
.sale-box > b { display: block; font-size: 13px; color: #8A5A05; margin-bottom: 10px; font-weight: 700; }

.sale-timer { display: flex; gap: 7px; direction: ltr; }
.st-item {
	flex: 1;
	background: var(--card);
	border: 1px solid #F0DCB4;
	border-radius: 7px;
	padding: 7px 4px;
	text-align: center;
}
.st-item b { display: block; font-size: 17px; font-weight: 800; color: var(--tx); line-height: 1.3; letter-spacing: -.02em; }
.st-item i { font-style: normal; font-size: 10.5px; color: var(--tx-3); }

.pd-actions { display: grid; gap: 9px; margin-bottom: 18px; }

.pd-perks { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.pd-perks li { display: flex; gap: 9px; align-items: flex-start; font-size: 13px; color: var(--tx-2); }
.pd-perks i { color: var(--jade); margin-top: 5px; font-size: 12px; }

/* مشخصات */
.specs table { width: 100%; border-collapse: collapse; }
.specs th, .specs td { padding: 12px 14px; border-bottom: 1px solid var(--line-2); font-size: 13.5px; text-align: right; }
.specs th { width: 42%; color: var(--tx-2); font-weight: 500; background: #FAFBFD; }
.specs td { font-weight: 600; }
.specs tr:last-child th, .specs tr:last-child td { border-bottom: 0; }

/* ویژگی‌ها */
.prod-features { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 10px; }
.prod-features li { position: relative; padding-inline-start: 26px; font-size: 14px; color: var(--tx-2); line-height: 1.9; }
.prod-features li::before {
	content: '';
	position: absolute;
	inset-inline-start: 0; top: 9px;
	width: 15px; height: 15px;
	border-radius: 50%;
	background: rgba(14,159,110,.12);
	-webkit-mask: none;
}
.prod-features li::after {
	content: '';
	position: absolute;
	inset-inline-start: 4px; top: 13px;
	width: 7px; height: 7px;
	background: var(--jade);
	-webkit-mask: var(--m-check) center/contain no-repeat;
	mask: var(--m-check) center/contain no-repeat;
}

/* جعبه فایل‌ها */
.files-box { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; margin: 24px 0; }
.files-box__head {
	padding: 15px 20px;
	background: #FAFBFD;
	border-bottom: 1px solid var(--line);
	font-size: 14.5px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 9px;
}
.files-box__head i { color: var(--saffron-d); }
.files-box__head span { font-weight: 400; font-size: 12.5px; color: var(--tx-3); }

.files-list { list-style: none; margin: 0; padding: 0; }
.files-list li { display: flex; align-items: center; gap: 14px; padding: 15px 20px; border-bottom: 1px solid var(--line-2); }
.files-list li:last-child { border-bottom: 0; }
.files-list li.is-lock { background: #FCFCFD; }

.fl-ico { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 9px; background: var(--line-2); color: var(--tx-3); font-size: 16px; }
.is-open .fl-ico { background: rgba(14,159,110,.1); color: var(--jade); }

.fl-body { flex: 1; min-width: 0; }
.fl-title { display: block; font-size: 14px; font-weight: 600; }
.fl-tag { font-style: normal; font-size: 10.5px; font-weight: 600; padding: 2px 7px; border-radius: 5px; background: var(--line-2); color: var(--tx-2); margin-inline-start: 5px; }
.fl-demo { background: rgba(14,159,110,.12); color: var(--jade-d); }
.fl-descr { display: block; font-size: 12.5px; color: var(--tx-2); margin-top: 3px; }
.fl-meta { display: block; font-size: 11.5px; color: var(--tx-3); margin-top: 4px; }
.fl-meta b { color: var(--line); font-weight: 400; }

.fl-btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 15px;
	border-radius: 7px;
	background: var(--jade);
	color: #fff;
	font: 700 12.5px 'Vazirmatn', sans-serif;
	transition: .18s var(--ease);
}
.fl-btn:hover { background: var(--jade-d); color: #fff; }
.fl-btn--lock { background: var(--line-2); color: var(--tx-3); cursor: not-allowed; }
.fl-btn--lock:hover { background: var(--line-2); color: var(--tx-3); }

.files-box__note { padding: 13px 20px; background: #FFF7EA; border-top: 1px solid #F7DFB0; font-size: 12.5px; color: #8A5A05; display: flex; gap: 8px; align-items: center; }

/* نظرات محصول */
.reviews-box { margin: 24px 0; }
.reviews-box__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; flex-wrap: wrap; }
.reviews-box__head h3 { margin: 0; display: flex; align-items: center; gap: 9px; font-size: 19px; }
.reviews-box__head h3 i { color: var(--saffron); }

.reviews-empty { background: var(--card); border: 1px dashed var(--line); border-radius: var(--r); padding: 34px; text-align: center; color: var(--tx-3); font-size: 14px; }

.reviews-list { display: grid; gap: 14px; }
.review-item { display: flex; gap: 14px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 20px; }
.rv-ava img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.rv-body { flex: 1; min-width: 0; }
.rv-head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 9px; }
.rv-head b { font-size: 14px; }
.rv-job { font-size: 12px; color: var(--tx-3); }
.rv-head time { font-size: 11.5px; color: var(--tx-3); margin-inline-start: auto; }
.rv-text { font-size: 14px; line-height: 2; color: var(--tx-2); }

/* =====================================================================
   نوار کنار
   ===================================================================== */

.side { display: grid; gap: 20px; }

.side-block {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--r);
	padding: 20px;
}
.side-block h4 {
	font-size: 14px;
	margin: 0 0 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--line-2);
	display: flex;
	align-items: center;
	gap: 8px;
}
.side-block h4::before { content: '{'; font: 400 15px var(--mono); color: var(--saffron); }

.side-box { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 20px; display: grid; gap: 20px; }
.side-box .side-block { border: 0; padding: 0; background: none; }

.side-search { display: flex; }
.side-search input {
	flex: 1;
	min-width: 0;
	padding: 10px 13px;
	border: 1px solid var(--line);
	border-radius: var(--r-sm) 0 0 var(--r-sm);
	font: 400 14px 'Vazirmatn', sans-serif;
	background: #FAFBFD;
}
.side-search input:focus { outline: none; border-color: var(--saffron); background: #fff; }
.side-search button {
	padding: 0 14px;
	border: 1px solid var(--ink);
	background: var(--ink);
	color: #fff;
	border-radius: 0 var(--r-sm) var(--r-sm) 0;
	cursor: pointer;
	font-size: 15px;
}
.side-search button:hover { background: var(--ink-2); }

.side-price { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.side-price input {
	flex: 1;
	min-width: 0;
	padding: 9px 11px;
	border: 1px solid var(--line);
	border-radius: var(--r-sm);
	background: #FAFBFD;
	font: 400 13px var(--mono);
	text-align: center;
}
.side-price input:focus { outline: none; border-color: var(--saffron); background: #fff; }
.side-price span { color: var(--tx-3); }

.side-cats { display: grid; gap: 3px; }
.fc-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 9px 11px;
	border-radius: var(--r-sm);
	font-size: 13.5px;
	color: var(--tx-2);
	transition: .16s var(--ease);
}
.fc-item span { font-family: var(--mono); font-size: 11px; color: var(--tx-3); }
.fc-item:hover { background: #F7F9FC; color: var(--tx); }
.fc-item.on { background: var(--ink); color: #fff; }
.fc-item.on span { color: var(--saffron); }

.side-help { background: var(--ink); border-color: var(--ink); color: var(--tx-d2); text-align: center; }
.side-help i { font-size: 24px; color: var(--saffron); margin-bottom: 12px; }
.side-help h4 { color: #fff; border: 0; padding: 0; justify-content: center; margin-bottom: 8px; }
.side-help h4::before { display: none; }
.side-help p { font-size: 13px; color: var(--tx-3); margin-bottom: 16px; }

/* آیتم محصول کوچک در نوار کنار */
.mini-prod { display: flex; gap: 11px; padding: 11px 0; border-bottom: 1px solid var(--line-2); }
.mini-prod:last-child { border-bottom: 0; padding-bottom: 0; }
.mini-prod img { width: 58px; height: 42px; border-radius: 7px; object-fit: cover; flex: 0 0 auto; }
.mini-prod b { display: block; font-size: 13px; font-weight: 600; line-height: 1.6; }
.mini-prod span { font-size: 12px; color: var(--jade-d); font-weight: 700; }

/* =====================================================================
   صفحات فروشگاه (سبد، تسویه، سفارش، دانلود)
   ===================================================================== */

.shop-page { padding: 30px 0 70px; }
.shop-catalog { padding: 0 0 70px; }

/* سر صفحه کاتالوگ */
.shop-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 26px;
	flex-wrap: wrap;
	padding: 36px 0 30px;
	margin-bottom: 28px;
	border-bottom: 1px solid var(--line);
}
.shop-head h1 { margin: 0 0 8px; }
.shop-head p { margin: 0; color: var(--tx-2); font-size: 14.5px; max-width: 60ch; }
.shop-head__count { text-align: center; }
.shop-head__count b { display: block; font-size: 30px; font-weight: 900; letter-spacing: -.03em; color: var(--saffron-d); line-height: 1.2; }
.shop-head__count span { font-size: 12.5px; color: var(--tx-3); }

.shop-layout { display: grid; grid-template-columns: 268px minmax(0,1fr); gap: 26px; align-items: start; }
.shop-side { display: grid; gap: 18px; position: sticky; top: 88px; }

.shop-filters {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 22px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--line);
}
.ft-tabs { display: flex; gap: 4px; flex-wrap: wrap; }
.ft-tab {
	padding: 8px 15px;
	border-radius: 100px;
	font-size: 13.5px;
	font-weight: 500;
	color: var(--tx-2);
	border: 1px solid transparent;
	transition: .16s var(--ease);
}
.ft-tab:hover { background: #fff; border-color: var(--line); color: var(--tx); }
.ft-tab.on { background: var(--ink); color: #fff; border-color: var(--ink); }

.ft-sort { display: flex; align-items: center; gap: 9px; }
.ft-sort label { font-size: 13px; color: var(--tx-3); }
.ft-sort select {
	padding: 8px 12px;
	border: 1px solid var(--line);
	border-radius: var(--r-sm);
	background: var(--card);
	font: 500 13.5px 'Vazirmatn', sans-serif;
	color: var(--tx);
	cursor: pointer;
}
.ft-sort select:focus { outline: none; border-color: var(--saffron); }

/* مراحل خرید */
.shop-steps {
	list-style: none;
	display: flex;
	margin: 0 0 32px;
	padding: 0;
	counter-reset: none;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--r);
	overflow: hidden;
}
.shop-steps li { flex: 1; }
.shop-steps li a, .shop-steps li span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px 10px;
	font-size: 13.5px;
	color: var(--tx-3);
	border-inline-start: 1px solid var(--line-2);
	height: 100%;
}
.shop-steps li:first-child a, .shop-steps li:first-child span { border-inline-start: 0; }
.shop-steps b {
	width: 24px; height: 24px;
	flex: 0 0 auto;
	display: grid; place-items: center;
	border-radius: 50%;
	background: var(--line-2);
	color: var(--tx-3);
	font: 700 12px 'Vazirmatn', sans-serif;
}
.shop-steps em { font-style: normal; font-weight: 500; }
.shop-steps .now { background: #FFFCF5; }
.shop-steps .now span, .shop-steps .now a { color: var(--tx); }
.shop-steps .now b { background: var(--saffron); color: #26190A; }
.shop-steps .done a, .shop-steps .done span { color: var(--jade-d); }
.shop-steps .done b { background: rgba(14,159,110,.14); color: var(--jade-d); }

/* سبد خرید */
.cart-grid { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 26px; align-items: start; }

.cart-list { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 4px 24px 20px; }
.cart-list__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0 16px; border-bottom: 1px solid var(--line); margin-bottom: 4px; }
.cart-list__head h1 { margin: 0; font-size: 21px; }
.cart-list__head h1 span { font-size: 13px; font-weight: 500; color: var(--tx-3); }
.cart-clear { font-size: 12.5px; color: var(--rose); }
.cart-clear:hover { color: var(--rose); text-decoration: underline; }

.cart-row { display: flex; align-items: center; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line-2); }
.cart-row:last-of-type { border-bottom: 0; }
.cr-thumb { flex: 0 0 auto; width: 92px; height: 64px; border-radius: 9px; overflow: hidden; background: var(--line-2); }
.cr-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cr-info { flex: 1; min-width: 0; }
.cr-type { font-family: var(--mono); font-size: 10.5px; color: var(--tx-3); direction: ltr; }
.cr-info h3 { font-size: 15px; margin: 3px 0 5px; line-height: 1.6; }
.cr-meta { font-size: 12px; color: var(--tx-3); }
.cr-meta b { color: var(--line); font-weight: 400; }
.cr-price { flex: 0 0 auto; text-align: center; font-size: 15.5px; font-weight: 800; letter-spacing: -.02em; }
.cr-price del { display: block; font-size: 12px; font-weight: 400; color: var(--tx-3); }
.cr-price .cur { font-size: 11.5px; font-weight: 500; color: var(--tx-2); }
.cr-del {
	flex: 0 0 auto;
	width: 34px; height: 34px;
	display: grid; place-items: center;
	border-radius: 8px;
	color: var(--tx-3);
	font-size: 15px;
	transition: .16s var(--ease);
}
.cr-del:hover { background: #FEF2F4; color: var(--rose); }

.cart-more { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; font-size: 13.5px; font-weight: 600; color: var(--saffron-d); }

/* خلاصه سفارش */
.cart-summary, .co-side, .ord-side {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--r);
	padding: 24px;
	position: sticky;
	top: 88px;
}
.cart-summary h3, .co-side h3, .ord-side h3 { font-size: 16px; margin: 0 0 18px; padding-bottom: 14px; border-bottom: 1px solid var(--line-2); }
.co-side h3 span { font-size: 12.5px; font-weight: 500; color: var(--tx-3); }

.sm-rows { display: grid; gap: 11px; margin: 18px 0; }
.sm-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; font-size: 13.5px; color: var(--tx-2); }
.sm-row b { font-weight: 700; color: var(--tx); }
.sm-row .cur { font-size: 11.5px; font-weight: 500; color: var(--tx-2); }
.sm-row--disc b { color: var(--rose); }
.sm-row--total { padding-top: 13px; border-top: 1px dashed var(--line); font-size: 14.5px; }
.sm-row--total b { font-size: 19px; font-weight: 900; letter-spacing: -.02em; }

.sm-trust { list-style: none; padding: 16px 0 0; margin: 18px 0 0; border-top: 1px solid var(--line-2); display: grid; gap: 9px; }
.sm-trust li { display: flex; gap: 8px; align-items: flex-start; font-size: 12.5px; color: var(--tx-2); }
.sm-trust i { color: var(--jade); margin-top: 5px; font-size: 11px; }

/* کد تخفیف */
.cp-form label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 8px; }
.cp-input { display: flex; }
.cp-input input {
	flex: 1;
	min-width: 0;
	padding: 10px 13px;
	border: 1px solid var(--line);
	border-radius: var(--r-sm) 0 0 var(--r-sm);
	background: #FAFBFD;
	font: 500 13px var(--mono);
}
.cp-input input:focus { outline: none; border-color: var(--saffron); background: #fff; }
.cp-input button {
	padding: 0 16px;
	border: 1px solid var(--ink);
	background: var(--ink);
	color: #fff;
	border-radius: 0 var(--r-sm) var(--r-sm) 0;
	font: 700 13px 'Vazirmatn', sans-serif;
	cursor: pointer;
}
.cp-input button:hover { background: var(--ink-2); }

.cp-applied {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	background: rgba(14,159,110,.07);
	border: 1px solid rgba(14,159,110,.25);
	border-radius: var(--r-sm);
	font-size: 13px;
}
.cp-applied > div { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.cp-applied i { color: var(--jade); }
.cp-applied b { font-family: var(--mono); direction: ltr; }
.cp-applied span { color: var(--tx-3); font-size: 12px; }
.cp-remove { font-size: 12px; color: var(--rose); }

.cp-alert { padding: 11px 13px; border-radius: var(--r-sm); font-size: 12.5px; margin-bottom: 12px; display: flex; gap: 8px; align-items: flex-start; line-height: 1.8; }
.cp-alert i { margin-top: 5px; flex: 0 0 auto; }
.cp-alert--ok { background: rgba(14,159,110,.08); color: var(--jade-d); }
.cp-alert--err { background: #FEF2F4; color: #B3123A; }

.cart-note { padding: 12px 14px; background: #FFF7EA; border: 1px solid #F7DFB0; border-radius: var(--r-sm); font-size: 12.5px; color: #8A5A05; line-height: 1.9; margin-bottom: 16px; }
.cart-note a { color: #8A5A05; font-weight: 700; text-decoration: underline; }

/* تسویه حساب */
.co-grid { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 26px; align-items: start; }
.co-main { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 28px; }
.co-main h1 { font-size: 21px; margin: 0 0 6px; }
.co-lead { font-size: 13.5px; color: var(--tx-2); margin: 0 0 24px; }

.co-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 26px; }
.fld--full { grid-column: 1 / -1; }

.fld label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 7px; }
.fld label i { font-style: normal; color: var(--rose); }
.fld input, .fld select, .fld textarea {
	width: 100%;
	padding: 11px 14px;
	border: 1px solid var(--line);
	border-radius: var(--r-sm);
	background: #FAFBFD;
	font: 400 14px 'Vazirmatn', sans-serif;
	color: var(--tx);
	transition: .16s var(--ease);
}
.fld textarea { resize: vertical; line-height: 1.9; }
.fld input:focus, .fld select:focus, .fld textarea:focus { outline: none; border-color: var(--saffron); background: #fff; box-shadow: 0 0 0 3px rgba(239,160,11,.12); }
.fld input[dir="ltr"], .fld input[type="tel"], .fld input[type="email"] { font-family: var(--mono); font-size: 13.5px; }
.fld small { display: block; font-size: 11.5px; color: var(--tx-3); margin-top: 6px; }

.co-errors { background: #FEF2F4; border: 1px solid #F8CDD6; border-radius: var(--r-sm); padding: 14px 16px; margin-bottom: 22px; display: flex; gap: 10px; }
.co-errors i { color: var(--rose); margin-top: 5px; flex: 0 0 auto; }
.co-errors ul { margin: 0; padding-inline-start: 1.1em; }
.co-errors li { font-size: 13px; color: #B3123A; line-height: 1.9; }

.co-gateway { padding-top: 24px; border-top: 1px solid var(--line-2); }
.co-gateway h3 { font-size: 15px; margin: 0 0 14px; }
.gw-item {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 16px;
	border: 1.5px solid var(--line);
	border-radius: var(--r-sm);
	cursor: pointer;
	transition: .16s var(--ease);
}
.gw-item--on { border-color: var(--jade); background: rgba(14,159,110,.04); }
.gw-item input { accent-color: var(--jade); }
.gw-logo { font-weight: 800; font-size: 14.5px; }
.gw-txt { font-size: 12.5px; color: var(--tx-2); }
.gw-item > i { margin-inline-start: auto; color: var(--jade); }

.co-sandbox { margin-top: 12px; padding: 11px 14px; background: #FFF7EA; border: 1px solid #F7DFB0; border-radius: var(--r-sm); font-size: 12.5px; color: #8A5A05; display: flex; gap: 8px; align-items: center; }

.co-items { display: grid; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line-2); }
.co-item { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.co-item__t b { display: block; font-size: 13.5px; font-weight: 600; line-height: 1.6; }
.co-item__t span { font-size: 11.5px; color: var(--tx-3); }
.co-item__p { font-size: 13.5px; font-weight: 700; white-space: nowrap; }
.co-item__p .cur { font-size: 11px; font-weight: 500; color: var(--tx-2); }

.co-agree { display: flex; gap: 10px; align-items: flex-start; margin: 18px 0; font-size: 12.5px; color: var(--tx-2); line-height: 1.85; cursor: pointer; }
.co-agree input { margin-top: 5px; accent-color: var(--saffron); flex: 0 0 auto; }
.co-agree a { color: var(--saffron-d); font-weight: 600; text-decoration: underline; }

.co-back { display: block; text-align: center; margin-top: 14px; font-size: 13px; color: var(--tx-3); }

/* انتقال به درگاه */
.pay-redirect { max-width: 520px; margin: 60px auto; text-align: center; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 46px 34px; }
.pr-spin { width: 46px; height: 46px; margin: 0 auto 22px; border: 3px solid var(--line); border-top-color: var(--jade); border-radius: 50%; animation: spin 900ms linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.pay-redirect h2 { font-size: 21px; margin: 0 0 12px; }
.pay-redirect p { font-size: 14px; color: var(--tx-2); margin: 0 0 8px; }
.pr-hint { font-size: 12.5px !important; color: var(--tx-3) !important; margin-bottom: 24px !important; }

/* پیام‌های فروشگاه */
.shop-msg { max-width: 560px; margin: 50px auto; text-align: center; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 44px 34px; }
.shop-msg__ico { width: 62px; height: 62px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; font-size: 26px; }
.shop-msg h2 { font-size: 21px; margin: 0 0 12px; }
.shop-msg p { font-size: 14px; color: var(--tx-2); line-height: 2; margin: 0; }
.shop-msg__btns { margin-top: 26px; display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.shop-msg--ok .shop-msg__ico    { background: rgba(14,159,110,.12); color: var(--jade); }
.shop-msg--info .shop-msg__ico  { background: rgba(239,160,11,.14); color: var(--saffron-d); }
.shop-msg--warn .shop-msg__ico  { background: rgba(239,160,11,.14); color: var(--saffron-d); }
.shop-msg--error .shop-msg__ico { background: #FEF2F4; color: var(--rose); }
.shop-msg--error .btn:first-child { background: var(--ink); }

/* حالت خالی */
.shop-empty { grid-column: 1/-1; text-align: center; padding: 60px 30px; background: var(--card); border: 1px dashed var(--line); border-radius: var(--r-lg); }
.shop-empty > i { font-size: 40px; color: var(--line); margin: 0 auto 16px; }
.shop-empty h3 { font-size: 19px; margin: 0 0 10px; }
.shop-empty p { font-size: 14px; color: var(--tx-2); max-width: 46ch; margin: 0 auto 22px; }

/* صفحه‌بندی */
.shop-pager { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 36px; flex-wrap: wrap; }
.shop-pager a, .shop-pager span {
	min-width: 38px;
	padding: 9px 12px;
	text-align: center;
	border: 1px solid var(--line);
	border-radius: var(--r-sm);
	background: var(--card);
	font-size: 13.5px;
	font-weight: 600;
	color: var(--tx-2);
	transition: .16s var(--ease);
}
.shop-pager a:hover { border-color: var(--tx-3); color: var(--tx); }
.shop-pager .sp-cur { background: var(--ink); border-color: var(--ink); color: #fff; }
.shop-pager .sp-dots { border: 0; background: none; min-width: auto; padding: 9px 2px; color: var(--tx-3); }

/* حساب کاربری */
.acc-nav { display: flex; gap: 4px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 6px; margin-bottom: 22px; flex-wrap: wrap; }
.acc-nav a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: var(--r-sm); font-size: 13.5px; font-weight: 500; color: var(--tx-2); }
.acc-nav a:hover { background: #F7F9FC; color: var(--tx); }
.acc-nav a.on { background: var(--ink); color: #fff; }

.acc-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 22px; }
.as-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; }
.as-item b { display: block; font-size: 22px; font-weight: 900; letter-spacing: -.03em; line-height: 1.35; }
.as-item .cur { font-size: 12px; font-weight: 500; color: var(--tx-2); }
.as-item span { font-size: 12px; color: var(--tx-3); }
.as-item--wide b { color: var(--jade-d); }

.orders-box { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; }
.orders-box h1 { font-size: 20px; margin: 0 0 20px; }

.my-orders { display: grid; gap: 2px; }
.my-order {
	display: grid;
	grid-template-columns: 150px minmax(0,1fr) 130px 130px 100px;
	gap: 16px;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid var(--line-2);
}
.my-order:last-child { border-bottom: 0; }
.mo-num b { font-family: var(--mono); font-size: 13px; direction: ltr; display: block; }
.mo-num time { font-size: 11.5px; color: var(--tx-3); }
.mo-items { font-size: 13px; color: var(--tx-2); line-height: 1.75; }
.mo-total { font-size: 14px; font-weight: 700; }
.mo-total .cur { font-size: 11px; font-weight: 500; color: var(--tx-2); }
.mo-act { text-align: end; }

.ord-status { display: inline-block; padding: 4px 11px; border-radius: 6px; font: 600 11.5px 'Vazirmatn', sans-serif; }
.ord-status--ok   { background: rgba(14,159,110,.12); color: var(--jade-d); }
.ord-status--wait { background: rgba(239,160,11,.16); color: #8A5A05; }
.ord-status--err  { background: #FEF2F4; color: #B3123A; }
.ord-status--off  { background: var(--line-2); color: var(--tx-2); }
.ord-status--info { background: #EEF4FF; color: #2E4C9B; }

/* فاکتور */
.ord-grid { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 26px; align-items: start; }
.ord-main { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 28px; }
.ord-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid var(--line); margin-bottom: 6px; flex-wrap: wrap; }
.ord-head h1 { font-size: 20px; margin: 0 0 5px; }
.ord-head h1 span { font-family: var(--mono); font-size: .82em; color: var(--saffron-d); }
.oh-date { font-size: 12.5px; color: var(--tx-3); }

.ord-items { display: grid; gap: 2px; }
.ord-item { padding: 18px 0; border-bottom: 1px solid var(--line-2); }
.ord-item:last-child { border-bottom: 0; }
.oi-head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.oi-head h4 { margin: 0; font-size: 15px; }
.oi-price { font-size: 14.5px; font-weight: 700; white-space: nowrap; }
.oi-price .cur, .oi-head .cur { font-size: 11px; font-weight: 500; color: var(--tx-2); }
.oi-access { font-size: 12px; color: var(--tx-3); margin-top: 7px; }
.oi-access b { color: var(--line); font-weight: 400; }
.oi-files { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 13px; }
.of-file {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 13px;
	border-radius: 7px;
	background: rgba(14,159,110,.07);
	border: 1px solid rgba(14,159,110,.22);
	font-size: 12.5px;
	font-weight: 600;
	color: var(--jade-d);
}
.of-file:hover { background: var(--jade); border-color: var(--jade); color: #fff; }
.of-file span { font-weight: 400; opacity: .75; font-size: 11.5px; }

.oh-rows { display: grid; gap: 11px; padding-bottom: 18px; border-bottom: 1px solid var(--line-2); }
.oh-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; font-size: 13px; color: var(--tx-2); }
.oh-row b { font-weight: 600; color: var(--tx); font-size: 13px; text-align: end; word-break: break-all; }

.ord-success {
	background: linear-gradient(160deg, #0E9F6E, #0B8259);
	border-radius: var(--r-lg);
	padding: 40px 34px;
	text-align: center;
	color: #fff;
	margin-bottom: 26px;
	box-shadow: 0 20px 40px -20px rgba(14,159,110,.6);
}
.os-ico { width: 62px; height: 62px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.2); font-size: 28px; }
.ord-success h2 { color: #fff; font-size: 24px; margin: 0 0 10px; }
.ord-success p { color: rgba(255,255,255,.86); font-size: 14.5px; max-width: 52ch; margin: 0 auto 24px; }
.ord-success .btn { background: #fff; color: var(--jade-d); }
.ord-success .btn:hover { background: #fff; color: var(--jade-d); }

/* دانلودها */
.dl-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 24px; }
.dl-head h1 { font-size: 21px; margin: 0 0 6px; }
.dl-head p { font-size: 13.5px; color: var(--tx-2); margin: 0; }
.dl-search { display: flex; }
.dl-search input {
	padding: 10px 14px;
	border: 1px solid var(--line);
	border-radius: var(--r-sm) 0 0 var(--r-sm);
	background: var(--card);
	font: 400 13.5px 'Vazirmatn', sans-serif;
	width: 220px;
}
.dl-search input:focus { outline: none; border-color: var(--saffron); }
.dl-search button { padding: 0 15px; border: 1px solid var(--ink); background: var(--ink); color: #fff; border-radius: 0 var(--r-sm) var(--r-sm) 0; cursor: pointer; }

.dl-list { display: grid; gap: 16px; }
.dl-card { display: flex; gap: 18px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 20px; }
.dc-thumb { flex: 0 0 auto; width: 128px; height: 88px; border-radius: 10px; overflow: hidden; background: var(--line-2); }
.dc-thumb img { width: 100%; height: 100%; object-fit: cover; }
.dc-body { flex: 1; min-width: 0; }
.dc-head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 7px; }
.dc-head h3 { margin: 0; font-size: 16px; }
.dl-new { padding: 3px 9px; border-radius: 5px; background: rgba(239,160,11,.16); color: #8A5A05; font: 600 11px 'Vazirmatn', sans-serif; }
.dc-meta { font-size: 12px; color: var(--tx-3); margin-bottom: 14px; }
.dc-meta i { font-style: normal; opacity: .45; }
.dc-meta b { font-family: var(--mono); font-weight: 500; }

.dc-files { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.dl-file {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 14px;
	border-radius: 8px;
	background: var(--jade);
	color: #fff;
	font: 600 12.5px 'Vazirmatn', sans-serif;
}
.dl-file:hover { background: var(--jade-d); color: #fff; }
.df-name b { font-family: var(--mono); font-weight: 500; opacity: .8; }
.df-size { opacity: .75; font-weight: 400; font-size: 11.5px; }
.dl-file--off { background: var(--line-2); color: var(--tx-3); cursor: not-allowed; }
.dl-file--off em { font-style: normal; font-size: 11px; }
.dl-nofile { font-size: 12.5px; color: #8A5A05; background: #FFF7EA; border: 1px solid #F7DFB0; border-radius: var(--r-sm); padding: 10px 13px; display: flex; gap: 8px; align-items: center; }

.dc-acts { display: flex; gap: 8px; flex-wrap: wrap; }

/* فرم‌های تماس / مشاوره / سفارش */
.cf-head { text-align: center; max-width: 640px; margin: 20px auto 30px; }
.cf-head h1 { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0 0 12px; }
.cf-head h1 i { color: var(--saffron-d); }
.cf-head p { font-size: 14.5px; color: var(--tx-2); line-height: 2; margin: 0; }

.cf-tabs { display: flex; justify-content: center; gap: 6px; margin-bottom: 30px; flex-wrap: wrap; }
.cf-tab {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 18px;
	border: 1px solid var(--line);
	border-radius: 100px;
	background: var(--card);
	font-size: 13.5px;
	font-weight: 500;
	color: var(--tx-2);
	transition: .16s var(--ease);
}
.cf-tab:hover { border-color: var(--tx-3); color: var(--tx); }
.cf-tab.on { background: var(--ink); border-color: var(--ink); color: #fff; }

.cf-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 26px; align-items: start; }
.cf-form { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 28px; }
.cf-side { display: grid; gap: 18px; position: sticky; top: 88px; }
.cf-box { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; }
.cf-box h3 { font-size: 15px; margin: 0 0 16px; padding-bottom: 13px; border-bottom: 1px solid var(--line-2); }

.cf-contacts { list-style: none; padding: 0; margin: 0; display: grid; gap: 15px; }
.cf-contacts li { display: flex; gap: 12px; align-items: flex-start; }
.cf-contacts i { flex: 0 0 auto; margin-top: 4px; color: var(--saffron-d); font-size: 15px; }
.cf-contacts b { display: block; font-size: 11.5px; color: var(--tx-3); font-weight: 500; }
.cf-contacts span { font-size: 13.5px; color: var(--tx); }
.cf-contacts span span { display: block; }

.cf-socials { display: flex; gap: 8px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line-2); flex-wrap: wrap; }
.cf-socials a { display: inline-flex; align-items: center; gap: 6px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 8px; font-size: 12.5px; font-weight: 500; color: var(--tx-2); }
.cf-socials a:hover { border-color: var(--saffron); color: var(--saffron-d); }

.cf-box--perks { background: var(--ink); border-color: var(--ink); }
.cf-box--perks h3 { color: #fff; border-bottom-color: var(--ink-line); }
.cf-perks { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.cf-perks li { display: flex; gap: 9px; align-items: flex-start; font-size: 13px; color: var(--tx-d2); line-height: 1.8; }
.cf-perks i { color: var(--jade); margin-top: 5px; flex: 0 0 auto; font-size: 12px; }

/* ثبت نظر */
.rv-form { max-width: 640px; margin: 0 auto; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 28px; display: grid; gap: 18px; }

.rv-stars { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 3px; direction: ltr; }
.rv-stars input { position: absolute; opacity: 0; width: 0; height: 0; }
.rv-stars label { font-size: 30px; color: var(--line); cursor: pointer; line-height: 1; transition: color .12s var(--ease); }
.rv-stars label:hover, .rv-stars label:hover ~ label { color: var(--saffron); }
.rv-stars input:checked ~ label { color: var(--saffron); }
.rv-stars input:focus-visible + label { outline: 2px solid var(--saffron); outline-offset: 2px; }

/* =====================================================================
   کشو سبد خرید
   ===================================================================== */

.cart-ov {
	position: fixed;
	inset: 0;
	background: rgba(14,22,38,.5);
	backdrop-filter: blur(3px);
	opacity: 0;
	visibility: hidden;
	z-index: 400;
	transition: .28s var(--ease);
}
.cart-ov.open { opacity: 1; visibility: visible; }

.cart-dw {
	position: fixed;
	top: 0; inset-inline-start: 0;
	width: 380px;
	max-width: 92vw;
	height: 100%;
	background: var(--paper);
	z-index: 401;
	display: flex;
	flex-direction: column;
	transform: translateX(-100%);
	transition: transform .34s var(--ease);
	box-shadow: 8px 0 40px -12px rgba(0,0,0,.35);
}
.cart-dw.open { transform: none; }

.cart-dw__hd { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 20px 22px; background: var(--card); border-bottom: 1px solid var(--line); }
.cart-dw__hd h3 { margin: 0; font-size: 16px; }
.cart-dw__hd h3 span { font-size: 12.5px; font-weight: 500; color: var(--tx-3); }
.cart-dw__x { width: 34px; height: 34px; display: grid; place-items: center; border: 0; background: none; border-radius: 8px; color: var(--tx-3); cursor: pointer; font-size: 15px; }
.cart-dw__x:hover { background: var(--line-2); color: var(--tx); }

.cart-dw__bd { flex: 1; overflow-y: auto; padding: 16px 22px; }
.cart-dw__ft { padding: 18px 22px; background: var(--card); border-top: 1px solid var(--line); }

.dwi { display: flex; align-items: flex-start; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line-2); }
.dwi:last-child { border-bottom: 0; }
.dwi__b { flex: 1; min-width: 0; }
.dwi__b a { display: block; font-size: 13.5px; font-weight: 600; line-height: 1.65; }
.dwi__b span { font-size: 13px; font-weight: 700; color: var(--jade-d); }
.dwi__b .cur { font-size: 10.5px; font-weight: 500; color: var(--tx-2); }
.dwi__x { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 7px; color: var(--tx-3); font-size: 13px; }
.dwi__x:hover { background: #FEF2F4; color: var(--rose); }

.dw-empty { text-align: center; padding: 50px 20px; color: var(--tx-3); }
.dw-empty i { font-size: 34px; color: var(--line); margin: 0 auto 14px; }
.dw-empty p { font-size: 13.5px; margin: 0; }

/* اعلان شناور */
.toast-wrap { position: fixed; bottom: 22px; inset-inline-start: 22px; z-index: 500; display: grid; gap: 9px; }
.toast {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 13px 18px;
	border-radius: 10px;
	background: var(--ink);
	color: #fff;
	font-size: 13.5px;
	font-weight: 500;
	box-shadow: var(--sh-3);
	animation: toastIn .3s var(--ease);
	max-width: 360px;
}
.toast i { flex: 0 0 auto; }
.toast--ok i  { color: #4ADE80; }
.toast--err i { color: #FB7185; }
.toast.out { animation: toastOut .28s var(--ease) forwards; }
@keyframes toastIn  { from { opacity: 0; transform: translateY(14px) scale(.96); } }
@keyframes toastOut { to   { opacity: 0; transform: translateY(8px) scale(.97); } }

/* =====================================================================
   حرکت
   ===================================================================== */

.has-js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.has-js .reveal.in { opacity: 1; transform: none; }

.hero h1 .w { display: inline-block; }
.has-js .hero h1 .w { opacity: 0; transform: translateY(24px); }
.loaded .hero h1 .w { animation: wordUp .74s var(--ease) forwards; }
@keyframes wordUp { to { opacity: 1; transform: none; } }

.has-js .hero__lead, .has-js .hero__acts, .has-js .hero__stats, .has-js .hero__badge { opacity: 0; transform: translateY(16px); }
.loaded .hero__badge { animation: wordUp .6s var(--ease) .06s forwards; }
.loaded .hero__lead  { animation: wordUp .7s var(--ease) .34s forwards; }
.loaded .hero__acts  { animation: wordUp .7s var(--ease) .44s forwards; }
.loaded .hero__stats { animation: wordUp .7s var(--ease) .54s forwards; }

.has-js .hero__vis { opacity: 0; transform: translateY(30px); }
.loaded .hero__vis { animation: visIn 1s var(--ease) .2s forwards; }
@keyframes visIn { to { opacity: 1; transform: none; } }

.has-js .hchip { opacity: 0; }
.loaded .hchip--pay { animation: chipIn .7s var(--ease) .85s forwards, chipUp 7s ease-in-out 1.55s infinite; }
.loaded .hchip--dl  { animation: chipIn .7s var(--ease) 1.05s forwards, chipDown 8.5s ease-in-out 1.75s infinite; }
@keyframes chipIn { from { opacity: 0; scale: .9; } to { opacity: 1; scale: 1; } }

/* =====================================================================
   واکنش‌گرا
   ===================================================================== */

@media (max-width: 1100px) {
	.hero__in { grid-template-columns: 1fr; gap: 46px; }
	.hero__vis { max-width: 560px; }
	.hero__lead { max-width: 62ch; }
	.layout, .shop-layout, .cart-grid, .co-grid, .ord-grid, .cf-grid { grid-template-columns: minmax(0,1fr); }
	.shop-side, .cart-summary, .co-side, .ord-side, .cf-side, .pd-buy { position: static; }
	.pd-top { grid-template-columns: 1fr; }
	.custom-cta__in { grid-template-columns: 1fr; gap: 36px; }
	.ft__grid { grid-template-columns: 1fr 1fr; gap: 34px; }
	.cat-rail { grid-template-columns: repeat(2, 1fr); }
	.tst-rail { grid-auto-columns: calc((100% - 22px) / 2); }
}

@media (max-width: 860px) {
	.nav, .hd-user__nm { display: none; }
	.burger { display: grid; }
	.trust__in { grid-template-columns: 1fr 1fr; }
	.trust__it:nth-child(3) { border-inline-start: 0; }
	.acc-stats { grid-template-columns: 1fr 1fr; }
	.my-order { grid-template-columns: 1fr 1fr; gap: 10px; }
	.mo-items { grid-column: 1/-1; order: 3; }
	.mo-act { order: 4; text-align: start; }
	.band { padding: 54px 0; }
	.shop-steps { flex-wrap: wrap; }
	.shop-steps li { flex: 1 1 50%; }
	.shop-steps li:nth-child(3) a, .shop-steps li:nth-child(3) span { border-inline-start: 0; }
}

@media (max-width: 620px) {
	:root { --gut: 16px; }
	.hero { padding: 56px 0 66px; }
	.hchip { display: none; }
	.win__bd { grid-template-columns: 56px minmax(0,1fr); gap: 12px; padding: 13px; }
	.win__grid { gap: 10px; }
	.hero__stats div { padding-inline-end: 18px; }
	.hero__stats { gap: 0 18px; }
	.co-fields { grid-template-columns: 1fr; }
	.trust__in { grid-template-columns: 1fr; }
	.trust__it { border-inline-start: 0; border-top: 1px solid var(--ink-line); padding: 16px 4px; }
	.trust__it:first-child { border-top: 0; }
	.cat-rail, .ft__grid { grid-template-columns: 1fr; }
	.prod-grid { grid-template-columns: 1fr; }
	.cart-row { flex-wrap: wrap; }
	.cr-thumb { width: 72px; height: 52px; }
	.cr-price { flex: 1; text-align: start; }
	.dl-card { flex-direction: column; }
	.dc-thumb { width: 100%; height: 150px; }
	.acc-stats { grid-template-columns: 1fr; }
	.cart-list { padding: 4px 16px 16px; }
	.co-main, .cf-form, .ord-main, .orders-box { padding: 20px; }
	.shop-msg, .pay-redirect { padding: 32px 22px; }
	.tst-rail { grid-auto-columns: 100%; }
	.tst { padding: 24px 20px 20px; }
	.rail-dots { gap: 4px; }
	.rail-dot { width: 18px; }
	.rail-dot.on { width: 32px; }
	.rail-dot.on::before { width: 20px; }
	.toast-wrap { inset-inline: 16px; }
	.toast { max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .001ms !important;
		scroll-behavior: auto !important;
	}
	.has-js .reveal, .reveal { opacity: 1; transform: none; }
	.has-js .hero h1 .w, .has-js .hero__lead, .has-js .hero__acts, .has-js .hero__stats,
	.has-js .hero__badge, .has-js .hero__vis, .has-js .hchip { opacity: 1; transform: none; }
	.hero__aura, .win, .hchip { animation: none !important; }
	.rule { width: 120px; }
	.blueprint::before { background-position: 0 0 !important; }
}

@media print {
	.hd, .ft, .cart-dw, .cart-ov, .toast-wrap, .shop-steps, .acc-nav, .side, .btn { display: none !important; }
	body { background: #fff; }
	.card, .ord-main, .ord-side { border: 1px solid #ccc; box-shadow: none; }
}
