/* ═══════════════════════════════════════════════════════════════
   يلا باص — الموقع التعريفيّ
   الهويّة نفسُها المستعملة في التطبيق: خلفيّةٌ ليليّة #0F172A وذهبيٌّ #F0C86B
   وخطُّ Cairo — كي لا يبدو الموقعُ غريباً عمّن حمّل التطبيق من زره.
   ═══════════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('fonts/cairo-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: 'Cairo';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('fonts/cairo-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --canvas: #0f172a;
  --canvas-deep: #060d18;
  --surface: #15203a;
  --raised: #0b1526;
  --gold: #f0c86b;
  --gold-top: #f8cf70;
  --gold-bottom: #c99332;
  --text: #f4f6fb;
  --dim: #9fadc6;
  --line: rgba(255, 255, 255, .09);
  --line-strong: rgba(240, 200, 107, .32);
  --maxw: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  margin: 0;
  background: var(--canvas);
  color: var(--text);
  font-family: 'Cairo', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; line-height: 1.35; font-weight: 800; letter-spacing: -.2px; }
p { margin: 0 0 16px; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.wrap { width: min(100% - 40px, var(--maxw)); margin-inline: auto; }
.wrap--narrow { width: min(100% - 40px, 880px); }
.gold { color: var(--gold); }

/* ── نصٌّ تمهيديّ صغير قبل كلّ عنوان ── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 0 0 14px; font-size: 12.5px; font-weight: 700; letter-spacing: .6px;
  color: var(--gold); text-transform: none;
}
.eyebrow::before { content: ''; width: 26px; height: 1px; background: var(--gold); opacity: .8; }

/* ═══ الشريط العلوي ═══ */
.nav {
  position: fixed; inset-block-start: 0; inset-inline: 0; z-index: 50;
  transition: background .25s, border-color .25s, backdrop-filter .25s;
  border-block-end: 1px solid transparent;
}
.nav.is-stuck {
  background: rgba(8, 14, 27, .88);
  backdrop-filter: blur(14px);
  border-block-end-color: var(--line);
}
.nav__in { display: flex; align-items: center; gap: 22px; height: 76px; }
.brand { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand img { height: 56px; width: auto; }
.brand__txt { font-weight: 800; font-size: 17px; letter-spacing: -.3px; }
.nav__links { display: flex; gap: 22px; margin-inline-start: auto; font-size: 14px; }
.nav__links a { color: var(--dim); transition: color .2s; position: relative; padding-block: 6px; }
.nav__links a:hover, .nav__links a.is-active { color: var(--text); }
.nav__links a.is-active::after {
  content: ''; position: absolute; inset-block-end: 0; inset-inline: 0;
  height: 2px; background: var(--gold); border-radius: 2px;
}
.nav__cta { display: flex; align-items: center; gap: 10px; }

.burger { display: none; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--line);
  background: rgba(255,255,255,.04); cursor: pointer; padding: 11px 10px; flex-direction: column; justify-content: space-between; }
.burger span { display: block; height: 2px; background: var(--text); border-radius: 2px; }

