/*
Theme Name: SATHTA Service
Theme URI: https://usamagrowth.com
Author: RestoRise Business Solutions
Author URI: https://usamagrowth.com
Description: Premium bilingual (Arabic RTL / English) car-shipping & flatbed-towing (سطحة) theme for SATHTA SERVICE, Saudi Arabia. Includes 30 SEO route pages as an editable custom post type, LocalBusiness structured data, and a WhatsApp-first design. Upload as a theme, activate, done.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sathta
*/

/* ==========================================================================
   SATHTA SERVICE — Core Stylesheet
   Car shipping & transport (Saudi Arabia) — RTL-first, bilingual (AR/EN)
   Author scaffold. Uses CSS logical properties so LTR mirrors cleanly.
   ========================================================================== */

/* ------------------------------------------------------------------ Tokens */
:root {
  /* Brand palette (from logo) */
  --red:        #DC1F26;
  --red-600:    #B4141A;
  --red-700:    #900F14;
  --red-050:    #FCEBEC;
  --gold:       #F6A81E;
  --gold-600:   #D98A0B;
  --gold-050:   #FEF4E0;

  /* Neutrals */
  --ink:        #16161D;
  --ink-2:      #3D3D48;
  --muted:      #71717F;
  --line:       #E9E9EF;
  --line-2:     #F1F1F5;
  --surface:    #FFFFFF;
  --surface-2:  #F6F6FA;
  --surface-3:  #EFEFF4;
  --dark:       #111017;
  --dark-2:     #1A1922;
  --dark-3:     #24222E;

  /* Gradients */
  --grad:       linear-gradient(120deg, var(--red) 0%, var(--gold) 100%);
  --grad-soft:  linear-gradient(120deg, var(--red-050), var(--gold-050));

  /* Spacing scale (4px base) */
  --s-1: 4px;  --s-2: 8px;  --s-3: 12px; --s-4: 16px;
  --s-6: 24px; --s-8: 32px; --s-10: 40px; --s-12: 48px;
  --s-16: 64px; --s-20: 80px; --s-24: 96px;

  /* Radius */
  --r-sm: 10px;
  --r:    16px;
  --r-lg: 22px;
  --r-xl: 30px;
  --r-pill: 999px;

  /* Elevation */
  --sh-1: 0 1px 2px rgba(22,22,29,.06), 0 1px 3px rgba(22,22,29,.04);
  --sh-2: 0 6px 18px rgba(22,22,29,.07), 0 2px 6px rgba(22,22,29,.05);
  --sh-3: 0 18px 45px rgba(22,22,29,.12), 0 6px 16px rgba(22,22,29,.07);
  --sh-red: 0 12px 28px rgba(220,31,38,.28);
  --sh-gold: 0 12px 28px rgba(246,168,30,.30);

  /* Type */
  --font-display: "Cairo", "Segoe UI", "Tahoma", system-ui, sans-serif;
  --font-body: "Tajawal", "Segoe UI", "Tahoma", system-ui, sans-serif;

  --container: 1200px;
  --header-h: 84px;

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

/* --------------------------------------------------------------- Reset/base */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--surface);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }
ul { list-style: none; padding: 0; }

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.18; font-weight: 800; letter-spacing: -0.01em; }

::selection { background: var(--gold); color: var(--ink); }

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

/* --------------------------------------------------------------- Utilities */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--s-6);
}
@media (max-width: 640px){ .container { padding-inline: var(--s-4); } }

.section { padding-block: clamp(56px, 8vw, 104px); }
.section--tight { padding-block: clamp(40px, 6vw, 72px); }
.section--dark { background: var(--dark); color: #EDEDF2; }
.section--soft { background: var(--surface-2); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--red);
  text-transform: uppercase;
  background: var(--red-050);
  padding: 6px 14px;
  border-radius: var(--r-pill);
}
.eyebrow::before {
  content: "";
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--grad);
}
.section--dark .eyebrow { background: rgba(246,168,30,.12); color: var(--gold); }

