
body.home,
body.front-page{
	background:#f6f7f9;
}

.yh-homepage{
	--yh-red:#d93732;
	--yh-red-dark:#8f1115;
	--yh-red-soft:#fff1ef;
	--yh-ink:#211214;
	--yh-muted:#73767d;
	--yh-line:rgba(29,29,35,.10);
	--yh-soft:#f7f8fa;
	--yh-card:#fff;
	--yh-shadow:0 14px 34px rgba(20,20,25,.07);
	--yh-shadow-lg:0 28px 76px rgba(20,20,25,.13);
	font-family:"Tajawal",Arial,sans-serif!important;
	position:relative;
	background:
		radial-gradient(circle at 9% 4%,rgba(217,55,50,.085),transparent 28%),
		radial-gradient(circle at 92% 13%,rgba(217,55,50,.06),transparent 30%),
		linear-gradient(180deg,#fff 0%,#f7f8fa 44%,#fff 100%);
	color:var(--yh-ink);
	overflow:hidden;
	font-size:13.5px;
	line-height:1.65;
}

.yh-homepage *,
.yh-homepage *::before,
.yh-homepage *::after{
	box-sizing:border-box;
}

.yh-homepage a{
	text-decoration:none!important;
}

.yh-homepage h1,
.yh-homepage h2,
.yh-homepage h3,
.yh-homepage h4,
.yh-homepage p{
	font-family:"Tajawal",Arial,sans-serif!important;
}

.yh-shell{
	width:min(1210px,calc(100% - 32px));
	margin-inline:auto;
	position:relative;
	z-index:2;
}

.yh-shell--wide{
	width:min(1350px,calc(100% - 18px));
}

.yh-section{
	padding:42px 0;
	position:relative;
	z-index:2;
}

.yh-section-head{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:16px;
	margin-bottom:18px;
}

.yh-section-head__copy{
	max-width:660px;
}

.yh-kicker{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:5px 10px;
	border-radius:999px;
	background:rgba(217,55,50,.10);
	color:var(--yh-red);
	font-size:10.5px;
	font-weight:900;
	line-height:1;
}

.yh-section-head h2{
	margin:8px 0 0;
	color:var(--yh-ink);
	font-size:clamp(18px,1.55vw,23px);
	line-height:1.32;
	font-weight:900;
	letter-spacing:-.01em;
}

.yh-section-head p{
	margin:6px 0 0;
	color:var(--yh-muted);
	font-size:13px;
	font-weight:500;
	line-height:1.75;
}

.yh-link{
	display:inline-flex;
	align-items:center;
	gap:6px;
	color:var(--yh-red)!important;
	font-size:12.5px;
	font-weight:900;
	white-space:nowrap;
	transition:.2s ease;
}

.yh-link:hover{
	color:var(--yh-red-dark)!important;
	transform:translateY(-1px);
}

.yh-link::after{
	content:"←";
	font-size:12.5px;
}

.yh-homepage[dir="ltr"] .yh-link::after{
	content:"→";
}

.yh-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:38px;
	padding:9px 16px;
	border-radius:999px;
	font-size:12.5px;
	font-weight:900;
	border:1px solid transparent;
	white-space:nowrap;
	transition:.22s ease;
}

.yh-btn:hover{
	transform:translateY(-2px);
}

.yh-btn--white{
	background:#fff;
	color:var(--yh-red)!important;
	box-shadow:0 10px 22px rgba(255,255,255,.10);
}

.yh-btn--ghost{
	background:rgba(255,255,255,.10);
	color:#fff!important;
	border-color:rgba(255,255,255,.25);
}

.yh-btn--red{
	background:linear-gradient(135deg,var(--yh-red),var(--yh-red-dark));
	color:#fff!important;
	box-shadow:0 12px 25px rgba(217,55,50,.22);
}

/* Hero */
.yh-hero{
	position:relative;
	padding:12px 0 38px;
	background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(246,247,249,.92) 100%);
}

.yh-slider{
	position:relative;
	width:min(100%,1460px);
	margin:0 auto;
	padding:0 14px;
	z-index:2;
}

