:root {
  --calm-accent: #a9c86f;
  --calm-accent-deep: #789747;
  --calm-accent-soft: #c0d79a;
  --wine: #811d3e;
  --wine-bright: #a32b53;
  --wine-soft: #6f2039;
  --rose-muted: #a86178;
  --page-ink: #07100a;
  --board-ink: #050b07;
  --board-green: #183321;
}

html { font-size: 100%; }
body { letter-spacing: 0; }

/* Compact contact icons inside the hero. */
.social-links {
  width: 100%;
  margin: 14px 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  direction: ltr;
}

.social-link {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(169, 200, 111, .24);
  border-radius: 13px;
  color: #f4f0e5;
  background: rgba(5, 15, 9, .78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  text-decoration: none;
}

.social-link svg {
  display: block;
  width: 22px !important;
  height: 22px !important;
  max-width: 22px;
  max-height: 22px;
  flex: 0 0 22px;
}

.social-link.facebook { color: #4f8ff7; }
.social-link.email { color: #f4f0e5; }

/* Keep Arabic and English translations together in the RTL layout. */
.hero-copy-column .en,
.section-heading h2 .en,
.step-title .en,
label .en,
.address-label .en {
  width: 100%;
  justify-self: stretch;
  text-align: right;
}

/* Header: animated board on the left, logo and title on the right. */
.topbar {
  min-height: 182px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 154px;
  align-items: center;
  justify-content: stretch;
  gap: 16px;
  border-bottom: 0;
  padding: 8px 22px 7px;
  direction: ltr;
}

.topbar::after { display: none; }

.brand {
  grid-column: 2;
  width: 154px;
  margin: 0;
  align-self: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  direction: ltr;
  transform: translateY(-7px);
}

.brand-logo {
  width: 129px;
  height: 129px;
  flex: 0 0 auto;
}

.brand-copy {
  width: 100%;
  margin-top: -8px;
  display: grid;
  justify-items: center;
  gap: 0;
  direction: ltr;
  text-align: center;
  line-height: 1.05;
}

.brand-copy strong {
  color: #f5f2e8;
  font-size: 1.04rem;
  font-weight: 900;
  letter-spacing: .025em;
  white-space: nowrap;
}

.brand-copy span {
  margin-top: 3px;
  color: #aeb7ad;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .015em;
  white-space: nowrap;
}

/* Digital advertising board. */
.feature-board {
  grid-column: 1;
  position: relative;
  min-width: 0;
  width: 100%;
  height: 124px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(129, 29, 62, .76);
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 18%, rgba(169, 200, 111, .10), transparent 42%),
    linear-gradient(145deg, rgba(13, 27, 18, .98), rgba(3, 8, 5, .99));
  box-shadow:
    inset 0 0 0 1px rgba(169, 200, 111, .08),
    inset 0 0 28px rgba(0, 0, 0, .62),
    0 0 15px rgba(129, 29, 62, .18),
    0 14px 34px rgba(0, 0, 0, .27);
  direction: ltr;
}

.feature-board::before,
.feature-board::after {
  content: "";
  position: absolute;
  z-index: 4;
  pointer-events: none;
}

.feature-board::before {
  inset: 4px;
  border: 1px solid rgba(169, 200, 111, .13);
  border-radius: 14px;
}

.feature-board::after {
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.28), transparent 12%, transparent 86%, rgba(0,0,0,.36));
}

.feature-board-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .26;
  background-image:
    linear-gradient(rgba(192, 215, 154, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(192, 215, 154, .035) 1px, transparent 1px);
  background-size: 9px 9px;
}

.feature-scanline {
  position: absolute;
  z-index: 1;
  inset-inline: 0;
  top: -24%;
  height: 28%;
  pointer-events: none;
  opacity: .28;
  background: linear-gradient(180deg, transparent, rgba(192, 215, 154, .13), transparent);
  animation: feature-scan 5.8s linear infinite;
}

.feature-stage {
  position: absolute;
  z-index: 2;
  inset: 8px 8px 15px;
  overflow: hidden;
  border-radius: 11px;
}

.feature-message {
  position: absolute;
  z-index: 2;
  top: 48%;
  left: 50%;
  width: calc(100% - 38px);
  display: grid;
  justify-items: center;
  gap: 5px;
  opacity: 0;
  transform: translate(-135%, -50%);
  text-align: center;
  transition: opacity .32s ease, transform .32s ease;
  pointer-events: none;
}

.feature-message strong {
  display: block;
  max-width: 100%;
  color: var(--calm-accent-soft);
  font-size: clamp(.78rem, 2.55vw, 1.12rem);
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: .005em;
  text-wrap: balance;
  text-shadow: 0 0 10px rgba(169, 200, 111, .19);
}

.feature-message small {
  max-width: 100%;
  color: #b9909e;
  font-size: clamp(.54rem, 1.55vw, .68rem);
  font-weight: 700;
  line-height: 1.25;
  text-wrap: balance;
}

.feature-board.is-priority .feature-message strong {
  color: #d8e7bb;
  text-shadow: 0 0 13px rgba(169, 200, 111, .28);
}