.section-head { max-width: 620px; margin-block-end: var(--s-10); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-title {
  font-size: clamp(26px, 4vw, 42px);
  margin-block: var(--s-3) 0;
}
.section-title .accent { color: var(--red); }
/* inline highlight fix: highlighted words flow within the heading, wrap cleanly,
   and gradient/clip text renders correctly across line breaks (RTL + LTR) */
.section-title, .hero h1, .page-hero h1 { text-wrap: balance; }
.section-title .accent, .section-title .g,
.hero h1 .g, .page-hero h1 .g,
h2 .accent, h2 .g, h4 .g, p .g, .cta h2 .g {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  white-space: normal;
}
.hero h1 .g, .page-hero h1 .g, .cta h2 .g, .section--dark .section-title .g {
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.section-sub {
  margin-block-start: var(--s-3);
  color: var(--muted);
  font-size: clamp(15px, 2vw, 18px);
}
.section--dark .section-sub { color: #B9B9C6; }

/* ------------------------------------------------------------------ Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-2);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  padding: 14px 26px;
  border-radius: var(--r-pill);
  transition: transform .2s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
  white-space: nowrap;
  line-height: 1;
}
.btn svg { width: 18px; height: 18px; }
.btn:active { transform: translateY(1px); }

.btn--primary { background: var(--grad); color: #fff; box-shadow: var(--sh-red); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(220,31,38,.36); }

.btn--gold { background: var(--gold); color: var(--ink); box-shadow: var(--sh-gold); }
.btn--gold:hover { transform: translateY(-2px); background: var(--gold-600); }

.btn--ink { background: var(--ink); color: #fff; }
.btn--ink:hover { transform: translateY(-2px); background: #000; }

.btn--ghost { background: #fff; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line); }
.btn--ghost:hover { box-shadow: inset 0 0 0 1.5px var(--ink); transform: translateY(-2px); }

.btn--light { background: rgba(255,255,255,.12); color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.28); }
.btn--light:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); }

.btn--lg { padding: 17px 34px; font-size: 16px; }
.btn--block { width: 100%; }

/* Whatsapp icon color when needed */
.btn--wa { background: #25D366; color: #fff; box-shadow: 0 12px 28px rgba(37,211,102,.32); }
.btn--wa:hover { transform: translateY(-2px); background: #1FB855; }

/* =========================================================================
   HEADER / NAV
   ========================================================================= */
.topbar {
  background: var(--dark);
  color: #C9C9D4;
  font-size: 13.5px;
  border-block-end: 1px solid rgba(255,255,255,.06);
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; min-height: 42px; gap: var(--s-4); }
.topbar a { display: inline-flex; align-items: center; gap: 6px; transition: color .2s; }
.topbar a:hover { color: var(--gold); }
.topbar__left { display: flex; align-items: center; gap: var(--s-6); }
.topbar__right { display: flex; align-items: center; gap: var(--s-4); }
.topbar svg { width: 15px; height: 15px; color: var(--gold); }
.topbar__socials { display: flex; gap: 6px; }
.topbar__socials a {
  width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,.06);
}
.topbar__socials a:hover { background: var(--red); color: #fff; }
.topbar__socials svg { width: 14px; height: 14px; color: currentColor; }
@media (max-width: 900px){ .topbar { display: none; } }

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-block-end: 1px solid var(--line);
  transition: box-shadow .3s var(--ease), background .3s;
}
.header.scrolled { box-shadow: var(--sh-2); background: rgba(255,255,255,.94); }
.header .container { display: flex; align-items: center; gap: var(--s-6); min-height: var(--header-h); }

.brand { display: flex; align-items: center; gap: var(--s-3); flex-shrink: 0; }
.brand img { height: 70px; width: auto; display: block; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-family: var(--font-display); font-weight: 900; font-size: 19px; letter-spacing: -.01em; }
.brand__name b { color: var(--red); }
.brand__name i { color: var(--gold); font-style: normal; }
.brand__tag { font-size: 11.5px; color: var(--muted); font-weight: 600; }

/* main nav */
.nav { margin-inline-start: auto; }
.nav__list { display: flex; align-items: center; gap: var(--s-1); }
.nav__link {
  position: relative;
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15.5px;
  padding: 10px 16px;
  border-radius: var(--r-pill);
  color: var(--ink-2);
  transition: color .2s, background .2s;
}
.nav__link:hover, .nav__link.active { color: var(--red); }
.nav__link .chev { width: 15px; height: 15px; transition: transform .25s var(--ease); }

/* mega dropdown */
.has-mega { position: relative; }
.mega {
  position: absolute;
  inset-inline-start: 50%;
  transform: translateX(-50%) translateY(12px);
  inset-block-start: calc(100% + 10px);
  width: min(880px, 92vw);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-3);
  padding: var(--s-6);
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s var(--ease), transform .28s var(--ease), visibility .22s;
  z-index: 120;
}
/* RTL: the translateX centring works both dirs because we recenter with 50% */
.has-mega:hover .mega,
.has-mega:focus-within .mega {
  opacity: 1; visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.has-mega:hover .nav__link .chev { transform: rotate(180deg); }

.mega::before {
  content: "";
  position: absolute;
  inset-block-start: -7px;
  inset-inline-start: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px; height: 14px;
  background: #fff;
  border-inline-start: 1px solid var(--line);
  border-block-start: 1px solid var(--line);
}
.mega__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-6) var(--s-4); }
.mega__col-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 13px;
  color: var(--red);
  letter-spacing: .02em;
  margin-block-end: var(--s-3);
  padding-block-end: var(--s-2);
  border-block-end: 2px solid var(--red-050);
  display: flex; align-items: center; gap: 6px;
}
.mega__col-title svg { width: 16px; height: 16px; color: var(--gold); }
.mega__item {
  display: block;
  font-size: 13.5px;
  color: var(--ink-2);
  padding: 6px 8px;
  border-radius: 8px;
  transition: background .18s, color .18s, padding-inline-start .18s;
  line-height: 1.4;
}
.mega__item:hover { background: var(--surface-2); color: var(--red); padding-inline-start: 14px; }
.mega__foot {
  margin-block-start: var(--s-6);
  padding-block-start: var(--s-4);
  border-block-start: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-4);
  flex-wrap: wrap;
}
.mega__foot p { font-size: 14px; color: var(--muted); }
.mega__foot p b { color: var(--ink); }

/* header actions */
.header__cta { display: flex; align-items: center; gap: var(--s-3); flex-shrink: 0; }

/* language switch */
.lang {
  display: inline-flex;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 3px;
  gap: 2px;
}
.lang button {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  padding: 7px 13px;
  border-radius: var(--r-pill);
  color: var(--muted);
  transition: all .2s;
  line-height: 1;
}
.lang button.active { background: #fff; color: var(--ink); box-shadow: var(--sh-1); }
.lang button:hover:not(.active) { color: var(--ink); }

/* burger */
.burger {
  display: none;
  width: 46px; height: 46px;
  border-radius: 12px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  place-items: center;
  flex-direction: column;
  gap: 5px;
}
.burger span {
  width: 22px; height: 2.5px; border-radius: 2px; background: var(--ink);
  transition: transform .3s var(--ease), opacity .2s;
}
.burger.open span:nth-child(1){ transform: translateY(7.5px) rotate(45deg); }
.burger.open span:nth-child(2){ opacity: 0; }
.burger.open span:nth-child(3){ transform: translateY(-7.5px) rotate(-45deg); }

/* mobile drawer */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  visibility: hidden;
  pointer-events: none;
}
.drawer__overlay {
  position: absolute; inset: 0;
  background: rgba(17,16,23,.5);
  opacity: 0; transition: opacity .3s;
  backdrop-filter: blur(2px);
}
.drawer__panel {
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  width: min(360px, 88vw);
  background: #fff;
  box-shadow: var(--sh-3);
  transform: translateX(100%);
  transition: transform .34s var(--ease-out);
  display: flex; flex-direction: column;
  padding: var(--s-6);
  overflow-y: auto;
}
:root[dir="ltr"] .drawer__panel { transform: translateX(-100%); }
.drawer.open { visibility: visible; pointer-events: auto; }
.drawer.open .drawer__overlay { opacity: 1; }
.drawer.open .drawer__panel { transform: translateX(0); }

