:root {
  --navy: #0F2942; --navy-deep: #061321; --gold: #C8923B; --gold-light: #E8B756;
  --ink: #0A0F1A; --bg: #FFFFFF; --bg-soft: #F7F8FA;
  --line: #E5E7EB; --line-soft: #F0F2F5;
  --text: #0A0F1A; --muted: #5A6072; --muted-soft: #8B92A3;
}
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--bg); color: var(--text); line-height: 1.5; overflow-x: hidden; }
body.modal-open { overflow: hidden; }

.display { font-family: 'Manrope', sans-serif; font-weight: 800; letter-spacing: -0.04em; line-height: 0.95; }
.accent-italic { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500; }
.arabic { font-family: 'Amiri', serif; }
.mono-label { font-family: 'Manrope', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; }

/* ===== LOGO STACK (safarease + arabe avec barres) ===== */
.logo-block { display: inline-flex; align-items: center; gap: 12px; }
.logo-mark { width: 38px; height: 38px; flex-shrink: 0; }
.logo-text-stack { display: flex; flex-direction: column; gap: 3px; }
.logo-safar { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 14px; letter-spacing: 0.18em; line-height: 1; color: inherit; }
.logo-arabic-row { display: flex; align-items: center; gap: 5px; line-height: 1; justify-content: center; }
.logo-bar { width: 12px; height: 1px; background: var(--gold); }
.logo-arabic { font-family: 'Amiri', serif; font-size: 14px; font-weight: 700; color: var(--gold); line-height: 1; }
.logo-block.large .logo-mark { width: 52px; height: 52px; }
.logo-block.large .logo-safar { font-size: 18px; }
.logo-block.large .logo-arabic { font-size: 19px; }
.logo-block.large .logo-bar { width: 18px; }

