/*
 * ═══════════════════════════════════════════════════════════════
 *  ZovoPay — Landing 2026 · النموذج المعتمَد
 *  كل قاعدة منطَّقة تحت .zl — صفر تسرّب لبقيّة الموقع
 *  متغيّرات :root آمنة عامّة
 *  @keyframes آمنة عامّة
 * ═══════════════════════════════════════════════════════════════
 */

/* ── متغيّرات الألوان (عامّة آمنة) ── */
:root {
  --zl-deep:   #061228;
  --zl-dark:   #0d1b3e;
  --zl-navy:   #1b2e5f;
  --zl-bright: #2d5299;
  --zl-accent: #3b6fd4;
  --zl-pA:     #F4F6F9;
  --zl-pB:     #E8ECF2;
  --zl-ink:    #0F172A;
  --zl-body:   #334155;
  --zl-muted:  #5b6b8c;
  --zl-s1:     #C9D1DA;
  --zl-s2:     #AEB8C4;
  --zl-line:   #e6e9ee;
  --zl-ok:     #16a34a;
  --zl-warn:   #D97706;
  --zl-err:    #dc2626;
}

/* ── @keyframes (عامّة آمنة) ── */
@keyframes zl-shn   { 0%{transform:translateX(-160%)} 55%,100%{transform:translateX(300%)} }
@keyframes zl-tw    { 0%,100%{opacity:.2;transform:scale(.8)} 50%{opacity:1;transform:scale(1.3)} }
@keyframes zl-flo   { 0%{transform:translateY(0)} 100%{transform:translateY(-14px)} }
@keyframes zl-drift { to{transform:translate(28px,22px) scale(1.1)} }
@keyframes zl-tkmove{ from{transform:translateX(0)} to{transform:translateX(-50%)} }
@keyframes zl-fmove { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ── prefers-reduced-motion ── */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; }
}