.drawer__head { display: flex; align-items: center; justify-content: space-between; margin-block-end: var(--s-6); }
.drawer__close { width: 42px; height: 42px; border-radius: 10px; background: var(--surface-2); display: grid; place-items: center; }
.drawer__close svg { width: 20px; height: 20px; }
.drawer__nav { display: flex; flex-direction: column; gap: 2px; }
.drawer__link {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  padding: 14px 12px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: space-between;
  transition: background .2s, color .2s;
}
.drawer__link:hover, .drawer__link.active { background: var(--surface-2); color: var(--red); }
.drawer__link .chev { width: 18px; height: 18px; transition: transform .25s; }
.drawer__acc { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.drawer__acc.open { max-height: 1400px; }
.drawer__acc-inner { padding: 4px 12px 10px; display: flex; flex-direction: column; gap: 1px; }
.drawer__group-title { font-family: var(--font-display); font-weight: 800; font-size: 12px; color: var(--red); text-transform: uppercase; letter-spacing: .04em; margin: 10px 4px 4px; }
.drawer__sub {
  font-size: 14px; color: var(--ink-2);
  padding: 8px 10px; border-radius: 8px;
  border-inline-start: 2px solid var(--line);
  transition: background .18s, border-color .18s;
}
.drawer__sub:hover { background: var(--surface-2); border-color: var(--red); color: var(--red); }
.opened .chev { transform: rotate(180deg); }
.drawer__cta { margin-block-start: var(--s-6); display: flex; flex-direction: column; gap: var(--s-3); }
.drawer__contact { margin-block-start: var(--s-6); padding-block-start: var(--s-6); border-block-start: 1px solid var(--line); display: flex; flex-direction: column; gap: var(--s-3); font-size: 14.5px; }
.drawer__contact a { display: flex; align-items: center; gap: 10px; color: var(--ink-2); }
.drawer__contact svg { width: 18px; height: 18px; color: var(--red); }

/* =========================================================================
   HERO
   ========================================================================= */
.hero {
  /* Drop a real photo in later:  <section class="hero" style="--hero-photo:url('assets/hero.jpg')">
     A white scrim keeps the text side readable in both AR (right) and EN (left). */
  --hero-photo: none;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-image:
    linear-gradient(270deg, #fff 6%, rgba(255,255,255,.82) 40%, rgba(255,255,255,.30) 72%, rgba(255,255,255,0) 100%),
    radial-gradient(1100px 520px at 15% -10%, var(--gold-050), transparent 60%),
    radial-gradient(900px 500px at 100% 0%, var(--red-050), transparent 55%),
    var(--hero-photo);
  background-size: cover, auto, auto, cover;
  background-position: center, center, center, center;
  background-repeat: no-repeat;
  padding-block: clamp(48px, 7vw, 96px);
}
:root[dir="ltr"] .hero {
  background-image:
    linear-gradient(90deg, #fff 6%, rgba(255,255,255,.82) 40%, rgba(255,255,255,.30) 72%, rgba(255,255,255,0) 100%),
    radial-gradient(1100px 520px at 15% -10%, var(--gold-050), transparent 60%),
    radial-gradient(900px 500px at 100% 0%, var(--red-050), transparent 55%),
    var(--hero-photo);
}
.hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; box-shadow: var(--sh-1);
  border: 1px solid var(--line);
  padding: 8px 8px 8px 16px;
  border-radius: var(--r-pill);
  font-weight: 600; font-size: 13.5px; color: var(--ink-2);
}
:root[dir="ltr"] .hero__badge { padding: 8px 16px 8px 8px; }
.hero__badge .pill { background: var(--grad); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 12px; padding: 5px 11px; border-radius: var(--r-pill); }
.hero h1 {
  font-size: clamp(32px, 5.2vw, 60px);
  line-height: 1.12;
  margin-block: var(--s-6) 0;
  letter-spacing: -.02em;
}
.hero h1 .g { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__lead {
  margin-block-start: var(--s-6);
  font-size: clamp(16px, 2.1vw, 19px);
  color: var(--ink-2);
  max-width: 52ch;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: var(--s-3); margin-block-start: var(--s-8); }
.hero__trust { display: flex; align-items: center; gap: var(--s-6); margin-block-start: var(--s-8); flex-wrap: wrap; }
.hero__trust-item { display: flex; align-items: center; gap: 10px; }
.hero__trust-item svg { width: 22px; height: 22px; color: var(--gold-600); flex-shrink: 0; }
.hero__trust-item span { font-size: 14px; color: var(--ink-2); font-weight: 600; }

/* hero visual — the signature "route card" */
.hero__visual { position: relative; }
.route-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-3);
  padding: var(--s-6);
  overflow: hidden;
}
.route-card__img {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background:
    linear-gradient(135deg, #22212B, #3a2426);
}
.route-card__img img { width: 100%; height: 100%; object-fit: cover; }
.route-card__img .ph {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  color: rgba(255,255,255,.5);
  text-align: center; gap: 10px;
}
.route-card__img .ph svg { width: 64px; height: 64px; opacity: .55; }
.route-card__img .ph small { font-size: 12px; letter-spacing: .04em; }

/* route line motif */
.route-line {
  display: flex; align-items: center; gap: 12px;
  margin-block-start: var(--s-6);
  padding: var(--s-4) var(--s-4);
  background: var(--surface-2);
  border-radius: var(--r);
}
.route-line__dot { flex-shrink: 0; display: grid; place-items: center; }
.route-line__dot span { width: 14px; height: 14px; border-radius: 50%; box-shadow: 0 0 0 4px rgba(220,31,38,.14); }
.route-line__dot.start span { background: var(--red); }
.route-line__dot.end span { background: var(--gold); box-shadow: 0 0 0 4px rgba(246,168,30,.18); }
.route-line__track { flex: 1; height: 3px; border-radius: 3px; background: repeating-linear-gradient(to right, var(--ink) 0 8px, transparent 8px 15px); opacity: .28; position: relative; }
.route-line__truck { position: absolute; inset-block-start: 50%; inset-inline-start: 0; transform: translateY(-50%); }
.route-line__city { font-family: var(--font-display); font-weight: 800; font-size: 14px; }
.route-line__labels { display: flex; justify-content: space-between; margin-block-start: 8px; font-size: 12.5px; color: var(--muted); }

/* floating stat chip on hero visual */
.hero__chip {
  position: absolute;
  inset-block-end: -22px;
  inset-inline-start: -22px;
  background: var(--ink);
  color: #fff;
  border-radius: var(--r);
  padding: var(--s-4) var(--s-6);
  box-shadow: var(--sh-3);
  display: flex; align-items: center; gap: var(--s-4);
}
.hero__chip .n { font-family: var(--font-display); font-weight: 900; font-size: 30px; line-height: 1; color: var(--gold); }
.hero__chip .l { font-size: 13px; color: #C9C9D4; max-width: 12ch; }
.hero__chip--tr {
  inset-block-start: -20px; inset-block-end: auto;
  inset-inline-end: -16px; inset-inline-start: auto;
  background: #fff; color: var(--ink);
  border: 1px solid var(--line);
  padding: var(--s-3) var(--s-4);
  gap: var(--s-3);
}
.hero__chip--tr .stars { color: var(--gold); display: flex; gap: 2px; }
.hero__chip--tr .stars svg { width: 15px; height: 15px; }
.hero__chip--tr .n { font-size: 18px; color: var(--ink); }
.hero__chip--tr small { display: block; font-size: 11.5px; color: var(--muted); }

/* =========================================================================
   STATS STRIP
   ========================================================================= */
.stats {
  background: var(--dark);
  color: #fff;
  border-radius: var(--r-lg);
  padding: clamp(28px, 4vw, 44px) clamp(20px, 4vw, 48px);
  margin-block-start: calc(var(--s-16) * -1);
  position: relative; z-index: 2;
  box-shadow: var(--sh-3);
  background-image:
    radial-gradient(600px 200px at 100% 0%, rgba(220,31,38,.22), transparent 60%),
    radial-gradient(500px 200px at 0% 100%, rgba(246,168,30,.16), transparent 60%);
}
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-6); }
.stat { text-align: center; position: relative; }
.stat:not(:last-child)::after {
  content: ""; position: absolute; inset-block: 10%; inset-inline-end: calc(var(--s-6) * -.5);
  width: 1px; background: rgba(255,255,255,.12);
}
.stat__n { font-family: var(--font-display); font-weight: 900; font-size: clamp(30px, 4.5vw, 46px); line-height: 1; }
.stat__n .plus { color: var(--gold); }
.stat__l { margin-block-start: 8px; font-size: 14px; color: #B9B9C6; }

/* =========================================================================
   SERVICES GRID
   ========================================================================= */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-6); }
