/* ================================================================
   AI Landing Pages — Premium Dark RTL  |  landing.css v3
   ================================================================ */

:root {
  --lp-bg:        #060c16;
  --lp-surface:   #0b1220;
  --lp-surface2:  #101928;
  --lp-border:    rgba(255,255,255,0.07);
  --lp-glass:     rgba(255,255,255,0.04);

  --lp-primary:   #7c3aed;
  --lp-primary-l: #a78bfa;
  --lp-primary-d: #5b21b6;
  --lp-cyan:      #06b6d4;
  --lp-accent:    #f59e0b;
  --lp-accent2:   #d97706;
  --lp-success:   #10b981;
  --lp-danger:    #ef4444;

  --lp-text:      #e2e8f0;
  --lp-text2:     #94a3b8;
  --lp-muted:     #3d4e63;

  --lp-r:   14px;
  --lp-r-l: 22px;
  --lp-r-x: 32px;

  --lp-shadow:     0 8px 40px rgba(0,0,0,.5);
  --lp-glow:       0 0 40px rgba(124,58,237,.25);
  --lp-glow-btn:   0 8px 28px rgba(124,58,237,.5);
  --lp-glow-cyan:  0 8px 25px rgba(6,182,212,.35);
}

/* ── Reset ── */
.lp-body {
  font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
  background: var(--lp-bg);
  color: var(--lp-text);
  direction: rtl;
  text-align: right;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.lp-body *, .lp-body *::before, .lp-body *::after { box-sizing: border-box; }
.lp-body a { text-decoration: none; color: inherit; }
.lp-body img { max-width: 100%; display: block; }

/* ── Buttons ── */
.lp-btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--lp-primary), #4338ca);
  color: #fff; border: none; border-radius: 50px;
  padding: .7rem 1.8rem; font-weight: 700; font-size: .95rem;
  cursor: pointer; transition: all .25s ease;
  box-shadow: var(--lp-glow-btn);
}
.lp-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(124,58,237,.6);
  color: #fff;
}

.lp-btn-outline {
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; color: var(--lp-primary-l);
  border: 1.5px solid rgba(167,139,250,.4);
  border-radius: 50px; padding: .65rem 1.6rem;
  font-weight: 600; font-size: .9rem; cursor: pointer;
  transition: all .25s ease;
}
.lp-btn-outline:hover {
  background: rgba(124,58,237,.12);
  border-color: var(--lp-primary-l);
  color: var(--lp-primary-l);
  transform: translateY(-2px);
}

.lp-btn-accent {
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #f59e0b, #ef4444);
  color: #fff; border: none; border-radius: 50px;
  padding: .9rem 2.8rem; font-weight: 800; font-size: 1.05rem;
  cursor: pointer; transition: all .25s ease;
  box-shadow: 0 8px 30px rgba(245,158,11,.45);
}
.lp-btn-accent:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 45px rgba(245,158,11,.6);
  color: #fff;
}

.lp-btn-lg  { padding: .8rem 2.2rem !important; font-size: 1rem !important; }

/* ── Navbar ── */
.lp-navbar {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(6,12,22,.88);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--lp-border);
  padding: .8rem 0;
}
.lp-navbar .container {
  display: flex; align-items: center; justify-content: space-between;
}
.lp-logo { display: flex; align-items: center; gap: .5rem; }
.lp-logo img { height: 34px; }
.lp-logo-text {
  font-size: 1.35rem; font-weight: 900;
  background: linear-gradient(135deg, var(--lp-primary-l), var(--lp-cyan));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lp-nav-actions { display: flex; align-items: center; gap: .6rem; }

/* ── Breadcrumb ── */
.lp-breadcrumb {
  background: var(--lp-surface);
  border-bottom: 1px solid var(--lp-border);
  padding: .55rem 0;
  font-size: .82rem;
}
.lp-breadcrumb .breadcrumb { margin: 0; }
.lp-breadcrumb .breadcrumb-item a {
  color: var(--lp-primary-l); opacity: .75;
  transition: opacity .2s;
}
.lp-breadcrumb .breadcrumb-item a:hover { opacity: 1; }
.lp-breadcrumb .breadcrumb-item.active { color: var(--lp-text2); }
.lp-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "‹"; color: var(--lp-muted); padding: 0 .4rem;
}

