/* =========================================================================
   الأسطول الذهبي — التصميم الرئيسي
   لوحة الألوان: ذهبي × كحلي داكن × أبيض — RTL بالكامل
   ========================================================================= */

:root {
	--gold: #C79A3B;
	--gold-light: #E3BC6A;
	--gold-dark: #A37B24;
	--navy: #0E1B2C;
	--navy-2: #152740;
	--navy-3: #1E3554;
	--ink: #1F2937;
	--muted: #6B7280;
	--bg: #FFFFFF;
	--bg-soft: #F7F5F0;
	--bg-gold-soft: #FBF6EC;
	--border: #E8E3D8;
	--whatsapp: #25D366;
	--radius: 16px;
	--radius-sm: 10px;
	--shadow: 0 6px 24px rgba(14, 27, 44, .08);
	--shadow-lg: 0 18px 50px rgba(14, 27, 44, .14);
	--shadow-gold: 0 10px 30px rgba(199, 154, 59, .35);
	--container: 1200px;
	--font: 'Tajawal', 'Segoe UI', Tahoma, Arial, sans-serif;
	--transition: .25s ease;
}

/* ---------- أساسيات ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.8;
	color: var(--ink);
	background: var(--bg);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--gold-dark); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--gold); }

h1, h2, h3, h4 { color: var(--navy); line-height: 1.35; margin: 0 0 .6em; font-weight: 800; }

.container {
	max-width: var(--container);
	margin-inline: auto;
	padding-inline: 20px;
}

.screen-reader-text, .skip-link {
	position: absolute;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.skip-link:focus {
	position: fixed;
	top: 10px; right: 10px;
	width: auto; height: auto;
	clip: auto;
	background: var(--navy);
	color: #fff;
	padding: 10px 20px;
	border-radius: 8px;
	z-index: 9999;
}

.gf-icon {
	width: 1.25em;
	height: 1.25em;
	flex-shrink: 0;
	vertical-align: -0.2em;
}

/* ---------- الأزرار ---------- */
.btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 13px 28px;
	border-radius: 50px;
	font-family: var(--font);
	font-weight: 700;
	font-size: 16px;
	border: 2px solid transparent;
	cursor: pointer;
	transition: var(--transition);
	line-height: 1.4;
}
.btn-lg { padding: 16px 34px; font-size: 17px; }
.btn-block { width: 100%; justify-content: center; }

.btn-gold {
	background: linear-gradient(135deg, var(--gold-light), var(--gold) 55%, var(--gold-dark));
	color: #fff;
	box-shadow: var(--shadow-gold);
}
.btn-gold:hover {
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 16px 38px rgba(199, 154, 59, .45);
}

.btn-whatsapp {
	background: var(--whatsapp);
	color: #fff;
	box-shadow: 0 10px 26px rgba(37, 211, 102, .35);
}
.btn-whatsapp:hover {
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 16px 34px rgba(37, 211, 102, .45);
}

.btn-light {
	background: #fff;
	color: var(--navy);
}
.btn-light:hover { color: var(--gold-dark); transform: translateY(-3px); }

.btn-outline-gold {
	border-color: var(--gold);
	color: var(--gold-dark);
	background: transparent;
}
.btn-outline-gold:hover {
	background: var(--gold);
	color: #fff;
}

/* ---------- الشريط العلوي ---------- */
.topbar {
	background: var(--navy);
	color: rgba(255, 255, 255, .85);
	font-size: 13.5px;
}
.topbar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding-block: 8px;
	flex-wrap: wrap;
}
.topbar-info { display: flex; gap: 20px; flex-wrap: wrap; }
.topbar-item {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: rgba(255, 255, 255, .85);
}
.topbar-item .gf-icon { color: var(--gold-light); width: 15px; height: 15px; }
a.topbar-item:hover { color: var(--gold-light); }
.topbar-social { display: flex; gap: 14px; }
.topbar-social a { color: rgba(255, 255, 255, .7); font-size: 13px; }
.topbar-social a:hover { color: var(--gold-light); }

/* ---------- الهيدر ---------- */
.site-header {
	background: rgba(255, 255, 255, .97);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--border);
	position: sticky;
	top: 0;
	z-index: 1000;
	transition: var(--transition);
}
.site-header.is-scrolled { box-shadow: var(--shadow); }

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-block: 14px;
}