.svc-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: var(--s-6);
  overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
  display: flex; flex-direction: column;
}
.svc-card::before {
  content: ""; position: absolute; inset-inline: 0; inset-block-start: 0; height: 4px;
  background: var(--grad); transform: scaleX(0); transform-origin: inline-start;
  transition: transform .35s var(--ease);
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--sh-3); border-color: transparent; }
.svc-card:hover::before { transform: scaleX(1); }
.svc-card__icon {
  width: 58px; height: 58px; border-radius: 16px;
  display: grid; place-items: center;
  background: var(--grad-soft);
  color: var(--red);
  margin-block-end: var(--s-4);
  transition: transform .3s var(--ease);
}
.svc-card:hover .svc-card__icon { transform: scale(1.06) rotate(-4deg); }
.svc-card__icon svg { width: 28px; height: 28px; }
.svc-card h3 { font-size: 18px; margin-block-end: 8px; }
.svc-card p { color: var(--muted); font-size: 14.5px; flex: 1; }
.svc-card__link {
  margin-block-start: var(--s-4);
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--red);
}
.svc-card__link svg { width: 16px; height: 16px; transition: transform .25s; }
:root[dir="rtl"] .svc-card__link svg { transform: scaleX(-1); }
.svc-card:hover .svc-card__link svg { transform: translateX(-4px); }
:root[dir="rtl"] .svc-card:hover .svc-card__link svg { transform: scaleX(-1) translateX(-4px); }

/* route service card (for the routes grid) */
.route-svc {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: var(--s-6);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s;
  display: flex; flex-direction: column; gap: var(--s-3);
}
.route-svc:hover { transform: translateY(-5px); box-shadow: var(--sh-2); border-color: var(--gold); }
.route-svc__top { display: flex; align-items: center; gap: 10px; }
.route-svc__cities { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 800; font-size: 15.5px; }
.route-svc__cities .arrow { color: var(--gold); }
:root[dir="rtl"] .route-svc__cities .arrow svg { transform: scaleX(-1); }
.route-svc__cities .arrow svg { width: 18px; height: 18px; }
.route-svc__tag {
  display: inline-flex; align-items: center; gap: 6px;
  align-self: flex-start;
  font-size: 12px; font-weight: 700; font-family: var(--font-display);
  color: var(--red); background: var(--red-050);
  padding: 4px 10px; border-radius: var(--r-pill);
}
.route-svc p { color: var(--muted); font-size: 14px; flex: 1; }
.route-svc__foot { display: flex; align-items: center; justify-content: space-between; padding-block-start: var(--s-3); border-block-start: 1px solid var(--line-2); }
.route-svc__more { font-family: var(--font-display); font-weight: 700; font-size: 13.5px; color: var(--ink); display: inline-flex; align-items: center; gap: 6px; }
.route-svc__more svg { width: 15px; height: 15px; color: var(--red); }
:root[dir="rtl"] .route-svc__more svg { transform: scaleX(-1); }
.route-svc__wa { width: 38px; height: 38px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; transition: transform .2s; }
.route-svc__wa:hover { transform: scale(1.1); }
.route-svc__wa svg { width: 19px; height: 19px; }

/* =========================================================================
   FEATURES / WHY US
   ========================================================================= */
.why { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.why__media { position: relative; }
.why__media img, .why__ph {
  border-radius: var(--r-lg); box-shadow: var(--sh-3); width: 100%;
  aspect-ratio: 4/5; object-fit: cover;
}
.why__ph {
  background: linear-gradient(150deg, var(--dark), var(--dark-3));
  display: grid; place-items: center; color: rgba(255,255,255,.5); text-align: center; gap: 12px;
}
.why__ph svg { width: 72px; height: 72px; opacity: .5; }
.why__badge {
  position: absolute; inset-block-end: -20px; inset-inline-start: -20px;
  background: var(--grad); color: #fff;
  border-radius: var(--r); padding: var(--s-4) var(--s-6);
  box-shadow: var(--sh-red); display: flex; align-items: center; gap: var(--s-3);
}
.why__badge svg { width: 34px; height: 34px; }
.why__badge .n { font-family: var(--font-display); font-weight: 900; font-size: 24px; line-height: 1; }
.why__badge small { font-size: 12.5px; opacity: .92; }

.feat-list { display: flex; flex-direction: column; gap: var(--s-4); margin-block-start: var(--s-8); }
.feat {
  display: flex; gap: var(--s-4); padding: var(--s-4);
  border-radius: var(--r); transition: background .25s;
}
.feat:hover { background: var(--surface-2); }
.feat__ic {
  flex-shrink: 0; width: 50px; height: 50px; border-radius: 14px;
  display: grid; place-items: center; background: var(--red-050); color: var(--red);
}
.feat:nth-child(even) .feat__ic { background: var(--gold-050); color: var(--gold-600); }
.feat__ic svg { width: 24px; height: 24px; }
.feat h4 { font-size: 17px; margin-block-end: 4px; }
.feat p { color: var(--muted); font-size: 14.5px; }

/* feature cards grid (dark) */
.fcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-4); }
.fcard {
  background: var(--dark-2);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--r-lg);
  padding: var(--s-6);
  transition: transform .3s var(--ease), border-color .3s, background .3s;
}
.fcard:hover { transform: translateY(-5px); border-color: rgba(246,168,30,.4); background: var(--dark-3); }
.fcard__ic { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; background: rgba(246,168,30,.12); color: var(--gold); margin-block-end: var(--s-4); }
.fcard__ic svg { width: 26px; height: 26px; }
.fcard h4 { font-size: 17px; margin-block-end: 8px; color: #fff; }
.fcard p { color: #B0B0BE; font-size: 14.5px; }

/* =========================================================================
   PROCESS STEPS
   ========================================================================= */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-6); counter-reset: step; }
