.rojan-review {
	margin-top: 1.5rem;
	padding: 1.25rem;
	border-radius: 1.75rem;
	background: var(--rojan-surface);
	overflow: hidden;
}

@media (min-width: 768px) {
	.rojan-review {
		padding: 1.5rem;
	}
}

.rojan-review-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem;
	margin-bottom: 1.1rem;
}

.rojan-review-head-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 2.85rem;
	height: 2.85rem;
	border-radius: 1rem;
	color: #fff;
	background: linear-gradient(135deg, rgb(var(--c-500, 99 102 241)), rgb(var(--c-700, 67 56 202)));
}

.rojan-review-head-text {
	flex: 1 1 12rem;
	min-width: 0;
}

.rojan-review-title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.6;
	color: var(--rojan-ink);
}

.rojan-review-subtitle {
	margin: 0.15rem 0 0;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.7;
	color: var(--rojan-ink-mute);
}

.rojan-review-score {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.1rem;
	width: 5.25rem;
	height: 5.25rem;
	border-radius: 1.5rem;
	color: #fff;
	background: linear-gradient(150deg, rgb(var(--c-600, 79 70 229)), rgb(var(--c-800, 55 48 163)));
	box-shadow: 0 14px 30px -14px rgb(var(--c-600, 79 70 229) / 0.55);
}

.rojan-review-score-value {
	font-size: 1.75rem;
	font-weight: 900;
	line-height: 1;
}

.rojan-review-score-max {
	font-size: 0.75rem;
	font-weight: 700;
	opacity: 0.8;
}

/* ---------- خط برچسب و نوار کلی ---------- */
.rojan-review-verdictline {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1.15rem;
	padding: 0.7rem 0.9rem;
	border-radius: 1.15rem;
	background: rgb(var(--c-500, 99 102 241) / 0.08);
}

.rojan-review-badge {
	flex: 0 0 auto;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 800;
	line-height: 1.6;
	color: #fff;
	background: rgb(var(--c-600, 79 70 229));
}

.rojan-review-bar {
	display: block;
	flex: 1 1 auto;
	height: 0.55rem;
	border-radius: 999px;
	background: rgb(var(--c-500, 99 102 241) / 0.18);
	overflow: hidden;
}