/* ===== PILL BUTTONS ===== */
.pill {
  display: inline-flex; align-items: center; gap: 4px;
  background: var(--ink); color: #fff;
  padding: 7px 7px 7px 22px;
  font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 14px;
  border-radius: 999px; transition: all 0.4s cubic-bezier(0.2,0.8,0.2,1);
  border: 1px solid var(--ink); cursor: pointer; white-space: nowrap;
}
.pill .pill-arrow { width: 36px; height: 36px; border-radius: 999px; background: #fff; color: var(--ink); display: inline-flex; align-items: center; justify-content: center; transition: transform 0.4s cubic-bezier(0.2,0.8,0.2,1); }
.pill:hover { background: var(--navy); border-color: var(--navy); }
.pill:hover .pill-arrow { transform: rotate(-45deg); }
.pill-light { background: rgba(255,255,255,0.96); color: var(--ink); border-color: rgba(255,255,255,0.96); }
.pill-light .pill-arrow { background: var(--ink); color: #fff; }
.pill-light:hover { background: #fff; }
.pill-light:hover .pill-arrow { background: var(--gold); color: var(--ink); }
.pill-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.pill-ghost-light .pill-arrow { background: #fff; color: var(--ink); }
.pill-ghost-light:hover { border-color: #fff; background: rgba(255,255,255,0.05); }
.pill-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.pill-ghost .pill-arrow { background: var(--ink); color: #fff; }
.pill-ghost:hover { border-color: var(--ink); }

/* ===== HEADER ===== */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: all 0.35s ease; }
.header.dark { color: #fff; }
.header.scrolled { background: rgba(255,255,255,0.92); backdrop-filter: blur(20px); border-bottom: 1px solid var(--line-soft); color: var(--ink); }
.header.scrolled .nav-link { color: var(--ink); }
.header.scrolled .pill-ghost-light { background: var(--ink); color: #fff; border-color: var(--ink); }
.header.scrolled .pill-ghost-light .pill-arrow { background: #fff; color: var(--ink); }
.nav-link { font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.85); transition: color 0.25s; }
.nav-link:hover { color: #fff; }
.header.scrolled .nav-link:hover { color: var(--gold); }

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 78vh;
  color: #fff;
  overflow: hidden;
  background: var(--navy-deep);
  border-radius: 0 0 36px 36px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .hero { border-radius: 0 0 48px 48px; }
}
.hero-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(180deg, rgba(6,19,33,0.55) 0%, rgba(6,19,33,0.45) 40%, rgba(6,19,33,0.85) 100%),
    url('https://images.unsplash.com/photo-1547036967-23d11aacaee0?auto=format&fit=crop&w=2400&q=85');
  background-size: cover; background-position: center;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 80% 30%, rgba(200,146,59,0.18), transparent 50%),
    radial-gradient(ellipse at 10% 90%, rgba(15,41,66,0.5), transparent 50%);
}
.hero-mark { position: absolute; right: -100px; top: 50%; transform: translateY(-50%); width: 700px; height: 700px; opacity: 0.06; pointer-events: none; }
.hero-content { position: relative; z-index: 2; min-height: 78vh; display: flex; flex-direction: column; justify-content: center; padding: 90px 24px 50px; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 1.5fr 1fr; gap: 60px; } }
.hero-headline { font-family: 'Manrope', sans-serif; font-weight: 800; line-height: 1; letter-spacing: -0.04em; color: #fff; text-wrap: balance; font-size: clamp(36px, 5.5vw, 76px); }

/* ===== SECTIONS ===== */
.section { padding: 75px 24px; }
.container-wide { max-width: 1280px; margin: 0 auto; }
.container-narrow { max-width: 920px; margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--muted); margin-bottom: 28px; }
.eyebrow .dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.eyebrow.on-dark { color: rgba(255,255,255,0.55); }
.h2 { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: clamp(36px, 5vw, 64px); letter-spacing: -0.04em; line-height: 1; color: var(--ink); text-wrap: balance; }
.h2.on-dark { color: #fff; }
.manifesto { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: clamp(26px, 3.2vw, 44px); line-height: 1.2; letter-spacing: -0.025em; color: var(--ink); text-wrap: balance; }

/* ===== MODULE CARDS ===== */
.cat-label { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.cat-label-text { font-family: 'Manrope', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink); }
.cat-label-line { flex: 1; height: 1px; background: var(--line); }
.cat-label-count { font-family: 'Manrope', sans-serif; font-size: 12px; color: var(--muted-soft); font-weight: 500; }

/* Category split layout with photo */
.cat-section { display: grid; grid-template-columns: 1fr; gap: 28px; margin-bottom: 56px; }
@media (min-width: 1024px) {
  .cat-section { grid-template-columns: 1fr 2fr; gap: 28px; align-items: stretch; }
  .cat-section.reverse { grid-template-columns: 2fr 1fr; }
}
.cat-photo {
  border-radius: 20px; overflow: hidden;
  position: relative;
  background: var(--bg-soft);
  min-height: 420px;
}
.cat-photo img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  position: absolute; inset: 0;
  transition: transform 0.6s cubic-bezier(0.2,0.8,0.2,1);
}
.cat-photo:hover img { transform: scale(1.04); }
.cat-photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,15,26,0.15) 0%, transparent 30%, transparent 50%, rgba(10,15,26,0.75) 100%);
}
.cat-photo-caption {
  position: absolute; bottom: 28px; left: 28px; right: 28px;
  color: #fff; z-index: 2;
}
.cat-photo-caption .label {
  font-family: 'Manrope', sans-serif; font-size: 10px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-light);
  margin-bottom: 10px;
}
.cat-photo-caption .text {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 22px; line-height: 1.3; font-weight: 500;
  text-wrap: balance;
}