/* ── إعادة ضبط داخل .zl ── */
.zl *, .zl *::before, .zl *::after { box-sizing: border-box; }
.zl { font-family: 'Tajawal', 'Outfit', sans-serif; color: var(--zl-ink); overflow-x: hidden; background: #fff; }
/* قاعدة أساس بيضاء: الأقسام العاديّة (zl-sec بلا navy/pearl/dark) كانت تُظهر خلفيّة body الداكنة (rgb(3,12,26)) من الثيم القديم → عناوين ink داكنة تختفي. هذه تعيد لوحة بيضاء؛ أقسام navy/pearl/dark/hero لها خلفيّاتها فتتجاوزها. */

/* ══════════════════════════════════════════
   UTILITIES داخل .zl
══════════════════════════════════════════ */
.zl .zl-wrap      { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.zl .zl-sec       { padding: 70px 0; }
.zl .zl-eyebrow   { font-size: 13px; font-weight: 800; letter-spacing: 1.5px; color: var(--zl-accent); }
.zl .zl-h2        { font-size: 34px; font-weight: 900; color: var(--zl-ink); line-height: 1.25; }
.zl .zl-center    { text-align: center; }
.zl .zl-muted     { color: var(--zl-muted); }
.zl .zl-grad      { background: linear-gradient(135deg,#dbe7ff,#9cc0ff 50%,var(--zl-accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.zl .zl-gradd     { background: linear-gradient(135deg,var(--zl-navy),var(--zl-accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ── أزرار ── */
.zl .zl-btn       { position: relative; overflow: hidden; display: inline-flex; align-items: center; gap: 8px; font-weight: 900; font-size: 15px; padding: 15px 26px; border-radius: 14px; cursor: pointer; border: none; text-decoration: none; font-family: inherit; }
.zl .zl-btn-p     { background: linear-gradient(135deg,var(--zl-deep),var(--zl-accent)); color: #fff; box-shadow: 0 12px 30px rgba(59,111,212,.36); }
.zl .zl-btn-w     { background: #fff; color: var(--zl-navy); box-shadow: 0 12px 30px rgba(59,111,212,.18); }
.zl .zl-btn-o     { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.2); color: #fff; }
.zl .zl-shn       { position: absolute; top: 0; bottom: 0; width: 46px; background: linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent); animation: zl-shn 4.5s ease-in-out infinite; }

/* ── بلاطة أيقونة ── */
.zl .zl-tile      { width: 50px; height: 50px; border-radius: 15px; background: linear-gradient(135deg,var(--zl-navy),var(--zl-accent)); display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 14px rgba(27,46,95,.28); border: 1px solid rgba(255,255,255,.14); flex-shrink: 0; }
.zl .zl-tile i    { color: #fff; font-size: 24px; }

/* ── بطاقة ── */
.zl .zl-card      { background: #fff; border: 1px solid var(--zl-line); border-radius: 20px; padding: 22px; box-shadow: 0 8px 24px rgba(15,23,42,.05); }

/* ── خط علوي متدرّج ── */
.zl .zl-hair      { position: absolute; top: 0; inset-inline-start: 0; inset-inline-end: 0; height: 1.5px; background: linear-gradient(90deg,transparent,var(--zl-s1),var(--zl-s2),transparent); }

/* ── خلفيّات ── */
.zl .zl-navy-bg   { position: relative; overflow: hidden; background: linear-gradient(150deg,var(--zl-deep),var(--zl-dark) 55%,var(--zl-navy)); color: #fff; }
.zl .zl-pearl-bg  { background: linear-gradient(180deg,var(--zl-pA),var(--zl-pB)); }
.zl .zl-dark-bg   { background: var(--zl-dark); }

/* ── شارة ── */
.zl .zl-lbl       { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; padding: 6px 14px; border-radius: 30px; }

/* ── صف ── */
.zl .zl-row       { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; }
.zl .zl-grid      { display: grid; gap: 16px; }

/* ── نقطة حيّة ── */
.zl .zl-dotlive   { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 8px #4ade80; display: inline-block; }

/* ── حبّة ── */
.zl .zl-pill      { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 30px; padding: 7px 15px; font-size: 12px; font-weight: 800; color: #dbe7ff; }

/* ── إحصائية hero ── */
.zl .zl-hstats    { display: flex; gap: 28px; margin-top: 28px; flex-wrap: wrap; }
.zl .zl-hstats b  { font-size: 24px; font-weight: 900; color: #fff; display: block; }
.zl .zl-hstats span { font-size: 12px; color: rgba(255,255,255,.55); }

/* ── نجمة ── */
.zl .zl-star      { position: absolute; width: 2px; height: 2px; border-radius: 50%; background: #dbe7ff; animation: zl-tw 3s ease-in-out infinite; }

/* ── بلل ── */
.zl .zl-bul       { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; margin-top: 12px; }
.zl .zl-bic       { width: 28px; height: 28px; border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* ══════════════════════════════════════════
   HERO
══════════════════════════════════════════ */
.zl .zl-hero      { position: relative; overflow: hidden; background: radial-gradient(ellipse at 72% 6%,var(--zl-navy) 0%,var(--zl-dark) 48%,var(--zl-deep) 100%); }
.zl .zl-hero canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.zl .zl-aur       { position: absolute; border-radius: 50%; filter: blur(60px); mix-blend-mode: screen; pointer-events: none; }
.zl .zl-grid-ov   { position: absolute; inset: 0; background-image: linear-gradient(rgba(155,192,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(155,192,255,.05) 1px,transparent 1px); background-size: 44px 44px; -webkit-mask-image: linear-gradient(180deg,transparent,#000 35%,#000 70%,transparent); mask-image: linear-gradient(180deg,transparent,#000 35%,#000 70%,transparent); }
.zl .zl-hero-in   { position: relative; display: flex; flex-wrap: wrap; gap: 30px; align-items: center; padding: 54px 0 70px; }
.zl .zl-hero h1   { font-size: 48px; font-weight: 900; color: #fff; line-height: 1.12; }
.zl .zl-hero p.zl-sub { font-size: 16px; color: rgba(255,255,255,.72); line-height: 1.85; margin-top: 16px; max-width: 480px; }

/* ══════════════════════════════════════════
   PHONE MOCK
══════════════════════════════════════════ */
.zl .zl-phone     { width: 248px; border-radius: 34px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); padding: 7px; box-shadow: 0 36px 70px rgba(0,0,0,.45); animation: zl-flo 4s ease-in-out infinite alternate; }
.zl .zl-pscr      { border-radius: 27px; overflow: hidden; background: linear-gradient(180deg,var(--zl-pA),var(--zl-pB)); padding: 14px 12px; }
.zl .zl-bhero     { position: relative; overflow: hidden; border-radius: 20px; padding: 17px; background: linear-gradient(135deg,var(--zl-deep) 0%,var(--zl-navy) 55%,var(--zl-accent) 100%); box-shadow: 0 14px 26px rgba(27,46,95,.4); }
.zl .zl-actc      { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; }
.zl .zl-actc i    { color: #fff; font-size: 18px; }

/* ══════════════════════════════════════════
   TICKER
══════════════════════════════════════════ */
.zl .zl-tk        { position: relative; overflow: hidden; background: linear-gradient(135deg,var(--zl-deep),var(--zl-dark) 50%,var(--zl-navy)); }
.zl .zl-tk-live   { position: absolute; top: 0; bottom: 0; inset-inline-end: 0; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 0 20px; background: linear-gradient(270deg,var(--zl-deep) 72%,transparent); color: #fff; font-size: 13px; font-weight: 800; }
.zl .zl-tk-vp     { overflow: hidden; padding: 15px 0; }
.zl .zl-tk-track  { display: flex; width: max-content; animation: zl-tkmove 40s linear infinite; }
.zl .zl-tk-vp:hover .zl-tk-track { animation-play-state: paused; }
.zl .zl-tk-i      { display: flex; align-items: center; gap: 10px; padding: 0 22px; border-inline-end: 1px solid rgba(255,255,255,.08); white-space: nowrap; }
.zl .zl-tk-c      { font-size: 13px; font-weight: 800; color: rgba(255,255,255,.85); }
.zl .zl-tk-r      { font-size: 14px; font-weight: 800; color: #fff; }
.zl .zl-tk-ch     { font-size: 12px; font-weight: 800; display: flex; align-items: center; gap: 2px; }
.zl .zl-up        { color: #4ade80; }
.zl .zl-dn        { color: #fb7185; }

/* ══════════════════════════════════════════
   TRUST BAR
══════════════════════════════════════════ */
.zl .zl-trust     { background: var(--zl-dark); padding: 18px 0; }
.zl .zl-trust .zl-wrap { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; align-items: center; }
.zl .zl-trust span { font-size: 12px; color: rgba(255,255,255,.82); font-weight: 700; }
.zl .zl-trust i   { color: var(--zl-s1); }

/* ══════════════════════════════════════════
   FEATURE CARDS — دوّار
══════════════════════════════════════════ */
.zl .zl-fcard     { background: #fff; border: 1px solid var(--zl-line); border-radius: 20px; padding: 22px; box-shadow: 0 8px 24px rgba(15,23,42,.05); transition: transform .2s,box-shadow .2s; }
.zl .zl-fcard:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(15,23,42,.09); }

.zl .zl-fmarquee  { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); }
.zl .zl-ftrack    { display: flex; width: max-content; padding: 16px 0; animation: zl-fmove 55s linear infinite; }
.zl .zl-fmarquee:hover .zl-ftrack { animation-play-state: paused; }
.zl .zl-fcardc    { width: 254px; flex-shrink: 0; margin-inline-start: 18px; background: #fff; border: 1px solid var(--zl-line); border-radius: 20px; padding: 22px; box-shadow: 0 8px 24px rgba(15,23,42,.05); transition: transform .2s,box-shadow .2s; }
.zl .zl-fcardc:hover { transform: translateY(-5px); box-shadow: 0 18px 36px rgba(15,23,42,.1); }

/* ══════════════════════════════════════════
   خطوات
══════════════════════════════════════════ */
.zl .zl-stepnum   { position: relative; width: 68px; height: 68px; margin: 0 auto; }
.zl .zl-stepnum .zl-tile { width: 68px; height: 68px; border-radius: 20px; }
.zl .zl-stepnum b { position: absolute; top: -6px; inset-inline-end: -6px; width: 26px; height: 26px; border-radius: 50%; background: #fff; border: 2px solid var(--zl-accent); color: var(--zl-navy); font-weight: 900; font-size: 13px; display: flex; align-items: center; justify-content: center; }

/* ══════════════════════════════════════════
   شهادات
══════════════════════════════════════════ */
.zl .zl-av        { width: 44px; height: 44px; border-radius: 13px; background: linear-gradient(135deg,var(--zl-navy),var(--zl-accent)); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 18px; flex-shrink: 0; }
.zl .zl-stars     { color: #f5b301; font-size: 15px; letter-spacing: 2px; }

/* ══════════════════════════════════════════
   رقائق Chips
══════════════════════════════════════════ */
.zl .zl-chip      { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--zl-line); border-radius: 30px; padding: 11px 18px; font-size: 13px; font-weight: 800; color: var(--zl-navy); box-shadow: 0 4px 12px rgba(15,23,42,.04); }
.zl .zl-chip i    { color: var(--zl-accent); font-size: 18px; }

/* ══════════════════════════════════════════
   مقارنة
══════════════════════════════════════════ */
.zl .zl-crow      { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-top: 1px solid #eef1f5; font-size: 14px; }

/* ══════════════════════════════════════════
   بطاقات ZovoHub
══════════════════════════════════════════ */
.zl .zl-rm        { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 18px; }
.zl .zl-rm-badge  { font-size: 10px; font-weight: 800; padding: 4px 11px; border-radius: 20px; }

/* ══════════════════════════════════════════
   FAQ — أكورديون
══════════════════════════════════════════ */
.zl .zl-faq       { background: #fff; border: 1px solid var(--zl-line); border-radius: 14px; margin-top: 12px; overflow: hidden; }
.zl .zl-faq .zl-fq { display: flex; justify-content: space-between; align-items: center; padding: 17px 20px; cursor: pointer; font-size: 15px; font-weight: 800; user-select: none; }
.zl .zl-faq .zl-fa { max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; padding: 0 20px; color: var(--zl-muted); font-size: 14px; line-height: 1.85; }
.zl .zl-faq.zl-open .zl-fa { max-height: 220px; padding: 0 20px 17px; }
.zl .zl-faq.zl-open .zl-fq i { transform: rotate(45deg); }
.zl .zl-faq .zl-fq i { transition: transform .3s; color: var(--zl-accent); }

/* ══════════════════════════════════════════
   زرّ متجر
══════════════════════════════════════════ */
.zl .zl-store     { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg,var(--zl-dark),var(--zl-navy)); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; padding: 11px 18px; color: #fff; text-decoration: none; }

/* ══════════════════════════════════════════
   أرقام — قسم إحصائيّات
══════════════════════════════════════════ */
.zl .zl-stats-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(130px,1fr)); gap: 20px; text-align: center; }
.zl .zl-stat-n    { font-size: 30px; font-weight: 900; color: #fff; }
.zl .zl-stat-l    { font-size: 12px; color: rgba(255,255,255,.6); margin-top: 4px; }

/* ══════════════════════════════════════════
   App Showcase — ثلاثة هواتف
══════════════════════════════════════════ */
.zl .zl-phones-row { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

/* ══════════════════════════════════════════
   مجتمع — نشرة إخبارية
══════════════════════════════════════════ */
.zl .zl-newsletter-wrap { display: flex; gap: 10px; max-width: 420px; margin: 18px auto 0; flex-wrap: wrap; }
.zl .zl-newsletter-inp  { flex: 1; min-width: 180px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 13px; padding: 13px; display: flex; align-items: center; gap: 8px; }
.zl .zl-newsletter-inp span { font-size: 13px; color: rgba(255,255,255,.6); }
.zl .zl-newsletter-inp i { color: rgba(255,255,255,.6); font-size: 18px; }
.zl .zl-newsletter-btn  { background: linear-gradient(135deg,var(--zl-s1),var(--zl-s2)); color: var(--zl-deep); font-weight: 900; font-size: 15px; padding: 13px 22px; border-radius: 13px; border: none; cursor: pointer; font-family: inherit; }

/* ══════════════════════════════════════════
   إحالة — رمز التبادل
══════════════════════════════════════════ */
.zl .zl-ref-box   { position: relative; overflow: hidden; background: linear-gradient(135deg,var(--zl-deep),var(--zl-navy) 60%,var(--zl-accent)); border-radius: 22px; padding: 26px; text-align: center; box-shadow: 0 16px 34px rgba(27,46,95,.32); }

/* ══════════════════════════════════════════
   Responsive
══════════════════════════════════════════ */
@media (max-width: 760px) {
  .zl .zl-hero h1  { font-size: 36px; }
  .zl .zl-h2       { font-size: 27px; }
  .zl .zl-sec      { padding: 50px 0; }
  .zl .zl-phone    { width: 200px; }
  .zl .zl-hero-in  { padding: 36px 0 50px; }
}