.site-logo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--navy);
}
.logo-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px; height: 52px;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
	color: #fff;
	box-shadow: var(--shadow-gold);
}
.logo-truck { width: 28px; height: 28px; }
.logo-text { display: flex; flex-direction: column; line-height: 1.3; }
.logo-text strong { font-size: 22px; font-weight: 900; color: var(--navy); }
.logo-text small { font-size: 12.5px; color: var(--muted); }

.primary-menu {
	display: flex;
	align-items: center;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.primary-menu a {
	display: block;
	padding: 10px 16px;
	color: var(--ink);
	font-weight: 700;
	font-size: 16px;
	border-radius: 10px;
}
.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
	color: var(--gold-dark);
	background: var(--bg-gold-soft);
}
.primary-menu .menu-item-has-children { position: relative; }
.primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 220px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 12px;
	box-shadow: var(--shadow-lg);
	list-style: none;
	margin: 8px 0 0;
	padding: 8px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: var(--transition);
	z-index: 100;
}
.primary-menu .menu-item-has-children:hover > .sub-menu,
.primary-menu .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.primary-menu .sub-menu a { padding: 9px 14px; font-size: 15px; font-weight: 500; }

.header-actions { display: flex; align-items: center; gap: 14px; }

.header-phone {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 18px;
	border-radius: 50px;
	background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
	color: #fff;
	box-shadow: var(--shadow-gold);
}
.header-phone:hover { color: #fff; transform: translateY(-2px); }
.header-phone .gf-icon { width: 20px; height: 20px; }
.header-phone-text { display: flex; flex-direction: column; line-height: 1.3; text-align: right; }
.header-phone-text small { font-size: 11.5px; opacity: .9; }
.header-phone-text strong { font-size: 16px; letter-spacing: .5px; }

.menu-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	color: var(--navy);
}
.menu-toggle .gf-icon { width: 28px; height: 28px; }
.menu-toggle-close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-toggle-open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-toggle-close { display: block; }

/* ---------- الواجهة الرئيسية Hero ---------- */
.hero {
	position: relative;
	background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 55%, var(--navy-3) 100%);
	color: #fff;
	overflow: hidden;
}
.hero-bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 85% 20%, rgba(199, 154, 59, .28), transparent 45%),
		radial-gradient(circle at 15% 85%, rgba(199, 154, 59, .16), transparent 40%);
	pointer-events: none;
}
.hero-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent);
}
.hero-inner {
	position: relative;
	padding-block: clamp(70px, 11vw, 130px);
}
.hero-content { max-width: 760px; margin-inline: auto; text-align: center; }

.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 20px;
	border-radius: 50px;
	background: rgba(199, 154, 59, .16);
	border: 1px solid rgba(227, 188, 106, .4);
	color: var(--gold-light);
	font-size: 14.5px;
	font-weight: 700;
	margin-bottom: 22px;
}
.hero-title {
	color: #fff;
	font-size: clamp(32px, 5.2vw, 56px);
	font-weight: 900;
	margin-bottom: 18px;
}
.hero-subtitle {
	font-size: clamp(16px, 2vw, 20px);
	color: rgba(255, 255, 255, .82);
	max-width: 640px;
	margin: 0 auto 34px;
}
.hero-cta {
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.hero-features {
	display: flex;
	justify-content: center;
	gap: 26px;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: rgba(255, 255, 255, .85);
}
.hero-features li { display: inline-flex; align-items: center; gap: 7px; }
.hero-features .gf-icon { color: var(--gold-light); }

/* ---------- الإحصائيات ---------- */
.stats {
	background: linear-gradient(135deg, var(--gold-light), var(--gold) 55%, var(--gold-dark));
	padding-block: 34px;
}
.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.stat-item { text-align: center; color: #fff; }
.stat-number {
	display: block;
	font-size: clamp(28px, 3.4vw, 42px);
	font-weight: 900;
	line-height: 1.2;
}
.stat-label { font-size: 15px; font-weight: 500; opacity: .95; }

/* ---------- الأقسام العامة ---------- */
.section { padding-block: clamp(60px, 8vw, 100px); }
.section:nth-of-type(even) { background: var(--bg-soft); }

.section-header {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 50px;
}
.section-kicker {
	display: inline-block;
	padding: 6px 18px;
	border-radius: 50px;
	background: var(--bg-gold-soft);
	border: 1px solid var(--gold);
	color: var(--gold-dark);
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 14px;
}
.section-title { font-size: clamp(26px, 3.6vw, 40px); font-weight: 900; }
.section-desc { color: var(--muted); font-size: 17px; margin: 0; }

/* ---------- بطاقات الخدمات ---------- */
.services-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}
.service-card {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	transition: var(--transition);
	overflow: hidden;
	position: relative;
}
.service-card::before {
	content: "";
	position: absolute;
	top: 0; right: 0; left: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--gold-light), var(--gold-dark));
	transform: scaleX(0);
	transition: var(--transition);
}
.service-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-lg);
	border-color: var(--gold-light);
}
.service-card:hover::before { transform: scaleX(1); }

