/* =========================================================================
   StrategizePro Environmental — نظام التصميم
   تركوازي الشعار وكهرمانيه، بهيكل وإيقاع التمبلت المعتمد.
   كل الاتجاهات مكتوبة بخصائص منطقية (inline-start/end) فتعمل عربيا
   وإنجليزيا من ملف واحد بلا نسخة معكوسة.
   ========================================================================= */

/* ── الرموز ───────────────────────────────────────────────────────────── */
:root {
  /* الهوية */
  --ink:        #08333C;   /* التركوازي الغامق: الأقسام الداكنة */
  --ink-2:      #0A4A57;
  --teal:       #0F6E7E;   /* التركوازي الأساسي من الشعار */
  --teal-600:   #0C5B69;
  --teal-300:   #7FC2CE;
  --teal-100:   #D6EBEF;
  --teal-50:    #EFF7F8;

  --amber:      #F5A623;   /* الكهرماني من الشعار */
  --amber-600:  #D98B0C;
  --amber-200:  #FBDCA6;
  --amber-50:   #FDF3E3;

  /* الأسطح والنص */
  --bg:         #FFFFFF;
  --mist:       #F1F7F8;
  --line:       #DDE8EB;
  --line-soft:  #EAF1F3;
  --text:       #12303A;
  --muted:      #5B7480;
  --muted-2:    #7D949D;
  --white:      #FFFFFF;

  /* الشكل */
  --r-sm:  10px;
  --r:     16px;
  --r-lg:  22px;
  --r-xl:  30px;
  --pill:  999px;

  --shadow-sm: 0 1px 2px rgba(8, 51, 60, .05), 0 2px 8px rgba(8, 51, 60, .04);
  --shadow:    0 4px 12px rgba(8, 51, 60, .06), 0 12px 32px rgba(8, 51, 60, .07);
  --shadow-lg: 0 10px 24px rgba(8, 51, 60, .08), 0 28px 64px rgba(8, 51, 60, .12);

  /* المقاسات */
  --wrap:    1220px;
  --gap:     clamp(20px, 3vw, 34px);
  --sec-y:   clamp(64px, 8vw, 116px);

  /* ارتفاع الشريط العلوي العائم — يستعمله الهيرو ليمتد تحته */
  --head-pad: 14px;
  --head-bar: 72px;
  --head-h:   calc(var(--head-bar) + var(--head-pad) * 2);

  /* اتجاه تدرج الهيرو: من جهة النص إلى جهة الصورة */
  --hero-grad: to left;

  --ease:    cubic-bezier(.22, .61, .36, 1);
  --ease-out:cubic-bezier(.16, 1, .3, 1);

  --font-ar: 'IBM Plex Sans Arabic', 'Segoe UI', Tahoma, system-ui, sans-serif;
}

/* الهيرو: التدرج يبدأ من جهة النص وينتهي شفافا عند جهة الصورة */
[dir="ltr"] { --hero-grad: to right; }

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font-ar);
  font-size: 16px;
  line-height: 1.75;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  margin: 0;
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: -.015em;
}
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

button, input, select, textarea { font: inherit; color: inherit; }

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 2px;
  border-radius: 4px;
}

.wrap {
  width: min(100% - 2 * clamp(16px, 4vw, 40px), var(--wrap));
  margin-inline: auto;
}

.skip {
  position: absolute;
  inset-inline-start: -9999px;
  top: 0;
  z-index: 999;
  background: var(--ink);
  color: #fff;
  padding: 12px 20px;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
}
.skip:focus { inset-inline-start: 0; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* الأرقام والتواريخ داخل نص عربي تنقلب بصريا ما لم تعزل */
.ltr { direction: ltr; unicode-bidi: isolate; display: inline-block; }

/* ── العناصر المشتركة ─────────────────────────────────────────────────── */

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--teal-50);
  color: var(--teal);
  border: 1px solid var(--teal-100);
  border-radius: var(--pill);
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .01em;
}
.kicker svg { color: var(--amber); flex: none; }
.kicker:not(:has(svg)) { gap: 0; }
.kicker--light {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .22);
  color: #fff;
}
.kicker--amber {
  background: var(--amber-50);
  border-color: var(--amber-200);
  color: var(--amber-600);
}
.kicker--amber svg { color: var(--amber-600); }

.sec-head { max-width: 720px; }
.sec-head--center { margin-inline: auto; text-align: center; }
.sec-head h2 {
  font-size: clamp(27px, 3.6vw, 43px);
  margin-top: 16px;
}
.sec-head p {
  color: var(--muted);
  font-size: clamp(15px, 1.3vw, 17px);
  margin-top: 14px;
}
.sec-head--onDark h2 { color: #fff; }
.sec-head--onDark p { color: rgba(255, 255, 255, .72); }

.hl { color: var(--amber); }
.hl-underline {
  position: relative;
  white-space: nowrap;
}
.hl-underline::after {
  content: '';
  position: absolute;
  inset-inline: -2px;
  bottom: .04em;
  height: .34em;
  background: var(--amber);
  opacity: .28;
  border-radius: 3px;
  z-index: -1;
}

/* ── الأزرار ──────────────────────────────────────────────────────────── */
.btn {
  --btn-bg: var(--ink);
  --btn-fg: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--btn-bg);
  color: var(--btn-fg);
  border: 1px solid transparent;
  border-radius: var(--pill);
  padding: 14px 26px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease),
              background-color .25s var(--ease), color .25s var(--ease);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn:active { transform: translateY(0); }
.btn__ic {
  display: grid;
  place-items: center;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  margin-inline-end: -12px;
  flex: none;
  transition: transform .3s var(--ease-out), background-color .25s var(--ease);
}
.btn:hover .btn__ic { transform: rotate(45deg); }
.btn svg { flex: none; }

