:root {
  --bg: #0a0b0d;
  --bg-2: #111317;
  --bg-3: #171a1f;
  --text: #f7f7f5;
  --muted: #a6a9af;
  --line: rgba(255,255,255,.12);
  --light: #f5f4f0;
  --ink: #111317;
  --accent: #EFBF04;
  --accent-dark: #8fcf24;
  --gold: #d6b779;
  --radius: 24px;
  --container: 1380px;
  --shadow: 0 28px 80px rgba(0,0,0,.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-ar), system-ui, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button,input,select,textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; height: auto; }
::selection { background: var(--accent); color: var(--ink); }
.skip-link { position: fixed; inset-inline-start: 12px; top: -50px; z-index: 999; background: var(--accent); color: var(--ink); padding: 10px 16px; border-radius: 12px; }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.page-pad { padding: 150px 0; }
.light-section { background: var(--light); color: var(--ink); }
.dark-section { background: var(--bg); color: var(--text); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; letter-spacing: .08em; color: var(--muted); text-transform: uppercase; }
.eyebrow::before { content: ''; width: 26px; height: 1px; background: currentColor; }
.section-header { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }
.section-header h2 { margin: 12px 0 0; font-size: clamp(34px, 4.2vw, 64px); line-height: 1.05; letter-spacing: -.04em; max-width: 860px; }
.section-header p { color: #62666d; line-height: 1.9; max-width: 680px; font-size: 16px; }
.dark-section .section-header p { color: var(--muted); }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: 14px; padding-bottom: 4px; border-bottom: 1px solid currentColor; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; border: 1px solid transparent; padding: 0 24px; font-weight: 600; transition: transform .25s ease, background .25s ease, border-color .25s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-accent { background: var(--accent); color: var(--ink); }
.btn-accent:hover { background: #c5ff5b; }
.btn-outline { border-color: rgba(255,255,255,.35); color: var(--text); background: rgba(255,255,255,.04); backdrop-filter: blur(10px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-small { min-height: 42px; padding-inline: 18px; font-size: 13px; }

/* Header */
.site-header { position: fixed; z-index: 100; top: 0; width: 100%; padding: 18px 24px; transition: padding .3s ease, background .3s ease; }
.site-header::before { content: ''; position: absolute; inset: 0 18px; background: transparent; border: 1px solid transparent; border-radius: 18px; transition: .35s ease; pointer-events: none; }
.site-header.is-scrolled { padding-top: 10px; }
.site-header.is-scrolled::before { background: rgba(12,14,17,.78); border-color: var(--line); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: 0 12px 50px rgba(0,0,0,.18); }
.nav-shell { position: relative; z-index: 2; width: min(100%, var(--container)); margin: auto; min-height: 52px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { justify-self: start; display: inline-flex; align-items: center; gap: 10px; direction: ltr; }
.brand-mark { width: 37px; height: 37px; border-radius: 12px; display: grid; place-items: center; background: var(--accent); color: var(--ink); }
.brand-mark svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: flex; flex-direction: column; line-height: .9; font-family: var(--font-en), sans-serif; letter-spacing: -.02em; }
.brand-copy strong { font-size: 15px; }
.brand-copy small { font-size: 8px; letter-spacing: .2em; margin-top: 6px; color: var(--muted); }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; color: rgba(255,255,255,.82); }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a::after { content: ''; position: absolute; right: 0; bottom: 3px; width: 0; height: 1px; background: var(--accent); transition: width .25s ease; }
.desktop-nav a:hover::after { width: 100%; }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 12px; direction: ltr; }
.lang-switch { border: 0; background: transparent; font-family: var(--font-en), var(--font-ar); font-size: 11px; letter-spacing: .05em; cursor: pointer; opacity: .85; }
.lang-switch span { opacity: .35; margin: 0 2px; }
.menu-toggle { display: none; width: 44px; height: 44px; background: rgba(255,255,255,.07); border: 1px solid var(--line); border-radius: 14px; align-items: center; justify-content: center; flex-direction: column; gap: 6px; cursor: pointer; }
.menu-toggle span { width: 18px; height: 1px; background: #fff; }
.mobile-menu { display: none; }

/* Hero */
.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; padding: 150px 0 48px; overflow: hidden; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -3; background-image: url('https://carrentincairo.com/wp-content/uploads/2026/09/2021_11_21_18_22_52_429.jpg'); background-size: cover; background-position: center; transform: scale(1.06); animation: heroZoom 14s ease-out both; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(6,7,9,.2), rgba(6,7,9,.82) 70%, rgba(6,7,9,.94)), linear-gradient(0deg, rgba(5,6,7,.94), transparent 55%); }
.hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 20% 30%, transparent, rgba(0,0,0,.34) 75%); }
@keyframes heroZoom { from { transform: scale(1.12); } to { transform: scale(1.02); } }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(380px,.72fr); gap: 70px; align-items: end; }
.hero-copy { padding-bottom: 16px; }
.hero-kicker { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.72); font-size: 13px; margin-bottom: 20px; }
.hero-kicker i { width: 34px; height: 1px; background: var(--accent); }
.hero h1 { font-size: clamp(46px, 5.5vw, 78px); line-height: 1.16; letter-spacing: 0; margin: 0; max-width: 900px; text-wrap: balance; }
.hero h1 em { font-style: normal; color: var(--accent); }
.hero-copy > p { max-width: 660px; font-size: clamp(16px,1.45vw,21px); line-height: 1.9; color: rgba(255,255,255,.74); margin: 26px 0 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-proof { display: flex; gap: 28px; margin-top: 40px; color: rgba(255,255,255,.62); font-size: 12px; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: '✓'; width: 20px; height: 20px; border: 1px solid rgba(183,243,74,.45); border-radius: 50%; display: grid; place-items: center; color: var(--accent); font-size: 10px; }
.scroll-cue { position: absolute; left: 26px; bottom: 40px; writing-mode: vertical-rl; transform: rotate(180deg); font-family: var(--font-en); letter-spacing: .15em; font-size: 9px; opacity: .55; }

/* Booking */
.booking-widget { background: rgba(17,19,23,.74); border: 1px solid rgba(255,255,255,.16); border-radius: 28px; padding: 24px; backdrop-filter: blur(22px); box-shadow: var(--shadow); }
.booking-head { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; margin-bottom: 20px; }
.booking-head h2 { font-size: 21px; margin: 7px 0 0; letter-spacing: -.02em; }
.request-badge { font-size: 10px; padding: 7px 10px; border-radius: 99px; border: 1px solid rgba(183,243,74,.28); color: var(--accent); background: rgba(183,243,74,.06); white-space: nowrap; }
.booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.booking-grid label { display: flex; flex-direction: column; gap: 7px; }
.booking-grid label > span { color: rgba(255,255,255,.55); font-size: 10px; }
.booking-grid input,.booking-grid select,.booking-grid textarea { width: 100%; min-height: 48px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; color: #fff; background: rgba(255,255,255,.055); padding: 0 13px; outline: none; transition: border-color .2s, background .2s; }
.booking-grid textarea { padding-top: 12px; resize: vertical; }
.booking-grid input:focus,.booking-grid select:focus,.booking-grid textarea:focus { border-color: rgba(183,243,74,.65); background: rgba(255,255,255,.075); }
.booking-grid option { color: #111; }
.booking-grid input[type=date] { color-scheme: dark; }
.notes-field { grid-column: 1/-1; }
.booking-submit { grid-column: 1/-1; margin-top: 2px; }
.booking-note { margin: 13px 2px 0; color: rgba(255,255,255,.42); font-size: 9px; line-height: 1.7; }

/* Trust */
.trust-strip { border-bottom: 1px solid #dddcd6; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 48px 30px; border-inline-start: 1px solid #dddcd6; }
.trust-item:first-child { border-inline-start: 0; }
.trust-item strong { display: block; font-family: var(--font-en), var(--font-ar); font-size: clamp(30px,3.2vw,48px); line-height: 1; letter-spacing: -.05em; }
.trust-item span { display: block; margin-top: 9px; color: #777b80; font-size: 12px; }

/* Fleet */
.fleet-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.fleet-filters button { border: 1px solid #d6d5cf; background: transparent; color: #60646a; border-radius: 999px; padding: 10px 18px; cursor: pointer; transition: .2s ease; }
.fleet-filters button.active,.fleet-filters button:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.fleet-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.vehicle-card { background: #ecebe6; border-radius: 25px; padding: 18px; overflow: hidden; transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease; }
.vehicle-card:hover { transform: translateY(-7px); box-shadow: 0 24px 55px rgba(0,0,0,.11); }
.vehicle-image-wrap { height: 280px; border-radius: 18px; overflow: hidden; background: #fff; display: grid; place-items: center; }
.vehicle-image-wrap img { width: 100%; height: 100%; object-fit: contain; transition: transform .5s cubic-bezier(.2,.7,.2,1); mix-blend-mode: multiply; }
.vehicle-card:hover .vehicle-image-wrap img { transform: scale(1.055) translateX(-4px); }
.vehicle-meta { display: flex; align-items: center; justify-content: space-between; margin: 18px 4px 8px; color: #6a6d71; font-size: 10px; }
.vehicle-meta small { font-family: var(--font-en); }
.vehicle-title { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 4px; }
.vehicle-title h3 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.vehicle-title p { margin: 4px 0 0; color: #81848a; font: 10px var(--font-en); }
.vehicle-title a { flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-family: var(--font-en); transition: transform .25s, background .25s; }
.vehicle-title a:hover { background: var(--accent-dark); color: var(--ink); transform: rotate(-8deg); }
.vehicle-ideal { color: #66696e; font-size: 12px; line-height: 1.8; margin: 14px 4px 3px; }

/* Service cards */
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.service-card { min-height: 420px; border: 1px solid var(--line); border-radius: 26px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; background: linear-gradient(155deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); transition: transform .35s, border-color .35s; }
.service-card::before { content: ''; position: absolute; width: 220px; height: 220px; border-radius: 50%; border: 1px solid rgba(255,255,255,.05); left: -70px; bottom: -70px; transition: transform .5s; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(183,243,74,.35); }
.service-card:hover::before { transform: scale(1.18); }
.service-card.featured { background: var(--accent); color: var(--ink); border-color: transparent; }
.service-card.featured .service-label,.service-card.featured p { color: rgba(17,19,23,.62); }
.service-card.featured::before { border-color: rgba(17,19,23,.12); }
.service-index { font: 11px var(--font-en); opacity: .5; }
.service-label { color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.service-card h3 { font-size: 31px; line-height: 1.2; margin: 12px 0; letter-spacing: -.035em; }
.service-card p { color: var(--muted); font-size: 13px; line-height: 1.9; }
.service-card .arrow { width: 48px; height: 48px; border-radius: 50%; border: 1px solid currentColor; display: grid; place-items: center; align-self: flex-start; font: 18px var(--font-en); }

/* Chauffeur */
.chauffeur { position: relative; min-height: 850px; overflow: clip; }
.chauffeur-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 850px; }
.chauffeur-media { position: relative; overflow: hidden; }
.chauffeur-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.chauffeur-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,11,13,.25), transparent); }
.chauffeur-content { padding: 150px 8vw 120px; display: flex; flex-direction: column; justify-content: center; }
.chauffeur-content h2 { font-size: clamp(48px,5.6vw,84px); line-height: 1; margin: 18px 0 28px; letter-spacing: -.055em; }
.chauffeur-content > p { max-width: 620px; color: var(--muted); font-size: 17px; line-height: 2; }
.benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 40px; border-top: 1px solid var(--line); }
.benefit-list span { padding: 18px 0; border-bottom: 1px solid var(--line); color: rgba(255,255,255,.78); font-size: 13px; }
.benefit-list span:nth-child(odd) { border-inline-end: 1px solid var(--line); padding-inline-end: 18px; }
.benefit-list span:nth-child(even) { padding-inline-start: 18px; }

/* Why */
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #d9d8d2; border-right: 1px solid #d9d8d2; }
.why-card { padding: 34px; min-height: 220px; border-left: 1px solid #d9d8d2; border-bottom: 1px solid #d9d8d2; display: flex; flex-direction: column; justify-content: space-between; }
.why-card svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.3; opacity: .8; }
.why-card h3 { margin: 28px 0 8px; font-size: 18px; }
.why-card p { margin: 0; color: #71747a; font-size: 12px; line-height: 1.8; }

/* Use cases */
.usecases { padding: 100px 0; }
.usecase-row { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; padding: 70px 0; border-top: 1px solid var(--line); }
.usecase-row:nth-child(even) .usecase-image { order: 2; }
.usecase-image { height: 430px; border-radius: 28px; overflow: hidden; position: relative; }
.usecase-image img { width: 100%; height: 100%; object-fit: cover; }
.usecase-copy .index { color: var(--accent); font: 11px var(--font-en); }
.usecase-copy h3 { font-size: clamp(35px,4vw,58px); margin: 18px 0; letter-spacing: -.04em; }
.usecase-copy p { color: var(--muted); line-height: 2; max-width: 520px; }

/* Process */
.process { display: grid; grid-template-columns: repeat(3,1fr); position: relative; margin-top: 70px; }
.process::before { content: ''; position: absolute; top: 24px; right: 12%; left: 12%; height: 1px; background: #d6d5cf; }
.process-step { position: relative; padding: 0 24px; text-align: center; }
.process-num { width: 48px; height: 48px; border: 1px solid #babcbf; border-radius: 50%; background: var(--light); margin: 0 auto 26px; display: grid; place-items: center; font: 12px var(--font-en); position: relative; z-index: 2; transition: background .25s, color .25s; }
.process-step:hover .process-num { background: var(--ink); color: white; }
.process-step h3 { font-size: 21px; margin: 0 0 10px; }
.process-step p { color: #73767a; font-size: 12px; line-height: 1.9; }

/* CTA */
.premium-cta { padding: 26px; }
.premium-cta-inner { min-height: 620px; border-radius: 32px; position: relative; overflow: hidden; display: grid; place-items: center; text-align: center; padding: 60px 24px; isolation: isolate; background: #0e1013; }
.premium-cta-inner::before { content: ''; position: absolute; inset: 0; z-index: -2; background: url('https://carrentincairo.com/wp-content/uploads/2026/09/WhatsApp-Image-2026-09-05-at-13.57.43-1-768x1024.jpeg') center 58%/cover; opacity: .38; transform: scale(1.03); }
.premium-cta-inner::after { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at center, rgba(7,8,9,.25), rgba(7,8,9,.93)); }
.premium-cta h2 { font-size: clamp(52px,7vw,96px); line-height: .98; letter-spacing: -.06em; margin: 13px auto 22px; max-width: 900px; }
.premium-cta p { color: rgba(255,255,255,.65); max-width: 620px; margin: auto; line-height: 1.9; }
.premium-cta .hero-actions { justify-content: center; margin-top: 28px; }

/* Inner pages */
.page-hero { min-height: 650px; padding: 180px 0 80px; display: flex; align-items: end; position: relative; overflow: hidden; }
.page-hero h1 { font-size: clamp(60px,8vw,112px); line-height: .92; letter-spacing: -.065em; margin: 16px 0 28px; max-width: 1050px; }
.page-hero p { max-width: 680px; color: var(--muted); font-size: 18px; line-height: 2; }
.page-hero .ghost-word { position: absolute; left: -2vw; bottom: -4vw; font: 900 clamp(120px,20vw,330px) var(--font-en); letter-spacing: -.08em; color: rgba(255,255,255,.025); direction: ltr; white-space: nowrap; pointer-events: none; }
.page-hero.split { min-height: 760px; }
.page-hero-split { width: 100%; display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; }
.page-hero-visual { height: 520px; border-radius: 30px; overflow: hidden; position: relative; }
.page-hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.content-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.content-grid .sticky-title { position: sticky; top: 130px; align-self: start; }
.content-grid h2 { font-size: clamp(38px,4vw,60px); margin: 12px 0; letter-spacing: -.04em; }
.rich-copy { color: #5f6368; font-size: 16px; line-height: 2.05; }
.rich-copy p { margin: 0 0 24px; }
.large-stat { font: 700 clamp(80px,10vw,150px) var(--font-en); color: var(--accent-dark); letter-spacing: -.08em; line-height: .9; }
.large-stat-label { color: #64676c; margin-top: 12px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-cards { display: grid; gap: 12px; }
.contact-card { border: 1px solid #dbdad5; border-radius: 22px; padding: 24px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.contact-card span { color: #777a7f; font-size: 11px; }
.contact-card strong { display: block; margin-top: 8px; font-size: 18px; }
.contact-card i { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: white; font-style: normal; }
.contact-form { background: #eae9e4; border-radius: 28px; padding: 32px; }
.contact-form h2 { margin-top: 0; font-size: 31px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; font-size: 11px; color: #6d7075; }
.form-grid input,.form-grid textarea { border: 1px solid #d3d2cc; background: #f7f6f2; color: #111; border-radius: 14px; min-height: 51px; padding: 0 14px; outline: none; }
.form-grid textarea { min-height: 120px; padding-top: 14px; resize: vertical; }
.form-grid .full { grid-column: 1/-1; }
.form-grid input:focus,.form-grid textarea:focus { border-color: #777; }
.map-shell { margin-top: 70px; height: 470px; border-radius: 28px; overflow: hidden; border: 1px solid #d8d7d2; position: relative; }
.map-shell iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.9); }
.map-label { position: absolute; right: 24px; bottom: 24px; background: rgba(10,11,13,.88); color: white; padding: 14px 18px; border-radius: 15px; backdrop-filter: blur(12px); }
.map-label span { display: block; font-size: 10px; color: var(--muted); margin-bottom: 4px; }

/* Footer */
.site-footer { background: #07080a; border-top: 1px solid var(--line); padding: 90px 0 26px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 60px; }
.footer-intro p { color: var(--muted); line-height: 1.9; max-width: 430px; margin-top: 25px; font-size: 13px; }
.footer-top h3 { color: #6f7277; font-size: 10px; margin: 0 0 20px; font-weight: 500; }
.footer-top > div:not(.footer-intro) { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; font-size: 13px; }
.footer-top > div:not(.footer-intro) a:hover { color: var(--accent); }
.footer-top span { color: var(--muted); }
.footer-bottom { margin-top: 70px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #74777d; font-size: 10px; }
.whatsapp-float { position: fixed; z-index: 70; right: 24px; bottom: 24px; height: 52px; padding: 0 18px; border-radius: 99px; background: var(--accent); color: var(--ink); display: flex; align-items: center; gap: 10px; font-weight: 700; box-shadow: 0 14px 40px rgba(0,0,0,.24); }
.whatsapp-float svg { width: 20px; fill: currentColor; }
.mobile-sticky { display: none; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr .8fr; gap: 32px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .fleet-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-top > div:last-child { grid-column: 2/4; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .page-pad { padding: 90px 0; }
  .site-header { padding: 12px 16px; }
  .site-header::before { inset: 0 8px; }
  .nav-shell { display: flex; justify-content: space-between; }
  .desktop-nav,.desktop-whatsapp { display: none; }
  .nav-actions { margin-right: auto; }
  .menu-toggle { display: flex; }
  .brand-copy { display: none; }
  .mobile-menu { position: fixed; inset: 0; background: rgba(7,8,10,.98); z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: 110px 28px 35px; transform: translateY(-104%); transition: transform .55s cubic-bezier(.7,0,.2,1); }
  .mobile-menu.open { transform: none; }
  .mobile-menu nav { display: flex; flex-direction: column; }
  .mobile-menu nav a { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 18px 2px; font-size: clamp(28px,8vw,44px); letter-spacing: -.04em; }
  .mobile-menu nav a span { font: 9px var(--font-en); color: #6e7177; }
  .mobile-menu-footer { margin-top: auto; display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; direction: rtl; }
  .hero { min-height: auto; padding: 140px 0 28px; align-items: stretch; }
  .hero-media { background-position: 40% center; }
  .hero::before { background: linear-gradient(0deg, rgba(6,7,9,.98) 8%, rgba(6,7,9,.72) 62%, rgba(6,7,9,.38)); }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero h1 { font-size: clamp(34px,9vw,48px); line-height: 1.35; letter-spacing: 0; }
  .hero-copy > p { font-size: 15px; margin: 19px 0 23px; }
  .hero-proof { gap: 13px; flex-wrap: wrap; margin-top: 26px; }
  .booking-widget { padding: 18px; border-radius: 22px; }
  .booking-grid { grid-template-columns: 1fr; }
  .notes-field,.booking-submit { grid-column: auto; }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { padding: 30px 18px; border-bottom: 1px solid #dddcd6; }
  .trust-item:nth-child(odd) { border-inline-start: 0; }
  .section-header { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 34px; }
  .section-header h2 { font-size: 39px; }
  .fleet-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: -16px; padding-inline: 16px; gap: 12px; scrollbar-width: none; }
  .fleet-grid::-webkit-scrollbar { display: none; }
  .vehicle-card { flex: 0 0 86vw; max-width: 400px; scroll-snap-align: start; }
  .vehicle-image-wrap { height: 240px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .chauffeur-grid { grid-template-columns: 1fr; min-height: auto; }
  .chauffeur-media { height: 520px; }
  .chauffeur-content { padding: 80px 20px; }
  .benefit-list { grid-template-columns: 1fr; }
  .benefit-list span:nth-child(odd) { border-inline-end: 0; padding-inline-end: 0; }
  .benefit-list span:nth-child(even) { padding-inline-start: 0; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .usecase-row { grid-template-columns: 1fr; gap: 26px; padding: 45px 0; }
  .usecase-row:nth-child(even) .usecase-image { order: 0; }
  .usecase-image { height: 330px; }
  .process { grid-template-columns: 1fr; gap: 0; margin-top: 40px; }
  .process::before { top: 0; bottom: 0; right: 24px; left: auto; width: 1px; height: auto; }
  .process-step { display: grid; grid-template-columns: 48px 1fr; gap: 20px; text-align: right; padding: 0 0 34px; }
  .process-num { margin: 0; }
  .process-step div:last-child { padding-top: 7px; }
  .premium-cta { padding: 12px; }
  .premium-cta-inner { min-height: 540px; border-radius: 25px; }
  .premium-cta h2 { font-size: 52px; }
  .page-hero { min-height: 560px; padding-top: 150px; }
  .page-hero.split { min-height: auto; padding-bottom: 50px; }
  .page-hero-split { grid-template-columns: 1fr; gap: 36px; }
  .page-hero-visual { height: 420px; }
  .content-grid { grid-template-columns: 1fr; gap: 32px; }
  .content-grid .sticky-title { position: static; }
  .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-intro { grid-column: 1/-1; }
  .footer-top > div:last-child { grid-column: auto; }
  .footer-bottom { margin-top: 46px; padding-bottom: 72px; gap: 14px; }
  .whatsapp-float { display: none; }
  .mobile-sticky { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; position: fixed; z-index: 80; bottom: 10px; left: 10px; right: 10px; padding: 7px; background: rgba(12,14,17,.86); border: 1px solid var(--line); border-radius: 20px; backdrop-filter: blur(18px); box-shadow: 0 18px 50px rgba(0,0,0,.35); }
  .mobile-sticky .btn { min-height: 48px; padding: 0 12px; font-size: 11px; }
}

@media (max-width: 520px) {
  .why-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item strong { font-size: 31px; }
  .hero-actions .btn { flex: 1; padding-inline: 14px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-intro,.footer-top > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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

/* ChatGPT Sites static runtime adaptations */
:root { --font-ar: 'Alexandria', 'IBM Plex Sans Arabic', 'Noto Kufi Arabic', system-ui, sans-serif; --font-en: 'Inter', 'Manrope', system-ui, sans-serif; }
[hidden] { display: none !important; }
.why-grid.single { grid-template-columns: 1fr; }
.privacy-note { font-size: 10px; color: #777; line-height: 1.8; margin-bottom: 0; }
.site-toast { position: fixed; z-index: 130; left: 50%; bottom: 92px; transform: translate(-50%, 18px); background: rgba(12,14,17,.94); color: #fff; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 12px 18px; font-size: 12px; opacity: 0; pointer-events: none; transition: .25s ease; box-shadow: 0 16px 50px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.site-toast.show { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 820px) { .site-toast { bottom: 86px; max-width: calc(100% - 36px); text-align: center; } }

/* VIA Limo brand logo — transparent and aligned to the original top-banner footprint */
.brand-logo {
  display: block;
  width: auto;
  height: 84px
  max-width: 118px;
  object-fit: contain;
  object-position: center;
}
.site-header .brand {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
}
.site-footer .brand-logo {
  width: auto;
  height: 104px
  max-width: 148px;
}
@media (max-width: 700px) {
  .brand-logo { width: auto; height: 72px max-width: 102px; }
  .site-footer .brand-logo { width: auto; height: 92px max-width: 132px; }
}


/* Larger VIA Limo branding, kept vertically centered in the top banner */
.site-header .brand-logo {
  width: auto;
  height: 116px
  max-width: 168px;
  object-fit: contain;
}
.site-header .brand {
  min-height: 64px;
  display: inline-flex;
  align-items: center;
}
.site-footer .brand-logo {
  width: auto;
  height: 128px
  max-width: 186px;
}
@media (max-width: 700px) {
  .site-header .brand-logo { height: 92px max-width: 134px; }
  .site-header .brand { min-height: 52px; }
  .site-footer .brand-logo { height: 108px max-width: 156px; }
}

/* Enlarged VIA Limo logo */
.site-header .brand-logo {
  width: auto !important;
  height: 144px!important;
  max-width: 210px !important;
  object-fit: contain;
}
.site-header .brand {
  min-height: 76px !important;
  display: inline-flex;
  align-items: center;
}
.site-footer .brand-logo {
  width: auto !important;
  height: 144px!important;
  max-width: 210px !important;
}
@media (max-width: 700px) {
  .site-header .brand-logo {
    height: 108px!important;
    max-width: 158px !important;
  }
  .site-header .brand {
    min-height: 58px !important;
  }
  .site-footer .brand-logo {
    height: 116px!important;
    max-width: 170px !important;
  }
}


/* Compact top navigation banner
   Keeps the VIA logo prominent while sizing the banner to the navigation links. */
@media (min-width: 769px) {
  .site-header {
    padding: 8px 18px !important;
  }

  .site-header.is-scrolled {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .site-header::before {
    inset: 0 12px !important;
    border-radius: 18px !important;
  }

  .nav-shell {
    min-height: 72px !important;
  }

  .site-header .brand {
    min-height: 72px !important;
    height: 72px !important;
  }

  .site-header .brand-logo {
    width: auto !important;
    height: 72px !important;
    max-width: 190px !important;
    object-fit: contain !important;
  }

  .desktop-nav,
  .nav-actions {
    align-self: center;
  }
}

@media (max-width: 768px) {
  .site-header {
    padding: 8px 12px !important;
  }

  .nav-shell {
    min-height: 58px !important;
  }

  .site-header .brand {
    min-height: 58px !important;
    height: 58px !important;
  }

  .site-header .brand-logo {
    width: auto !important;
    height: 58px !important;
    max-width: 150px !important;
    object-fit: contain !important;
  }
}

/* VIA Limo supplied logo artwork */
.brand-logo {
  object-fit: contain !important;
  object-position: center !important;
}


/* Place the VIA logo visually outside the top navigation banner. */
@media (min-width: 769px) {
  .site-header {
    overflow: visible !important;
  }

  .nav-shell {
    position: relative !important;
  }

  .site-header .brand {
    position: absolute !important;
    right: 18px !important;
    top: calc(100% + 14px) !important;
    z-index: 30 !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .site-header .brand-logo {
    height: 92px !important;
    width: auto !important;
    max-width: 220px !important;
    object-fit: contain !important;
  }

  /* Keep the links centered now that the brand no longer occupies banner space. */
  .desktop-nav {
    margin-inline: auto !important;
  }
}

@media (max-width: 768px) {
  .site-header {
    overflow: visible !important;
  }

  .nav-shell {
    position: relative !important;
  }

  .site-header .brand {
    position: absolute !important;
    right: 8px !important;
    top: calc(100% + 10px) !important;
    z-index: 30 !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .site-header .brand-logo {
    height: 68px !important;
    width: auto !important;
    max-width: 165px !important;
    object-fit: contain !important;
  }
}


/* ===== Reference-style VIA navigation =====
   Replaces the previous detached logo/header treatment. */
.site-header {
  padding: 12px 14px !important;
  overflow: visible !important;
  background: transparent !important;
}

.site-header::before {
  content: "" !important;
  position: absolute !important;
  inset: 12px 14px !important;
  border-radius: 24px !important;
  background:
    linear-gradient(90deg, rgba(239,191,4,.08), transparent 28%),
    #111516 !important;
  border: 1px solid rgba(239,191,4,.28) !important;
  border-bottom: 5px solid #EFBF04 !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.25) !important;
  display: block !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

.nav-shell {
  position: relative !important;
  z-index: 2 !important;
  min-height: 112px !important;
  max-width: none !important;
  width: 100% !important;
  padding: 12px 44px !important;
  display: grid !important;
  grid-template-columns: 270px 250px minmax(520px,1fr) 245px !important;
  align-items: center !important;
  gap: 24px !important;
  direction: ltr !important;
}

/* Logo is back inside the banner, like the reference. */
.site-header .brand {
  position: static !important;
  inset: auto !important;
  width: 270px !important;
  min-height: 88px !important;
  height: 88px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.site-header .brand-logo {
  display: block !important;
  width: auto !important;
  height: 88px !important;
  max-width: 260px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

/* Language + WhatsApp block */
.nav-actions {
  grid-column: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  direction: ltr !important;
}

.lang-switch {
  color: #fff !important;
  font-weight: 700 !important;
}

.lang-switch span {
  color: #EFBF04 !important;
}

.desktop-whatsapp {
  background: #EFBF04 !important;
  color: #111 !important;
  border-color: #EFBF04 !important;
  border-radius: 999px !important;
  min-height: 52px !important;
  padding-inline: 28px !important;
  font-weight: 700 !important;
}

/* Main links centered in the banner. */
.desktop-nav {
  grid-column: 3 !important;
  margin: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: clamp(28px, 3vw, 62px) !important;
  direction: rtl !important;
}

.desktop-nav a {
  color: #f6f2e8 !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: #EFBF04 !important;
}

/* Right-side slogan from the reference image. */
.nav-shell::after {
  content: "#لاتوصى_حريص\A Your Ride, Our Care";
  white-space: pre !important;
  grid-column: 4 !important;
  display: block !important;
  color: #EFBF04 !important;
  font-family: "Alexandria", "Inter", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
  text-align: center !important;
  direction: rtl !important;
  padding-left: 24px !important;
  border-left: 1px solid rgba(239,191,4,.75) !important;
}

.site-header.is-scrolled {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

@media (max-width: 1200px) {
  .nav-shell {
    grid-template-columns: 210px 210px minmax(390px,1fr) 190px !important;
    padding-inline: 28px !important;
    gap: 14px !important;
  }
  .site-header .brand {
    width: 210px !important;
  }
  .site-header .brand-logo {
    height: 76px !important;
    max-width: 205px !important;
  }
  .desktop-nav {
    gap: 24px !important;
  }
  .nav-shell::after {
    font-size: 15px !important;
    padding-left: 14px !important;
  }
  .desktop-whatsapp {
    padding-inline: 20px !important;
  }
}

@media (max-width: 900px) {
  .site-header {
    padding: 8px 10px !important;
  }
  .site-header::before {
    inset: 8px 10px !important;
    border-radius: 18px !important;
    border-bottom-width: 3px !important;
  }
  .nav-shell {
    min-height: 70px !important;
    padding: 8px 18px !important;
    display: flex !important;
    justify-content: space-between !important;
    direction: ltr !important;
  }
  .site-header .brand {
    position: static !important;
    width: auto !important;
    min-height: 58px !important;
    height: 58px !important;
  }
  .site-header .brand-logo {
    height: 58px !important;
    max-width: 150px !important;
  }
  .nav-shell::after,
  .desktop-nav,
  .desktop-whatsapp {
    display: none !important;
  }
  .nav-actions {
    margin-left: auto !important;
    display: flex !important;
    grid-column: auto !important;
  }
}


/* ===== Compact one-line navigation + scroll opacity ===== */
@media (min-width: 901px) {
  .site-header {
    padding: 8px 12px !important;
  }

  .site-header::before {
    inset: 8px 12px !important;
    border-radius: 18px !important;
    background: rgba(17, 21, 22, 0.58) !important;
    border: 1px solid rgba(239, 191, 4, 0.22) !important;
    border-bottom: 3px solid #EFBF04 !important;
    box-shadow: 0 6px 18px rgba(0,0,0,.16) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    transition:
      background-color .32s ease,
      border-color .32s ease,
      box-shadow .32s ease,
      backdrop-filter .32s ease !important;
  }

  .site-header.is-scrolled::before {
    background: rgba(17, 21, 22, 0.94) !important;
    border-color: rgba(239, 191, 4, 0.52) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.30) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
  }

  .nav-shell {
    min-height: 74px !important;
    height: 74px !important;
    padding: 4px 30px !important;
    grid-template-columns: 190px 210px minmax(440px,1fr) 205px !important;
    gap: 18px !important;
    align-items: center !important;
  }

  .site-header .brand {
    width: 190px !important;
    min-height: 66px !important;
    height: 66px !important;
  }

  .site-header .brand-logo {
    height: 64px !important;
    max-width: 185px !important;
  }

  .nav-actions {
    gap: 12px !important;
    height: 100% !important;
    align-items: center !important;
  }

  .desktop-whatsapp {
    min-height: 44px !important;
    padding: 0 22px !important;
    white-space: nowrap !important;
  }

  .desktop-nav {
    flex-wrap: nowrap !important;
    gap: clamp(18px, 2.2vw, 44px) !important;
    height: 100% !important;
  }

  .desktop-nav a {
    white-space: nowrap !important;
    line-height: 1 !important;
  }

  .nav-shell::after {
    font-size: 14px !important;
    line-height: 1.35 !important;
    padding-left: 18px !important;
    white-space: pre !important;
  }

  .site-header.is-scrolled {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .site-header.is-scrolled .nav-shell {
    min-height: 66px !important;
    height: 66px !important;
  }

  .site-header.is-scrolled .brand {
    min-height: 58px !important;
    height: 58px !important;
  }

  .site-header.is-scrolled .brand-logo {
    height: 56px !important;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .nav-shell {
    grid-template-columns: 155px 185px minmax(390px,1fr) 170px !important;
    padding-inline: 20px !important;
    gap: 10px !important;
  }

  .site-header .brand {
    width: 155px !important;
  }

  .site-header .brand-logo {
    max-width: 150px !important;
    height: 58px !important;
  }

  .desktop-nav {
    gap: 18px !important;
  }

  .desktop-nav a {
    font-size: 14px !important;
  }

  .nav-shell::after {
    font-size: 12px !important;
    padding-left: 10px !important;
  }

  .desktop-whatsapp {
    padding-inline: 16px !important;
  }
}


/* ===== Header controls matching supplied references ===== */
@media (min-width: 901px) {
  .nav-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    white-space: nowrap !important;
  }

  .lang-switch {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .lang-switch::after {
    content: "" !important;
    display: block !important;
    width: 1px !important;
    height: 30px !important;
    margin-left: 5px !important;
    background: rgba(255,255,255,.45) !important;
  }

  .lang-switch span,
  .lang-switch a {
    color: #fff !important;
  }

  .desktop-whatsapp {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 132px !important;
    min-height: 46px !important;
    padding: 0 25px !important;
    border-radius: 999px !important;
    background: #EFBF04 !important;
    border: 1px solid #EFBF04 !important;
    color: #111 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    box-shadow: none !important;
  }

  .desktop-whatsapp:hover {
    background: #ffd22a !important;
    border-color: #ffd22a !important;
    transform: translateY(-1px) !important;
  }

  /* Right-side slogan: #لاتوصى_حريص + Your Ride, Our Care */
  .nav-shell::after {
    content: "#لاتوصى_حريص\A Your Ride, Our Care" !important;
    white-space: pre !important;
    display: block !important;
    color: #EFBF04 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    text-align: center !important;
    direction: rtl !important;
    padding-left: 18px !important;
    border-left: 1px solid rgba(239,191,4,.72) !important;
  }
}

/* Keep language and WhatsApp accessible in the compact mobile header. */
@media (max-width: 900px) {
  .nav-actions {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
  }

  .lang-switch {
    display: inline-flex !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
  }

  .desktop-whatsapp {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 38px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    background: #EFBF04 !important;
    border-color: #EFBF04 !important;
    color: #111 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
  }
}


/* ===== Keep every header item physically inside the black banner ===== */
@media (min-width: 901px) {
  .site-header {
    box-sizing: border-box !important;
  }

  .site-header::before {
    inset: 8px 12px !important;
  }

  .nav-shell {
    box-sizing: border-box !important;
    width: calc(100% - 24px) !important;
    max-width: none !important;
    margin: 0 12px !important;
    padding: 4px 26px !important;
    min-height: 74px !important;
    height: 74px !important;
    grid-template-columns:
      minmax(145px, 185px)
      minmax(185px, 225px)
      minmax(430px, 1fr)
      minmax(175px, 215px) !important;
    gap: 14px !important;
    overflow: hidden !important;
  }

  .site-header .brand,
  .nav-actions,
  .desktop-nav,
  .nav-shell::after {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0 !important;
    align-self: center !important;
    z-index: 3 !important;
  }

  .site-header .brand {
    width: 100% !important;
    height: 64px !important;
    min-height: 64px !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
  }

  .site-header .brand-logo {
    width: auto !important;
    height: 60px !important;
    max-width: 175px !important;
  }

  .nav-actions {
    width: 100% !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  .desktop-nav {
    width: 100% !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  .nav-shell::after {
    box-sizing: border-box !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  .site-header.is-scrolled .nav-shell {
    min-height: 66px !important;
    height: 66px !important;
  }

  .site-header.is-scrolled .brand {
    height: 58px !important;
    min-height: 58px !important;
  }

  .site-header.is-scrolled .brand-logo {
    height: 54px !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .nav-shell {
    padding-inline: 18px !important;
    grid-template-columns: 135px 180px minmax(360px,1fr) 155px !important;
    gap: 8px !important;
  }

  .site-header .brand-logo {
    height: 52px !important;
    max-width: 130px !important;
  }

  .desktop-nav {
    gap: 14px !important;
  }

  .desktop-nav a {
    font-size: 13px !important;
  }

  .desktop-whatsapp {
    min-width: 110px !important;
    padding-inline: 14px !important;
  }

  .nav-shell::after {
    font-size: 11px !important;
    padding-left: 8px !important;
  }
}

@media (max-width: 900px) {
  .nav-shell {
    width: calc(100% - 20px) !important;
    margin: 0 10px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .site-header .brand,
  .nav-actions {
    position: static !important;
    transform: none !important;
  }
}


/* ===== FINAL HEADER LAYOUT =====
   Fixed height while scrolling.
   Left: VIA logo + WhatsApp.
   Center: navigation.
   Right: #لاتوصى_حريص / Your Ride, Our Care.
*/
@media (min-width: 901px) {
  .site-header,
  .site-header.is-scrolled {
    padding: 8px 12px !important;
  }

  .site-header::before,
  .site-header.is-scrolled::before {
    inset: 8px 12px !important;
    border-radius: 18px !important;
    border-bottom: 3px solid #EFBF04 !important;
  }

  /* Keep the banner height identical before/after scrolling */
  .nav-shell,
  .site-header.is-scrolled .nav-shell {
    width: calc(100% - 24px) !important;
    max-width: none !important;
    margin: 0 12px !important;
    padding: 4px 24px !important;
    min-height: 74px !important;
    height: 74px !important;
    box-sizing: border-box !important;

    display: grid !important;
    grid-template-columns: 165px 145px minmax(460px, 1fr) 210px !important;
    grid-template-areas: "brand whatsapp nav slogan" !important;
    gap: 14px !important;
    align-items: center !important;
    overflow: hidden !important;
    direction: ltr !important;
  }

  /* Logo at far left */
  .site-header .brand,
  .site-header.is-scrolled .brand {
    grid-area: brand !important;
    position: static !important;
    inset: auto !important;
    width: 165px !important;
    min-height: 64px !important;
    height: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
  }

  .site-header .brand-logo,
  .site-header.is-scrolled .brand-logo {
    width: auto !important;
    height: 60px !important;
    max-width: 160px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  /* Put WhatsApp immediately to the RIGHT of the logo */
  .nav-actions {
    display: contents !important;
  }

  .desktop-whatsapp {
    grid-area: whatsapp !important;
    justify-self: start !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 128px !important;
    min-height: 44px !important;
    height: 44px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    background: #EFBF04 !important;
    border: 1px solid #EFBF04 !important;
    color: #111 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
  }

  /* Keep language control compact and in the left group by the logo */
  .lang-switch {
    position: absolute !important;
    left: 26px !important;
    bottom: 10px !important;
    z-index: 5 !important;
    color: #fff !important;
    font-size: 11px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .lang-switch::after {
    display: none !important;
  }

  /* Center navigation */
  .desktop-nav {
    grid-area: nav !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: clamp(18px, 2.4vw, 46px) !important;
    overflow: visible !important;
    direction: rtl !important;
  }

  .desktop-nav a {
    white-space: nowrap !important;
    line-height: 1 !important;
  }

  /* Right-side slogan block matching the supplied reference */
  .nav-shell::after {
    grid-area: slogan !important;
    content: "#لاتوصى_حريص\A Your Ride, Our Care" !important;
    white-space: pre !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 0 0 16px !important;
    border-left: 1px solid rgba(239,191,4,.72) !important;
    color: #EFBF04 !important;
    font-family: "Alexandria", "Inter", sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    text-align: center !important;
    direction: rtl !important;
    overflow: hidden !important;
  }

  /* Scroll changes opacity only — never dimensions */
  .site-header::before {
    background: rgba(17,21,22,.58) !important;
    box-shadow: 0 6px 18px rgba(0,0,0,.16) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    transition: background-color .32s ease, border-color .32s ease,
                box-shadow .32s ease, backdrop-filter .32s ease !important;
  }

  .site-header.is-scrolled::before {
    background: rgba(17,21,22,.94) !important;
    border-color: rgba(239,191,4,.52) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.30) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .nav-shell,
  .site-header.is-scrolled .nav-shell {
    grid-template-columns: 140px 125px minmax(380px, 1fr) 175px !important;
    padding-inline: 18px !important;
    gap: 8px !important;
  }

  .site-header .brand,
  .site-header.is-scrolled .brand {
    width: 140px !important;
  }

  .site-header .brand-logo,
  .site-header.is-scrolled .brand-logo {
    height: 54px !important;
    max-width: 135px !important;
  }

  .desktop-whatsapp {
    min-width: 112px !important;
    padding-inline: 14px !important;
    font-size: 14px !important;
  }

  .desktop-nav {
    gap: 16px !important;
  }

  .desktop-nav a {
    font-size: 13px !important;
  }

  .nav-shell::after {
    font-size: 12px !important;
    padding-left: 10px !important;
  }
}

@media (max-width: 900px) {
  /* Keep mobile header height stable while scrolling too */
  .nav-shell,
  .site-header.is-scrolled .nav-shell {
    min-height: 64px !important;
    height: 64px !important;
  }

  .site-header .brand,
  .site-header.is-scrolled .brand {
    min-height: 56px !important;
    height: 56px !important;
  }

  .site-header .brand-logo,
  .site-header.is-scrolled .brand-logo {
    height: 54px !important;
  }
}


/* ===== FINAL HEADER TRANSPARENCY =====
   Fully transparent at the top; semi-transparent once scrolling begins.
   Header dimensions remain fixed.
*/
.lang-switch {
  display: none !important;
}

@media (min-width: 901px) {
  .site-header,
  .site-header.is-scrolled {
    background: transparent !important;
  }

  .site-header::before {
    background: transparent !important;
    border-color: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    opacity: 1 !important;
    transition:
      background-color .32s ease,
      border-color .32s ease,
      box-shadow .32s ease,
      backdrop-filter .32s ease !important;
  }

  .site-header.is-scrolled::before {
    background: rgba(17, 21, 22, 0.68) !important;
    border: 1px solid rgba(239, 191, 4, 0.16) !important;
    border-bottom: 2px solid rgba(239, 191, 4, 0.70) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
  }

  /* With the language control removed, keep logo + WhatsApp group clean. */
  .nav-actions {
    display: contents !important;
  }
}

@media (max-width: 900px) {
  .site-header,
  .site-header.is-scrolled {
    background: transparent !important;
  }

  .site-header::before {
    background: transparent !important;
    border-color: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .site-header.is-scrolled::before {
    background: rgba(17, 21, 22, 0.72) !important;
    border: 1px solid rgba(239, 191, 4, 0.14) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,.20) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
  }
}


/* ===== Horizontally flip selected rental-page hero images ===== */
.flip-hero-car-with-driver .page-hero-media,
.flip-hero-car-with-driver .hero-media,
.flip-hero-car-with-driver .page-hero img,
.flip-hero-car-with-driver .hero img,
.flip-hero-monthly-car-rental .page-hero-media,
.flip-hero-monthly-car-rental .hero-media,
.flip-hero-monthly-car-rental .page-hero img,
.flip-hero-monthly-car-rental .hero img,
.flip-hero-weekly-car-rental .page-hero-media,
.flip-hero-weekly-car-rental .hero-media,
.flip-hero-weekly-car-rental .page-hero img,
.flip-hero-weekly-car-rental .hero img,
.flip-hero-daily-car-rental .page-hero-media,
.flip-hero-daily-car-rental .hero-media,
.flip-hero-daily-car-rental .page-hero img,
.flip-hero-daily-car-rental .hero img {
  transform: scaleX(-1) !important;
}

/* If the hero image is applied to a pseudo-element/background, mirror the background container itself. */
.flip-hero-car-with-driver .page-hero::before,
.flip-hero-monthly-car-rental .page-hero::before,
.flip-hero-weekly-car-rental .page-hero::before,
.flip-hero-daily-car-rental .page-hero::before {
  transform: scaleX(-1) !important;
}


/* ===== Unified website button style =====
   Match the top-banner WhatsApp button across the site.
*/
.btn,
.btn-accent,
.btn-outline,
.btn-dark,
.booking-submit,
button[type="submit"],
.fleet-filters button {
  background: #EFBF04 !important;
  color: #111 !important;
  border: 1px solid #EFBF04 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-weight: 800 !important;
  transition:
    background-color .22s ease,
    border-color .22s ease,
    transform .22s ease,
    box-shadow .22s ease !important;
}

/* Match WhatsApp hover effect */
.btn:hover,
.btn-accent:hover,
.btn-outline:hover,
.btn-dark:hover,
.booking-submit:hover,
button[type="submit"]:hover,
.fleet-filters button:hover,
.fleet-filters button.active {
  background: #ffd22a !important;
  color: #111 !important;
  border-color: #ffd22a !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(239, 191, 4, .20) !important;
}

/* Keyboard accessibility */
.btn:focus-visible,
.booking-submit:focus-visible,
button[type="submit"]:focus-visible,
.fleet-filters button:focus-visible {
  outline: 3px solid rgba(239, 191, 4, .35) !important;
  outline-offset: 3px !important;
}

/* Keep navigation/menu controls from inheriting CTA styling */
.menu-toggle {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}


/* Local fleet assets generated from the provided collage */
.vehicle-image-wrap img {
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: center;
}


/* ===== Homepage animated fleet carousel ===== */
.home-fleet-carousel {
  display: flex !important;
  gap: 22px !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  padding: 10px 2px 26px !important;
  margin-inline: 0 !important;
  overscroll-behavior-inline: contain !important;
}

.home-fleet-carousel::-webkit-scrollbar {
  display: none !important;
}

.home-fleet-carousel .vehicle-card {
  flex: 0 0 calc((100% - 44px) / 3) !important;
  min-width: 0 !important;
  scroll-snap-align: start !important;
  scroll-snap-stop: always !important;
}

.fleet-carousel-controls {
  display: flex;
  direction: ltr;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 10px 0 6px;
}

.fleet-carousel-arrow {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid #EFBF04 !important;
  background: #EFBF04 !important;
  color: #111 !important;
  display: inline-grid;
  place-items: center;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.fleet-carousel-arrow:hover {
  background: #ffd22a !important;
  border-color: #ffd22a !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(239,191,4,.20);
}

.home-fleet-carousel.is-user-interacting {
  scroll-snap-type: x proximity !important;
}

@media (max-width: 980px) {
  .home-fleet-carousel .vehicle-card {
    flex-basis: calc((100% - 22px) / 2) !important;
  }
}

@media (max-width: 640px) {
  .home-fleet-carousel {
    gap: 14px !important;
    padding-bottom: 18px !important;
  }

  .home-fleet-carousel .vehicle-card {
    flex-basis: 86vw !important;
    max-width: 390px !important;
  }

  .fleet-carousel-controls {
    justify-content: center;
    margin-top: 12px;
  }

  .fleet-carousel-arrow {
    width: 42px;
    height: 42px;
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-fleet-carousel {
    scroll-behavior: auto !important;
  }
}