.service-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 28px 24px;
	color: var(--ink);
}
.service-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px; height: 60px;
	border-radius: 16px;
	background: var(--bg-gold-soft);
	border: 1px solid rgba(199, 154, 59, .3);
	color: var(--gold-dark);
	margin-bottom: 18px;
	transition: var(--transition);
}
.service-card-icon .gf-icon { width: 28px; height: 28px; }
.service-card:hover .service-card-icon {
	background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
	color: #fff;
	box-shadow: var(--shadow-gold);
}
.service-card-title { font-size: 19px; font-weight: 800; margin-bottom: 8px; }
.service-card-excerpt {
	color: var(--muted);
	font-size: 14.5px;
	line-height: 1.75;
	margin: 0 0 16px;
	flex-grow: 1;
}
.service-card-more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--gold-dark);
	font-weight: 700;
	font-size: 14.5px;
}
.service-card:hover .service-card-more { gap: 12px; }

/* ---------- خطوات العمل ---------- */
.steps-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: step;
}
.step-item {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 30px 24px;
	text-align: center;
	position: relative;
	transition: var(--transition);
}
.step-item:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px; height: 54px;
	border-radius: 50%;
	background: var(--navy);
	color: var(--gold-light);
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 16px;
	border: 3px solid var(--gold);
}
.step-item h3 { font-size: 18px; margin-bottom: 8px; }
.step-item p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* ---------- المناطق ---------- */
.regions-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.region-card {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 26px 24px;
	transition: var(--transition);
}
.region-card:hover { box-shadow: var(--shadow); border-color: var(--gold-light); }
.region-name { font-size: 19px; margin-bottom: 14px; }
.region-name a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--navy);
}
.region-name a:hover { color: var(--gold-dark); }
.region-name .gf-icon { color: var(--gold); width: 22px; height: 22px; }
.region-desc { color: var(--muted); font-size: 14px; margin: 0 0 12px; }
.cities-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.cities-list a {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 50px;
	background: var(--bg-soft);
	border: 1px solid var(--border);
	color: var(--ink);
	font-size: 13.5px;
	font-weight: 500;
	transition: var(--transition);
}
.cities-list a:hover {
	background: var(--gold);
	border-color: var(--gold);
	color: #fff;
}
.cities-list-large a { font-size: 15px; padding: 9px 20px; }

.areas-cta {
	text-align: center;
	margin-top: 40px;
	padding: 30px;
	background: var(--bg-gold-soft);
	border: 1px dashed var(--gold);
	border-radius: var(--radius);
}
.areas-cta p { margin: 0 0 16px; font-weight: 700; color: var(--navy); }

/* ---------- لماذا نحن ---------- */
.why-inner {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 50px;
	align-items: center;
}
.why-content .section-title { text-align: right; }
.why-content .btn { margin-top: 20px; }

.why-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}
.why-item {
	display: flex;
	gap: 14px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 22px;
	transition: var(--transition);
}
.why-item:hover { box-shadow: var(--shadow); border-color: var(--gold-light); }
.why-item > .gf-icon {
	width: 44px;
	height: 44px;
	padding: 10px;
	border-radius: 12px;
	background: var(--bg-gold-soft);
	color: var(--gold-dark);
	flex-shrink: 0;
}
.why-item h3 { font-size: 16.5px; margin-bottom: 4px; }
.why-item p { color: var(--muted); font-size: 14px; margin: 0; line-height: 1.7; }

/* ---------- آراء العملاء ---------- */
.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.testimonial-card {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 30px 26px;
	margin: 0;
	position: relative;
	transition: var(--transition);
}
.testimonial-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.testimonial-quote {
	display: inline-flex;
	color: var(--gold);
	opacity: .35;
	margin-bottom: 10px;
}
.testimonial-quote .gf-icon { width: 38px; height: 38px; }
.testimonial-card p { color: var(--ink); font-size: 15.5px; margin: 0 0 18px; }
.testimonial-card footer { display: flex; flex-direction: column; gap: 4px; }
.testimonial-stars { color: var(--gold); font-size: 17px; letter-spacing: 2px; }
.testimonial-card cite { font-style: normal; font-weight: 700; color: var(--navy); font-size: 14.5px; }