.step { position: relative; text-align: center; }
.step__num {
  width: 74px; height: 74px; margin-inline: auto;
  border-radius: 50%; display: grid; place-items: center;
  background: #fff; border: 2px dashed var(--gold);
  font-family: var(--font-display); font-weight: 900; font-size: 26px; color: var(--red);
  position: relative; z-index: 2;
  transition: transform .3s var(--ease), background .3s, color .3s;
}
.step:hover .step__num { background: var(--grad); color: #fff; border-color: transparent; transform: scale(1.06); }
.step__ic { position: absolute; inset-block-start: -10px; inset-inline-end: calc(50% - 54px); background: var(--ink); color: var(--gold); width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; z-index: 3; }
.step__ic svg { width: 17px; height: 17px; }
.step:not(:last-child)::after {
  content: ""; position: absolute; inset-block-start: 37px;
  inset-inline-start: -50%; width: 100%; height: 2px;
  background: repeating-linear-gradient(to right, var(--line) 0 7px, transparent 7px 13px);
  z-index: 1;
}
:root[dir="rtl"] .step:not(:last-child)::after { inset-inline-start: auto; inset-inline-end: -50%; }
.step h4 { font-size: 17px; margin-block: var(--s-4) 6px; }
.step p { color: var(--muted); font-size: 14px; max-width: 24ch; margin-inline: auto; }

/* =========================================================================
   COVERAGE / CITIES
   ========================================================================= */
.coverage { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.cities { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-3); }
.city {
  display: flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r); padding: 14px 16px;
  font-family: var(--font-display); font-weight: 700; font-size: 14.5px;
  transition: transform .25s var(--ease), box-shadow .25s, border-color .25s;
}
.city:hover { transform: translateY(-3px); box-shadow: var(--sh-2); border-color: var(--gold); }
.city svg { width: 18px; height: 18px; color: var(--red); flex-shrink: 0; }
.section--dark .city { background: var(--dark-2); border-color: rgba(255,255,255,.08); color: #fff; }
.section--dark .city:hover { border-color: var(--gold); }

/* =========================================================================
   TESTIMONIALS
   ========================================================================= */
.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-6); }
.tst {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: var(--s-6);
  display: flex; flex-direction: column; gap: var(--s-4);
  position: relative; transition: transform .3s var(--ease), box-shadow .3s;
}
.tst:hover { transform: translateY(-5px); box-shadow: var(--sh-2); }
.tst__quote { position: absolute; inset-block-start: var(--s-6); inset-inline-end: var(--s-6); color: var(--gold-050); }
.tst__quote svg { width: 46px; height: 46px; }
.tst__stars { display: flex; gap: 3px; color: var(--gold); position: relative; z-index: 1; }
.tst__stars svg { width: 18px; height: 18px; }
.tst p { color: var(--ink-2); font-size: 15px; flex: 1; position: relative; z-index: 1; }
.tst__who { display: flex; align-items: center; gap: 12px; padding-block-start: var(--s-4); border-block-start: 1px solid var(--line-2); }
.tst__ava { width: 46px; height: 46px; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 18px; flex-shrink: 0; }
.tst__name { font-family: var(--font-display); font-weight: 800; font-size: 15px; }
.tst__role { font-size: 13px; color: var(--muted); }

/* =========================================================================
   CTA BAND
   ========================================================================= */