.yh-slider__box{
	position:relative;
	height:320px;
	border-radius:28px;
	overflow:hidden;
	background:#f1f2f4;
	box-shadow:0 28px 76px rgba(18,18,24,.16);
	isolation:isolate;
	border:1px solid rgba(255,255,255,.72);
}

.yh-slider__track,
.yh-slider__slide,
.yh-slider__media{
	position:absolute;
	inset:0;
}

.yh-slider__slide{
	opacity:0;
	visibility:hidden;
	transform:scale(1.012);
	transition:opacity .55s ease,visibility .55s ease,transform 1.1s ease;
	z-index:1;
	pointer-events:none;
}

.yh-slider__slide.is-active{
	opacity:1;
	visibility:visible;
	transform:scale(1);
	z-index:2;
	pointer-events:auto;
}

.yh-slider__media img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:center;
}

.yh-slider__box::after{
	content:"";
	position:absolute;
	inset:0;
	z-index:4;
	pointer-events:none;
	border-radius:28px;
	border:1px solid rgba(255,255,255,.28);
	box-shadow:inset 0 -36px 56px rgba(0,0,0,.08);
}

.yh-slider__arrow{
	position:absolute!important;
	top:50%!important;
	transform:translateY(-50%)!important;
	z-index:999!important;
	width:42px!important;
	height:42px!important;
	border:0!important;
	border-radius:999px!important;
	background:rgba(18,18,24,.55)!important;
	color:#fff!important;
	cursor:pointer!important;
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	font-size:22px!important;
	font-weight:900!important;
	line-height:1!important;
	box-shadow:0 10px 25px rgba(0,0,0,.18)!important;
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
	transition:.2s ease!important;
	pointer-events:auto!important;
}

.yh-slider__arrow:hover{
	background:var(--yh-red)!important;
}

.yh-slider__arrow--prev{
	inset-inline-start:30px!important;
}

.yh-slider__arrow--next{
	inset-inline-end:30px!important;
}

.yh-slider__dots{
	position:absolute;
	left:50%;
	bottom:16px;
	transform:translateX(-50%);
	z-index:999;
	display:flex;
	align-items:center;
	gap:7px;
	padding:7px 10px;
	border-radius:999px;
	background:rgba(0,0,0,.22);
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
	pointer-events:auto;
}

.yh-slider__dot{
	width:7px;
	height:7px;
	border:0;
	padding:0;
	border-radius:999px;
	background:rgba(255,255,255,.75);
	cursor:pointer;
	transition:.2s ease;
}

.yh-slider__dot.is-active{
	width:25px;
	background:var(--yh-red);
}

/* Categories - New Premium Design */
.yh-cats-wrap{
	position:relative;
	z-index:25;
	margin-top:22px;
}

/* حذف الخلفية الكبيرة خلف الأقسام */
.yh-cats{
	position:relative;
	padding:0;
	border-radius:0;
	background:transparent!important;
	border:0!important;
	box-shadow:none!important;
	backdrop-filter:none!important;
	-webkit-backdrop-filter:none!important;
	overflow:visible;
}

.yh-cats::before{
	display:none!important;
	content:none!important;
}

/* عنوان الأقسام فقط */
.yh-cats__head{
	position:relative;
	z-index:2;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:22px;
	padding:0;
	text-align:center;
}

.yh-cats__head > div{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
}

.yh-cats__head .yh-kicker{
	display:none!important;
}

.yh-cats__head h2{
	margin:0!important;
}