.rojan-review-bar > i {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(to left, rgb(var(--c-400, 129 140 248)), rgb(var(--c-600, 79 70 229)));
	transition: width 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- معیارهای امتیاز ---------- */
.rojan-review-criteria {
	display: grid;
	gap: 0.65rem 1.5rem;
	margin: 0 0 1.15rem;
	padding: 0;
	list-style: none;
}

@media (min-width: 768px) {
	.rojan-review-criteria {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.rojan-review-criterion {
	display: grid;
	grid-template-columns: minmax(6rem, 9rem) minmax(0, 1fr) 2.25rem;
	align-items: center;
	gap: 0.65rem;
	margin: 0;
}

.rojan-review-criterion-title {
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.8;
	color: var(--rojan-ink-soft);
}

.rojan-review-criterion-bar {
	display: block;
	height: 0.45rem;
	border-radius: 999px;
	background: var(--rojan-surface-2);
	overflow: hidden;
}

.rojan-review-criterion-bar > i {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: rgb(var(--c-500, 99 102 241));
	transition: width 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.rojan-review-criterion-score {
	text-align: center;
	font-size: 0.875rem;
	font-weight: 900;
	line-height: 1;
	color: var(--rojan-ink);
}

/* ---------- نقاط قوت و ضعف ---------- */
.rojan-review-swot {
	display: grid;
	gap: 0.85rem;
	margin-bottom: 1.15rem;
}

@media (min-width: 768px) {
	.rojan-review-swot {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.rojan-review-swot-col {
	padding: 0.95rem 1.05rem;
	border-radius: 1.25rem;
	background: var(--rojan-surface-2);
}

.rojan-review-swot-col.is-pro {
	background: rgb(34 197 94 / 0.09);
}

.rojan-review-swot-col.is-con {
	background: rgb(244 63 94 / 0.09);
}

.rojan-review-swot-title {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 0.6rem;
	font-size: 0.9375rem;
	font-weight: 900;
	line-height: 1.6;
	color: var(--rojan-ink);
}

.rojan-review-swot-col.is-pro .rojan-review-swot-title svg {
	color: rgb(22 163 74);
}

.rojan-review-swot-col.is-con .rojan-review-swot-title svg {
	color: rgb(225 29 72);
}

.rojan-review-swot-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.4rem;
}

.rojan-review-swot-list li {
	position: relative;
	margin: 0;
	padding-inline-start: 1.05rem;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.9;
	color: var(--rojan-ink-soft);
}

.rojan-review-swot-list li::before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	top: 0.85rem;
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 50%;
	background: currentColor;
	opacity: 0.55;
}

/* ---------- جمع‌بندی ---------- */
.rojan-review-verdict {
	padding: 1rem 1.1rem;
	border-radius: 1.25rem;
	border-inline-start: 4px solid rgb(var(--c-500, 99 102 241));
	background: var(--rojan-surface-2);
}

.rojan-review-verdict-label {
	display: inline-block;
	margin-bottom: 0.35rem;
	font-size: 0.8125rem;
	font-weight: 900;
	line-height: 1.6;
	color: rgb(var(--c-600, 79 70 229));
}

.rojan-review-verdict-text {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 2;
	color: var(--rojan-ink-soft);
}

/* =========================================================
   ۲. باکس مشخصات کلیدی
   ========================================================= */

.rojan-infobox {
	margin-top: 1.5rem;
	padding: 1.15rem 1.25rem 1.25rem;
	border-radius: 1.75rem;
	background: var(--rojan-surface);
}

.rojan-infobox-head {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin-bottom: 0.9rem;
}

.rojan-infobox-head-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 0.85rem;
	color: rgb(var(--c-600, 79 70 229));
	background: rgb(var(--c-500, 99 102 241) / 0.12);
}

.rojan-infobox-title {
	margin: 0;
	font-size: 1.0625rem;
	font-weight: 900;
	line-height: 1.6;
	color: var(--rojan-ink);
}

.rojan-infobox-rows {
	display: grid;
	gap: 0.4rem;
	margin: 0;
}

@media (min-width: 768px) {
	.rojan-infobox-rows {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.4rem 1.25rem;
	}
}

.rojan-infobox-row {
	display: grid;
	grid-template-columns: minmax(5.5rem, 8.5rem) minmax(0, 1fr);
	align-items: baseline;
	gap: 0.6rem;
	padding: 0.55rem 0.75rem;
	border-radius: 0.9rem;
	background: var(--rojan-surface-2);
}

.rojan-infobox-key {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.9;
	color: var(--rojan-ink-mute);
}

.rojan-infobox-val {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.9;
	color: var(--rojan-ink);
	word-break: break-word;
}

/* =========================================================
   ۳. واکنش خوانندگان
   ========================================================= */

.rojan-reactions {
	flex: 1 1 20rem;
	padding: 1.15rem 1.25rem 1.25rem;
	border-radius: 1.75rem;
	background: var(--rojan-surface);
}

.rojan-reactions-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.9rem;
}

.rojan-reactions-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.7;
	color: var(--rojan-ink);
}

.rojan-reactions-total {
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.7;
	color: var(--rojan-ink-mute);
}

.rojan-reactions-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.6rem;
}

