/* ========== Amer Obaid — Landing styles (v2) ========== */
:root {
  --bg: #FBFAF7;
  --bg-alt: #F2EFE6;
  --ink: #0F1914;
  --ink-soft: #3A4540;
  --muted: #6A7570;
  --line: #E4DED1;
  --card: #FFFFFF;

  --green: #0A6B3F;
  --green-600: #0E8551;
  --green-50: #E7F3EC;
  --whats: #25D366;
  --whats-dark: #128C7E;
  --red: #C8102E;
  --gold: #C6A256;

  --radius: 18px;
  --radius-sm: 12px;

  --shadow-sm: 0 1px 2px rgba(15,25,20,.06), 0 1px 1px rgba(15,25,20,.04);
  --shadow-md: 0 10px 30px -12px rgba(10,107,63,.18), 0 4px 10px -6px rgba(15,25,20,.08);
  --shadow-lg: 0 30px 60px -20px rgba(10,107,63,.22), 0 15px 30px -20px rgba(15,25,20,.14);

  --font-display: 'Chivo', ui-sans-serif, system-ui, sans-serif;
  --font-body: 'Plus Jakarta Sans', ui-sans-serif, system-ui, sans-serif;
  --font-arabic: 'Noto Kufi Arabic', 'Tahoma', sans-serif;
}

/* RTL: swap to Arabic-first fonts */
html[dir="rtl"] {
  --font-display: 'Noto Kufi Arabic', 'Chivo', sans-serif;
  --font-body: 'Noto Kufi Arabic', 'Plus Jakarta Sans', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); font-size: 16px; line-height: 1.6; color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; }
