@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("../fonts/source-serif-4-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("../fonts/source-serif-4-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/source-sans-3-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/source-sans-3-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Noto Sans Arabic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/noto-sans-arabic-400.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}
@font-face {
  font-family: "Noto Sans Arabic";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/noto-sans-arabic-600.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}
@font-face {
  font-family: "Noto Sans Arabic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/noto-sans-arabic-700.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}
@font-face {
  font-family: "Noto Naskh Arabic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/noto-naskh-arabic-400.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}
@font-face {
  font-family: "Noto Naskh Arabic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/noto-naskh-arabic-700.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

:root {
  --navy: #002b5c;
  --navy-deep: #001a38;
  --navy-mid: #03265b;
  --orange: #ff9900;
  --orange-cta: #e5912f;
  --orange-hot: #ffb347;
  --paper: #f6f1e6;
  --paper-2: #efe8d6;
  --white: #ffffff;
  --ink: #002b5c;
  --muted: #3d4f66;
  --line: #d5cdb8;
  --on-dark: #ffffff;
  --focus: #ff9900;
  --error: #8b1e1e;
  --ok: #1f6b3a;
  --whatsapp: #25d366;
  --font-display: "Source Sans 3", "Segoe UI", sans-serif;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;
  --font-ui: "Source Sans 3", "Segoe UI", sans-serif;
  --font-quote: "Source Serif 4", "Georgia", serif;
  --fs-kicker: 0.6875rem;
  --fs-ui: 0.8125rem;
  --fs-body: 1rem;
  --fs-h3: 1.3rem;
  --fs-h2: 1.6875rem;
  --fs-h1: 2.1875rem;
  --space-1: 0.25rem;
  --space-2: 1rem;
  --space-3: 2.25rem;
  --wrap: 1180px;
  --gutter: clamp(1rem, 2.4vw, 1.5rem);
  --header-h: 3.75rem;
  --radius: 2px;
  --shadow: 0 12px 28px rgba(0, 26, 56, 0.16);
  --ease: 0.16s ease-out;
  --hit: 44px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; min-height: 100%; }
body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.45;
  color: var(--ink);
  background: var(--white);
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background: var(--white);
}
main > .section:last-child {
  flex: 1 1 auto;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-underline-offset: 0.18em; }
a:hover { color: var(--orange-cta); }
:focus { outline: none; }
:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}
button, input, select, textarea { font: inherit; color: inherit; }
p { margin: 0 0 0.75em; }
p:last-child { margin-bottom: 0; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: 0;
  margin: 0;
  color: var(--navy);
}
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }

.skip {
  position: absolute;
  left: var(--gutter);
  top: -4rem;
  z-index: 80;
  background: var(--orange-cta);
  color: var(--navy);
  font-family: var(--font-ui);
  font-weight: 600;
  padding: 0.7rem 1rem;
  min-height: var(--hit);
}
.skip:focus { top: 0.5rem; color: var(--navy); }

.wrap {
  width: min(var(--wrap), 100% - 2 * var(--gutter));
  margin-inline: auto;
}

.kicker {
  font-family: var(--font-ui);
  font-size: var(--fs-kicker);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange-cta);
  margin: 0;
}
.kicker.on-dark { color: var(--orange-hot); }

.topbar {
  background: var(--navy-deep);
  color: var(--on-dark);
  font-family: var(--font-ui);
  font-size: var(--fs-kicker);
  font-weight: 500;
  flex-shrink: 0;
}
.topbar-inner {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1) var(--space-2);
  justify-content: space-between;
  align-items: center;
  min-height: var(--hit);
  padding-block: 0;
}
.topbar a { color: var(--on-dark); text-decoration: none; }
.topbar a:hover { color: var(--orange-hot); }
.topbar-meta { display: flex; flex-wrap: wrap; gap: var(--space-1) var(--space-2); align-items: center; }
.lang {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-family: var(--font-ui);
  font-size: var(--fs-ui);
  font-weight: 600;
}
.lang-icon {
  display: inline-flex;
  color: var(--orange-hot);
  margin-inline-end: 0.15rem;
}
.lang a {
  min-height: var(--hit);
  min-width: var(--hit);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.35rem;
  color: var(--on-dark);
}
.lang a:hover,
.lang a[aria-current="true"] { color: var(--orange-hot); }
.lang-sep { color: rgba(255, 255, 255, 0.45); padding: 0 0.1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--navy);
  color: var(--on-dark);
  border-bottom: 1px solid rgba(255, 153, 0, 0.28);
  flex-shrink: 0;
}
.header-inner {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  min-height: var(--header-h);
}
.brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #fff;
  min-height: var(--hit);
  flex: 0 0 auto;
  background: none;
  background-color: transparent;
}
.brand:hover { color: #fff; }
.brand-mark,
.brand-wordmark {
  background: none;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  filter: none;
}
.brand-mark {
  height: 44px;
  width: 44px;
  object-fit: contain;
  flex: 0 0 auto;
}
.brand-wordmark {
  height: 44px;
  width: auto;
  max-height: 44px;
  object-fit: contain;
  flex: 0 0 auto;
}

.nav-toggle {
  display: none;
  margin-inline-start: auto;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--on-dark);
  width: var(--hit);
  height: var(--hit);
  padding: 0;
  cursor: pointer;
  border-radius: var(--radius);
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--on-dark);
  margin: 0 auto;
  position: relative;
  transition: transform var(--ease), opacity var(--ease);
}
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