.btn--amber { --btn-bg: var(--amber); --btn-fg: #3B2500; }
.btn--amber .btn__ic { background: rgba(0, 0, 0, .12); }
.btn--teal   { --btn-bg: var(--teal); }
.btn--white  { --btn-bg: #fff; --btn-fg: var(--ink); }
.btn--white .btn__ic { background: rgba(8, 51, 60, .1); }
.btn--ghost {
  --btn-bg: transparent; --btn-fg: var(--text);
  border-color: var(--line);
}
.btn--ghost:hover { background: var(--mist); }
.btn--ghost-light {
  --btn-bg: transparent; --btn-fg: #fff;
  border-color: rgba(255, 255, 255, .3);
}
.btn--ghost-light:hover { background: rgba(255, 255, 255, .1); }
.btn--sm { padding: 10px 18px; font-size: 14px; }
.btn--block { width: 100%; justify-content: center; }
.btn[disabled], .btn[aria-disabled="true"] {
  opacity: .55; pointer-events: none;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--teal);
  font-weight: 600;
  font-size: 14.5px;
}
.link-arrow svg { transition: transform .3s var(--ease-out); }
.link-arrow:hover svg { transform: translateX(-4px); }
[dir="ltr"] .link-arrow:hover svg { transform: translateX(4px); }
[dir="ltr"] .link-arrow svg { transform: scaleX(-1); }
[dir="ltr"] .link-arrow:hover svg { transform: scaleX(-1) translateX(-4px); }

/* ── الشريط العلوي ────────────────────────────────────────────────────── */
.topbar {
  background: var(--ink);
  color: rgba(255, 255, 255, .8);
  font-size: 13.5px;
}
.topbar__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 46px;
  flex-wrap: wrap;
}
.topbar__items { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.topbar__item { display: inline-flex; align-items: center; gap: 8px; }
.topbar__item svg { color: var(--amber); flex: none; }
.topbar__item:hover { color: #fff; }
.topbar__social { display: flex; align-items: center; gap: 6px; }
.topbar__social a {
  display: grid; place-items: center;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .09);
  transition: background-color .25s var(--ease), color .25s var(--ease);
}
.topbar__social a:hover { background: var(--amber); color: #3B2500; }
.lang-btn {
  display: inline-flex; align-items: center; gap: 7px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: var(--pill);
  padding: 5px 14px;
  font-size: 13px; font-weight: 600;
  color: #fff;
  transition: background-color .25s var(--ease);
}
.lang-btn:hover { background: rgba(255, 255, 255, .12); }

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

/* ── الترويسة ─────────────────────────────────────────────────────────── */
/* بطاقة بيضاء عائمة بحواف دائرية تطفو فوق لوحة الهيرو، كما في التمبلت.
   الشريط نفسه شفاف ولا يستقبل النقر، والتفاعل على البطاقة وحدها، كي لا
   يحجب الشريط الشفاف الممتد ما تحته على جانبي البطاقة. */
.head {
  position: sticky;
  top: 0;
  z-index: 90;
  padding-block: var(--head-pad);
  background: transparent;
  pointer-events: none;
}
/* أضيق من لوحة الهيرو، فيظهر طافيا فوقها لا ملتصقا بحوافها */
.head__bar {
  max-width: 1040px;
  margin-inline: auto;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: var(--head-bar);
  padding-inline: 24px 12px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-xl);
  box-shadow: 0 2px 10px rgba(8, 51, 60, .05);
  transition: box-shadow .35s var(--ease);
}
.head.is-stuck .head__bar {
  box-shadow: 0 10px 34px rgba(8, 51, 60, .13);
}

/* الشعار صورة أصلية شفافة الخلفية، تحمل العلامة والاسم والشعار النصي معا */
.logo { display: inline-flex; align-items: center; flex: none; }
.logo img { display: block; width: auto; }
.logo__mark { display: block; flex: none; width: auto; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  padding: 10px 15px;
  border-radius: var(--pill);
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  transition: color .2s var(--ease), background-color .2s var(--ease);
}
.nav a:hover { color: var(--teal); background: var(--teal-50); }
.nav a.is-active { color: var(--teal); }

.nav__group { position: relative; }
.nav__toggle {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 10px 15px; border-radius: var(--pill);
  background: none; border: 0; cursor: pointer;
  font-size: 15px; font-weight: 600;
}
.nav__toggle svg { transition: transform .25s var(--ease); }
.nav__group[data-open="1"] .nav__toggle svg { transform: rotate(180deg); }
.nav__group[data-open="1"] .nav__toggle { color: var(--teal); background: var(--teal-50); }
.mega {
  position: absolute;
  top: calc(100% + 12px);
  inset-inline-start: 50%;
  transform: translateX(50%) translateY(-8px);
  width: min(92vw, 640px);
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s var(--ease), transform .25s var(--ease-out), visibility .25s;
}
[dir="ltr"] .mega { transform: translateX(-50%) translateY(-8px); }
.nav__group[data-open="1"] .mega {
  opacity: 1; visibility: visible;
  transform: translateX(50%) translateY(0);
}
[dir="ltr"] .nav__group[data-open="1"] .mega { transform: translateX(-50%) translateY(0); }
.mega a {
  display: flex; align-items: center; gap: 11px;
  padding: 11px 13px; border-radius: var(--r-sm);
  font-size: 14.5px; font-weight: 500;
}
.mega a:hover { background: var(--teal-50); color: var(--teal); }
.mega__all {
  grid-column: 1 / -1;
  margin-top: 6px; padding-top: 12px;
  border-top: 1px solid var(--line-soft);
  justify-content: center; color: var(--teal); font-weight: 600;
}

.head__cta { display: flex; align-items: center; gap: 10px; flex: none; }

.burger {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  place-items: center;
}

@media (max-width: 1080px) {
  .nav, .head__cta .btn { display: none; }
  .burger { display: grid; }
}

/* القائمة الجوالة */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  visibility: hidden;
}
.drawer[data-open="1"] { visibility: visible; }
.drawer__bg {
  position: absolute; inset: 0;
  background: rgba(8, 51, 60, .5);
  opacity: 0;
  transition: opacity .3s var(--ease);
}
.drawer[data-open="1"] .drawer__bg { opacity: 1; }
.drawer__panel {
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  width: min(88vw, 380px);
  background: #fff;
  padding: 22px;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform .35s var(--ease-out);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
[dir="ltr"] .drawer__panel { transform: translateX(100%); }
.drawer[data-open="1"] .drawer__panel { transform: translateX(0); }
.drawer__top {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 16px; margin-bottom: 10px;
  border-bottom: 1px solid var(--line-soft);
}
.drawer__close {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border: 1px solid var(--line); border-radius: 11px;
  background: #fff; cursor: pointer;
}
.drawer a.drawer__link {
  padding: 13px 14px;
  border-radius: 12px;
  font-weight: 600;
}
.drawer a.drawer__link:hover { background: var(--teal-50); color: var(--teal); }
.drawer__sub {
  padding-inline-start: 14px;
  border-inline-start: 2px solid var(--line-soft);
  margin-inline-start: 12px;
  display: flex; flex-direction: column;
}
.drawer__sub a { padding: 9px 10px; font-size: 14.5px; color: var(--muted); border-radius: 9px; }
.drawer__sub a:hover { color: var(--teal); background: var(--teal-50); }
.drawer__foot { margin-top: auto; padding-top: 20px; display: grid; gap: 10px; }

/* ── الهيرو ───────────────────────────────────────────────────────────── */
/* لوحة مدورة واحدة، والصورة تمتد إلى حافتها بلا إطار، وتذوب في اللون
   الداكن عبر تدرج — كما في التمبلت. */
/* اللوحة تبدأ تحت الشريط العائم مباشرة فيركب عليها كما في التمبلت،
   والصورة تمتد إلى أعلى اللوحة خلفه. المسافة تُعوَّض داخل المتن. */
.hero {
  position: relative;
  margin-top: calc(-1 * var(--head-h));
  color: #fff;
}
.hero__panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-xl);
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(15, 110, 126, .6), transparent 62%),
    radial-gradient(90% 80% at 0% 100%, rgba(245, 166, 35, .13), transparent 58%),
    var(--ink);
  display: flex;
  align-items: center;
  min-height: 552px;
}
.hero__img {
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  width: 58%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  aspect-ratio: auto;
}
.hero__panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(var(--hero-grad),
    var(--ink) 40%, rgba(8, 51, 60, .78) 50%, rgba(8, 51, 60, 0) 70%);
  pointer-events: none;
}
.hero__body {
  position: relative;
  z-index: 2;
  width: 54%;
  padding: calc(var(--head-h) + clamp(16px, 2vw, 34px))
           clamp(26px, 3.4vw, 56px)
           clamp(38px, 4.4vw, 66px);
}
.hero__badge { margin-bottom: 22px; }
.hero h1 {
  font-size: clamp(33px, 5.1vw, 62px);
  line-height: 1.16;
  letter-spacing: -.025em;
}
.hero p.hero__sub {
  margin-top: 20px;
  max-width: 56ch;
  font-size: clamp(15px, 1.35vw, 17.5px);
  color: rgba(255, 255, 255, .78);
}
.hero__actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.hero__call { display: inline-flex; align-items: center; gap: 12px; }
.hero__call-ic {
  display: grid; place-items: center;
  width: 48px; height: 48px; flex: none;
  border-radius: 50%;
  background: var(--amber);
  color: #3B2500;
}
.hero__call-txt { display: flex; flex-direction: column; line-height: 1.4; }
.hero__call-lbl {
  font-size: 11.5px; font-weight: 600;
  color: rgba(255, 255, 255, .6);
  letter-spacing: .05em;
}
.hero__call-num { font-size: 16px; font-weight: 700; }

