/* ============================================================
   landing.css
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --lp-brand:     #ef4444;
  --lp-brand2:    #dc2626;
  --lp-brand-bg:  #fef2f2;
  --lp-dark:      #0f172a;
  --lp-dark2:     #1e293b;
  --lp-text:      #1e293b;
  --lp-muted:     #64748b;
  --lp-border:    #e2e8f0;
  --lp-bg:        #f8fafc;
  --lp-surface:   #ffffff;
  --lp-success:   #22c55e;
  --lp-warn:      #f59e0b;
  --lp-radius:    16px;
  --lp-shadow:    0 4px 24px rgba(0,0,0,.08);
  --lp-shadow-lg: 0 12px 48px rgba(0,0,0,.14);
}

body {
  font-family: 'Cairo', sans-serif;
  background: var(--lp-bg);
  color: var(--lp-text);
  line-height: 1.6;
  overflow-x: hidden;
}

.lp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ══════════════════════════════════════
   NAVBAR
══════════════════════════════════════ */
.lp-nav {
  position: fixed;
  top: 0; right: 0; left: 0;
  z-index: 100;
  background: transparent;
  transition: background .3s, box-shadow .3s;
}
.lp-nav.scrolled {
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 16px rgba(0,0,0,.08);
}
.lp-nav-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 70px;
}