.nav {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  margin-inline-start: auto;
}
.nav > ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
}
.nav .subnav {
  list-style: none;
  margin: 0;
  padding: var(--space-1) 0;
}
.nav a {
  font-family: var(--font-ui);
  font-size: var(--fs-ui);
  font-weight: 500;
  color: var(--on-dark);
  text-decoration: none;
  padding: 0.4rem 0.55rem;
  min-height: var(--hit);
  display: inline-flex;
  align-items: center;
  transition: color var(--ease);
}
.nav a:hover,
.nav a[aria-current="page"] { color: var(--orange-hot); }
.nav .has-sub { position: relative; }
.nav .has-sub > button {
  font-family: var(--font-ui);
  font-size: var(--fs-ui);
  font-weight: 500;
  color: var(--on-dark);
  background: none;
  border: 0;
  padding: 0.4rem 0.55rem;
  min-height: var(--hit);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  transition: color var(--ease);
}
.nav .has-sub > button:hover,
.nav .has-sub > button[aria-expanded="true"] { color: var(--orange-hot); }
.subnav {
  display: none;
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 17.5rem;
  background: var(--navy-deep);
  border: 1px solid rgba(255, 153, 0, 0.28);
  padding: var(--space-1) 0;
  z-index: 30;
  flex-direction: column;
}
.nav .has-sub:hover > .subnav,
.nav .has-sub:focus-within > .subnav,
.nav .has-sub > button[aria-expanded="true"] + .subnav {
  display: flex;
}
.subnav a {
  display: flex;
  width: 100%;
  padding: 0.4rem var(--space-2);
  min-height: var(--hit);
  color: var(--on-dark);
}
.subnav a:hover { background: rgba(255, 153, 0, 0.12); color: var(--orange-hot); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-1);
  min-height: var(--hit);
  padding: 0.5rem var(--space-2);
  font-family: var(--font-ui);
  font-size: var(--fs-ui);
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background var(--ease), color var(--ease), border-color var(--ease), transform var(--ease), opacity var(--ease);
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(1px); }
.btn-cta {
  background: var(--orange-cta);
  color: var(--navy-deep);
  border-color: var(--orange-cta);
}
.btn-cta:hover { background: var(--orange); color: var(--navy-deep); }
.btn-ghost {
  background: transparent;
  color: var(--on-dark);
  border-color: rgba(255, 255, 255, 0.45);
}
.btn-ghost:hover { border-color: var(--orange); color: var(--orange-hot); }
.btn-navy {
  background: var(--navy);
  color: var(--on-dark);
  border-color: var(--navy);
}
.btn-navy:hover { background: var(--navy-mid); color: var(--on-dark); }
.btn-line {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}
.btn-line:hover { background: var(--navy); color: var(--on-dark); }
.header-cta {
  margin-inline-start: var(--space-1);
  flex: 0 0 auto;
  min-height: 2.25rem;
  padding: 0.35rem 0.9rem;
}
.nav .mobile-cta { display: none; }

.text-link {
  font-family: var(--font-ui);
  font-size: var(--fs-ui);
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  min-height: var(--hit);
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: color var(--ease), transform var(--ease);
}
.text-link:hover { color: var(--orange-cta); transform: translateX(2px); }
html[dir="rtl"] .text-link:hover { transform: translateX(-2px); }