.hero__rating {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--pill);
  padding: 7px 16px;
  font-size: 13px;
  margin-bottom: 20px;
}
.hero__stars { display: inline-flex; gap: 2px; color: var(--amber); }
.hero__rating b { font-weight: 700; }
.hero__rating span { color: rgba(255, 255, 255, .68); }

@media (max-width: 940px) {
  .hero__panel { display: block; min-height: 0; }
  .hero__panel::after { display: none; }
  .hero__img {
    position: relative;
    width: 100%;
    height: calc(var(--head-h) + 190px);
    object-position: center 40%;
  }
  .hero__body { width: 100%; padding: 30px 24px 36px; }
}

/* ── الشريط المتحرك ───────────────────────────────────────────────────── */
.ribbon {
  background: var(--amber);
  color: #3B2500;
  overflow: hidden;
  padding-block: 14px;
}
.ribbon__track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: ribbon 38s linear infinite;
}
.ribbon:hover .ribbon__track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) {
  .ribbon__track { animation: none; }
  .ribbon { overflow-x: auto; }
}
.ribbon__item {
  display: inline-flex; align-items: center; gap: 26px;
  padding-inline: 26px;
  font-size: 15.5px; font-weight: 700;
  white-space: nowrap;
}
.ribbon__item svg { color: rgba(59, 37, 0, .55); flex: none; }
@keyframes ribbon {
  from { transform: translateX(0); }
  to   { transform: translateX(50%); }
}
[dir="ltr"] .ribbon__track { animation-name: ribbon-ltr; }
@keyframes ribbon-ltr {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── الأقسام ──────────────────────────────────────────────────────────── */
.sec { padding-block: var(--sec-y); }
.sec--mist { background: var(--mist); }
.sec--tight { padding-block: clamp(46px, 5vw, 74px); }

/* ── من نحن + نموذج الطلب ─────────────────────────────────────────────── */
.about {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(28px, 3.6vw, 54px);
  align-items: start;
}
.about__body h2 { font-size: clamp(26px, 3.4vw, 41px); margin-top: 16px; }
.about__body p { color: var(--muted); margin-top: 16px; }
.about__points {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 20px 22px;
  background: #fff;
}
.about__points li {
  display: flex; align-items: center; gap: 10px;
  font-size: 14.5px; font-weight: 500;
}
.about__points svg { color: var(--teal); flex: none; }
.about__meta {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.about__stat {
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 20px;
  background: #fff;
}
.about__stat b {
  display: block;
  font-size: clamp(28px, 3vw, 38px);
  color: var(--ink);
  line-height: 1.1;
  letter-spacing: -.03em;
}
.about__stat span { font-size: 13.5px; color: var(--muted); }
.about__actions { margin-top: 28px; }

@media (max-width: 980px) {
  .about { grid-template-columns: 1fr; }
  .about__form { order: -1; }
}
@media (max-width: 560px) {
  .about__points { grid-template-columns: 1fr; }
}

/* بطاقة النموذج */
.qform {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}
.qform::before {
  content: '';
  position: absolute;
  inset-inline: 0; top: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--teal), var(--amber));
}
.qform__head { padding: 26px 26px 4px; text-align: center; }
.qform__head h3 { font-size: 25px; margin-top: 12px; }
.qform__head p { color: var(--muted); font-size: 14px; margin-top: 8px; }
.qform__body { padding: 22px 26px 26px; }
.qform__note {
  margin-top: 14px;
  font-size: 12.5px;
  color: var(--muted-2);
  text-align: center;
  line-height: 1.6;
}

