@charset "UTF-8";
@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/ibm-plex-sans-arabic-400-arabic.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-08FF, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/ibm-plex-sans-arabic-400-latin.woff2") format("woff2");
  unicode-range: U+0000-024F, U+2000-206F;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/ibm-plex-sans-arabic-700-arabic.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-08FF, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/ibm-plex-sans-arabic-700-latin.woff2") format("woff2");
  unicode-range: U+0000-024F, U+2000-206F;
}

:root {
  --navy-950: #081a2f;
  --navy-900: #0d2747;
  --navy-800: #123a63;
  --blue-700: #146b9c;
  --cyan-600: #0898ad;
  --cyan-500: #12b8c8;
  --green-600: #0b9f5d;
  --ink: #14263a;
  --muted: #516579;
  --surface-soft: #f3f7fb;
  --line: #dce6ef;
  --warning: #fff7e8;
  --warning-line: #f0d28b;
  --shadow-sm: 0 8px 24px rgba(8, 26, 47, .08);
  --shadow-lg: 0 22px 58px rgba(8, 26, 47, .14);
  --radius-md: 20px;
  --radius-lg: 30px;
  --wrap: 1180px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface-soft);
  font-family: "IBM Plex Sans Arabic", Tahoma, "Segoe UI", Arial, sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

img,
svg { display: block; max-width: 100%; }

button,
input,
select,
textarea { font: inherit; }

a { color: inherit; text-decoration: none; }

button,
a { -webkit-tap-highlight-color: transparent; }

.wrap {
  width: min(calc(100% - 32px), var(--wrap));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  inset-block-start: 10px;
  inset-inline-start: 10px;
  z-index: 9999;
  padding: 10px 14px;
  border-radius: 10px;
  color: #fff;
  background: var(--navy-950);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.top-strip {
  color: #fff;
  background: var(--navy-950);
  font-size: 13px;
}

.top-strip .wrap {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.top-points,
.top-contact {
  display: flex;
  align-items: center;
  gap: 16px;
}

.top-points,
.hero-notes,
.locations {
  padding: 0;
  list-style: none;
}

.top-points { margin-block: 0; }

.top-point {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--cyan-500);
  box-shadow: 0 0 0 4px rgba(18, 184, 200, .14);
}

.site-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(220, 230, 239, .9);
  backdrop-filter: blur(12px);
  transition: background-color .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.site-header.is-scrolled {
  background: var(--navy-950);
  border-bottom-color: rgba(255, 255, 255, .08);
  box-shadow: 0 10px 32px rgba(8, 26, 47, .24);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 0;
  object-fit: contain;
}

.site-header .brand {
  min-height: 64px;
  gap: 0;
}

.site-header .brand-copy { transform: translateX(5px); }

.site-header .brand img {
  width: 76px;
  height: 58px;
  border-radius: 0;
  object-fit: contain;
  transition: transform .24s ease;
}

.site-header.is-scrolled .brand img {
  transform: scale(1.03);
  box-shadow: none;
}

.site-header.is-scrolled .brand-copy b { color: #fff; }
.site-header.is-scrolled .brand-copy span { color: #aebfd0; }
.site-header.is-scrolled .nav-links > a:not(.btn) { color: #fff; }
.site-header.is-scrolled .menu-button {
  color: #fff;
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
}
.site-header.is-scrolled .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .08);
}

.brand-copy { line-height: 1.15; text-align: center; }

.brand-copy b {
  display: block;
  color: var(--navy-900);
  direction: ltr;
  font-family: "IBM Plex Sans Arabic", Tahoma, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
}

.brand-copy span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  direction: rtl;
  font-size: 11px;
  text-align: center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-inline-start: auto;
}

.nav-links > a:not(.btn) {
  position: relative;
  padding-block: 25px;
  color: #2b4055;
  font-size: 14px;
  font-weight: 700;
}

.nav-links > a:not(.btn)::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-end: 17px;
  height: 2px;
  border-radius: 99px;
  background: var(--cyan-600);
  transform: scaleX(0);
  transition: transform .18s ease;
}