/* ── Hero ── */
.lp-hero {
  position: relative; overflow: hidden;
  padding: 90px 0 120px;
  background: var(--lp-bg);
}
.lp-hero-orb1 {
  position: absolute; top: -10%; right: -5%;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(124,58,237,.18) 0%, transparent 65%);
  pointer-events: none;
  animation: lp-breathe 7s ease-in-out infinite alternate;
}
.lp-hero-orb2 {
  position: absolute; bottom: -15%; left: -8%;
  width: 450px; height: 450px; border-radius: 50%;
  background: radial-gradient(circle, rgba(6,182,212,.12) 0%, transparent 65%);
  pointer-events: none;
  animation: lp-breathe 10s ease-in-out infinite alternate-reverse;
}
@keyframes lp-breathe {
  from { transform: scale(1);    opacity: .7; }
  to   { transform: scale(1.15); opacity: 1;  }
}
.lp-hero::after {
  content: '';
  position: absolute; bottom: -2px; left: 0;
  width: 100%; height: 70px;
  background: var(--lp-surface);
  clip-path: ellipse(55% 100% at 50% 100%);
}
.lp-hero-content { position: relative; z-index: 1; }
.lp-hero-tag {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(124,58,237,.15);
  border: 1px solid rgba(124,58,237,.35);
  color: var(--lp-primary-l);
  font-size: .78rem; font-weight: 700;
  padding: .3rem 1rem; border-radius: 50px;
  margin-bottom: 1.2rem;
  letter-spacing: .04em;
}
.lp-hero-tag i { font-size: .72rem; }
.lp-hero-title {
  font-size: 2.5rem; font-weight: 900; line-height: 1.3;
  color: var(--lp-text);
}
.lp-hero-title mark {
  background: linear-gradient(135deg, var(--lp-primary-l), var(--lp-cyan));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; padding: 0;
}
.lp-hero-desc {
  font-size: 1.05rem; color: var(--lp-text2); line-height: 1.9;
  margin-top: 1.1rem; max-width: 520px;
}
.lp-hero-btns { margin-top: 2rem; display: flex; gap: 1rem; flex-wrap: wrap; }

/* Hero image */
.lp-hero-visual {
  position: relative; display: flex;
  justify-content: center; align-items: center;
  z-index: 1;
}
.lp-hero-glow-ring {
  position: absolute;
  width: 108%; height: 108%; border-radius: 50%;
  border: 1.5px solid rgba(124,58,237,.4);
  animation: lp-spin 12s linear infinite;
}
.lp-hero-glow-ring2 {
  position: absolute;
  width: 122%; height: 122%; border-radius: 50%;
  border: 1px dashed rgba(6,182,212,.2);
  animation: lp-spin 20s linear infinite reverse;
}
.lp-hero-glow-ring3 {
  position: absolute;
  width: 94%; height: 94%; border-radius: 50%;
  background: radial-gradient(circle, rgba(124,58,237,.2) 0%, transparent 70%);
  filter: blur(20px);
}
@keyframes lp-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.lp-hero-img {
  width: 100%; max-width: 370px;
  border-radius: var(--lp-r-x);
  box-shadow: var(--lp-shadow), var(--lp-glow);
  animation: lp-float 5s ease-in-out infinite;
  position: relative; z-index: 1;
}
@keyframes lp-float {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-14px); }
}