.hero {
  position: relative;
  color: var(--on-dark);
  background: var(--navy-deep);
  overflow: hidden;
}
.hero a { color: var(--orange-hot); }
.hero a:hover { color: var(--orange); }
.hero .btn-cta { color: var(--navy-deep); background: var(--orange-cta); }
.hero .btn-cta:hover { color: var(--navy-deep); background: var(--orange); }
.hero .btn-ghost { color: var(--on-dark); }
.hero-media {
  position: absolute;
  inset: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 26, 56, 0.5) 0%, rgba(0, 43, 92, 0.32) 55%, rgba(0, 43, 92, 0.22) 100%),
    linear-gradient(180deg, rgba(0, 26, 56, 0.12), rgba(0, 26, 56, 0.4));
}
.hero-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
  gap: var(--space-2) var(--space-3);
  align-items: stretch;
  margin: var(--space-3) 0;
  padding: var(--space-2);
  background: rgba(0, 26, 56, 0.82);
  border: 1px solid rgba(255, 153, 0, 0.32);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-2);
  min-height: 100%;
}
.hero h1 {
  color: var(--on-dark);
  max-width: 22ch;
  font-size: clamp(1.6875rem, 2.2vw, 2.1875rem);
}
.hero-lede {
  font-size: 1rem;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  line-height: 1.45;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1) var(--space-2);
  margin-top: auto;
  font-family: var(--font-ui);
  font-size: var(--fs-kicker);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}
.hero-meta a { color: var(--on-dark); }
.hero-index {
  background: transparent;
  border: 0;
  border-inline-start: 1px solid rgba(255, 153, 0, 0.32);
  padding: 0;
  padding-inline-start: var(--space-2);
  backdrop-filter: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}
.hero-index h2 {
  font-family: var(--font-ui);
  font-size: var(--fs-kicker);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange-hot);
  margin: 0;
}
.hero-index ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: svc;
  display: grid;
  gap: 0;
}
.hero-index a {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  gap: 0.5rem;
  padding: var(--space-1) 0;
  min-height: 2.25rem;
  text-decoration: none;
  color: var(--on-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  align-items: center;
  transition: color var(--ease), transform var(--ease);
}
.hero-index span { display: none; }
.hero-index li:first-child a { border-top: 0; }
.hero-index a::before {
  counter-increment: svc;
  content: counter(svc, decimal-leading-zero);
  font-family: var(--font-ui);
  font-size: var(--fs-kicker);
  font-weight: 600;
  color: var(--orange-hot);
}
.hero-index strong {
  display: block;
  font-family: var(--font-ui);
  font-size: var(--fs-ui);
  font-weight: 600;
  letter-spacing: 0;
}
.hero-index a:hover {
  color: var(--orange-hot);
  transform: translateX(4px);
}
html[dir="rtl"] .hero-index a:hover { transform: translateX(-4px); }

.section { padding: var(--space-3) 0; }
.section-navy {
  background: var(--navy);
  color: var(--on-dark);
}
.section-navy h2, .section-navy h3 { color: var(--on-dark); }
.section-paper { background: var(--paper); }
.section-white { background: var(--white); }
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--space-2);
  align-items: end;
  margin-bottom: var(--space-2);
}
.section-head > div {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  align-items: flex-start;
}
.section-head p { color: var(--muted); max-width: 42rem; margin: 0; }

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: var(--space-2) var(--space-3);
  align-items: start;
}
.split > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-2);
}
.split > div > p { margin: 0; }
.split > img {
  width: 100%;
  height: auto;
  max-height: 20rem;
  object-fit: cover;
  align-self: start;
  border: 1px solid var(--line);
}