.nav-links > a:not(.btn):hover::after,
.nav-links > a[aria-current="page"]::after { transform: scaleX(1); }

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--navy-900);
  background: #fff;
  cursor: pointer;
}

.menu-button span,
.menu-button::before,
.menu-button::after {
  content: "";
  width: 21px;
  height: 2px;
  display: block;
  margin: 5px auto;
  border-radius: 9px;
  background: currentColor;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid #146b9c; outline-offset: 3px; box-shadow: 0 0 0 2px #fff; }

:where(a, button, summary):focus-visible {
  outline: 3px solid #146b9c;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px #fff;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue-700), #087a8a);
  box-shadow: 0 12px 24px rgba(8, 152, 173, .2);
}

.btn-whatsapp {
  color: #fff;
  background: linear-gradient(135deg, #087847, #09643d);
  box-shadow: 0 12px 26px rgba(11, 159, 93, .23);
}

.btn-outline {
  color: var(--navy-900);
  border-color: #b9c8d7;
  background: #fff;
}

.btn-compact { min-height: 42px; padding: 10px 16px; font-size: 13px; }

.btn svg { width: 20px; height: 20px; flex: 0 0 auto; }

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 15% 15%, rgba(18, 184, 200, .24), transparent 27%),
    radial-gradient(circle at 88% 75%, rgba(118, 86, 217, .22), transparent 32%),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  pointer-events: none;
}

.hero::before { width: 440px; height: 440px; inset: -190px auto auto -140px; }
.hero::after { width: 620px; height: 620px; inset: auto -280px -340px auto; }

.hero-inner {
  position: relative;
  z-index: 1;
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr);
  align-items: center;
  gap: 62px;
  padding-block: 78px 94px;
}

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 99px;
  color: #dffbff;
  background: rgba(255, 255, 255, .08);
  font-size: 13px;
  font-weight: 700;
}

.eyebrow-dark {
  color: #067585;
  border-color: #ccecf0;
  background: #ebfafc;
}

.hero h1,
.landing-hero h1 {
  max-width: 780px;
  margin: 20px 0 18px;
  font-size: clamp(37px, 5.2vw, 66px);
  line-height: 1.3;
  letter-spacing: 0;
}

.hero h1 span,
.landing-hero h1 span {
  color: var(--cyan-500);
  background: linear-gradient(90deg, #2ce0df, #8e73eb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lead,
.landing-lead {
  max-width: 690px;
  margin: 0;
  color: #d7e4ef;
  font-size: clamp(16px, 2vw, 20px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 29px;
}

.hero .btn-outline,
.landing-hero .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .36);
  background: rgba(255, 255, 255, .06);
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 25px 0 0;
  color: #c8d8e7;
  font-size: 13px;
}

.hero-note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.hero-note svg { width: 16px; height: 16px; flex: 0 0 16px; color: var(--cyan-500); }

.hero-panel {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .045));
  box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
}

.hero-logo {
  width: 215px;
  height: auto;
  margin: 0 auto 18px;
  border-radius: 0;
  box-shadow: none;
}

.hero-panel h2 { margin: 0; text-align: center; font-size: 22px; }
.hero-panel > p { margin: 8px 0 22px; text-align: center; color: #cfdfed; font-size: 14px; }

.problem-list { display: grid; gap: 10px; }

.problem-chip {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  min-height: 49px;
  padding: 10px 13px;
  border-radius: 13px;
  color: #effaff;
  background: rgba(7, 24, 43, .38);
  font-size: 13px;
  font-weight: 700;
}

.problem-chip span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  color: #fff;
  background: rgba(18, 184, 200, .22);
}

.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -36px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-lg);
}

.trust-item {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 22px;
  border-inline-start: 1px solid var(--line);
}

.trust-item:first-child { border-inline-start: 0; }