/* زر العنوان */
.yh-cats-title-pill{
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	min-height:46px;
	padding:10px 28px 12px;
	border-radius:999px;
	background:
		linear-gradient(135deg,#ffffff 0%,#fff5f3 100%);
	border:1px solid rgba(217,55,50,.18);
	color:#7b0d12!important;
	font-family:"Tajawal",Arial,sans-serif!important;
	font-size:clamp(18px,1.55vw,24px)!important;
	font-weight:900!important;
	line-height:1.2!important;
	letter-spacing:-.01em;
	box-shadow:
		0 10px 0 rgba(217,55,50,.055),
		0 22px 48px rgba(18,18,24,.10);
}

.yh-cats-title-pill::before{
	content:"";
	width:10px;
	height:10px;
	border-radius:999px;
	background:linear-gradient(135deg,var(--yh-red),var(--yh-red-dark));
	box-shadow:0 0 0 6px rgba(217,55,50,.10);
}

.yh-cats-title-pill::after{
	content:"";
	position:absolute;
	left:22%;
	right:22%;
	bottom:7px;
	height:3px;
	border-radius:999px;
	background:linear-gradient(90deg,transparent,var(--yh-red),transparent);
	opacity:.45;
}

/* شبكة الأقسام - تتمركز تلقائياً سواء 5 أو 6 أقسام */
.yh-cats__grid{
	position:relative;
	z-index:2;
	display:grid;
	grid-template-columns:repeat(auto-fit, minmax(205px, 225px));
	justify-content:center;
	justify-items:center;
	align-items:stretch;
	gap:18px;
	width:100%;
	margin:0 auto;
}

/* بطاقة القسم */
.yh-cat{
	position:relative;
	display:block;
	width:100%;
	max-width:225px;
	border-radius:26px;
	overflow:hidden;
	background:
		linear-gradient(180deg,#ffffff 0%,#fffafa 100%);
	border:1px solid rgba(25,25,30,.08);
	box-shadow:
		0 10px 0 rgba(217,55,50,.035),
		0 18px 42px rgba(18,18,24,.09);
	transition:
		transform .28s cubic-bezier(.22,1,.36,1),
		box-shadow .28s cubic-bezier(.22,1,.36,1),
		border-color .28s cubic-bezier(.22,1,.36,1);
	isolation:isolate;
}

.yh-cat::before{
	content:"";
	position:absolute;
	inset:0;
	z-index:1;
	background:
		linear-gradient(135deg,rgba(217,55,50,.08),transparent 44%),
		radial-gradient(circle at 86% 10%,rgba(217,55,50,.10),transparent 28%);
	opacity:.72;
	pointer-events:none;
}

.yh-cat::after{
	content:"";
	position:absolute;
	inset-inline-start:18px;
	top:0;
	width:42px;
	height:5px;
	border-radius:0 0 999px 999px;
	background:linear-gradient(90deg,var(--yh-red),var(--yh-red-dark));
	z-index:3;
	box-shadow:0 8px 20px rgba(217,55,50,.18);
}

.yh-cat:hover{
	transform:translateY(-7px);
	border-color:rgba(217,55,50,.28);
	box-shadow:
		0 13px 0 rgba(217,55,50,.055),
		0 30px 68px rgba(18,18,24,.15);
}

/* صورة القسم */
.yh-cat__img{
	position:relative;
	z-index:2;
	height:165px;
	margin:10px 10px 0;
	border-radius:20px;
	background:
		linear-gradient(135deg,#f4f5f7,#ffffff);
	overflow:hidden;
}

.yh-cat__img::after{
	content:"";
	position:absolute;
	inset:0;
	background:
		linear-gradient(180deg,rgba(255,255,255,.05),rgba(0,0,0,.05));
	pointer-events:none;
}

.yh-cat__img img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:center;
	transition:transform .55s cubic-bezier(.22,1,.36,1);
}

.yh-cat:hover .yh-cat__img img{
	transform:scale(1.075);
}

/* عنوان البطاقة */
.yh-cat__title{
	position:relative;
	z-index:2;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	min-height:58px;
	padding:12px 10px 14px;
	color:#2a1517;
	background:transparent;
	font-family:"Tajawal",Arial,sans-serif!important;
	font-size:14px;
	font-weight:900;
	line-height:1.25;
	letter-spacing:-.01em;
}

.yh-cat__title::after{
	content:"←";
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:24px;
	height:24px;
	margin-inline-start:8px;
	border-radius:999px;
	background:rgba(217,55,50,.10);
	color:var(--yh-red);
	font-size:13px;
	font-weight:900;
	transition:.22s ease;
}

.yh-homepage[dir="ltr"] .yh-cat__title::after{
	content:"→";
	margin-inline-start:8px;
}

.yh-cat:hover .yh-cat__title{
	color:var(--yh-red-dark);
}

.yh-cat:hover .yh-cat__title::after{
	background:linear-gradient(135deg,var(--yh-red),var(--yh-red-dark));
	color:#fff;
	transform:translateX(-2px);
}

.yh-homepage[dir="ltr"] .yh-cat:hover .yh-cat__title::after{
	transform:translateX(2px);
}
/* Listings */
.yh-soft{
	background:linear-gradient(180deg,#f7f8fa 0%,#fff 100%);
}

.yh-grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:20px;
}

.yh-car{
	position:relative;
	background:rgba(255,255,255,.98);
	border:1px solid rgba(25,25,30,.09);
	border-radius:26px;
	overflow:hidden;
	box-shadow:0 16px 40px rgba(18,18,24,.075);
	transition:.25s ease;
}

.yh-car:hover{
	transform:translateY(-5px);
	box-shadow:0 26px 58px rgba(18,18,24,.14);
}

.yh-car__media{
	position:relative;
	display:block;
	height:205px;
	background:#eef0f3;
	overflow:hidden;
	margin:10px 10px 0;
	border-radius:20px;
}

.yh-car__media img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:center;
	transition:.5s ease;
}

.yh-car:hover .yh-car__media img{
	transform:scale(1.045);
}

.yh-badge{
	position:absolute;
	top:11px;
	inset-inline-start:11px;
	z-index:3;
	display:inline-flex;
	align-items:center;
	gap:6px;
	min-height:27px;
	padding:6px 10px;
	border-radius:999px;
	background:linear-gradient(135deg,var(--yh-red),var(--yh-red-dark));
	color:#fff;
	font-size:10.5px;
	font-weight:900;
	box-shadow:0 10px 22px rgba(217,55,50,.25);
}

.yh-badge::before{
	content:"";
	width:6px;
	height:6px;
	border-radius:50%;
	background:#fff;
}

.yh-car__body{
	position:relative;
	z-index:2;
	padding:14px 15px 15px;
}

.yh-make{
	display:inline-flex;
	margin-bottom:4px;
	color:var(--yh-red);
	font-size:11px;
	font-weight:900;
}

.yh-car h3{
	margin:0;
	min-height:38px;
	color:var(--yh-ink);
	font-size:14.5px;
	font-weight:900;
	line-height:1.35;
}

.yh-car h3 a{
	color:var(--yh-ink)!important;
}

.yh-car__footer{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	margin-top:12px;
	padding-top:12px;
	border-top:1px solid var(--yh-line);
}

.yh-price{
	color:var(--yh-red);
	font-size:13px;
	font-weight:900;
}

.yh-date{
	color:var(--yh-muted);
	font-size:11px;
	font-weight:700;
}

.yh-card-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:6px;
	min-height:34px;
	padding:8px 13px;
	border-radius:999px;
	background:linear-gradient(135deg,var(--yh-red),var(--yh-red-dark));
	color:#fff!important;
	font-size:11.5px;
	font-weight:900;
	box-shadow:0 10px 22px rgba(217,55,50,.20);
	transition:.22s ease;
	white-space:nowrap;
}