/* ═══ الأزرار ═══ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 20px; border-radius: 14px; font-weight: 700; font-size: 15px;
  border: 1px solid transparent; transition: transform .18s, box-shadow .18s, background .2s, border-color .2s;
  white-space: nowrap;
}
.btn span { display: flex; flex-direction: column; line-height: 1.25; text-align: start; }
.btn span i { font-style: normal; font-size: 11px; font-weight: 400; opacity: .72; }
.btn--gold { background: linear-gradient(180deg, var(--gold-top), var(--gold-bottom)); color: #1a1205;
  box-shadow: 0 10px 26px rgba(201, 147, 50, .28); }
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(201, 147, 50, .36); }
.btn--ghost { background: rgba(255,255,255,.05); border-color: var(--line); color: var(--text); }
.btn--ghost:hover { border-color: var(--line-strong); transform: translateY(-2px); }
.btn--sm { padding: 10px 16px; font-size: 14px; border-radius: 12px; }
.btn.is-soon { opacity: .55; pointer-events: none; }

/* ═══ الواجهة ═══ */
.hero { position: relative; padding-block: 148px 64px; overflow: hidden; }
.hero__glow {
  position: absolute; inset-block-start: -220px; inset-inline-end: -180px;
  width: 760px; height: 760px; border-radius: 50%;
  background: radial-gradient(circle, rgba(240,200,107,.16), transparent 62%);
  pointer-events: none;
}
.hero__in { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; position: relative; }
.hero h1 { font-size: clamp(32px, 4.4vw, 54px); line-height: 1.28; margin-bottom: 20px; }
.lede { font-size: 17px; color: var(--dim); max-width: 56ch; }
.hero__btns { display: flex; gap: 12px; flex-wrap: wrap; margin-block: 28px 14px; }
.hero__btns--center { justify-content: center; }
.hero__note { font-size: 13px; color: var(--dim); margin: 0; }