.module-card {
  background: #fff; border: 1px solid var(--line);
  padding: 24px; border-radius: 16px;
  transition: all 0.3s cubic-bezier(0.2,0.8,0.2,1);
  height: 100%; cursor: pointer; text-align: left; width: 100%;
  font-family: inherit; position: relative; overflow: hidden;
}
.module-card::after {
  content: '+'; position: absolute; top: 20px; right: 20px;
  width: 26px; height: 26px; border-radius: 50%;
  border: 1px solid var(--line); color: var(--muted);
  font-size: 16px; display: flex; align-items: center; justify-content: center;
  transition: all 0.3s;
}
.module-card:hover { border-color: var(--ink); transform: translateY(-2px); }
.module-card:hover::after { background: var(--ink); color: #fff; border-color: var(--ink); transform: rotate(45deg); }
.module-icon-box {
  width: 36px; height: 36px; border-radius: 9px;
  background: var(--bg-soft); display: flex; align-items: center; justify-content: center;
  color: var(--ink); margin-bottom: 18px; transition: all 0.3s;
}
.module-card:hover .module-icon-box { background: var(--ink); color: var(--gold-light); }
.module-title { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 16px; color: var(--ink); margin-bottom: 4px; letter-spacing: -0.01em; }
.module-desc { color: var(--muted); font-size: 13.5px; line-height: 1.5; }

/* ===== DARK SECTIONS ===== */
.section-dark { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.section-dark::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 25% 30%, rgba(200,146,59,0.08), transparent 50%),
    radial-gradient(circle at 75% 70%, rgba(27,79,114,0.25), transparent 60%);
  pointer-events: none;
}

/* ===== AI DEMO ===== */
.ai-window { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 24px 28px; }
.ai-prompt-line { color: rgba(255,255,255,0.55); font-size: 14px; margin-bottom: 8px; font-family: 'Manrope', sans-serif; }
.ai-message { color: rgba(255,255,255,0.95); font-size: 15px; line-height: 1.6; }
.ai-typing-cursor { display: inline-block; width: 8px; height: 16px; background: var(--gold-light); margin-left: 2px; vertical-align: middle; animation: blink 1s steps(2) infinite; }
@keyframes blink { 50% { opacity: 0; } }

.city-pulse { animation: cityPulse 3s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }
@keyframes cityPulse {
  0%, 100% { opacity: 0.18; transform: scale(1); }
  50% { opacity: 0; transform: scale(1.5); }
}

/* ===== CONSTELLATION MAP ===== */
.constellation-map {
  position: relative;
  aspect-ratio: 1;
  border-radius: 24px;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(27, 79, 114, 0.4), transparent 60%),
    radial-gradient(ellipse at 70% 80%, rgba(200, 146, 59, 0.15), transparent 60%),
    linear-gradient(135deg, #061321 0%, #0F2942 100%);
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(15,41,66,0.5);
}
.constellation-map .star {
  animation: twinkle 4s ease-in-out infinite;
}
@keyframes twinkle {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 0.8; }
}

