/* ایلیاوب — صفحه اصلی ساده و حرفه‌ای */

/* دسترسی‌پذیری و سئو — پرش به محتوا */
.ilya-skip-link {
	position: absolute;
	top: -100px;
	right: 16px;
	z-index: 100000;
	padding: 10px 18px;
	background: var(--bg-theme-color2, #ffaa17);
	color: #1a1d24;
	font-weight: var(--fw-bold);
	border-radius: 8px;
	text-decoration: none;
	transition: top 0.2s ease;
}

.ilya-skip-link:focus {
	top: 16px;
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.ilya-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

:root {
	--font-fa: "Vazirmatn", Tahoma, "Segoe UI", sans-serif;
	--text-color: #555a63;
	--heading-color: #222429;
	--fw-regular: 400;
	--fw-medium: 500;
	--fw-semibold: 600;
	--fw-bold: 700;
	--fw-extrabold: 800;
	--ilya-surface: #ffffff;
	--ilya-surface-muted: #eef1f6;
	--ilya-section-pad: clamp(64px, 8vw, 92px);
}

html {
	direction: rtl;
}

body,
.page-wrapper {
	overflow-x: clip;
	max-width: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body,
.main-menu .navigation > li > a,
.main-menu .navigation,
.nav.main-menu,
.mobile-menu .navigation > li > a,
.mobile-menu .contact-list-one,
.main-header .info-btn,
.main-header .info-btn small,
.theme-btn .btn-title,
.sec-title h2,
.sec-title .sub-title,
h1, h2, h3, h4, h5, h6,
p, a, li, input, textarea, button, label {
	font-family: var(--font-fa) !important;
}

body {
	font-size: 16px;
	font-weight: var(--fw-regular);
	line-height: 1.75;
	color: var(--text-color);
}

/* سلسله‌مراتب تایپوگرافی — جایگزین مقیاس لاتین قالب */
h1, h2, h3, h4, h5, h6 {
	color: var(--heading-color);
	text-transform: none;
	letter-spacing: 0;
}

/* تیترهای سایت — Bold (فایل Bold.woff2 + variation) */
h1, h2, h3, h4, h5, h6,
.sec-title h2,
.sec-title .sub-title,
.services-section-three .service-block-three h3.title,
.industries-section .feature-block-two h3.title,
.contact-section-three .contact-info-box-two h3.title,
.pricing-ilya-path__title,
.pricing-ilya-card__name,
.ilya-step__title,
.ilya-why-card__title,
.ilya-faq-item summary,
.ilya-review-card__author cite,
.about-stats .stat-item strong {
	font-weight: 700 !important;
	font-variation-settings: "wght" 700;
}

p {
	line-height: 1.75;
	color: var(--text-color);
}

a:not(.theme-btn):not(.btn-style-one):not(.btn-style-two) {
	font-weight: var(--fw-medium);
}

strong, b {
	font-weight: 700 !important;
	font-variation-settings: "wght" 700;
}

.preloader {
	display: none !important;
}

/* انیمیشن اسکرول — جایگزین WOW.js (کلاس animated با IntersectionObserver اضافه می‌شود) */
@media (prefers-reduced-motion: no-preference) {
	.wow:not(.animated) {
		opacity: 0;
	}
}

/* هدر — دو شماره تماس */
.header-phones {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.main-header .info-btn {
	text-align: right;
	padding-left: 0;
	padding-right: 54px;
}

.main-header .info-btn i {
	left: auto;
	right: 0;
}

.main-header .info-btn small {
	letter-spacing: 0;
	font-weight: var(--fw-regular);
	opacity: 0.9;
}

.main-header .info-btn .tel-display {
	font-weight: var(--fw-bold);
	font-size: 15px;
	letter-spacing: 0.02em;
}

.header-style-four .main-menu .navigation > li > a {
	font-weight: var(--fw-medium);
	font-size: 15px;
}

.header-style-four .main-menu .navigation > li.current > a,
.header-style-four .main-menu .navigation > li > a:hover {
	font-weight: var(--fw-bold);
}

.main-header .info-btn-mobile i {
	background-color: var(--bg-theme-color2, #ff6b35);
}

/* منوی موبایل */
.mobile-nav-toggler {
	display: none;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	min-width: 48px;
	padding: 0;
	margin: 0;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.35);
	color: #fff;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	z-index: 100;
	position: relative;
	-webkit-tap-highlight-color: transparent;
}

.mobile-nav-toggler .fas {
	pointer-events: none;
}

.mobile-menu {
	z-index: 999999;
}

.mobile-menu .menu-box {
	right: 0;
	left: auto;
	transform: translateX(100%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	transform: translateX(0);
}

.mobile-menu .navigation a {
	display: block;
	padding: 14px 20px;
	font-size: 1rem;
	color: #fff;
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation a:hover {
	color: var(--bg-theme-color2, #ffaa17);
}

.mobile-menu .contact-list-one {
	padding: 8px 16px 16px;
}

.mobile-menu .contact-list-one li {
	margin-bottom: 14px;
}

.mobile-menu .contact-list-one li .contact-info-box {
	padding-right: 42px;
	padding-left: 0;
	font-size: 13px;
	line-height: 1.55;
	text-align: right;
}

.mobile-menu .contact-list-one li .contact-info-box .icon,
.mobile-menu .contact-list-one li .contact-info-box i.icon {
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 32px;
	text-align: center;
	color: var(--bg-theme-color2, #ffaa17) !important;
	background: none !important;
	border-radius: 0;
}

.mobile-menu .contact-list-one li .contact-info-box .title {
	font-size: 11px;
	line-height: 1.4;
	margin-bottom: 2px;
}

.mobile-menu .contact-list-one li .contact-info-box a {
	font-size: 13px;
	line-height: 1.5;
}

.mobile-menu .social-links li a {
	line-height: 44px;
	height: 44px;
	font-size: 16px;
}

.mobile-menu .upper-box {
	flex-direction: row-reverse;
}

/* لوگو — حفظ نسبت تصویر (۱۱۳×۶۲) */
.main-header .logo a,
.sticky-header .logo a,
.mobile-menu .nav-logo a {
	display: inline-block;
	line-height: 0;
}

.main-header .logo img,
.sticky-header .logo img,
.mobile-menu .nav-logo img {
	width: auto;
	height: auto;
	max-width: 113px;
	max-height: 62px;
	object-fit: contain;
}

.sticky-header .logo img {
	max-height: 40px;
	max-width: 73px;
}

.header-style-four .header-lower .logo-box {
	min-width: auto;
	flex-shrink: 0;
}

@media (max-width: 1023px) {
	.header-style-four .header-lower .main-box {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		gap: 12px;
	}

	.header-style-four .header-lower .nav-outer {
		display: none;
	}

	.header-style-four .header-lower .header-phones {
		display: none !important;
	}

	.main-header .mobile-nav-toggler {
		display: inline-flex !important;
		flex-shrink: 0;
		margin-inline-start: auto;
		margin-inline-end: 0;
	}

	.sticky-header .mobile-nav-toggler {
		display: inline-flex !important;
		color: var(--theme-color1, #222);
		background: #fff;
		border-color: rgba(0, 0, 0, 0.12);
	}
}

/* هدر — رنگ منو هنگام اسکرول (روی بخش‌های سفید) */
body.is-scrolled .header-style-four .header-lower {
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
	border-bottom-color: rgba(0, 0, 0, 0.06);
}

body.is-scrolled .header-style-four .main-menu .navigation > li > a,
body.is-scrolled .header-style-four .nav.main-menu .navigation > li > a {
	color: #222429 !important;
}

body.is-scrolled .header-style-four .main-menu .navigation > li.current > a,
body.is-scrolled .header-style-four .main-menu .navigation > li > a:hover {
	color: var(--bg-theme-color2, #ffaa17) !important;
}

/* هدر چسبان — منوی دسکتاپ خوانا + RTL */
.sticky-header.fixed-header .main-menu .navigation {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}

.sticky-header .main-menu .navigation > li {
	margin: 0 !important;
	margin-inline-start: 1.75rem !important;
	margin-inline-end: 0 !important;
	padding: 12px 0;
}

.sticky-header .main-menu .navigation > li > a {
	color: #333 !important;
	font-weight: 500;
	font-size: 15px;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li > a:hover {
	color: var(--bg-theme-color2, #ffaa17) !important;
}

@media (max-width: 1280px) and (min-width: 1024px) {
	body.ilya-blog .sticky-header .main-menu .navigation > li,
	body.ilya-blog .sticky-header .ilya-nav-item {
		margin-inline-start: 0.55rem !important;
	}

	body.ilya-blog .sticky-header .ilya-nav-link {
		font-size: 12px;
	}

	body.ilya-blog .sticky-header .ilya-header-cta--sticky {
		padding: 6px 12px !important;
	}

	body.ilya-blog .sticky-header .ilya-header-cta--sticky .btn-title {
		font-size: 12px;
	}
}

@media (min-width: 1024px) {
	.header-style-four .header-lower .nav-outer,
	.header-style-four .header-lower .main-menu {
		display: block !important;
	}

	.sticky-header.fixed-header .nav-outer {
		display: flex !important;
		align-items: center;
		flex: 1 1 auto;
		min-width: 0;
		justify-content: flex-end;
		gap: 10px;
	}

	.sticky-header.fixed-header .main-menu {
		display: block !important;
		flex: 1 1 auto;
		min-width: 0;
	}
}

/* دکمه برگشت به بالا */
.scroll-to-top {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	line-height: 1;
	left: auto;
	right: 20px;
	bottom: 24px;
	z-index: 9990;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.scroll-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.scroll-to-top:hover {
	transform: translateY(-3px);
}

.scroll-to-top .fa {
	font-size: 18px;
}

/* CTA شناور — واتساپ و تماس */
.ilya-float-actions {
	position: fixed;
	left: 20px;
	right: auto;
	bottom: 24px;
	z-index: 9985;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: max-content;
	min-width: 168px;
	gap: 10px;
	transition: bottom 0.3s ease, opacity 0.3s ease;
}

.ilya-float-actions--raised {
	bottom: 84px;
}

body.mobile-menu-visible .ilya-float-actions {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.ilya-float-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 46px;
	padding: 12px 16px;
	box-sizing: border-box;
	border-radius: 999px;
	color: #fff !important;
	font-size: 0.875rem;
	font-weight: 700 !important;
	line-height: 1;
	text-decoration: none !important;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	-webkit-tap-highlight-color: transparent;
}

.ilya-float-btn i {
	font-size: 1.35rem;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands" !important;
}

.ilya-float-btn--whatsapp i {
	font-family: "Font Awesome 5 Brands" !important;
}

.ilya-float-btn__label {
	white-space: nowrap;
}

.ilya-float-btn--call {
	background: linear-gradient(135deg, #ffaa17 0%, #ff6b35 100%);
}

.ilya-float-btn--whatsapp {
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
	animation: ilya-wa-pulse 2.5s ease-in-out infinite;
}

@keyframes ilya-wa-pulse {
	0%, 100% { box-shadow: 0 8px 28px rgba(37, 211, 102, 0.35); }
	50% { box-shadow: 0 8px 32px rgba(37, 211, 102, 0.55), 0 0 0 8px rgba(37, 211, 102, 0.12); }
}

.ilya-float-btn:hover {
	transform: translateY(-3px) scale(1.02);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
	color: #fff !important;
}

@media (max-width: 575px) {
	.ilya-float-actions {
		left: 14px;
		bottom: 16px;
		gap: 8px;
	}

	.ilya-float-actions--raised {
		bottom: 76px;
	}

	.ilya-float-btn {
		padding: 11px 13px;
		font-size: 0.8125rem;
	}

}

.tel-spaced {
	unicode-bidi: isolate;
	letter-spacing: 0.05em;
}

.tel-spaced[dir="ltr"] {
	direction: ltr;
	display: inline-block;
}

.banner-tel-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.45em;
	flex-wrap: nowrap;
	unicode-bidi: isolate;
}

/* آیکن‌ها — جدا از فونت متن فارسی */
.fa, .fab, .fas, .far, .fal {
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands" !important;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
	font-family: "FlaticonBusiness" !important;
	font-weight: normal !important;
}
.lnr-icon-bars, .lnr-icon-phone-handset, .lnr-icon-envelope1, .lnr-icon-clock, .lnr-icon-times {
	font-family: linearicons-free !important;
}

/* بنر */
.banner-section-three .content-box h1.title,
.banner-section-three .content-box .title {
	font-size: clamp(1.875rem, 4.5vw, 3rem) !important;
	font-weight: 700 !important;
	font-variation-settings: "wght" 700;
	line-height: 1.35 !important;
	max-width: 720px;
	text-transform: none !important;
	letter-spacing: 0 !important;
	color: #fff;
	margin-bottom: 0.75rem;
}

.banner-section-three .content-box .banner-eyebrow {
	display: block;
	margin-bottom: 14px;
	font-size: clamp(0.9375rem, 1.9vw, 1.125rem) !important;
	font-weight: var(--fw-semibold);
	line-height: 1.6 !important;
	max-width: 640px;
	opacity: 0.92;
	text-transform: none !important;
	letter-spacing: 0 !important;
	padding-top: 0 !important;
	color: rgba(255, 255, 255, 0.92);
}

.banner-section-three .content-box h1.title + .sub-title,
.banner-section-three .content-box .sub-title:not(.banner-eyebrow) {
	font-size: clamp(1rem, 2.1vw, 1.2rem) !important;
	font-weight: var(--fw-regular);
	line-height: 1.75 !important;
	max-width: 640px;
	opacity: 0.9;
	text-transform: none !important;
	letter-spacing: 0 !important;
	padding-top: 0 !important;
	color: rgba(255, 255, 255, 0.88);
}

.banner-section-three .slide-item .bg-image {
	background-position: center center;
}

.banner-section-three .slide-item .bg-image:before {
	display: none;
}

.banner-section-three .slide-item:before {
	opacity: 1;
	background: linear-gradient(
		270deg,
		rgba(18, 22, 30, 0.92) 0%,
		rgba(18, 22, 30, 0.72) 38%,
		rgba(18, 22, 30, 0.35) 68%,
		rgba(18, 22, 30, 0.2) 100%
	);
}

/* بنر — دکمه‌ها */
.banner-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-start;
}

.banner-section-three .content-box {
	text-align: right;
	padding: clamp(140px, 22vw, 280px) 0 clamp(80px, 12vw, 160px);
}

.banner-section-three .content-box .btn-box {
	margin-top: clamp(24px, 4vw, 40px);
}

/* تایپوگرافی بخش‌ها */
.sec-title .sub-title {
	font-size: 0.8125rem;
	text-transform: none !important;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.sec-title h2 {
	font-size: clamp(1.375rem, 3vw, 2rem) !important;
	line-height: 1.4;
	margin-bottom: 0.65rem;
	color: var(--heading-color);
}

.sec-title > .text,
.sec-title .text {
	font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
	font-weight: var(--fw-regular);
	line-height: 1.8;
	color: var(--text-color);
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.sec-title.light .sub-title {
	color: var(--bg-theme-color2, #ffaa17);
}

.sec-title.light h2 {
	color: #fff;
}

.sec-title.light .text {
	color: rgba(255, 255, 255, 0.72);
	font-weight: var(--fw-regular);
}

.about-section-six .sec-title .text strong {
	color: var(--heading-color);
}

/* دکمه‌ها — فارسی بدون uppercase */
.theme-btn .btn-title {
	font-weight: var(--fw-bold);
	text-transform: none !important;
	letter-spacing: 0 !important;
	font-size: 0.9375rem;
}

.btn-style-one .btn-title,
.btn-style-two .btn-title {
	letter-spacing: 0 !important;
}

/* خدمات */
.services-section-three {
	padding-top: var(--ilya-section-pad);
	padding-bottom: var(--ilya-section-pad);
}

.services-section-three:after {
	right: auto;
	left: 0;
	border-radius: 0 0 500px 0;
	max-width: 55vw;
}

.services-section-three .sec-title {
	margin-bottom: 36px;
}

.services-section-three {
	overflow-x: clip;
}

.services-section-three .services-row,
#features.services-section-three > .auto-container > .row {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
	gap: clamp(16px, 2vw, 28px);
	align-items: stretch;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100%;
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
}

/* صفحه اول — ۶ کارت خدمات در گرید ۳×۲ متعادل */
#services .ilya-services-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 24px);
	max-width: 1100px;
	margin-inline: auto !important;
}

@media (max-width: 991px) {
	#services .ilya-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	#services .ilya-services-grid {
		grid-template-columns: 1fr;
	}
}

.services-section-three .services-row > .col,
.services-section-three .auto-container > .row.services-row > .col,
#features.services-section-three > .auto-container > .row > .col {
	display: flex !important;
	flex: unset !important;
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* fadeInUp روی ستون گرید — translateY باعث ناهم‌ترازی دیده می‌شود */
#features.services-section-three .services-row > .col.wow {
	opacity: 1 !important;
	transform: none !important;
	animation: none !important;
	visibility: visible !important;
}

/* لغو عرض‌های flex قدیمی قالب (responsive.css) */
.services-section-three .service-block-three,
.services-section-three .services-row > .col > .service-block-three,
.services-section-three .auto-container > .row.services-row > .col > .service-block-three,
#features.services-section-three > .auto-container > .row > .col > .service-block-three {
	flex: 1 1 auto !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-bottom: 0 !important;
	display: flex;
	min-width: 0;
}

/* لغو عرض flex قالب در همه breakpointها */
@media only screen and (max-width: 1199px) {
	.services-section-three .service-block-three {
		flex: 1 1 auto !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

.services-section-three .service-block-three .inner-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	width: 100%;
	min-height: 240px;
	box-sizing: border-box;
	padding: 28px 16px 24px;
	background: #fff !important;
	border-top: 4px solid var(--bg-theme-color2, #ffaa17);
	box-shadow: 0 8px 36px rgba(0, 0, 0, 0.07);
	overflow: visible;
}

/* لایه تیره قالب — باعث نوار سیاه و عنوان گم‌شده می‌شد */
.services-section-three .service-block-three .inner-box:before {
	display: none !important;
}

.services-section-three .service-block-three .inner-box:hover {
	transform: translateY(-6px);
	box-shadow: 0 14px 44px rgba(0, 0, 0, 0.1);
}

.services-section-three .service-block-three .inner-box:hover .title,
.services-section-three .service-block-three .inner-box:hover .text {
	color: inherit;
}

.services-section-three .service-block-three .icon {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	height: 76px;
	width: 76px;
	font-size: 44px;
	line-height: 1;
	margin-bottom: 16px;
}

.services-section-three .service-block-three h3.title {
	position: relative;
	z-index: 1;
	font-size: 1.0625rem;
	line-height: 1.45;
	min-height: calc(1.45em * 2);
	margin: 0 0 10px;
	color: var(--headings-color, #222429);
}

.services-section-three .service-block-three .text {
	position: relative;
	z-index: 1;
	flex: 1;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.65;
	color: #6b6e74;
}

/* درباره */
.about-section-six {
	padding-top: var(--ilya-section-pad);
	padding-bottom: var(--ilya-section-pad);
}

.about-section-six .sec-title .text {
	line-height: 1.85;
}

.about-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 32px;
}

.about-stats .stat-item {
	flex: 1;
	min-width: 120px;
	padding: 20px 24px;
	background: #f5f7fa;
	border-radius: 8px;
	text-align: center;
}

.about-stats .stat-item strong {
	display: block;
	font-size: 2rem;
	color: var(--theme-color, #ff6b35);
	line-height: 1;
	margin-bottom: 8px;
}

.about-stats .stat-item span {
	font-size: 14px;
	font-weight: var(--fw-medium);
	color: #555;
}

/* حوزه‌ها */
.industries-section {
	margin-top: 0;
}

.industries-grid .feature-block-two {
	margin-bottom: 0;
}
.industries-section .feature-block-two .inner-box {
	transition: transform 0.25s ease;
}

.industries-section .feature-block-two .inner-box:hover {
	transform: translateY(-4px);
}

.industries-section .feature-block-two h3.title {
	font-size: 0.9375rem;
	margin-bottom: 0;
	line-height: 1.45;
}

a.ilya-industry-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

a.ilya-industry-link:hover .title {
	color: var(--bg-theme-color2, #ffaa17);
}

a.ilya-service-card-link {
	display: block;
	text-decoration: none;
	color: inherit;
	height: 100%;
}

a.ilya-service-card-link .service-block-three,
a.ilya-service-card-link.service-block-three {
	height: 100%;
}

.pricing-ilya-path__title a,
.pricing-ilya-card__name a {
	color: inherit;
	text-decoration: none;
}

.pricing-ilya-path__title a:hover,
.pricing-ilya-card__name a:hover {
	color: var(--bg-theme-color2, #ffaa17);
}

a.ilya-service-page-link {
	display: block;
	text-decoration: none;
	color: inherit;
	height: 100%;
}

a.ilya-service-page-link:hover .title {
	color: var(--bg-theme-color1, #ff6b35);
}

.pricing-ilya-card__name a {
	color: inherit;
	text-decoration: none;
}

.pricing-ilya-card__name a:hover {
	color: var(--bg-theme-color1, #ff6b35);
}

#services .sec-title > .text a {
	color: var(--bg-theme-color1, #ff6b35);
	text-decoration: underline;
	text-underline-offset: 3px;
}

#services .sec-title > .text a:hover {
	color: var(--heading-color);
}

.about-section-six .sec-title h2 {
	font-size: clamp(1.25rem, 2.6vw, 1.75rem);
}

.about-section-six .sec-title .text {
	font-size: 1rem;
	line-height: 1.85;
	max-width: none;
}

.contact-section-three .sec-title h2 {
	font-size: clamp(1.25rem, 2.8vw, 1.875rem);
}

.contact-section-three .contact-info-box-two h3.title {
	font-size: 1rem;
	margin-bottom: 6px;
	color: #fff;
}

.contact-section-three .contact-info-box-two .text,
.contact-section-three .contact-info-box-two .text a {
	font-weight: var(--fw-medium);
	line-height: 1.7;
}

.contact-section-three .contact-info-box-two .text a[href^="tel:"] {
	font-weight: var(--fw-bold);
	font-size: 1.0625rem;
	letter-spacing: 0.02em;
}

.contact-form-two .form-group input:not([type=submit]),
.contact-form-two .form-group textarea {
	font-weight: var(--fw-regular);
	font-size: 15px;
}

.contact-form-two .form-group input::placeholder,
.contact-form-two .form-group textarea::placeholder {
	font-weight: var(--fw-regular);
	color: #9aa0a8;
}

/* تماس */
.contact-section-three {
	margin-bottom: 0;
}

.contact-section-three .contact-info-box-two {
	padding-left: 0;
	padding-right: 90px;
	text-align: right;
}

.contact-section-three .contact-info-box-two .icon {
	left: auto;
	right: 0;
}

.contact-section-three .contact-info-box-two .address-note {
	display: block;
	margin-top: 10px;
	font-size: 0.8125rem;
	line-height: 1.65;
	color: #ffb366;
	font-weight: 500;
}

.contact-section-three .sec-title,
.contact-section-three .form-column .inner-column {
	text-align: right;
}

.contact-form-two .form-group input:not([type=submit]),
.contact-form-two .form-group textarea {
	text-align: right;
	direction: rtl;
}

.contact-form-two .form-group input[type="email"] {
	text-align: right;
	direction: rtl;
}

.contact-form-two .form-group input::placeholder,
.contact-form-two .form-group textarea::placeholder {
	text-align: right;
}

/* فوتر مینیمال */
.site-footer-minimal {
	background: #1a1d24;
	color: rgba(255, 255, 255, 0.75);
	padding: 24px 0;
	text-align: center;
	font-size: 14px;
}

.site-footer-minimal a {
	color: #fff;
}

.site-footer-minimal a:hover {
	opacity: 0.85;
}

@media (max-width: 1199px) {
	.header-phones .info-btn {
		display: none;
	}

	.services-section-three .service-block-three h3.title {
		font-size: 1rem;
	}

	.services-section-three .service-block-three .text {
		font-size: 0.8125rem;
	}
}

@media (max-width: 991px) {
	.services-section-three {
		padding-bottom: 56px;
	}
}

@media (max-width: 767px) {
	.header-phones {
		gap: 0;
	}

	.banner-section-three .content-box {
		padding: 120px 16px 72px;
	}

	.banner-section-three .banner-btns {
		flex-direction: column;
		align-items: stretch;
	}

	.banner-section-three .banner-btns .theme-btn {
		width: 100%;
		justify-content: center;
	}

	.services-section-three .auto-container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.services-section-three:after {
		width: 220px;
		height: 220px;
	}

	.services-section-three .sec-title {
		padding: 0 4px;
	}

	.services-section-three .sec-title h2 {
		font-size: 1.25rem;
		line-height: 1.5;
	}

	.services-section-three .services-row > .col,
	#features.services-section-three > .auto-container > .row > .col {
		width: auto !important;
		max-width: none !important;
	}

	.services-section-three .services-row,
	#features.services-section-three > .auto-container > .row {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.services-section-three .service-block-three .inner-box {
		min-height: auto;
		padding: 22px 16px 20px;
		width: 100%;
		box-sizing: border-box;
	}

	.about-stats {
		margin-top: 24px;
	}

	.about-stats .stat-item {
		min-width: calc(50% - 12px);
	}

	.seo-content-block {
		padding: 36px 16px 44px;
	}

	.seo-content-block p {
		font-size: 14px;
		text-align: right;
	}
}

@media (max-width: 575px) {
	.about-stats .stat-item {
		min-width: 100%;
	}
}

/* مراحل همکاری */
.ilya-process-section {
	padding: var(--ilya-section-pad) 0;
}

.ilya-process-section .sec-title {
	margin-bottom: 40px;
}

.ilya-steps {
	counter-reset: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.ilya-step {
	position: relative;
	height: 100%;
	padding: 22px 14px 18px;
	text-align: center;
	background: #f8f9fc;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 16px;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ilya-step:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
	border-color: rgba(255, 170, 23, 0.35);
}

.ilya-step__num {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--bg-theme-color2, #ffaa17);
	color: #1a1d24;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
}

.ilya-step__icon {
	display: block;
	font-size: 1.75rem;
	color: var(--bg-theme-color2, #ffaa17);
	margin: 8px auto 12px;
}

.ilya-step__title {
	font-size: 0.9375rem;
	margin: 0 0 8px;
	line-height: 1.4;
	color: var(--heading-color);
}

.ilya-step__text {
	font-size: 0.8125rem;
	line-height: 1.65;
	margin: 0;
	color: var(--text-color);
}

@media (min-width: 992px) {
	.ilya-steps::before {
		content: "";
		position: absolute;
		top: 42%;
		right: 8%;
		left: 8%;
		height: 2px;
		background: linear-gradient(90deg, transparent, rgba(255, 170, 23, 0.35), transparent);
		pointer-events: none;
		z-index: 0;
	}

	.ilya-steps > li {
		position: relative;
		z-index: 1;
	}
}

/* چرا ایلیاوب */
.ilya-why-section {
	padding: var(--ilya-section-pad) 0;
}

.ilya-why-section .sec-title {
	margin-bottom: 36px;
}

.ilya-why-card {
	height: 100%;
	padding: 26px 22px;
	background: #fff;
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ilya-why-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.09);
}

.ilya-why-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 16px;
	border-radius: 14px;
	background: rgba(255, 170, 23, 0.15);
	color: #c87f00;
	font-size: 1.35rem;
}

.ilya-why-card__title {
	font-size: 1.0625rem;
	margin: 0 0 10px;
	line-height: 1.4;
	color: var(--heading-color);
}

.ilya-why-card__text {
	font-size: 0.875rem;
	line-height: 1.75;
	margin: 0;
	color: var(--text-color);
}

.ilya-why-cta {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.ilya-process-section {
		padding: 48px 0 32px;
	}

	.ilya-why-section {
		padding: 40px 0 56px;
	}

	.ilya-step {
		padding: 18px 12px 14px;
	}
}

/* نظرات مشتریان */
.ilya-reviews-section {
	padding: var(--ilya-section-pad) 0;
}

.ilya-reviews-section .sec-title {
	margin-bottom: 40px;
}

.ilya-review-card {
	margin: 0;
	height: 100%;
	padding: 24px 20px;
	background: #f8f9fc;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 16px;
	border-right: 4px solid var(--bg-theme-color2, #ffaa17);
	display: flex;
	flex-direction: column;
}

.ilya-review-card__stars {
	color: var(--bg-theme-color2, #ffaa17);
	font-size: 0.875rem;
	margin-bottom: 12px;
	letter-spacing: 2px;
}

.ilya-review-card__quote {
	flex: 1;
	font-size: 0.875rem;
	line-height: 1.8;
	color: var(--text-color);
	margin: 0 0 16px;
}

.ilya-review-card__author {
	margin: 0;
	padding-top: 12px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ilya-review-card__author cite {
	display: block;
	font-style: normal;
	font-size: 0.9375rem;
	font-weight: 700 !important;
	color: var(--heading-color);
	margin-bottom: 4px;
}

.ilya-review-card__author span {
	display: block;
	font-size: 0.75rem;
	color: #888;
	line-height: 1.5;
}

/* سوالات متداول */
.ilya-faq-section {
	padding: var(--ilya-section-pad) 0;
}

.ilya-faq-section .sec-title {
	margin-bottom: 0;
}

.ilya-faq-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ilya-faq-item {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 12px;
	overflow: hidden;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.ilya-faq-item[open] {
	border-color: rgba(255, 170, 23, 0.4);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.ilya-faq-item summary {
	list-style: none;
	cursor: pointer;
	padding: 16px 20px 16px 52px;
	font-size: 0.9375rem;
	font-weight: 700 !important;
	color: var(--heading-color);
	line-height: 1.5;
	position: relative;
	user-select: none;
}

.ilya-faq-item summary::-webkit-details-marker {
	display: none;
}

.ilya-faq-item summary::before {
	content: "+";
	position: absolute;
	left: 16px;
	right: auto;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	border-radius: 6px;
	background: rgba(255, 170, 23, 0.15);
	color: #b8860b;
	font-size: 1.125rem;
	font-weight: 700;
	flex-shrink: 0;
}

.ilya-faq-item[open] summary::before {
	content: "−";
}

.ilya-faq-item__body {
	padding: 0 20px 16px;
}

.ilya-faq-item__body p {
	margin: 0 0 10px;
	font-size: 0.875rem;
	line-height: 1.8;
	color: var(--text-color);
}

.ilya-faq-item__body p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.ilya-faq-section .sec-title {
		margin-bottom: 28px;
		text-align: center;
	}

	.ilya-faq-section .sec-title .text {
		margin-left: auto;
		margin-right: auto;
	}

	.ilya-faq-section .btm-box {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.ilya-reviews-section,
	.ilya-faq-section {
		padding: 48px 0 56px;
	}
}

/* قیمت‌گذاری */
.pricing-ilya-section {
	position: relative;
	padding: var(--ilya-section-pad) 0;
	overflow-x: clip;
}

.pricing-ilya-section .sec-title {
	margin-bottom: 28px;
}

.pricing-ilya-disclaimer {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	max-width: 880px;
	margin: 0 auto 32px;
	padding: 16px 20px;
	background: rgba(255, 170, 23, 0.1);
	border: 1px solid rgba(255, 170, 23, 0.35);
	border-radius: 12px;
	text-align: right;
}

.pricing-ilya-disclaimer .fa-info-circle {
	flex-shrink: 0;
	margin-top: 3px;
	font-size: 1.25rem;
	color: #c87f00;
}

.pricing-ilya-disclaimer p {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.8;
	color: #4a4d52;
}

.pricing-ilya-disclaimer strong {
	color: var(--heading-color);
}

.pricing-ilya-path {
	height: 100%;
	background: #fff;
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 12px 48px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.pricing-ilya-path--featured {
	border-color: rgba(255, 170, 23, 0.45);
	box-shadow: 0 16px 56px rgba(255, 107, 53, 0.12);
}

.pricing-ilya-path__head {
	padding: 28px 24px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.pricing-ilya-path--wp .pricing-ilya-path__head {
	background: linear-gradient(135deg, #f0f4f8 0%, #fff 100%);
}

.pricing-ilya-path--custom .pricing-ilya-path__head {
	background: linear-gradient(135deg, #1a1d24 0%, #2d3340 100%);
	color: #fff;
}

.pricing-ilya-path--custom .pricing-ilya-path__desc,
.pricing-ilya-path--custom .pricing-ilya-path__highlights {
	color: rgba(255, 255, 255, 0.82);
}

.pricing-ilya-path__badge {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 5px 12px;
	border-radius: 999px;
	background: rgba(34, 36, 41, 0.08);
	color: var(--heading-color);
	margin-bottom: 12px;
}

.pricing-ilya-path__badge--accent {
	background: var(--bg-theme-color2, #ffaa17);
	color: #1a1d24;
}

.pricing-ilya-path__title {
	font-size: 1.35rem;
	margin: 0 0 10px;
	line-height: 1.35;
}

.pricing-ilya-path--custom .pricing-ilya-path__title {
	color: #fff;
}

.pricing-ilya-path__desc {
	font-size: 0.9375rem;
	line-height: 1.7;
	margin: 0 0 14px;
	color: var(--text-color);
}

.pricing-ilya-path__highlights {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
}

.pricing-ilya-path__highlights li {
	font-size: 0.8125rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 6px;
}

.pricing-ilya-path__highlights .fa-check {
	color: var(--bg-theme-color2, #ffaa17);
	font-size: 0.7rem;
}

.pricing-ilya-products {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}

.pricing-ilya-card {
	background: #fafbfc;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 14px;
	padding: 18px 18px 16px;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pricing-ilya-path--featured .pricing-ilya-card {
	background: #fff;
}

.pricing-ilya-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
	border-color: rgba(255, 170, 23, 0.35);
}

.pricing-ilya-card__top {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	gap: 4px 12px;
	align-items: center;
	margin-bottom: 12px;
}

.pricing-ilya-card__top .icon {
	grid-row: 1 / span 2;
	font-size: 2rem;
	color: var(--bg-theme-color2, #ffaa17);
	line-height: 1;
}

.pricing-ilya-card__name {
	grid-column: 2;
	margin: 0;
	font-size: 1rem;
	line-height: 1.4;
	color: var(--heading-color);
}

.pricing-ilya-card__price {
	grid-column: 2;
	margin: 0;
	font-size: 1.125rem;
	font-weight: 700 !important;
	color: var(--heading-color);
	line-height: 1.2;
}

.pricing-ilya-card__price span {
	font-size: 0.75rem;
	font-weight: 600;
	color: #888;
	margin-left: 4px;
}

.pricing-ilya-card__price small {
	font-size: 0.75rem;
	font-weight: 600;
	color: #666;
}

.pricing-ilya-card__features {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
}

.pricing-ilya-card__features li {
	position: relative;
	padding-right: 18px;
	font-size: 0.8125rem;
	line-height: 1.65;
	color: var(--text-color);
	margin-bottom: 4px;
}

.pricing-ilya-card__features li::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--bg-theme-color2, #ffaa17);
}

.pricing-ilya-card__btn {
	display: block;
	text-align: center;
	padding: 10px 16px;
	border-radius: 10px;
	font-size: 0.875rem;
	font-weight: 700 !important;
	color: var(--heading-color);
	background: #fff;
	border: 2px solid rgba(0, 0, 0, 0.08);
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pricing-ilya-card__btn:hover {
	border-color: var(--bg-theme-color2, #ffaa17);
	color: var(--heading-color);
	background: rgba(255, 170, 23, 0.08);
}

.pricing-ilya-card__btn--primary {
	background: var(--bg-theme-color2, #ffaa17);
	border-color: var(--bg-theme-color2, #ffaa17);
	color: #1a1d24 !important;
}

.pricing-ilya-card__btn--primary:hover {
	background: #e89a10;
	border-color: #e89a10;
	color: #1a1d24 !important;
}

.pricing-ilya-footnote {
	margin-top: 40px;
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.pricing-ilya-footnote p {
	font-size: 0.875rem;
	line-height: 1.75;
	color: #777;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.pricing-ilya-section {
		padding: 56px 0 64px;
	}

	.pricing-ilya-path--featured {
		margin-top: 8px;
	}
}

@media (max-width: 767px) {
	.pricing-ilya-path__head {
		padding: 22px 18px 16px;
	}

	.pricing-ilya-products {
		padding: 12px;
	}
}

/* بلوک متنی SEO — پس‌زمینه در بلوک ریتم بصری */
.seo-content-block {
	padding: var(--ilya-section-pad) 0;
}

.seo-content-block p {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.9;
	color: #555;
	font-size: 15px;
}

.seo-content-block strong {
	color: var(--heading-color);
	font-weight: var(--fw-bold);
}

.site-footer-minimal {
	font-weight: var(--fw-regular);
}

.site-footer-minimal a {
	font-weight: var(--fw-semibold);
}

.site-footer-minimal small {
	font-weight: var(--fw-regular);
	opacity: 0.85;
}

.mobile-menu .navigation a {
	font-weight: var(--fw-medium);
}

.mobile-menu .navigation li.current > a {
	font-weight: var(--fw-bold);
}

.mobile-menu .contact-list-one li .contact-info-box .title {
	font-weight: var(--fw-semibold);
	text-transform: none;
}

.mobile-menu .contact-list-one li .contact-info-box a {
	font-weight: var(--fw-bold);
}

/* ─── ریتم بصری بخش‌ها: سفید ↔ خاکستری ↔ تیره ─── */
#main-content > section {
	position: relative;
}

#main-content > section:not(#home):not(#industries):not(#contact) {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#services.services-section-three {
	background-color: var(--ilya-surface) !important;
}

#pricing.pricing-ilya-section {
	background-color: var(--ilya-surface-muted) !important;
}

#process.ilya-process-section {
	background-color: var(--ilya-surface) !important;
}

#why-ilyaweb.ilya-why-section {
	background-color: var(--ilya-surface-muted) !important;
}

#about.about-section-six {
	background-color: var(--ilya-surface) !important;
}

#about.about-section-six::before {
	opacity: 0.35;
}

#industries.industries-section {
	padding-top: var(--ilya-section-pad);
	padding-bottom: var(--ilya-section-pad);
	box-shadow: inset 0 4px 0 0 var(--bg-theme-color2, #ffaa17);
}

#industries.industries-section .auto-container {
	position: relative;
	z-index: 2;
}

#testimonials.ilya-reviews-section {
	background-color: var(--ilya-surface-muted) !important;
}

#faq.ilya-faq-section {
	background-color: var(--ilya-surface) !important;
}

#contact.contact-section-three {
	box-shadow: inset 0 4px 0 0 var(--bg-theme-color2, #ffaa17);
	margin-top: 0;
}

.seo-content-block {
	background-color: var(--ilya-surface) !important;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* کارت‌ها روی پس‌زمینه خاکستری */
#pricing.pricing-ilya-section .pricing-ilya-path,
#why-ilyaweb .ilya-why-card,
#testimonials .ilya-review-card {
	box-shadow: 0 10px 36px rgba(0, 0, 0, 0.06);
}

#process .ilya-step {
	background: var(--ilya-surface);
}

#why-ilyaweb .ilya-why-card {
	background: var(--ilya-surface);
}

@media (max-width: 767px) {
	:root {
		--ilya-section-pad: 52px;
	}

	.ilya-process-section,
	.ilya-why-section,
	.ilya-reviews-section,
	.ilya-faq-section {
		padding: var(--ilya-section-pad) 0;
	}
}

/* ─── صفحات تخصصی (بیمه / فروشگاه / حوزه‌ها) ─── */

/* منوی دسکتاپ — فشرده‌تر از صفحه اصلی (۷ آیتم) */
@media (min-width: 1024px) {
	.ilya-ins-page .header-style-four .header-lower,
	.ilya-shop-page .header-style-four .header-lower,
	.ilya-ind-page .header-style-four .header-lower,
	body.ilya-blog .header-style-four .header-lower {
		padding-right: clamp(16px, 2vw, 32px);
		padding-left: clamp(16px, 2vw, 32px);
	}

	.ilya-ins-page .header-style-four .header-lower .main-menu .navigation > li,
	.ilya-shop-page .header-style-four .header-lower .main-menu .navigation > li,
	.ilya-ind-page .header-style-four .header-lower .main-menu .navigation > li {
		margin: 0 14px;
		padding: 22px 0;
	}

	.ilya-ins-page .header-style-four .main-menu .navigation > li > a,
	.ilya-shop-page .header-style-four .main-menu .navigation > li > a,
	.ilya-ind-page .header-style-four .main-menu .navigation > li > a {
		font-size: 14px;
	}

	.ilya-ins-page .sticky-header .main-menu .navigation > li,
	.ilya-shop-page .sticky-header .main-menu .navigation > li,
	.ilya-ind-page .sticky-header .main-menu .navigation > li {
		margin-inline-start: 1.1rem !important;
	}

	.ilya-ins-page .sticky-header .main-menu .navigation > li > a,
	.ilya-shop-page .sticky-header .main-menu .navigation > li > a,
	.ilya-ind-page .sticky-header .main-menu .navigation > li > a {
		font-size: 14px;
	}
}

.ilya-hero-crumb {
	margin: 0 0 10px;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.75);
}

.ilya-hero-crumb a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	font-weight: var(--fw-medium);
}

.ilya-hero-crumb a:hover {
	color: var(--bg-theme-color2, #ffaa17);
}

.ilya-hero-crumb span {
	margin: 0 6px;
	opacity: 0.6;
}

.ilya-ins-page main [id],
.ilya-shop-page main [id],
.ilya-ind-page main [id] {
	scroll-margin-top: 100px;
}

/* بنر صفحات حوزه — چیدمان متن راست / تصویر چپ (مثل فروشگاه) */
.ilya-ind-page .ilya-ind-hero.banner-section-three:before {
	opacity: 0.18;
}

.ilya-ind-page .ilya-ind-hero .slide-item .bg-image {
	background-position: left center;
}

.ilya-ind-page .ilya-ind-hero .slide-item:before {
	background: linear-gradient(
		to left,
		rgba(18, 22, 30, 0.96) 0%,
		rgba(18, 22, 30, 0.85) 20%,
		rgba(18, 22, 30, 0.4) 42%,
		transparent 54%
	);
}

.ilya-ind-page .ilya-ind-hero .slide-item .auto-container {
	display: grid;
	grid-template-columns: minmax(300px, 44%) 1fr;
	align-items: center;
	gap: clamp(16px, 3vw, 40px);
}

.ilya-ind-page .ilya-ind-hero .content-box {
	grid-column: 1;
	max-width: 100%;
	width: 100%;
	margin: 0;
}

@media (max-width: 767px) {
	.ilya-ind-page .ilya-ind-hero .slide-item .auto-container {
		display: block;
	}

	.ilya-ind-page .ilya-ind-hero .slide-item:before {
		background: linear-gradient(
			to bottom,
			rgba(18, 22, 30, 0.92) 0%,
			rgba(18, 22, 30, 0.55) 45%,
			transparent 75%
		);
	}
}

.ilya-ins-page .ilya-ins-hero .slide-item:before {
	background: linear-gradient(
		270deg,
		rgba(15, 40, 68, 0.94) 0%,
		rgba(18, 22, 30, 0.78) 42%,
		rgba(18, 22, 30, 0.4) 72%,
		rgba(18, 22, 30, 0.22) 100%
	);
}

/* بنر فروشگاه: موضوع تصویر چپ، متن راست — گرادیان فقط پشت نوشته */
.ilya-shop-page .ilya-shop-hero.banner-section-three:before {
	opacity: 0.18;
}

.ilya-shop-page .ilya-shop-hero .slide-item .bg-image {
	background-position: left center;
}

.ilya-shop-page .ilya-shop-hero .slide-item:before {
	background: linear-gradient(
		to left,
		rgba(18, 22, 30, 0.96) 0%,
		rgba(34, 18, 12, 0.9) 22%,
		rgba(18, 22, 30, 0.45) 40%,
		transparent 52%
	);
}

/* RTL: ستون اول = راست صفحه (متن) | ستون دوم = چپ (فضای تصویر) */
.ilya-shop-page .ilya-shop-hero .slide-item .auto-container {
	display: grid;
	grid-template-columns: minmax(300px, 44%) 1fr;
	align-items: center;
	gap: clamp(16px, 3vw, 40px);
}

.ilya-shop-page .ilya-shop-hero .content-box {
	grid-column: 1;
	max-width: 100%;
	width: 100%;
	margin: 0;
}

.ilya-shop-page .ilya-shop-hero .content-box .title,
.ilya-shop-page .ilya-shop-hero .content-box .banner-eyebrow,
.ilya-shop-page .ilya-shop-hero .content-box .sub-title {
	max-width: 100%;
}

@media (max-width: 991px) {
	.ilya-shop-page .ilya-shop-hero .slide-item .auto-container {
		grid-template-columns: minmax(260px, 52%) 1fr;
	}

	.ilya-shop-page .ilya-shop-hero .slide-item .bg-image {
		background-position: 18% center;
	}
}

@media (max-width: 767px) {
	.ilya-shop-page .ilya-shop-hero .slide-item .auto-container {
		display: block;
	}

	.ilya-shop-page .ilya-shop-hero .slide-item .bg-image {
		background-position: center 28%;
	}

	.ilya-shop-page .ilya-shop-hero .slide-item:before {
		background: linear-gradient(
			to bottom,
			rgba(18, 22, 30, 0.92) 0%,
			rgba(18, 22, 30, 0.6) 38%,
			rgba(18, 22, 30, 0.25) 62%,
			transparent 76%
		);
	}
}

.ilya-ins-hero-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.ilya-ins-hero-badges li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.875rem;
	font-weight: var(--fw-medium);
	color: rgba(255, 255, 255, 0.88);
}

.ilya-ins-hero-badges i {
	color: var(--bg-theme-color2, #ffaa17);
}

.ilya-ins-audience {
	padding-top: var(--ilya-section-pad);
	padding-bottom: var(--ilya-section-pad);
}

.ilya-ins-audience-card {
	height: 100%;
	padding: 28px 22px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	text-align: center;
	transition: transform 0.25s ease, border-color 0.25s ease;
}

.ilya-ins-audience-card:hover {
	transform: translateY(-4px);
	border-color: var(--bg-theme-color2, #ffaa17);
}

.ilya-ins-audience-card .icon {
	display: block;
	font-size: 2.5rem;
	color: var(--bg-theme-color2, #ffaa17);
	margin-bottom: 14px;
}

.ilya-ins-audience-card h3 {
	font-size: 1.125rem;
	color: #fff;
	margin-bottom: 10px;
}

.ilya-ins-audience-card p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.72);
}

.ilya-ins-case {
	padding: var(--ilya-section-pad) 0;
	background: var(--ilya-surface);
}

.ilya-ins-case-list {
	margin: 20px 0 24px;
	padding: 0;
	list-style: none;
}

.ilya-ins-case-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 10px;
	font-weight: var(--fw-medium);
}

.ilya-ins-case-list i {
	color: var(--bg-theme-color1, #ff6b35);
	margin-top: 4px;
}

.ilya-ins-case-quote {
	margin: 0;
	height: 100%;
}

.ilya-ins-pricing-row {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.ilya-ins-pricing-row .pricing-ilya-card__features a {
	color: var(--bg-theme-color1, #ff6b35);
	font-weight: var(--fw-semibold);
}

.ilya-ins-pricing-card {
	height: 100%;
}

.ilya-ins-pricing-card--featured {
	border: 2px solid var(--bg-theme-color1, #ff6b35);
	box-shadow: 0 14px 40px rgba(255, 107, 53, 0.12);
}

.ilya-ins-pricing-note {
	margin: 8px 0 0;
	font-size: 0.8125rem;
	opacity: 0.85;
}

.ilya-ins-pricing-price--consult {
	font-size: 1.125rem !important;
	font-weight: var(--fw-bold) !important;
	line-height: 1.4;
	margin: 8px 0 0;
}

.ilya-ins-page #features.ilya-ins-features {
	background: var(--ilya-surface) !important;
}

.ilya-ins-page #pricing.ilya-ins-pricing {
	background: var(--ilya-surface-muted) !important;
}

.ilya-ins-page #process.ilya-process-section {
	background: var(--ilya-surface) !important;
}

.ilya-ins-page #why.ilya-why-section {
	background: var(--ilya-surface-muted) !important;
}

.ilya-ins-page #faq.ilya-faq-section {
	background: var(--ilya-surface) !important;
}

.ilya-ins-page #contact.contact-section-three,
.ilya-shop-page #contact.contact-section-three {
	box-shadow: inset 0 4px 0 0 var(--bg-theme-color2, #ffaa17);
}

.ilya-shop-page #features.ilya-shop-features {
	background: var(--ilya-surface) !important;
}

.ilya-shop-page #pricing.ilya-shop-pricing {
	background: var(--ilya-surface-muted) !important;
}

.ilya-shop-page #process.ilya-process-section {
	background: var(--ilya-surface) !important;
}

.ilya-shop-page #why.ilya-why-section {
	background: var(--ilya-surface-muted) !important;
}

.ilya-shop-page #faq.ilya-faq-section,
.ilya-ind-page #faq.ilya-faq-section,
.ilya-corp-page #faq.ilya-faq-section {
	background: var(--ilya-surface) !important;
}

/* صفحه شرکتی — هم‌تراز با فروشگاه/بیمه */
.ilya-corp-page .ilya-corp-features {
	padding-top: var(--ilya-section-pad);
	padding-bottom: var(--ilya-section-pad);
}

/* ============================================================
   Global navigation — mega menu, mobile accordion, footer, subnav
   ============================================================ */

body.ilya-scroll-locked {
	position: fixed;
	width: 100%;
	overflow: hidden;
}

.ilya-global-header .ilya-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-style-four .header-lower .main-menu .navigation.ilya-nav > li {
	margin: 0 10px;
	position: relative;
}

.ilya-nav-item__row {
	display: flex;
	align-items: center;
	gap: 2px;
}

.ilya-nav-link {
	display: inline-flex;
	align-items: center;
	padding: 28px 0;
	font-weight: var(--fw-medium, 500);
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.header-style-four .header-lower .main-menu .navigation.ilya-nav > li > a.ilya-nav-link:not(:hover),
.header-style-four .header-lower .main-menu .navigation.ilya-nav .ilya-nav-link:not(:hover) {
	color: #fff;
}

.ilya-nav-item.is-active > .ilya-nav-link,
.ilya-nav-item.is-active > .ilya-nav-item__row > .ilya-nav-link,
.ilya-nav-item.current > .ilya-nav-link,
.ilya-nav-item.current > .ilya-nav-item__row > .ilya-nav-link,
.ilya-nav-link:hover {
	color: var(--bg-theme-color2, #ffaa17) !important;
	font-weight: var(--fw-bold, 700);
}

.ilya-nav-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	border-radius: 6px;
}

.ilya-nav-toggle__icon {
	display: block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	opacity: 0.85;
	transition: transform 0.2s ease;
}

.ilya-nav-item.is-open .ilya-nav-toggle__icon {
	transform: rotate(180deg);
}

.header-style-four .header-lower .ilya-nav-toggle {
	color: #fff;
}

body.is-scrolled .header-style-four .ilya-nav-link,
body.is-scrolled .header-style-four .ilya-nav-toggle {
	color: #222429 !important;
}

body.is-scrolled .header-style-four .ilya-nav-item.is-active .ilya-nav-link,
body.is-scrolled .header-style-four .ilya-nav-item.current .ilya-nav-link,
body.is-scrolled .header-style-four .ilya-nav-link:hover {
	color: var(--bg-theme-color2, #ffaa17) !important;
}

/* Mega panels */
.ilya-mega {
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 280px;
	padding-top: 8px;
	z-index: 1000;
}

.ilya-mega--wide {
	min-width: 560px;
}

.ilya-mega--sm {
	min-width: 240px;
}

.ilya-mega__inner {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
	padding: 20px 22px 16px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 12px 20px;
}

.ilya-mega--sm .ilya-mega__inner {
	display: block;
	padding: 12px 8px;
}

.ilya-mega__heading {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	color: #6b7280;
	letter-spacing: 0;
}

.ilya-mega__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ilya-mega__list a {
	display: block;
	padding: 8px 10px;
	border-radius: 8px;
	color: #222429 !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	transition: background 0.15s ease, color 0.15s ease;
}

.ilya-mega__list a:hover,
.ilya-mega__list a.is-current-page {
	background: #f5f7fa;
	color: var(--bg-theme-color1, #ff6b35) !important;
}

.ilya-mega__footer {
	grid-column: 1 / -1;
	margin-top: 4px;
	padding-top: 12px;
	border-top: 1px solid #eef1f6;
}

.ilya-mega__all {
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	color: var(--bg-theme-color1, #ff6b35) !important;
}

.ilya-mega__all:hover {
	text-decoration: underline;
}

/* Header CTA */
.ilya-header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.ilya-header-cta {
	padding: 10px 18px !important;
	min-height: auto;
	white-space: nowrap;
	flex-shrink: 0;
}

.ilya-header-cta .btn-title {
	font-size: 13px;
	padding: 0;
}

.ilya-header-cta--sticky {
	margin-inline-start: 12px;
	padding: 8px 14px !important;
}

@media (max-width: 1280px) {
	.header-style-four .header-lower .main-menu .navigation.ilya-nav > li {
		margin: 0 6px;
	}

	.ilya-nav-link {
		font-size: 13px;
		padding: 24px 0;
	}

	.ilya-header-actions .info-btn {
		display: none;
	}
}

@media (max-width: 1100px) {
	.header-style-four .header-lower {
		padding: 0 24px;
	}
}

/* Sticky simplified links */
.sticky-header .ilya-nav-link {
	padding: 10px 0;
	color: #333 !important;
	font-size: 13px;
	white-space: nowrap;
}

.sticky-header .ilya-nav-item.is-active .ilya-nav-link,
.sticky-header .ilya-nav-item.current .ilya-nav-link,
.sticky-header .ilya-nav-link:hover {
	color: var(--bg-theme-color2, #ffaa17) !important;
}

.sticky-header .inner-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.sticky-header .nav-outer {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 8px;
	flex: 1 1 auto;
	min-width: 0;
}

.sticky-header .ilya-header-cta--sticky {
	flex-shrink: 0;
	margin-inline-start: 8px;
	padding: 7px 14px !important;
}

body.ilya-blog .sticky-header .main-menu .navigation > li,
body.ilya-blog .sticky-header .ilya-nav-item {
	margin-inline-start: 0.9rem !important;
	padding: 10px 0;
}

body.ilya-blog .sticky-header .ilya-nav-link {
	padding: 10px 0;
	font-size: 13px;
	white-space: nowrap;
}

body.ilya-blog .sticky-header .logo img {
	max-height: 36px;
	max-width: 66px;
}

body.ilya-blog .sticky-header .logo {
	padding: 8px 0;
}

/* Page subnav */
.ilya-page-subnav {
	position: sticky;
	top: 0;
	z-index: 90;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid #e8ecf1;
	border-top: 1px solid #e8ecf1;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

body.is-scrolled .ilya-page-subnav {
	top: 72px;
}

.ilya-page-subnav__list {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 8px;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	justify-content: center;
}

.ilya-page-subnav a {
	display: inline-flex;
	padding: 8px 12px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 500;
	color: #4b5563;
	min-height: 40px;
	align-items: center;
}

.ilya-page-subnav a:hover,
.ilya-page-subnav a.is-active {
	background: #f5f7fa;
	color: var(--bg-theme-color1, #ff6b35);
	font-weight: 700;
}

@media (max-width: 1023px) {
	body.is-scrolled .ilya-page-subnav {
		top: 0;
	}

	.sticky-header .ilya-header-cta--sticky {
		display: none;
	}
}

/* Mobile accordion */
.mobile-menu .upper-box {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.mobile-menu .close-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	margin-inline-start: auto;
}

.ilya-mobile-cta {
	padding: 8px 14px !important;
}

.ilya-mobile-cta .btn-title {
	font-size: 13px;
	padding: 0;
}

.ilya-mobile-nav {
	list-style: none;
	margin: 0;
	padding: 8px 0 16px;
}

.ilya-mobile-acc-btn {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 14px 20px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 1rem;
	font-family: inherit;
	text-align: right;
	cursor: pointer;
	min-height: 48px;
}

.ilya-mobile-acc-icon {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid currentColor;
	transition: transform 0.2s ease;
}

.ilya-mobile-item.is-open .ilya-mobile-acc-icon {
	transform: rotate(180deg);
}

.ilya-mobile-sub {
	list-style: none;
	margin: 0;
	padding: 0 12px 8px 20px;
	border-right: 2px solid rgba(255, 170, 23, 0.35);
	margin-right: 20px;
}

.ilya-mobile-sub a {
	padding: 12px 12px !important;
	font-size: 0.95rem !important;
	min-height: 44px;
	display: flex !important;
	align-items: center;
}

.ilya-mobile-item > a {
	display: block;
	padding: 14px 20px;
	color: #fff;
	min-height: 48px;
}

.ilya-mobile-item.current > a,
.ilya-mobile-item.is-active > .ilya-mobile-acc-btn {
	color: var(--bg-theme-color2, #ffaa17);
}

/* Footer */
.ilya-site-footer {
	background: #1a1d23;
	color: #c5cad3;
	padding: 48px 0 24px;
	margin-top: 0;
}

.ilya-site-footer a {
	color: #e8ecf1;
	transition: color 0.15s ease;
}

.ilya-site-footer a:hover {
	color: var(--bg-theme-color2, #ffaa17);
}

.ilya-site-footer__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px 24px;
}

.ilya-site-footer__heading {
	margin: 0 0 14px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}

.ilya-site-footer__links,
.ilya-site-footer__contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ilya-site-footer__links li,
.ilya-site-footer__contact li {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.5;
}

.ilya-site-footer__contact small {
	display: block;
	opacity: 0.7;
	font-size: 12px;
}

.ilya-site-footer__cta {
	margin-top: 16px;
	padding: 10px 16px !important;
}

.ilya-site-footer__cta .btn-title {
	font-size: 13px;
	padding: 0;
}

.ilya-site-footer__bottom {
	margin-top: 32px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 13px;
	opacity: 0.85;
}

.ilya-site-footer__bottom p {
	margin: 0;
}

@media (max-width: 991px) {
	.ilya-site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.ilya-site-footer__grid {
		grid-template-columns: 1fr;
	}

	.ilya-mega--wide {
		min-width: 280px;
	}
}

/* Hero breadcrumbs — hierarchical */
.ilya-hero-crumb a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ilya-hero-crumb a:hover {
	color: var(--bg-theme-color2, #ffaa17);
}

/* =============================================================================
   Blog UI kit — editorial layer
   ============================================================================= */

:root {
	--ilya-blog-measure: 46rem;
	--ilya-blog-radius: 16px;
	--ilya-blog-radius-sm: 12px;
	--ilya-blog-border: 1px solid rgba(0, 0, 0, 0.06);
	--ilya-blog-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
	--ilya-blog-shadow-hover: 0 14px 40px rgba(0, 0, 0, 0.09);
	--ilya-blog-meta: #6b7280;
	--ilya-blog-accent: var(--bg-theme-color2, #ffaa17);
}

body.ilya-blog {
	background: #fff;
}

body.ilya-blog .header-style-four {
	position: relative;
	background: #fff;
}

body.ilya-blog .header-style-four .header-lower {
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

body.ilya-blog .header-style-four .main-menu .navigation > li > a:not(:hover),
body.ilya-blog .header-style-four .nav.main-menu .navigation > li > a:not(:hover),
body.ilya-blog .ilya-nav-link,
body.ilya-blog .header-style-four .ilya-nav-toggle,
body.ilya-blog .header-style-four .info-btn,
body.ilya-blog .header-style-four .info-btn small {
	color: #222429 !important;
}

body.ilya-blog .header-style-four .main-menu .navigation > li.current > a,
body.ilya-blog .header-style-four .main-menu .navigation > li > a:hover,
body.ilya-blog .ilya-nav-item.is-active > .ilya-nav-link,
body.ilya-blog .ilya-nav-item.current > .ilya-nav-link,
body.ilya-blog .ilya-nav-item.is-active > .ilya-nav-item__row > .ilya-nav-link,
body.ilya-blog .ilya-nav-item.current > .ilya-nav-item__row > .ilya-nav-link,
body.ilya-blog .ilya-nav-link:hover {
	color: var(--bg-theme-color2, #ffaa17) !important;
}

body.ilya-blog .header-style-four .header-lower .mobile-nav-toggler {
	color: #222429;
	background: #fff;
	border-color: rgba(0, 0, 0, 0.12);
}

/* Blog — هدر فشرده */
body.ilya-blog .header-style-four .header-lower {
	padding-top: 0;
	padding-bottom: 0;
}

body.ilya-blog .header-style-four .header-lower .main-box {
	justify-content: center;
	gap: clamp(16px, 2vw, 28px);
	flex-wrap: nowrap;
}

body.ilya-blog .header-style-four .header-lower .nav-outer {
	width: auto;
	flex: 0 1 auto;
	justify-content: center;
	gap: 14px;
}

body.ilya-blog .main-menu .navigation {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	float: none;
}

body.ilya-blog .main-menu .navigation > li {
	float: none;
	margin-right: 0 !important;
}

body.ilya-blog .main-menu .navigation > li:before,
body.ilya-blog .sticky-header .main-menu .navigation > li:before {
	display: none !important;
}

body.ilya-blog .header-style-four .header-lower .main-menu .navigation > li,
body.ilya-blog .header-style-four .header-lower .main-menu .navigation.ilya-nav > li {
	margin: 0 6px !important;
	padding: 0 !important;
}

body.ilya-blog .ilya-nav-link,
body.ilya-blog .header-style-four .main-menu .navigation > li > a {
	padding: 14px 0 !important;
	font-size: 13px !important;
	line-height: 1.3;
}

body.ilya-blog .header-style-four .logo img,
body.ilya-blog .main-header .logo img {
	max-height: 46px;
	max-width: 84px;
}

body.ilya-blog .ilya-header-actions {
	gap: 10px;
}

body.ilya-blog .ilya-header-cta {
	padding: 8px 14px !important;
	min-height: 0;
}

body.ilya-blog .ilya-header-cta .btn-title {
	font-size: 12px;
}

body.ilya-blog .main-header .info-btn {
	padding-right: 46px;
	line-height: 1.35;
}

body.ilya-blog .main-header .info-btn i {
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}

body.ilya-blog .main-header .info-btn small {
	font-size: 10px;
	line-height: 1.3;
}

body.ilya-blog .main-header .info-btn .tel-display {
	font-size: 13px;
}

@media (max-width: 1280px) and (min-width: 1024px) {
	body.ilya-blog .header-phones .info-btn-mobile {
		display: none !important;
	}
}

body.ilya-blog main [id] {
	scroll-margin-top: 72px;
}

.ilya-blog-crumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 0;
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
	font-size: 0.8125rem;
	color: var(--ilya-blog-meta);
	line-height: 1.6;
}

.ilya-blog-crumb li {
	display: inline-flex;
	align-items: center;
}

.ilya-blog-crumb li:not(:last-child)::after {
	content: "/";
	margin: 0 8px;
	opacity: 0.45;
}

.ilya-blog-crumb a {
	color: #4b5563;
	font-weight: 500;
	text-decoration: none;
}

.ilya-blog-crumb a:hover,
.ilya-blog-crumb a:focus-visible {
	color: var(--heading-color);
}

.ilya-blog-crumb [aria-current="page"] {
	color: var(--heading-color);
	font-weight: 600;
}

.ilya-blog-hero {
	padding: clamp(28px, 4vw, 48px) 0 clamp(20px, 3vw, 32px);
	background: linear-gradient(180deg, var(--ilya-surface-muted, #eef1f6) 0%, #fff 100%);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.ilya-blog-hero--split {
	padding: clamp(32px, 5vw, 56px) 0 clamp(28px, 4vw, 40px);
}

.ilya-blog-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
	gap: clamp(24px, 4vw, 48px);
	align-items: center;
}

.ilya-blog-hero__main {
	min-width: 0;
}

.ilya-blog-hero__visual {
	min-width: 0;
}

.ilya-blog-hero__visual-frame {
	position: relative;
	border-radius: var(--ilya-blog-radius, 16px);
	overflow: hidden;
	border: var(--ilya-blog-border);
	box-shadow: var(--ilya-blog-shadow);
	background: #e8ecf2;
	aspect-ratio: 4 / 3;
	max-height: 320px;
}

.ilya-blog-hero__visual-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ilya-blog-hero__visual-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(145deg, rgba(26, 29, 35, 0.08) 0%, rgba(255, 170, 23, 0.12) 100%);
	pointer-events: none;
}

.ilya-blog-hero__visual-tags {
	position: absolute;
	inset-inline: 16px;
	bottom: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	z-index: 1;
}

.ilya-blog-hero__visual-tags span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(6px);
	color: var(--heading-color);
	font-size: 0.75rem;
	font-weight: 600;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.ilya-blog-hero__visual-tags i {
	color: var(--bg-theme-color2, #ffaa17);
	font-size: 0.6875rem;
}

.ilya-blog-hero--compact {
	padding-bottom: clamp(24px, 3vw, 36px);
}

.ilya-blog-hero--split .ilya-blog-search {
	max-width: none;
	width: 100%;
}

.ilya-blog-hero--split .ilya-blog-hero__lead {
	max-width: none;
}

.ilya-blog-hero--split .ilya-blog-topics {
	margin-top: 18px;
}

.ilya-blog-hero__kicker {
	display: inline-block;
	margin: 0 0 8px;
	color: var(--bg-theme-color2, #ffaa17);
	font-size: 0.8125rem;
	font-weight: 700;
}

.ilya-blog-hero h1 {
	margin: 0 0 10px;
	font-size: clamp(1.5rem, 3.2vw, 2rem) !important;
	line-height: 1.4;
	font-weight: 800;
}

.ilya-blog-hero__lead {
	max-width: 36rem;
	margin: 0 0 24px;
	font-size: clamp(0.9375rem, 1.5vw, 1rem);
	line-height: 1.8;
	color: var(--text-color);
}

.ilya-blog-topics {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 16px;
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ilya-blog-topics__label {
	color: var(--ilya-blog-meta);
	font-size: 0.8125rem;
	font-weight: 600;
}

.ilya-blog-topics a {
	color: #4b5563;
	font-size: 0.8125rem;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease;
}

.ilya-blog-topics a:hover,
.ilya-blog-topics a:focus-visible {
	color: var(--bg-theme-color2, #ffaa17);
}

.ilya-blog-search {
	display: flex;
	max-width: 480px;
	background: #fff;
	border: var(--ilya-blog-border);
	border-radius: 12px;
	box-shadow: none;
	overflow: hidden;
}

.ilya-blog-search__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 0 16px 0 18px;
	color: var(--ilya-blog-meta);
	font-size: 0.9375rem;
	pointer-events: none;
}

.ilya-blog-search:focus-within {
	border-color: rgba(255, 170, 23, 0.55);
	box-shadow: 0 0 0 3px rgba(255, 170, 23, 0.15);
}

.ilya-blog-section {
	padding: clamp(40px, 6vw, 64px) 0;
}

.ilya-blog-section--featured {
	padding-top: clamp(32px, 5vw, 48px);
}

.ilya-blog-cat-block {
	padding: clamp(28px, 4vw, 40px) 0;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ilya-blog-cat-block:first-of-type {
	border-top: 0;
}

.ilya-blog-cat-block__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px 24px;
	margin-bottom: 18px;
}

.ilya-blog-cat-block h2 {
	margin: 0 0 6px;
	font-size: clamp(1.125rem, 2vw, 1.375rem) !important;
	font-weight: 700;
	line-height: 1.45;
}

.ilya-blog-cat-block__desc {
	margin: 0;
	max-width: 32rem;
	color: var(--ilya-blog-meta);
	font-size: 0.875rem;
	line-height: 1.7;
}

.ilya-blog-cat-block__more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--heading-color);
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.ilya-blog-cat-block__more:hover,
.ilya-blog-cat-block__more:focus-visible {
	color: var(--bg-theme-color2, #ffaa17);
}

.ilya-blog-cat-block__more span {
	display: inline-block;
	transition: transform 0.2s ease;
}

.ilya-blog-cat-block__more:hover span {
	transform: translateX(-3px);
}

.ilya-blog-brand-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px 32px;
	align-items: center;
	padding: clamp(24px, 3vw, 32px);
	background: var(--ilya-surface-muted, #eef1f6);
	color: var(--heading-color);
	border: var(--ilya-blog-border);
	border-radius: var(--ilya-blog-radius);
}

.ilya-blog-brand-cta h2 {
	margin: 0 0 6px;
	color: var(--heading-color);
	font-size: clamp(1.0625rem, 2vw, 1.25rem) !important;
	line-height: 1.45;
	font-weight: 700;
}

.ilya-blog-brand-cta p {
	margin: 0;
	color: var(--text-color);
	font-size: 0.9375rem;
	line-height: 1.75;
}

.ilya-blog-404 {
	padding: clamp(48px, 8vw, 80px) 0 clamp(64px, 10vw, 96px);
	text-align: center;
}

.ilya-blog-404__code {
	margin: 0 0 12px;
	color: var(--bg-theme-color2, #ffaa17);
	font-size: clamp(2.5rem, 6vw, 3.5rem);
	font-weight: 800;
	line-height: 1;
}

.ilya-blog-404 h1 {
	margin: 0 0 12px;
	font-size: clamp(1.25rem, 3vw, 1.5rem) !important;
}

.ilya-blog-404__lead {
	max-width: 28rem;
	margin: 0 auto 28px;
	color: var(--text-color);
	font-size: 0.9375rem;
	line-height: 1.85;
}

.ilya-blog-404__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 40px;
}

.ilya-blog-404__popular {
	max-width: 960px;
	margin: 0 auto;
	text-align: right;
}

.ilya-blog-404__popular h2 {
	margin: 0 0 20px;
	font-size: 1rem !important;
	text-align: center;
}

.ilya-author-box {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	padding: 24px 0;
	margin: 40px 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ilya-author-box img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	background: #fff;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.ilya-author-box h2 {
	margin: 0 0 6px;
	font-size: 1rem !important;
}

.ilya-author-box p {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.75;
	color: var(--text-color);
}

.ilya-article-prose a.ilya-keyword-link {
	color: var(--theme-color, #ff6b35);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ilya-article-prose a.ilya-keyword-link:hover {
	color: var(--theme-color-dark, #e55a2b);
}

@media (max-width: 767px) {
	.ilya-blog-search {
		max-width: none;
		width: 100%;
	}

	.ilya-blog-brand-cta {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.ilya-blog-brand-cta .theme-btn {
		justify-self: center;
	}
}

@media (max-width: 639px) {
	.ilya-blog-hero__visual {
		display: none;
	}

	.ilya-blog-topics {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}

.ilya-blog-search:focus-within {
	border-color: rgba(255, 170, 23, 0.55);
	box-shadow: 0 0 0 3px rgba(255, 170, 23, 0.22);
}

.ilya-blog-search label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.ilya-blog-search input {
	flex: 1;
	min-width: 0;
	border: 0;
	background: transparent;
	padding: 14px 20px;
	font-size: 0.9375rem;
	color: var(--heading-color);
}

.ilya-blog-search input:focus {
	outline: none;
}

.ilya-blog-search button {
	flex-shrink: 0;
	border: 0;
	background: var(--ilya-blog-accent);
	color: #1a1d24;
	padding: 0 22px;
	font-weight: 700;
	font-size: 0.875rem;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.ilya-blog-search button:hover,
.ilya-blog-search button:focus-visible {
	background: #222429;
	color: #fff;
}


.ilya-blog-section--muted {
	background: var(--ilya-surface-muted, #eef1f6);
}

.ilya-blog-section__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px 24px;
	margin-bottom: 32px;
}

.ilya-blog-section__head .sec-title {
	margin: 0;
}

.ilya-blog-section__head .sec-title h2 {
	margin-bottom: 0;
}

.ilya-blog-featured {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(20px, 3vw, 40px);
	align-items: stretch;
	background: #fff;
	border: var(--ilya-blog-border);
	border-radius: var(--ilya-blog-radius);
	box-shadow: var(--ilya-blog-shadow);
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ilya-blog-featured:hover,
.ilya-blog-featured:focus-visible {
	box-shadow: var(--ilya-blog-shadow-hover);
	border-color: rgba(255, 170, 23, 0.25);
	color: inherit;
}

.ilya-blog-featured__media {
	position: relative;
	min-height: 280px;
	overflow: hidden;
}

.ilya-blog-featured__media img,
.ilya-article-card__media img,
.ilya-article-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}

.ilya-blog-featured:hover img,
.ilya-article-card:hover img {
	transform: scale(1.02);
}

.ilya-blog-featured__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(22px, 3vw, 40px);
}

.ilya-cat {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 10px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(255, 170, 23, 0.16);
	color: #9a6400;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
}

.ilya-cat:hover {
	color: #7a4e00;
	background: rgba(255, 170, 23, 0.28);
}

.ilya-blog-featured h2,
.ilya-article-card h3 {
	margin: 0 0 10px;
	color: var(--heading-color);
	font-weight: 700;
	line-height: 1.45;
}

.ilya-blog-featured h2 {
	font-size: clamp(1.25rem, 2.4vw, 1.75rem) !important;
}

.ilya-blog-featured__excerpt {
	margin: 0 0 16px;
	color: var(--text-color);
	font-size: 0.9375rem;
	line-height: 1.8;
}

.ilya-article-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--ilya-blog-meta);
	font-size: 0.8125rem;
}

.ilya-article-meta li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.ilya-article-meta i {
	color: var(--ilya-blog-accent);
	font-size: 0.75rem;
}

.ilya-blog-featured__cta {
	margin-top: 22px;
	align-self: flex-start;
	display: inline-flex;
	pointer-events: none;
}

.ilya-blog-featured--archive {
	margin-bottom: 32px;
}

.ilya-article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(14px, 1.8vw, 20px);
	align-items: start;
}

.ilya-article-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: var(--ilya-blog-border);
	border-radius: var(--ilya-blog-radius-sm, 12px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
	overflow: hidden;
	text-decoration: none !important;
	color: inherit;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.ilya-article-card:hover,
.ilya-article-card:focus-visible {
	box-shadow: var(--ilya-blog-shadow-hover);
	border-color: rgba(255, 170, 23, 0.25);
	color: inherit;
}

.ilya-article-card__media {
	aspect-ratio: 2 / 1;
	overflow: hidden;
	background: #e8ecf2;
}

.ilya-article-card__body {
	display: flex;
	flex-direction: column;
	padding: 14px 16px 16px;
}

.ilya-article-card .ilya-cat {
	margin-bottom: 8px;
	padding: 3px 8px;
	font-size: 0.6875rem;
}

.ilya-article-card h3 {
	font-size: 0.9375rem !important;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ilya-article-card__excerpt {
	margin: 0 0 12px;
	color: var(--ilya-blog-meta);
	font-size: 0.8125rem;
	line-height: 1.65;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ilya-article-card .ilya-article-meta {
	margin-top: auto;
	font-size: 0.75rem;
	gap: 6px 10px;
}

.ilya-cat-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ilya-cat-chip {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 999px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff;
	color: var(--heading-color);
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ilya-cat-chip:hover,
.ilya-cat-chip:focus-visible,
.ilya-cat-chip.is-active {
	background: var(--heading-color);
	border-color: var(--heading-color);
	color: #fff;
}

.ilya-popular-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ilya-popular-item {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	text-decoration: none;
	color: inherit;
	padding: 10px;
	border-radius: var(--ilya-blog-radius-sm);
	transition: background 0.2s ease;
}

.ilya-popular-item:hover,
.ilya-popular-item:focus-visible {
	background: #fff;
	color: inherit;
}

.ilya-popular-item__media {
	aspect-ratio: 1;
	border-radius: 10px;
	overflow: hidden;
	background: #e8ecf2;
}

.ilya-popular-item__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ilya-popular-item h3 {
	margin: 0 0 6px;
	font-size: 0.9375rem !important;
	line-height: 1.5;
}

.ilya-popular-item .ilya-article-meta {
	font-size: 0.75rem;
}

.ilya-article-layout {
	display: grid;
	grid-template-columns: minmax(0, var(--ilya-blog-measure)) minmax(220px, 280px);
	justify-content: center;
	gap: clamp(28px, 4vw, 56px);
	align-items: start;
	padding: clamp(28px, 4vw, 56px) 0 0;
}

.ilya-article-header {
	margin-bottom: 28px;
}

.ilya-article-header h1 {
	margin: 8px 0 14px;
	font-size: clamp(1.625rem, 3.4vw, 2.25rem) !important;
	line-height: 1.4;
	font-weight: 800;
}

.ilya-article-header__excerpt {
	margin: 0 0 18px;
	font-size: 1.0625rem;
	line-height: 1.85;
	color: var(--text-color);
}

.ilya-article-cover {
	margin: 0 0 36px;
	aspect-ratio: 16 / 9;
	border-radius: var(--ilya-blog-radius);
	overflow: hidden;
	background: #e8ecf2;
}

.ilya-article-cover figcaption {
	padding: 10px 4px 0;
	color: var(--ilya-blog-meta);
	font-size: 0.8125rem;
}

.ilya-toc-mobile {
	display: none;
	margin: 0 0 28px;
	border: var(--ilya-blog-border);
	border-radius: var(--ilya-blog-radius-sm);
	background: #f8f9fc;
}

.ilya-toc-mobile summary {
	cursor: pointer;
	padding: 14px 16px;
	font-weight: 700;
	color: var(--heading-color);
	list-style: none;
}

.ilya-toc-mobile summary::-webkit-details-marker {
	display: none;
}

.ilya-toc-mobile .ilya-toc-list {
	padding: 0 16px 14px;
	margin: 0;
	list-style: none;
}

.ilya-toc-mobile summary::after {
	content: "";
	float: left;
	margin-top: 8px;
	border: 5px solid transparent;
	border-top-color: currentColor;
}

.ilya-article-prose {
	max-width: var(--ilya-blog-measure);
}

.ilya-article-prose h2 {
	margin: 2.1em 0 0.7em;
	font-size: 1.375rem !important;
	line-height: 1.5;
}

.ilya-article-prose h3 {
	margin: 1.6em 0 0.55em;
	font-size: 1.125rem !important;
	line-height: 1.55;
}

.ilya-article-prose p {
	margin: 0 0 1.15em;
	font-size: 1.0625rem;
	line-height: 1.9;
}

.ilya-article-prose a {
	color: #8a5a00;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ilya-article-prose a:hover {
	color: var(--heading-color);
}

.ilya-article-prose ul,
.ilya-article-prose ol {
	margin: 0 0 1.25em;
	padding-right: 1.25em;
	padding-left: 0;
}

.ilya-article-prose li {
	margin-bottom: 0.45em;
	font-size: 1.0625rem;
	line-height: 1.85;
}

.ilya-article-prose blockquote {
	margin: 1.6em 0;
	padding: 16px 20px;
	border-right: 4px solid var(--ilya-blog-accent);
	background: #f8f9fc;
	border-radius: 0 12px 12px 0;
	color: var(--heading-color);
	font-weight: 500;
}

.ilya-article-prose table {
	width: 100%;
	margin: 0 0 1.75em;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #e6eaf0 !important;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
	font-size: 0.9375rem;
}

.ilya-article-prose figure.table,
.ilya-article-prose .ilya-article-table {
	margin: 0 0 1.75em;
	border: 1px solid #e6eaf0;
	border-radius: 14px;
	overflow: auto;
	background: #fff;
	-webkit-overflow-scrolling: touch;
}

.ilya-article-prose figure.table table,
.ilya-article-prose .ilya-article-table table {
	margin: 0;
	border: 0 !important;
	border-radius: 0;
	overflow: visible;
}

.ilya-article-prose th,
.ilya-article-prose td {
	padding: 14px 16px;
	text-align: center;
	vertical-align: middle;
	border: 0 !important;
	border-bottom: 1px solid #eef1f5 !important;
	color: #334155;
	line-height: 1.75;
	background-color: transparent;
}

.ilya-article-prose thead th,
.ilya-article-prose table:not(:has(thead)) > tbody > tr:first-child > th,
.ilya-article-prose table:not(:has(thead)) > tbody > tr:first-child > td,
.ilya-article-prose table:not(:has(thead)) > tr:first-child > th,
.ilya-article-prose table:not(:has(thead)) > tr:first-child > td {
	background: #f5f7fa;
	color: #1e293b;
	font-weight: 700;
	border-bottom-color: #e6eaf0 !important;
}

.ilya-article-prose tbody tr:last-child > td,
.ilya-article-prose tbody tr:last-child > th,
.ilya-article-prose table > tr:last-child > td,
.ilya-article-prose table > tr:last-child > th {
	border-bottom: 0 !important;
}

.ilya-article-prose tbody tr:hover > td {
	background-color: #fafbfc;
}

.ilya-article-prose table:not(:has(thead)) > tbody > tr:first-child:hover > td,
.ilya-article-prose table:not(:has(thead)) > tr:first-child:hover > td {
	background: #f5f7fa;
}

.ilya-article-prose table caption {
	caption-side: top;
	padding: 0 2px 12px;
	color: var(--heading-color);
	font-size: 0.9375rem;
	font-weight: 700;
	text-align: right;
}

.ilya-article-prose pre {
	margin: 0 0 1.5em;
	padding: 16px 18px;
	border-radius: 12px;
	background: #1a1d23;
	color: #e8ecf1;
	overflow-x: auto;
	direction: ltr;
	text-align: left;
	font-size: 0.875rem;
	line-height: 1.7;
}

.ilya-article-prose code {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.9em;
}

.ilya-article-prose p code,
.ilya-article-prose li code {
	padding: 0.1em 0.4em;
	border-radius: 6px;
	background: #f4f5f8;
	color: #222429;
	direction: ltr;
	unicode-bidi: isolate;
}

.ilya-article-prose figure {
	margin: 1.6em 0;
}

.ilya-article-prose figure img {
	width: 100%;
	border-radius: var(--ilya-blog-radius-sm);
}

.ilya-article-prose figcaption {
	margin-top: 8px;
	color: var(--ilya-blog-meta);
	font-size: 0.8125rem;
}

.ilya-article-tags {
	margin: 28px 0 0;
	padding: 20px 0 0;
	border-top: var(--ilya-blog-border);
}

.ilya-article-tags__title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
	color: var(--ilya-blog-meta);
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.4;
}

.ilya-article-tags__title i {
	color: var(--ilya-blog-accent, #ffaa17);
	font-size: 0.75rem;
}

.ilya-article-tags__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.ilya-article-tag {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	padding: 6px 12px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 999px;
	background: #f4f5f8;
	color: var(--heading-color);
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ilya-article-tag::before {
	content: "#";
	margin-left: 4px;
	color: var(--ilya-blog-accent, #ffaa17);
	font-weight: 700;
}

.ilya-article-tag:hover,
.ilya-article-tag:focus-visible {
	background: rgba(255, 170, 23, 0.16);
	border-color: rgba(255, 170, 23, 0.45);
	color: #6b4500;
}

.ilya-article-inline-cta {
	margin: 2em 0;
	padding: 22px 22px 20px;
	border: var(--ilya-blog-border);
	border-right: 4px solid var(--ilya-blog-accent);
	border-radius: var(--ilya-blog-radius-sm);
	background: #fff;
}

.ilya-article-inline-cta p {
	margin: 0 0 14px;
	font-size: 0.975rem;
	line-height: 1.75;
}

.ilya-article-sidebar {
	position: sticky;
	top: 88px;
}

.ilya-toc,
.ilya-author-card,
.ilya-share,
.ilya-sidebar-cta,
.ilya-related {
	padding: 18px;
	margin-bottom: 16px;
	background: #f8f9fc;
	border: var(--ilya-blog-border);
	border-radius: var(--ilya-blog-radius-sm);
}

.ilya-toc h2,
.ilya-share h2,
.ilya-sidebar-cta h2,
.ilya-related h2 {
	margin: 0 0 12px;
	font-size: 0.875rem;
}

.ilya-toc ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ilya-toc a,
.ilya-toc-mobile a {
	display: block;
	padding: 6px 0;
	color: #4b5563;
	font-size: 0.8125rem;
	line-height: 1.55;
	font-weight: 500;
	text-decoration: none;
	border-right: 2px solid transparent;
	padding-right: 10px;
}

.ilya-toc a:hover,
.ilya-toc a.is-active,
.ilya-toc-mobile a:hover,
.ilya-toc-mobile a.is-active {
	color: var(--heading-color);
	border-right-color: var(--ilya-blog-accent);
}

.ilya-toc .is-h3,
.ilya-toc-mobile .is-h3 {
	padding-right: 22px;
	font-weight: 400;
}

.ilya-author-card {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

.ilya-author-card img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	background: #fff;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.ilya-author-card h2,
.ilya-author-card h1 {
	margin: 0 0 4px;
	font-size: 0.9375rem;
}

.ilya-author-card--page {
	grid-template-columns: 80px minmax(0, 1fr);
	gap: 16px;
}

.ilya-author-card--page img {
	width: 80px;
	height: 80px;
}

.ilya-author-card--page h1 {
	font-size: 1.5rem;
	margin-bottom: 6px;
}

.ilya-author-card p {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.7;
	color: var(--text-color);
}

.ilya-share__btns {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ilya-share__btns a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 0 10px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	color: var(--heading-color);
	font-size: 0.875rem;
	text-decoration: none;
}

.ilya-share__btns a:hover,
.ilya-share__btns a:focus-visible {
	border-color: var(--ilya-blog-accent);
	color: #9a6400;
}

.ilya-related__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ilya-related__list li + li {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ilya-related__list a {
	display: block;
	padding: 9px 0;
	color: var(--heading-color);
	font-size: 0.875rem;
	line-height: 1.55;
	font-weight: 600;
	text-decoration: none;
}

.ilya-related__list li:first-child a {
	padding-top: 0;
}

.ilya-related__list li:last-child a {
	padding-bottom: 0;
}

.ilya-related__list a:hover,
.ilya-related__list a:focus-visible {
	color: #9a6400;
}

.ilya-sidebar-cta p {
	margin: 0 0 12px;
	font-size: 0.8125rem;
	line-height: 1.7;
}

.ilya-section-label {
	margin: 0 0 24px;
	font-size: 1.125rem !important;
	font-weight: 700;
}

.ilya-nextprev {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin: 36px 0 0;
}

.ilya-nextprev a {
	display: block;
	padding: 16px 18px;
	border: var(--ilya-blog-border);
	border-radius: var(--ilya-blog-radius-sm);
	background: #fff;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ilya-nextprev a:hover {
	border-color: rgba(255, 170, 23, 0.4);
	box-shadow: var(--ilya-blog-shadow);
}

.ilya-nextprev span {
	display: block;
	margin-bottom: 6px;
	color: var(--ilya-blog-meta);
	font-size: 0.75rem;
	font-weight: 700;
}

.ilya-nextprev strong {
	display: block;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--heading-color);
}

.ilya-nextprev a.is-next {
	text-align: left;
}

.ilya-pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 36px;
	direction: rtl;
}

.ilya-pager > a,
.ilya-pager > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 0 12px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	color: var(--heading-color);
	font-weight: 600;
	text-decoration: none;
	line-height: 1;
}

.ilya-pager > .is-active,
.ilya-pager > a:hover {
	background: var(--heading-color);
	border-color: var(--heading-color);
	color: #fff;
}

.ilya-pager > [aria-disabled="true"] {
	opacity: 0.45;
	pointer-events: none;
}

.ilya-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 36px;
}

.ilya-pagination a,
.ilya-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 0 12px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	color: var(--heading-color);
	font-weight: 600;
	text-decoration: none;
}

.ilya-pagination .is-active,
.ilya-pagination a:hover {
	background: var(--heading-color);
	border-color: var(--heading-color);
	color: #fff;
}

.ilya-pagination [aria-disabled="true"] {
	opacity: 0.45;
	pointer-events: none;
}

.ilya-search-page .ilya-blog-search {
	max-width: 640px;
}

.ilya-search-count {
	margin: 16px 0 0;
	color: var(--ilya-blog-meta);
	font-size: 0.875rem;
}

.ilya-empty {
	padding: 40px 20px;
	text-align: center;
	color: var(--text-color);
	background: #f8f9fc;
	border-radius: var(--ilya-blog-radius);
	border: var(--ilya-blog-border);
}

.ilya-empty h2 {
	margin: 0 0 8px;
	font-size: 1.125rem;
}

.ilya-empty p {
	margin: 0;
}

@media (max-width: 991px) {
	.ilya-blog-hero__grid {
		grid-template-columns: 1fr;
	}

	.ilya-blog-hero__visual {
		order: -1;
		max-width: 420px;
		margin-inline: auto;
		width: 100%;
	}

	.ilya-blog-hero__visual-frame {
		max-height: 240px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ilya-blog-featured,
	.ilya-article-card,
	.ilya-blog-featured img,
	.ilya-article-card img,
	.ilya-cat-chip,
	.ilya-popular-item {
		transition: none;
	}

	.ilya-blog-featured:hover,
	.ilya-article-card:hover {
		transform: none;
	}

	.ilya-blog-featured:hover img,
	.ilya-article-card:hover img {
		transform: none;
	}
}

body.ilya-blog a:focus-visible,
body.ilya-blog button:focus-visible,
body.ilya-blog summary:focus-visible,
body.ilya-blog input:focus-visible {
	outline: 2px solid var(--ilya-blog-accent);
	outline-offset: 3px;
}

@media (max-width: 1023px) {
	.ilya-article-layout {
		grid-template-columns: 1fr;
		padding-top: 24px;
	}

	.ilya-article-sidebar {
		position: static;
		display: grid;
		gap: 16px;
	}

	.ilya-toc {
		display: none;
	}

	.ilya-toc-mobile {
		display: block;
	}

	.ilya-article-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ilya-blog-featured {
		grid-template-columns: 1fr;
	}

	.ilya-blog-featured__media {
		min-height: 220px;
		aspect-ratio: 16 / 9;
	}

	.ilya-popular-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.ilya-article-grid {
		grid-template-columns: 1fr;
	}

	.ilya-blog-brand-cta {
		grid-template-columns: 1fr;
	}

	.ilya-nextprev {
		grid-template-columns: 1fr;
	}

	.ilya-nextprev a.is-next {
		text-align: right;
	}

	.ilya-article-prose p,
	.ilya-article-prose li {
		font-size: 1rem;
		line-height: 1.85;
	}

	.ilya-article-prose th,
	.ilya-article-prose td {
		padding: 10px 12px;
		font-size: 0.875rem;
	}

	.ilya-blog-search {
		max-width: none;
	}

	.ilya-blog-hero {
		padding-top: 28px;
	}
}

@media (max-width: 380px) {
	.ilya-blog-search button {
		padding: 0 14px;
	}

	.ilya-popular-item {
		grid-template-columns: 72px minmax(0, 1fr);
	}
}

/* Dropdown chevron on the physical left (opposite RTL text). */
select:not([multiple]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left 0.85rem center;
	background-size: 1.1em 1.1em;
	padding-left: 2.25rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 0;
	right: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 40px;
	text-align: right;
}