/* ── هاتفٌ مرسوم: لمحةٌ من شاشة التطبيق ── */
.hero__phone { display: flex; justify-content: center; }
.phone {
  position: relative; width: 290px; padding: 12px; border-radius: 42px;
  background: linear-gradient(180deg, #1c2947, #0a1220);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 40px 90px rgba(0,0,0,.6), 0 0 0 1px rgba(240,200,107,.08);
}
/* الهاتفُ رسمٌ لا نصّ: أبعادُه فيزيائيّةٌ لا تتبع اتجاه الصفحة. */
.phone__notch { position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  width: 108px; height: 20px; background: #0a1220; border-radius: 0 0 14px 14px; z-index: 2; }
.phone__scr { background: var(--canvas); border-radius: 32px; padding: 30px 16px 18px; }
.ph-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.ph-top img { height: 30px; width: auto; }
.ph-dot { width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255,255,255,.05); }
.ph-hi { margin: 0; font-size: 17px; font-weight: 800; }
.ph-role { margin: 0 0 12px; font-size: 11px; color: var(--dim); }
.ph-card { background: rgba(255,255,255,.05); border: 1px solid var(--line); border-radius: 15px;
  padding: 11px 12px; margin-bottom: 9px; display: flex; gap: 10px; align-items: center; }
.ph-card--gold { display: block; border-color: rgba(240,200,107,.3); background: rgba(240,200,107,.07); }
.ph-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.ph-chip { font-size: 9px; font-weight: 700; color: #4ade80; border: 1px solid rgba(74,222,128,.35);
  border-radius: 999px; padding: 2px 8px; }
.ph-ttl { font-size: 10px; color: var(--dim); }
.ph-line { margin: 0; font-size: 13.5px; font-weight: 700; }
.ph-line.sm { font-size: 12.5px; }
.ph-sub { margin: 2px 0 0; font-size: 10.5px; color: var(--dim); }
.ph-sub b { color: var(--gold); letter-spacing: 1px; }
.ph-drv { width: 38px; height: 38px; border-radius: 12px; flex: 0 0 auto; object-fit: cover;
  background: linear-gradient(140deg, #24324f, #131d33); border: 1px solid var(--line); }
.ph-track { text-align: center; font-size: 12px; font-weight: 700; color: #1a1205; border-radius: 13px;
  padding: 11px; background: linear-gradient(180deg, var(--gold-top), var(--gold-bottom)); margin-bottom: 9px; }
.ph-ref { background: linear-gradient(90deg, rgba(240,200,107,.14), rgba(255,255,255,.03)); }
.ph-gift { width: 30px; height: 30px; border-radius: 50%; flex: 0 0 auto;
  background: rgba(240,200,107,.16); border: 1px solid rgba(240,200,107,.4); position: relative; }
.ph-gift::after { content: ''; position: absolute; inset: 9px; border: 2px solid var(--gold); border-radius: 3px; }

/* ── شريط الحقائق ── */
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-block-start: 76px;
  background: var(--line); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.facts li { background: var(--canvas); padding: 22px 20px; }
.facts b { display: block; font-size: 16px; color: var(--gold); margin-bottom: 4px; }
.facts span { font-size: 13px; color: var(--dim); line-height: 1.7; }

/* ═══ الأقسام ═══ */
.sec { padding-block: 92px; }
.sec--alt { background: linear-gradient(180deg, transparent, rgba(255,255,255,.022) 12%, rgba(255,255,255,.022) 88%, transparent); }
.sec__head { max-width: 720px; margin-inline: auto; text-align: center; margin-block-end: 52px; }
.sec__head--start { margin-inline: 0; text-align: start; }
.sec__head .eyebrow { justify-content: center; }
.sec__head--start .eyebrow { justify-content: flex-start; }
.sec h2 { font-size: clamp(25px, 3.1vw, 36px); margin-bottom: 14px; }
.sec p, .band p { color: var(--dim); }
.sec b, .band b { color: var(--text); font-weight: 700; }
.sec__sub { font-size: 15.5px; }

.grid-7-5 { display: grid; grid-template-columns: 1.35fr 1fr; gap: 56px; align-items: center; }
.grid-5-7 { display: grid; grid-template-columns: 1fr 1.35fr; gap: 56px; align-items: center; }

/* ── الاقتباس ── */
.quote { margin: 0; padding: 38px 32px; border-radius: 24px; position: relative;
  background: linear-gradient(160deg, rgba(240,200,107,.1), rgba(255,255,255,.02));
  border: 1px solid rgba(240,200,107,.26); }
.quote__mark { position: absolute; inset-block-start: 6px; inset-inline-end: 24px;
  font-size: 90px; line-height: 1; color: rgba(240,200,107,.28); font-weight: 800; }
.quote blockquote { margin: 0 0 14px; font-size: 21px; font-weight: 700; line-height: 1.8; }
.quote figcaption { font-size: 12.5px; color: var(--dim); }

/* ── فاصلٌ على هيئة طريق ── */
.road { height: 2px; background: repeating-linear-gradient(90deg, rgba(240,200,107,.45) 0 26px, transparent 26px 52px);
  opacity: .5; width: min(100% - 40px, var(--maxw)); margin-inline: auto; }

/* ── الخطوات ── */
.steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; counter-reset: s; }
.steps li { position: relative; padding: 28px 30px 26px; border-radius: 22px;
  background: var(--raised); border: 1px solid var(--line); }
.steps li::after { content: ''; position: absolute; inset-block-start: 0; inset-inline-start: 30px; inset-inline-end: 30px;
  height: 1px; background: linear-gradient(90deg, transparent, rgba(240,200,107,.5), transparent); }
.steps__n { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px;
  border-radius: 14px; background: rgba(240,200,107,.12); border: 1px solid rgba(240,200,107,.34);
  color: var(--gold); font-weight: 800; font-size: 18px; margin-bottom: 14px; }
.steps h3 { font-size: 18px; margin-bottom: 8px; }
.steps p { margin: 0; font-size: 14.5px; }

/* ── بطاقاتُ الفئات ── */
.cards4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card { padding: 28px 24px; border-radius: 22px; background: var(--raised); border: 1px solid var(--line);
  transition: transform .2s, border-color .2s; }
.card:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.card h3 { font-size: 18px; color: var(--gold); margin-bottom: 10px; }
.card p { font-size: 14.5px; }
.card ul { border-block-start: 1px solid var(--line); padding-block-start: 14px; }
.card li { font-size: 13px; color: var(--dim); padding-inline-start: 18px; position: relative; margin-bottom: 8px; line-height: 1.7; }
.card li::before { content: ''; position: absolute; inset-inline-start: 0; inset-block-start: 11px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--gold); opacity: .75; }
.card--gold { background: linear-gradient(170deg, rgba(240,200,107,.12), rgba(255,255,255,.02)); border-color: rgba(240,200,107,.3); }

/* ── المزايا ── */
.feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line);
  border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.feats article { background: var(--canvas); padding: 32px 28px; transition: background .2s; }