.yh-card-btn::after{
	content:"←";
	font-size:12px;
	line-height:1;
}

.yh-homepage[dir="ltr"] .yh-card-btn::after{
	content:"→";
}

.yh-card-btn:hover{
	transform:translateY(-2px);
	box-shadow:0 14px 28px rgba(217,55,50,.28);
	color:#fff!important;
}

/* Stats */
.yh-stats{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:14px;
}

.yh-stat{
	position:relative;
	padding:18px;
	border-radius:22px;
	background:#fff;
	border:1px solid rgba(25,25,30,.08);
	box-shadow:0 12px 30px rgba(18,18,24,.06);
	overflow:hidden;
}

.yh-stat::after{
	content:"";
	position:absolute;
	top:-24px;
	inset-inline-end:-24px;
	width:70px;
	height:70px;
	border-radius:50%;
	background:rgba(217,55,50,.07);
}

.yh-stat strong{
	display:block;
	color:var(--yh-red);
	font-size:24px;
	font-weight:900;
	line-height:1;
}

.yh-stat h3{
	margin:8px 0 5px;
	color:var(--yh-ink);
	font-size:14.5px;
	font-weight:900;
}

.yh-stat p{
	margin:0;
	color:var(--yh-muted);
	font-size:12px;
	line-height:1.65;
}

