:root {
  --black: #050505;
  --ink: #111111;
  --charcoal: #181818;
  --gold: #d8b366;
  --gold-bright: #f4d88a;
  --gold-muted: #9f7b37;
  --cream: #f7f1e3;
  --mist: #f4f4f1;
  --steel: #5b7185;
  --line: rgba(216, 179, 102, 0.28);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.18);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

html[lang="en"] .lang-ar,
html[lang="ar"] .lang-en {
  display: none !important;
}

body {
  margin: 0;
  background: var(--mist);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
}

body.is-locked {
  overflow: hidden;
}

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

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

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

.site-header {
  align-items: center;
  background: rgba(5, 5, 5, 0.92);
  border-bottom: 1px solid rgba(216, 179, 102, 0.24);
  color: var(--cream);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 14px clamp(18px, 4vw, 54px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: end;
}

.brand {
  align-items: center;
  display: flex;
  min-width: 0;
}

.brand img {
  height: 42px;
  object-fit: contain;
  width: 184px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: clamp(16px, 3vw, 34px);
  justify-content: center;
}

.nav-links a {
  color: rgba(247, 241, 227, 0.82);
  font-size: 0.94rem;
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--gold-bright);
}

.language-toggle {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-bright);
  cursor: pointer;
  min-height: 40px;
  padding: 8px 16px;
  transition: background 180ms ease, border-color 180ms ease;
}

.language-toggle:hover,
.header-contact:hover {
  background: rgba(216, 179, 102, 0.12);
  border-color: rgba(244, 216, 138, 0.7);
}

.header-contact {
  align-items: center;
  background: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--black);
  display: inline-flex;
  font-weight: 800;
  min-height: 40px;
  padding: 8px 16px;
  transition: background 180ms ease, border-color 180ms ease;
}

.hero {
  background: var(--black);
  color: var(--cream);
  min-height: 76vh;
  overflow: hidden;
  padding: 96px clamp(20px, 5vw, 72px) 34px;
  position: relative;
}

.hero-media,
.hero-shade {
  inset: 0;
  position: absolute;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.42;
  width: 100%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.72) 45%, rgba(5, 5, 5, 0.24)),
    linear-gradient(0deg, rgba(5, 5, 5, 0.45), transparent 48%);
}

.hero-content {
  max-width: 780px;
  position: relative;
  z-index: 2;
}

.hero-logo {
  margin-bottom: 22px;
  max-width: min(390px, 82vw);
}

.eyebrow {
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 750;
  margin: 0 0 14px;
  text-transform: uppercase;
}

html[lang="ar"] .eyebrow {
  text-transform: none;
}

.hero h1,
.section-heading h2,
.image-feature-copy h2 {
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0;
}

.hero h1 {
  font-size: clamp(2.35rem, 5vw, 4.65rem);
  max-width: 780px;
}

.hero-copy {
  color: rgba(247, 241, 227, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  max-width: 640px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 750;
  gap: 10px;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--gold);
  border: 1px solid var(--gold);
  color: var(--black);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(247, 241, 227, 0.26);
  color: var(--cream);
}

.button-icon {
  display: inline-flex;
  font-size: 1.1rem;
  line-height: 1;
}

html[lang="ar"] .button-icon {
  transform: scaleX(-1);
}