/* ---------- شريط الدعوة الأخير ---------- */
.cta-band {
	background: linear-gradient(135deg, var(--navy), var(--navy-3));
	position: relative;
	overflow: hidden;
	padding-block: clamp(50px, 6vw, 80px);
}
.cta-band::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 50%, rgba(199, 154, 59, .25), transparent 50%);
}
.cta-band-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}
.cta-band h2 { color: #fff; font-size: clamp(22px, 3vw, 32px); margin-bottom: 8px; }
.cta-band p { color: rgba(255, 255, 255, .8); margin: 0; }
.cta-band-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- الفوتر ---------- */
.site-footer {
	background: var(--navy);
	color: rgba(255, 255, 255, .78);
	padding-top: 64px;
}
.footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: 40px;
	padding-bottom: 48px;
}
.footer-logo {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}
.footer-logo strong { color: #fff; font-size: 21px; font-weight: 900; }
.footer-about p { font-size: 14.5px; line-height: 1.9; margin: 0; }

.footer-widget-title {
	color: var(--gold-light);
	font-size: 17px;
	font-weight: 800;
	margin-bottom: 18px;
	position: relative;
	padding-bottom: 10px;
}
.footer-widget-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 38px;
	height: 3px;
	border-radius: 3px;
	background: linear-gradient(90deg, var(--gold-light), var(--gold-dark));
}
.footer-menu { list-style: none; margin: 0; padding: 0; }
.footer-menu li { margin-bottom: 10px; }
.footer-menu a { color: rgba(255, 255, 255, .78); font-size: 14.5px; }
.footer-menu a:hover { color: var(--gold-light); padding-right: 6px; }

.footer-contact-list { list-style: none; margin: 0; padding: 0; }
.footer-contact-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 13px;
	font-size: 14.5px;
}
.footer-contact-list .gf-icon { color: var(--gold-light); width: 18px; height: 18px; }
.footer-contact-list a { color: rgba(255, 255, 255, .85); }
.footer-contact-list a:hover { color: var(--gold-light); }

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding-block: 18px;
	font-size: 13.5px;
}
.footer-bottom-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}
.footer-bottom p { margin: 0; }
.footer-social { display: flex; gap: 16px; }
.footer-social a { color: rgba(255, 255, 255, .7); }
.footer-social a:hover { color: var(--gold-light); }

/* ---------- زر الواتساب العائم ---------- */
.whatsapp-float {
	position: fixed;
	bottom: 24px;
	left: 24px;
	z-index: 1100;
	display: inline-flex;
	align-items: center;
	gap: 0;
	background: var(--whatsapp);
	color: #fff;
	padding: 14px;
	border-radius: 50px;
	box-shadow: 0 12px 32px rgba(37, 211, 102, .45);
	transition: var(--transition);
	overflow: hidden;
	max-width: 54px;
	white-space: nowrap;
}
.whatsapp-float:hover {
	color: #fff;
	max-width: 240px;
	padding-inline: 18px;
	gap: 9px;
}
.whatsapp-float .gf-icon { width: 26px; height: 26px; flex-shrink: 0; }
.whatsapp-float-text { font-weight: 700; font-size: 14.5px; }

/* ---------- صفحات المحتوى ---------- */
.page-content { padding-block: 46px 80px; }

.page-header { margin-bottom: 40px; }
.page-title { font-size: clamp(28px, 4vw, 42px); font-weight: 900; margin-bottom: 10px; }
.page-desc { color: var(--muted); max-width: 640px; margin: 0; }

.breadcrumbs {
	font-size: 14px;
	color: var(--muted);
	margin-bottom: 26px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.breadcrumbs a { color: var(--gold-dark); }
.breadcrumbs .sep { color: var(--border); }
.breadcrumbs .current { color: var(--ink); font-weight: 700; }

.single-layout {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 40px;
	align-items: start;
}
.single-article { min-width: 0; }
.single-header { margin-bottom: 26px; }
.single-service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px; height: 72px;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
	color: #fff;
	box-shadow: var(--shadow-gold);
	margin-bottom: 18px;
}
.single-service-icon .gf-icon { width: 34px; height: 34px; }
.single-title { font-size: clamp(26px, 3.6vw, 38px); font-weight: 900; margin-bottom: 12px; }
.single-lead { color: var(--muted); font-size: 18px; margin: 0; }
.single-meta { color: var(--muted); font-size: 14.5px; display: flex; gap: 10px; flex-wrap: wrap; }
.single-thumb { margin: 0 0 30px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }

