/* =========================================================
   DMC — المطورين الإدارية | هوية بصرية مستوحاة من الشعار
   ========================================================= */
:root {
	--gold:       #C9A557;
	--gold-2:     #AE8B3E;
	--gold-soft:  #F4ECD9;
	--ink:        #2E3033;
	--charcoal:   #57595C;
	--muted:      #77797D;
	--sand:       #FAF7F0;
	--line:       #E9E2D2;
	--white:      #fff;
	--radius:     14px;
	--shadow:     0 18px 50px -18px rgba(46, 48, 51, .22);
	--shadow-sm:  0 8px 24px -12px rgba(46, 48, 51, .18);
	--font:       'Almarai', 'Segoe UI', Tahoma, sans-serif;
	--font-head:  'Noto Kufi Arabic', 'Almarai', Tahoma, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
	font-family: var(--font);
	color: var(--ink);
	background: var(--white);
	line-height: 1.85;
	font-size: 16.5px;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s; }
ul { list-style: none; }
h1, h2, h3, h4 { line-height: 1.55; font-weight: 700; font-family: var(--font-head); }
h2 { font-size: clamp(26px, 3.4vw, 40px); }
h3 { font-size: 21px; }

.container { width: min(1200px, 92%); margin-inline: auto; }
.container.narrow { width: min(820px, 92%); }
.center-text { text-align: center; }
.section { padding: clamp(64px, 8vw, 110px) 0; }

/* ---------- الأزرار ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	padding: 13px 28px; border-radius: 50px; font-weight: 600; font-size: 15px;
	border: 2px solid transparent; cursor: pointer; transition: all .3s ease;
	font-family: var(--font-head); line-height: 1.6;
}
.btn-lg { padding: 16px 36px; font-size: 17px; }
.btn-block { width: 100%; }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #fff; box-shadow: 0 10px 26px -10px rgba(201, 165, 87, .65); }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 16px 34px -10px rgba(201, 165, 87, .8); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #1d1f21; transform: translateY(-3px); }
.btn-ghost { border-color: rgba(255,255,255,.65); color: #fff; backdrop-filter: blur(3px); }
.btn-ghost:hover { background: rgba(255,255,255,.14); border-color: #fff; }
.btn-outline { border-color: var(--gold); color: var(--gold-2); background: transparent; }
.btn-outline:hover { background: var(--gold); color: #fff; }
.link-gold { color: var(--gold-2); font-weight: 600; font-size: 15px; }
.link-gold:hover { color: var(--ink); }

/* ---------- العناوين المساعدة ---------- */
.kicker {
	display: inline-flex; align-items: center; gap: 12px;
	color: var(--gold-2); font-weight: 600; letter-spacing: .5px; font-size: 14.5px;
	margin-bottom: 14px; font-family: var(--font-head);
}
.kicker-line { width: 34px; height: 2px; background: var(--gold); border-radius: 2px; display: inline-block; }
.sec-head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.sec-head p { color: var(--muted); margin-top: 12px; }
.sec-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 44px; flex-wrap: wrap; }

/* ---------- زخرفة المثلث المنقط ---------- */
.dmc-dots { position: absolute; color: var(--gold); opacity: .16; pointer-events: none; }

