/* Shoula — public site. Mobile-first, RTL-first (logical properties everywhere). */
@font-face { font-family: "Plex Arabic"; font-style: normal; font-weight: 400; font-display: swap; src: url(../fonts/plex-arabic-400-arabic.woff2) format("woff2"); unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC; }
@font-face { font-family: "Plex Arabic"; font-style: normal; font-weight: 600; font-display: swap; src: url(../fonts/plex-arabic-600-arabic.woff2) format("woff2"); unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC; }
@font-face { font-family: "Plex Arabic"; font-style: normal; font-weight: 700; font-display: swap; src: url(../fonts/plex-arabic-700-arabic.woff2) format("woff2"); unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC; }
@font-face { font-family: "Plex Arabic"; font-style: normal; font-weight: 400; font-display: swap; src: url(../fonts/plex-arabic-400-latin.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Plex Arabic"; font-style: normal; font-weight: 600; font-display: swap; src: url(../fonts/plex-arabic-600-latin.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Plex Arabic"; font-style: normal; font-weight: 700; font-display: swap; src: url(../fonts/plex-arabic-700-latin.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --orange: #F04E23;
  --orange-dark: #C93F17;
  --orange-soft: #FFF1EA;
  --orange-tint: #FDE3D8;
  --indigo: #2D3691;
  --indigo-soft: #EEF0FA;
  --teal: #1AA89D;
  --teal-soft: #E6F6F4;
  --ink: #1B1F2A;
  --ink-2: #3D4451;
  --muted: #6B7280;
  --line: #E6E8EC;
  --surface: #F6F7F9;
  --bg: #FFFFFF;
  --radius: 16px;
  --radius-sm: 10px;
  --wrap: 1120px;
  --font: "Plex Arabic", "IBM Plex Sans Arabic", "Segoe UI", Tahoma, system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.7; color: var(--ink); background: var(--bg); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--orange-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { line-height: 1.3; margin: 0 0 .5em; font-weight: 700; }
h1 { font-size: 1.9rem; }
h2 { font-size: 1.45rem; }
h3 { font-size: 1.1rem; }
p { margin: 0 0 1em; }
ul, ol { padding-inline-start: 1.4em; margin: 0 0 1em; }
li { margin-bottom: .35em; }
small { font-size: .85em; }
:focus-visible { outline: 3px solid var(--indigo); outline-offset: 2px; border-radius: 4px; }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 20px; }
.skip { position: absolute; inset-inline-start: 8px; top: -60px; background: var(--ink); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 100; }
.skip:focus { top: 8px; }
.muted { color: var(--muted); }
.eyebrow { display: inline-block; font-size: .85rem; font-weight: 600; color: var(--orange-dark); background: var(--orange-soft); padding: 4px 12px; border-radius: 999px; margin-bottom: 14px; }
.eyebrow.indigo { color: var(--indigo); background: var(--indigo-soft); }

/* ---- header ---- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.site-header::after { content: ""; display: block; height: 3px; background: linear-gradient(90deg, var(--orange), #F7873C 45%, var(--indigo) 100%); }
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 700; font-size: 1.25rem; }
.brand:hover { text-decoration: none; }
.brand img { width: 48px; height: auto; }
.nav { display: none; }
.nav ul, .menu ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 6px; }
.nav a, .menu a { display: block; padding: 8px 14px; border-radius: 999px; color: var(--ink-2); font-weight: 600; }
.nav a:hover, .menu a:hover { background: var(--orange-soft); text-decoration: none; color: var(--orange-dark); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.lang-switch { font-weight: 600; font-size: .95rem; padding: 6px 12px; border: 1.5px solid var(--line); border-radius: 999px; color: var(--ink-2); }
.lang-switch:hover { border-color: var(--orange); color: var(--orange-dark); text-decoration: none; }
.menu { position: relative; }
.menu summary { list-style: none; cursor: pointer; width: 42px; height: 42px; border-radius: 10px; display: grid; place-content: center; gap: 5px; border: 1.5px solid var(--line); }
.menu summary::-webkit-details-marker { display: none; }
.menu summary span { display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; }
.menu ul { position: absolute; inset-inline-end: 0; top: 50px; flex-direction: column; gap: 2px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 8px; min-width: 200px; box-shadow: 0 12px 32px rgba(27,31,42,.12); }
@media (min-width: 840px) {
  .nav { display: block; }
  .menu { display: none; }
  .brand img { width: 56px; }
}

/* ---- buttons & badges ---- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: 999px; font-weight: 700; border: 2px solid transparent; cursor: pointer; font-family: inherit; font-size: 1rem; line-height: 1.2; }
.btn:hover { text-decoration: none; }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 8px 20px rgba(240,78,35,.3); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-outline { border-color: var(--line); color: var(--ink); background: #fff; }
.btn-outline:hover { border-color: var(--ink); }
.btn-teal { background: var(--teal); color: #fff; box-shadow: 0 8px 20px rgba(26,168,157,.3); }
.btn-teal:hover { background: #148f86; }
.badges { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 12px; }
.badges-label { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .95rem; color: var(--ink-2); flex-basis: 100%; }
.badges-label img { width: 28px; height: 28px; border-radius: 7px; box-shadow: 0 2px 6px rgba(0,0,0,.2); }
.badge { display: inline-flex; align-items: center; gap: 8px; background: #111318; color: #fff; border-radius: 10px; padding: 7px 14px 7px 12px; flex: 1 1 140px; min-width: 150px; max-width: 200px; white-space: nowrap; line-height: 1.1; border: 1px solid #2a2e37; }
.badge:hover { text-decoration: none; background: #000; }
.badge svg { width: 24px; height: 24px; flex: none; }
.badge span { display: flex; flex-direction: column; font-weight: 700; font-size: 1.05rem; }
.badge small { font-size: .65rem; font-weight: 400; opacity: .85; }
.badges + .badges .badges-label { margin-top: 4px; }
@media (min-width: 560px) { .badges-label { flex-basis: auto; min-width: 150px; } }
.on-dark .badges-label, .on-dark .eyebrow { color: #fff; }
.on-dark .eyebrow { background: rgba(255,255,255,.18); }
.on-dark .badge { border-color: rgba(255,255,255,.25); box-shadow: 0 8px 24px rgba(0,0,0,.25); }

/* ---- colour panels ---- */
.panel-orange { background: linear-gradient(160deg, #F9924A 0%, #F26A2E 45%, #E8431B 100%); color: #fff; }
.panel-indigo { background: linear-gradient(160deg, #4451C4 0%, #2D3691 55%, #232B78 100%); color: #fff; }
.panel-ink { background: radial-gradient(120% 120% at 100% 0%, #2A3040 0%, #1B1F2A 60%); color: #fff; }
.panel-cream { background: linear-gradient(180deg, #FFF4EC 0%, #FFE9DC 100%); }
.on-dark h1, .on-dark h2, .on-dark h3 { color: #fff; }
.on-dark p { color: rgba(255,255,255,.88); }
.on-dark a:not(.btn):not(.badge) { color: #fff; text-decoration: underline; text-decoration-color: rgba(255,255,255,.5); }
.watermark { position: relative; overflow: hidden; }
.watermark::before { content: ""; position: absolute; inset-inline-end: -8%; top: -10%; width: 62%; max-width: 620px; aspect-ratio: 264/188; background: url(../img/mark-white.png) no-repeat center / contain; opacity: .09; pointer-events: none; }
.watermark > * { position: relative; }

/* ---- hero ---- */
.hero { padding: 40px 0 0; }
.hero-grid { display: grid; gap: 32px; align-items: end; }
.hero-copy { padding-bottom: 36px; }
.hero h1 { font-size: 2.1rem; margin-bottom: 16px; text-shadow: 0 2px 12px rgba(0,0,0,.12); }
.hero-lines { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 10px; }
.hero-lines li { display: flex; gap: 12px; align-items: flex-start; font-size: 1.05rem; color: rgba(255,255,255,.95); }
.hero-lines .dot { flex: none; width: 34px; height: 34px; border-radius: 10px; display: grid; place-content: center; font-weight: 700; font-size: .8rem; margin-top: 2px; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.35); color: #fff; }
.hero-lines .dot-merchant { background: var(--indigo); border-color: var(--indigo); }
.hero-phones { display: flex; justify-content: center; align-items: flex-end; gap: 14px; margin-bottom: -60px; }
.hero-phones img { width: 44%; max-width: 230px; filter: drop-shadow(0 24px 40px rgba(60,10,0,.35)); }
.hero-phones img:first-child { margin-bottom: 36px; }
.hero-tail { height: 84px; background: var(--bg); }
@media (min-width: 840px) {
  .hero { padding-top: 64px; }
  .hero-grid { grid-template-columns: 1.1fr .9fr; }
  .hero-copy { padding-bottom: 72px; }
  .hero h1 { font-size: 2.8rem; }
  .hero-phones { margin-bottom: -90px; }
  .hero-phones img { max-width: 260px; }
  .hero-tail { height: 110px; }
}

/* ---- facts strip ---- */
.facts { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.facts li { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px; margin: 0; font-weight: 600; color: var(--ink-2); box-shadow: 0 6px 18px rgba(27,31,42,.05); }
.facts .icon { flex: none; }

/* ---- sections ---- */
.section { padding: 48px 0; }
.section-head { max-width: 640px; margin-bottom: 28px; }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.on-dark .section-head p { color: rgba(255,255,255,.85); }
.split { display: grid; gap: 28px; align-items: center; }
.split-phone { display: flex; justify-content: center; }
.split-phone img { width: 68%; max-width: 280px; filter: drop-shadow(0 24px 40px rgba(0,0,0,.3)); }
@media (min-width: 840px) {
  .section { padding: 80px 0; }
  .split { grid-template-columns: 1fr 340px; gap: 56px; }
  .split.reverse { grid-template-columns: 340px 1fr; }
  .split.reverse .split-phone { order: -1; }
}
.features { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
.features li { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; margin: 0; box-shadow: 0 8px 24px rgba(27,31,42,.06); }
.features h3 { font-size: 1.02rem; margin: 10px 0 4px; }
.features p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.6; }
.on-dark .features li { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.18); box-shadow: none; }
.on-dark .features li:hover { background: rgba(255,255,255,.16); }
.on-dark .features p { color: rgba(255,255,255,.8); }
.icon { width: 40px; height: 40px; border-radius: 12px; display: grid; place-content: center; }
.icon svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.icon-orange { background: var(--orange-soft); color: var(--orange-dark); }
.icon-indigo { background: var(--indigo-soft); color: var(--indigo); }
.icon-teal { background: var(--teal-soft); color: var(--teal); }
.icon-white { background: rgba(255,255,255,.2); color: #fff; }
.panel-cream .features li { border-color: transparent; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; counter-reset: step; }
.steps li { position: relative; background: #fff; border-radius: var(--radius); padding: 22px 20px 18px; margin: 0; border: 1px solid var(--line); border-top: 4px solid var(--orange); box-shadow: 0 10px 28px rgba(27,31,42,.06); }
.steps li:nth-child(2) { border-top-color: var(--indigo); }
.steps li:nth-child(3) { border-top-color: var(--teal); }
.steps li::before { counter-increment: step; content: counter(step); display: grid; place-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--orange); color: #fff; font-weight: 700; font-size: 1.1rem; margin-bottom: 12px; }
.steps li:nth-child(2)::before { background: var(--indigo); }
.steps li:nth-child(3)::before { background: var(--teal); }
.steps h3 { margin-bottom: 4px; }
.steps p { margin: 0; color: var(--muted); }
@media (min-width: 720px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.about { text-align: center; max-width: 720px; margin-inline: auto; }
.about p { font-size: 1.1rem; }
.about img { width: 120px; margin: 0 auto 14px; }
.cta { border-radius: 24px; padding: 32px 24px; }
.cta h2 { font-size: 1.7rem; }
@media (min-width: 840px) { .cta { padding: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; } }

/* ---- documents (privacy, terms, delete, contact) ---- */
.doc-head { padding: 40px 0 34px; }
.doc-head h1 { margin-bottom: 8px; font-size: 2.1rem; }
.doc-head p { margin: 0; max-width: 720px; }
.doc { padding: 32px 0 56px; }
.doc-grid { display: grid; gap: 32px; }
.doc-body { max-width: 760px; }
.doc-body h2 { margin-top: 2em; padding-top: .4em; font-size: 1.3rem; padding-inline-start: 14px; border-inline-start: 4px solid var(--orange); line-height: 1.25; }
.doc-body h2:first-child { margin-top: 0; }
.doc-body h3 { margin-top: 1.6em; font-size: 1.05rem; color: var(--indigo); }
.doc-body p, .doc-body li { color: var(--ink-2); }
.doc-body li { margin-bottom: .5em; }
.doc-body strong { color: var(--ink); }
.toc { background: var(--indigo-soft); border-radius: var(--radius); padding: 18px 20px; font-size: .95rem; border: 1px solid #DDE1F5; }
.toc h2 { font-size: .85rem; text-transform: uppercase; letter-spacing: .04em; color: var(--indigo); margin-bottom: 8px; }
.toc ol { margin: 0; padding-inline-start: 1.2em; }
.toc li { margin-bottom: .3em; }
.toc a { color: var(--ink-2); }
.toc a:hover { color: var(--indigo); }
@media (min-width: 960px) {
  .doc-grid { grid-template-columns: 260px 1fr; align-items: start; }
  .toc { position: sticky; top: 84px; }
}
.callout { border-inline-start: 4px solid var(--orange); background: var(--orange-soft); padding: 14px 18px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin: 1.2em 0; }
[dir="rtl"] .callout { border-radius: var(--radius-sm) 0 0 var(--radius-sm); }
.callout p:last-child { margin-bottom: 0; }
.callout.indigo { border-color: var(--indigo); background: var(--indigo-soft); }
.data-table { width: 100%; border-collapse: collapse; margin: 1em 0 1.5em; font-size: .95rem; }
.data-table th, .data-table td { text-align: start; vertical-align: top; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.data-table th { background: var(--indigo); color: #fff; font-weight: 600; }
.data-table tbody tr:nth-child(even) { background: var(--surface); }
.table-wrap { overflow-x: auto; border-radius: var(--radius-sm); }
.policy-part { margin-top: 3em; padding: 28px 24px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.policy-part > h2:first-child { margin-top: 0; font-size: 1.5rem; }
#merchant-policy { background: var(--indigo-soft); border-color: #DDE1F5; }
#merchant-policy > h2:first-child { border-color: var(--indigo); }
#driver-policy { background: var(--orange-soft); border-color: var(--orange-tint); }
.placeholder { font-family: ui-monospace, Menlo, monospace; font-size: .92em; background: #FFF7D6; padding: 1px 6px; border-radius: 4px; color: #7a5a00; }

/* ---- contact ---- */
.contact-grid { display: grid; gap: 20px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: 0 10px 28px rgba(27,31,42,.06); }
.contact-card h2 { font-size: 1.15rem; }
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; margin: 0; }
.contact-list .icon { flex: none; }
.contact-list strong { display: block; font-size: .85rem; color: var(--muted); font-weight: 600; }
.contact-list a, .contact-list span.val { font-size: 1.05rem; font-weight: 600; color: var(--ink); direction: ltr; unicode-bidi: isolate; }
[dir="rtl"] .contact-list a, [dir="rtl"] .contact-list span.val { display: inline-block; }
.form { display: grid; gap: 14px; }
.form label { display: block; font-weight: 600; font-size: .95rem; margin-bottom: 6px; }
.form input, .form select, .form textarea { width: 100%; font: inherit; padding: 11px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: #fff; color: var(--ink); }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--orange); outline: none; box-shadow: 0 0 0 3px var(--orange-tint); }
.form textarea { min-height: 140px; resize: vertical; }
.form .hint { font-size: .85rem; color: var(--muted); margin: 0; }
@media (min-width: 840px) { .contact-grid { grid-template-columns: 1fr 1fr; align-items: start; } }

/* ---- footer ---- */
.site-footer { background: #15181F; color: #C9CDD6; padding: 44px 0 28px; border-top: 4px solid var(--orange); }
.site-footer a { color: #fff; }
.footer-grid { display: grid; gap: 28px; }
.footer-h { font-size: .85rem; text-transform: uppercase; letter-spacing: .06em; color: #8E95A3; margin-bottom: 12px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-brand img { width: 84px; margin-bottom: 12px; }
.footer-tagline { color: #fff; font-weight: 600; margin-bottom: 6px; }
.footer-company { font-size: .9rem; color: #8E95A3; }
.footer-apps .badges-label { color: #fff; flex-basis: 100%; }
.footer-apps .badge { border-color: #3A404C; }
.footer-copy { margin: 32px 0 0; padding-top: 20px; border-top: 1px solid #2E3340; font-size: .85rem; color: #8E95A3; }
@media (min-width: 720px) { .footer-grid { grid-template-columns: 1.2fr .8fr .8fr 1.4fr; } }

@media print { .site-header, .site-footer, .toc, .cta { display: none; } .doc-grid { display: block; } }