.entry-content { font-size: 17.5px; }
.entry-content h2 { font-size: 26px; margin-top: 36px; }
.entry-content h3 { font-size: 21px; margin-top: 28px; }
.entry-content img { border-radius: var(--radius-sm); }
.entry-content ul, .entry-content ol { padding-right: 22px; }
.entry-content blockquote {
	border-right: 4px solid var(--gold);
	background: var(--bg-gold-soft);
	padding: 18px 22px;
	border-radius: var(--radius-sm);
	margin: 24px 0;
}

.single-tags { margin-top: 26px; display: flex; gap: 8px; flex-wrap: wrap; }
.single-tags a {
	padding: 5px 14px;
	background: var(--bg-soft);
	border: 1px solid var(--border);
	border-radius: 50px;
	font-size: 13px;
	color: var(--ink);
}
.single-tags a:hover { background: var(--gold); color: #fff; border-color: var(--gold); }

/* صندوق طلب الخدمة */
.service-cta-box {
	margin-top: 44px;
	background: linear-gradient(135deg, var(--navy), var(--navy-3));
	border-radius: var(--radius);
	padding: 34px 30px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.service-cta-box::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 85% 20%, rgba(199, 154, 59, .3), transparent 50%);
}
.service-cta-box > * { position: relative; }
.service-cta-box h2 { color: #fff; font-size: 23px; margin-bottom: 8px; }
.service-cta-box p { color: rgba(255, 255, 255, .8); margin: 0 0 20px; }
.service-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* الشريط الجانبي */
.single-sidebar { position: sticky; top: 110px; }
.sidebar-box {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 24px;
	margin-bottom: 22px;
}
.sidebar-title {
	font-size: 17px;
	font-weight: 800;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--bg-gold-soft);
}
.sidebar-services { list-style: none; margin: 0; padding: 0; }
.sidebar-services li { margin-bottom: 6px; }
.sidebar-services a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 12px;
	border-radius: 10px;
	color: var(--ink);
	font-size: 14.5px;
	font-weight: 500;
}
.sidebar-services a:hover { background: var(--bg-gold-soft); color: var(--gold-dark); }
.sidebar-services .gf-icon { color: var(--gold); width: 19px; height: 19px; }

.sidebar-contact { background: var(--bg-gold-soft); border-color: var(--gold-light); text-align: center; }
.sidebar-contact p { color: var(--muted); font-size: 14px; margin: 0 0 16px; }

/* بطاقات المقالات */
.posts-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.post-card {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
	transition: var(--transition);
	display: flex;
	flex-direction: column;
}
.post-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.post-card-thumb img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.post-card-body { padding: 22px; display: flex; flex-direction: column; flex-grow: 1; }
.post-card-date, .post-card-type { font-size: 13px; color: var(--gold-dark); font-weight: 700; margin-bottom: 8px; }
.post-card-title { font-size: 18.5px; margin-bottom: 10px; }
.post-card-title a { color: var(--navy); }
.post-card-title a:hover { color: var(--gold-dark); }
.post-card-excerpt { color: var(--muted); font-size: 14.5px; flex-grow: 1; margin: 0 0 14px; }
.post-card-more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 700;
	font-size: 14.5px;
}

/* التنقل بين الصفحات */
.pagination { margin-top: 46px; }
.pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}
.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border-radius: 10px;
	border: 1px solid var(--border);
	background: #fff;
	color: var(--ink);
	font-weight: 700;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	background: var(--gold);
	border-color: var(--gold);
	color: #fff;
}