/* Brands */
.yh-brands{
	margin-top:24px;
	padding:18px;
	border-radius:24px;
	background:#fff;
	border:1px solid rgba(25,25,30,.08);
	box-shadow:0 12px 30px rgba(18,18,24,.06);
}

.yh-brands h3{
	margin:8px 0 13px;
	color:var(--yh-ink);
	font-size:17px;
	font-weight:900;
}

.yh-brands__items{
	display:flex;
	gap:10px;
	overflow-x:auto;
	padding-bottom:4px;
}

.yh-brand{
	flex:0 0 auto;
	display:flex;
	align-items:center;
	gap:9px;
	min-width:128px;
	padding:9px 11px;
	border-radius:16px;
	background:#f8f9fb;
	border:1px solid var(--yh-line);
	color:var(--yh-ink)!important;
	transition:.2s ease;
}

.yh-brand:hover{
	background:#fff;
	box-shadow:0 12px 24px rgba(18,18,24,.08);
	transform:translateY(-2px);
}

.yh-brand img,
.yh-brand__initials{
	width:32px;
	height:32px;
	border-radius:11px;
	background:#fff;
	object-fit:contain;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:11px;
	font-weight:900;
}

.yh-brand strong{
	font-size:12px;
	font-weight:900;
	color:var(--yh-ink);
}

/* Promo */
.yh-promo-card{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:22px;
	min-height:175px;
	padding:28px;
	border-radius:28px;
	background:
		linear-gradient(135deg,rgba(25,28,36,.98),rgba(128,22,24,.96)),
		radial-gradient(circle at 18% 18%,rgba(255,255,255,.12),transparent 34%);
	color:#fff!important;
	box-shadow:0 26px 68px rgba(18,18,24,.16);
	overflow:hidden;
}

.yh-promo-card::after{
	content:"";
	position:absolute;
	inset-inline-end:-60px;
	top:-90px;
	width:260px;
	height:260px;
	border-radius:50%;
	background:rgba(255,255,255,.06);
	pointer-events:none;
}

.yh-promo-card > *{
	position:relative;
	z-index:2;
}

.yh-promo-card .yh-kicker,
.yh-final__panel .yh-kicker{
	background:rgba(255,255,255,.13);
	color:#fff!important;
}

.yh-promo-card h2,
.yh-promo-card h2 *,
.yh-promo-card h2 mark,
.yh-promo-card h2 span{
	margin:8px 0 7px;
	color:#fff!important;
	background:transparent!important;
	-webkit-text-fill-color:#fff!important;
	font-size:clamp(18px,1.65vw,24px);
	font-weight:900;
	line-height:1.25;
}

.yh-promo-card p,
.yh-promo-card p *{
	margin:0;
	color:rgba(255,255,255,.84)!important;
	background:transparent!important;
	font-size:13px;
	line-height:1.75;
	max-width:700px;
}

.yh-promo-card__actions{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}

