/* ═══════════════════════════════════════════════════════════
   تصميم صفحات الهبوط الإعلانية (lp-*) — هوية الموقع الكاملة
   يُحمَّل فقط على الصفحات التي يبدأ اسمها بـ lp-
═══════════════════════════════════════════════════════════ */

/* ═══ الأرضية والإطار ═══ */
.injaz-lp .site-content {
  background: var(--bg-light, #f8f9fa);
  padding-bottom: 96px;
}
.injaz-lp article .inside-article {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 30px rgba(10, 35, 81, 0.06);
  padding: 28px 22px;
}
@media (max-width: 600px) {
  .injaz-lp article .inside-article {
    padding: 24px 18px;
  }
}

/* ═══ تركيز كامل: لا قوائم تشتيت ولا أزرار عائمة على الموبايل ═══ */
.injaz-lp .main-navigation,
.injaz-lp #site-navigation,
.injaz-lp .menu-toggle,
.injaz-lp .enjaz-burger,
.injaz-lp .enjaz-nav-mobile,
.injaz-lp .enjaz-nav-desktop,
.injaz-lp .enjaz-topbar-hours,
.injaz-lp .enjaz-nav {
  display: none !important;
}
.injaz-lp .enjaz-social-sb {
  display: none;
}
@media (max-width: 768px) {
  .injaz-lp .alsaif-fab-container-left {
    display: none; /* الشريط السفلي الثابت يعوّضها في منطقة الإبهام */
  }
}
@media (min-width: 769px) {
  .injaz-lp-bar {
    display: none; /* على الديسكتوب تكفي الأزرار العائمة */
  }
}

/* ═══ العناوين بهوية الموقع ═══ */
.injaz-lp .entry-content h1 {
  color: var(--primary, #0a2351);
  font-weight: 800;
  font-size: clamp(1.45rem, 5.5vw, 2.1rem);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 14px;
}
.injaz-lp .entry-content h1 + p {
  font-size: 1.05em;
  color: #4a5568;
  max-width: 640px;
  margin: 0 auto 10px;
  line-height: 1.9;
}
.injaz-lp .entry-content h1 + p strong {
  color: var(--primary, #0a2351);
}
.injaz-lp .entry-content h2 {
  color: var(--primary, #0a2351);
  font-weight: 800;
  font-size: clamp(1.2rem, 4.5vw, 1.55rem);
  line-height: 1.5;
  text-align: center;
  margin: 44px 0 18px;
  position: relative;
  padding-bottom: 14px;
}
.injaz-lp .entry-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 56px;
  height: 4px;
  border-radius: 2px;
  background: var(--accent, #d4af37);
}
.injaz-lp .entry-content h3 {
  font-size: clamp(1rem, 4vw, 1.1rem);
  line-height: 1.5;
}

/* ═══ أزرار CTA: مكدسة، متساوية، بظلال ونبض ═══ */
.injaz-lp .entry-content p:has(> a[href^="tel:"]) {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  max-width: 420px;
  margin: 26px auto;
}
.injaz-lp .entry-content p:has(> a[href^="tel:"]) > a {
  display: block !important;
  width: 100%;
  max-width: 340px;
  padding: 15px 20px !important;
  font-size: 1.05em !important;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  transition: transform 0.15s ease;
}
.injaz-lp .entry-content p:has(> a[href^="tel:"]) > a:active {
  transform: scale(0.97);
}
.injaz-lp .entry-content p > a[href^="tel:"] {
  box-shadow: 0 8px 20px -6px rgba(212, 175, 55, 0.55);
  animation: injaz-lp-pulse 2.2s infinite;
}
.injaz-lp .entry-content p > a[href*="wa.me"] {
  box-shadow: 0 8px 20px -6px rgba(37, 211, 102, 0.5);
}
@keyframes injaz-lp-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.45); }
  50% { box-shadow: 0 0 0 14px rgba(212, 175, 55, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .injaz-lp .entry-content p > a[href^="tel:"] {
    animation: none;
  }
}

/* ═══ شريط الثقة: لوحة زرقاء داكنة بكروت 2×2 ═══ */
.injaz-lp .entry-content > ul[style*="flex"] {
  background: linear-gradient(135deg, #0a2351, #14346e) !important;
  color: #fff !important;
  border-radius: 16px !important;
  padding: 16px 12px !important;
  gap: 10px !important;
  box-shadow: 0 12px 26px -12px rgba(10, 35, 81, 0.45);
}
.injaz-lp .entry-content > ul[style*="flex"] li {
  flex: 1 1 42%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 12px;
  padding: 10px 8px;
  font-size: 0.95em;
  text-align: center;
}

/* ═══ قوائم المزايا: كروت بحد ذهبي ═══ */
.injaz-lp .entry-content > ul:not([style]) {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 12px;
}
.injaz-lp .entry-content > ul:not([style]) > li {
  background: #fff;
  border: 1px solid #eef1f6;
  border-right: 4px solid var(--accent, #d4af37);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 4px 14px rgba(10, 35, 81, 0.05);
  line-height: 1.8;
}
.injaz-lp .entry-content > ul:not([style]) li strong {
  color: var(--primary, #0a2351);
}

/* ═══ آراء العملاء: كروت شهادات (أول 3 عناوين h3) ═══ */
.injaz-lp .entry-content h3:nth-of-type(-n+3) {
  background: #fff;
  border: 1px solid #eef1f6;
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  margin: 16px 0 0;
  padding: 16px 18px 0;
  color: var(--primary, #0a2351);
  box-shadow: 0 4px 14px rgba(10, 35, 81, 0.05);
}
.injaz-lp .entry-content h3:nth-of-type(-n+3) + p {
  background: #fff;
  border: 1px solid #eef1f6;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  margin: 0 0 16px;
  padding: 8px 18px 18px;
  color: #555;
  box-shadow: 0 10px 18px -8px rgba(10, 35, 81, 0.07);
}

/* ═══ الأسئلة الشائعة: كروت سؤال/جواب (بقية عناوين h3) ═══ */
.injaz-lp .entry-content h3:nth-of-type(n+4) {
  background: var(--bg-light, #f8f9fa);
  border-right: 4px solid var(--accent, #d4af37);
  border-radius: 12px 12px 0 0;
  margin: 14px 0 0;
  padding: 12px 16px;
  color: var(--primary, #0a2351);
}
.injaz-lp .entry-content h3:nth-of-type(n+4) + p {
  background: var(--bg-light, #f8f9fa);
  border-right: 4px solid var(--accent, #d4af37);
  border-radius: 0 0 12px 12px;
  margin: 0 0 14px;
  padding: 0 16px 14px;
  color: #555;
}

/* ═══ الشريط السفلي الثابت (موبايل): منطقة الإبهام ═══ */
.injaz-lp-bar {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  z-index: 99999;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.18);
}
.injaz-lp-bar a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 54px;
  padding: 14px 8px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  font-family: 'Cairo', sans-serif;
}
.injaz-lp-bar .injaz-lp-bar-call {
  background: var(--accent, #d4af37);
  color: var(--primary, #0a2351);
}
.injaz-lp-bar .injaz-lp-bar-wa {
  background: var(--whatsapp, #25d366);
  color: #fff;
}

/* الشريط السفلي للموبايل فقط، والأزرار العائمة للديسكتوب فقط (لا تراكب) */
@media (min-width: 769px) {
  .injaz-lp-bar { display: none !important; }
}
@media (max-width: 768px) {
  .injaz-lp .alsaif-fab-container-left { display: none !important; }
}