.svc-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
  counter-reset: line;
}
.svc-row {
  display: grid;
  grid-template-columns: 1.75rem minmax(12rem, 0.85fr) minmax(0, 1.4fr) auto;
  column-gap: var(--space-2);
  row-gap: var(--space-1);
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
  text-decoration: none;
  color: inherit;
  transition: background var(--ease);
}
.svc-row::before {
  counter-increment: line;
  content: counter(line, decimal-leading-zero);
  font-family: var(--font-ui);
  font-size: var(--fs-kicker);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--orange-cta);
  align-self: start;
  padding-top: 0.35rem;
}
a.svc-row:hover,
.svc-row:hover { background: var(--paper-2); }
.svc-row h3 { margin: 0; font-size: 1.0625rem; line-height: 1.25; }
.svc-row h3 a { text-decoration: none; color: var(--navy); }
.svc-row h3 a:hover { color: var(--orange-cta); }
.svc-row .sub { color: var(--muted); margin: 0; font-size: 0.9375rem; }
.svc-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1) 0.75rem;
  font-family: var(--font-ui);
  font-size: var(--fs-ui);
  font-weight: 500;
  color: var(--navy);
}
.svc-row ul + ul { margin-top: var(--space-1); }
.svc-row ul li { position: relative; padding-inline-start: 0.75rem; }
.svc-row ul li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.45em;
  width: 0.35rem;
  height: 0.35rem;
  background: var(--orange-cta);
}
.svc-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--space-1);
  min-width: 11rem;
}
.svc-actions .btn { width: 100%; }

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-2);
}
.catalog-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: var(--space-2);
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  min-height: 8.5rem;
  text-decoration: none;
  color: var(--navy);
  transition: border-color var(--ease), transform var(--ease);
}
.catalog-card:hover {
  border-color: var(--orange-cta);
  color: var(--navy);
  transform: translateY(-2px);
}
.catalog-card strong {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  letter-spacing: 0;
}
.catalog-card span { color: var(--muted); font-size: 0.9375rem; flex: 1; }
.catalog-card em {
  font-family: var(--font-ui);
  font-style: normal;
  font-size: var(--fs-kicker);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange-cta);
}

.quote-band {
  display: grid;
  grid-template-columns: minmax(16rem, 0.75fr) minmax(0, 1.25fr);
  gap: var(--space-2) var(--space-3);
  align-items: start;
}
.quote-band > div {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  align-items: flex-start;
}
.quote-band .lede { font-size: 1rem; color: rgba(255, 255, 255, 0.88); margin: 0; }
.quote-band a { color: var(--orange-hot); }
.quote-page { max-width: 46rem; }

.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2);
  background: var(--white);
  color: var(--ink);
  padding: var(--space-2);
  border: 1px solid rgba(255, 153, 0, 0.35);
}
.form.form-plain {
  background: var(--white);
  border-color: var(--line);
  margin-top: var(--space-2);
}
.form-row { display: flex; flex-direction: column; gap: var(--space-1); }
.form-row.wide { grid-column: 1 / -1; }
.form label {
  font-family: var(--font-ui);
  font-size: var(--fs-kicker);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
}
.form .req { color: var(--orange-cta); }
.form input,
.form select,
.form textarea {
  min-height: var(--hit);
  padding: 0.5rem 0.7rem;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: var(--radius);
  font-size: 1rem;
}
.form label { min-height: 1.25rem; }
.form textarea { min-height: 6.5rem; resize: vertical; }
.form input:focus-visible,
.form select:focus-visible,
.form textarea:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 1px;
  background: var(--white);
}
.hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-note {
  grid-column: 1 / -1;
  font-size: 0.875rem;
  color: var(--muted);
  margin: 0;
}
.form-status {
  grid-column: 1 / -1;
  padding: 0.65rem 0.75rem;
  font-family: var(--font-ui);
  font-size: 0.9375rem;
  min-height: var(--hit);
  display: flex;
  align-items: center;
}
.form-status[hidden] { display: none !important; }
.form-status.ok { background: #e7f4ea; color: var(--ok); }
.form-status.err { background: #f8e8e8; color: var(--error); }

.page-hero {
  background: var(--navy);
  color: var(--on-dark);
  padding: var(--space-3) 0;
}
.page-hero .wrap {
  display: grid;
  gap: var(--space-1) var(--space-3);
}
.page-hero .wrap:has(> p) {
  grid-template-columns: minmax(0, 1.2fr) minmax(16rem, 0.85fr);
  align-items: end;
}
.page-hero .crumbs,
.page-hero .kicker { grid-column: 1 / -1; }
.page-hero h1 {
  color: var(--on-dark);
  max-width: none;
  font-size: clamp(1.5rem, 2vw, 1.6875rem);
}
.page-hero p {
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}
.crumbs {
  font-family: var(--font-ui);
  font-size: var(--fs-kicker);
  margin: 0;
}
.crumbs a { color: var(--orange-hot); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }

.prose { max-width: 44rem; }
.prose h2 {
  margin-top: var(--space-3);
  padding-top: var(--space-2);
  border-top: 1px solid var(--line);
}
.prose h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.prose .guide {
  list-style: decimal;
  margin: var(--space-2) 0 0;
  padding-inline-start: 1.35rem;
}
.prose .guide > li { margin: var(--space-2) 0; }
.prose .guide h3 {
  font-size: 1.0625rem;
  line-height: 1.3;
  margin: 0 0 var(--space-1);
}
.prose .guide p { margin: 0; }
.detail {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
  gap: var(--space-2) var(--space-3);
  align-items: start;
}
.detail img {
  width: 100%;
  max-height: 18rem;
  object-fit: cover;
  border: 1px solid var(--line);
  margin-bottom: var(--space-2);
}
.detail ul, .prose ul {
  margin: var(--space-1) 0 var(--space-2);
  padding-inline-start: 1.1rem;
}
.detail li, .prose li { margin: var(--space-1) 0; }
.aside-cta {
  background: var(--navy);
  color: var(--on-dark);
  padding: var(--space-2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-2);
}
.aside-cta h2 { color: var(--on-dark); font-size: var(--fs-h3); }
.aside-cta p { color: rgba(255, 255, 255, 0.86); margin: 0; }
.aside-cta a:not(.btn) { color: var(--on-dark); }

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-2);
  margin-bottom: var(--space-3);
}
.contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: var(--space-2);
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}
.contact-card h2 {
  font-family: var(--font-ui);
  font-size: var(--fs-kicker);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange-cta);
}
.contact-card p { margin: 0; }
.contact-card a { color: var(--navy); font-weight: 600; text-decoration: none; }
.contact-card a:hover { color: var(--orange-cta); }