/* Ecosystem New Design */
.yh-ecosystem{
	background:
		radial-gradient(circle at 10% 10%,rgba(217,55,50,.055),transparent 25%),
		linear-gradient(180deg,#fff 0%,#f7f8fa 100%);
}

.yh-eco-hero{
	position:relative;
	padding:26px;
	border-radius:30px;
	background:
		linear-gradient(135deg,#fff 0%,#fff7f6 100%);
	border:1px solid rgba(217,55,50,.10);
	box-shadow:0 22px 58px rgba(18,18,24,.08);
	overflow:hidden;
	margin-bottom:18px;
}

.yh-eco-hero::after{
	content:"";
	position:absolute;
	inset-inline-end:-90px;
	top:-110px;
	width:300px;
	height:300px;
	border-radius:50%;
	background:rgba(217,55,50,.08);
	pointer-events:none;
}

.yh-eco-hero__inner{
	position:relative;
	z-index:2;
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:20px;
}

.yh-eco-hero h2{
	margin:8px 0 0;
	color:var(--yh-ink);
	font-size:clamp(20px,1.8vw,27px);
	font-weight:900;
	line-height:1.28;
}

.yh-eco-hero p{
	margin:8px 0 0;
	color:var(--yh-muted);
	font-size:13px;
	line-height:1.75;
	max-width:650px;
}

.yh-eco-showcase{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:16px;
}

.yh-eco-card{
	position:relative;
	min-height:310px;
	padding:18px;
	border-radius:28px;
	background:#fff;
	border:1px solid rgba(25,25,30,.08);
	box-shadow:0 16px 42px rgba(18,18,24,.075);
	overflow:hidden;
	transition:.25s ease;
}

.yh-eco-card:hover{
	transform:translateY(-5px);
	box-shadow:0 26px 58px rgba(18,18,24,.13);
}

.yh-eco-card::before{
	content:"";
	position:absolute;
	inset:0;
	background:
		linear-gradient(135deg,rgba(217,55,50,.08),transparent 38%),
		radial-gradient(circle at 90% 8%,rgba(217,55,50,.09),transparent 22%);
	pointer-events:none;
}

.yh-eco-card__top{
	position:relative;
	z-index:2;
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:12px;
	margin-bottom:16px;
}

.yh-eco-icon{
	width:46px;
	height:46px;
	border-radius:16px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:linear-gradient(135deg,var(--yh-red),var(--yh-red-dark));
	color:#fff;
	font-size:20px;
	font-weight:900;
	box-shadow:0 14px 30px rgba(217,55,50,.22);
	flex:0 0 auto;
}

.yh-eco-card h3{
	margin:0 0 6px;
	color:var(--yh-ink);
	font-size:17px;
	font-weight:900;
	line-height:1.3;
}

.yh-eco-card p{
	margin:0;
	color:var(--yh-muted);
	font-size:12.5px;
	line-height:1.7;
}

.yh-eco-cta{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:6px;
	min-height:34px;
	padding:8px 13px;
	border-radius:999px;
	background:#fff;
	border:1px solid rgba(217,55,50,.16);
	color:var(--yh-red)!important;
	font-size:11.5px;
	font-weight:900;
	box-shadow:0 10px 22px rgba(18,18,24,.06);
	transition:.2s ease;
	white-space:nowrap;
}

.yh-eco-cta::after{
	content:"←";
}

.yh-homepage[dir="ltr"] .yh-eco-cta::after{
	content:"→";
}

.yh-eco-cta:hover{
	background:linear-gradient(135deg,var(--yh-red),var(--yh-red-dark));
	color:#fff!important;
	transform:translateY(-2px);
}

.yh-eco-mini-list{
	position:relative;
	z-index:2;
	display:grid;
	gap:10px;
}

.yh-eco-mini{
	display:grid;
	grid-template-columns:72px 1fr;
	align-items:center;
	gap:11px;
	padding:9px;
	border-radius:18px;
	background:#f8f9fb;
	border:1px solid rgba(25,25,30,.07);
	color:var(--yh-ink)!important;
	transition:.2s ease;
}

.yh-eco-mini:hover{
	background:#fff;
	box-shadow:0 12px 28px rgba(18,18,24,.08);
	transform:translateY(-2px);
}

.yh-eco-mini__img{
	height:62px;
	border-radius:14px;
	overflow:hidden;
	background:#eef0f3;
}

.yh-eco-mini__img img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}

.yh-eco-mini span{
	display:inline-flex;
	margin-bottom:3px;
	color:var(--yh-red);
	font-size:10.5px;
	font-weight:900;
}

.yh-eco-mini h4{
	margin:0 0 3px;
	color:var(--yh-ink);
	font-size:13px;
	font-weight:900;
	line-height:1.3;
}

.yh-eco-mini strong{
	color:var(--yh-red);
	font-size:11px;
	font-weight:900;
}

.yh-eco-placeholder{
	position:relative;
	z-index:2;
	padding:18px;
	border-radius:20px;
	background:#f8f9fb;
	border:1px dashed rgba(217,55,50,.24);
}

.yh-eco-placeholder h4{
	margin:0 0 6px;
	color:var(--yh-ink);
	font-size:14px;
	font-weight:900;
}

.yh-eco-placeholder p{
	margin:0;
	color:var(--yh-muted);
	font-size:12.5px;
	line-height:1.7;
}

/* Spotlight */
.yh-spotlight{
	background:#f7f8fa;
}

.yh-spotlight__grid{
	display:grid;
	grid-template-columns:1.08fr .92fr;
	gap:16px;
}

.yh-spot{
	min-height:190px;
	padding:24px;
	border-radius:27px;
	box-shadow:0 20px 46px rgba(18,18,24,.12);
}

.yh-spot--red{
	background:linear-gradient(135deg,#d8433b,#9e171a);
	color:#fff!important;
}

.yh-spot--dark{
	background:#fff;
	color:var(--yh-ink)!important;
	border:1px solid rgba(25,25,30,.08);
	box-shadow:0 16px 38px rgba(18,18,24,.08);
}

.yh-spot--red .yh-kicker{
	background:rgba(255,255,255,.13);
	color:#fff;
}

.yh-spot--dark .yh-kicker{
	background:rgba(217,55,50,.10);
	color:var(--yh-red);
}

.yh-spot h2,
.yh-spot h3{
	margin:9px 0 7px;
	font-size:clamp(18px,1.7vw,24px);
	line-height:1.26;
	font-weight:900;
}

.yh-spot--red h2,
.yh-spot--red h3{
	color:#fff!important;
}

.yh-spot--dark h2,
.yh-spot--dark h3{
	color:var(--yh-ink)!important;
}

.yh-spot p{
	margin:0 0 15px;
	font-size:13px;
	line-height:1.75;
}

.yh-spot--red p{
	color:rgba(255,255,255,.82)!important;
}

.yh-spot--dark p{
	color:var(--yh-muted)!important;
}

.yh-spot--dark .yh-btn--ghost{
	background:linear-gradient(135deg,var(--yh-red),var(--yh-red-dark));
	color:#fff!important;
	border-color:transparent;
}

/* Final */
.yh-final{
	padding-bottom:60px;
	background:#fff;
}

.yh-final__panel{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:22px;
	padding:28px;
	border-radius:28px;
	background:linear-gradient(135deg,#d8433b,#9e171a);
	color:#fff!important;
	box-shadow:0 24px 60px rgba(217,55,50,.22);
	overflow:hidden;
}

.yh-final__panel h2{
	margin:8px 0 0;
	color:#fff!important;
	font-size:clamp(18px,1.7vw,24px);
	line-height:1.26;
	font-weight:900;
}

.yh-final__actions{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}

.yh-empty{
	padding:17px;
	border-radius:18px;
	background:#f8f9fb;
	border:1px solid var(--yh-line);
}

.yh-empty h4{
	margin:0 0 6px;
	color:var(--yh-ink);
	font-size:14px;
	font-weight:900;
}

.yh-empty p{
	margin:0;
	color:var(--yh-muted);
	font-size:12.5px;
	line-height:1.65;
}

[data-reveal]{
	opacity:0;
	transform:translateY(12px);
	transition:opacity .45s ease,transform .45s ease;
}

[data-reveal].is-visible{
	opacity:1;
	transform:translateY(0);
}

@media(max-width:1200px){
	.yh-cats__grid{
		gap:12px;
	}

	.yh-cat__img{
		height:132px;
	}
}

@media(max-width:1100px){
	.yh-slider__box{
		height:300px;
	}

	.yh-cats__grid{
	grid-template-columns:repeat(auto-fit, minmax(205px, 225px));
	justify-content:center;
}

	.yh-grid,
	.yh-eco-showcase{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}

	.yh-stats{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}

	.yh-cat__img{
		height:150px;
	}
}

@media(max-width:820px){
	.yh-shell{
		width:min(100% - 24px,1200px);
	}

	.yh-shell--wide{
		width:min(100% - 16px,1350px);
	}

	.yh-hero{
		padding-top:10px;
	}

	.yh-slider{
		padding:0 12px;
	}

	.yh-slider__box{
		height:auto;
		aspect-ratio:3/1;
		min-height:160px;
		border-radius:22px;
	}

	.yh-section{
		padding:34px 0;
	}

	.yh-section-head,
	.yh-cats__head,
	.yh-promo-card,
	.yh-eco-hero__inner,
	.yh-spotlight__grid,
	.yh-final__panel{
		flex-direction:column;
		align-items:flex-start;
	}

	.yh-cats-wrap{
		margin-top:-14px;
	}

	.yh-cats{
		padding:14px;
		border-radius:22px;
	}

	.yh-cats__grid{
		display:flex;
		overflow-x:auto;
		gap:14px;
		padding-bottom:4px;
		scroll-snap-type:x mandatory;
	}

	.yh-cat{
		flex:0 0 195px;
		scroll-snap-align:start;
	}

	.yh-cat__img{
		height:132px;
	}

	.yh-grid,
	.yh-eco-showcase,
	.yh-spotlight__grid{
		grid-template-columns:1fr;
	}

	.yh-slider__arrow{
		width:38px!important;
		height:38px!important;
		font-size:20px!important;
	}

	.yh-slider__arrow--prev{
		inset-inline-start:22px!important;
	}

	.yh-slider__arrow--next{
		inset-inline-end:22px!important;
	}
}

@media(max-width:520px){
	.yh-slider__box{
		min-height:145px;
	}

	.yh-cat{
		flex:0 0 180px;
	}

	.yh-cat__img{
		height:122px;
	}

	.yh-car__media{
		height:188px;
	}

	.yh-car__footer{
		flex-direction:column;
		align-items:stretch;
	}

	.yh-card-btn{
		width:100%;
	}

	.yh-stats{
		grid-template-columns:1fr;
	}

	.yh-eco-mini{
		grid-template-columns:78px 1fr;
	}

	.yh-promo-card__actions,
	.yh-final__actions,
	.yh-btn{
		width:100%;
	}

	.yh-promo-card__actions .yh-btn,
	.yh-final__actions .yh-btn{
		width:100%;
	}
}
@media(max-width:520px){

	.yh-slider__box{
		min-height:178px;
	}
	.yh-cat{
		flex:0 0 180px;
	}
	.yh-cat__img{
		height:122px;
	}
	.yh-car__media{
		height:188px;
	}
	.yh-car__footer{
		flex-direction:column;
		align-items:stretch;
	}
	.yh-card-btn{
		width:100%;
	}
	.yh-stats{
		grid-template-columns:1fr;
	}
	.yh-eco-mini{
		grid-template-columns:78px 1fr;
	}
	.yh-promo-card__actions,
	.yh-final__actions,
	.yh-btn{
		width:100%;
	}
	.yh-promo-card__actions .yh-btn,
	.yh-final__actions .yh-btn{
		width:100%;
	}

}

/* عنوان جميع الأقسام */

.yh-cats__head{

	justify-content:center !important;
	text-align:center !important;
	margin-bottom:22px !important;

}

.yh-cats__head > div{

	display:flex !important;
	justify-content:center !important;
	width:100% !important;

}

.yh-cats-main-title{

	display:inline-flex !important;
	align-items:center !important;
	justify-content:center !important;
	margin:0 auto !important;
	padding:10px 26px !important;
	min-height:44px !important;
	border-radius:999px !important;
	background:linear-gradient(135deg,#d93732,#8f1115) !important;
	color:#ffffff !important;
	-webkit-text-fill-color:#ffffff !important;
	font-family:"Tajawal",Arial,sans-serif !important;
	font-size:clamp(18px,1.35vw,24px) !important;
	font-weight:900 !important;
	line-height:1.2 !important;
	letter-spacing:0 !important;
	box-shadow:0 12px 28px rgba(217,55,50,.22) !important;
	border:1px solid rgba(255,255,255,.32) !important;

}

.yh-cats-main-title::before{

	content:"" !important;
	width:8px !important;
	height:8px !important;
	border-radius:50% !important;
	background:#fff !important;
	margin-inline-end:10px !important;
	box-shadow:0 0 0 5px rgba(255,255,255,.16) !important;

}