/* ── Stats strip ── */
.lp-stats {
  background: var(--lp-surface);
  border-bottom: 1px solid var(--lp-border);
  padding: 1.1rem 0;
}
.lp-stats .container {
  display: flex; justify-content: center;
  gap: 2.5rem; flex-wrap: wrap;
}
.lp-stat-item {
  display: flex; align-items: center; gap: .6rem;
  font-size: .88rem; font-weight: 600; color: var(--lp-text2);
}
.lp-stat-icon {
  width: 32px; height: 32px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: .8rem;
}
.lp-stat-icon--v { background: rgba(124,58,237,.18); color: var(--lp-primary-l); }
.lp-stat-icon--c { background: rgba(6,182,212,.15);  color: var(--lp-cyan); }
.lp-stat-icon--a { background: rgba(245,158,11,.15); color: var(--lp-accent); }
.lp-stat-icon--g { background: rgba(16,185,129,.15); color: #34d399; }
.lp-stat-icon--r { background: rgba(239,68,68,.15);  color: #f87171; }
.lp-stat-item--live .lp-stat-live-num { color: var(--lp-danger); font-weight: 800; }

/* ── Countdown ── */
.lp-countdown {
  background: linear-gradient(90deg, #1a0533 0%, #0d1b2a 100%);
  border-bottom: 1px solid var(--lp-border);
  padding: .9rem 0;
}
.lp-countdown-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 1.5rem; flex-wrap: wrap;
}
.lp-cd-title { font-size: .9rem; font-weight: 700; color: var(--lp-accent); white-space: nowrap; }
.lp-cd-title i { margin-left: .4rem; }
.lp-cd-timer { display: flex; align-items: center; gap: .4rem; direction: ltr; }
.lp-cd-unit { display: flex; flex-direction: column; align-items: center; min-width: 44px; }
.lp-cd-num {
  font-size: 1.4rem; font-weight: 800; color: var(--lp-text);
  background: var(--lp-surface2); border: 1px solid var(--lp-border);
  border-radius: 8px; padding: .2rem .5rem; min-width: 44px; text-align: center; display: block;
}
.lp-cd-label { font-size: .65rem; color: var(--lp-muted); margin-top: .2rem; }
.lp-cd-sep { font-size: 1.4rem; font-weight: 800; color: var(--lp-accent); line-height: 1; margin-bottom: 1rem; }
.lp-cd-expired { font-size: .95rem; font-weight: 700; color: var(--lp-danger); letter-spacing: .02em; }

/* ── Quantity Navigator ── */
.lp-qty-nav {
  background: var(--lp-surface2);
  border-bottom: 1px solid var(--lp-border);
  padding: .85rem 0;
}
.lp-qty-nav .container {
  display: flex; align-items: center; gap: 1rem;
  overflow-x: auto; scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.lp-qty-nav .container::-webkit-scrollbar { display: none; }
.lp-qty-label {
  white-space: nowrap; font-size: .8rem;
  color: var(--lp-muted); font-weight: 600; flex-shrink: 0;
}
.lp-qty-scroll { display: flex; gap: .45rem; flex-wrap: nowrap; }
.lp-qty-chip {
  white-space: nowrap; padding: .28rem .95rem;
  border-radius: 50px; font-size: .8rem; font-weight: 700;
  text-decoration: none;
  border: 1.5px solid var(--lp-border);
  color: var(--lp-text2); background: var(--lp-glass);
  transition: all .2s ease; direction: ltr;
}
.lp-qty-chip:hover {
  border-color: var(--lp-primary); color: var(--lp-primary-l);
  background: rgba(124,58,237,.1); color: var(--lp-primary-l);
}
.lp-qty-chip.active {
  background: linear-gradient(135deg, var(--lp-primary), #4338ca);
  border-color: transparent; color: #fff;
  box-shadow: 0 4px 15px rgba(124,58,237,.4);
}
.lp-qty-chip-custom {
  direction: rtl; color: var(--lp-cyan);
  border-color: rgba(6,182,212,.3);
  background: rgba(6,182,212,.06);
}
.lp-qty-chip-custom:hover {
  border-color: var(--lp-cyan);
  background: rgba(6,182,212,.15); color: var(--lp-cyan);
}

/* ── Section Headers ── */
.lp-section-header { text-align: center; margin-bottom: 3rem; }
.lp-section-tag {
  display: inline-block;
  background: rgba(124,58,237,.12);
  border: 1px solid rgba(124,58,237,.28);
  color: var(--lp-primary-l);
  font-size: .76rem; font-weight: 700;
  padding: .22rem .85rem; border-radius: 50px;
  margin-bottom: .7rem; letter-spacing: .03em;
}
.lp-section-title { font-size: 1.85rem; font-weight: 900; color: var(--lp-text); }
.lp-section-sub {
  color: var(--lp-text2); font-size: .95rem; margin-top: .5rem;
  max-width: 480px; margin-left: auto; margin-right: auto;
}
.lp-section-line {
  width: 50px; height: 3px;
  background: linear-gradient(90deg, var(--lp-primary), var(--lp-cyan));
  border-radius: 2px; margin: .9rem auto 0;
}

/* ── Packages ── */
.lp-packages { padding: 80px 0; background: var(--lp-surface); }

.lp-pack-card {
  background: var(--lp-glass);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-r-l);
  padding: 2rem 1.6rem 1.8rem;
  text-align: center;
  position: relative;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  height: 100%;
  display: flex; flex-direction: column; align-items: center;
  overflow: hidden;
}
.lp-pack-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--lp-primary), var(--lp-cyan));
  opacity: 0; transition: opacity .3s ease;
}
.lp-pack-card:hover {
  border-color: rgba(124,58,237,.35);
  box-shadow: var(--lp-shadow), 0 0 50px rgba(124,58,237,.18);
  transform: translateY(-8px);
}
.lp-pack-card:hover::before { opacity: 1; }

.lp-pack-popular {
  border-color: rgba(124,58,237,.45) !important;
  background: rgba(124,58,237,.07) !important;
  box-shadow: 0 0 50px rgba(124,58,237,.2) !important;
}
.lp-pack-popular::before { opacity: 1 !important; }