@media (min-width: 640px) {
	.rojan-reactions-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.rojan-reaction {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.3rem;
	padding: 0.8rem 0.5rem 0.7rem;
	border: 1px solid var(--rojan-line);
	border-radius: 1.15rem;
	background: var(--rojan-surface-2);
	color: var(--rojan-ink-soft);
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.rojan-reaction:hover {
	transform: translateY(-2px);
	border-color: rgb(var(--c-500, 99 102 241) / 0.55);
	color: var(--rojan-ink);
}

.rojan-reaction:focus-visible {
	outline: 2px solid rgb(var(--c-500, 99 102 241));
	outline-offset: 2px;
}

.rojan-reaction-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	background: var(--rojan-surface);
	transition: background 0.2s ease, color 0.2s ease;
}

.rojan-reaction-label {
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
}

.rojan-reaction-count {
	font-size: 0.875rem;
	font-weight: 900;
	line-height: 1;
	color: var(--rojan-ink);
}

/* ---------- رنگ‌بندی هر واکنش ---------- */
.rojan-reaction[data-tone="rose"] .rojan-reaction-icon { color: rgb(225 29 72); }
.rojan-reaction[data-tone="amber"] .rojan-reaction-icon { color: rgb(217 119 6); }
.rojan-reaction[data-tone="sky"] .rojan-reaction-icon { color: rgb(2 132 199); }
.rojan-reaction[data-tone="zinc"] .rojan-reaction-icon { color: rgb(113 113 122); }

.rojan-reaction.is-active[data-tone="rose"] { border-color: rgb(225 29 72 / 0.5); background: rgb(225 29 72 / 0.1); }
.rojan-reaction.is-active[data-tone="amber"] { border-color: rgb(217 119 6 / 0.5); background: rgb(217 119 6 / 0.1); }
.rojan-reaction.is-active[data-tone="sky"] { border-color: rgb(2 132 199 / 0.5); background: rgb(2 132 199 / 0.1); }
.rojan-reaction.is-active[data-tone="zinc"] { border-color: rgb(113 113 122 / 0.5); background: rgb(113 113 122 / 0.1); }

.rojan-reaction.is-active .rojan-reaction-label {
	color: var(--rojan-ink);
}

.rojan-reactions.is-locked .rojan-reaction:not(.is-active) {
	cursor: default;
	opacity: 0.72;
}

.rojan-reaction.is-busy {
	pointer-events: none;
	opacity: 0.6;
}

.rojan-reaction.is-bump .rojan-reaction-icon {
	animation: rojan-pro-bump 0.45s ease;
}

@keyframes rojan-pro-bump {
	40% { transform: scale(1.28); }
	100% { transform: scale(1); }
}

/* =========================================================
   ۴. دکمه ذخیره مطلب
   ========================================================= */

.rojan-pro-foot {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 1rem;
	margin-top: 1.5rem;
}

.rojan-pro-foot-save {
	display: flex;
	flex: 1 1 12rem;
	align-items: center;
	justify-content: center;
	padding: 1.15rem;
	border-radius: 1.75rem;
	background: var(--rojan-surface);
}

.rojan-bookmark {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.7rem 1.15rem;
	border: 1px solid rgb(var(--c-500, 99 102 241) / 0.35);
	border-radius: 999px;
	background: rgb(var(--c-500, 99 102 241) / 0.08);
	color: rgb(var(--c-700, 67 56 202));
	font-size: 0.9375rem;
	font-weight: 800;
	line-height: 1.6;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.rojan-bookmark:hover {
	transform: translateY(-1px);
	background: rgb(var(--c-500, 99 102 241) / 0.16);
}

.rojan-bookmark:focus-visible {
	outline: 2px solid rgb(var(--c-500, 99 102 241));
	outline-offset: 2px;
}

.rojan-bookmark.is-saved {
	border-color: rgb(22 163 74 / 0.4);
	background: rgb(22 163 74 / 0.12);
	color: rgb(21 128 61);
}

.rojan-bookmark.is-saved .rojan-bookmark-icon svg {
	fill: currentColor;
}

.rojan-bookmark.is-busy {
	pointer-events: none;
	opacity: 0.6;
}

.rojan-bookmark.is-icon {
	gap: 0;
	padding: 0.55rem;
}

.rojan-bookmark.is-icon .rojan-bookmark-label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

.rojan-bookmark-icon {
	display: flex;
	align-items: center;
}

html.dark .rojan-bookmark {
	color: rgb(var(--c-300, 165 180 252));
}

html.dark .rojan-bookmark.is-saved {
	color: rgb(134 239 172);
}

/* =========================================================
   ۵. جایگاه‌های تبلیغاتی
   ========================================================= */

.rojan-ad {
	margin: 1.5rem 0;
	padding: 0.75rem;
	border: 1px dashed var(--rojan-line);
	border-radius: 1.25rem;
	background: var(--rojan-surface-2);
	text-align: center;
}

.rojan-ad-label {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.6;
	color: var(--rojan-ink-mute);
	text-transform: uppercase;
}

.rojan-ad-body {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.rojan-ad-body > * {
	max-width: 100%;
}

.rojan-ad-body img {
	display: block;
	height: auto;
	max-width: 100%;
	border-radius: 0.85rem;
}

.rojan-ad-archive-top {
	margin-top: 0;
}

/* =========================================================
   ۶. نوار اعلان و شمارش معکوس
   ========================================================= */

.rojan-noticebar {
	position: relative;
	z-index: 60;
	color: #fff;
	background: var(--nb-bg, #4f46e5);
	background-image: linear-gradient(90deg, rgb(255 255 255 / 0.12), transparent 55%);
}

.rojan-noticebar[hidden] {
	display: none;
}

.rojan-noticebar-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem 0.9rem;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}

.rojan-noticebar-icon {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	opacity: 0.9;
}

.rojan-noticebar-text {
	flex: 1 1 12rem;
	min-width: 0;
	font-size: 0.9375rem;
	font-weight: 800;
	line-height: 1.8;
}

.rojan-countdown {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 0.35rem;
	direction: ltr;
}

.rojan-countdown-cell {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.1rem;
	min-width: 2.6rem;
	padding: 0.25rem 0.35rem;
	border-radius: 0.65rem;
	background: rgb(0 0 0 / 0.18);
}

.rojan-countdown-num {
	font-size: 0.9375rem;
	font-weight: 900;
	line-height: 1.3;
	font-variant-numeric: tabular-nums;
}

.rojan-countdown-label {
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;
	opacity: 0.85;
}

.rojan-noticebar-cta {
	flex: 0 0 auto;
	padding: 0.45rem 1.1rem;
	border-radius: 999px;
	background: #fff;
	color: var(--nb-bg, #4f46e5);
	font-size: 0.875rem;
	font-weight: 900;
	line-height: 1.7;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rojan-noticebar-cta:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 18px -10px rgb(0 0 0 / 0.5);
}

.rojan-noticebar-close {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 1.85rem;
	height: 1.85rem;
	border-radius: 50%;
	background: rgb(255 255 255 / 0.16);
	color: #fff;
	cursor: pointer;
	transition: background 0.2s ease;
}

.rojan-noticebar-close:hover {
	background: rgb(255 255 255 / 0.3);
}

/* =========================================================
   ۷. فهرست مطالب ذخیره‌شده
   ========================================================= */

.rojan-saved-title {
	margin: 0 0 1rem;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.7;
	color: var(--rojan-ink);
}

.rojan-saved-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.6rem;
	padding: 2.25rem 1.25rem;
	border: 1px dashed var(--rojan-line);
	border-radius: 1.5rem;
	background: var(--rojan-surface-2);
	color: var(--rojan-ink-mute);
	text-align: center;
}

.rojan-saved-empty p {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.9;
}

.rojan-saved-empty.is-loading {
	opacity: 0.75;
}

/* =========================================================
   ۸. پیام شناور ماژول حرفه‌ای
   ========================================================= */

.rojan-pro-toast {
	position: fixed;
	inset-inline-start: 1.25rem;
	bottom: 1.25rem;
	z-index: 9999;
	max-width: 22rem;
	padding: 0.75rem 1.1rem;
	border-radius: 1rem;
	background: #18181b;
	color: #fafafa;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.8;
	box-shadow: 0 18px 40px -18px rgb(0 0 0 / 0.55);
	opacity: 0;
	transform: translateY(0.75rem);
	pointer-events: none;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.rojan-pro-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.rojan-pro-toast.is-error {
	background: #b91c1c;
}

/* =========================================================
   ۹. واکنش‌گرایی و حالت‌های ویژه
   ========================================================= */

@media (max-width: 767px) {
	.rojan-review-criterion {
		grid-template-columns: minmax(4.5rem, 7rem) minmax(0, 1fr) 2rem;
	}

	.rojan-review-score {
		width: 4.5rem;
		height: 4.5rem;
	}

	.rojan-review-score-value {
		font-size: 1.5rem;
	}

	.rojan-noticebar-text {
		flex: 1 1 100%;
		font-size: 0.875rem;
	}

	.rojan-countdown-cell {
		min-width: 2.3rem;
	}
}

@media print {
	.rojan-noticebar,
	.rojan-ad,
	.rojan-pro-foot,
	.rojan-pro-toast {
		display: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rojan-review-bar > i,
	.rojan-review-criterion-bar > i,
	.rojan-reaction,
	.rojan-bookmark,
	.rojan-noticebar-cta,
	.rojan-pro-toast {
		transition: none;
	}

	.rojan-reaction.is-bump .rojan-reaction-icon {
		animation: none;
	}
}

/* حذف کامل پس‌زمینه، حاشیه، سایه و پدینگ کارت سایدبار برای ابزارک تبلیغات */
aside .widget:has(.rojan-ad-item),
aside .rojan-widget:has(.rojan-ad-item),
aside .widget:has(.rojan-sidebar-ad-clean),
aside div[class*="widget_rojan_ad"] {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    backdrop-filter: none !important;
}

/* مخفی کردن تایتل پیش‌فرض و آیکون هدر سایدبار فقط برای ابزارک تبلیغات */
aside .widget:has(.rojan-ad-item) > .widget-title,
aside .rojan-widget:has(.rojan-ad-item) > .rojan-widget-title,
aside .widget:has(.rojan-ad-item) > .rojan-widget-head,
aside div[class*="widget_rojan_ad"] > .widget-title,
aside div[class*="widget_rojan_ad"] > .rojan-widget-head {
    display: none !important;
}

/* =========================================================
   ۱۰. هیروی تمام‌عرض فلت ۲۰۲۷ (Fullwide)
   فلت و مدرن: بدون بوردر و سایه، تایپوگرافی ادیتوریال،
   ورود پلکانی متن، نوار انتخاب با تایمر خطی
   ========================================================= */

.rojan-fullwide {
    position: relative;
    width: 100%;
    background: #0a0a0b;
    color: #fff;
    overflow: hidden;
    direction: rtl;
    --fw-hero-h: clamp(430px, 62vh, 640px);
    --fw-thumbs-h: clamp(150px, 19vw, 210px);
    --fw-accent: rgb(var(--c-400, 129 140 248));
    --fw-accent-strong: rgb(var(--c-600, 79 70 229));
    margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.rojan-fullwide__main {
    position: relative;
    width: 100%;
    height: calc(var(--fw-hero-h) + var(--fw-thumbs-h));
    overflow: hidden;
    touch-action: pan-y;
}

.rojan-fullwide__track {
    display: flex;
    flex-direction: row;
    direction: ltr;
    width: 100%;
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.rojan-fullwide__slide {
    position: relative;
    direction: rtl;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #0a0a0b;
    visibility: hidden;
}

.rojan-fullwide__slide.is-active {
    visibility: visible;
}

.rojan-fullwide__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
    transition: transform 8s ease;
    pointer-events: none;
}

.rojan-fullwide__slide.is-active .rojan-fullwide__media {
    transform: scale(1);
}

.rojan-fullwide__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(to left, rgba(4, 4, 8, 0.82) 0%, rgba(4, 4, 8, 0.5) 34%, rgba(4, 4, 8, 0.06) 62%, rgba(4, 4, 8, 0) 78%),
        linear-gradient(to top, rgba(4, 4, 8, 0.9) 0%, rgba(4, 4, 8, 0.28) 30%, rgba(4, 4, 8, 0) 52%);
    pointer-events: none;
}

.rojan-fullwide__stretched {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.rojan-fullwide__overload {
    position: absolute;
    inset-inline: 0;
    top: 0;
    height: var(--fw-hero-h);
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 clamp(1.25rem, 6vw, 5rem);
    pointer-events: none;
}

.rojan-fullwide__overload-inside {
    max-width: 640px;
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
    pointer-events: none;
}

.rojan-fullwide__overload-inside a {
    pointer-events: auto;
}

.rojan-fullwide__overload-inside > * {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.rojan-fullwide__slide.is-active .rojan-fullwide__overload-inside > *:nth-child(1) { transition-delay: 0.25s; }
.rojan-fullwide__slide.is-active .rojan-fullwide__overload-inside > *:nth-child(2) { transition-delay: 0.33s; }
.rojan-fullwide__slide.is-active .rojan-fullwide__overload-inside > *:nth-child(3) { transition-delay: 0.41s; }
.rojan-fullwide__slide.is-active .rojan-fullwide__overload-inside > *:nth-child(4) { transition-delay: 0.49s; }
.rojan-fullwide__slide.is-active .rojan-fullwide__overload-inside > *:nth-child(5) { transition-delay: 0.57s; }

.rojan-fullwide__slide.is-active .rojan-fullwide__overload-inside > * {
    opacity: 1;
    transform: translateY(0);
}

.rojan-fullwide__kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    color: var(--fw-accent);
}

.rojan-fullwide__kicker-line {
    display: inline-block;
    width: 2rem;
    height: 2px;
    background: var(--fw-accent);
}

.rojan-fullwide__badge {
    display: flex;
    justify-content: flex-start;
}

.rojan-fullwide__title {
    margin: 0;
    width: 100%;
    font-size: clamp(1.5rem, 3.6vw, 2.7rem);
    font-weight: 900;
    line-height: 1.5;
    color: #fff;
    text-align: right;
    text-wrap: balance;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rojan-fullwide__desc {
    margin: 0;
    max-width: 560px;
    font-size: clamp(0.85rem, 1.5vw, 0.98rem);
    font-weight: 400;
    line-height: 2.1;
    color: rgba(255, 255, 255, 0.72);
    text-align: right;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rojan-fullwide__buttons {
    display: flex;
    justify-content: flex-start;
    margin-top: 0.4rem;
}

.rojan-fullwide__btn {
    position: relative;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.8rem 1.6rem;
    font-size: 0.85rem;
    font-weight: 800;
    color: #fff;
    background: var(--fw-accent-strong);
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

.rojan-fullwide__btn:hover {
    background: var(--fw-accent);
    transform: translateY(-2px);
}

.rojan-fullwide__btn svg {
    transition: transform 0.3s ease;
}

.rojan-fullwide__btn:hover svg {
    transform: translateX(3px);
}

.rojan-fullwide__nav,
.rojan-fullwide__arrow,
.rojan-fullwide__count {
    display: none !important;
}

.rojan-fullwide__thumbs {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(var(--fw-count, 5), minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    border-top: 0;
    align-items: stretch;
    height: var(--fw-thumbs-h);
}

.rojan-fullwide__thumb {
    position: relative;
    min-height: 0;
    height: 100%;
    padding: 0;
    background: #0c0c0f;
    border: 0;
    border-radius: 0;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    text-align: right;
    box-shadow: none;
    transition: background 0.35s ease;
}

.rojan-fullwide__thumb:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -2px;
}

.rojan-fullwide__thumb-index {
    position: absolute;
    top: 0.7rem;
    inset-inline-start: 0.9rem;
    z-index: 3;
    font-size: 0.68rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.35s ease;
}

.rojan-fullwide__thumb.is-active .rojan-fullwide__thumb-index {
    color: var(--fw-accent);
}

.rojan-fullwide__thumb-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.28;
    transition: opacity 0.45s ease, transform 0.6s ease;
}

.rojan-fullwide__thumb:hover .rojan-fullwide__thumb-media {
    opacity: 0.5;
}

.rojan-fullwide__thumb.is-active {
    background: #101014;
}

.rojan-fullwide__thumb.is-active .rojan-fullwide__thumb-media {
    opacity: 0.55;
    transform: scale(1.05);
}

.rojan-fullwide__thumb-overload {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.55rem;
    height: 100%;
    min-height: 100%;
    padding: 1rem 1.1rem 1.15rem;
    background: linear-gradient(to top, rgba(5, 5, 9, 0.96) 0%, rgba(5, 5, 9, 0.55) 55%, rgba(5, 5, 9, 0) 100%);
}

.rojan-fullwide__thumb-title {
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.6);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.35s ease;
}

.rojan-fullwide__thumb.is-active .rojan-fullwide__thumb-title {
    color: #fff;
}

.rojan-fullwide__thumb-bar {
    display: none;
    height: 2px;
    background: rgba(255, 255, 255, 0.16);
    overflow: hidden;
}

.rojan-fullwide__thumb.is-active .rojan-fullwide__thumb-bar {
    display: block;
}

.rojan-fullwide__thumb-bar span {
    display: block;
    height: 100%;
    width: 100%;
    background: var(--fw-accent);
    transform: scaleX(0);
    transform-origin: right center;
}

.rojan-fullwide__ring {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 5;
    border: 2px solid #fff;
    pointer-events: none;
    transition: inset-inline-start 0.55s cubic-bezier(0.22, 1, 0.36, 1), right 0.55s cubic-bezier(0.22, 1, 0.36, 1), left 0.55s cubic-bezier(0.22, 1, 0.36, 1), width 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: left, right, width;
}

.rojan-fullwide__scrollbar,
.rojan-fullwide__scrollbar-inner,
.rojan-fullwide__indicator {
    display: none !important;
}

.rojan-fullwide__dots {
    position: absolute;
    inset-inline: 0;
    bottom: 1rem;
    z-index: 5;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    pointer-events: none;
}

.rojan-fullwide__dot {
    width: 7px;
    height: 7px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.35);
    transition: width 0.35s ease, background 0.35s ease;
}

.rojan-fullwide__dot.is-active {
    width: 26px;
    background: #fff;
}

/* =========================================================
   ۱۱. بلوک‌های ضد یکنواختی (ریل، زیگزاگ، شماره‌دار)
   ========================================================= */

.rojan-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 320px);
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.75rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.rojan-rail__item {
    scroll-snap-align: start;
    min-width: 0;
}

.rojan-rail__item article {
    height: 100%;
}

@media (min-width: 1024px) {
    .rojan-rail {
        grid-auto-columns: minmax(270px, 340px);
    }
}

@media (max-width: 1023px) {
    .rojan-fullwide {
        --fw-hero-h: clamp(400px, 64vw, 520px);
        --fw-thumbs-h: clamp(140px, 26vw, 180px);
    }
    .rojan-fullwide__main {
        height: calc(var(--fw-hero-h) + var(--fw-thumbs-h));
    }
    .rojan-fullwide__overload {
        height: var(--fw-hero-h);
        padding: 0 1.5rem;
    }
    .rojan-fullwide__desc {
        display: none;
    }
    .rojan-fullwide__thumb-overload {
        padding: 0.85rem 0.9rem 0.95rem;
    }
    .rojan-fullwide__thumb-title {
        font-size: 0.74rem;
        line-height: 1.8;
        -webkit-line-clamp: 2;
    }
    .rojan-fullwide__thumb-index {
        top: 0.55rem;
        inset-inline-start: 0.7rem;
    }
}

@media (max-width: 640px) {
    .rojan-fullwide {
        --fw-hero-h: min(118svw, 500px);
        --fw-thumbs-h: 0px;
        margin-bottom: 1.5rem;
    }
    .rojan-fullwide__main {
        height: var(--fw-hero-h);
    }
    .rojan-fullwide__overload {
        height: 100%;
        align-items: flex-end;
        padding: 0 1.15rem 4.4rem;
    }
    .rojan-fullwide__overload-inside {
        gap: 0.65rem;
    }
    .rojan-fullwide__kicker {
        font-size: 0.66rem;
    }
    .rojan-fullwide__title {
        font-size: clamp(1.15rem, 5.6vw, 1.6rem);
        line-height: 1.65;
    }
    .rojan-fullwide__desc {
        display: none;
    }
    .rojan-fullwide__btn {
        padding: 0.7rem 1.35rem;
        font-size: 0.8rem;
    }
    .rojan-fullwide__thumbs {
        display: none;
    }
    .rojan-fullwide__dots {
        display: flex;
        bottom: auto;
        top: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rojan-fullwide__track,
    .rojan-fullwide__media,
    .rojan-fullwide__overload-inside > *,
    .rojan-fullwide__thumb-media,
    .rojan-fullwide__dot {
        transition: none;
    }
}