/* ── الحقول ───────────────────────────────────────────────────────────── */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 520px) { .grid-2 { grid-template-columns: 1fr; } }

.field { display: block; margin-bottom: 14px; }
.field:last-child { margin-bottom: 0; }
.field__lbl {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  color: var(--muted);
  margin-bottom: 7px;
}
.field__lbl .req { color: #D94A3D; }
.field__ctrl,
.qform input:not([type="checkbox"]):not([type="file"]),
.qform select,
.qform textarea {
  width: 100%;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 13px 15px;
  font-size: 15px;
  transition: border-color .2s var(--ease), background-color .2s var(--ease),
              box-shadow .2s var(--ease);
}
.field__ctrl::placeholder { color: var(--muted-2); }
.field__ctrl:focus,
.qform input:focus, .qform select:focus, .qform textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--teal-300);
  box-shadow: 0 0 0 4px var(--teal-50);
}
.field__ctrl[aria-invalid="true"] {
  border-color: #E6A79F;
  background: #FDF4F3;
}
select.field__ctrl {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235B7480' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m8 10 4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 14px center;
  padding-inline-end: 40px;
}
[dir="ltr"] select.field__ctrl { background-position: right 14px center; }
textarea.field__ctrl { min-height: 118px; resize: vertical; line-height: 1.7; }
.field__err {
  display: none;
  margin-top: 6px;
  font-size: 12.5px;
  color: #C0392B;
}
.field.has-error .field__err { display: block; }

.file-drop {
  border: 1.5px dashed var(--line);
  border-radius: 12px;
  padding: 18px;
  text-align: center;
  background: var(--mist);
  cursor: pointer;
  transition: border-color .2s var(--ease), background-color .2s var(--ease);
}
.file-drop:hover, .file-drop.is-over { border-color: var(--teal-300); background: var(--teal-50); }
.file-drop svg { color: var(--teal); margin-inline: auto; }
.file-drop__txt { font-size: 13.5px; color: var(--muted); margin-top: 8px; }
.file-drop__hint { font-size: 11.5px; color: var(--muted-2); margin-top: 3px; }
.file-drop input[type="file"] { display: none; }
.file-drop.has-file { border-style: solid; border-color: var(--teal); background: var(--teal-50); }

.form-alert {
  border-radius: 12px;
  padding: 13px 16px;
  font-size: 14px;
  margin-bottom: 16px;
  display: flex; gap: 10px; align-items: flex-start;
}
.form-alert svg { flex: none; margin-top: 2px; }
.form-alert--err { background: #FDF2F0; color: #A43A2C; border: 1px solid #F3D5CF; }
.form-alert--ok  { background: var(--teal-50); color: var(--teal-600); border: 1px solid var(--teal-100); }

.hp-field {
  position: absolute !important;
  width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}

/* ── الرؤية والرسالة ──────────────────────────────────────────────────── */
.mv__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(28px, 3.6vw, 56px);
  align-items: center;
}
.mv__img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; border-radius: var(--r-lg); }
.mv__cards {
  margin-top: clamp(26px, 3vw, 42px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.mvc {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 175px;
  gap: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 22px;
  align-items: center;
}
.mvc__ic {
  display: grid; place-items: center;
  width: 44px; height: 44px;
  border-radius: 13px;
  background: var(--ink); color: var(--amber);
  margin-bottom: 14px;
}
.mvc h3 { font-size: 19px; }
.mvc p { color: var(--muted); font-size: 14.5px; margin-top: 8px; }
.mvc ul { margin-top: 14px; display: grid; gap: 7px; }
.mvc li {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 13.5px; color: var(--muted);
}
.mvc li svg { color: var(--teal); flex: none; margin-top: 4px; }
.mvc__img {
  width: 100%; height: 100%;
  min-height: 200px;
  object-fit: cover;
  border-radius: var(--r);
}
@media (max-width: 1040px) {
  .mv__top { grid-template-columns: 1fr; }
  .mv__cards { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .mvc { grid-template-columns: 1fr; }
  .mvc__img { min-height: 180px; }
}

/* ── الخدمات ──────────────────────────────────────────────────────────── */
.services { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.services::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(80% 60% at 50% 0%, rgba(15, 110, 126, .5), transparent 65%);
}
.services > .wrap { position: relative; }
.svc-grid {
  margin-top: clamp(32px, 4vw, 52px);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 22px;
}
/* بطاقة الخدمة: إطار أبيض يحمل الصورة، ومتن يركب فوقها صاعدا بحافة
   علوية كهرمانية — التركيب نفسه الذي في التمبلت. */
.svc {
  background: #fff;
  color: var(--text);
  border-radius: var(--r-lg);
  padding: 10px;
  display: flex;
  flex-direction: column;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease);
}
.svc:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.svc__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: var(--r);
  background: var(--teal-50);
}
.svc__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out); }
.svc:hover .svc__media img { transform: scale(1.06); }