.cta {
  position: relative; overflow: hidden;
  background: var(--dark);
  border-radius: var(--r-xl);
  padding: clamp(40px, 6vw, 72px);
  color: #fff;
  background-image:
    radial-gradient(700px 300px at 100% 0%, rgba(220,31,38,.32), transparent 60%),
    radial-gradient(600px 300px at 0% 100%, rgba(246,168,30,.22), transparent 60%);
}
.cta__grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: var(--s-8); align-items: center; }
.cta h2 { font-size: clamp(26px, 4vw, 42px); line-height: 1.15; }
.cta h2 .g { color: var(--gold); }
.cta p { margin-block-start: var(--s-4); color: #C9C9D4; font-size: clamp(15px, 2vw, 18px); }
.cta__actions { display: flex; flex-direction: column; gap: var(--s-3); }
.cta__phone {
  display: flex; align-items: center; gap: var(--s-4);
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r); padding: var(--s-4) var(--s-6);
}
.cta__phone .ic { width: 52px; height: 52px; border-radius: 14px; background: var(--grad); display: grid; place-items: center; flex-shrink: 0; }
.cta__phone .ic svg { width: 26px; height: 26px; color: #fff; }
.cta__phone small { display: block; font-size: 12.5px; color: #B9B9C6; }
.cta__phone .num { font-family: var(--font-display); font-weight: 900; font-size: 22px; direction: ltr; }

/* =========================================================================
   FOOTER
   ========================================================================= */
.footer { background: var(--dark); color: #B9B9C6; padding-block: clamp(48px, 6vw, 72px) 0; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: var(--s-8); }
.footer__brand-name { font-family: var(--font-display); font-weight: 900; font-size: 22px; color: #fff; }
.footer__brand-name b { color: var(--red); } .footer__brand-name i { color: var(--gold); font-style: normal; }
.footer p.desc { margin-block-start: var(--s-4); font-size: 14.5px; line-height: 1.7; max-width: 34ch; }
.footer__socials { display: flex; gap: 10px; margin-block-start: var(--s-6); }
.footer__socials a { width: 40px; height: 40px; border-radius: 12px; background: rgba(255,255,255,.06); display: grid; place-items: center; transition: background .2s, transform .2s; }
.footer__socials a:hover { background: var(--red); color: #fff; transform: translateY(-3px); }
.footer__socials svg { width: 18px; height: 18px; }
.footer h5 { font-family: var(--font-display); font-weight: 800; font-size: 16px; color: #fff; margin-block-end: var(--s-6); position: relative; padding-block-end: 12px; }
.footer h5::after { content: ""; position: absolute; inset-inline-start: 0; inset-block-end: 0; width: 34px; height: 3px; border-radius: 3px; background: var(--grad); }
.footer__links { display: flex; flex-direction: column; gap: 12px; }
.footer__links a { font-size: 14.5px; display: inline-flex; align-items: center; gap: 8px; transition: color .2s, padding-inline-start .2s; }
.footer__links a svg { width: 14px; height: 14px; color: var(--gold); }
:root[dir="rtl"] .footer__links a svg { transform: scaleX(-1); }
.footer__links a:hover { color: var(--gold); padding-inline-start: 6px; }
.footer__contact { display: flex; flex-direction: column; gap: var(--s-4); }
.footer__contact a, .footer__contact div { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; }
.footer__contact .ic { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.06); display: grid; place-items: center; flex-shrink: 0; }
.footer__contact .ic svg { width: 18px; height: 18px; color: var(--gold); }
.footer__contact a:hover .ic { background: var(--red); }
.footer__bar { margin-block-start: clamp(40px, 5vw, 56px); border-block-start: 1px solid rgba(255,255,255,.08); padding-block: var(--s-6); display: flex; align-items: center; justify-content: space-between; gap: var(--s-4); flex-wrap: wrap; font-size: 13.5px; }
.footer__bar a:hover { color: var(--gold); }

/* =========================================================================
   FLOATING CONTACT (whatsapp + call)
   ========================================================================= */
.floaters { position: fixed; inset-block-end: 22px; inset-inline-end: 22px; z-index: 90; display: flex; flex-direction: column; gap: 12px; }
.floater { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; box-shadow: var(--sh-3); color: #fff; transition: transform .25s var(--ease); position: relative; }
.floater:hover { transform: scale(1.08); }
.floater svg { width: 28px; height: 28px; }
.floater--wa { background: #25D366; }
.floater--call { background: var(--grad); }
.floater::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  box-shadow: 0 0 0 0 currentColor; animation: pulse 2.4s infinite;
}
.floater--wa::after { color: #25D366; }
.floater--call::after { color: var(--red); }
@keyframes pulse { 0%{ box-shadow: 0 0 0 0 rgba(37,211,102,.5);} 70%{ box-shadow: 0 0 0 16px rgba(37,211,102,0);} 100%{ box-shadow: 0 0 0 0 rgba(37,211,102,0);} }

/* mobile sticky call bar */
.mobile-bar {
  display: none;
  position: fixed; inset-inline: 0; inset-block-end: 0; z-index: 95;
  background: #fff; border-block-start: 1px solid var(--line);
  box-shadow: 0 -6px 20px rgba(22,22,29,.08);
  padding: 10px 12px; gap: 10px;
}
.mobile-bar a { flex: 1; }
.mobile-bar .btn { width: 100%; padding: 13px; font-size: 14.5px; }

/* =========================================================================
   PAGE HERO (inner pages) + BREADCRUMB
   ========================================================================= */
.page-hero {
  /* Drop a real photo in later per page: <section class="page-hero" style="--hero-photo:url('assets/services.jpg')"> */
  --hero-photo: none;
  position: relative; overflow: hidden;
  background-color: #131219;
  background-image:
    linear-gradient(115deg, rgba(15,14,20,.93) 0%, rgba(15,14,20,.72) 55%, rgba(15,14,20,.86) 100%),
    var(--hero-photo),
    radial-gradient(900px 480px at 100% -20%, rgba(220,31,38,.55), transparent 60%),
    radial-gradient(760px 480px at 0% 120%, rgba(246,168,30,.30), transparent 62%);
  background-size: cover, cover, auto, auto;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: clamp(64px, 8vw, 112px);
  border-block-end: 3px solid var(--gold);
}
.page-hero::after {
  content: ""; position: absolute; inset-inline: 0; inset-block-end: 0; height: 40%;
  background: linear-gradient(to top, rgba(19,18,25,.6), transparent); pointer-events: none;
}
.page-hero__inner { max-width: 760px; }
.page-hero.center .page-hero__inner { margin-inline: auto; text-align: center; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--muted); margin-block-end: var(--s-4); flex-wrap: wrap; }
.page-hero.center .breadcrumb { justify-content: center; }
.breadcrumb a { color: var(--ink-2); transition: color .2s; }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb svg { width: 14px; height: 14px; color: var(--gold); }
:root[dir="rtl"] .breadcrumb svg { transform: scaleX(-1); }
.breadcrumb .current { color: var(--red); font-weight: 600; }
.page-hero h1 { font-size: clamp(30px, 5vw, 52px); line-height: 1.12; letter-spacing: -.02em; }
.page-hero h1 .g { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.page-hero p { margin-block-start: var(--s-4); font-size: clamp(16px, 2vw, 19px); color: var(--ink-2); }
/* light text for the dark banner */
.page-hero__inner { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; }
.page-hero p { color: rgba(255,255,255,.86); }
.page-hero .breadcrumb { color: rgba(255,255,255,.6); }
.page-hero .breadcrumb a { color: rgba(255,255,255,.85); }
.page-hero .breadcrumb a:hover { color: #fff; }
.page-hero .breadcrumb .current { color: var(--gold); }
.page-hero .breadcrumb svg { color: rgba(255,255,255,.5); }

/* =========================================================================
   CONTENT (article) — used in service pages / about
   ========================================================================= */
.layout-2 { display: grid; grid-template-columns: 1fr 360px; gap: clamp(32px, 4vw, 56px); align-items: start; }
.prose { font-size: 16.5px; color: var(--ink-2); line-height: 1.85; }
.prose > * + * { margin-block-start: var(--s-4); }
.prose h2 { font-size: clamp(22px, 3vw, 30px); color: var(--ink); margin-block-start: var(--s-10); }
.prose h3 { font-size: clamp(19px, 2.4vw, 23px); color: var(--ink); margin-block-start: var(--s-8); }
.prose h2:first-child, .prose h3:first-child { margin-block-start: 0; }
.prose strong { color: var(--ink); font-weight: 700; }
.prose ul.ticks { display: flex; flex-direction: column; gap: 12px; margin-block-start: var(--s-4); }
.prose ul.ticks li { display: flex; gap: 12px; align-items: flex-start; }
.prose ul.ticks li svg { width: 22px; height: 22px; color: #16a34a; flex-shrink: 0; margin-block-start: 2px; }
.prose .callout {
  background: var(--grad-soft); border: 1px solid var(--gold-050);
  border-inline-start: 4px solid var(--gold);
  border-radius: var(--r); padding: var(--s-6); margin-block-start: var(--s-6);
}
.prose .callout h4 { font-size: 17px; color: var(--ink); margin-block-end: 8px; display: flex; align-items: center; gap: 8px; }
.prose .callout h4 svg { width: 20px; height: 20px; color: var(--red); }

/* sticky sidebar */
.aside { position: sticky; top: calc(var(--header-h) + 20px); display: flex; flex-direction: column; gap: var(--s-6); }
.aside-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s-6); box-shadow: var(--sh-1); }
.aside-card--dark { background: var(--dark); color: #fff; border-color: transparent; }
.aside-card h4 { font-size: 18px; margin-block-end: var(--s-4); }
.aside-card--dark h4 { color: #fff; }
.aside-card .num { font-family: var(--font-display); font-weight: 900; font-size: 24px; direction: ltr; color: var(--gold); margin-block: 4px; }
.aside-list { display: flex; flex-direction: column; gap: 10px; }
.aside-list a { display: flex; align-items: center; gap: 10px; font-size: 14px; padding: 8px 10px; border-radius: 10px; transition: background .2s, color .2s; color: var(--ink-2); }
.aside-list a svg { width: 15px; height: 15px; color: var(--red); }
:root[dir="rtl"] .aside-list a svg { transform: scaleX(-1); }
.aside-list a:hover { background: var(--surface-2); color: var(--red); }

/* image gallery placeholders */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-4); margin-block-start: var(--s-6); }
.gallery .g-img {
  aspect-ratio: 4/3; border-radius: var(--r); overflow: hidden;
  background: linear-gradient(150deg, var(--surface-3), #E1E1EA);
  display: grid; place-items: center; color: var(--muted); position: relative;
  border: 1px dashed #C9C9D6;
}
.gallery .g-img img { width: 100%; height: 100%; object-fit: cover; }
.gallery .g-img .ph { text-align: center; display: grid; gap: 6px; }
.gallery .g-img svg { width: 34px; height: 34px; opacity: .55; }
.gallery .g-img small { font-size: 11px; }

/* =========================================================================
   FAQ (accordion)
   ========================================================================= */
.faq { max-width: 820px; margin-inline: auto; display: flex; flex-direction: column; gap: var(--s-3); }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: box-shadow .25s, border-color .25s; }
.faq-item.open { box-shadow: var(--sh-2); border-color: var(--gold); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: var(--s-4); padding: var(--s-6); font-family: var(--font-display); font-weight: 800; font-size: 16.5px; text-align: start; }
.faq-q .ic { flex-shrink: 0; width: 34px; height: 34px; border-radius: 10px; background: var(--red-050); color: var(--red); display: grid; place-items: center; transition: transform .3s var(--ease), background .3s, color .3s; }
.faq-item.open .faq-q .ic { background: var(--grad); color: #fff; transform: rotate(135deg); }
.faq-q .ic svg { width: 18px; height: 18px; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq-a__inner { padding: 0 var(--s-6) var(--s-6); color: var(--muted); font-size: 15px; line-height: 1.75; }

/* =========================================================================
   CONTACT
   ========================================================================= */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(32px, 4vw, 56px); align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: var(--s-4); }
.ci-card {
  display: flex; align-items: center; gap: var(--s-4);
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r); padding: var(--s-6);
  transition: transform .25s var(--ease), box-shadow .25s, border-color .25s;
}
.ci-card:hover { transform: translateY(-3px); box-shadow: var(--sh-2); border-color: var(--gold); }
.ci-card__ic { width: 56px; height: 56px; border-radius: 16px; background: var(--grad-soft); color: var(--red); display: grid; place-items: center; flex-shrink: 0; }
.ci-card:nth-child(even) .ci-card__ic { color: var(--gold-600); }
.ci-card__ic svg { width: 26px; height: 26px; }
.ci-card small { display: block; color: var(--muted); font-size: 13px; }
.ci-card .v { font-family: var(--font-display); font-weight: 800; font-size: 17px; }
.ci-card .v.ltr { direction: ltr; }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(24px, 3vw, 40px); box-shadow: var(--sh-2); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-4); }
.field { margin-block-end: var(--s-4); }
.field label { display: block; font-family: var(--font-display); font-weight: 700; font-size: 14px; margin-block-end: 8px; }
.field label .req { color: var(--red); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 16px;
  border: 1.5px solid var(--line); border-radius: 12px;
  background: var(--surface-2); transition: border-color .2s, background .2s, box-shadow .2s;
  font-size: 15px;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--red); background: #fff;
  box-shadow: 0 0 0 4px var(--red-050);
}
.field input::placeholder, .field textarea::placeholder { color: #A9A9B6; }
.form-note { font-size: 13px; color: var(--muted); margin-block-start: var(--s-4); display: flex; align-items: center; gap: 8px; }
.form-note svg { width: 16px; height: 16px; color: #16a34a; }
.form-success {
  display: none; align-items: center; gap: 12px;
  background: #F0FDF4; border: 1px solid #BBF7D0; color: #166534;
  padding: var(--s-4) var(--s-6); border-radius: var(--r); margin-block-end: var(--s-6); font-size: 14.5px;
}
.form-success.show { display: flex; }
.form-success svg { width: 22px; height: 22px; flex-shrink: 0; }

.map-embed { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--sh-1); margin-block-start: var(--s-8); }
.map-embed .ph {
  aspect-ratio: 21/9; background: linear-gradient(150deg, var(--surface-3), #DDD);
  display: grid; place-items: center; color: var(--muted); text-align: center; gap: 8px;
}
.map-embed .ph svg { width: 44px; height: 44px; opacity: .5; }

/* =========================================================================
   ABOUT — value cards, mission
   ========================================================================= */
.vals { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-6); }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-6); }
.val { text-align: center; padding: var(--s-8) var(--s-6); background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); transition: transform .3s var(--ease), box-shadow .3s; }
.val:hover { transform: translateY(-6px); box-shadow: var(--sh-2); }
.val__ic { width: 68px; height: 68px; margin-inline: auto; border-radius: 20px; background: var(--grad-soft); color: var(--red); display: grid; place-items: center; margin-block-end: var(--s-4); }
.val__ic svg { width: 32px; height: 32px; }
.val h4 { font-size: 18px; margin-block-end: 8px; }
.val p { color: var(--muted); font-size: 14.5px; }

/* =========================================================================
   Reveal animation base (JS toggles .in)
   ========================================================================= */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }
.reveal[data-d="5"] { transition-delay: .40s; }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 1080px){
  .nav { display: none; }
  .burger { display: grid; }
  /* mobile header: logo on the LEFT, menu icon on the RIGHT (LTR bar in both languages) */
  .header .container { direction: ltr; justify-content: space-between; gap: var(--s-4); }
  .header__cta { gap: var(--s-3); }
  .header__cta .btn--hero { display: none; }
  .why { grid-template-columns: 1fr; }
  .why__media { max-width: 460px; }
  .coverage { grid-template-columns: 1fr; }
  .cta__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: var(--s-10) var(--s-8); }
}
@media (max-width: 960px){
  .hero__inner { grid-template-columns: 1fr; }
  .hero__visual { max-width: 520px; margin-inline: auto; width: 100%; }
  .stats { margin-block-start: calc(var(--s-12) * -1); }
  /* more breathing room between the counters on mobile */
  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: var(--s-12) var(--s-10); }
  .stat:nth-child(2)::after { display: none; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .fcards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: var(--s-10) var(--s-6); }
  .step:not(:last-child)::after { display: none; }
  .tst-grid { grid-template-columns: 1fr; }
  .vals { grid-template-columns: repeat(2, 1fr); }   /* 3 -> 2 columns on tablet/mobile */
  .cities { grid-template-columns: repeat(2, 1fr); }
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .layout-2 { grid-template-columns: 1fr; }
  .aside { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  /* language switch STAYS in the header on mobile (compact), call/request buttons hide */
  .header__cta .btn { display: none; }
  .lang { display: inline-flex; padding: 3px; }
  .lang button { padding: 6px 11px; font-size: 12.5px; }
}
@media (max-width: 640px){
  .brand img { height: 56px; }
  .svc-grid, .fcards, .steps, .gallery, .form-row { grid-template-columns: 1fr; }
  .cities { grid-template-columns: 1fr 1fr; }
  .vals { grid-template-columns: 1fr 1fr; }   /* keep 2 columns on phones */
  .grid-2 { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  /* remove floating WhatsApp / Call buttons on mobile (sticky bottom bar covers this) */
  .floaters { display: none; }
  .mobile-bar { display: flex; }
  .hero__chip { inset-inline-start: 50%; transform: translateX(-50%); inset-block-end: -26px; }
  .hero__chip--tr { display: none; }
  .cta__phone .num { font-size: 18px; }
  .stat__n { font-size: 30px; }
  .section-head { margin-block-end: var(--s-8); }
}
@media (max-width: 430px){
  /* .vals stays 2 columns on phones as requested */
  .cities { grid-template-columns: 1fr 1fr; }
  .lang button { padding: 6px 9px; font-size: 12px; }
  .brand img { height: 50px; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce){
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* print-ish safety */
@media print { .header, .floaters, .mobile-bar, .topbar { display: none !important; } }

/* =========================================================================
   ROUND 1 ENHANCEMENTS (logo, burger, submenu, badges, topbar, brands, gallery)
   ========================================================================= */

/* --- Logo: bigger on desktop, 70px on mobile --- */
.brand img { height: 84px; }
@media (max-width: 900px){ .brand img { height: 74px; } }
@media (max-width: 640px){ .brand img { height: 70px; } }
@media (max-width: 430px){ .brand img { height: 64px; } }

/* --- Better mobile menu (burger) icon --- */
.burger { width: 48px; height: 48px; border-radius: 14px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-1); transition: border-color .2s, box-shadow .2s; }
.burger span { background: var(--ink-2); }
.burger:hover { border-color: var(--red); box-shadow: var(--sh-2); }
.burger:hover span { background: var(--red); }

/* --- Language switch: keep it only in the drawer on mobile (remove from header) --- */
@media (max-width: 960px){ .header__cta .lang { display: none; } }

/* --- Top bar: keep phone + "Available 24/7" (icon + text) on one line --- */
.topbar__left, .topbar__right { flex-wrap: nowrap; }
.topbar a, .topbar__left > span, .topbar__right .tb-tag { white-space: nowrap; }
.topbar svg { flex-shrink: 0; }

/* --- Route badges (Two-way / Most requested) stay inline (no wrap) --- */
.route-svc__tag, .route-svc__tag span, .rcard__tag, .rcard__tag span { white-space: nowrap; }

/* --- Arabic sub-menu (mega) fix: anchor to the header container and centre it,
       so the wide panel never overflows the viewport in RTL or LTR --- */
.header .container { position: relative; }
.has-mega { position: static; }
.mega { inset-inline: auto; left: 50%; right: auto; inset-block-start: calc(100% + 14px); }
.mega::before { display: none; }

/* --- Car brands marquee (auto-scroll, premium feel) --- */
.brands { padding-block: clamp(40px, 5vw, 66px); }
.brands__marquee {
  position: relative; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.brands__track {
  display: flex; align-items: center; gap: clamp(30px, 4vw, 60px);
  width: max-content; animation: brands-scroll 55s linear infinite;
}
.brands__marquee:hover .brands__track { animation-play-state: paused; }
.brands__track img {
  height: 42px; width: auto; object-fit: contain; flex-shrink: 0;
  filter: grayscale(1); opacity: .62; transition: filter .3s, opacity .3s;
}
.brands__track img:hover { filter: grayscale(0); opacity: 1; }
@keyframes brands-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 640px){ .brands__track img { height: 34px; } }

/* --- Home gallery (image placeholders) --- */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-4); }
.gallery-cell {
  aspect-ratio: 4/3; border-radius: var(--r-lg);
  background: var(--surface-2); border: 1px solid var(--line);
  display: grid; place-items: center; overflow: hidden; position: relative;
}
.gallery-cell img { width: 100%; height: 100%; object-fit: cover; }
.gallery-cell .ph { display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; text-align: center; padding: 10px; }
.gallery-cell .ph svg { width: 30px; height: 30px; opacity: .5; }
@media (max-width: 900px){ .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