/* ── Logo ── */
.lp-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  color: var(--lp-dark);
  flex-shrink: 0;
}
.lp-logo-icon {
  width: 38px; height: 38px;
  background: var(--lp-brand);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
}
/* "Menu" أبيض على Hero، داكن بعد scroll */
.lp-logo-menu               { color: #fff; }
.lp-nav.scrolled .lp-logo-menu { color: var(--lp-dark); }
/* "Lok" دائماً البراند */
.lp-logo-text strong        { color: var(--lp-brand); }
/* Sidebar & Footer: "Menu" داكن */
.mob-sidebar .lp-logo-menu  { color: var(--lp-dark); }
.lp-footer   .lp-logo-menu  { color: #fff; }

/* Nav links */
.lp-nav-links {
  display: flex;
  list-style: none;
  gap: 4px;
  margin: 0 auto;
}
.lp-nav-links a {
  display: block;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: rgba(255,255,255,.85);
  border-radius: 8px;
  transition: background .2s, color .2s;
}
.lp-nav.scrolled .lp-nav-links a { color: var(--lp-dark2); }
.lp-nav-links a:hover { background: var(--lp-brand-bg); color: var(--lp-brand); }

.lp-nav-actions { display: flex; gap: 10px; flex-shrink: 0; }

/* ══════════════════════════════════════
   BUTTONS
══════════════════════════════════════ */
.lp-btn-primary {
  padding: 10px 22px;
  background: var(--lp-brand);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: 'Cairo', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, transform .1s, box-shadow .2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.lp-btn-primary:hover  { background: var(--lp-brand2); box-shadow: 0 4px 16px rgba(239,68,68,.35); }
.lp-btn-primary:active { transform: scale(.97); }
.lp-btn-primary:disabled { opacity: .6; cursor: not-allowed; }

.lp-btn-outline {
  padding: 10px 22px;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,.7);
  border-radius: 10px;
  font-family: 'Cairo', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.lp-nav.scrolled .lp-btn-outline { color: var(--lp-brand); border-color: var(--lp-brand); }
.lp-btn-outline:hover { background: rgba(255,255,255,.15); }
.lp-nav.scrolled .lp-btn-outline:hover { background: var(--lp-brand-bg); }

.lp-btn-ghost {
  padding: 10px 22px;
  background: rgba(255,255,255,.12);
  color: #fff;
  border: 2px solid rgba(255,255,255,.35);
  border-radius: 10px;
  font-family: 'Cairo', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  backdrop-filter: blur(6px);
}
.lp-btn-ghost:hover { background: rgba(255,255,255,.22); }

.lp-btn-lg   { padding: 14px 32px; font-size: 17px; border-radius: 12px; }
.lp-btn-full { width: 100%; justify-content: center; margin-top: 8px; }

.lp-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background: #25d366;
  color: #fff;
  border-radius: 14px;
  font-family: 'Cairo', sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s, transform .15s, box-shadow .2s;
}
.lp-btn-wa:hover {
  background: #1ebe5d;
  box-shadow: 0 6px 20px rgba(37,211,102,.4);
  transform: translateY(-2px);
}

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
.lp-hero {
  min-height: 100vh;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #0f172a 100%);
  display: flex;
  align-items: center;
  padding: 100px 0 70px;
  position: relative;
  overflow: hidden;
}
.lp-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 65% 55% at 25% 50%,
    rgba(239,68,68,.18) 0%, transparent 70%);
  pointer-events: none;
}
.lp-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.lp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(239,68,68,.15);
  border: 1px solid rgba(239,68,68,.3);
  color: #fca5a5;
  padding: 8px 18px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
}
.lp-hero-title {
  font-size: clamp(36px,5vw,60px);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
.lp-gradient-text {
  background: linear-gradient(135deg,#ef4444,#f97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lp-hero-desc {
  color: rgba(255,255,255,.72);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 480px;
}
.lp-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

/* ── Stats — أفقية دائماً ── */
.lp-hero-stats {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 16px 22px;
  width: fit-content;
}
.lp-stat { text-align: center; }
.lp-stat-num {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
}
.lp-stat span:last-child { font-size: 12px; color: rgba(255,255,255,.6); white-space: nowrap; }
.lp-stat-div { width: 1px; height: 36px; background: rgba(255,255,255,.15); flex-shrink: 0; }

/* Phone mockup */
.lp-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-phone-mockup {
  width: 240px; height: 440px;
  background: linear-gradient(180deg,#1e293b,#0f172a);
  border-radius: 36px;
  border: 4px solid rgba(255,255,255,.12);
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,.55);
  padding: 16px;
  position: relative;
  z-index: 2;
}
.lp-phone-screen { height: 100%; display: flex; flex-direction: column; gap: 10px; }
.lp-phone-header {
  display: flex; align-items: center; gap: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.lp-phone-dot { width: 8px; height: 8px; background: var(--lp-brand); border-radius: 50%; }
.lp-phone-header span { color: #fff; font-size: 14px; font-weight: 700; }
.lp-phone-order { display: flex; flex-direction: column; gap: 8px; flex: 1; }
.lp-phone-item {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.06);
  border-radius: 10px; padding: 9px 11px;
}
.lp-phone-item i    { color: var(--lp-brand); font-size: 15px; width: 18px; text-align: center; }
.lp-phone-item span { color: rgba(255,255,255,.8); font-size: 12px; flex: 1; }
.lp-phone-item b    { color: #fff; font-size: 12px; white-space: nowrap; }
.lp-phone-total {
  background: rgba(255,255,255,.05);
  border-radius: 10px; padding: 9px 11px;
  color: rgba(255,255,255,.7); font-size: 13px; text-align: center;
}
.lp-phone-total b { color: #fff; }
.lp-phone-btn {
  background: var(--lp-brand); color: #fff;
  border-radius: 10px; padding: 11px;
  text-align: center; font-size: 13px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer;
}
.lp-float-badge {
  position: absolute;
  background: #fff; border-radius: 12px;
  padding: 10px 16px; font-size: 13px; font-weight: 700;
  color: var(--lp-dark); box-shadow: 0 8px 28px rgba(0,0,0,.18);
  display: flex; align-items: center; gap: 8px; z-index: 3;
  animation: lpFloat 3s ease-in-out infinite;
}
.lp-fb1 { top: 30px;    left: -10px; animation-delay: 0s; }
.lp-fb2 { bottom: 70px; right: -10px; animation-delay: 1.5s; }
.lp-fb1 i { color: var(--lp-success); }
.lp-fb2 i { color: var(--lp-brand); }

@keyframes lpFloat {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-9px); }
}

/* ══════════════════════════════════════
   SECTION COMMON
══════════════════════════════════════ */
.lp-section-head { text-align: center; margin-bottom: 60px; }
.lp-section-tag {
  display: inline-block;
  background: var(--lp-brand-bg); color: var(--lp-brand);
  padding: 6px 18px; border-radius: 100px;
  font-size: 13px; font-weight: 700; margin-bottom: 14px;
}
.lp-section-head h2 { font-size: clamp(26px,4vw,40px); font-weight: 800; margin-bottom: 12px; }
.lp-section-head p  { color: var(--lp-muted); font-size: 16px; max-width: 520px; margin: 0 auto; }

.lp-reveal {
  opacity: 0; transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease;
}
.lp-reveal.revealed { opacity: 1; transform: translateY(0); }

/* ══════════════════════════════════════
   FEATURES
══════════════════════════════════════ */
.lp-features { padding: 100px 0; background: var(--lp-surface); }
.lp-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.lp-feat-card {
  background: var(--lp-bg);
  border: 1.5px solid var(--lp-border);
  border-radius: var(--lp-radius);
  padding: 28px 24px;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.lp-feat-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--lp-shadow-lg);
  border-color: var(--lp-brand);
}
.lp-feat-icon {
  width: 52px; height: 52px;
  background: var(--lp-brand-bg); border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: var(--lp-brand); font-size: 22px; margin-bottom: 16px;
}
.lp-feat-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.lp-feat-card p  { font-size: 14px; color: var(--lp-muted); line-height: 1.65; }

/* ══════════════════════════════════════
   HOW IT WORKS
══════════════════════════════════════ */
.lp-how { padding: 100px 0; background: var(--lp-bg); }
.lp-steps {
  display: flex; align-items: flex-start;
  justify-content: center; gap: 16px; flex-wrap: wrap;
}
.lp-step { text-align: center; max-width: 230px; }
.lp-step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; background: var(--lp-brand);
  color: #fff; border-radius: 50%; font-size: 14px; font-weight: 800; margin-bottom: 14px;
}
.lp-step-icon {
  width: 70px; height: 70px; background: var(--lp-surface);
  border: 2px solid var(--lp-border); border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  color: var(--lp-brand); font-size: 28px;
  margin: 0 auto 16px; box-shadow: var(--lp-shadow);
}
.lp-step h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.lp-step p  { font-size: 14px; color: var(--lp-muted); line-height: 1.65; }
.lp-step-arrow { font-size: 20px; color: var(--lp-border); margin-top: 52px; flex-shrink: 0; }

/* ══════════════════════════════════════
   PRICING
══════════════════════════════════════ */
.lp-pricing { padding: 100px 0; background: var(--lp-surface); }
.lp-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px;
  align-items: start;
}