.feature-board.is-priority .feature-message small {
  color: #c7a0ad;
}

.feature-vehicle {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: -94px;
  width: 78px;
  height: 44px;
  opacity: 0;
  transform: translateY(-47%);
  filter: drop-shadow(0 6px 8px rgba(0, 0, 0, .46));
  pointer-events: none;
}

.feature-vehicle::before {
  content: "";
  position: absolute;
  top: 52%;
  right: 72%;
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(163, 43, 83, .82));
  box-shadow: 0 0 6px rgba(163, 43, 83, .45);
}

.feature-vehicle svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.vehicle-shape { display: none; }
.feature-vehicle[data-vehicle="taxi"] .shape-sedan,
.feature-vehicle[data-vehicle="airport"] .shape-sedan,
.feature-vehicle[data-vehicle="tracking"] .shape-sedan { display: block; }
.feature-vehicle[data-vehicle="suv"] .shape-suv { display: block; }
.feature-vehicle[data-vehicle="van"] .shape-van { display: block; }
.feature-vehicle[data-vehicle="premium"] .shape-premium { display: block; }

.vehicle-body {
  fill: #98b861;
  stroke: #c4d69b;
  stroke-width: 1.4;
}

.vehicle-window {
  fill: #172b1e;
  stroke: rgba(228, 238, 215, .38);
  stroke-width: 1;
}

