/* ============================================================
   Best Taxi Driver — Redesign
   Palette : noir premium + or/jaune taxi
   ============================================================ */

:root {
  --bg:        #0d0d0f;
  --bg-2:      #131318;
  --bg-3:      #1a1a21;
  --surface:   #17171d;
  --border:    #2a2a33;
  --text:      #f4f4f6;
  --muted:     #a5a5b3;
  --muted-2:   #7c7c8a;
  --gold:      #f5c518;
  --gold-2:    #ffd84d;
  --gold-soft: rgba(245,197,24,.12);
  --wa:        #25d366;
  --wa-dark:   #1da851;
  --radius:    16px;
  --radius-sm: 10px;
  --shadow:    0 20px 50px -20px rgba(0,0,0,.7);
  --shadow-gold: 0 14px 34px -14px rgba(245,197,24,.5);
  --maxw:      1180px;
  --ease:      cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, .brand-text { font-family: 'Sora', 'Inter', sans-serif; letter-spacing: -.02em; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

/* ---------- Buttons ---------- */
.btn {
  --pad-y: 13px; --pad-x: 22px;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: var(--pad-y) var(--pad-x);
  font-family: 'Sora', sans-serif; font-weight: 600; font-size: 15px;
  border: 1px solid transparent; border-radius: 999px; cursor: pointer;
  transition: transform .18s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s;
  white-space: nowrap; line-height: 1;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-sm { --pad-y: 10px; --pad-x: 16px; font-size: 14px; }
.btn-lg { --pad-y: 16px; --pad-x: 30px; font-size: 16px; }
.btn-block { width: 100%; }

.btn-primary { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #1a1400; box-shadow: var(--shadow-gold); }
.btn-primary:hover { box-shadow: 0 18px 40px -12px rgba(245,197,24,.6); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--border); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-outline { background: transparent; color: var(--text); border-color: rgba(255,255,255,.25); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-whatsapp { background: var(--wa); color: #04310f; }
.btn-whatsapp:hover { background: #2ee06f; box-shadow: 0 14px 30px -12px rgba(37,211,102,.55); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(13,13,15,.78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; gap: 22px; height: 70px; }
.brand { display: flex; align-items: center; gap: 10px; margin-inline-end: auto; }
.brand-logo { height: 46px; width: auto; display: block; }
.brand-text { font-size: 19px; font-weight: 700; color: var(--text); }
.brand-text strong { color: var(--gold); font-weight: 800; }
.footer-logo { height: 54px; width: auto; display: block; margin-bottom: 4px; }

.nav { display: flex; gap: 26px; }
.nav a { font-size: 15px; color: var(--muted); font-weight: 500; transition: color .2s; position: relative; }
.nav a:hover { color: var(--text); }
.nav a::after { content: ''; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--gold); transition: width .25s var(--ease); }
.nav a:hover::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 12px; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; width: 42px; height: 42px; border: 1px solid var(--border); border-radius: 10px; background: transparent; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle span { width: 20px; height: 2px; background: var(--text); border-radius: 2px; transition: .25s var(--ease); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav { display: none; flex-direction: column; gap: 4px; padding: 0 22px; max-height: 0; overflow: hidden; transition: max-height .35s var(--ease), padding .35s var(--ease); border-bottom: 1px solid transparent; }
.mobile-nav.open { max-height: 420px; padding: 14px 22px 22px; border-bottom-color: var(--border); }
.mobile-nav a { padding: 13px 4px; color: var(--muted); font-weight: 500; border-bottom: 1px solid var(--border); }
.mobile-nav a.btn { border: none; margin-top: 12px; color: #1a1400; justify-content: center; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 60px 0 70px; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(90deg, rgba(13,13,15,.97) 0%, rgba(13,13,15,.9) 38%, rgba(13,13,15,.62) 68%, rgba(13,13,15,.5) 100%),
    radial-gradient(900px 500px at 82% -10%, rgba(245,197,24,.14), transparent 60%),
    url('assets/car.jpg') center right / cover no-repeat,
    var(--bg);
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, var(--bg-2) 100%);
}
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--gold); background: var(--gold-soft); border: 1px solid rgba(245,197,24,.25); padding: 7px 14px; border-radius: 999px; margin-bottom: 20px; }
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--wa); box-shadow: 0 0 0 0 rgba(37,211,102,.6); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.55);} 70% { box-shadow: 0 0 0 8px rgba(37,211,102,0);} 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0);} }