input, textarea, select { font: inherit; }
::selection { background: var(--green); color: #fff; }

.wrap { width: min(1200px, 100% - 2.5rem); margin-inline: auto; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 800; line-height: 1.15; letter-spacing: -0.015em; margin: 0; color: var(--ink); }
h1 { font-size: clamp(2.25rem, 4.8vw, 3.75rem); }
h2 { font-size: clamp(1.65rem, 3.2vw, 2.4rem); }
h3 { font-size: 1.05rem; }
p { margin: 0; }
.hl { color: var(--green); }

.eyebrow { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--font-display); font-weight: 700; font-size: .76rem; text-transform: uppercase; letter-spacing: .2em; color: var(--green); background: var(--green-50); border: 1px solid rgba(10,107,63,.18); padding: .4rem .8rem; border-radius: 999px; }
html[dir="rtl"] .eyebrow { text-transform: none; letter-spacing: 0; font-size: .82rem; }
.eyebrow__icon, svg.eyebrow__icon { width: 14px; height: 14px; fill: var(--green); stroke: var(--green); }
.flag-uae { width: 18px; height: 12px; border-radius: 2px; overflow: hidden; background: linear-gradient(#ef3340 33%, #fff 33% 66%, #000 66%); box-shadow: inset 5px 0 0 #009739; display: inline-block; }
html[dir="rtl"] .flag-uae { box-shadow: inset -5px 0 0 #009739; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: .55rem; padding: .7rem 1.05rem; border-radius: 999px; font-family: var(--font-display); font-weight: 700; font-size: .92rem; border: 1px solid transparent; transition: transform .25s, box-shadow .25s, background .25s, color .25s, border-color .25s; white-space: nowrap; cursor: pointer; }
.btn i, .btn svg { width: 18px; height: 18px; }
.btn--solid { background: var(--green); color: #fff; box-shadow: var(--shadow-md); }
.btn--solid:hover { background: var(--green-600); transform: translateY(-1px); box-shadow: var(--shadow-lg); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { background: #fff; border-color: var(--ink); transform: translateY(-1px); }
.btn--lg { padding: .9rem 1.35rem; font-size: 1rem; }

/* Topbar */
.topbar { background: var(--ink); color: #E6EEEA; font-size: .82rem; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; padding: .5rem 0; gap: 1rem; }
.topbar__left { display: inline-flex; align-items: center; gap: .6rem; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-600); box-shadow: 0 0 0 4px rgba(14,133,81,.25); animation: pulse 2.2s ease-out infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(14,133,81,.25);} 50% { box-shadow: 0 0 0 8px rgba(14,133,81,0);} }
.topbar__right { display: inline-flex; align-items: center; gap: 1rem; }
.topbar__link { display: inline-flex; align-items: center; gap: .4rem; color: #E6EEEA; opacity: .9; }
.topbar__link:hover { opacity: 1; }
.topbar__link i { width: 14px; height: 14px; }
.lang-switch { display: inline-flex; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; overflow: hidden; }
.lang-switch__btn { padding: .25rem .7rem; color: #C8D4CE; font-weight: 600; font-size: .78rem; transition: background .2s, color .2s; }
.lang-switch__btn.is-active { background: #fff; color: var(--ink); }
.lang-switch__btn:hover:not(.is-active) { background: rgba(255,255,255,.08); color: #fff; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(251,250,247,.9); backdrop-filter: saturate(140%) blur(12px); border-bottom: 1px solid var(--line); }
.header__inner { display: grid; grid-template-columns: auto 1fr auto auto; gap: 1.25rem; align-items: center; padding: .85rem 0; }
.brand { display: inline-flex; align-items: center; gap: .65rem; }
.brand__logo { width: 46px; height: 46px; object-fit: contain; border-radius: 12px; background: #fff; padding: 4px; border: 1px solid var(--line); }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__text strong { font-family: var(--font-display); font-weight: 800; font-size: 1rem; letter-spacing: -.01em; }
.brand__text em { font-style: normal; font-size: .68rem; color: var(--muted); letter-spacing: .14em; text-transform: uppercase; }
html[dir="rtl"] .brand__text em { text-transform: none; letter-spacing: 0; font-size: .74rem; }

.nav { display: flex; gap: 1.4rem; justify-content: center; }
.nav a { font-weight: 600; font-size: .92rem; color: var(--ink-soft); position: relative; padding: .25rem 0; }
.nav a::after { content: ''; position: absolute; left: 50%; bottom: -4px; width: 0; height: 2px; background: var(--green); transition: width .25s, left .25s; }
.nav a:hover { color: var(--ink); }
.nav a:hover::after { width: 100%; left: 0; }

.header__cta { display: flex; gap: .6rem; }
.menu-toggle { display: none; border: 1px solid var(--line); background: #fff; width: 42px; height: 42px; border-radius: 12px; align-items: center; justify-content: center; }
.menu-toggle i { width: 22px; height: 22px; }
.mobile-menu { display: none; flex-direction: column; gap: .25rem; padding: .75rem 1.25rem 1.25rem; border-top: 1px solid var(--line); background: var(--bg); }
.mobile-menu a { padding: .85rem .5rem; font-weight: 600; border-bottom: 1px solid var(--line); }
.mobile-menu a:last-child { border: 0; margin-top: .5rem; justify-content: center; }

/* Hero */
.hero { padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(2.5rem, 5vw, 3.5rem); position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(1200px 600px at 90% -10%, rgba(10,107,63,.08), transparent 60%), radial-gradient(800px 400px at -10% 10%, rgba(200,16,46,.05), transparent 60%); z-index: 0; }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 2.8rem; align-items: center; }
.hero__copy { max-width: 620px; }
.hero__title { margin-top: 1rem; }
.hero__lede { margin-top: 1rem; font-size: 1.05rem; color: var(--ink-soft); max-width: 54ch; }
.hero__ctas { display: flex; gap: .6rem; margin-top: 1.4rem; flex-wrap: wrap; }
.hero__proof { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding-top: 1.1rem; gap: 1.1rem; }
.hero__proof li { display: flex; flex-direction: column; gap: .1rem; }
.hero__proof strong { font-family: var(--font-display); font-size: 1.45rem; font-weight: 800; color: var(--ink); }
.hero__proof span { color: var(--muted); font-size: .85rem; }

/* WhatsApp hero card */
.hero__whats { background: #fff; border-radius: 24px; box-shadow: var(--shadow-lg); overflow: hidden; border: 1px solid var(--line); max-width: 480px; margin-inline: auto; position: relative; animation: cardIn .8s cubic-bezier(.16,1,.3,1); }
@keyframes cardIn { from { opacity: 0; transform: translateY(20px) scale(.98); } to { opacity: 1; transform: none; } }
.hero__whats::before { content: ''; position: absolute; inset: -2px; border-radius: 26px; padding: 2px; background: linear-gradient(135deg, var(--whats), var(--green) 60%, var(--gold)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: .18; pointer-events: none; }
.hero__whats-head { display: grid; grid-template-columns: auto 1fr auto; gap: .75rem; align-items: center; background: linear-gradient(135deg, var(--whats-dark), var(--whats)); color: #fff; padding: .9rem 1.1rem; }
.hero__whats-avatar { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.18); display: grid; place-items: center; font-family: var(--font-display); font-weight: 900; font-size: 1.15rem; }
.hero__whats-head strong { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1rem; }
.hero__whats-head span { display: inline-flex; align-items: center; gap: .35rem; font-size: .78rem; opacity: .92; }
.online-dot { width: 8px; height: 8px; border-radius: 50%; background: #8FE8A4; box-shadow: 0 0 0 3px rgba(143,232,164,.3); animation: pulse 2s infinite; }
.hero__whats-icon { width: 22px; height: 22px; opacity: .9; }
.hero__whats-body { padding: 1.1rem 1.1rem .8rem; background: #ECE5DD url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath fill='%23d4cdbf' fill-opacity='.4' d='M30 15c-8 0-15 7-15 15s7 15 15 15 15-7 15-15-7-15-15-15zm0 27c-6.6 0-12-5.4-12-12s5.4-12 12-12 12 5.4 12 12-5.4 12-12 12z'/%3E%3C/svg%3E"); }
.chat-bubble { position: relative; background: #fff; padding: .7rem .9rem; border-radius: 10px; font-size: .92rem; line-height: 1.45; margin-bottom: .5rem; max-width: 92%; box-shadow: 0 1px 1px rgba(0,0,0,.06); }
.chat-bubble--in { border-top-left-radius: 2px; }
html[dir="rtl"] .chat-bubble--in { border-top-left-radius: 10px; border-top-right-radius: 2px; }
.chat-bubble--small { font-size: .85rem; color: var(--ink-soft); }
.quick-replies { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .7rem; }
.qr { display: inline-flex; align-items: center; gap: .35rem; padding: .5rem .85rem; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-weight: 600; font-size: .85rem; color: var(--ink); transition: transform .2s, box-shadow .2s, border-color .2s, background .2s; }
.qr i { width: 14px; height: 14px; color: var(--whats-dark); }
.qr:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--whats); background: #F7FFF9; }
.qr--other { background: var(--whats); color: #fff; border-color: var(--whats); }
.qr--other i { color: #fff; }
.qr--other:hover { background: var(--whats-dark); border-color: var(--whats-dark); color: #fff; }
.hero__whats-foot { display: flex; align-items: center; gap: .5rem; padding: .75rem 1.1rem; background: #F8F9F9; font-size: .78rem; color: var(--muted); border-top: 1px solid var(--line); }
.hero__whats-foot i { width: 14px; height: 14px; color: var(--green); }

/* Authorities strip */
.authorities { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.authorities__inner { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; padding: 1rem 0; }
.authorities__label { text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; color: var(--muted); font-weight: 700; flex-shrink: 0; }
html[dir="rtl"] .authorities__label { text-transform: none; letter-spacing: 0; font-size: .82rem; }
.authorities__list { display: flex; flex-wrap: wrap; gap: 1rem; flex: 1; }
.auth { display: inline-flex; align-items: center; gap: .55rem; color: var(--ink-soft); }
.auth i { width: 22px; height: 22px; color: var(--green); flex-shrink: 0; }
.auth strong { font-family: var(--font-display); font-weight: 800; font-size: .9rem; color: var(--ink); line-height: 1; }
.auth em { font-style: normal; font-size: .72rem; color: var(--muted); margin-left: .2rem; }
html[dir="rtl"] .auth em { margin-left: 0; margin-right: .2rem; }

/* Section base */
.section { padding: clamp(3rem, 5.5vw, 4.5rem) 0; }
.section__head { max-width: 720px; margin-bottom: 2rem; }
.section__head h2 { margin-top: .85rem; }
.section__head p { margin-top: .75rem; color: var(--ink-soft); font-size: 1rem; }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head--split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2rem; align-items: end; max-width: none; }
.section__head--split h2 { margin-top: .8rem; }

/* Grids */
.grid { display: grid; gap: 1rem; }
.grid--services { grid-template-columns: repeat(4, 1fr); }
.grid--reviews { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }

/* Services */
.svc { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.25rem; transition: transform .3s, box-shadow .3s, border-color .3s; position: relative; overflow: hidden; display: flex; flex-direction: column; gap: .5rem; }
.svc::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, var(--green), var(--red)); transform: scaleX(0); transform-origin: left; transition: transform .35s; }
html[dir="rtl"] .svc::after { transform-origin: right; }
.svc:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: rgba(10,107,63,.2); }
.svc:hover::after { transform: scaleX(1); }
.svc__icon { display: inline-flex; width: 40px; height: 40px; border-radius: 10px; background: var(--green-50); color: var(--green); align-items: center; justify-content: center; }
.svc__icon i { width: 20px; height: 20px; }
.svc__icon--gold { background: linear-gradient(135deg, #FFF7E0, #F4E3B7); color: #8A6B1F; }
.svc__icon--dark { background: var(--ink); color: #fff; }
.svc h3 { font-size: 1rem; }
.svc p { color: var(--ink-soft); font-size: .87rem; line-height: 1.5; flex: 1; }
.svc__whats { display: inline-flex; align-items: center; gap: .35rem; font-weight: 700; font-size: .83rem; color: var(--whats-dark); margin-top: .3rem; transition: gap .2s; }
.svc__whats i { width: 14px; height: 14px; }
.svc__whats:hover { gap: .5rem; color: var(--green); }
.svc__whats--primary { color: #fff; background: var(--whats); padding: .55rem 1rem; border-radius: 999px; align-self: flex-start; }
.svc__whats--primary:hover { background: var(--whats-dark); color: #fff; }
.svc--cta { background: linear-gradient(135deg, var(--bg-alt), #fff); border-style: dashed; border-color: rgba(10,107,63,.25); }

/* Process steps */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; counter-reset: step; position: relative; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem 1.25rem; position: relative; transition: transform .3s, box-shadow .3s; }
.step:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.step__num { display: inline-block; font-family: var(--font-display); font-size: .78rem; letter-spacing: .22em; font-weight: 800; color: var(--green); margin-bottom: .7rem; background: var(--green-50); padding: .3rem .7rem; border-radius: 999px; }
.step h3 { font-size: 1rem; margin-bottom: .35rem; }
.step p { color: var(--ink-soft); font-size: .88rem; line-height: 1.55; }

/* Fleet */
.fleet__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 2.5rem; align-items: center; }
.fleet__copy h2 { margin-top: .9rem; }
.fleet__copy > p { margin: 1rem 0 1.4rem; color: var(--ink-soft); max-width: 52ch; }
.fleet__bullets { list-style: none; padding: 0; margin: 0 0 1.5rem; display: flex; flex-direction: column; gap: .6rem; }
.fleet__bullets li { display: flex; gap: .6rem; align-items: center; color: var(--ink-soft); }
.fleet__bullets i { width: 18px; height: 18px; color: var(--green); }
.fleet__art { display: flex; flex-direction: column; gap: 1rem; }
.fleet__car { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); background: #fff; border: 1px solid var(--line); }
.fleet__car img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.fleet__car:hover img { transform: scale(1.03); }
.fleet__car--lg { aspect-ratio: 16/9; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 1rem; }
.gallery__item { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-sm); background: var(--bg-alt); transition: transform .4s; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gallery__item:hover { transform: translateY(-3px); }
.gallery__item:hover img { transform: scale(1.05); }
.gallery__item figcaption { position: absolute; left: 1rem; bottom: 1rem; background: rgba(15,25,20,.82); color: #fff; padding: .4rem .75rem; border-radius: 999px; font-size: .78rem; font-weight: 600; backdrop-filter: blur(6px); }
html[dir="rtl"] .gallery__item figcaption { left: auto; right: 1rem; }
.gallery__item--lg { grid-column: span 2; grid-row: span 2; }

/* Reviews */
.reviews { background: var(--bg-alt); }
.reviews__head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.reviews__score { display: flex; align-items: center; gap: 1rem; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .55rem 1rem; }
.reviews__score strong { font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; }
.reviews__score span { color: var(--muted); font-size: .85rem; }
.stars { display: inline-flex; gap: 2px; color: var(--gold); }
.stars i, .stars svg { width: 16px; height: 16px; fill: var(--gold); stroke: var(--gold); }
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem; display: flex; flex-direction: column; gap: .85rem; transition: transform .3s, box-shadow .3s; }
.review:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.review__stars { display: inline-flex; gap: 2px; color: var(--gold); }
.review__stars i, .review__stars svg { width: 16px; height: 16px; fill: var(--gold); stroke: var(--gold); }
.review p { color: var(--ink-soft); line-height: 1.55; font-size: .94rem; }
.review footer { display: flex; gap: .75rem; align-items: center; border-top: 1px solid var(--line); padding-top: .85rem; margin-top: auto; }
.review footer strong { display: block; font-family: var(--font-display); font-weight: 700; }
.review footer em { font-style: normal; color: var(--muted); font-size: .82rem; }
.avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--green); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; }

/* FAQ */
.faq { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2.5rem; align-items: start; }
.faq__copy h2 { margin-top: .9rem; }
.faq__copy > p { margin: 1rem 0 1.3rem; color: var(--ink-soft); max-width: 42ch; }
.faq__list { display: flex; flex-direction: column; gap: .7rem; }
.qa { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 0; overflow: hidden; transition: border-color .25s; }
.qa[open] { border-color: rgba(10,107,63,.3); background: #fff; box-shadow: var(--shadow-sm); }
.qa summary { list-style: none; cursor: pointer; padding: 1rem 1.2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: var(--font-display); font-weight: 700; font-size: .98rem; color: var(--ink); }
.qa summary::-webkit-details-marker { display: none; }
.qa summary i { width: 18px; height: 18px; color: var(--green); transition: transform .3s; flex-shrink: 0; }
.qa[open] summary i { transform: rotate(45deg); }
.qa > div { padding: 0 1.2rem 1.1rem; color: var(--ink-soft); font-size: .93rem; line-height: 1.6; }
.qa > div a { color: var(--green); font-weight: 700; }

/* Contact */
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.contact__copy h2 { margin-top: .9rem; }
.contact__copy > p { margin: .9rem 0 1.3rem; color: var(--ink-soft); max-width: 50ch; }
.contact__whats-btn { margin-bottom: 1.3rem; }
.contact__block { border-top: 1px solid var(--line); padding: 1.1rem 0; }
.contact__block h3 { font-size: .74rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: .65rem; display: flex; align-items: center; gap: .4rem; }
html[dir="rtl"] .contact__block h3 { text-transform: none; letter-spacing: 0; font-size: .85rem; }
.contact__block h3 i { width: 14px; height: 14px; color: var(--green); }
.contact__block ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .4rem; }
.contact__block a { font-weight: 600; color: var(--ink); transition: color .2s; }
.contact__block a:hover { color: var(--green); }
.contact__block em { font-style: normal; color: var(--muted); font-size: .85rem; margin-left: .3rem; }
html[dir="rtl"] .contact__block em { margin-left: 0; margin-right: .3rem; }
.contact__block p { color: var(--ink-soft); line-height: 1.65; font-size: .93rem; }

.contact__form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; display: flex; flex-direction: column; gap: .75rem; box-shadow: var(--shadow-sm); }
.contact__form h3 { font-size: 1.2rem; }
.contact__form .muted { color: var(--muted); font-size: .88rem; }
.contact__form .muted a { color: var(--whats-dark); font-weight: 700; }
.contact__form label { display: flex; flex-direction: column; gap: .3rem; }
.contact__form label > span { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
html[dir="rtl"] .contact__form label > span { text-transform: none; letter-spacing: 0; font-size: .82rem; }
.contact__form input, .contact__form select, .contact__form textarea { padding: .7rem .9rem; border-radius: var(--radius-sm); border: 1px solid var(--line); background: var(--bg); color: var(--ink); transition: border-color .2s, box-shadow .2s, background .2s; }
.contact__form input:focus, .contact__form select:focus, .contact__form textarea:focus { outline: none; border-color: var(--green); background: #fff; box-shadow: 0 0 0 3px rgba(10,107,63,.12); }
.contact__form .row { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.contact__form-actions { display: flex; gap: .5rem; align-items: center; margin-top: .3rem; flex-wrap: wrap; }
.map { margin-top: 1.1rem; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); height: 240px; box-shadow: var(--shadow-sm); }
.map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Footer */
.site-footer { background: #0B1510; color: #C8D4CE; margin-top: 2rem; }
.footer__inner { display: grid; grid-template-columns: 1.1fr 2fr; gap: 2.5rem; padding: 3rem 0; }
.brand--light .brand__text strong { color: #fff; }
.brand--light .brand__text em { color: rgba(255,255,255,.55); }
.brand--light .brand__logo { background: rgba(255,255,255,.95); border-color: rgba(255,255,255,.15); }
.footer__brand p { margin-top: 1rem; color: rgba(200,212,206,.75); max-width: 38ch; font-size: .92rem; }
.footer__ar-logo { margin-top: 1.25rem; max-height: 70px; width: auto; opacity: .85; background: rgba(255,255,255,.92); padding: .5rem .8rem; border-radius: 8px; }
.footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.footer__cols h4 { font-family: var(--font-display); font-size: .78rem; letter-spacing: .22em; text-transform: uppercase; color: #fff; margin-bottom: .9rem; }
html[dir="rtl"] .footer__cols h4 { text-transform: none; letter-spacing: 0; font-size: .88rem; }
.footer__cols ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .55rem; font-size: .9rem; }
.footer__cols a { color: rgba(200,212,206,.82); transition: color .2s; }
.footer__cols a:hover { color: #fff; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 1rem 0; font-size: .82rem; color: rgba(200,212,206,.55); }
.footer__bottom-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; }

/* Sticky mobile bar */
.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; background: #fff; border-top: 1px solid var(--line); padding: .55rem; display: none; gap: .5rem; box-shadow: 0 -8px 24px -10px rgba(15,25,20,.18); }
.mobile-bar__btn { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: .4rem; padding: .75rem; border-radius: 12px; font-family: var(--font-display); font-weight: 700; font-size: .95rem; }
.mobile-bar__btn i { width: 18px; height: 18px; }
.mobile-bar__btn--call { background: var(--ink); color: #fff; }
.mobile-bar__btn--whats { background: var(--whats); color: #fff; }

/* Floating WhatsApp FAB */
.whats-fab { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 50; width: 60px; height: 60px; border-radius: 50%; background: var(--whats); color: #fff; box-shadow: 0 14px 40px -10px rgba(37,211,102,.45), 0 6px 18px -6px rgba(0,0,0,.2); display: grid; place-items: center; transition: transform .3s, box-shadow .3s, background .3s; cursor: pointer; }
html[dir="rtl"] .whats-fab { right: auto; left: 1.25rem; }
.whats-fab:hover { transform: translateY(-2px) scale(1.05); background: var(--whats-dark); }
.whats-fab i { width: 28px; height: 28px; }
.whats-fab__pulse { position: absolute; inset: 0; border-radius: 50%; background: var(--whats); opacity: .5; animation: fabPulse 2.2s infinite; z-index: -1; }
@keyframes fabPulse { 0% { transform: scale(1); opacity: .5; } 100% { transform: scale(1.7); opacity: 0; } }

/* WhatsApp popup */
.whats-pop { position: fixed; right: 1.25rem; bottom: 6rem; z-index: 55; width: min(340px, calc(100vw - 2.5rem)); background: #fff; border-radius: 20px; box-shadow: var(--shadow-lg); overflow: hidden; border: 1px solid var(--line); opacity: 0; transform: translateY(16px) scale(.96); transition: opacity .3s, transform .3s; pointer-events: none; }
html[dir="rtl"] .whats-pop { right: auto; left: 1.25rem; }
.whats-pop.is-open { opacity: 1; transform: none; pointer-events: auto; }
.whats-pop:not([hidden]) { display: block; }
.whats-pop__head { display: grid; grid-template-columns: auto 1fr auto; gap: .7rem; align-items: center; background: linear-gradient(135deg, var(--whats-dark), var(--whats)); color: #fff; padding: .85rem 1rem; }
.whats-pop__avatar { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.18); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; }
.whats-pop__head strong { display: block; font-family: var(--font-display); font-weight: 700; font-size: .95rem; }
.whats-pop__head span { display: inline-flex; align-items: center; gap: .3rem; font-size: .78rem; opacity: .95; }
.whats-pop__close { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; color: #fff; transition: background .2s; }
.whats-pop__close:hover { background: rgba(255,255,255,.18); }
.whats-pop__close i { width: 16px; height: 16px; }
.whats-pop__body { background: #ECE5DD; padding: 1rem; max-height: 320px; overflow-y: auto; }
.quick-replies--pop { margin-top: .5rem; }
.whats-pop__cta { display: flex; align-items: center; justify-content: center; gap: .5rem; padding: .9rem; background: var(--whats); color: #fff; font-family: var(--font-display); font-weight: 700; transition: background .2s; }
.whats-pop__cta i { width: 18px; height: 18px; }
.whats-pop__cta:hover { background: var(--whats-dark); }

/* Exit intent (reuses whats-pop behaviour — overlay version) */
.exit-intent { position: fixed; inset: 0; z-index: 60; background: rgba(15,25,20,.5); backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; padding: 1rem; opacity: 0; transition: opacity .3s; }
.exit-intent.is-open { display: flex; opacity: 1; }
.exit-intent__card { background: #fff; border-radius: 24px; padding: 2rem; max-width: 440px; width: 100%; text-align: center; position: relative; box-shadow: var(--shadow-lg); animation: cardIn .4s cubic-bezier(.16,1,.3,1); }
.exit-intent__icon { width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg, var(--whats-dark), var(--whats)); color: #fff; display: grid; place-items: center; margin: 0 auto 1rem; }
.exit-intent__icon i { width: 32px; height: 32px; }
.exit-intent h3 { font-size: 1.4rem; margin-bottom: .6rem; }
.exit-intent p { color: var(--ink-soft); margin-bottom: 1.3rem; }
.exit-intent__actions { display: flex; gap: .5rem; justify-content: center; flex-wrap: wrap; }
.exit-intent__close { position: absolute; top: .8rem; right: .8rem; width: 32px; height: 32px; border-radius: 50%; background: var(--bg-alt); display: grid; place-items: center; transition: background .2s; }
html[dir="rtl"] .exit-intent__close { right: auto; left: .8rem; }
.exit-intent__close:hover { background: var(--line); }
.exit-intent__close i { width: 16px; height: 16px; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s, transform .7s; }
.reveal.is-in { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1024px) {
  .nav { display: none; }
  .header__cta .btn { padding: .6rem .9rem; font-size: .85rem; }
  .header__cta .btn span { display: none; }
  .menu-toggle { display: inline-flex; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__whats { max-width: 100%; margin-top: 1rem; }
  .grid--services { grid-template-columns: repeat(3, 1fr); }
  .grid--reviews { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .fleet__grid, .contact__grid, .section__head--split, .faq__grid { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; gap: 2rem; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery__item--lg { grid-column: span 2; grid-row: span 1; }
}
@media (max-width: 640px) {
  .topbar { display: none; }
  .header__inner { grid-template-columns: 1fr auto; }
  .header__cta { display: none; }
  .hero__proof { grid-template-columns: 1fr 1fr; }
  .hero__proof li:last-child { grid-column: span 2; }
  .grid--services { grid-template-columns: 1fr 1fr; }
  .grid--reviews { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .authorities__list { gap: .75rem; }
  .auth { font-size: .85rem; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; }
  .gallery__item--lg { grid-column: span 2; grid-row: span 2; }
  .contact__form .row { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .mobile-bar { display: flex; }
  body { padding-bottom: 70px; }
  .whats-fab { bottom: 5.5rem; right: 1rem; width: 54px; height: 54px; }
  html[dir="rtl"] .whats-fab { left: 1rem; right: auto; }
  .whats-fab i { width: 24px; height: 24px; }
  .whats-pop { bottom: 9.5rem; right: 1rem; }
  html[dir="rtl"] .whats-pop { left: 1rem; right: auto; }
}