.trust-icon,
.service-icon,
.process-icon {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  color: var(--cyan-600);
  background: #eaf9fb;
}

.trust-icon svg,
.service-icon svg,
.process-icon svg { width: 24px; height: 24px; }

.trust-item b { display: block; color: var(--navy-900); font-size: 14px; }
.trust-item > span:not(.trust-icon) { display: block; flex: 1 1 auto; min-width: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.trust-item > span:not(.trust-icon) > span { display: block; margin-top: 3px; }

main > section:not(.hero):not(.trust-strip),
.page-section { padding-block: 88px; }

.section-soft { background: #eef4f9; }
.section-white { background: #fff; }

.section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-head-start {
  margin-inline: 0;
  text-align: start;
}

.section-head h2,
.split-copy h2,
.quote-copy h2,
.page-section h2 {
  margin: 13px 0 12px;
  color: var(--navy-900);
  font-size: clamp(28px, 4vw, 43px);
  line-height: 1.3;
  letter-spacing: 0;
}

.section-head p,
.split-copy > p,
.quote-copy > p { margin: 0; color: var(--muted); font-size: 16px; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 285px;
  display: flex;
  flex-direction: column;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: #b6e3e8;
  box-shadow: var(--shadow-lg);
}

.service-card h3 { margin: 19px 0 8px; color: var(--navy-900); font-size: 21px; line-height: 1.35; }
.service-card p { margin: 0 0 20px; color: var(--muted); font-size: 14px; }

.text-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--blue-700);
  font-size: 14px;
  font-weight: 700;
}

.text-link svg { width: 18px; height: 18px; }

/* الرابط الممتد: الكرت كله قابل للضغط عبر تمديد منطقة ضغط الرابط الداخلي نفسه */
.service-card .text-link::after {
  content: "";
  position: absolute;
  inset: 0;
}

.service-card:has(.text-link:focus-visible) {
  box-shadow: 0 0 0 3px #146b9c, var(--shadow-lg);
}
.service-tag { position: absolute; inset-block-start: 22px; inset-inline-end: 22px; color: #0a7a48; font-size: 12px; font-weight: 700; }

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 64px;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  min-width: 0;
  color: #2b4055;
  font-size: 14px;
  font-weight: 700;
}

.check {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  margin-top: 2px;
  border-radius: 50%;
  color: #fff;
  background: var(--green-600);
}

.check svg { width: 14px; height: 14px; }

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.audience-card {
  min-height: 270px;
  padding: 30px;
  border-radius: var(--radius-md);
  color: #fff;
  background: linear-gradient(145deg, var(--navy-900), var(--navy-800));
  box-shadow: var(--shadow-lg);
}

.audience-card:nth-child(2) { background: linear-gradient(145deg, #0b5f6d, #078ba0); }
.audience-card h3 { margin: 0 0 10px; font-size: 25px; }
.audience-card p { margin: 0; color: #eaf2f8; font-size: 14px; }
.audience-card ul { display: grid; grid-template-columns: 1fr; gap: 8px; margin: 22px 0 25px; padding: 0; list-style: none; font-size: 13px; }
.audience-card li { display: flex; align-items: flex-start; gap: 7px; min-width: 0; }
.audience-card li::before { content: "\2713"; flex: 0 0 auto; color: #59e5c1; font-weight: 700; }
.audience-card li > span { flex: 1 1 auto; min-width: 0; }

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.process-card {
  position: relative;
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.process-number {
  position: absolute;
  inset-block-start: 20px;
  inset-inline-end: 20px;
  color: #8fa3b8;
  font-size: 28px;
  font-weight: 700;
}

.process-card h3 { margin: 18px 0 7px; color: var(--navy-900); font-size: 18px; }
.process-card p { margin: 0; color: var(--muted); font-size: 13px; }

.quote-section {
  color: #fff;
  background: linear-gradient(135deg, var(--navy-950), #104e6f);
}

.quote-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 60px;
}

.quote-copy h2 { color: #fff; }
.quote-copy > p { color: #d1dfeb; }

.quote-points { display: grid; gap: 10px; margin-top: 23px; color: #e8f4fa; font-size: 13px; }
.quote-points span { display: flex; align-items: center; gap: 8px; min-width: 0; }
.quote-points span::before { content: "\2713"; flex: 0 0 auto; color: #54e4bf; font-weight: 700; }

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .2);
}

.field { display: grid; gap: 6px; }
.field-wide { grid-column: 1 / -1; }
.field label { color: var(--navy-900); font-size: 12px; font-weight: 700; }

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #cbd8e4;
  border-radius: 11px;
  color: var(--ink);
  background: #fff;
  outline: none;
}

.field input,
.field select { height: 48px; padding: 0 13px; }
.field textarea { min-height: 104px; padding: 12px 13px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--cyan-600); box-shadow: 0 0 0 3px rgba(8, 152, 173, .12); }
.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible { outline: 3px solid #146b9c; outline-offset: 1px; }
.form-help { grid-column: 1 / -1; margin: -2px 0 0; color: var(--muted); font-size: 12px; }
.quote-form .btn { grid-column: 1 / -1; width: 100%; }

.locations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 28px 0 0;
}

.location-chip {
  padding: 10px 15px;
  border: 1px solid #cbd9e6;
  border-radius: 99px;
  color: #294057;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
}

.faq-list { max-width: 860px; display: grid; gap: 11px; margin: 0 auto; }

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
}

.faq-list summary {
  position: relative;
  padding-block: 19px; padding-inline: 54px 20px;
  color: var(--navy-900);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before { content: "+"; position: absolute; inset-inline-start: 20px; inset-block-start: 14px; color: var(--cyan-600); font-size: 25px; }
.faq-list details[open] summary::before { content: "\2212"; }
.faq-list p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: 14px; }

.cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 40px;
  border-radius: var(--radius-lg);
  color: #fff;
  background: linear-gradient(135deg, var(--blue-700), #087a8a);
  box-shadow: var(--shadow-lg);
}

.cta-band h2 { margin: 0 0 7px; color: #fff; font-size: clamp(25px, 4vw, 38px); }
.cta-band p { margin: 0; color: #dff8fb; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cta-band .btn-outline { color: #fff; border-color: rgba(255, 255, 255, .55); background: rgba(255, 255, 255, .08); }

.site-footer {
  padding-block: 58px 25px;
  color: #cddbe8;
  background: var(--navy-950);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .75fr .9fr;
  gap: 58px;
}

.footer-brand p { max-width: 440px; margin: 17px 0; color: #aebfd0; font-size: 13px; }
.site-footer .footer-brand .brand { gap: 0; }
.site-footer .footer-brand .brand-copy { transform: translateX(5px); }
.site-footer .footer-brand .brand img {
  width: 60px;
  height: 46px;
  border-radius: 0;
  object-fit: contain;
  box-shadow: none;
}
.site-footer .footer-brand .brand-copy b { color: #fff; }
.site-footer .footer-brand .brand-copy span { color: #aebfd0; }
.footer-title { margin: 0 0 15px; color: #fff; font-size: 15px; }
.footer-links { display: grid; gap: 9px; font-size: 13px; }
.footer-links a:hover { color: var(--cyan-500); }
.footer-contact { display: grid; gap: 11px; font-size: 13px; }
.footer-contact b { color: #fff; }

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.social-link {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, .06);
}

.social-link:hover { color: #fff; border-color: rgba(40, 199, 217, .7); background: rgba(40, 199, 217, .12); }
.social-link[data-social="x"]:hover { color: var(--navy-950); border-color: #fff; background: #fff; }
.social-link[data-social="tiktok"]:hover { border-color: #25f4ee; background: rgba(37, 244, 238, .13); }
.social-link[data-social="snapchat"]:hover { color: var(--navy-950); border-color: #fffc00; background: #fffc00; }
.social-link[data-social="whatsapp"]:hover { color: #fff; border-color: #25d366; background: #25d366; }
.social-icon { width: 20px; height: 20px; display: block; fill: currentColor; }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #8ea3b6;
  font-size: 12px;
}

.privacy-links {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-privacy-button {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.footer-privacy-button:hover { color: #fff; }

.cookie-banner {
  position: fixed;
  inset-inline: 18px;
  inset-block-end: 18px;
  z-index: 1200;
  max-width: 520px;
  display: none;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-lg);
}

.cookie-banner.is-visible { display: block; }
.cookie-banner p { margin: 0 0 13px; color: var(--muted); font-size: 12px; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }

.landing-hero {
  position: relative;
  overflow: hidden;
  padding-block: 74px 80px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy-950), var(--navy-800));
}

.landing-hero::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  inset: auto -230px -300px auto;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}

.breadcrumbs { position: relative; z-index: 1; margin-bottom: 20px; color: #bcd0df; font-size: 12px; }
.breadcrumbs a { color: #fff; }
.landing-hero .wrap { position: relative; z-index: 1; }
.landing-hero h1 { max-width: 940px; font-size: clamp(35px, 5vw, 58px); }
.landing-hero .hero-actions { margin-top: 27px; }

.service-summary {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
}

.issue-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.issue-card { min-height: 115px; padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.issue-card b { display: block; color: var(--navy-900); font-size: 14px; }
.issue-card span { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; }

.info-panel {
  padding: 28px;
  border: 1px solid #cce2e8;
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, #eefafb, #fff);
}

.info-panel h2 { margin-top: 0; font-size: 27px; }
.info-panel .btn { width: 100%; margin-top: 20px; }

.notice {
  padding: 16px 18px;
  border: 1px solid var(--warning-line);
  border-radius: 13px;
  color: #6c4c12;
  background: var(--warning);
  font-size: 13px;
}

.notice-spaced { margin-top: 22px; }
.process-grid-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.footer-brand-name { color: #fff; }
.footer-brand-tagline { color: #aebfd0; }
.footer-bottom-flat { margin-top: 0; }

.error-hero {
  min-height: 75vh;
  display: grid;
  place-items: center;
}

.text-center { text-align: center; }
.centered { margin-inline: auto; }
.error-logo { width: 128px; height: auto; margin: 0 auto 22px; border-radius: 0; }
.actions-center { justify-content: center; }

.content-page { max-width: 900px; }
.content-page h1 { color: var(--navy-900); font-size: clamp(32px, 5vw, 48px); }
.content-page h2 { margin-top: 38px; font-size: 25px; }
.content-page p,
.content-page li { color: var(--muted); }

@media (max-width: 980px) {
  .top-contact { display: none; }
  .menu-button { display: block; }
  .nav-links {
    position: absolute;
    inset: 100% 0 auto 0;
    max-height: calc(100vh - 76px);
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px 24px 24px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 25px 45px rgba(8, 26, 47, .18);
  }
  .nav-links.is-open { display: flex; }
  .nav-links > a:not(.btn) { padding-block: 14px; border-bottom: 1px solid var(--line); }
  .nav-links > a:not(.btn)::after { display: none; }
  .nav-links .btn { margin-top: 12px; }
  .site-header.is-scrolled .nav-links { background: var(--navy-950); }
  .site-header.is-scrolled .nav-links > a:not(.btn) { border-bottom-color: rgba(255, 255, 255, .12); }
  .hero-inner { grid-template-columns: 1fr; gap: 38px; padding-block: 64px 92px; }
  .hero-copy { text-align: center; }
  .eyebrow { margin-inline: auto; }
  .hero-lead { margin-inline: auto; }
  .hero-actions,
  .hero-notes { justify-content: center; }
  .hero-panel { max-width: 570px; width: 100%; margin-inline: auto; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-item:nth-child(3) { border-inline-start: 0; border-top: 1px solid var(--line); }
  .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split,
  .quote-grid,
  .service-summary { grid-template-columns: 1fr; gap: 38px; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-band { grid-template-columns: 1fr; text-align: center; }
  .cta-actions { justify-content: center; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 76px; }
  .wrap { width: min(calc(100% - 24px), var(--wrap)); }
  .top-strip .wrap { min-height: 34px; justify-content: center; }
  .top-points .top-point:nth-child(n+2) { display: none; }
  .nav { min-height: 68px; }
  .brand img { width: 42px; height: 42px; }
  .site-header .brand { min-height: 58px; gap: 0; }
  .site-header .brand img { width: 62px; height: 47px; }
  .site-header .brand-copy span,
  .site-footer .brand-copy span { display: block; margin-top: 2px; font-size: 9px; text-align: center; }
  .nav-links { inset-block-start: 100%; max-height: calc(100vh - 68px); }
  .hero-inner { min-height: 0; padding-block: 52px 76px; }
  .hero h1,
  .landing-hero h1 { font-size: clamp(33px, 10.5vw, 47px); }
  .hero-lead,
  .landing-lead { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-notes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); text-align: start; }
  .hero-note,
  .quote-points span { align-items: flex-start; }
  .hero-note svg,
  .quote-points span::before { margin-top: .22em; }
  .hero-panel { padding: 23px; }
  .hero-logo { width: 150px; height: auto; }
  .trust-strip { margin-top: -28px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { min-height: 88px; padding: 17px; border-inline-start: 0; border-top: 1px solid var(--line); }
  .trust-item:first-child { border-top: 0; }
  main > section:not(.hero):not(.trust-strip),
  .page-section { padding-block: 64px; }
  .section-head { margin-bottom: 30px; }
  .services-grid,
  .audience-grid,
  .issue-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr !important; }
  .service-card { min-height: 255px; padding: 23px; }
  .audience-card ul { grid-template-columns: 1fr; }
  .quote-form { grid-template-columns: 1fr; padding: 20px; }
  .field-wide,
  .quote-form .btn,
  .form-help { grid-column: auto; }
  .cta-band { padding: 29px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; }
  .site-footer .footer-brand .brand img { width: 56px; height: 43px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .landing-hero { padding-block: 48px 62px; }
}

.landing-hero h1.centered { margin-inline: auto; }

@media (forced-colors: active) {
  .hero h1 span,
  .landing-hero h1 span { background: none; -webkit-text-fill-color: currentColor; }
}

@media print {
  .top-strip, .hero-actions, .cta-band, .site-header .btn, .menu-button { display: none !important; }
  .hero, .landing-hero, .quote-section, .site-footer, .audience-card { color: #000 !important; background: #fff !important; }
  .hero h1 span, .landing-hero h1 span { background: none !important; -webkit-text-fill-color: currentColor !important; color: #000 !important; }
  .hero-lead, .landing-lead, .quote-copy > p { color: #333 !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* ===== v3: كروت مصورة + براندات + زيارة + معرض ===== */
.service-illus{display:block;width:128px;height:128px;margin:0 auto 12px}
.price-illus{width:110px;height:110px}
.city-card{display:block;text-decoration:none;color:inherit;cursor:pointer;transition:transform .18s,box-shadow .18s,border-color .18s}
.city-card:hover{transform:translateY(-4px);border-color:#0f7c8a;box-shadow:0 14px 34px rgba(8,26,47,.14)}
.city-card h3{color:#0f7c8a;margin-bottom:6px}
.city-card .cc-go{display:block;margin-top:10px;font-weight:700;font-size:13px;color:#0f7c8a}
.issue-card{background:linear-gradient(180deg,#fff,#f8fbfd);border:1px solid #dce6ef;border-inline-start:4px solid #0f7c8a;border-radius:16px;box-shadow:0 6px 18px rgba(8,26,47,.05);transition:transform .18s,box-shadow .18s}
.issue-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(8,26,47,.11)}
.issue-card b{color:#0d2747}
.process-card{background:linear-gradient(180deg,#fff,#f8fbfd);border:1px solid #dce6ef;border-radius:16px;box-shadow:0 6px 18px rgba(8,26,47,.05);transition:transform .18s,box-shadow .18s}
.process-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(8,26,47,.11)}
.process-card .process-number{display:inline-flex;align-items:center;justify-content:center;background:#e5f4f6;color:#0b6a76;border-radius:12px;width:46px;height:46px;font-weight:800;font-size:18px}
.service-illus svg{width:100%;height:100%}
.brands-band.brands-band.brands-band{background:linear-gradient(135deg,#081a2f,#104e6f);padding:30px 0 26px;color:#fff}
.brands-head{text-align:center;margin-bottom:18px}
.brands-band h2{color:#fff;margin:10px 0 0}
.brands-band .eyebrow{background:rgba(255,255,255,.12);color:#7ff0d6}
.brand-marquee{overflow:hidden;position:relative;padding:6px 0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.brand-track{display:flex;align-items:center;gap:56px;width:max-content;animation:brandmarq 36s linear infinite;padding-inline-start:56px}
.brand-track img{width:150px;height:58px;object-fit:contain;opacity:.92;flex:none}
.brand-marquee:hover .brand-track{animation-play-state:paused}
@keyframes brandmarq{from{transform:translateX(0)}to{transform:translateX(50%)}}
@media (prefers-reduced-motion:reduce){.brand-track{animation:none;flex-wrap:wrap;justify-content:center;width:auto}.brand-track img:nth-child(n+26){display:none}}
.brands-note{color:#8fa6bd;font-size:12px;text-align:center;margin-top:18px}
.visit-band.visit-band.visit-band{padding:26px 0}
/* خط احتياطي بمقاييس مطابقة لـ IBM Plex Arabic — يلغي قفزة التبديل (CLS) */
@font-face{font-family:"apx-fallback";src:local("Tahoma");font-weight:400;size-adjust:88.9%;ascent-override:122%;descent-override:46.7%;line-gap-override:0%}
@font-face{font-family:"apx-fallback";src:local("Tahoma Bold"),local("Tahoma-Bold");font-weight:700;size-adjust:84.65%;ascent-override:128.2%;descent-override:49%;line-gap-override:0%}
body{font-family:"IBM Plex Sans Arabic","apx-fallback",Tahoma,"Segoe UI",Arial,sans-serif}
.brand-copy b{font-family:"IBM Plex Sans Arabic","apx-fallback",Tahoma,"Segoe UI",Arial,sans-serif}
.visit-inner{background:linear-gradient(135deg,#0d2747 0%,#123a5e 55%,#0f7c8a 130%);color:#fff;border-radius:30px;padding:38px 40px;display:grid;grid-template-columns:fit-content(620px) minmax(300px,440px);justify-content:center;align-items:center;gap:110px}
.visit-inner h2{color:#fff;margin-bottom:8px;text-align:center}
.visit-inner p{color:#c6d8e8;margin:0 auto;max-width:46ch;text-align:center}
.ksa-map{width:100%;height:auto;display:block;border-radius:16px;box-shadow:0 16px 42px rgba(0,0,0,.3)}
.apx-van{width:min(280px,78%);height:auto;display:block;margin:0 auto 14px;overflow:visible}

.apx-van .apx-wheel{transform-box:fill-box;transform-origin:center;animation:apxRoll .65s linear infinite}
.apx-van .apx-speed line{animation:apxDash 1s linear infinite}
.apx-van .apx-speed line:nth-child(2){animation-delay:.18s}
.apx-van .apx-speed line:nth-child(3){animation-delay:.36s}

@keyframes apxRoll{to{transform:rotate(-360deg)}}
@keyframes apxDash{0%{opacity:0;transform:translateX(60px)}40%{opacity:.7}100%{opacity:0;transform:translateX(-84px)}}
@media (prefers-reduced-motion:reduce){.apx-van .apx-body,.apx-van .apx-wheel,.apx-van .apx-speed line{animation:none}}
@media (max-width:880px){.visit-inner{grid-template-columns:1fr;gap:28px;padding:30px 22px}.apx-van{width:min(300px,86%)}.ksa-map{max-width:520px;margin-inline:auto}}
.ksa-map .ksa-pulse{transform-origin:center;transform-box:fill-box;animation:ksaPulse 3.4s cubic-bezier(.2,.6,.3,1) infinite}

@keyframes ksaPulse{0%{transform:scale(.94);opacity:.55}75%,100%{transform:scale(1.5);opacity:0}}
@media (prefers-reduced-motion:reduce){.ksa-map .ksa-pulse{animation:none;opacity:.45}}
main > section#areas{padding-block:56px}
a.location-chip{background:#e5f4f6;border-color:#c5e2e7;color:#0b5f6b}
a.location-chip .chip-pin{fill:#0f7c8a}
a.location-chip:hover{border-color:#0f7c8a}
a.location-chip.chip-more{background:#fff;border-style:dashed;border-color:#8fb9c2;color:#0f7c8a}
div.city-links a{background:#e5f4f6;border-color:#c5e2e7;color:#0b5f6b}
div.city-links a:hover{border-color:#0f7c8a}
div.city-links a[href="service-areas.html"]{background:#fff;border-style:dashed;border-color:#8fb9c2;color:#0f7c8a}
main > section:has(> .wrap.cta-band){padding-block:34px}
.cta-band{background:linear-gradient(135deg,#0d2747 0%,#123a5e 55%,#0f7c8a 130%)}
.work-band.work-band.work-band{background:linear-gradient(135deg,#081a2f,#104e6f);padding:34px 0 42px}
.work-band h2{color:#fff}
.work-band .section-head p{color:#b9cadd}
.work-band .work-shot figcaption{color:#c6d8e8}
.work-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}
.work-shot{margin:0}
.work-shot .work-ph{aspect-ratio:4/3;border:2px dashed #c7d8e6;border-radius:16px;background:#f3f7fb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#8fa6bd;font-size:13px}
.work-shot img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px rgba(8,26,47,.08)}
.work-shot figcaption{font-size:14px;color:#516579;margin-top:8px;text-align:center}
.photo-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.photo-track{display:flex;gap:22px;width:max-content;animation:photomarq 34s linear infinite;padding-inline-start:22px}
.photo-track .work-shot{flex:none;width:330px}
.photo-marquee:hover .photo-track{animation-play-state:paused}
@keyframes photomarq{from{transform:translateX(0)}to{transform:translateX(50%)}}
@media (prefers-reduced-motion:reduce){.photo-track{animation:none;flex-wrap:wrap;justify-content:center;width:auto}.photo-track .work-shot:nth-child(n+13){display:none}}
.text-link .go-dot{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;border-radius:50%;background:#e5f4f6;color:#0f7c8a;transition:transform .18s,background .18s,color .18s}
.text-link .go-dot svg{display:block}
.text-link:hover .go-dot{background:#0f7c8a;color:#fff;transform:translateX(-4px)}
::-webkit-scrollbar{width:13px;height:13px}
::-webkit-scrollbar-track{background:#e9f1f7}
::-webkit-scrollbar-thumb{background:#0d2747;border-radius:8px;border:3px solid #e9f1f7}
::-webkit-scrollbar-thumb:hover{background:#0f7c8a}
@supports not selector(::-webkit-scrollbar){html{scrollbar-color:#0d2747 #e9f1f7}}

.brand picture{display:flex;align-items:center}

.brand .logo-white{display:none}
.site-header.is-scrolled .brand .logo-color{display:none}
.site-header.is-scrolled .brand .logo-white{display:flex}
.footer-brand .brand .logo-color{display:none}
.footer-brand .brand .logo-white{display:flex}