.hero-copy h1 { font-size: clamp(2.1rem, 4.4vw, 3.4rem); font-weight: 800; line-height: 1.08; margin-bottom: 18px; }
.hero-copy h1 .hl { color: var(--gold); }
.lead { font-size: clamp(1rem, 1.4vw, 1.16rem); color: var(--muted); max-width: 540px; margin-bottom: 28px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }

.hero-trust { display: flex; gap: 34px; flex-wrap: wrap; }
.trust-item { display: flex; flex-direction: column; }
.trust-item strong { font-family: 'Sora'; font-size: 1.5rem; font-weight: 700; color: var(--text); }
.trust-item span { font-size: 13px; color: var(--muted-2); }

/* ---------- Hero booking card ---------- */
.hero-card {
  position: relative; z-index: 1;
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
  border: 1px solid var(--border); border-radius: 22px; padding: 26px;
  box-shadow: var(--shadow);
}
.hero-card::before {
  content: ''; position: absolute; inset: 0; border-radius: 22px; padding: 1px;
  background: linear-gradient(135deg, rgba(245,197,24,.5), transparent 40%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.card-head h2 { font-size: 1.35rem; margin-bottom: 6px; }
.card-head p { font-size: 14px; color: var(--muted); margin-bottom: 18px; }

/* ---------- Form ---------- */
.booking-form { display: flex; flex-direction: column; gap: 13px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field-row-3 { grid-template-columns: 1fr 1fr 1fr; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field > span { font-size: 12.5px; font-weight: 600; color: var(--muted); letter-spacing: .01em; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 13px; font-family: inherit; font-size: 14.5px;
  color: var(--text); background: var(--bg-3); border: 1px solid var(--border);
  border-radius: var(--radius-sm); transition: border-color .2s, box-shadow .2s, background .2s;
}
.field textarea { resize: vertical; min-height: 46px; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft); background: #1e1e26;
}
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23a5a5b3' stroke-width='2'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 34px; }
/* dark date/time icons */
.field input[type="date"]::-webkit-calendar-picker-indicator,
.field input[type="time"]::-webkit-calendar-picker-indicator { filter: invert(.7); cursor: pointer; }
.field input:invalid { box-shadow: none; }
.field.error input, .field.error select { border-color: #ff5c5c; box-shadow: 0 0 0 3px rgba(255,92,92,.15); }

/* Autocomplétion d'adresse */
.field.has-ac { position: relative; }
.ac-menu { position: absolute; top: 100%; left: 0; right: 0; margin-top: 5px; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow); z-index: 90; max-height: 264px; overflow-y: auto; }
.ac-item { display: flex; align-items: flex-start; gap: 9px; width: 100%; padding: 10px 12px; background: transparent; border: none; border-bottom: 1px solid var(--border); text-align: left; cursor: pointer; color: var(--text); font-family: 'Inter', sans-serif; }
.ac-item:last-child { border-bottom: none; }
.ac-item:hover, .ac-item.active { background: var(--bg-3); }
.ac-item > svg { color: var(--gold); margin-top: 2px; flex: 0 0 auto; }
.ac-item span { display: flex; flex-direction: column; line-height: 1.3; min-width: 0; }
.ac-item strong { font-weight: 600; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ac-item small { font-size: 12px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
[dir="rtl"] .ac-item { text-align: right; }

/* Estimation prix */
.estimate { display: flex; flex-direction: column; gap: 10px; }
.estimate-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 14px; background: var(--bg-3); color: var(--gold); border: 1px dashed rgba(245,197,24,.45); border-radius: var(--radius-sm); font-family: 'Sora', sans-serif; font-weight: 600; font-size: 14.5px; cursor: pointer; transition: background .2s, border-color .2s; }
.estimate-btn:hover { background: #20202a; border-color: var(--gold); }
.estimate-result { border-radius: var(--radius-sm); padding: 12px 14px; font-size: 14px; }
.estimate-result.loading { background: var(--bg-3); color: var(--muted); border: 1px solid var(--border); }
.estimate-result.err { background: rgba(255,92,92,.08); color: #ff9b9b; border: 1px solid rgba(255,92,92,.3); }
.estimate-result.ok { background: var(--gold-soft); border: 1px solid rgba(245,197,24,.35); }
.est-figures { display: flex; align-items: center; gap: 14px; }
.est-item { display: flex; flex-direction: column; }
.est-item small { font-size: 11.5px; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .03em; }
.est-item strong { font-family: 'Sora', sans-serif; font-size: 1.15rem; color: var(--text); }
.est-price strong { color: var(--gold); }
.est-sep { color: var(--muted-2); font-size: 1.2rem; }
.est-note { font-size: 11.5px; color: var(--muted-2); margin-top: 6px; }

.form-note { font-size: 12px; color: var(--muted-2); text-align: center; margin-top: 4px; }
.form-status { font-size: 13.5px; text-align: center; font-weight: 600; min-height: 0; transition: .2s; }
.form-status.show { margin-top: 6px; }
.form-status.ok { color: var(--wa); }
.form-status.err { color: #ff6b6b; }

/* ---------- Logo strip ---------- */
.logo-strip { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-2); }
.strip-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px 30px; padding: 20px 22px; }
.strip-inner span { font-size: 14px; color: var(--muted); font-weight: 500; }

/* ---------- Sections ---------- */
.section { padding: 88px 0; }
.section-alt { background: var(--bg-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 52px; }
.tag { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--gold); background: var(--gold-soft); border: 1px solid rgba(245,197,24,.25); padding: 6px 14px; border-radius: 999px; margin-bottom: 16px; }
.tag-light { color: #1a1400; background: var(--gold); border-color: var(--gold); }
.section-head h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 700; margin-bottom: 12px; }
.section-head p { color: var(--muted); font-size: 1.05rem; }

/* ---------- Services ---------- */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; transition: transform .25s var(--ease), border-color .25s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.service-card:hover { transform: translateY(-6px); border-color: rgba(245,197,24,.4); box-shadow: var(--shadow); }
.service-media { position: relative; height: 158px; overflow: hidden; }
.service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.service-card:hover .service-media img { transform: scale(1.06); }
.service-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(23,23,29,.85)); }
.service-body { padding: 22px 22px 26px; display: flex; flex-direction: column; flex-grow: 1; }
.service-ico { position: relative; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: var(--gold-soft); color: var(--gold); margin: -46px 0 16px; border: 1px solid rgba(245,197,24,.3); backdrop-filter: blur(4px); z-index: 1; }
.service-card h3 { font-size: 1.18rem; margin-bottom: 9px; }
.service-card p { color: var(--muted); font-size: 14.5px; margin-bottom: 18px; flex-grow: 1; }
.link-arrow { color: var(--gold); font-weight: 600; font-size: 14.5px; transition: gap .2s; }
.link-arrow:hover { text-decoration: underline; }

/* ---------- Why ---------- */
.why-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.why-copy h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin-bottom: 14px; }
.why-lead { color: var(--muted); margin-bottom: 26px; font-size: 1.05rem; }
.why-list { list-style: none; display: flex; flex-direction: column; gap: 16px; margin-bottom: 30px; }
.why-list li { position: relative; padding-left: 34px; color: var(--muted); font-size: 15px; }
.why-list li strong { color: var(--text); font-weight: 600; }
.why-list li::before { content: '✓'; position: absolute; left: 0; top: -1px; width: 22px; height: 22px; display: grid; place-items: center; background: var(--gold); color: #1a1400; border-radius: 50%; font-size: 13px; font-weight: 800; }

.why-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 20px; text-align: center; transition: transform .25s var(--ease), border-color .25s; }
.stat-card:hover { transform: translateY(-4px); border-color: rgba(245,197,24,.4); }
.stat-card:nth-child(odd) { transform: translateY(14px); }
.stat-card:nth-child(odd):hover { transform: translateY(10px); }
.stat-num { display: block; font-family: 'Sora'; font-size: 2.1rem; font-weight: 800; color: var(--gold); margin-bottom: 4px; }
.stat-label { font-size: 13.5px; color: var(--muted); }

/* ---------- Destinations ---------- */
.dest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.dest-card { position: relative; height: 210px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); display: block; }
.dest-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.dest-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,13,15,.05) 30%, rgba(13,13,15,.9)); }
.dest-card:hover img { transform: scale(1.07); }
.dest-card:hover { border-color: rgba(245,197,24,.5); }
.dest-label { position: absolute; left: 18px; bottom: 16px; z-index: 1; display: flex; flex-direction: column; }
.dest-label strong { font-family: 'Sora'; font-size: 1.35rem; font-weight: 700; color: #fff; }
.dest-label small { font-size: 13px; color: var(--gold); font-weight: 600; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 34px 26px; }
.step-num { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #1a1400; font-family: 'Sora'; font-weight: 800; font-size: 1.2rem; margin-bottom: 18px; box-shadow: var(--shadow-gold); }
.step h3 { font-size: 1.2rem; margin-bottom: 9px; }
.step p { color: var(--muted); font-size: 14.5px; }

/* ---------- CTA / Contact ---------- */
.section-cta { background: radial-gradient(800px 400px at 80% 0%, rgba(245,197,24,.1), transparent 60%), var(--bg-2); }
.cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: center; }
.cta-copy h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 12px; }
.cta-copy > p { color: var(--muted); margin-bottom: 26px; font-size: 1.05rem; }
.contact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-item { display: flex; align-items: center; gap: 14px; padding: 16px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); transition: border-color .2s, transform .2s; }
a.contact-item:hover { border-color: rgba(245,197,24,.4); transform: translateY(-2px); }
.ci-ico { font-size: 1.35rem; }
.contact-item span:last-child { display: flex; flex-direction: column; font-weight: 600; font-size: 14.5px; }
.contact-item small { font-size: 12px; color: var(--muted-2); font-weight: 500; }