.quick-strip {
  background: var(--gold);
  color: var(--black);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.quick-strip div {
  border-right: 1px solid rgba(5, 5, 5, 0.22);
  min-height: 108px;
  padding: 28px clamp(18px, 4vw, 54px);
}

html[dir="rtl"] .quick-strip div {
  border-left: 1px solid rgba(5, 5, 5, 0.22);
  border-right: 0;
}

.quick-strip div:last-child {
  border: 0;
}

.quick-strip strong,
.quick-strip span {
  display: block;
}

.quick-strip strong {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.2;
}

.quick-strip span {
  color: rgba(5, 5, 5, 0.72);
}

.section {
  padding: clamp(72px, 9vw, 124px) clamp(20px, 5vw, 72px);
}

.section-heading {
  margin-bottom: 36px;
  max-width: 780px;
}

.section-heading.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-note {
  color: rgba(247, 241, 227, 0.78);
  font-size: 1.05rem;
  margin: 18px auto 0;
  max-width: 760px;
}

.section-heading h2,
.image-feature-copy h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.two-column {
  align-items: start;
  display: grid;
  gap: clamp(32px, 5vw, 70px);
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.text-flow {
  max-width: 820px;
}

.text-flow p {
  color: rgba(17, 17, 17, 0.76);
  font-size: 1.05rem;
  margin: 0 0 20px;
}

.values-panel {
  background: var(--black);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--cream);
  display: grid;
  overflow: hidden;
}

.values-panel div {
  align-items: center;
  border-bottom: 1px solid rgba(216, 179, 102, 0.2);
  display: flex;
  gap: 18px;
  min-height: 86px;
  padding: 24px;
}

.values-panel div:last-child {
  border-bottom: 0;
}

.values-panel span:first-child {
  color: var(--gold-bright);
  font-weight: 800;
  min-width: 34px;
}

.services-section {
  background: #0c0c0c;
  color: var(--cream);
}

.services-section .section-heading h2 {
  color: white;
}

.service-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  background: #141414;
  border: 1px solid rgba(216, 179, 102, 0.22);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 26px;
}

.service-card.with-image {
  padding-top: 0;
}

.service-image {
  margin: 0 -26px 24px;
}

.service-image img {
  aspect-ratio: 16 / 7;
  object-fit: cover;
  width: 100%;
}

.service-mark {
  color: var(--gold-bright);
  font-weight: 850;
  margin-bottom: 20px;
}

.service-card h3 {
  color: white;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.15;
  margin: 0 0 14px;
}

.service-card p {
  color: rgba(247, 241, 227, 0.78);
  margin: 0 0 22px;
}

.all-services-band {
  align-items: center;
  background: linear-gradient(135deg, rgba(216, 179, 102, 0.16), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(216, 179, 102, 0.28);
  border-radius: 8px;
  color: var(--cream);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-top: 22px;
  padding: clamp(24px, 4vw, 38px);
}

.all-services-band h3 {
  color: white;
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
  line-height: 1.12;
  margin: 0 0 12px;
}

.all-services-band p:last-child {
  color: rgba(247, 241, 227, 0.78);
  margin: 0;
  max-width: 820px;
}

.inline-cta {
  margin-top: 14px;
}

.compact-list {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: auto 0 0;
  padding: 0;
}

.compact-list li {
  align-items: start;
  color: rgba(247, 241, 227, 0.88);
  display: grid;
  gap: 10px;
  grid-template-columns: 12px 1fr;
}

.compact-list li::before {
  background: var(--gold);
  border-radius: 50%;
  content: "";
  height: 6px;
  margin-top: 10px;
  width: 6px;
}

html[dir="rtl"] .compact-list li {
  grid-template-columns: 1fr 12px;
}

html[dir="rtl"] .compact-list li::before {
  grid-column: 2;
  grid-row: 1;
}

.image-feature {
  align-items: stretch;
  background: var(--cream);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.image-feature-media img {
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  width: 100%;
}

.image-feature-copy {
  align-self: center;
  padding: clamp(48px, 7vw, 92px);
}

.image-feature-copy p:last-child {
  color: rgba(17, 17, 17, 0.72);
  font-size: 1.08rem;
  max-width: 620px;
}

.inquiry-section {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.86)),
    url("assets/workforce-briefing.jpg") center / cover;
  color: var(--cream);
}

.inquiry-form {
  background: rgba(247, 241, 227, 0.98);
  border: 1px solid rgba(216, 179, 102, 0.3);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--ink);
  margin: 0 auto;
  max-width: 1060px;
  padding: clamp(20px, 4vw, 42px);
}

.form-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  font-weight: 750;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  background: white;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 8px;
  color: var(--ink);
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: var(--gold-muted);
  outline: 3px solid rgba(216, 179, 102, 0.24);
}

.full-width {
  margin-top: 18px;
}

.form-footer {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 22px;
}

.checkbox-line {
  align-items: center;
  display: flex !important;
  gap: 10px !important;
}

.checkbox-line input {
  accent-color: var(--gold-muted);
  height: 18px;
  min-height: 18px;
  width: 18px;
}

.submit-button {
  border: 0;
  cursor: pointer;
}

.form-message {
  background: #0f241c;
  border: 1px solid rgba(216, 179, 102, 0.38);
  border-radius: 8px;
  color: #f5ffe8;
  margin-top: 22px;
  padding: 18px;
}