.feats article:hover { background: var(--raised); }
.feats h3 { font-size: 17px; margin-bottom: 8px; }
.feats p { margin: 0; font-size: 14.5px; }
.ic { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; margin-bottom: 18px;
  background: rgba(240,200,107,.1); border: 1px solid rgba(240,200,107,.28); }
.ic svg { width: 24px; height: 24px; fill: none; stroke: var(--gold); stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round; }

/* ═══ شريطُ الأمان ═══ */
.band { padding-block: 92px; background:
  radial-gradient(1100px 400px at 85% 0%, rgba(240,200,107,.09), transparent 70%), var(--canvas-deep);
  border-block: 1px solid var(--line); }
.band h2 { font-size: clamp(25px, 3vw, 34px); margin-bottom: 14px; }
.checks li { position: relative; padding: 0 30px 18px 0; font-size: 15px; color: var(--dim); line-height: 1.85; }
/* علامةُ صحّ: شكلٌ لا نصّ، فحدودُها فيزيائيّةٌ كي لا تنعكس مع اتجاه الصفحة. */
.checks li::before {
  content: ''; position: absolute; inset-inline-start: 2px; inset-block-start: 10px; width: 14px; height: 8px;
  border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg);
}
.checks b { color: var(--text); }

/* ── لوحةٌ جانبيّة ── */
.panel { padding: 30px 28px; border-radius: 24px; background: var(--raised); border: 1px solid var(--line); }
.panel h3 { font-size: 19px; margin-bottom: 16px; }
.panel--gold { background: linear-gradient(165deg, rgba(240,200,107,.14), rgba(255,255,255,.02));
  border-color: rgba(240,200,107,.3); }
.panel__kicker { font-size: 12.5px; font-weight: 700; color: var(--gold); margin-bottom: 8px; }
.panel__note { font-size: 13px; color: var(--dim); margin: 16px 0 0; line-height: 1.8; }
/* معادلةُ سعر الاشتراك — ثلاثةُ عناصرَ ونتيجة */
.calc__row { display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 14px 16px; border-radius: 14px; background: rgba(255,255,255,.04); border: 1px solid var(--line); }
.calc__row span { font-size: 13px; color: var(--dim); }
.calc__row b { font-size: 14px; color: var(--text); }
.calc__op { text-align: center; color: var(--gold); font-size: 17px; font-weight: 800; padding-block: 6px; }
.calc__eq { margin-block-start: 14px; padding: 14px 16px; border-radius: 14px; text-align: center;
  font-size: 14px; font-weight: 700; color: var(--gold);
  background: rgba(240,200,107,.1); border: 1px solid rgba(240,200,107,.32); }

.mini { display: grid; gap: 12px; margin-block-start: 22px; }
.mini div { display: flex; gap: 14px; align-items: flex-start; font-size: 14.5px; color: var(--dim); }
.mini b { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 10px; display: grid; place-items: center;
  background: rgba(240,200,107,.12); border: 1px solid rgba(240,200,107,.32); color: var(--gold); font-size: 14px; }

.dots li { position: relative; padding-inline-start: 22px; margin-bottom: 14px; font-size: 15px; color: var(--dim); }
.dots li::before { content: ''; position: absolute; inset-inline-start: 0; inset-block-start: 12px;
  width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }

/* ═══ الأسئلة ═══ */
.faq { border-block-start: 1px solid var(--line); }
.faq details { border-block-end: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 20px 0 20px 34px; font-size: 16.5px; font-weight: 700;
  position: relative; transition: color .2s; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--gold); }