.svc__body {
  position: relative;
  z-index: 1;
  margin: -52px 6px 0;
  background: #fff;
  border-radius: var(--r);
  border-top: 4px solid var(--amber);
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.svc__cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  border: 1px solid var(--line);
  border-radius: var(--pill);
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--muted);
  margin-bottom: 12px;
}
.svc h3 { font-size: 19.5px; }
.svc__tag { font-size: 13px; color: var(--amber-600); font-weight: 600; margin-top: 6px; }
.svc__rule { height: 1px; background: var(--line-soft); border: 0; margin: 14px 0 0; }
.svc__list { margin-top: 14px; display: grid; gap: 9px; }
.svc__list li {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 13.5px; color: var(--muted);
}
.svc__list .chev {
  color: var(--teal-300);
  flex: none;
  font-size: 13px;
  line-height: 1.6;
  transform: scaleX(-1);
}
[dir="ltr"] .svc__list .chev { transform: none; }
.svc:hover .svc__list .chev { color: var(--amber-600); }
.svc__foot { margin-top: auto; padding-top: 18px; }

.svc-strip {
  margin-top: clamp(28px, 3vw, 40px);
  display: flex; align-items: center; justify-content: center;
  gap: 12px; flex-wrap: wrap;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--pill);
  padding: 12px 22px;
  text-align: center;
}
.svc-strip__badge {
  background: var(--amber); color: #3B2500;
  border-radius: var(--pill);
  padding: 4px 13px; font-size: 12px; font-weight: 700;
}
.svc-strip span { color: rgba(255, 255, 255, .78); font-size: 14.5px; }
.svc-strip a { color: var(--amber); font-weight: 700; font-size: 14.5px; }
.svc-strip a:hover { text-decoration: underline; }