.cta-box { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 30px; box-shadow: var(--shadow); }
.cta-box h3 { font-size: 1.35rem; margin-bottom: 8px; }
.cta-box p { color: var(--muted); font-size: 14.5px; margin-bottom: 20px; }
.cta-box .btn { margin-bottom: 12px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg); border-top: 1px solid var(--border); padding-top: 56px; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 34px; padding-bottom: 40px; }
.footer-brand .brand-text { font-size: 20px; }
.footer-brand p { color: var(--muted); font-size: 14px; margin-top: 12px; max-width: 300px; }
.footer-col h4 { font-size: 14px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted-2); margin-bottom: 16px; }
.footer-col a, .footer-addr { display: block; color: var(--muted); font-size: 14.5px; margin-bottom: 11px; transition: color .2s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; padding: 22px; border-top: 1px solid var(--border); font-size: 13px; color: var(--muted-2); }

/* ---------- Floating WhatsApp ---------- */
.fab-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 70; width: 58px; height: 58px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(37,211,102,.6); animation: fab-in .4s var(--ease) both; transition: transform .2s; }
.fab-whatsapp:hover { transform: scale(1.08); }
@keyframes fab-in { from { transform: scale(0); } to { transform: scale(1); } }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Language switcher ---------- */
.lang-switch { position: relative; }
.lang-btn { display: inline-flex; align-items: center; gap: 6px; padding: 9px 12px; background: transparent; border: 1px solid var(--border); border-radius: 999px; color: var(--text); font-family: 'Sora', sans-serif; font-weight: 600; font-size: 14px; cursor: pointer; transition: border-color .2s, color .2s; }
.lang-btn:hover { border-color: var(--gold); color: var(--gold); }
.lang-caret { transition: transform .25s var(--ease); }
.lang-switch.open .lang-caret { transform: rotate(180deg); }
.lang-menu { position: absolute; top: calc(100% + 8px); right: 0; min-width: 172px; background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 6px; box-shadow: var(--shadow); list-style: none; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s; z-index: 80; }
.lang-switch.open .lang-menu { opacity: 1; visibility: visible; transform: none; }
.lang-menu li { margin: 0; }
.lang-menu button { display: flex; align-items: center; gap: 10px; width: 100%; padding: 10px 12px; background: transparent; border: none; border-radius: 8px; color: var(--muted); font-family: 'Inter', sans-serif; font-size: 14.5px; text-align: left; cursor: pointer; transition: background .15s, color .15s; }
.lang-menu button:hover { background: var(--bg-3); color: var(--text); }
.lang-menu button.active { color: var(--gold); }
.lm-code { display: inline-grid; place-items: center; min-width: 30px; height: 24px; padding: 0 6px; border-radius: 6px; background: var(--gold-soft); color: var(--gold); font-family: 'Sora', sans-serif; font-weight: 700; font-size: 12px; }