.lp-pack-badge {
  position: absolute; top: 0; right: 50%;
  transform: translateX(50%);
  background: linear-gradient(135deg, var(--lp-primary), var(--lp-cyan));
  color: #fff; font-size: .69rem; font-weight: 800;
  padding: .22rem .9rem; border-radius: 0 0 10px 10px;
  letter-spacing: .06em;
}
.lp-pack-icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(124,58,237,.25), rgba(6,182,212,.15));
  border: 1px solid rgba(124,58,237,.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: var(--lp-primary-l);
  margin-bottom: .8rem;
}
.lp-pack-qty {
  font-size: 2.6rem; font-weight: 900; line-height: 1;
  background: linear-gradient(135deg, #c4b5fd, var(--lp-cyan));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lp-pack-unit { font-size: .8rem; color: var(--lp-muted); margin: .2rem 0 .5rem; }
.lp-pack-name { font-size: .88rem; font-weight: 600; color: var(--lp-text2); flex: 1; margin-bottom: .8rem; }
.lp-pack-divider { width: 100%; height: 1px; background: var(--lp-border); margin: .6rem 0; }
.lp-pack-price-box {
  background: rgba(124,58,237,.08);
  border: 1px solid rgba(124,58,237,.2);
  border-radius: var(--lp-r); padding: .7rem 1.2rem;
  margin-bottom: 1rem; width: 100%;
}
.lp-pack-price-label { font-size: .74rem; color: var(--lp-muted); margin-bottom: .15rem; }
.lp-pack-price {
  font-size: 1.4rem; font-weight: 900; color: var(--lp-text);
  display: flex; align-items: baseline; justify-content: center; gap: .4rem;
}
.lp-pack-price-currency { font-size: .8rem; font-weight: 500; color: var(--lp-text2); }

.lp-btn-order {
  background: linear-gradient(135deg, var(--lp-primary), #4338ca);
  color: #fff; border: none; border-radius: 50px;
  padding: .65rem 1.2rem; font-weight: 700; font-size: .88rem;
  cursor: pointer; transition: all .25s ease; width: 100%;
  box-shadow: 0 4px 15px rgba(124,58,237,.3);
}
.lp-btn-order:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(124,58,237,.55); color: #fff;
}
.lp-btn-order i { margin-left: .4rem; }

.lp-packages-empty {
  text-align: center; padding: 3rem;
  background: var(--lp-glass); border: 1px solid var(--lp-border);
  border-radius: var(--lp-r-l); color: var(--lp-text2);
}
.lp-packages-empty i { font-size: 2.5rem; color: var(--lp-muted); margin-bottom: .8rem; display: block; }

/* ── Best Sellers ── */
.lp-best-sellers { padding: 70px 0; background: var(--lp-surface); }
.lp-bs-grid {
  display: flex; flex-direction: column; gap: .85rem;
}
.lp-bs-card {
  display: flex; align-items: center; gap: 1rem;
  background: var(--lp-surface2); border: 1px solid var(--lp-border);
  border-radius: 14px; padding: 1rem 1.2rem;
  transition: border-color .2s, transform .2s;
}
.lp-bs-card:hover { border-color: var(--lp-accent); transform: translateX(-3px); }
.lp-bs-rank { font-size: 1.5rem; flex-shrink: 0; width: 36px; text-align: center; }
.lp-bs-rank--gold   { color: #f5c518; }
.lp-bs-rank--silver { color: #b0b0b0; }
.lp-bs-rank--bronze { color: #cd7f32; }
.lp-bs-rank--default { color: var(--lp-accent); font-size: 1.1rem; }
.lp-bs-info { flex: 1; min-width: 0; }
.lp-bs-name { font-size: .95rem; font-weight: 600; color: var(--lp-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lp-bs-meta { display: flex; gap: .8rem; margin-top: .3rem; font-size: .8rem; color: var(--lp-text2); flex-wrap: wrap; }
.lp-bs-meta i { margin-left: .25rem; }
.lp-bs-price-wrap { display: flex; flex-direction: column; align-items: flex-end; gap: .3rem; flex-shrink: 0; }
.lp-bs-total { font-size: .95rem; font-weight: 700; color: var(--lp-accent); }
.lp-bs-rate  { font-size: .78rem; color: var(--lp-text2); white-space: nowrap; }
.lp-bs-btn {
  padding: .35rem .9rem; border-radius: 8px; font-size: .8rem; font-weight: 700;
  border: none; cursor: pointer;
  background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent2));
  color: #fff; transition: opacity .2s;
}
.lp-bs-btn:hover { opacity: .85; }
@media (max-width: 576px) {
  .lp-bs-card { flex-wrap: wrap; }
  .lp-bs-price-wrap { flex-direction: row; align-items: center; width: 100%; justify-content: space-between; }
}

/* ── Trust Badges ── */
.lp-trust-badges { padding: 50px 0; background: var(--lp-surface2); border-top: 1px solid var(--lp-border); border-bottom: 1px solid var(--lp-border); }
.lp-tb-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem 2rem; }
.lp-tb-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: .4rem; min-width: 100px; }
.lp-tb-icon { font-size: 2rem; }
.lp-tb-label { font-size: .9rem; font-weight: 700; color: var(--lp-text); }
.lp-tb-sub { font-size: .75rem; color: var(--lp-text2); }

/* ── Related Pages ── */
.lp-related-pages { padding: 40px 0 50px; background: var(--lp-surface); border-top: 1px solid var(--lp-border); }
.lp-rp-title { font-size: 1rem; font-weight: 700; color: var(--lp-text2); margin-bottom: 1rem; }
.lp-rp-title i { margin-left: .4rem; color: var(--lp-primary-l); }
.lp-rp-grid { display: flex; flex-wrap: wrap; gap: .5rem; }
.lp-rp-item {
  font-size: .8rem; color: var(--lp-text2); background: var(--lp-glass);
  border: 1px solid var(--lp-border); border-radius: 50px;
  padding: .3rem .85rem; transition: all .2s;
}
.lp-rp-item:hover { color: var(--lp-primary-l); border-color: var(--lp-primary); background: rgba(124,58,237,.1); }

/* ── WhatsApp Floating Button ── */
.lp-whatsapp-btn {
  position: fixed; bottom: 1.5rem; left: 1.5rem; z-index: 9999;
  width: 52px; height: 52px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; box-shadow: 0 4px 20px rgba(37,211,102,.5);
  transition: transform .2s, box-shadow .2s;
}
.lp-whatsapp-btn:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,.7); color: #fff; }

/* ── Notes ── */
.lp-notes { padding: 70px 0; background: var(--lp-bg); }
.lp-note-card {
  display: flex; gap: 1.2rem; align-items: flex-start;
  background: var(--lp-glass); border: 1px solid var(--lp-border);
  border-radius: var(--lp-r); padding: 1.6rem;
  transition: all .3s ease; height: 100%;
}
.lp-note-card:hover {
  border-color: rgba(124,58,237,.3);
  box-shadow: 0 15px 45px rgba(0,0,0,.35);
  transform: translateY(-4px);
}
.lp-note-icon {
  width: 50px; height: 50px; border-radius: 12px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
}
.lp-note-icon--blue   { background: rgba(59,130,246,.15);  color: #60a5fa; }
.lp-note-icon--orange { background: rgba(249,115,22,.15);  color: #fb923c; }
.lp-note-icon--purple { background: rgba(124,58,237,.2);   color: var(--lp-primary-l); }
.lp-note-icon--green  { background: rgba(16,185,129,.15);  color: #34d399; }
.lp-note-title { font-weight: 700; font-size: .95rem; color: var(--lp-text); margin-bottom: .3rem; }
.lp-note-text  { font-size: .86rem; color: var(--lp-text2); line-height: 1.8; }

/* ── Content ── */
.lp-content { padding: 70px 0; background: var(--lp-surface); }
.lp-content-wrap { position: relative; }
.lp-content-body {
  background: var(--lp-glass); border: 1px solid var(--lp-border);
  border-radius: var(--lp-r-l); padding: 2.5rem 3rem;
  line-height: 1.95; font-size: .97rem; color: var(--lp-text2);
  transition: max-height .5s ease;
}
.lp-content-wrap.lp-collapsed .lp-content-body {
  max-height: 260px; overflow: hidden;
}
.lp-content-fade {
  display: none;
  position: absolute; bottom: 0; left: 0; right: 0; height: 120px;
  background: linear-gradient(to bottom, transparent, var(--lp-surface));
  pointer-events: none; border-radius: 0 0 var(--lp-r-l) var(--lp-r-l);
}
.lp-content-wrap.lp-collapsed .lp-content-fade { display: block; }
.lp-content-body h2 { font-size: 1.2rem; font-weight: 800; color: var(--lp-text); margin: 1.8rem 0 .8rem; }
.lp-content-body h3 { font-size: 1.05rem; font-weight: 700; color: var(--lp-primary-l); }
.lp-content-body ul { padding-right: 1.4rem; }
.lp-content-body ul li { margin-bottom: .4rem; }
.lp-content-body strong { color: var(--lp-text); }
.lp-content-body a { color: var(--lp-primary-l); }

/* ── CTA ── */
.lp-cta {
  position: relative; padding: 90px 0; overflow: hidden;
  background: linear-gradient(135deg, #1c0d3a 0%, #081528 50%, #0a1f35 100%);
}
.lp-cta::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 65% 80% at 15% 50%, rgba(124,58,237,.4) 0%, transparent 55%),
    radial-gradient(ellipse 50% 60% at 85% 50%, rgba(6,182,212,.25) 0%, transparent 55%);
  pointer-events: none;
}
.lp-cta > .container { position: relative; z-index: 1; }
.lp-cta-title {
  font-size: 2.1rem; font-weight: 900; color: #fff; margin-bottom: .7rem;
}
.lp-cta-text { color: rgba(255,255,255,.72); font-size: 1rem; margin-bottom: 2rem; }

/* ── FAQ ── */
.lp-faq { padding: 70px 0; background: var(--lp-bg); }
.lp-faq-list { max-width: 820px; margin: 0 auto; }
.lp-faq-item {
  background: var(--lp-glass); border: 1px solid var(--lp-border);
  border-radius: var(--lp-r); margin-bottom: .6rem; overflow: hidden;
  transition: border-color .25s ease;
}
.lp-faq-item.active-item { border-color: rgba(124,58,237,.4); }
.lp-faq-q {
  width: 100%; text-align: right; background: none; border: none;
  padding: 1.15rem 1.4rem; font-size: .95rem; font-weight: 600;
  color: var(--lp-text); display: flex; align-items: center;
  justify-content: space-between; cursor: pointer;
  transition: background .2s ease; gap: 1rem;
}
.lp-faq-q:hover, .lp-faq-q.active {
  background: rgba(124,58,237,.06); color: var(--lp-primary-l);
}
.lp-faq-icon {
  transition: transform .3s ease; color: var(--lp-primary-l);
  flex-shrink: 0; font-size: .82rem;
}
.lp-faq-q[aria-expanded="true"] .lp-faq-icon { transform: rotate(180deg); }
.lp-faq-a {
  padding: .8rem 1.4rem 1.15rem; font-size: .91rem;
  color: var(--lp-text2); line-height: 1.85;
  border-top: 1px solid var(--lp-border);
}

/* ── Testimonials ── */
.lp-testimonials { padding: 70px 0; background: var(--lp-surface); }
.lp-testimonials .container { overflow: hidden; }
.swiper-container.lp-swiper-testimonials {
  overflow: hidden !important;
  width: 100%;
  padding-bottom: 2.5rem !important;
}
.lp-testimonial-card {
  background: var(--lp-glass); border: 1px solid var(--lp-border);
  border-radius: var(--lp-r-l); padding: 1.8rem;
  position: relative; overflow: hidden;
}
.lp-testimonial-card::before {
  content: '"'; position: absolute; top: -5px; right: 18px;
  font-size: 6rem; font-family: Georgia, serif; line-height: 1;
  color: rgba(124,58,237,.1); pointer-events: none;
}
.lp-testimonial-stars { color: #fbbf24; font-size: .88rem; margin-bottom: .8rem; }
.lp-testimonial-text {
  font-size: .91rem; color: var(--lp-text2); line-height: 1.85;
  font-style: italic; position: relative; z-index: 1;
}
.lp-testimonial-name { margin-top: 1rem; font-weight: 700; color: var(--lp-primary-l); font-size: .84rem; }
.lp-swiper-pagination .swiper-pagination-bullet { background: var(--lp-muted); opacity: 1; }
.lp-swiper-pagination .swiper-pagination-bullet-active { background: var(--lp-primary); }

/* ── Reviews (user-submitted) ── */
.lp-reviews { padding: 70px 0; background: var(--lp-bg); }
.lp-review-card {
  background: var(--lp-glass); border: 1px solid var(--lp-border);
  border-radius: var(--lp-r); padding: 1.4rem; height: 100%;
  transition: border-color .25s ease;
}
.lp-review-card:hover { border-color: rgba(124,58,237,.28); }
.lp-review-header { display: flex; align-items: center; gap: .8rem; margin-bottom: .8rem; }
.lp-review-avatar {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--lp-primary), var(--lp-cyan));
  display: flex; align-items: center; justify-content: center;
  font-size: .95rem; font-weight: 800; color: #fff;
}
.lp-review-meta { flex: 1; }
.lp-review-name { font-weight: 700; font-size: .9rem; color: var(--lp-text); margin-bottom: .15rem; }
.lp-review-stars { color: #fbbf24; font-size: .76rem; }
.lp-review-date  { font-size: .75rem; color: var(--lp-muted); }
.lp-review-text  { font-size: .88rem; color: var(--lp-text2); line-height: 1.8; }
.lp-review-reply {
  margin-top: .9rem; padding: .8rem 1rem;
  background: rgba(124,58,237,.07);
  border-right: 3px solid var(--lp-primary);
  border-radius: 0 10px 10px 0;
}
.lp-review-reply-label {
  font-size: .73rem; font-weight: 700; color: var(--lp-primary-l); margin-bottom: .3rem;
  display: flex; align-items: center; gap: .3rem;
}
.lp-review-reply-text { font-size: .85rem; color: var(--lp-text2); line-height: 1.75; }

/* ── Review Form ── */
.lp-review-form-wrap { margin-top: 3rem; }
.lp-review-form {
  background: var(--lp-glass); border: 1px solid var(--lp-border);
  border-radius: var(--lp-r-l); padding: 2rem 2.5rem;
}
.lp-form-heading {
  font-size: 1.15rem; font-weight: 800; color: var(--lp-text);
  margin-bottom: 1.5rem; padding-bottom: 1rem;
  border-bottom: 1px solid var(--lp-border);
  display: flex; align-items: center; gap: .6rem;
}
.lp-form-heading i { color: var(--lp-primary-l); }
.lp-review-form .form-label {
  color: var(--lp-text2); font-size: .86rem; font-weight: 600; margin-bottom: .35rem;
}
.lp-review-form .form-control, .lp-review-form textarea {
  background: var(--lp-surface2); border: 1px solid var(--lp-border);
  color: var(--lp-text); border-radius: 10px;
  padding: .65rem 1rem; font-size: .9rem; direction: rtl;
  transition: all .2s ease; width: 100%;
  font-family: inherit;
}
.lp-review-form .form-control:focus, .lp-review-form textarea:focus {
  background: var(--lp-surface);
  border-color: rgba(124,58,237,.5);
  box-shadow: 0 0 0 3px rgba(124,58,237,.1);
  color: var(--lp-text); outline: none;
}
.lp-review-form .form-control::placeholder,
.lp-review-form textarea::placeholder { color: var(--lp-muted); }

/* Star picker */
.lp-star-picker {
  display: flex; gap: .3rem;
  direction: rtl;
}
.lp-star-picker input[type="radio"] { display: none; }
.lp-star-picker label {
  font-size: 1.6rem; color: var(--lp-muted);
  cursor: pointer; transition: color .15s ease, transform .15s ease;
  line-height: 1;
}
.lp-star-picker label:hover { transform: scale(1.2); }
.lp-star-picker input:checked ~ label { color: var(--lp-muted); }
.lp-star-picker label:hover,
.lp-star-picker label:hover ~ label,
.lp-star-picker input:checked + label,
.lp-star-picker input:checked + label ~ label { color: #fbbf24; }

/* ── Footer ── */
.lp-footer {
  background: #020508;
  border-top: 1px solid var(--lp-border);
  color: var(--lp-muted); padding: 2.5rem 0 1.5rem; font-size: .83rem;
}
.lp-footer-top {
  display: flex; align-items: flex-start; justify-content: space-between;
  flex-wrap: wrap; gap: 2rem; margin-bottom: 2rem;
}
.lp-footer-brand { max-width: 280px; }
.lp-footer-logo-text {
  font-size: 1.2rem; font-weight: 900; margin-bottom: .6rem;
  background: linear-gradient(135deg, var(--lp-primary-l), var(--lp-cyan));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lp-footer-desc { color: var(--lp-muted); font-size: .82rem; line-height: 1.8; margin-bottom: .5rem; }
.lp-footer-phone { font-size: .84rem; color: var(--lp-text2); direction: ltr; text-align: right; }
.lp-footer-phone i { color: var(--lp-success); margin-left: .3rem; }
.lp-footer-center { display: flex; align-items: center; justify-content: center; }
.lp-footer-enamad img { max-height: 100px; border-radius: 8px; }
.lp-footer-links {
  display: flex; flex-direction: column; gap: .6rem;
}
.lp-footer-links a {
  color: var(--lp-text2); opacity: .65; transition: all .2s ease;
  font-size: .84rem;
}
.lp-footer-links a:hover { opacity: 1; color: var(--lp-primary-l); padding-right: .3rem; }
.lp-footer-bottom {
  border-top: 1px solid var(--lp-border); padding-top: 1.2rem;
  text-align: center; color: var(--lp-muted); font-size: .78rem;
}

/* ── Service Table (category pages) ── */
.lp-service-table-wrap {
  background: var(--lp-surface2);
  border: 1px solid rgba(124,58,237,.25);
  border-radius: var(--lp-r-l); overflow: hidden;
}
.lp-service-table {
  width: 100%; border-collapse: collapse;
  font-size: .9rem; background: transparent !important;
  color: var(--lp-text2) !important;
}
.lp-service-table thead {
  background: linear-gradient(90deg, rgba(124,58,237,.2), rgba(6,182,212,.08));
}
.lp-service-table thead tr {
  border-bottom: 1px solid rgba(124,58,237,.3);
}
.lp-service-table th {
  padding: .9rem 1rem; font-weight: 700;
  color: var(--lp-primary-l) !important;
  font-size: .82rem; text-align: right !important;
  white-space: nowrap; border: none !important;
  background: transparent !important;
}
.lp-service-table tbody tr {
  border-bottom: 1px solid var(--lp-border);
  background: transparent !important;
  transition: background .15s ease;
}
.lp-service-table tbody tr:last-child { border-bottom: none; }
.lp-service-table tbody tr:hover { background: rgba(124,58,237,.07) !important; }
.lp-service-table td {
  padding: .85rem 1rem; vertical-align: middle;
  color: var(--lp-text2) !important;
  border: none !important; background: transparent !important;
}
.lp-svc-name { font-weight: 700; color: var(--lp-text) !important; min-width: 140px; }
.lp-svc-desc { font-size: .82rem; color: var(--lp-muted) !important; max-width: 200px; }
.lp-svc-price { white-space: nowrap; }
.lp-svc-price-val { font-weight: 800; font-size: 1rem; color: var(--lp-primary-l) !important; }
.lp-svc-price-cur { font-size: .75rem; color: var(--lp-muted) !important; margin-right: .2rem; }
.lp-btn-order-sm {
  padding: .4rem .9rem !important; font-size: .8rem !important;
  border-radius: 50px !important; white-space: nowrap;
}

/* Mobile: stack table rows as cards */
@media (max-width: 767px) {
  .lp-service-table thead { display: none; }
  .lp-service-table, .lp-service-table tbody,
  .lp-service-table tr, .lp-service-table td { display: block; width: 100%; }
  .lp-service-table tbody tr {
    border: 1px solid rgba(124,58,237,.25) !important;
    border-radius: 10px; margin-bottom: .8rem;
    padding: .2rem 0; background: var(--lp-surface2) !important;
  }
  .lp-service-table td {
    display: flex; align-items: center; justify-content: space-between;
    padding: .55rem 1rem !important; border-bottom: 1px solid var(--lp-border) !important;
    font-size: .85rem;
  }
  .lp-service-table td:last-child { border-bottom: none !important; justify-content: center; }
  .lp-service-table td::before {
    content: attr(data-label);
    font-size: .74rem; font-weight: 700; color: var(--lp-muted);
    flex-shrink: 0; margin-left: .8rem;
  }
  .lp-svc-desc { max-width: none !important; }
}

/* ── Order Modal ── */
.lp-modal {
  background: var(--lp-surface); border: 1px solid var(--lp-border);
  border-radius: 20px; overflow: hidden;
}
.lp-modal .modal-header {
  background: var(--lp-glass); border-bottom: 1px solid var(--lp-border);
  padding: 1.1rem 1.5rem;
}
.lp-modal-title { font-weight: 800; font-size: 1.05rem; color: var(--lp-text); }
.lp-modal-close {
  background: none; border: none;
  color: var(--lp-muted); font-size: 1.6rem; line-height: 1;
  cursor: pointer; padding: 0 .3rem; transition: color .2s ease;
  font-weight: 400;
}
.lp-modal-close:hover { color: var(--lp-text); }
.lp-modal .modal-body { padding: 1.4rem; }
.lp-modal .form-label { color: var(--lp-text2); font-size: .86rem; font-weight: 600; }
.lp-modal .form-control {
  background: var(--lp-bg); border: 1px solid var(--lp-border);
  color: var(--lp-text); border-radius: 10px; direction: rtl;
  font-size: .9rem;
}
.lp-modal .form-control:focus {
  background: var(--lp-surface2); color: var(--lp-text);
  border-color: rgba(124,58,237,.5);
  box-shadow: 0 0 0 3px rgba(124,58,237,.1);
}
.lp-modal .form-control::placeholder { color: var(--lp-muted); }
.lp-modal .form-hint { font-size: .78rem; color: var(--lp-muted); margin-top: .3rem; }
.lp-modal-service-name {
  background: rgba(124,58,237,.1); border: 1px solid rgba(124,58,237,.25);
  color: var(--lp-primary-l); padding: .5rem .9rem;
  border-radius: 10px; font-weight: 600; font-size: .88rem;
}
.lp-modal-service-desc {
  background: rgba(6,182,212,.06); border: 1px solid rgba(6,182,212,.18);
  color: var(--lp-text2); padding: .6rem 1rem;
  border-radius: 10px; font-size: .84rem; line-height: 1.7;
}
.lp-modal-total {
  background: rgba(16,185,129,.07); border: 1px solid rgba(16,185,129,.2);
  border-radius: 10px; padding: .65rem 1rem;
  display: flex; align-items: center; gap: .5rem;
  font-size: .9rem; color: var(--lp-text2);
}
.lp-modal-total strong { font-size: 1.1rem; color: #34d399; }
.lp-success-icon { font-size: 4rem; color: var(--lp-success); }
.lp-modal .alert-info {
  background: rgba(6,182,212,.08); border-color: rgba(6,182,212,.18);
  color: var(--lp-text2); font-size: .86rem;
}
.lp-modal .custom-switch { display: flex; align-items: center; gap: .6rem; cursor: pointer; }
.lp-modal .custom-switch-input { width: 16px; height: 16px; cursor: pointer; accent-color: var(--lp-primary); }
.lp-modal .custom-switch-indicator { display: none; }
.lp-modal .custom-switch-description { font-size: .86rem; color: var(--lp-text2); }
.lp-modal .custom-switch-description a { color: var(--lp-primary-l); }

/* ── Scroll animations ── */
@keyframes lp-fadeup {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.lp-animate { animation: lp-fadeup .55s ease both; }

/* ── Responsive ── */
@media (max-width: 991px) {
  .lp-hero { padding: 60px 0 90px; }
  .lp-hero-title { font-size: 1.95rem; }
  .lp-hero-visual { margin-top: 2rem; }
}
@media (max-width: 767px) {
  .lp-hero { padding: 50px 0 70px; }
  .lp-hero-title { font-size: 1.55rem; }
  .lp-hero-img { max-width: 280px; margin: 0 auto; }
  .lp-hero-btns { justify-content: center; }
  .lp-hero-desc { font-size: .95rem; }
  .lp-section-title { font-size: 1.5rem; }
  .lp-cta-title { font-size: 1.6rem; }
  .lp-content-body { padding: 1.5rem; }
  .lp-pack-popular { transform: none; }
  .lp-stats .container { gap: 1.2rem; }
  .lp-review-form { padding: 1.4rem; }
  .lp-hero-content { text-align: center; }
  .lp-hero-tag { margin-right: auto; margin-left: auto; }
}
@media (max-width: 575px) {
  .lp-hero-title { font-size: 1.35rem; }
  .lp-pack-qty { font-size: 2.2rem; }
  .lp-section-title { font-size: 1.3rem; }
}
