/* Droppo marketing site — shared EN/AR */
:root {
  --navy-900: #071B33;
  --navy-800: #0B2E59;
  --navy-700: #12467F;
  --navy-500: #2E6BA8;
  --turq-800: #0E6B60;
  --turq-700: #1FA695;
  --turq-500: #2ED2C1;
  --turq-300: #6FE3D6;
  --turq-50: #DDF8F4;
  --cloud: #F4F7FA;
  --ink: #1F2933;
  --line: #E5E7EB;
  --white: #fff;
  --muted: #6B7280;
  --muted-2: #9AA4B2;
  --shadow: 0 1px 2px rgba(11, 46, 89, .04), 0 18px 40px -20px rgba(11, 46, 89, .18);
  --r: 14px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
html[dir="rtl"] body { font-family: 'Cairo', sans-serif; line-height: 1.7; }
h1, h2, h3, h4 {
  font-family: 'Sora', sans-serif;
  color: var(--navy-800);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.03em;
}
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4 { font-family: 'Cairo', sans-serif; letter-spacing: 0; }
.mono { font-family: 'IBM Plex Mono', ui-monospace, monospace; }
html[dir="rtl"] .mono { font-family: 'Cairo', sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 28px; }
section { position: relative; scroll-margin-top: 84px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy-800);
  background: rgba(11, 46, 89, 0.06);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}