/* 404 */
.error-404 { text-align: center; max-width: 560px; margin: 0 auto; padding-block: 40px; }
.error-404-code {
	display: block;
	font-size: clamp(90px, 16vw, 150px);
	font-weight: 900;
	line-height: 1;
	background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.error-404-actions { display: flex; justify-content: center; gap: 12px; margin: 24px 0; flex-wrap: wrap; }

/* نموذج البحث */
.search-form { display: flex; gap: 8px; max-width: 440px; margin: 18px auto 0; }
.search-form .search-field {
	flex-grow: 1;
	padding: 13px 18px;
	border: 1px solid var(--border);
	border-radius: 50px;
	font-family: var(--font);
	font-size: 15px;
}
.search-form .search-submit {
	padding: 13px 26px;
	border: none;
	border-radius: 50px;
	background: var(--gold);
	color: #fff;
	font-family: var(--font);
	font-weight: 700;
	cursor: pointer;
}
.search-form .search-submit:hover { background: var(--gold-dark); }

/* التعليقات */
.comments-area { margin-top: 56px; }
.comments-title { font-size: 22px; margin-bottom: 24px; }
.comment-list { list-style: none; margin: 0 0 30px; padding: 0; }
.comment-list .comment {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 20px;
	margin-bottom: 16px;
}
.comment-list .children { list-style: none; margin-top: 16px; }
.comment-author { display: flex; align-items: center; gap: 10px; font-weight: 700; margin-bottom: 8px; }
.comment-author .avatar { border-radius: 50%; }
.comment-form input:not([type="submit"]),
.comment-form textarea {
	width: 100%;
	padding: 13px 18px;
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	font-family: var(--font);
	font-size: 15px;
	margin-bottom: 8px;
}
.comment-form .submit {
	padding: 13px 32px;
	border: none;
	border-radius: 50px;
	background: var(--gold);
	color: #fff;
	font-family: var(--font);
	font-weight: 700;
	font-size: 15px;
	cursor: pointer;
}
.comment-form .submit:hover { background: var(--gold-dark); }

.empty-note {
	text-align: center;
	color: var(--muted);
	padding: 40px;
	background: var(--bg-soft);
	border-radius: var(--radius);
}

/* ---------- حركات الظهور ---------- */
.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
	.reveal { opacity: 1; transform: none; transition: none; }
	html { scroll-behavior: auto; }
}

/* =========================================================================
   التجاوب — الأجهزة اللوحية والجوالات
   ========================================================================= */

@media (max-width: 1100px) {
	.services-grid { grid-template-columns: repeat(3, 1fr); }
	.steps-grid { grid-template-columns: repeat(2, 1fr); }
	.regions-grid { grid-template-columns: repeat(2, 1fr); }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
}

@media (max-width: 900px) {
	.topbar { display: none; }

	.menu-toggle { display: block; }

	.main-navigation {
		position: fixed;
		top: 0;
		right: -100%;
		width: min(340px, 85vw);
		height: 100dvh;
		background: #fff;
		box-shadow: -10px 0 40px rgba(14, 27, 44, .18);
		padding: 90px 24px 30px;
		transition: right .3s ease;
		z-index: 999;
		overflow-y: auto;
	}
	.main-navigation.is-open { right: 0; }

	.primary-menu { flex-direction: column; align-items: stretch; gap: 4px; }
	.primary-menu a { padding: 13px 16px; font-size: 17px; }
	.primary-menu .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		border: none;
		background: var(--bg-soft);
		margin: 0 0 8px;
	}
	.menu-toggle { position: relative; z-index: 1001; }

	.header-phone-text small { display: none; }
	.header-phone { padding: 10px 14px; }

	.why-inner { grid-template-columns: 1fr; gap: 36px; }
	.single-layout { grid-template-columns: 1fr; }
	.single-sidebar { position: static; }
	.posts-grid { grid-template-columns: repeat(2, 1fr); }
	.services-grid { grid-template-columns: repeat(2, 1fr); }
	.testimonials-grid { grid-template-columns: 1fr; }
	.cta-band-inner { flex-direction: column; text-align: center; }
	.cta-band-actions { justify-content: center; }
}

@media (max-width: 560px) {
	body { font-size: 16px; }
	.container { padding-inline: 16px; }

	.stats-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
	.services-grid,
	.regions-grid,
	.steps-grid,
	.posts-grid,
	.why-list { grid-template-columns: 1fr; }

	.hero-cta .btn { width: 100%; justify-content: center; }
	.hero-features { gap: 14px; }

	.footer-grid { grid-template-columns: 1fr; gap: 30px; }
	.footer-bottom-inner { flex-direction: column; text-align: center; }

	.logo-text small { display: none; }
	.logo-text strong { font-size: 19px; }
	.logo-icon { width: 44px; height: 44px; }

	.whatsapp-float { bottom: 16px; left: 16px; }
	.service-cta-actions .btn { width: 100%; justify-content: center; }
}