/* ---------- الشريط العلوي ---------- */
.topbar { background: var(--ink); color: #cfd0d2; font-size: 13.5px; }
.topbar-in { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; gap: 16px; }
.topbar-contacts { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.topbar a { display: inline-flex; align-items: center; gap: 6px; color: #cfd0d2; }
.topbar a:hover { color: var(--gold); }
.topbar-hours { display: inline-flex; align-items: center; gap: 6px; }
.topbar-note { color: var(--gold); font-weight: 500; }
.topbar .dmc-ic { color: var(--gold); }

/* ---------- الترويسة ---------- */
.site-header {
	position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94);
	backdrop-filter: blur(14px); border-bottom: 1px solid var(--line);
	transition: box-shadow .3s;
}
.site-header.is-scrolled { box-shadow: var(--shadow-sm); }
.header-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 0; }
.brand img { height: 58px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.nav-list { display: flex; gap: 6px; align-items: center; }
.nav-list a {
	padding: 10px 16px; font-weight: 500; font-size: 15px; border-radius: 8px;
	position: relative; font-family: var(--font-head);
}
.nav-list a::after {
	content: ""; position: absolute; right: 16px; left: 16px; bottom: 4px; height: 2px;
	background: var(--gold); border-radius: 2px; transform: scaleX(0); transform-origin: right;
	transition: transform .3s;
}
.nav-list a:hover::after,
.nav-list .current-menu-item a::after,
.nav-list .current_page_item a::after { transform: scaleX(1); }
.nav-cta { padding: 11px 24px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 2.5px; background: var(--ink); margin: 5.5px 0; border-radius: 2px; transition: .3s; }

/* ---------- السلايدر ---------- */
.hero { position: relative; height: clamp(560px, 82vh, 780px); overflow: hidden; background: var(--ink); }
.hero-slide {
	position: absolute; inset: 0; background-size: cover; background-position: center;
	opacity: 0; transition: opacity 1s ease; display: flex; align-items: center;
}
.hero-slide.is-active { opacity: 1; z-index: 2; }
.hero-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(to left, rgba(30, 31, 33, .88) 20%, rgba(30, 31, 33, .55) 55%, rgba(30, 31, 33, .25));
}
.hero-content { position: relative; z-index: 3; color: #fff; max-width: 100%; }
.hero-content > * { opacity: 0; transform: translateY(26px); }
.is-active .hero-content > * { animation: rise .9s forwards; }
.is-active .hero-content > *:nth-child(2) { animation-delay: .15s; }
.is-active .hero-content > *:nth-child(3) { animation-delay: .3s; }
.is-active .hero-content > *:nth-child(4) { animation-delay: .45s; }
@keyframes rise { to { opacity: 1; transform: none; } }
.hero-content .kicker { color: var(--gold); }
.hero-content .hero-title {
	font-size: clamp(28px, 4.6vw, 52px); max-width: 720px; margin-bottom: 18px; line-height: 1.6;
}
.hero-content .hero-title em { font-style: normal; color: var(--gold); position: relative; }
.hero-content p { max-width: 540px; font-size: clamp(16px, 1.6vw, 19px); color: #e6e6e8; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-dots { top: 60px; left: 40px; width: 300px; opacity: .12; z-index: 3; }
.hero-nav {
	position: absolute; bottom: 34px; right: 0; left: 0; z-index: 5;
	display: flex; align-items: center; gap: 20px;
}
.hero-arrow {
	width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.5);
	background: rgba(255,255,255,.08); color: #fff; cursor: pointer; display: grid; place-items: center;
	transition: .3s; backdrop-filter: blur(4px);
}
.hero-arrow:hover { background: var(--gold); border-color: var(--gold); }
.hero-dots-nav { display: flex; gap: 10px; }
.hero-dots-nav button {
	width: 34px; height: 5px; border-radius: 4px; border: 0; background: rgba(255,255,255,.35);
	cursor: pointer; transition: .3s;
}
.hero-dots-nav button.is-active { background: var(--gold); width: 52px; }

/* ---------- شريط الثقة ---------- */
.trust-strip { background: var(--sand); border-bottom: 1px solid var(--line); }
.trust-in { display: flex; justify-content: space-between; gap: 18px; padding: 18px 0; flex-wrap: wrap; }
.trust-in span { display: inline-flex; align-items: center; gap: 9px; font-weight: 500; font-size: 15px; color: var(--charcoal); }
.trust-in .dmc-ic { color: var(--gold); flex: none; }

/* ---------- من نحن ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.about-media { position: relative; }
.about-media > img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/3.4; object-fit: cover; }
.about-badge {
	position: absolute; bottom: -24px; left: -18px; background: linear-gradient(135deg, var(--gold), var(--gold-2));
	color: #fff; border-radius: var(--radius); padding: 18px 26px; text-align: center; box-shadow: var(--shadow);
}
.about-badge strong { display: block; font-size: 34px; line-height: 1.2; }
.about-badge span { font-size: 13.5px; opacity: .95; }
.about-dots { top: -46px; right: -40px; width: 220px; z-index: -1; opacity: .35; }
.about-text h2 { margin-bottom: 18px; }
.about-text p { color: var(--muted); margin-bottom: 14px; }
.checks { margin: 18px 0 26px; display: grid; gap: 12px; }
.checks li { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; }
.checks .dmc-ic { color: var(--gold); flex: none; margin-top: 4px; }
.about-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }

/* ---------- الخدمات ---------- */
.services-sec { background: var(--sand); position: relative; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
	background: #fff; border-radius: var(--radius); padding: 34px 28px; border: 1px solid var(--line);
	position: relative; overflow: hidden; transition: transform .35s, box-shadow .35s;
	display: flex; flex-direction: column; gap: 12px;
}
.service-card::before {
	content: ""; position: absolute; top: 0; right: 0; left: 0; height: 4px;
	background: linear-gradient(90deg, var(--gold), var(--gold-2));
	transform: scaleX(0); transform-origin: right; transition: transform .4s;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card:hover::before { transform: scaleX(1); }
.service-ic {
	width: 76px; height: 76px; border-radius: 20px; display: grid; place-items: center;
	background: var(--gold-soft); color: var(--gold-2); margin-bottom: 6px;
}
.service-card p { color: var(--muted); font-size: 15px; flex: 1; }
.section-more { display: flex; justify-content: center; margin-top: 34px; }

/* ---------- الأرقام ---------- */
.stats-band { background: var(--ink); position: relative; overflow: hidden; padding: clamp(52px, 6vw, 80px) 0; }
.stats-dots { top: -30px; left: 6%; width: 340px; opacity: .1; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; position: relative; }
.stat { text-align: center; color: #fff; }
.stat strong { font-size: clamp(36px, 4.4vw, 54px); color: var(--gold); display: block; line-height: 1.4; font-weight: 700; font-family: var(--font-head); }
.stat span { color: #b9babd; font-size: 15px; }
.stat-principle strong { font-size: clamp(24px, 3vw, 36px); }

/* ---------- منهجية العمل ---------- */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.process-step {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
	padding: 34px 24px 28px; position: relative; transition: .35s;
}
.process-step:hover { border-color: var(--gold); transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.step-num {
	position: absolute; top: 18px; left: 20px; font-size: 44px; font-weight: 700;
	color: var(--gold-soft); line-height: 1; font-family: var(--font-head);
}
.step-ic { color: var(--gold-2); margin-bottom: 14px; }
.process-step h3 { font-size: 18.5px; margin-bottom: 8px; }
.process-step p { color: var(--muted); font-size: 14.5px; }

/* ---------- دراسات الجدوى ---------- */
.fs-sec { background: var(--sand); }
.fs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.fs-card {
	background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
	transition: .35s; display: flex; flex-direction: column;
}
.fs-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.fs-thumb { position: relative; display: block; overflow: hidden; aspect-ratio: 16/10.5; }
.fs-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.fs-card:hover .fs-thumb img { transform: scale(1.07); }
.fs-tag {
	position: absolute; top: 14px; right: 14px; background: var(--gold); color: #fff;
	padding: 5px 14px; border-radius: 30px; font-size: 13px; font-weight: 600;
}
.fs-body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.fs-body h3 { font-size: 19px; }
.fs-body h3 a:hover { color: var(--gold-2); }
.fs-body p { color: var(--muted); font-size: 14.5px; flex: 1; }
.fs-meta { display: flex; gap: 18px; border-top: 1px dashed var(--line); padding-top: 12px; }
.fs-meta span { font-size: 14px; font-weight: 600; }
.fs-meta em { display: block; font-style: normal; font-size: 12px; color: var(--muted); font-weight: 400; }

/* ---------- آراء العملاء ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px;
	position: relative; transition: .35s;
}
.testi-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.testi-stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 12px; }
.testi-card blockquote { color: var(--charcoal); font-size: 15px; margin-bottom: 18px; }
.testi-card blockquote::before { content: "”"; display: block; font-size: 54px; color: var(--gold-soft); line-height: .6; margin-bottom: 8px; font-family: Georgia, serif; }
.testi-card figcaption strong { display: block; }
.testi-card figcaption span { color: var(--muted); font-size: 13.5px; }

/* ---------- نموذج الطلب ---------- */
.request-sec { background: linear-gradient(180deg, var(--white), var(--sand)); }
.request-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(36px, 5vw, 70px); align-items: start; }
.request-text h2 { margin-bottom: 14px; }
.request-text > p { color: var(--muted); }
.request-contact { margin-top: 20px; }
.request-form-wrap {
	background: #fff; border-radius: 20px; box-shadow: var(--shadow); border: 1px solid var(--line);
	overflow: hidden; position: relative;
}
.form-head {
	background: var(--ink); color: #fff; padding: 24px 30px;
	background-image: radial-gradient(circle at 85% 20%, rgba(201,165,87,.25), transparent 55%);
}
.form-head p { color: #b9babd; font-size: 14px; }
.dmc-form { padding: 28px 30px 30px; }
.form-row { margin-bottom: 16px; }
.form-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.dmc-form label span { display: block; font-weight: 600; font-size: 14px; margin-bottom: 7px; }
.dmc-form label b { color: #c0392b; }
.dmc-form input, .dmc-form select, .dmc-form textarea {
	width: 100%; padding: 12px 16px; border: 1.5px solid var(--line); border-radius: 10px;
	font-family: inherit; font-size: 15px; background: var(--sand); transition: .25s; color: var(--ink);
}
.dmc-form input:focus, .dmc-form select:focus, .dmc-form textarea:focus {
	outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 4px rgba(201,165,87,.15);
}
.dmc-form textarea { resize: vertical; }
.hp-field { position: absolute !important; right: -9999px !important; opacity: 0; height: 0; }
.form-note { font-size: 12.5px; color: var(--muted); text-align: center; margin-top: 12px; }
.privacy-consent { margin: 4px 0 18px; }
.privacy-consent label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.privacy-consent input { width: 18px; height: 18px; flex: none; margin-top: 5px; accent-color: var(--gold-2); }
.privacy-consent span { margin: 0 !important; color: var(--charcoal); font-size: 13px !important; font-weight: 400 !important; }
.privacy-consent a { color: var(--gold-2); text-decoration: underline; text-underline-offset: 3px; }
.form-feedback { display: none; margin-top: 14px; padding: 12px 16px; border-radius: 10px; font-size: 14.5px; font-weight: 500; }
.form-feedback.err { display: block; background: #fdecea; color: #c0392b; }
.form-success { padding: 60px 40px; text-align: center; }
.success-ic { color: #27ae60; display: flex; justify-content: center; margin-bottom: 16px; }
.form-success h3 { font-size: 24px; margin-bottom: 10px; }
.form-success p { color: var(--muted); margin-bottom: 22px; }
.btn.is-loading { opacity: .6; pointer-events: none; }

/* ---------- ترويسة الصفحات الداخلية ---------- */
.page-hero {
	background: var(--ink); color: #fff; padding: clamp(56px, 7vw, 90px) 0; position: relative; overflow: hidden;
	background-image: radial-gradient(circle at 12% 10%, rgba(201,165,87,.18), transparent 45%);
}
.page-hero-dots { top: 12px; left: 4%; width: 260px; opacity: .14; }
.page-hero h1 { font-size: clamp(30px, 4.4vw, 48px); }
.page-hero p { color: #c9cacd; margin-top: 10px; max-width: 640px; }
.crumbs { font-size: 13.5px; color: #9fa0a3; margin-bottom: 14px; display: flex; gap: 10px; flex-wrap: wrap; }
.crumbs a:hover { color: var(--gold); }

/* ---------- صفحة الخدمات التفصيلية ---------- */
.services-detail { display: grid; gap: clamp(48px, 6vw, 90px); }
.service-row { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.service-row.alt .service-row-media { order: 2; }
.service-row-media img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/3; object-fit: cover; }
.service-row-text h2 { font-size: clamp(22px, 2.6vw, 30px); margin: 14px 0 10px; }
.service-row-text > p { color: var(--muted); }
.service-row-text .btn { margin-top: 8px; }

/* ---------- من نحن ---------- */
.vision-sec { background: var(--sand); }
.vision-grid, .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-grid { grid-template-columns: repeat(4, 1fr); }
.vision-card, .why-card {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 26px; transition: .35s;
}
.vision-card:hover, .why-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); border-color: var(--gold); }
.vision-card h3, .why-card h3 { margin: 14px 0 8px; font-size: 19px; }
.vision-card p, .why-card p { color: var(--muted); font-size: 14.5px; }

/* ---------- صفحة الطلب ---------- */
.contact-cards { display: grid; gap: 14px; margin-top: 24px; }
.contact-card {
	display: flex; gap: 16px; align-items: center; background: #fff; border: 1px solid var(--line);
	border-radius: 12px; padding: 16px 20px; transition: .3s;
}
.contact-card:hover { border-color: var(--gold); box-shadow: var(--shadow-sm); }
.contact-card .dmc-ic { color: var(--gold-2); flex: none; }
.contact-card strong { display: block; font-size: 14px; }
.contact-card a, .contact-card span { color: var(--muted); font-size: 14.5px; }
.contact-card a:hover { color: var(--gold-2); }
.faq-sec { background: var(--sand); }
.faq-item {
	background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px;
	overflow: hidden; transition: .3s;
}
.faq-item summary {
	cursor: pointer; list-style: none; padding: 18px 22px; font-weight: 600;
	display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { color: var(--gold); font-size: 24px; font-weight: 400; transition: transform .3s; flex: none; }
.faq-item[open] { border-color: var(--gold); }
.faq-item[open] .faq-plus { transform: rotate(45deg); }
.faq-item p { padding: 0 22px 18px; color: var(--muted); }

/* ---------- دراسة الجدوى المفردة ---------- */
.fs-single-grid { display: grid; grid-template-columns: 1.8fr 1fr; gap: 40px; align-items: start; }
.fs-single-img img { border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 28px; }
.fs-facts {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px;
	position: sticky; top: 110px; box-shadow: var(--shadow-sm);
}
.fs-facts h3 { padding-bottom: 12px; border-bottom: 2px solid var(--gold); display: inline-block; margin-bottom: 16px; }
.fs-facts ul { display: grid; gap: 12px; margin-bottom: 20px; }
.fs-facts li { display: flex; justify-content: space-between; gap: 10px; border-bottom: 1px dashed var(--line); padding-bottom: 10px; }
.fs-facts em { font-style: normal; color: var(--muted); font-size: 14px; }
.fs-note { font-size: 12.5px; color: var(--muted); margin-top: 12px; text-align: center; }
.fs-cta { background: var(--sand); }

/* ---------- المحتوى العام ---------- */
.entry-content h2 { margin: 34px 0 14px; font-size: 26px; }
.entry-content h3 { margin: 26px 0 10px; }
.entry-content p { margin-bottom: 16px; color: var(--charcoal); }
.entry-content ul, .entry-content ol { margin: 0 24px 18px 0; }
.entry-content ul { list-style: disc; }
.entry-content ol { list-style: arabic-indic; }
.entry-content li { margin-bottom: 8px; color: var(--charcoal); }
.entry-content ul li::marker { color: var(--gold); }
.entry-content table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.entry-content th, .entry-content td { border: 1px solid var(--line); padding: 11px 14px; text-align: right; }
.entry-content th { background: var(--sand); }
.dmc-data-table { overflow-x: auto; margin: 20px 0; border-radius: 12px; }
.entry-content .dmc-data-table table { margin: 0; min-width: 520px; }
.entry-content .dmc-data-table th { width: 54%; font-weight: 700; }
.dmc-model-lead,
.dmc-model-note { padding: 18px 20px; border-radius: 12px; border-right: 4px solid var(--gold); background: var(--sand); }
.entry-content .dmc-model-note { margin-top: 32px; font-size: 14px; line-height: 1.9; color: var(--muted); }
.dmc-source-list a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote {
	border-right: 4px solid var(--gold); background: var(--sand); padding: 18px 22px;
	border-radius: 10px; margin: 20px 0; font-weight: 500;
}

/* ---------- التذييل ---------- */
.site-footer { background: var(--ink); color: #b9babd; margin-top: 0; }
.footer-cta { background: linear-gradient(135deg, var(--gold), var(--gold-2)); }
.footer-cta-in {
	display: flex; align-items: center; justify-content: space-between; gap: 28px;
	padding: clamp(36px, 5vw, 56px) 0; color: #fff; position: relative; flex-wrap: wrap;
}
.footer-cta h2 { font-size: clamp(22px, 3vw, 34px); margin-bottom: 6px; }
.footer-cta p { opacity: .93; max-width: 520px; }
.footer-cta-dots { top: -20px; left: 30%; width: 220px; color: #fff; opacity: .16; }
.footer-grid {
	display: grid; grid-template-columns: 1.5fr 1fr 1.3fr 1.2fr; gap: 40px;
	padding: clamp(46px, 6vw, 70px) 0 40px;
}
.footer-logo { display: inline-block; background: #fff; border-radius: 12px; padding: 12px 16px; margin-bottom: 18px; }
.footer-logo img { height: 62px; width: auto; }
.footer-about p { font-size: 14.5px; }
.footer-col h4 { color: #fff; margin-bottom: 18px; font-size: 16.5px; position: relative; padding-bottom: 10px; font-family: var(--font-head); }
.footer-col h4::after { content: ""; position: absolute; bottom: 0; right: 0; width: 32px; height: 2px; background: var(--gold); border-radius: 2px; }
.footer-col ul { display: grid; gap: 10px; }
.footer-col a { color: #b9babd; font-size: 14.5px; }
.footer-col a:hover { color: var(--gold); }
.footer-contact li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; }
.footer-contact .dmc-ic { color: var(--gold); flex: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom-in { display: flex; justify-content: space-between; gap: 12px; padding: 18px 0; font-size: 13px; flex-wrap: wrap; }

/* ---------- واتساب عائم ---------- */
.floating-wa {
	position: fixed; bottom: 26px; left: 26px; z-index: 90; width: 58px; height: 58px;
	background: #25D366; color: #fff; border-radius: 50%; display: grid; place-items: center;
	box-shadow: 0 12px 30px -8px rgba(37, 211, 102, .6); transition: .3s;
}
.floating-wa:hover { transform: scale(1.1) translateY(-3px); }
.floating-call { background: linear-gradient(135deg, var(--gold), var(--gold-2)); box-shadow: 0 12px 30px -8px rgba(201, 165, 87, .7); }

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

/* ---------- ترقيم الصفحات ---------- */
.pagination { margin-top: 40px; text-align: center; }
.pagination .page-numbers {
	display: inline-grid; place-items: center; min-width: 42px; height: 42px; border-radius: 10px;
	border: 1px solid var(--line); margin: 0 3px; font-weight: 600; padding: 0 8px;
}
.pagination .current { background: var(--gold); color: #fff; border-color: var(--gold); }

/* ---------- استجابة الشاشات ---------- */
@media (max-width: 1024px) {
	.services-grid, .testi-grid, .fs-grid { grid-template-columns: repeat(2, 1fr); }
	.process-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
	.stats-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.fs-single-grid { grid-template-columns: 1fr; }
	.fs-facts { position: static; }
}
@media (max-width: 860px) {
	.topbar-note { display: none; }
	.site-header { backdrop-filter: none; }
	.nav-toggle { display: block; }
	.main-nav {
		position: fixed; top: 0; right: 0; bottom: auto; left: auto; width: min(340px, 86vw); height: 100vh; height: 100dvh; background: #fff;
		flex-direction: column; align-items: stretch; padding: 90px 28px 30px; gap: 8px;
		transform: translateX(110%); transition: transform .4s cubic-bezier(.7,0,.3,1);
		box-shadow: -20px 0 60px rgba(0,0,0,.2); z-index: 99; overflow-y: auto;
	}
	body.nav-open .main-nav { transform: none; }
	body.nav-open { overflow: hidden; }
	body::before {
		content: ""; position: fixed; inset: 0; z-index: 98; background: rgba(25,26,28,.55);
		opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; pointer-events: none;
	}
	body.nav-open::before { opacity: 1; visibility: visible; pointer-events: auto; }
	body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
	body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
	body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
	.nav-toggle { position: relative; z-index: 101; }
	.nav-list { flex-direction: column; align-items: stretch; }
	.nav-list a { font-size: 17px; padding: 13px 10px; border-bottom: 1px solid var(--line); border-radius: 0; }
	.nav-cta { margin-top: 14px; }
	.about-grid, .request-grid, .service-row { grid-template-columns: 1fr; }
	.service-row.alt .service-row-media { order: 0; }
	.about-badge { left: 10px; bottom: -18px; }
	.vision-grid { grid-template-columns: 1fr; }
	.sec-head-row { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
	body { font-size: 15.5px; }
	.home .section { padding: 52px 0; }
	.services-grid, .testi-grid, .fs-grid, .process-grid, .why-grid { grid-template-columns: 1fr; }
	.home .services-grid .service-card:nth-child(n+4),
	.home .fs-grid .fs-card:nth-child(n+3) { display: none; }
	.home .service-card { padding: 26px 22px; }
	.home .process-step { padding: 26px 22px 22px; }
	.home .process-grid { gap: 14px; }
	.home .sec-head { margin-bottom: 34px; }
	.home .stats-band { padding: 44px 0; }
	.form-row.two { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr; gap: 30px; }
	.hero { height: auto; min-height: 600px; padding: 80px 0 110px; }
	.hero-slide { position: absolute; }
	.trust-in { justify-content: flex-start; }
	.brand img { height: 46px; }
	.footer-bottom-in { justify-content: center; text-align: center; }
	.floating-wa { width: 52px; height: 52px; bottom: 18px; left: 18px; }
}