/* ---------- RTL (Arabic) ---------- */
[dir="rtl"] body { font-family: 'Cairo', 'Inter', system-ui, sans-serif; }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] h4 { font-family: 'Cairo', 'Sora', sans-serif; letter-spacing: 0; }
[dir="rtl"] .lang-menu { right: auto; left: 0; }
[dir="rtl"] .lang-menu button { text-align: right; }
[dir="rtl"] .nav a::after { left: auto; right: 0; }
[dir="rtl"] .why-list li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .why-list li::before { left: auto; right: 0; }
[dir="rtl"] .service-body { text-align: right; }
[dir="rtl"] .service-ico { margin-left: auto; margin-right: 0; }
[dir="rtl"] .dest-label { left: auto; right: 18px; }
[dir="rtl"] .field select { background-position: left 12px center; padding-right: 13px; padding-left: 34px; }
[dir="rtl"] .contact-item span:last-child { text-align: right; }
[dir="rtl"] .hero-bg { background:
    linear-gradient(270deg, rgba(13,13,15,.97) 0%, rgba(13,13,15,.9) 38%, rgba(13,13,15,.62) 68%, rgba(13,13,15,.5) 100%),
    radial-gradient(900px 500px at 18% -10%, rgba(245,197,24,.14), transparent 60%),
    url('assets/car.jpg') center left / cover no-repeat,
    var(--bg); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .why-inner, .cta-inner { grid-template-columns: 1fr; gap: 40px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .dest-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .nav { display: none; }
}
@media (max-width: 760px) {
  .header-actions .btn-ghost { display: none; }
  .nav-toggle { display: flex; }
  .mobile-nav { display: flex; }
  .steps { grid-template-columns: 1fr; }
  .contact-list { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .hero { padding: 40px 0 54px; }
}
@media (max-width: 520px) {
  .services-grid { grid-template-columns: 1fr; }
  .dest-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .field-row, .field-row-3 { grid-template-columns: 1fr; }
  .hero-trust { gap: 22px; }
  .header-actions .btn-sm.btn-primary { display: none; }
  .hero-card { padding: 20px; }
}