.form-message strong {
  color: var(--gold-bright);
}

.contact-hero {
  background: var(--black);
  color: var(--cream);
  min-height: 70vh;
  overflow: hidden;
  padding: 138px clamp(20px, 5vw, 72px) 72px;
  position: relative;
}

.contact-hero-media,
.contact-hero-shade {
  inset: 0;
  position: absolute;
}

.contact-hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.44;
  width: 100%;
}

.contact-hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.72) 52%, rgba(5, 5, 5, 0.25)),
    linear-gradient(0deg, rgba(5, 5, 5, 0.36), transparent 48%);
}

.contact-hero-content {
  max-width: 840px;
  position: relative;
  z-index: 2;
}

.contact-hero h1 {
  color: white;
  font-size: clamp(2.4rem, 5.5vw, 5.2rem);
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.contact-hero p:not(.eyebrow) {
  color: rgba(247, 241, 227, 0.86);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  max-width: 760px;
}

.contact-section {
  background: var(--mist);
}

.contact-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 980px;
}

.contact-card {
  background: white;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
  padding: clamp(24px, 4vw, 36px);
}

.contact-icon {
  align-items: center;
  background: var(--black);
  border-radius: 8px;
  color: var(--gold-bright);
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.contact-card h3 {
  font-size: 1.55rem;
  line-height: 1.15;
  margin: 0;
}

.contact-card p {
  color: rgba(17, 17, 17, 0.72);
  font-size: 1.1rem;
  margin: 0;
}

.contact-note {
  background: var(--black);
  border: 1px solid rgba(216, 179, 102, 0.26);
  border-radius: 8px;
  color: rgba(247, 241, 227, 0.84);
  margin: 28px auto 0;
  max-width: 980px;
  padding: clamp(22px, 4vw, 34px);
}

.contact-note p {
  margin: 0;
}

.site-footer {
  align-items: center;
  background: var(--black);
  color: rgba(247, 241, 227, 0.8);
  display: flex;
  justify-content: space-between;
  padding: 34px clamp(20px, 5vw, 72px);
}

.site-footer div {
  align-items: center;
  display: flex;
  gap: 18px;
}

.site-footer img {
  height: 42px;
  object-fit: contain;
  width: 142px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--gold-bright);
  font-weight: 750;
}

html[lang="ar"] body {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

html[dir="rtl"] .site-header {
  grid-template-columns: auto 1fr auto;
}

html[dir="rtl"] .hero-shade {
  background:
    linear-gradient(270deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.72) 45%, rgba(5, 5, 5, 0.24)),
    linear-gradient(0deg, rgba(5, 5, 5, 0.45), transparent 48%);
}

html[dir="rtl"] .contact-hero-shade {
  background:
    linear-gradient(270deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.72) 52%, rgba(5, 5, 5, 0.25)),
    linear-gradient(0deg, rgba(5, 5, 5, 0.36), transparent 48%);
}

@media (max-width: 980px) {
  .site-header {
    gap: 12px;
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-content: start;
    overflow-x: auto;
  }

  html[dir="rtl"] .nav-links {
    justify-content: end;
  }

  .quick-strip,
  .two-column,
  .service-grid,
  .image-feature,
  .contact-card-grid {
    grid-template-columns: 1fr;
  }

  .all-services-band {
    align-items: stretch;
    flex-direction: column;
  }

  .quick-strip div {
    border-bottom: 1px solid rgba(5, 5, 5, 0.22);
    border-right: 0;
  }

  html[dir="rtl"] .quick-strip div {
    border-left: 0;
  }

  .image-feature-media img {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand img {
    height: 36px;
    width: 156px;
  }

  .hero {
    min-height: 78vh;
    padding: 126px 18px 40px;
  }

  .hero-logo {
    margin-bottom: 20px;
    max-width: min(320px, 84vw);
  }

  .hero-actions,
  .header-actions,
  .form-footer,
  .site-footer,
  .site-footer div {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .submit-button,
  .header-contact {
    width: 100%;
  }

  .contact-hero {
    min-height: auto;
    padding: 140px 18px 54px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 22px;
  }

  .service-image {
    margin: 0 -22px 22px;
  }

  .site-footer {
    align-items: flex-start;
    gap: 20px;
  }
}