.footer-brand {
  display: block;
  margin-bottom: var(--space-2);
}
.footer-brand .brand-mark { height: 48px; width: 48px; }
.footer-brand .brand-wordmark { height: 48px; max-height: 48px; }
.site-footer.footer-paper,
.site-footer.footer-light {
  background: var(--paper);
  color: var(--navy);
}
.about-split .prose { align-items: start; }
.ceo-word {
  margin: 0;
  padding: var(--space-2);
  background: var(--paper);
  border-inline-start: 4px solid var(--orange-cta);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  width: 100%;
  align-self: start;
}
.ceo-word img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center 18%;
  border: 1px solid var(--line);
}
.ceo-word > div {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  min-width: 0;
}
.ceo-word blockquote {
  margin: 0;
  font-family: var(--font-quote);
  font-weight: 600;
  font-size: var(--fs-h3);
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--navy);
}
.ceo-word figcaption {
  font-family: var(--font-ui);
  font-size: var(--fs-ui);
  font-weight: 600;
  color: var(--muted);
}
.site-footer {
  background: var(--navy-deep);
  color: var(--on-dark);
  padding: var(--space-3) 0 var(--space-2);
  font-size: 0.9375rem;
  margin-top: auto;
  flex-shrink: 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: var(--space-2) var(--space-3);
}
.site-footer h2 {
  font-family: var(--font-ui);
  font-size: var(--fs-kicker);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange-hot);
  margin: 0 0 var(--space-2);
}
.site-footer a { color: var(--on-dark); text-decoration: none; }
.site-footer a:hover { color: var(--orange-hot); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 0; }
.site-footer li a {
  min-height: 2.25rem;
  display: inline-flex;
  align-items: center;
}
.legal {
  margin-top: var(--space-3);
  padding-top: var(--space-2);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: var(--space-2);
  flex-wrap: wrap;
  font-family: var(--font-ui);
  font-size: var(--fs-kicker);
  color: rgba(255, 255, 255, 0.7);
}
.legal-links {
  display: inline-flex;
  gap: var(--space-2);
  align-items: center;
}

.wa {
  position: fixed;
  inset-inline-end: var(--space-2);
  bottom: var(--space-2);
  z-index: 50;
  background: var(--whatsapp);
  color: #083016;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: var(--fs-ui);
  text-decoration: none;
  min-height: var(--hit);
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  box-shadow: var(--shadow);
  transition: transform var(--ease), filter var(--ease);
}
.wa:hover { color: #083016; filter: brightness(1.05); transform: translateY(-1px); }

.page-404 {
  background: var(--white);
  padding: var(--space-3) 0 calc(var(--space-3) + var(--space-2));
  text-align: start;
}
.page-404 .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-2);
}

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

@media (max-width: 1100px) {
  .svc-row {
    grid-template-columns: 1.75rem minmax(0, 1fr) auto;
  }
  .svc-row ul { grid-column: 2 / 3; }
}

