@font-face { font-family: "Tajawal"; src: url("/landing/fonts/Tajawal-Regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Tajawal"; src: url("/landing/fonts/Tajawal-Medium.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Tajawal"; src: url("/landing/fonts/Tajawal-Bold.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Tajawal"; src: url("/landing/fonts/Tajawal-ExtraBold.ttf") format("truetype"); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: "Tajawal"; src: url("/landing/fonts/Tajawal-Black.ttf") format("truetype"); font-style: normal; font-weight: 900; font-display: swap; }

:root {
  --ink: #102c2a;
  --forest: #063f3b;
  --teal: #087a70;
  --mint: #7ee3bf;
  --lime: #c8f47a;
  --cream: #f6f0df;
  --paper: #fffdf7;
  --orange: #ff8b5c;
  --line: rgba(16, 44, 42, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Tajawal", "Segoe UI", Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-shell { overflow: hidden; min-height: 100vh; }

.nav-wrap { height: 86px; max-width: 1240px; margin: auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 32px; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { border-radius: 14px; box-shadow: 0 7px 18px rgba(6, 63, 59, .16); }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand b { font-size: 17px; letter-spacing: -.02em; }
.brand small { margin-top: 5px; color: #6e7f7c; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.nav-links { display: flex; gap: 28px; align-items: center; font-size: 14px; font-weight: 650; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--teal); }
.language-switch { border: 1px solid var(--line); background: white; color: var(--ink); border-radius: 999px; padding: 9px 14px; cursor: pointer; font-weight: 750; box-shadow: 0 4px 14px rgba(6, 63, 59, .06); }
.language-switch:hover { border-color: var(--teal); }

.hero { min-height: 720px; max-width: 1240px; padding: 70px 28px 90px; margin: auto; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px; }
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 850; color: var(--teal); }
.eyebrow span { display: inline-block; width: 32px; height: 2px; background: currentColor; }
.hero h1 { margin: 20px 0 24px; max-width: 690px; font-family: "Tajawal", sans-serif; font-weight: 700; font-size: clamp(54px, 6vw, 88px); line-height: .96; letter-spacing: -.045em; }
[dir="rtl"] .hero h1 { letter-spacing: -.025em; line-height: 1.16; }
.hero h1 em { display: block; color: var(--teal); font-style: italic; }
.hero-lead { max-width: 600px; color: #4e6562; line-height: 1.75; font-size: 18px; }
.hero-actions { margin-top: 32px; display: flex; gap: 25px; align-items: center; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 22px; border-radius: 14px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--forest); color: white; box-shadow: 0 14px 30px rgba(6, 63, 59, .22); }
.button.cream { background: var(--cream); color: var(--forest); }
.text-link { font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 4px; display: inline-flex; gap: 10px; }
.trust-line { margin-top: 24px; color: #70817f; font-size: 13px; }

.hero-visual { height: 560px; position: relative; display: flex; align-items: center; justify-content: center; }
.hero-visual::before { content: ""; position: absolute; width: 470px; height: 470px; border-radius: 50%; background: radial-gradient(circle at 34% 28%, #dbfbd8, #7ee3bf 54%, #30a696); box-shadow: inset 0 0 0 18px rgba(255,255,255,.22), 0 40px 90px rgba(8,122,112,.22); }
.orbit { position: absolute; border: 1px dashed rgba(6,63,59,.3); border-radius: 50%; z-index: 0; }
.orbit-one { width: 540px; height: 330px; transform: rotate(-21deg); }
.orbit-two { width: 330px; height: 540px; transform: rotate(31deg); }
.phone { position: absolute; width: 250px; aspect-ratio: 1320/2868; border: 8px solid #102c2a; border-radius: 36px; background: #eef6f1; overflow: hidden; box-shadow: 0 28px 50px rgba(6, 45, 42, .24); }
.phone img, .screen-frame img, .landmark-card > img { width: 100%; height: 100%; object-fit: cover; }
.landmark-card > img { position: absolute; inset: 0; }
.phone-back { transform: translate(-112px, 20px) rotate(-9deg); opacity: .94; }
.phone-front { width: 280px; transform: translate(76px, -12px) rotate(5deg); }
.live-chip, .route-chip { position: absolute; z-index: 4; background: white; border: 1px solid rgba(6,63,59,.12); box-shadow: 0 12px 30px rgba(6,63,59,.16); }
.live-chip { top: 52px; left: 4%; padding: 11px 15px; border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.live-chip i { display: inline-block; width: 8px; height: 8px; background: #ff5f55; border-radius: 50%; margin-inline-end: 7px; box-shadow: 0 0 0 5px rgba(255,95,85,.14); }
.route-chip { right: 1%; bottom: 68px; padding: 13px 17px; border-radius: 18px; display: flex; flex-direction: column; }
.route-chip b { font-size: 24px; line-height: 1; color: var(--teal); }
.route-chip span { color: #6d7e7b; font-size: 10px; margin-top: 4px; }

.stat-ribbon { background: var(--forest); color: white; display: grid; grid-template-columns: repeat(3, 1fr); padding: 28px max(28px, calc((100vw - 1184px)/2)); gap: 28px; }
.stat-ribbon div { display: flex; align-items: center; gap: 16px; padding: 5px 20px; border-inline-end: 1px solid rgba(255,255,255,.16); }
.stat-ribbon div:last-child { border: 0; }
.stat-ribbon b { color: var(--lime); font-size: 24px; white-space: nowrap; }
.stat-ribbon span { opacity: .74; font-size: 13px; }

.feature-section { max-width: 1240px; margin: auto; padding: 120px 28px; }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; align-items: start; margin-bottom: 52px; }
.section-heading h2, .content-block h2, .community-section h2, .offline-section h2, .download-section h2 { margin: 0; font-family: "Tajawal", sans-serif; font-weight: 700; font-size: clamp(38px, 4.5vw, 62px); line-height: 1.08; letter-spacing: -.025em; }
[dir="rtl"] .section-heading h2, [dir="rtl"] .content-block h2, [dir="rtl"] .community-section h2, [dir="rtl"] .offline-section h2, [dir="rtl"] .download-section h2 { letter-spacing: -.015em; line-height: 1.25; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 420px; border-radius: 28px; padding: 26px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); }
.feature-1 { background: #d8f7ea; }
.feature-2 { background: #f8d6c7; }
.feature-3 { background: #e8edff; }
.feature-number { position: absolute; top: 24px; inset-inline-start: 24px; font: 700 13px/1 monospace; }
.feature-card h3 { margin: 0 0 10px; font: 700 38px/1 "Tajawal", sans-serif; }
.feature-card p { margin: 0; line-height: 1.62; color: #4c625f; font-size: 14px; }
.mini-map { position: absolute; inset: 35px 18px auto; height: 210px; border-radius: 80% 25% 70% 35%; opacity: .74; background: repeating-linear-gradient(28deg, transparent 0 22px, rgba(255,255,255,.95) 23px 30px), repeating-linear-gradient(120deg, transparent 0 42px, rgba(6,63,59,.11) 43px 47px); transform: rotate(-7deg); }
.mini-map i { position: absolute; width: 18px; height: 18px; border: 5px solid var(--forest); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.mini-map i:nth-child(1) { left: 23%; top: 30%; }.mini-map i:nth-child(2) { right: 18%; top: 50%; }.mini-map i:nth-child(3) { left: 48%; bottom: 16%; }

.playback-section { background: var(--cream); padding: 110px max(28px, calc((100vw - 1184px)/2)); display: grid; grid-template-columns: 1fr .86fr; gap: 80px; align-items: center; }
.playback-visual { border: 1px solid var(--line); padding: 28px; border-radius: 34px; background: rgba(255,255,255,.55); transform: rotate(-2deg); }
.screen-frame { aspect-ratio: 1.25; position: relative; overflow: hidden; border-radius: 24px; background: #d9e9dd; box-shadow: 0 20px 50px rgba(68,70,55,.15); }
.screen-frame img { object-position: center 45%; }
.play-button { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 70px; height: 70px; display: grid; place-items: center; background: var(--forest); color: white; border-radius: 50%; padding-inline-start: 4px; box-shadow: 0 0 0 10px rgba(255,255,255,.5); }
.speed-pill { position: absolute; bottom: 15px; right: 15px; background: rgba(255,255,255,.9); padding: 9px 13px; border-radius: 999px; font-size: 11px; font-weight: 850; }
.content-block > p:last-child, .community-copy > p, .offline-section article > p, .landmark-card div p, .download-section > div > p { line-height: 1.75; color: #56706c; font-size: 16px; }
.content-block h2 { margin: 18px 0 22px; }

.community-section { min-height: 680px; padding: 95px max(28px, calc((100vw - 1050px)/2)); background: var(--teal); color: white; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.eyebrow.light { color: var(--lime); }
.community-copy > p { color: rgba(255,255,255,.75); max-width: 610px; }
.community-section h2 { margin: 18px 0 22px; }
.report-tags { display: flex; gap: 11px; margin-top: 28px; }
.report-tags span { width: 48px; height: 48px; display: grid; place-items: center; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.18); border-radius: 15px; }
.community-phone { position: relative; width: 290px; justify-self: center; transform: rotate(5deg); border-color: #052e2b; }

.offline-section { max-width: 1240px; margin: auto; padding: 120px 28px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 24px; }
.offline-section > article:first-child { background: var(--lime); padding: 42px; border-radius: 30px; min-height: 470px; display: flex; flex-direction: column; justify-content: flex-end; }
.big-mark { font-size: 62px; font-weight: 300; margin-bottom: auto; }
.offline-section h2 { font-size: 45px; margin-bottom: 16px; }
.landmark-card { position: relative; min-height: 470px; overflow: hidden; border-radius: 30px; display: flex; align-items: flex-end; }
.landmark-card::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(4,34,32,.92)); }
.landmark-card div { position: relative; z-index: 2; color: white; padding: 34px; }
.landmark-card h3 { max-width: 580px; margin: 0; font: 700 34px/1.2 "Tajawal", sans-serif; }
.landmark-card div p { color: rgba(255,255,255,.74); margin-bottom: 0; }

.download-section { background: var(--forest); color: white; max-width: 1184px; margin: 0 auto 36px; border-radius: 38px; padding: 70px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; position: relative; overflow: hidden; }
.download-section::before { content: ""; position: absolute; width: 390px; height: 390px; border-radius: 50%; background: var(--teal); filter: blur(3px); right: -130px; top: -180px; opacity: .6; }
[dir="rtl"] .download-section::before { right: auto; left: -130px; }
.download-section > div { position: relative; z-index: 2; }
.download-section h2 { margin: 16px 0 14px; }
.download-section > div > p { color: rgba(255,255,255,.69); max-width: 720px; }
.store-row { display: flex; gap: 12px; flex-wrap: wrap; margin: 26px 0 8px; }
.store-badge { width: 176px; height: 56px; border: 1px solid rgba(255,255,255,.36); background: rgba(255,255,255,.10); border-radius: 12px; padding: 8px 16px; display: flex; flex-direction: column; color: white; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.store-badge:hover { transform: translateY(-2px); background: rgba(255,255,255,.18); }
.store-badge small { font-size: 9px; letter-spacing: .04em; }.store-badge b { font-size: 18px; }
.coming-note { font-size: 12px !important; margin: 0 0 24px; }
.qr-shape { width: 160px; height: 160px; border-radius: 35px; background: var(--mint); display: grid; place-items: center; transform: rotate(7deg); box-shadow: 0 0 0 12px rgba(255,255,255,.07); }
.qr-shape img { border-radius: 22px; }

.safety-note { max-width: 1184px; margin: 70px auto; padding: 28px 34px; border: 1px solid var(--line); border-inline-start: 5px solid var(--orange); display: grid; grid-template-columns: 150px 1fr; gap: 30px; align-items: center; }
.safety-note p { margin: 0; color: #60716f; line-height: 1.6; font-size: 14px; }
footer { border-top: 1px solid var(--line); max-width: 1184px; margin: auto; padding: 42px 0 55px; display: grid; grid-template-columns: 1fr auto; gap: 30px; color: #5f716f; font-size: 13px; }
footer > div:nth-child(2) { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
footer > small { grid-column: 1/-1; }
.footer-brand b { color: var(--ink); }.footer-brand small { text-transform: none; letter-spacing: 0; max-width: 360px; }

.legal-shell { min-height: 100vh; background: var(--cream); }
.legal-nav { background: var(--paper); border-bottom: 1px solid var(--line); }
.legal-hero { background: var(--forest); color: white; padding: 80px max(24px, calc((100vw - 900px)/2)); }
.legal-hero h1 { margin: 14px 0 16px; font: 700 clamp(46px,7vw,78px)/1 "Tajawal", sans-serif; }
.legal-hero p { color: rgba(255,255,255,.68); max-width: 720px; line-height: 1.6; }
.legal-content { max-width: 900px; margin: 0 auto; padding: 70px 24px 100px; }
.policy-language { padding: 38px 0; border-bottom: 1px solid rgba(16,44,42,.18); }
.policy-language:last-child { border: 0; }
.policy-language h2 { font: 700 36px/1.2 "Tajawal", sans-serif; margin: 0 0 24px; }
.policy-language h3 { font-size: 17px; margin: 30px 0 10px; }
.policy-language p, .policy-language li { color: #4e6562; line-height: 1.75; }
.policy-language ul { padding-inline-start: 22px; }
.policy-language a { color: var(--teal); text-decoration: underline; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 45px; }
  .hero-copy { text-align: center; }.eyebrow, .hero-actions { justify-content: center; }.hero-lead { margin-inline: auto; }
  .hero-visual { height: 530px; }
  .section-heading, .playback-section, .community-section, .offline-section { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 360px; }
  .community-phone { height: 590px; }
  .download-section { margin-inline: 20px; }
  footer { margin-inline: 24px; }
}

@media (max-width: 620px) {
  .nav-wrap { height: 76px; padding: 0 18px; }.brand small { display: none; }
  .hero { padding: 38px 18px 65px; }.hero h1 { font-size: 53px; }.hero-lead { font-size: 16px; }
  .hero-visual { height: 410px; transform: scale(.82); margin: -10px -40px; }
  .stat-ribbon { grid-template-columns: 1fr; }.stat-ribbon div { border-inline-end: 0; border-bottom: 1px solid rgba(255,255,255,.16); }.stat-ribbon div:last-child { border: 0; }
  .feature-section { padding: 80px 18px; }.section-heading { margin-bottom: 34px; }.section-heading h2 { font-size: 42px; }
  .playback-section, .community-section { padding: 75px 20px; }.playback-visual { padding: 12px; }
  .community-phone { height: 530px; }
  .offline-section { padding: 75px 18px; }.offline-section > article:first-child { min-height: 390px; padding: 30px; }.landmark-card { min-height: 430px; }
  .download-section { padding: 48px 28px; grid-template-columns: 1fr; border-radius: 28px; }.qr-shape { display: none; }.store-badge { flex: 1; min-width: 150px; }
  .safety-note { margin: 50px 18px; grid-template-columns: 1fr; gap: 8px; }
  footer { grid-template-columns: 1fr; }.footer-brand { align-items: flex-start; }footer > div:nth-child(2) { justify-content: flex-start; }footer > small { grid-column: auto; }
}

@media (prefers-reduced-motion: no-preference) {
  .phone-front { animation: float 5s ease-in-out infinite; }
  .live-chip { animation: float 4s ease-in-out -2s infinite; }
  @keyframes float { 0%,100% { translate: 0 0; } 50% { translate: 0 -10px; } }
}