.lp-price-card {
  background: var(--lp-bg);
  border: 2px solid var(--lp-border);
  border-radius: 20px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.lp-price-card:hover { transform: translateY(-6px); box-shadow: var(--lp-shadow-lg); }
.lp-price-card.lp-featured {
  border-color: var(--lp-brand);
  background: var(--lp-surface);
  box-shadow: 0 8px 40px rgba(239,68,68,.14);
}

.lp-price-ribbon {
  position: absolute; top: 18px; left: -32px;
  background: var(--lp-brand); color: #fff;
  padding: 6px 44px; font-size: 12px; font-weight: 700;
  transform: rotate(45deg); white-space: nowrap;
}

/* رأس البطاقة */
.lp-price-head { margin-bottom: 24px; }

.lp-price-badge-pro,
.lp-price-badge-free {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.lp-price-badge-pro  { background: linear-gradient(135deg,#fef3c7,#fde68a); color: #92400e; }
.lp-price-badge-free { background: linear-gradient(135deg,#f0fdf4,#dcfce7); color: #15803d; }

.lp-price-head h3 { font-size: 22px; font-weight: 800; margin-bottom: 10px; }
.lp-price-val     { display: flex; align-items: baseline; gap: 4px; margin-bottom: 10px; }
.lp-price-num     { font-size: 40px; font-weight: 900; color: var(--lp-text); }
.lp-price-cur     { font-size: 14px; color: var(--lp-muted); }

.lp-price-trial-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(239,68,68,.1);
  color: var(--lp-brand);
  border: 1px solid rgba(239,68,68,.2);
  padding: 5px 12px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
}

/* ── قائمة المميزات ── */
.lp-price-feats {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
}
.lp-price-feats li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  padding: 6px 0;
  border-bottom: 1px solid var(--lp-border);
}
.lp-price-feats li:last-child { border-bottom: none; }

/* أيقونة الحالة (✓ أو ✗) */
.feat-icon-wrap {
  width: 20px; height: 20px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; flex-shrink: 0;
}
.feat-icon-yes { background: #dcfce7; color: #16a34a; }
.feat-icon-no  { background: #fee2e2; color: #dc2626; }

/* أيقونة الميزة */
.feat-icon-orig { width: 16px; text-align: center; flex-shrink: 0; color: var(--lp-muted); font-size: 13px; }

/* موجود */
.feat-yes { color: var(--lp-text); }
/* غير موجود — شطب */
.feat-no  { color: var(--lp-muted); text-decoration: line-through; opacity: .55; }

/* زر الباقة */
.lp-price-btn {
  width: 100%; padding: 13px;
  background: var(--lp-bg);
  color: var(--lp-brand);
  border: 2px solid var(--lp-brand);
  border-radius: 12px;
  font-family: 'Cairo', sans-serif;
  font-size: 15px; font-weight: 700;
  cursor: pointer;
  transition: background .2s, color .2s, transform .1s;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.lp-price-btn:hover       { background: var(--lp-brand); color: #fff; transform: translateY(-1px); }
.lp-price-btn-feat        { background: var(--lp-brand); color: #fff; }
.lp-price-btn-feat:hover  { background: var(--lp-brand2); }

/* ── Trial note ── */
.lp-trial-note {
  text-align: center; margin-top: 40px;
  padding: 18px 28px;
  background: linear-gradient(135deg,#fef2f2,#fff7ed);
  border: 1.5px solid rgba(239,68,68,.2);
  border-radius: 14px; font-size: 15px; color: var(--lp-text);
  display: flex; align-items: center; justify-content: center; gap: 10px;
}
.lp-trial-note i      { color: var(--lp-brand); font-size: 18px; }
.lp-trial-note strong { color: var(--lp-brand); }

/* ══════════════════════════════════════
   CONTACT
══════════════════════════════════════ */
.lp-contact { padding: 80px 0; background: var(--lp-bg); }
.lp-contact-card {
  text-align: center; max-width: 560px; margin: 0 auto;
  background: var(--lp-surface);
  border: 1.5px solid var(--lp-border);
  border-radius: 24px; padding: 52px 40px;
  box-shadow: var(--lp-shadow);
}
.lp-contact-icon {
  width: 72px; height: 72px; background: #f0fdf4;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 32px; color: #25d366; margin: 0 auto 20px;
}
.lp-contact-card h2 { font-size: 26px; font-weight: 800; margin-bottom: 10px; }
.lp-contact-card p  { color: var(--lp-muted); font-size: 15px; margin-bottom: 28px; }

/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
.lp-footer { background: var(--lp-dark); padding: 28px 0; }
.lp-footer-inner {
  display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap; gap: 16px;
}
.lp-footer .lp-logo      { color: #fff; }
.lp-footer-copy { color: rgba(255,255,255,.45); font-size: 13px; }

/* ══════════════════════════════════════
   MODAL
══════════════════════════════════════ */
.lp-modal-overlay {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(15,23,42,.72);
  backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px; opacity: 0; pointer-events: none;
  transition: opacity .3s;
}
.lp-modal-overlay.open { opacity: 1; pointer-events: all; }

.lp-modal {
  background: var(--lp-surface);
  border-radius: 24px;
  width: 100%; max-width: 560px; max-height: 90vh;
  overflow-y: auto; padding: 32px;
  position: relative; box-shadow: var(--lp-shadow-lg);
  transform: translateY(24px); transition: transform .3s;
}
.lp-modal-overlay.open .lp-modal { transform: translateY(0); }
.lp-modal::-webkit-scrollbar { width: 5px; }
.lp-modal::-webkit-scrollbar-track { background: transparent; }
.lp-modal::-webkit-scrollbar-thumb { background: var(--lp-border); border-radius: 4px; }

.lp-modal-close {
  position: absolute; top: 16px; left: 16px;
  width: 36px; height: 36px;
  background: var(--lp-bg); border: 1.5px solid var(--lp-border);
  border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; color: var(--lp-muted);
  transition: background .2s, color .2s;
}
.lp-modal-close:hover { background: var(--lp-brand-bg); color: var(--lp-brand); }

.lp-modal-trial-bar {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: linear-gradient(135deg,#fef2f2,#fff7ed);
  border: 1px solid rgba(239,68,68,.2);
  border-radius: 10px; padding: 10px 16px;
  font-size: 13px; font-weight: 700; color: var(--lp-brand); margin-bottom: 20px;
}
.lp-modal-progress {
  display: flex; align-items: center; justify-content: center;
  gap: 2px; margin-bottom: 28px;
}
.lp-mp-step { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.lp-mp-dot {
  width: 32px; height: 32px; background: var(--lp-border);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; color: var(--lp-muted);
  transition: background .3s, color .3s;
}
.lp-mp-step.active .lp-mp-dot { background: var(--lp-brand); color: #fff; }
.lp-mp-step.done   .lp-mp-dot { background: var(--lp-success); color: #fff; }
.lp-mp-step span   { font-size: 11px; font-weight: 600; color: var(--lp-muted); white-space: nowrap; }
.lp-mp-step.active span { color: var(--lp-brand); }
.lp-mp-line { width: 28px; height: 2px; background: var(--lp-border); margin-bottom: 18px; flex-shrink: 0; }

.lp-modal-title {
  font-size: 20px; font-weight: 800; margin-bottom: 24px;
  display: flex; align-items: center; gap: 10px; color: var(--lp-text);
}
.lp-modal-title i { color: var(--lp-brand); }

.lp-step-panel        { display: flex; flex-direction: column; }
.lp-step-panel.hidden { display: none; }

.lp-form-group { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.lp-form-group label { font-size: 14px; font-weight: 600; color: var(--lp-text); }
.lp-optional { font-weight: 400; color: var(--lp-muted); font-size: 13px; }
.req { color: var(--lp-brand); }

.lp-form-group input[type="text"],
.lp-form-group input[type="email"],
.lp-form-group input[type="password"] {
  padding: 11px 14px;
  border: 1.5px solid var(--lp-border);
  border-radius: 10px;
  font-family: 'Cairo', sans-serif; font-size: 14px;
  background: var(--lp-bg); color: var(--lp-text);
  outline: none; transition: border-color .2s, box-shadow .2s; width: 100%;
}
.lp-form-group input:focus {
  border-color: var(--lp-brand);
  box-shadow: 0 0 0 3px rgba(239,68,68,.1);
  background: #fff;
}

.lp-slug-wrap {
  display: flex; align-items: center;
  border: 1.5px solid var(--lp-border);
  border-radius: 10px; overflow: hidden;
  background: var(--lp-bg);
  transition: border-color .2s, box-shadow .2s;
}
.lp-slug-wrap:focus-within {
  border-color: var(--lp-brand);
  box-shadow: 0 0 0 3px rgba(239,68,68,.1);
}
.lp-slug-prefix {
  padding: 11px 12px; background: var(--lp-border);
  color: var(--lp-muted); font-size: 13px;
  white-space: nowrap; flex-shrink: 0;
}
.lp-slug-wrap input {
  flex: 1; padding: 11px 12px !important;
  border: none !important; outline: none !important;
  background: transparent !important; box-shadow: none !important;
  font-family: 'Cairo', sans-serif; font-size: 14px; color: var(--lp-text);
}
.lp-slug-feedback { font-size: 13px; margin-top: 5px; min-height: 18px; }
.lp-slug-feedback .ok       { color: var(--lp-success); }
.lp-slug-feedback .err      { color: var(--lp-brand); }
.lp-slug-feedback .checking { color: var(--lp-muted); }

.lp-pass-wrap { position: relative; }
.lp-pass-wrap input { padding-left: 44px !important; }
.lp-pass-toggle {
  position: absolute; top: 50%; transform: translateY(-50%);
  left: 12px; background: none; border: none; cursor: pointer;
  color: var(--lp-muted); font-size: 15px; padding: 4px;
  transition: color .2s;
}
.lp-pass-toggle:hover { color: var(--lp-brand); }

.lp-pass-strength { display: flex; align-items: center; gap: 10px; margin-top: 8px; }
.lp-ps-bar { flex: 1; height: 4px; background: var(--lp-border); border-radius: 4px; overflow: hidden; }
.lp-ps-fill { height: 100%; border-radius: 4px; width: 0; transition: width .35s, background .35s; }
#psLabel { font-size: 12px; color: var(--lp-muted); min-width: 44px; }

.lp-field-error { font-size: 13px; color: var(--lp-brand); min-height: 18px; }

.lp-color-swatches { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px; }
.lp-swatch {
  width: 36px; height: 36px; border-radius: 50%;
  border: 3px solid transparent; cursor: pointer;
  transition: transform .2s, border-color .2s; flex-shrink: 0;
}
.lp-swatch:hover  { transform: scale(1.18); }
.lp-swatch.active { border-color: var(--lp-dark); transform: scale(1.1); }
.lp-swatch-custom {
  display: flex; align-items: center; justify-content: center;
  background: var(--lp-bg) !important;
  border: 2px dashed var(--lp-border) !important;
  color: var(--lp-muted); font-size: 14px; cursor: pointer;
}
.lp-swatch-custom input[type="color"] { display: none; }

.lp-color-preview {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px; background: var(--lp-bg);
  border: 1.5px solid var(--lp-border); border-radius: 10px;
  font-size: 14px; font-weight: 600; color: var(--lp-muted);
}
#colorPreviewDot { width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; }

.lp-logo-upload {
  border: 2px dashed var(--lp-border); border-radius: 14px;
  padding: 28px 20px; text-align: center; cursor: pointer;
  transition: border-color .2s, background .2s;
}
.lp-logo-upload:hover { border-color: var(--lp-brand); background: var(--lp-brand-bg); }
.lp-lu-inner i    { font-size: 32px; color: var(--lp-muted); margin-bottom: 10px; display: block; }
.lp-lu-inner p    { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.lp-lu-inner span { font-size: 12px; color: var(--lp-muted); }

.lp-summary-box {
  background: var(--lp-bg); border: 1.5px solid var(--lp-border);
  border-radius: 14px; padding: 20px;
  display: flex; flex-direction: column; gap: 0; margin-bottom: 16px;
}
.lp-sum-row {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 14px; padding: 10px 0;
  border-bottom: 1px solid var(--lp-border);
}
.lp-sum-row:last-child { border-bottom: none; }
.lp-sum-row span { color: var(--lp-muted); }
.lp-sum-row b    { font-weight: 700; display: flex; align-items: center; gap: 8px; }
.lp-sum-color    { width: 16px; height: 16px; border-radius: 50%; display: inline-block; flex-shrink: 0; }

.lp-trial-card {
  display: flex; align-items: center; gap: 14px;
  background: linear-gradient(135deg,#fef2f2,#fff7ed);
  border: 1.5px solid rgba(239,68,68,.2);
  border-radius: 14px; padding: 16px 20px; margin-bottom: 4px;
}
.lp-trial-card-icon {
  width: 44px; height: 44px; background: var(--lp-brand);
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 20px; flex-shrink: 0;
}
.lp-trial-card-text { display: flex; flex-direction: column; gap: 3px; }
.lp-trial-card-text strong { font-size: 14px; font-weight: 800; color: var(--lp-text); }
.lp-trial-card-text span   { font-size: 12px; color: var(--lp-muted); }

.lp-checkbox-label { display: flex; align-items: center; gap: 10px; font-size: 14px; cursor: pointer; }
.lp-checkbox-label input[type="checkbox"] { width: 18px; height: 18px; cursor: pointer; accent-color: var(--lp-brand); flex-shrink: 0; }
.lp-checkbox-label a { color: var(--lp-brand); text-decoration: none; }
.lp-checkbox-label a:hover { text-decoration: underline; }

.lp-modal-btns { display: flex; gap: 12px; margin-top: 10px; }
.lp-modal-btns .lp-btn-outline {
  flex: 1; justify-content: center;
  color: var(--lp-brand); border-color: var(--lp-brand); background: transparent;
}
.lp-modal-btns .lp-btn-outline:hover { background: var(--lp-brand-bg); }
.lp-modal-btns .lp-btn-primary { flex: 2; justify-content: center; }

.lp-reg-error {
  background: #fef2f2; color: #b91c1c;
  border: 1px solid #fecaca; border-radius: 10px;
  padding: 12px 16px; font-size: 14px; margin-top: 12px; text-align: center;
}
.lp-reg-error.hidden { display: none; }

/* ══════════════════════════════════════
   BURGER
══════════════════════════════════════ */
.lp-burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer;
  padding: 8px; margin-right: auto;
}
.lp-burger span {
  width: 24px; height: 2px; background: #fff;
  border-radius: 2px; transition: transform .3s, opacity .3s; display: block;
}
.lp-nav.scrolled .lp-burger span { background: var(--lp-dark); }
.lp-burger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.lp-burger.open span:nth-child(2) { opacity: 0; }
.lp-burger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

@keyframes shake {
  0%,100% { transform: translateX(0); }
  20%,60% { transform: translateX(-6px); }
  40%,80% { transform: translateX(6px); }
}
.shake { animation: shake .42s ease; }

/* ══════════════════════════════════════
   MOBILE SIDEBAR
══════════════════════════════════════ */
.mob-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.55); z-index: 1100;
  opacity: 0; transition: opacity .3s ease;
}
.mob-overlay.open { display: block; opacity: 1; }

.mob-sidebar {
  position: fixed; top: 0; right: -320px;
  width: 300px; height: 100%;
  background: #fff; box-shadow: -4px 0 30px rgba(0,0,0,.15);
  z-index: 1200; display: flex; flex-direction: column;
  transition: right .32s cubic-bezier(.4,0,.2,1); overflow-y: auto;
}
.mob-sidebar.open { right: 0; }

.mob-sidebar-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 18px 16px; border-bottom: 1px solid var(--lp-border);
}
.mob-close-btn {
  width: 36px; height: 36px; border: none;
  background: var(--lp-bg); border-radius: 50%;
  font-size: 16px; color: var(--lp-text); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.mob-close-btn:hover { background: var(--lp-border); }

.mob-sidebar-nav { display: flex; flex-direction: column; padding: 12px 0; flex: 1; }
.mob-sidebar-nav a {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 20px; font-size: 15px; font-weight: 600;
  color: var(--lp-text); text-decoration: none;
  transition: background .2s, color .2s;
}
.mob-sidebar-nav a:hover { background: var(--lp-bg); color: var(--lp-brand); }
.mob-sidebar-nav a i { width: 20px; text-align: center; color: var(--lp-brand); font-size: 16px; }

.mob-sidebar-actions {
  display: flex; flex-direction: column; gap: 10px;
  padding: 16px 18px; border-top: 1px solid var(--lp-border);
}
.mob-sidebar-actions .lp-btn-outline {
  color: var(--lp-brand); border-color: var(--lp-brand);
  background: #fff; justify-content: center;
}
.mob-sidebar-actions .lp-btn-outline:hover { background: var(--lp-brand-bg); }
.mob-sidebar-actions .lp-btn-primary { justify-content: center; width: 100%; }
.mob-btn-full { width: 100%; justify-content: center; text-align: center; padding: 13px 20px !important; font-size: 15px !important; }

.mob-sidebar-footer {
  padding: 14px 18px; text-align: center;
  font-size: 12px; color: var(--lp-muted);
  border-top: 1px solid var(--lp-border);
}

/* ══════════════════════════════════════
   RESPONSIVE — DESKTOP FIRST
══════════════════════════════════════ */

/* ── 1280px: grid features 4 col → 2 col ── */
@media (max-width: 1280px) {
  .lp-features-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── 1024px ── */
@media (max-width: 1024px) {
  .lp-hero-inner { gap: 40px; }
  .lp-pricing-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── 960px ── */
@media (max-width: 960px) {
  .lp-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .lp-hero-btns  { justify-content: center; }
  .lp-hero-stats { margin: 0 auto; }
  .lp-hero-desc  { margin: 0 auto 32px; }
  .lp-hero-visual { display: none; }
}

/* ── 768px ── */
@media (max-width: 768px) {
  .lp-nav-links   { display: none !important; }
  .lp-nav-actions { display: none !important; }
  .lp-burger      { display: flex; }

  .lp-hero { padding: 90px 0 60px; }
  .lp-hero-title { font-size: clamp(2rem,8vw,2.8rem); line-height: 1.25; }
  .lp-hero-desc  { font-size: 15px; max-width: 420px; margin: 0 auto 24px; }
  .lp-hero-btns  { flex-direction: column; align-items: center; gap: 12px; }
  .lp-btn-lg     { width: 100%; max-width: 320px; justify-content: center; }

  /* stats: أفقية دائماً حتى على الجوال */
  .lp-hero-stats {
    width: 100%;
    max-width: 360px;
    justify-content: space-around;
    padding: 14px 16px;
    gap: 8px;
  }
  .lp-stat-num { font-size: 18px; }

  .lp-hero-visual {
    display: flex !important;
    justify-content: center;
    position: relative;
    min-height: 320px;
  }
  .lp-phone-mockup { width: 220px; max-width: 90vw; }
  .lp-float-badge  { font-size: 12px; padding: 7px 12px; }
  .lp-fb1 { top: 10px;    right: 0; left: auto; }
  .lp-fb2 { bottom: 10px; left: 0;  right: auto; }

  /* how */
  .lp-steps      { flex-direction: column; align-items: center; gap: 24px; }
  .lp-step-arrow { transform: rotate(90deg); margin: 0; display: block; }

  /* pricing 1 col */
  .lp-pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }

  /* features 2 col */
  .lp-features-grid { grid-template-columns: 1fr 1fr; gap: 14px; }

  /* modal bottom sheet */
  .lp-modal {
    width: 100%; max-width: 100%; margin: 0;
    border-radius: 20px 20px 0 0; max-height: 92vh;
    position: fixed; bottom: 0; left: 0; right: 0;
  }
  .lp-modal-overlay.open { align-items: flex-end; }

  .lp-contact-card { padding: 36px 24px; }
}

/* ── 480px ── */
@media (max-width: 480px) {
  .lp-features-grid { grid-template-columns: 1fr; }
  .lp-pricing-grid  { grid-template-columns: 1fr; }
  .lp-footer-inner  { flex-direction: column; text-align: center; }
  .lp-modal-btns    { flex-direction: column; }
  .lp-modal-btns .lp-btn-outline,
  .lp-modal-btns .lp-btn-primary { flex: none; width: 100%; }
  .lp-phone-mockup  { width: 190px; }

  /* stats على شاشات صغيرة جداً */
  .lp-hero-stats { max-width: 100%; gap: 6px; padding: 12px 10px; }
  .lp-stat-num   { font-size: 16px; }
  .lp-stat span:last-child { font-size: 10px; }
  .lp-stat-div   { height: 28px; }
}
