/* ===== Mousa Home - الصفحة الرئيسية ===== */
.mousa-home {
	font-family: 'Tajawal', 'Cairo', sans-serif;
	direction: rtl;
	text-align: right;
	color: #1a1a2e;
	overflow-x: hidden;
}
.mousa-home * { box-sizing: border-box; }
.mh-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ===== الهيرو ===== */
.mh-hero {
	background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
	position: relative;
	padding: 90px 0 100px;
	color: #fff;
}
.mh-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 80% 20%, rgba(0, 200, 120, .18), transparent 50%);
	pointer-events: none;
}
.mh-hero-content { position: relative; z-index: 1; max-width: 640px; }
.mh-hero-tag {
	display: inline-block;
	background: rgba(0, 200, 120, .15);
	border: 1px solid rgba(0, 200, 120, .4);
	color: #2ee59d;
	padding: 6px 16px;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 18px;
}
.mh-hero h1 {
	font-size: 56px;
	font-weight: 900;
	margin: 0 0 14px;
	color: #fff;
	line-height: 1.15;
}
.mh-hero p {
	font-size: 19px;
	color: rgba(255, 255, 255, .85);
	line-height: 1.8;
	margin: 0 0 28px;
}
.mh-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.mh-btn {
	display: inline-block;
	padding: 14px 34px;
	border-radius: 10px;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	transition: all .25s ease;
}
.mh-btn-primary { background: #00c878; color: #fff !important; box-shadow: 0 6px 20px rgba(0, 200, 120, .35); }
.mh-btn-primary:hover { background: #00b06a; transform: translateY(-2px); }
.mh-btn-ghost { background: transparent; color: #fff !important; border: 2px solid rgba(255, 255, 255, .5); }
.mh-btn-ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .08); }
.mh-btn-light { background: #fff; color: #c0392b !important; }
.mh-btn-light:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0, 0, 0, .25); }

/* البحث */
.mh-search { display: flex; max-width: 480px; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 24px rgba(0, 0, 0, .25); }
.mh-search input[type="search"] {
	flex: 1;
	border: none;
	padding: 15px 18px;
	font-size: 16px;
	font-family: inherit;
	outline: none;
	color: #1a1a2e;
	background: #fff;
}
.mh-search button {
	border: none;
	background: #00c878;
	color: #fff;
	padding: 0 28px;
	font-size: 16px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	transition: background .2s;
}
.mh-search button:hover { background: #00b06a; }

/* ===== الأقسام العامة ===== */
.mh-section { padding: 70px 0; }
.mh-section-alt { background: #f6f8fa; }
.mh-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 36px;
	gap: 16px;
	flex-wrap: wrap;
}
.mh-section-head h2 { font-size: 32px; font-weight: 800; margin: 0; color: #1a1a2e; }
.mh-section-head a { color: #00a866; font-weight: 700; text-decoration: none; font-size: 16px; }
.mh-section-head a:hover { text-decoration: underline; }

/* ===== التصنيفات ===== */
.mh-cats { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 22px; }
.mh-cat {
	background: #fff;
	border: 1px solid #eceff3;
	border-radius: 16px;
	padding: 26px 18px;
	text-align: center;
	text-decoration: none;
	transition: all .25s ease;
	display: block;
}
.mh-cat:hover { transform: translateY(-6px); box-shadow: 0 14px 34px rgba(15, 32, 39, .12); border-color: #00c878; }
.mh-cat-img {
	width: 110px;
	height: 110px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: #f0f4f8;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.mh-cat-img img { width: 100%; height: 100%; object-fit: cover; }
.mh-cat-icon { font-size: 44px; }
.mh-cat h3 { font-size: 20px; font-weight: 800; margin: 0 0 4px; color: #1a1a2e; }
.mh-cat-count { font-size: 14px; color: #8a94a6; }

/* ===== شبكة المنتجات ===== */
.mh-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 24px; }
.mh-card {
	background: #fff;
	border: 1px solid #eceff3;
	border-radius: 16px;
	overflow: hidden;
	transition: all .25s ease;
	display: flex;
	flex-direction: column;
}
.mh-card:hover { transform: translateY(-6px); box-shadow: 0 16px 38px rgba(15, 32, 39, .14); }
.mh-card-img { position: relative; display: block; background: #f7f9fb; }
.mh-card-img img { width: 100%; height: 240px; object-fit: cover; display: block; transition: transform .35s ease; }
.mh-card:hover .mh-card-img img { transform: scale(1.05); }
.mh-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	background: #e74c3c;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 4px 12px;
	border-radius: 50px;
}
.mh-card-body { padding: 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.mh-card-title {
	font-size: 16px;
	font-weight: 700;
	color: #1a1a2e;
	text-decoration: none;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 48px;
}
.mh-card-title:hover { color: #00a866; }
.mh-card-price { font-size: 17px; font-weight: 800; color: #00a866; }
.mh-card-price del { color: #b0b8c4; font-weight: 500; font-size: 14px; margin-left: 6px; }
.mh-card-price ins { text-decoration: none; }
.mh-card-btn {
	margin-top: auto;
	display: block;
	text-align: center;
	background: #1a1a2e;
	color: #fff !important;
	padding: 11px;
	border-radius: 9px;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	transition: background .2s;
}
.mh-card-btn:hover { background: #00a866; }

/* ===== البانر الترويجي ===== */
.mh-promo { padding: 30px 0; }
.mh-promo-inner {
	background: linear-gradient(120deg, #c0392b, #e74c3c 60%, #f39c12);
	border-radius: 20px;
	padding: 46px 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	color: #fff;
}
.mh-promo-tag {
	display: inline-block;
	background: rgba(255, 255, 255, .2);
	padding: 4px 14px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}
.mh-promo-inner h2 { font-size: 34px; font-weight: 900; margin: 0 0 8px; color: #fff; }
.mh-promo-inner p { margin: 0; font-size: 17px; opacity: .9; }

/* ===== المميزات ===== */
.mh-features { background: #0f2027; padding: 56px 0; }
.mh-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; }
.mh-feature { text-align: center; color: #fff; }
.mh-feature span { font-size: 40px; display: block; margin-bottom: 12px; }
.mh-feature h4 { font-size: 18px; font-weight: 800; margin: 0 0 6px; color: #fff; }
.mh-feature p { font-size: 14px; color: rgba(255, 255, 255, .65); margin: 0; }

/* ===== موبايل ===== */
@media (max-width: 768px) {
	.mh-hero { padding: 60px 0 70px; }
	.mh-hero h1 { font-size: 38px; }
	.mh-hero p { font-size: 16px; }
	.mh-section { padding: 48px 0; }
	.mh-section-head h2 { font-size: 24px; }
	.mh-promo-inner { padding: 32px 24px; }
	.mh-promo-inner h2 { font-size: 25px; }
	.mh-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
	.mh-card-img img { height: 170px; }
	.mh-cats { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