html[dir="rtl"] .eyebrow {
  font-family: 'Cairo', sans-serif;
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 13px;
}
.eyebrow-light { color: var(--turq-500); background: rgba(46, 210, 193, 0.14); }
.eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--turq-500);
  box-shadow: 0 0 0 4px rgba(46, 210, 193, 0.22);
  flex-shrink: 0;
}

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font: inherit;
  font-weight: 600;
  font-size: 14.5px;
  padding: 12px 22px;
  border-radius: 12px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background .15s, box-shadow .15s, color .15s, border-color .15s;
  white-space: nowrap;
}
.btn-navy { background: var(--navy-800); color: #fff; }
.btn-navy:hover { background: var(--navy-700); }
.btn-turq { background: var(--turq-500); color: var(--navy-900); }
.btn-turq:hover { background: var(--turq-300); }
.btn-ghost {
  background: transparent;
  color: var(--navy-800);
  border-color: var(--line);
}
.btn-ghost:hover { border-color: var(--navy-800); }
.btn-ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.35);
}
.btn-ghost-light:hover { background: #fff; color: var(--navy-800); }

.brand { display: flex; align-items: center; gap: 10px; }
.brand .pin { color: var(--navy-800); display: inline-flex; }
.brand .word {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: var(--navy-800);
  letter-spacing: -0.03em;
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 28px;
  max-width: 1160px;
  margin: 0 auto;
}
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 14.5px; font-weight: 500; color: var(--muted); }
.nav-links a:hover { color: var(--navy-800); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  font-size: 12.5px;
  font-weight: 600;
}
.lang-switch a {
  padding: 6px 11px;
  color: var(--muted);
}
.lang-switch a.active { background: var(--navy-800); color: #fff; }
.nav-toggle {
  display: none;
  width: 40px; height: 40px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.nav-toggle span {
  display: block;
  width: 16px; height: 1.5px;
  margin: 4px auto;
  background: var(--navy-800);
}

.hero {
  background: linear-gradient(180deg, var(--cloud) 0%, #eef3f8 100%);
  padding: 72px 0 56px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
}
.hero h1 { font-size: clamp(32px, 4.4vw, 48px); margin-bottom: 16px; }
.hero h1 em { font-style: normal; color: var(--turq-700); }
.hero .lead { font-size: 17.5px; color: var(--muted); max-width: 34rem; margin-bottom: 26px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 28px; }
.hero-stats b { display: block; font-family: 'Sora', sans-serif; font-size: 15px; color: var(--navy-800); }
html[dir="rtl"] .hero-stats b { font-family: 'Cairo', sans-serif; }
.hero-stats span { font-size: 12.5px; color: var(--muted); }

.hero-visual { position: relative; min-height: 380px; }
.map-card {
  position: absolute; inset: 0;
  background: #e8eef3;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.map-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.map-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 27, 51, 0.02) 0%, rgba(7, 27, 51, 0.12) 100%);
  pointer-events: none;
  z-index: 1;
}
.map-route {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.map-route .route-casing {
  fill: none;
  stroke: #0B2E59;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.22;
}
.map-route .route-line {
  fill: none;
  stroke: #2ED2C1;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 9 8;
  animation: route-dash 22s linear infinite;
}
.map-route .route-line.alt {
  stroke: #12467F;
  stroke-width: 3;
  stroke-dasharray: 5 9;
  opacity: 0.75;
  animation-duration: 28s;
  animation-direction: reverse;
}
@keyframes route-dash {
  to { stroke-dashoffset: -320; }
}
.map-credit {
  position: absolute;
  bottom: 8px;
  inset-inline-end: 10px;
  font-size: 10px;
  color: rgba(11, 46, 89, 0.55);
  background: rgba(255,255,255,.72);
  padding: 2px 6px;
  border-radius: 4px;
  z-index: 2;
}
.float-card {
  position: absolute;
  z-index: 3;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: var(--shadow);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--navy-800);
  display: flex;
  align-items: center;
  gap: 8px;
}
.float-card .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--turq-500);
  box-shadow: 0 0 0 4px rgba(46,210,193,.22);
}
.fc-1 { top: 22px; inset-inline-start: 22px; }
.fc-2 { bottom: 28px; inset-inline-end: 22px; }

.pulse-ring { animation: pulse 2.6s ease-in-out infinite; transform-origin: center; }
@keyframes pulse {
  0% { opacity: .9; transform: scale(1); }
  60% { opacity: .15; transform: scale(1.35); }
  100% { opacity: 0; transform: scale(1.55); }
}

.trust { border-bottom: 1px solid var(--line); }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.trust-item {
  padding: 28px 22px;
  border-inline-start: 1px solid var(--line);
}
.trust-item:first-child { border-inline-start: none; padding-inline-start: 0; }
.trust-item h3 { font-size: 15px; margin-bottom: 6px; }
.trust-item p { font-size: 13.5px; color: var(--muted); }

.section { padding: 88px 0; }
.section-cloud { background: var(--cloud); }
.section-navy {
  background: var(--navy-900);
  color: #fff;
}
.section-navy h2, .section-navy h3 { color: #fff; }
.section-navy .lead, .section-navy p { color: rgba(255,255,255,.7); }
.section-head { max-width: 640px; margin-bottom: 40px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(26px, 3.2vw, 36px); margin-bottom: 12px; }
.section-head .lead { color: var(--muted); font-size: 16.5px; }
.section-navy .section-head .lead { color: rgba(255,255,255,.68); }

.roles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 820px;
}
.role-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px 22px;
}
.role-card h3 { font-size: 18px; margin: 10px 0 8px; }
.role-card p { color: var(--muted); font-size: 14.5px; margin-bottom: 16px; }
.role-card a { font-size: 14px; font-weight: 600; color: var(--navy-800); }
.role-card a:hover { text-decoration: underline; }
.role-ico {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: var(--turq-50);
  color: var(--turq-800);
  display: flex; align-items: center; justify-content: center;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 18px;
}
.step-num {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 12px;
  font-weight: 600;
  color: var(--turq-700);
  margin-bottom: 12px;
}
html[dir="rtl"] .step-num { font-family: 'Cairo', sans-serif; }
.step h3 { font-size: 16.5px; margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--muted); }

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.split-grid h2 { font-size: clamp(26px, 3vw, 34px); margin-bottom: 14px; }
.split-grid .lead { color: var(--muted); margin-bottom: 22px; max-width: 28rem; }
.ticks { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.ticks li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; }
.ticks i {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--turq-50); color: var(--turq-700);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; flex-shrink: 0; margin-top: 1px;
}