.feature-vehicle[data-vehicle="taxi"] .vehicle-body { fill: #a6c86d; }
.feature-vehicle[data-vehicle="airport"] .vehicle-body { fill: #b7c886; }
.feature-vehicle[data-vehicle="suv"] .vehicle-body { fill: #7d984f; }
.feature-vehicle[data-vehicle="van"] .vehicle-body { fill: #879d6f; }
.feature-vehicle[data-vehicle="premium"] .vehicle-body { fill: #8a314e; stroke: #bd7087; }
.feature-vehicle[data-vehicle="tracking"] .vehicle-body { fill: #91ad65; }

.vehicle-wheel { fill: #080b09; stroke: #788178; stroke-width: 1.6; }
.vehicle-hub { fill: #b1bab1; }
.vehicle-tracking-mark { display: none; fill: #9e2b53; stroke: #ddb5c2; stroke-width: 1; }
.feature-vehicle[data-vehicle="tracking"] .vehicle-tracking-mark { display: block; }

.feature-board-label {
  position: absolute;
  z-index: 5;
  left: 12px;
  bottom: 5px;
  color: rgba(169, 200, 111, .46);
  font-family: Arial, sans-serif;
  font-size: .39rem;
  font-weight: 800;
  letter-spacing: .16em;
  direction: ltr;
}

.feature-board.is-pulling .feature-vehicle {
  animation: vehicle-to-logo 1.45s cubic-bezier(.2, .72, .21, 1) forwards;
}

.feature-board.is-pulling .feature-message {
  animation: message-towed-in 1.45s cubic-bezier(.2, .72, .21, 1) forwards;
}

.feature-board.is-holding .feature-message {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.feature-board.is-language-fading .feature-message {
  opacity: 0;
  transform: translate(-50%, -64%);
}

.feature-board.is-exiting .feature-message {
  opacity: 0;
  transform: translate(-50%, -92%);
  transition-duration: .72s;
}

.feature-board.reduced-motion .feature-message {
  opacity: 1;
  transform: translate(-50%, -50%);
}

@keyframes vehicle-to-logo {
  0% { left: -94px; opacity: 0; transform: translateY(-47%) scale(.88); }
  10% { opacity: 1; }
  76% { opacity: 1; }
  93% { opacity: .9; }
  100% { left: calc(100% + 14px); opacity: 0; transform: translateY(-47%) scale(.48); }
}

@keyframes message-towed-in {
  0% { opacity: 0; transform: translate(-135%, -50%); }
  16% { opacity: .92; }
  72% { opacity: 1; transform: translate(-56%, -50%); }
  100% { opacity: 1; transform: translate(-50%, -50%); }
}

@keyframes feature-scan {
  from { transform: translateY(-10%); }
  to { transform: translateY(460%); }
}

.brand-ribbon {
  position: relative;
  height: 4px;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #07100a 0%, #173622 16%, #557a45 42%, #811d3e 55%, #9d2d52 59%, #466b3e 72%, #102a1a 90%, #07100a 100%);
  box-shadow: 0 0 12px rgba(129, 29, 62, .28), 0 0 10px rgba(92, 130, 66, .2);
}

.brand-ribbon span {
  position: absolute;
  inset: 0;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
  animation: ribbon-glide 5.5s ease-in-out infinite;
}

@keyframes ribbon-glide {
  0%, 100% { transform: translateX(210%); }
  50% { transform: translateX(-210%); }
}

.hero { padding-top: clamp(30px, 7vw, 46px); }
.hero-accent { display: none !important; }
.eyebrow { color: var(--calm-accent-soft); }
.hero-en,
.hero-copy,
.section-heading h2 .en,
label .en,
.privacy,
.success p { color: #b8bdb5; }

.primary-link,
.primary-button,
.call-button {
  color: #122006;
  background: linear-gradient(135deg, var(--calm-accent-soft), var(--calm-accent));
  border-color: rgba(169, 200, 111, .48);
  box-shadow: 0 12px 28px rgba(120, 151, 71, .16);
}

.section-kicker,
.progress-step.active b,
.progress-step.completed b,
.step-title > span:first-child {
  color: var(--calm-accent);
}

.secondary-link,
.secondary-button {
  border-color: rgba(129, 29, 62, .64);
  color: #d6b7c3;
  background: var(--page-ink);
  box-shadow: inset 0 0 0 1px rgba(129, 29, 62, .12);
}

.secondary-link.call-locked {
  cursor: not-allowed;
  opacity: .9;
  pointer-events: auto;
}

.secondary-link.call-locked small {
  display: block;
  margin-top: 4px;
  color: #a9959d;
  font-size: .62rem;
  font-weight: 500;
  line-height: 1.25;
}

.secondary-link.call-locked .en { color: #c0aab2; }
.secondary-link.call-enabled {
  cursor: pointer;
  color: #efdfe5;
  border-color: rgba(163, 43, 83, .8);
}
.secondary-link.call-enabled small { display: none; }

.field-error,
.form-message { color: #d194a7; }

.form-message {
  border-color: rgba(129, 29, 62, .45);
  background: rgba(55, 13, 28, .34);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--calm-accent);
  box-shadow: 0 0 0 4px rgba(169, 200, 111, .13);
}

select option:disabled {
  color: #757b74;
  background: #151a16;
}

.reference-card {
  border-color: rgba(129, 29, 62, .65);
  background: #0a110c;
}

.reference-card strong { color: var(--calm-accent-soft); }

.progress-step span,
.success-icon {
  background: linear-gradient(135deg, var(--calm-accent-soft), var(--calm-accent));
}

.progress-line.completed,
.progress-step.completed span { background: var(--calm-accent-deep); }
.hero-actions { grid-template-columns: 1.22fr 1fr; }

/* Compact, neutral legal notice and credits. */
.rights-footer {
  width: min(calc(100% - 32px), 720px);
  margin: 4px auto 22px;
  padding: 13px 10px 0;
  display: grid;
  gap: 6px;
  border-top: 1px solid rgba(169, 200, 111, .12);
  color: #7f8982;
  font-size: .62rem;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}

.rights-footer p { margin: 0; }

.rights-line {
  color: #7f8982;
}

.credit-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2px 10px;
  color: #818b84;
  font-size: .60rem;
}

.rights-footer a {
  color: #9aa59d;
  text-decoration: none;
}

.credit-line .en {
  color: #747e77;
  text-align: center;
}

@media (max-width: 520px) {
  html { font-size: 100%; }

  .social-links {
    margin: 12px 0 14px;
    gap: 9px;
  }

  .social-link {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 12px;
  }

  .social-link svg {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px;
    max-height: 20px;
  }

  .topbar {
    min-height: 174px;
    grid-template-columns: minmax(0, 1fr) 136px;
    gap: 11px;
    padding: 7px 12px 6px;
  }

  .brand {
    width: 136px;
    transform: translateY(-7px);
  }

  .brand-logo {
    width: 124px;
    height: 124px;
  }

  .brand-copy { margin-top: -9px; }
  .brand-copy strong { font-size: .92rem; }
  .brand-copy span { font-size: .55rem; }

  .feature-board {
    height: 114px;
    border-radius: 16px;
  }

  .feature-stage { inset: 7px 5px 14px; }
  .feature-message { width: calc(100% - 16px); }
  .feature-message strong { font-size: clamp(.69rem, 3.55vw, .91rem); }
  .feature-message small { font-size: clamp(.48rem, 2.3vw, .58rem); }
  .feature-vehicle { width: 67px; height: 39px; }
  .feature-vehicle::before { width: 34px; }
  .feature-board-label { left: 8px; font-size: .34rem; }

  .hero-actions { grid-template-columns: 1fr; }
  .secondary-link.call-locked small { font-size: .6rem; }

  .rights-footer {
    width: calc(100% - 24px);
    margin-bottom: 18px;
    padding: 11px 8px 0;
    gap: 5px;
    font-size: .57rem;
    line-height: 1.55;
  }

  .credit-line {
    display: grid;
    gap: 1px;
    font-size: .56rem;
  }
}

@media (max-width: 355px) {
  .topbar {
    grid-template-columns: minmax(0, 1fr) 119px;
    gap: 8px;
    padding-inline: 8px;
  }

  .brand { width: 119px; }
  .brand-logo { width: 111px; height: 111px; }
  .brand-copy strong { font-size: .82rem; }
  .brand-copy span { font-size: .49rem; }
  .feature-message strong { font-size: .66rem; }
  .feature-message small { font-size: .46rem; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-ribbon span,
  .feature-scanline { animation: none; }

  .feature-vehicle { display: none; }
}