@media (max-width: 960px) {
  .hero-panel,
  .split,
  .quote-band,
  .detail,
  .footer-grid,
  .catalog-grid,
  .contact-grid,
  .page-hero .wrap:has(> p) { grid-template-columns: 1fr; }
  .hero-index {
    border-inline-start: 0;
    border-top: 1px solid rgba(255, 153, 0, 0.32);
    padding: var(--space-2) 0 0;
  }
  .hero-index ol { grid-template-columns: 1fr 1fr; column-gap: var(--space-2); }
  .hero-index li:nth-child(2) a { border-top: 0; }
  .svc-row {
    grid-template-columns: 1.75rem 1fr;
  }
  .svc-row ul,
  .svc-actions { grid-column: 2 / 3; }
  .svc-actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
  }
  .svc-actions .btn { width: auto; }
  .section-head { grid-template-columns: 1fr; }
  .catalog-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .about-split .ceo-word {
    order: -1;
    flex-direction: row;
    align-items: center;
    gap: var(--space-2);
  }
  .about-split .ceo-word img {
    width: 7.5rem;
    max-width: 7.5rem;
    flex: 0 0 7.5rem;
  }
  .about-split .ceo-word > div { flex: 1 1 auto; }
}

@media (max-width: 760px) {
  .brand-mark { height: 40px; width: 40px; }
  .brand-wordmark { height: 40px; max-height: 40px; }
  .header-inner { min-height: 3.5rem; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--navy-deep);
    padding: var(--space-2) var(--gutter);
    border-bottom: 1px solid rgba(255, 153, 0, 0.28);
    margin: 0;
  }
  .nav.is-open { display: block; }
  .nav > ul { flex-direction: column; align-items: stretch; }
  .nav .has-sub > .subnav {
    position: static;
    display: none;
    border: 0;
    background: transparent;
    padding-inline-start: var(--space-2);
    min-width: 0;
  }
  .nav .has-sub > button[aria-expanded="true"] + .subnav { display: flex; }
  .header-cta { display: none; }
  .nav .mobile-cta { margin: var(--space-2) 0 var(--space-1); display: none; }
  .nav.is-open .mobile-cta { display: block; }
  .nav .mobile-cta .btn { width: 100%; }
  .form { grid-template-columns: 1fr; }
  .form-row.wide { grid-column: auto; }
}

@media (max-width: 639px) {
  .hours { display: none; }
  .hero-panel { margin: var(--space-2) 0; padding: var(--space-2); }
  .hero-index ol { grid-template-columns: 1fr; }
  .hero-index li:nth-child(2) a { border-top: 1px solid rgba(255, 255, 255, 0.08); }
  .hero-index a { min-height: var(--hit); }
  .svc-row {
    grid-template-columns: 1.5rem 1fr;
    align-items: start;
  }
  .catalog-grid,
  .contact-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
@media print {
  .topbar, .site-header, .wa, .nav-toggle, .hero-actions, .header-cta { display: none !important; }
  body { background: #fff; color: #000; }
  a { color: inherit; }
}

html[lang="ar"] {
  --font-display: "Noto Sans Arabic", "Source Sans 3", "Segoe UI", sans-serif;
  --font-body: "Noto Sans Arabic", "Source Sans 3", "Segoe UI", sans-serif;
  --font-ui: "Noto Sans Arabic", "Source Sans 3", "Segoe UI", sans-serif;
  --font-quote: "Noto Naskh Arabic", "Source Serif 4", "Georgia", serif;
}
html[lang="ar"] body { line-height: 1.7; }
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3 { line-height: 1.35; }
html[lang="ar"] .kicker,
html[lang="ar"] .hero-meta,
html[lang="ar"] .hero-index h2,
html[lang="ar"] .form label,
html[lang="ar"] .site-footer h2,
html[lang="ar"] .contact-card h2,
html[lang="ar"] .catalog-card em {
  letter-spacing: 0;
  text-transform: none;
}
html[dir="rtl"] .brand {
  flex-direction: row;
}
html[dir="rtl"] .nav-toggle span::before,
html[dir="rtl"] .nav-toggle span::after { left: auto; right: 0; }
html[dir="rtl"] a[href^="tel:"] {
  direction: ltr;
  unicode-bidi: isolate;
}
html[dir="rtl"] .svc-actions { align-items: flex-start; }
html[dir="rtl"] .split > div,
html[dir="rtl"] .hero-copy,
html[dir="rtl"] .section-head > div,
html[dir="rtl"] .quote-band > div,
html[dir="rtl"] .aside-cta,
html[dir="rtl"] .ceo-word,
html[dir="rtl"] .page-404 .wrap { align-items: flex-start; }