/* «+» تتحوّل إلى «−» عند الفتح: أوضحُ من سهمٍ قد يُقرأ اتجاهُه خطأً في العربية. */
.faq summary::before, .faq summary::after {
  content: ''; position: absolute; inset-inline-end: 6px; inset-block-start: 31px;
  background: var(--gold); border-radius: 2px; transition: transform .25s, opacity .25s;
}
.faq summary::before { width: 14px; height: 2px; }
.faq summary::after { width: 2px; height: 14px; inset-inline-end: 12px; inset-block-start: 25px; }
.faq details[open] summary::after { transform: rotate(90deg); opacity: 0; }
.faq p { margin: 0 0 22px; font-size: 15px; color: var(--dim); max-width: 74ch; }

/* ═══ نداءُ التحميل ═══ */
.cta { padding-block: 96px; text-align: center; position: relative;
  background: radial-gradient(760px 320px at 50% 0%, rgba(240,200,107,.14), transparent 70%); }
.cta__logo { height: 132px; width: auto; margin: 0 auto 22px; }
.cta h2 { font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 12px; }
.cta p { color: var(--dim); font-size: 16px; }

/* ═══ التذييل ═══ */
.foot { border-block-start: 1px solid var(--line); background: var(--canvas-deep); padding-block: 54px 22px; }
.foot__in { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.foot__brand img { height: 74px; width: auto; margin-bottom: 14px; }
.foot__brand p { font-size: 13.5px; color: var(--dim); max-width: 42ch; margin: 0; }
.foot__col h4 { font-size: 14px; margin-bottom: 14px; color: var(--gold); }
.foot__col a { display: block; font-size: 14px; color: var(--dim); padding-block: 5px; transition: color .2s; }
.foot__col a:hover { color: var(--text); }
.foot__col a[href] { cursor: pointer; }
.foot__addr { display: block; font-size: 13px; color: var(--dim); padding-block-start: 8px; line-height: 1.7; }
[hidden] { display: none !important; }
.foot__bar { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  margin-block-start: 40px; padding-block-start: 20px; border-block-start: 1px solid var(--line);
  font-size: 12.5px; color: var(--dim); }
.foot__made a { color: var(--gold); font-weight: 700; border-block-end: 1px solid rgba(240,200,107,.35);
  padding-block-end: 1px; transition: border-color .2s; }
.foot__made a:hover { border-block-end-color: var(--gold); }

/* ═══ ظهورٌ تدريجيّ عند التمرير ═══ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ═══ الشاشات الأصغر ═══ */
@media (max-width: 1040px) {
  .hero__in, .grid-7-5, .grid-5-7 { grid-template-columns: 1fr; gap: 42px; }
  .grid-5-7 > aside { order: 2; }
  .hero { padding-block-start: 124px; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .cards4 { grid-template-columns: repeat(2, 1fr); }
  .feats { grid-template-columns: repeat(2, 1fr); }
  .foot__in { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  body { font-size: 15.5px; }
  .nav__in { height: 68px; }
  .nav__links {
    position: fixed; inset-block-start: 68px; inset-inline: 0; flex-direction: column; gap: 0;
    background: rgba(8, 14, 27, .97); backdrop-filter: blur(14px); border-block-end: 1px solid var(--line);
    padding: 8px 20px 18px; display: none;
  }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding-block: 12px; border-block-end: 1px solid var(--line); font-size: 15px; }
  .nav__links a.is-active::after { display: none; }
  .burger { display: flex; }
  .nav__cta .btn { display: none; }
  .sec, .band { padding-block: 64px; }
  .hero { padding-block: 104px 44px; }
  .facts, .cards4, .feats, .steps { grid-template-columns: 1fr; }
  .facts { margin-block-start: 52px; }
  .foot__in { grid-template-columns: 1fr; gap: 28px; }
  .quote blockquote { font-size: 18px; }
  .phone { width: 260px; }
  .cta__logo { height: 104px; }
  .hero__btns .btn { flex: 1 1 100%; justify-content: center; }
}