/* ── شريط الإحصاءات ───────────────────────────────────────────────────── */
.stats {
  background: var(--amber);
  color: #3B2500;
}
.stats__in {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.stat {
  padding: clamp(28px, 3.4vw, 44px) 22px;
  display: flex; align-items: center; gap: 16px;
  border-inline-start: 1px solid rgba(59, 37, 0, .16);
}
.stat:first-child { border-inline-start: 0; }
.stat b {
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1;
}
.stat span { font-size: 13.5px; font-weight: 600; line-height: 1.5; }
@media (max-width: 860px) {
  .stats__in { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat:nth-child(odd) { border-inline-start: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid rgba(59, 37, 0, .16); }
}
@media (max-width: 460px) {
  .stats__in { grid-template-columns: 1fr; }
  .stat { border-inline-start: 0; }
  .stat + .stat { border-top: 1px solid rgba(59, 37, 0, .16); }
}

/* ── لماذا نحن ────────────────────────────────────────────────────────── */
.why__top {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 3.6vw, 56px);
  align-items: center;
}
.why__media { position: relative; }
.why__img { width: 100%; aspect-ratio: 4/4.4; object-fit: cover; border-radius: var(--r-lg); }
.why__float {
  position: absolute;
  inset-inline-start: 16px;
  background: #fff;
  border-radius: var(--pill);
  padding: 9px 16px 9px 9px;
  box-shadow: var(--shadow);
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13.5px; font-weight: 600;
}
.why__float:nth-of-type(1) { top: 26%; }
.why__float:nth-of-type(2) { top: 40%; inset-inline-start: 44px; }
.why__float svg { color: var(--teal); flex: none; }
.why__tiles {
  margin-top: clamp(28px, 3vw, 44px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.tile {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 26px 20px;
  text-align: center;
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease),
              border-color .3s var(--ease);
}
.tile:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--teal-100); }
.tile__ic {
  display: grid; place-items: center;
  width: 54px; height: 54px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--ink); color: var(--amber);
  transition: background-color .3s var(--ease), color .3s var(--ease);
}
.tile:hover .tile__ic { background: var(--amber); color: #3B2500; }
.tile h3 { font-size: 16.5px; }
.tile p { font-size: 13.5px; color: var(--muted); margin-top: 8px; }
@media (max-width: 1040px) { .why__top { grid-template-columns: 1fr; } }
@media (max-width: 900px) { .why__tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 500px) { .why__tiles { grid-template-columns: 1fr; } }

/* ── آلية العمل ───────────────────────────────────────────────────────── */
.steps {
  margin-top: clamp(32px, 4vw, 52px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.step {
  border-radius: var(--r-lg);
  padding: 28px 24px;
  background: var(--mist);
  display: flex; flex-direction: column;
  min-height: 100%;
  transition: transform .3s var(--ease-out);
}
.step:hover { transform: translateY(-5px); }
.step:nth-child(2) { background: var(--amber); color: #3B2500; }
.step:nth-child(3) { background: var(--ink); color: #fff; }
.step:nth-child(4) { background: var(--teal); color: #fff; }
.step__top {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 26px;
}
.step__n {
  font-size: 30px; font-weight: 800;
  letter-spacing: -.04em;
  direction: ltr;
}
.step__ic { opacity: .55; }
.step h3 { font-size: 19px; }
.step p { font-size: 14px; margin-top: 10px; opacity: .78; }
.step ul { margin-top: 16px; display: grid; gap: 7px; }
.step li { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; opacity: .82; }
.step li svg { flex: none; margin-top: 3px; }
@media (max-width: 1040px) { .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px)  { .steps { grid-template-columns: 1fr; } }

/* ── التغطية ──────────────────────────────────────────────────────────── */
.areas {
  background: var(--ink);
  color: #fff;
  border-radius: var(--r-xl);
  padding: clamp(32px, 4vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: clamp(26px, 3.4vw, 48px);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.areas::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(70% 90% at 100% 50%, rgba(15, 110, 126, .5), transparent 60%);
}
.areas > * { position: relative; }
.areas h2 { font-size: clamp(25px, 3.2vw, 38px); margin-top: 16px; }
.areas p { color: rgba(255, 255, 255, .74); margin-top: 14px; }
.areas__count {
  margin-top: 20px;
  font-size: 17px; font-weight: 700;
}
.areas__tags { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 9px; }
.areas__tag {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--pill);
  padding: 7px 15px;
  font-size: 13.5px;
}
.areas__tag svg { color: var(--amber); flex: none; }
.areas__map {
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .14);
}
.areas__map iframe, .areas__map img { width: 100%; height: 100%; border: 0; object-fit: cover; }
@media (max-width: 940px) { .areas { grid-template-columns: 1fr; } }

/* ── الشركاء ──────────────────────────────────────────────────────────── */
.partners__line {
  display: flex; align-items: center; gap: 16px;
  color: var(--muted); font-size: 14px;
  margin-bottom: 26px;
}
.partners__line::before, .partners__line::after {
  content: ''; flex: 1; height: 1px; background: var(--line);
}
.partners__line b { color: var(--amber-600); font-weight: 700; }
.partners__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.partner {
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px 16px;
  display: grid; place-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 700; font-size: 14.5px;
  text-align: center;
  transition: border-color .3s var(--ease), color .3s var(--ease);
}
.partner:hover { border-color: var(--teal-100); color: var(--teal); }
.partner img { max-height: 42px; width: auto; object-fit: contain; }
.partner svg { color: var(--teal-300); }
@media (max-width: 900px) { .partners__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 520px) { .partners__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ── الفريق ───────────────────────────────────────────────────────────── */
.team-grid {
  margin-top: clamp(30px, 3.6vw, 46px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.member {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  text-align: center;
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease);
}
.member:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.member__media { aspect-ratio: 1 / 1.05; background: var(--teal-50); overflow: hidden; position: relative; }
.member__media img { width: 100%; height: 100%; object-fit: cover; }
.member__ph { display: grid; place-items: center; height: 100%; color: var(--teal-300); }
.member__body { padding: 18px 16px 22px; }
.member h3 { font-size: 16.5px; }
.member__role {
  display: inline-block;
  margin-top: 9px;
  background: var(--amber-50); color: var(--amber-600);
  border: 1px solid var(--amber-200);
  border-radius: var(--pill);
  padding: 4px 13px;
  font-size: 12.5px; font-weight: 600;
}
@media (max-width: 1000px) { .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px)  { .team-grid { grid-template-columns: 1fr; } }

/* ── آراء العملاء ─────────────────────────────────────────────────────── */
.testi-grid {
  margin-top: clamp(30px, 3.6vw, 46px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.testi {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px 24px;
  position: relative;
  display: flex; flex-direction: column;
}
.testi__stars { display: flex; gap: 3px; color: var(--amber); margin-bottom: 14px; }
.testi__txt { color: var(--muted); font-size: 15px; line-height: 1.85; flex: 1; }
.testi__who {
  margin-top: 20px; padding-top: 16px;
  border-top: 1px solid var(--line-soft);
  display: flex; align-items: center; gap: 12px;
}
.testi__av {
  width: 42px; height: 42px; flex: none;
  border-radius: 50%;
  background: var(--teal-50);
  display: grid; place-items: center;
  color: var(--teal);
  overflow: hidden;
}
.testi__av img { width: 100%; height: 100%; object-fit: cover; }
.testi__who b { display: block; font-size: 14.5px; }
.testi__who span { font-size: 12.5px; color: var(--muted); }
.testi__q {
  position: absolute;
  inset-inline-end: 22px; bottom: 22px;
  color: var(--teal-100);
}
.trust-strip {
  margin-top: clamp(26px, 3vw, 38px);
  display: flex; align-items: center; justify-content: center;
  gap: 12px; flex-wrap: wrap;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--pill);
  padding: 11px 22px;
  text-align: center;
}
.trust-strip__badge {
  background: var(--amber); color: #3B2500;
  border-radius: var(--pill);
  padding: 4px 14px; font-size: 12px; font-weight: 700;
}
.trust-strip span { font-size: 14.5px; color: var(--muted); }
@media (max-width: 950px) { .testi-grid { grid-template-columns: 1fr; } }

/* ── شريط الدعوة ──────────────────────────────────────────────────────── */
.cta-band {
  background: var(--amber);
  border-radius: var(--r-xl);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
  align-items: center;
  overflow: hidden;
  color: #3B2500;
}
.cta-band__body { padding: clamp(30px, 3.6vw, 52px); }
.cta-band h2 { font-size: clamp(25px, 3.2vw, 38px); margin-top: 16px; }
.cta-band p { margin-top: 14px; opacity: .78; }
.cta-band__actions { margin-top: 26px; }
.cta-band__media { align-self: stretch; min-height: 260px; }
.cta-band__media img { width: 100%; height: 100%; object-fit: cover; }
.kicker--onAmber {
  background: rgba(59, 37, 0, .1);
  border-color: rgba(59, 37, 0, .16);
  color: #3B2500;
}
.kicker--onAmber svg { color: #3B2500; }
@media (max-width: 860px) {
  .cta-band { grid-template-columns: 1fr; }
  .cta-band__media { order: -1; min-height: 220px; }
}

/* ── المقالات ─────────────────────────────────────────────────────────── */
.posts {
  margin-top: clamp(30px, 3.6vw, 46px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.post {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease);
}
.post:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.post__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--teal-50); }
.post__media img { width: 100%; height: 100%; object-fit: cover; }
.post__body { padding: 20px 22px 24px; }
.post__meta {
  display: flex; align-items: center; gap: 14px;
  font-size: 12.5px; color: var(--muted-2);
  margin-bottom: 10px;
}
.post__meta span { display: inline-flex; align-items: center; gap: 6px; }
.post h3 { font-size: 17.5px; }
.post p { font-size: 14px; color: var(--muted); margin-top: 8px; }
.post__foot { margin-top: 16px; }
@media (max-width: 950px) { .posts { grid-template-columns: 1fr; } }

/* ── الأسئلة الشائعة ──────────────────────────────────────────────────── */
.faq {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(26px, 3.4vw, 48px);
  align-items: start;
}
.faq__card {
  background: var(--ink);
  color: #fff;
  border-radius: var(--r-lg);
  padding: 28px;
  margin-top: 26px;
}
.faq__card-ic {
  display: grid; place-items: center;
  width: 46px; height: 46px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .1);
  color: var(--amber);
  margin-bottom: 16px;
}
.faq__card h3 { font-size: 19px; }
.faq__card p { color: rgba(255, 255, 255, .7); font-size: 14px; margin-top: 9px; }
.faq__card .btn { margin-top: 20px; }

.acc { display: grid; gap: 12px; }
.acc__item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.acc__item[data-open="1"] { border-color: var(--teal-100); box-shadow: var(--shadow-sm); }
.acc__btn {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  background: none; border: 0; cursor: pointer;
  padding: 18px 20px;
  text-align: start;
  font-size: 16px; font-weight: 600;
  color: var(--text);
}
.acc__n { color: var(--amber-600); font-weight: 800; margin-inline-end: 4px; }
.acc__ic {
  display: grid; place-items: center;
  width: 32px; height: 32px; flex: none;
  border-radius: 50%;
  background: var(--mist);
  color: var(--teal);
  transition: transform .3s var(--ease), background-color .25s var(--ease),
              color .25s var(--ease);
}
.acc__item[data-open="1"] .acc__ic {
  background: var(--amber); color: #3B2500; transform: rotate(180deg);
}
.acc__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .32s var(--ease-out);
}
.acc__item[data-open="1"] .acc__panel { grid-template-rows: 1fr; }
.acc__panel > div { overflow: hidden; }
.acc__panel p {
  padding: 0 20px 20px;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.85;
}
@media (max-width: 900px) { .faq { grid-template-columns: 1fr; } }

/* ── النشرة ───────────────────────────────────────────────────────────── */
.news {
  background: var(--amber);
  color: #3B2500;
  padding-block: clamp(28px, 3.4vw, 44px);
}
.news__in {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
  gap: 26px;
  align-items: center;
}
.news__head { display: flex; align-items: center; gap: 16px; }
.news__ic {
  display: grid; place-items: center;
  width: 48px; height: 48px; flex: none;
  border-radius: 14px;
  background: var(--ink); color: var(--amber);
}
.news h3 { font-size: 21px; }
.news p { font-size: 14px; opacity: .78; margin-top: 5px; }
.news__form { display: flex; gap: 10px; }
.news__form input {
  flex: 1;
  background: #fff;
  border: 1px solid rgba(59, 37, 0, .14);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
}
.news__form input:focus { outline: none; box-shadow: 0 0 0 4px rgba(255, 255, 255, .5); }
.news__form button {
  display: grid; place-items: center;
  width: 52px; flex: none;
  background: var(--ink); color: #fff;
  border: 0; border-radius: 12px; cursor: pointer;
  transition: background-color .25s var(--ease);
}
.news__form button:hover { background: var(--teal); }
[dir="rtl"] .news__form button svg { transform: scaleX(-1); }
.news__ok { font-size: 13.5px; font-weight: 600; margin-top: 8px; }
@media (max-width: 860px) { .news__in { grid-template-columns: 1fr; } }

/* ── التذييل ──────────────────────────────────────────────────────────── */
.foot {
  background: var(--ink);
  color: rgba(255, 255, 255, .68);
  position: relative;
  overflow: hidden;
  padding-top: clamp(44px, 5vw, 72px);
}
.foot__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 46px);
  position: relative;
}
.foot__brand .logo__name { color: #fff; }
.foot__brand .logo__tag { color: var(--amber); }
.foot__about { font-size: 14px; margin-top: 18px; max-width: 40ch; }
.foot__social { display: flex; gap: 8px; margin-top: 20px; }
.foot__social a {
  display: grid; place-items: center;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  transition: background-color .25s var(--ease), color .25s var(--ease);
}
.foot__social a:hover { background: var(--amber); color: #3B2500; }
.foot h4 { color: #fff; font-size: 16.5px; margin-bottom: 16px; }
.foot__links { display: grid; gap: 10px; }
.foot__links a { font-size: 14px; transition: color .2s var(--ease); }
.foot__links a:hover { color: var(--amber); }
.foot__contact { display: grid; gap: 13px; }
.foot__contact li { display: flex; gap: 10px; font-size: 14px; align-items: flex-start; }
.foot__contact svg { color: var(--amber); flex: none; margin-top: 3px; }
.foot__contact a:hover { color: #fff; }
.foot__mark {
  position: relative;
  margin-top: clamp(34px, 4vw, 56px);
  text-align: center;
  font-size: clamp(52px, 15vw, 200px);
  font-weight: 800;
  letter-spacing: .02em;
  line-height: .85;
  color: rgba(255, 255, 255, .045);
  user-select: none;
  pointer-events: none;
  direction: ltr;
  white-space: nowrap;
  overflow: hidden;
}
.foot__bar {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-block: 20px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  font-size: 13px;
}
.foot__bar a:hover { color: var(--amber); }
@media (max-width: 900px) {
  .foot__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .foot__grid { grid-template-columns: 1fr; }
}

/* ── الأزرار العائمة ──────────────────────────────────────────────────── */
.fab-wrap {
  position: fixed;
  inset-inline-end: 20px;
  bottom: 20px;
  z-index: 80;
  display: grid;
  gap: 10px;
  justify-items: center;
}
.fab {
  display: grid; place-items: center;
  width: 54px; height: 54px;
  border-radius: 50%;
  box-shadow: var(--shadow-lg);
  border: 0; cursor: pointer;
  transition: transform .25s var(--ease);
}
.fab:hover { transform: scale(1.07); }
.fab--wa { background: #25D366; color: #fff; }
.fab--top {
  background: #fff; color: var(--ink);
  width: 44px; height: 44px;
  opacity: 0; visibility: hidden;
  transform: translateY(10px);
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s;
}
.fab--top.is-on { opacity: 1; visibility: visible; transform: translateY(0); }
.fab--top svg { transform: rotate(-90deg); }
[dir="ltr"] .fab--top svg { transform: rotate(-90deg) scaleX(-1); }

/* ── الصفحات الداخلية ─────────────────────────────────────────────────── */
.phead {
  background: var(--ink);
  color: #fff;
  padding-block: clamp(40px, 5vw, 76px);
  position: relative;
  overflow: hidden;
}
.phead::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(90% 80% at 100% 0%, rgba(15, 110, 126, .55), transparent 62%);
}
.phead > .wrap { position: relative; }
.phead h1 { font-size: clamp(28px, 4vw, 48px); margin-top: 16px; }
.phead p { color: rgba(255, 255, 255, .74); margin-top: 14px; max-width: 62ch; }
.crumbs {
  display: flex; align-items: center; gap: 9px;
  font-size: 13.5px; color: rgba(255, 255, 255, .6);
  margin-bottom: 16px; flex-wrap: wrap;
}
.crumbs a:hover { color: #fff; }
.crumbs svg { opacity: .5; }
[dir="rtl"] .crumbs svg { transform: scaleX(-1); }

.svc-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: clamp(28px, 3.4vw, 52px);
  align-items: start;
}
.svc-page__hero {
  width: 100%; aspect-ratio: 16/8;
  object-fit: cover;
  border-radius: var(--r-lg);
  margin-bottom: 28px;
}
.svc-page__intro { font-size: 17px; color: var(--muted); line-height: 1.9; }
.svc-page h2 { font-size: clamp(22px, 2.6vw, 30px); margin-top: 38px; margin-bottom: 20px; }
.pt-list { display: grid; gap: 16px; }
.pt {
  display: flex; gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 20px 22px;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.pt:hover { border-color: var(--teal-100); box-shadow: var(--shadow-sm); }
.pt__n {
  display: grid; place-items: center;
  width: 36px; height: 36px; flex: none;
  border-radius: 11px;
  background: var(--teal-50); color: var(--teal);
  font-weight: 800; font-size: 14px;
  direction: ltr;
}
.pt h3 { font-size: 17px; }
.pt p { color: var(--muted); font-size: 14.5px; margin-top: 7px; }

.aside { position: sticky; top: 100px; display: grid; gap: 18px; }
.aside__box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px;
}
.aside__box--dark { background: var(--ink); color: #fff; border-color: transparent; }
.aside__box--dark p { color: rgba(255, 255, 255, .72); }
.aside__box h3 { font-size: 19px; }
.aside__box p { color: var(--muted); font-size: 14px; margin-top: 9px; }
.aside__box .btn { margin-top: 18px; }
.aside__list { display: grid; gap: 3px; }
.aside__list a {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px;
  border-radius: var(--r-sm);
  font-size: 14.5px;
  transition: background-color .2s var(--ease), color .2s var(--ease);
}
.aside__list a:hover { background: var(--teal-50); color: var(--teal); }
.aside__list a.is-active { background: var(--teal-50); color: var(--teal); font-weight: 600; }
.aside__list .chev { color: var(--teal-300); flex: none; transform: scaleX(-1); }
[dir="ltr"] .aside__list .chev { transform: none; }
.aside__list a:hover .chev, .aside__list a.is-active .chev { color: var(--teal); }
@media (max-width: 1000px) {
  .svc-page { grid-template-columns: 1fr; }
  .aside { position: static; }
}

/* ── صفحة طلب الخدمة ──────────────────────────────────────────────────── */
.req-page {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr);
  gap: clamp(26px, 3.4vw, 48px);
  align-items: start;
}
.req-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.req-card__head {
  padding: 24px 28px;
  border-bottom: 1px solid var(--line-soft);
  background: var(--mist);
}
.req-card__head h2 { font-size: 21px; }
.req-card__head p { color: var(--muted); font-size: 14px; margin-top: 6px; }
.req-card__body { padding: 26px 28px 30px; }
.fset { margin-bottom: 30px; }
.fset:last-of-type { margin-bottom: 20px; }
.fset__lg {
  display: flex; align-items: center; gap: 11px;
  font-size: 15px; font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line-soft);
}
.fset__n {
  display: grid; place-items: center;
  width: 27px; height: 27px; flex: none;
  border-radius: 50%;
  background: var(--ink); color: var(--amber);
  font-size: 12.5px; font-weight: 800;
  direction: ltr;
}
.req-side { display: grid; gap: 18px; position: sticky; top: 100px; }
.req-side__box {
  border-radius: var(--r-lg);
  padding: 26px;
  background: var(--ink);
  color: #fff;
}
.req-side__box h3 { font-size: 18.5px; margin-bottom: 18px; }
.req-steps { display: grid; gap: 16px; }
.req-steps li { display: flex; gap: 13px; font-size: 14px; color: rgba(255, 255, 255, .78); }
.req-steps__n {
  display: grid; place-items: center;
  width: 26px; height: 26px; flex: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: var(--amber);
  font-size: 12px; font-weight: 800;
  direction: ltr;
}
.req-side__contact {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px;
}
.req-side__contact h3 { font-size: 17px; margin-bottom: 14px; }
.req-side__contact ul { display: grid; gap: 13px; }
.req-side__contact li { display: flex; gap: 11px; font-size: 14px; align-items: flex-start; }
.req-side__contact svg { color: var(--teal); flex: none; margin-top: 3px; }
.req-privacy {
  font-size: 12.5px; color: var(--muted-2);
  line-height: 1.75;
  border-top: 1px solid var(--line-soft);
  padding-top: 16px;
  margin-top: 4px;
}
@media (max-width: 980px) {
  .req-page { grid-template-columns: 1fr; }
  .req-side { position: static; }
}

/* ── صفحة الشكر ───────────────────────────────────────────────────────── */
.thanks {
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
  padding-block: clamp(50px, 7vw, 100px);
}
.thanks__ic {
  display: grid; place-items: center;
  width: 84px; height: 84px;
  margin: 0 auto 26px;
  border-radius: 50%;
  background: var(--teal-50);
  color: var(--teal);
}
.thanks h1 { font-size: clamp(27px, 3.6vw, 40px); }
.thanks p { color: var(--muted); margin-top: 14px; font-size: 16.5px; }
.thanks__ref {
  margin: 30px auto 0;
  display: inline-grid; gap: 4px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 20px 40px;
}
.thanks__ref span { font-size: 12.5px; color: var(--muted); font-weight: 600; }
.thanks__ref b {
  font-size: 28px; font-weight: 800;
  color: var(--ink); letter-spacing: 1px;
  direction: ltr; unicode-bidi: isolate;
}
.thanks__actions { margin-top: 32px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── حركة الظهور ──────────────────────────────────────────────────────── */
[data-rise] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
  transition-delay: var(--rise-delay, 0ms);
}
[data-rise].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-rise] { opacity: 1; transform: none; transition: none; }
}

/* ── الطباعة ──────────────────────────────────────────────────────────── */
@media print {
  .topbar, .head, .fab-wrap, .news, .ribbon, .drawer { display: none !important; }
  body { color: #000; }
  .sec { padding-block: 20px; }
}