.mock {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.mock-bar { background: var(--cloud); padding: 11px 14px; display: flex; gap: 6px; border-bottom: 1px solid var(--line); }
.mock-bar i { width: 8px; height: 8px; border-radius: 50%; background: #d1d5db; }
.mock-body { padding: 18px; }
.mock-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 12px; }
.mock-kpi { background: var(--cloud); border-radius: 10px; padding: 12px; }
.mock-kpi b { display: block; font-size: 16px; color: var(--navy-800); }
.mock-kpi span { font-size: 10.5px; color: var(--muted); }
.mock-row {
  display: flex; justify-content: space-between; align-items: center;
  background: var(--cloud); border-radius: 10px; padding: 10px 12px; margin-bottom: 8px; font-size: 13px;
}
.tag { font-size: 10.5px; font-weight: 700; padding: 3px 8px; border-radius: 999px; }
.tag-live { background: var(--turq-50); color: var(--turq-800); }
.tag-done { background: #e8eef6; color: var(--navy-800); }

.app-showcase {
  position: relative;
  width: min(100%, 420px);
  margin-inline: auto;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.app-showcase::before {
  content: '';
  position: absolute;
  width: 74%;
  height: 82%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 210, 193, .22), rgba(46, 210, 193, 0) 68%);
  filter: blur(14px);
  z-index: -2;
}
.app-showcase::after {
  content: '';
  position: absolute;
  bottom: 2%;
  width: 56%;
  height: 7%;
  border-radius: 50%;
  background: rgba(7, 27, 51, .18);
  filter: blur(18px);
  z-index: -1;
}
.app-showcase img {
  width: 100%;
  max-height: 590px;
  object-fit: contain;
  filter: drop-shadow(0 24px 32px rgba(7, 27, 51, .16));
}
.app-glow {
  position: absolute;
  inset: 12% 5%;
  border: 1px solid rgba(46, 210, 193, .18);
  border-radius: 48%;
  z-index: -1;
}

.money-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.money-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 24px 20px;
}
.money-card h3 { font-size: 17px; margin-bottom: 8px; }
.money-card p { font-size: 14.5px; }

.cta {
  background: var(--navy-900);
  padding: 88px 0;
  text-align: center;
  overflow: hidden;
}
.cta h2 { color: #fff; font-size: clamp(26px, 3.6vw, 38px); margin-bottom: 12px; }
.cta p { color: rgba(255,255,255,.68); max-width: 36rem; margin: 0 auto 28px; }
.cta-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

footer { background: var(--cloud); border-top: 1px solid var(--line); padding: 48px 0 24px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}
.footer-grid p { color: var(--muted); font-size: 14px; margin-top: 12px; max-width: 16rem; }
.footer-col h4 {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 11.5px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
html[dir="rtl"] .footer-col h4 { font-family: 'Cairo', sans-serif; text-transform: none; letter-spacing: 0; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col a { color: var(--muted); font-size: 14px; }
.footer-col a:hover { color: var(--navy-800); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
}

.ltr { direction: ltr; unicode-bidi: isolate; }

@media (prefers-reduced-motion: reduce) {
  .pulse-ring, .map-route .route-line { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 960px) {
  .hero-grid, .split-grid, .roles, .trust-grid, .steps, .money-grid, .footer-grid {
    grid-template-columns: 1fr;
  }
  .trust-item { border-inline-start: none; padding: 18px 0; border-top: 1px solid var(--line); }
  .trust-item:first-child { border-top: none; }
  .hero-visual { min-height: 280px; }
  .nav-links { display: none; }
  header.is-open .nav-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 100%;
    inset-inline: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 16px 28px 20px;
    gap: 14px;
  }
  .nav-toggle { display: inline-block; }
}

@media (max-width: 640px) {
  .nav { padding: 12px 16px; }
  .wrap { padding: 0 18px; }
  .nav-actions .btn { padding: 9px 12px; font-size: 13px; }
}