/* Live activity overlay */
.live-activity {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  background: rgba(10, 15, 26, 0.55);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(245, 200, 66, 0.18);
  border-radius: 100px;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  z-index: 5;
  flex-wrap: wrap;
}
.live-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #22C55E;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  animation: liveDot 2s ease-out infinite;
  flex-shrink: 0;
}
@keyframes liveDot {
  0% { box-shadow: 0 0 0 0 rgba(34,197,94,0.6); }
  70% { box-shadow: 0 0 0 8px rgba(34,197,94,0); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}
.live-activity strong {
  color: var(--gold-light);
  font-weight: 700;
  margin-right: 4px;
}
.live-activity .live-stat { white-space: nowrap; }
.live-activity .live-sep { color: rgba(255,255,255,0.3); }


/* ===== SCREENSHOT MOCKUP ===== */
.screenshot { background: linear-gradient(135deg, #0F2942 0%, #1B4F72 100%); border-radius: 14px; padding: 12px; box-shadow: 0 30px 60px -20px rgba(15,41,66,0.5); border: 1px solid rgba(255,255,255,0.08); }
.screenshot-window { background: #FAFBFC; border-radius: 9px; overflow: hidden; aspect-ratio: 16/10; position: relative; }
.screenshot-titlebar { height: 32px; background: #fff; border-bottom: 1px solid var(--line-soft); display: flex; align-items: center; padding: 0 14px; gap: 6px; }
.screenshot-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--line); }
.screenshot-content { display: grid; grid-template-columns: 60px 1fr; height: calc(100% - 32px); }
.screenshot-sidebar { background: var(--ink); padding: 14px 8px; display: flex; flex-direction: column; gap: 7px; }
.screenshot-nav-item { width: 100%; aspect-ratio: 1; border-radius: 6px; background: rgba(255,255,255,0.06); }
.screenshot-nav-item.active { background: var(--gold); }
.screenshot-main { padding: 18px; display: flex; flex-direction: column; gap: 9px; background: #fff; }
.screenshot-row { height: 28px; border-radius: 5px; background: rgba(15,41,66,0.05); }
.screenshot-row.tall { height: 56px; }
.screenshot-row.gold { background: linear-gradient(90deg, rgba(200,146,59,0.18) 0%, rgba(200,146,59,0.04) 80%, transparent 100%); border-left: 3px solid var(--gold); }
.screenshot-row.short { width: 60%; }

/* ===== PRICING ===== */
.price-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: 20px; padding: 36px 32px;
  transition: all 0.3s cubic-bezier(0.2,0.8,0.2,1);
  position: relative; display: flex; flex-direction: column; height: 100%;
}
.price-card.featured { background: var(--ink); border-color: var(--ink); color: #fff; }
.price-card:hover { transform: translateY(-3px); }
.price-badge { position: absolute; top: -12px; left: 32px; background: var(--gold); color: var(--ink); font-family: 'Manrope', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; }
.price-name { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 18px; margin-bottom: 6px; }
.price-card.featured .price-name { color: var(--gold-light); }
.price-amount { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 52px; line-height: 1; letter-spacing: -0.04em; color: var(--ink); }
.price-card.featured .price-amount { color: #fff; }
.price-period { font-size: 14px; color: var(--muted); }
.price-card.featured .price-period { color: rgba(255,255,255,0.55); }
.price-feature { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; padding: 5px 0; color: var(--text); }
.price-card.featured .price-feature { color: rgba(255,255,255,0.85); }
.price-feature svg { color: var(--ink); flex-shrink: 0; margin-top: 4px; }
.price-card.featured .price-feature svg { color: var(--gold-light); }

/* ===== FORM ===== */
.form-input { width: 100%; background: var(--bg); border: 1px solid var(--line); padding: 14px 18px; font-family: 'DM Sans', sans-serif; font-size: 15px; border-radius: 12px; transition: all 0.2s; outline: none; color: var(--ink); }
.form-input:focus { border-color: var(--ink); background: #fff; }
.form-label { font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); margin-bottom: 7px; display: block; }

/* ===== MODAL ===== */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(10,15,26,0.7);
  backdrop-filter: blur(8px); z-index: 100;
  display: none; align-items: center; justify-content: center;
  padding: 24px; opacity: 0; transition: opacity 0.25s;
}
.modal-overlay.open { display: flex; opacity: 1; }
.modal { background: #FAF7F1; border-radius: 24px; max-width: 880px; width: 100%; max-height: 90vh; overflow-y: auto; transform: translateY(20px); transition: transform 0.35s cubic-bezier(0.2,0.8,0.2,1); position: relative; }
.modal.compare { background: #fff; }
.modal-icon-wrap { width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, var(--ink) 0%, var(--navy) 100%); color: var(--gold-light); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.modal-overlay.open .modal { transform: translateY(0); }
.modal-close {
  position: absolute; top: 24px; right: 24px;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--bg-soft); border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all 0.25s; z-index: 10;
}
.modal-close:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.modal-content { padding: 56px; }
@media (max-width: 640px) { .modal-content { padding: 40px 28px; } }

.modal.compare { max-width: 1080px; }
.compare-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.compare-table th, .compare-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--line-soft); }
.compare-table th { font-family: 'Manrope', sans-serif; font-weight: 700; color: var(--ink); background: var(--bg-soft); }
.compare-table th.featured { background: var(--ink); color: #fff; border-color: var(--ink); }
.compare-table td.featured-col { background: rgba(10,15,26,0.025); font-weight: 600; }
.compare-table .row-cat { font-family: 'Manrope', sans-serif; font-weight: 700; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; padding-top: 24px; }
.compare-table .check { color: var(--gold); }
.compare-table .dash { color: var(--muted-soft); }

/* ===== REVEAL ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.9s cubic-bezier(0.2,0.8,0.2,1), transform 0.9s cubic-bezier(0.2,0.8,0.2,1); }
.reveal.in { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.08s; } .delay-2 { transition-delay: 0.16s; } .delay-3 { transition-delay: 0.24s; } .delay-4 { transition-delay: 0.32s; }

/* ===== WHATSAPP ===== */
.wa-fab { position: fixed; bottom: 24px; right: 24px; z-index: 90; width: 54px; height: 54px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 30px -6px rgba(37,211,102,0.4); transition: all 0.3s cubic-bezier(0.2,0.8,0.2,1); color: #fff; }
.wa-fab:hover { transform: translateY(-3px) scale(1.05); }

/* ===== IMAGES ===== */
.image-card { border-radius: 18px; overflow: hidden; position: relative; }
.image-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s cubic-bezier(0.2,0.8,0.2,1); }
.image-card:hover img { transform: scale(1.04); }
/* ===== LANGUAGE SWITCHER ===== */
.lang-switch {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.lang-switch a, .lang-switch span {
  padding: 6px 8px; border-radius: 6px;
  color: rgba(255,255,255,0.55); text-decoration: none;
  transition: color 0.2s, background 0.2s;
}
.lang-switch a:hover { color: #fff; }
.lang-switch .current {
  color: var(--gold-light);
  background: rgba(245,200,66,0.08);
}
.lang-switch .sep { color: rgba(255,255,255,0.2); padding: 0; }
.header.scrolled .lang-switch a,
.header.scrolled .lang-switch span { color: var(--muted); }
.header.scrolled .lang-switch a:hover { color: var(--ink); }
.header.scrolled .lang-switch .current { color: var(--gold); background: rgba(200,146,59,0.08); }
.header.scrolled .lang-switch .sep { color: var(--line); }

/* ===== RTL OVERRIDES (Arabic) ===== */
[dir="rtl"] body { font-family: 'Amiri', 'DM Sans', serif; }
[dir="rtl"] .display,
[dir="rtl"] .h2,
[dir="rtl"] .hero-headline,
[dir="rtl"] .manifesto,
[dir="rtl"] .module-title,
[dir="rtl"] .price-name,
[dir="rtl"] .price-amount,
[dir="rtl"] .form-label,
[dir="rtl"] .mono-label,
[dir="rtl"] .nav-link,
[dir="rtl"] .pill,
[dir="rtl"] .price-feature,
[dir="rtl"] .compare-table { font-family: 'Amiri', 'Manrope', serif; letter-spacing: 0; }
[dir="rtl"] .accent-italic { font-family: 'Amiri', serif; font-style: normal; font-weight: 700; }
[dir="rtl"] .pill .pill-arrow svg,
[dir="rtl"] .module-card::after,
[dir="rtl"] .price-feature svg,
[dir="rtl"] .live-activity { transform: scaleX(-1); }
[dir="rtl"] .pill:hover .pill-arrow { transform: scaleX(-1) rotate(45deg); }
[dir="rtl"] .module-card:hover::after { transform: scaleX(-1) rotate(-45deg); }
[dir="rtl"] .module-card { text-align: right; }
[dir="rtl"] .module-card::after { left: 20px; right: auto; }
[dir="rtl"] .price-badge { right: 32px; left: auto; }
[dir="rtl"] .modal-close { left: 24px; right: auto; }
[dir="rtl"] .compare-table th,
[dir="rtl"] .compare-table td { text-align: right; }
[dir="rtl"] .wa-fab { left: 24px; right: auto; }
[dir="rtl"] .cat-photo-caption { right: 28px; left: 28px; text-align: right; }
[dir="rtl"] .cat-label-line { background: linear-gradient(-90deg, var(--line), transparent); }
[dir="rtl"] .price-card.featured .price-feature svg,
[dir="rtl"] .price-feature svg { transform: scaleX(1); }
[dir="rtl"] .hero-mark { left: -100px; right: auto; }
[dir="rtl"] .logo-block { direction: ltr; }
[dir="rtl"] .arabic { font-family: 'Amiri', serif; }
[dir="rtl"] input[type="email"],
[dir="rtl"] input[type="tel"] { direction: ltr; text-align: right; }
[dir="rtl"] .form-input::placeholder { text-align: right; }

/* ===== LOADING OPTIMIZATIONS ===== */
img { content-visibility: auto; }
