/* ═══════════════════════════════════════════════════════════
   صفحة هبوط "رحلة النقل" — تصميم فخم بهوية خبراء الإنجاز
═══════════════════════════════════════════════════════════ */

.injaz-lp-journey {
  --lpj-navy: #0a2351;
  --lpj-navy-2: #14346e;
  --lpj-gold: #d4af37;
  --lpj-gold-d: #b8961f;
  --lpj-wa: #25d366;
  --lpj-bg: #f6f8fc;
  --lpj-ink: #2a3550;
  --lpj-muted: #64708a;
}

/* كسر قيود GeneratePress ليكون العرض كاملاً */
.injaz-lp-journey .site-content,
.injaz-lp-journey .content-area,
.injaz-lp-journey #primary { padding: 0 !important; margin: 0 !important; max-width: none !important; width: 100% !important; }
.injaz-lp-journey .inside-article,
.injaz-lp-journey article { padding: 0 !important; margin: 0 !important; background: none !important; box-shadow: none !important; border: 0 !important; }
.injaz-lp-journey .entry-content { margin: 0 !important; }
.injaz-lp-journey .site-content { background: var(--lpj-bg); padding-bottom: 90px !important; }

.lpj { font-family: 'Cairo', 'Tajawal', sans-serif; direction: rtl; color: var(--lpj-ink); overflow-x: hidden; }
.lpj *, .lpj *::before, .lpj *::after { box-sizing: border-box; }
.lpj-wrap { max-width: 1160px; margin: 0 auto; padding: 0 20px; }

/* عناوين مشتركة */
.lpj-kicker { display: inline-block; color: var(--lpj-gold-d); font-weight: 800; font-size: 0.9rem; letter-spacing: 0.5px; margin-bottom: 8px; }
.lpj-h2 { color: var(--lpj-navy); font-weight: 800; font-size: clamp(1.5rem, 4.5vw, 2.3rem); line-height: 1.4; margin: 0 0 12px; }
.lpj-lead { color: var(--lpj-muted); font-size: clamp(0.98rem, 2vw, 1.1rem); max-width: 640px; margin: 0 0 8px; line-height: 1.9; }
.lpj-section { padding: clamp(48px, 8vw, 88px) 0; }
.lpj-section .lpj-kicker, .lpj-section > .lpj-wrap > .lpj-h2, .lpj-section > .lpj-wrap > .lpj-lead { text-align: center; }
.lpj-section > .lpj-wrap > .lpj-h2, .lpj-section > .lpj-wrap > .lpj-lead { margin-left: auto; margin-right: auto; }
.lpj-section > .lpj-wrap { text-align: center; }

/* أزرار CTA */
.lpj-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin: 26px 0; }
.lpj-btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 1.05rem; padding: 15px 30px; border-radius: 50px; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
.lpj-btn-ic { font-size: 1.15em; }
.lpj-btn-call { background: linear-gradient(135deg, var(--lpj-gold), var(--lpj-gold-d)); color: var(--lpj-navy); box-shadow: 0 10px 24px -8px rgba(212,175,55,.6); }
.lpj-btn-wa { background: var(--lpj-wa); color: #fff; box-shadow: 0 10px 24px -8px rgba(37,211,102,.55); }
.lpj-btn:hover { transform: translateY(-2px); }
.lpj-btn:active { transform: scale(.97); }

/* ═══ HERO ═══ */
.lpj-hero { position: relative; color: #fff; padding: clamp(60px, 12vw, 120px) 0; overflow: hidden; }
.lpj-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.lpj-hero::after { content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(135deg, rgba(10,35,81,.96) 0%, rgba(10,35,81,.9) 45%, rgba(20,52,110,.82) 100%); }
.lpj-hero-inner { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; padding: 0 20px; text-align: center; }
.lpj-eyebrow { display: inline-block; background: rgba(212,175,55,.16); border: 1px solid rgba(212,175,55,.4); color: var(--lpj-gold); font-weight: 700; font-size: 0.85rem; padding: 6px 16px; border-radius: 50px; margin-bottom: 18px; }
.lpj-hero-title { font-weight: 800; font-size: clamp(1.7rem, 6vw, 3rem); line-height: 1.4; margin: 0 0 16px; }
.lpj-hero-title span { color: var(--lpj-gold); font-size: 0.72em; }
.lpj-hero-sub { color: rgba(255,255,255,.82); font-size: clamp(1rem, 2.4vw, 1.2rem); line-height: 1.9; max-width: 640px; margin: 0 auto; }
.lpj-hero .lpj-cta { margin: 28px 0 30px; }
.lpj-trust { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 0; padding: 0; }
.lpj-trust li { background: rgba(255,255,255,.07); border: 1px solid rgba(212,175,55,.28); border-radius: 14px; padding: 12px 18px; min-width: 110px; }
.lpj-trust strong { display: block; color: var(--lpj-gold); font-size: 1.35rem; font-weight: 800; }
.lpj-trust span { color: rgba(255,255,255,.7); font-size: 0.82rem; }

/* ═══ JOURNEY ═══ */
.lpj-journey { background: #fff; }
.lpj-steps { list-style: none; margin: 40px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: right; }
.lpj-step { position: relative; background: var(--lpj-bg); border: 1px solid #e7ecf5; border-radius: 18px; padding: 28px 22px 22px; }
.lpj-step-num { position: absolute; top: -18px; right: 22px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--lpj-gold), var(--lpj-gold-d)); color: var(--lpj-navy); font-weight: 800; font-size: 1.15rem; border-radius: 50%; box-shadow: 0 6px 16px -4px rgba(212,175,55,.6); }
.lpj-step h3 { color: var(--lpj-navy); font-size: 1.15rem; margin: 6px 0 8px; }
.lpj-step p { color: var(--lpj-muted); line-height: 1.85; margin: 0; font-size: 0.96rem; }
.lpj-step p em { color: var(--lpj-gold-d); font-style: normal; font-weight: 700; }

/* ═══ الخدمات ═══ */
.lpj-services { background: var(--lpj-bg); }
.lpj-service-primary { display: grid; grid-template-columns: 1.15fr .85fr; gap: 0; margin: 36px 0 24px; background: var(--lpj-navy); border-radius: 22px; overflow: hidden; box-shadow: 0 20px 50px -20px rgba(10,35,81,.5); text-align: right; }
.lpj-service-primary-body { padding: clamp(26px, 4vw, 44px); color: #fff; }
.lpj-badge-primary { display: inline-block; background: var(--lpj-gold); color: var(--lpj-navy); font-weight: 800; font-size: 0.82rem; padding: 5px 14px; border-radius: 50px; margin-bottom: 14px; }
.lpj-service-primary-body h3 { font-size: clamp(1.4rem, 3.5vw, 1.9rem); margin: 0 0 12px; }
.lpj-service-primary-body p { color: rgba(255,255,255,.8); line-height: 1.9; margin: 0 0 16px; }
.lpj-inline-link { color: var(--lpj-gold); font-weight: 800; text-decoration: none; }
.lpj-service-primary-img { background-size: cover; background-position: center; min-height: 240px; }
.lpj-accompany-label { color: var(--lpj-muted); font-weight: 700; margin: 24px 0 14px; }
.lpj-service-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; text-align: right; }
.lpj-pillar { display: block; background: #fff; border: 1px solid #e7ecf5; border-top: 4px solid var(--lpj-gold); border-radius: 16px; padding: 22px 18px; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
.lpj-pillar:hover { transform: translateY(-3px); box-shadow: 0 12px 28px -12px rgba(10,35,81,.22); }
.lpj-pillar-ic { font-size: 1.8rem; display: block; margin-bottom: 8px; }
.lpj-pillar h4 { color: var(--lpj-navy); font-size: 1.08rem; margin: 0 0 6px; }
.lpj-pillar p { color: var(--lpj-muted); font-size: 0.92rem; line-height: 1.8; margin: 0; }

/* ═══ لماذا نحن ═══ */
.lpj-why { background: #fff; }
.lpj-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; text-align: right; }
.lpj-why-card { background: var(--lpj-bg); border: 1px solid #e7ecf5; border-radius: 16px; padding: 24px 20px; }
.lpj-why-ic { font-size: 2rem; display: block; margin-bottom: 10px; }
.lpj-why-card h4 { color: var(--lpj-navy); font-size: 1.1rem; margin: 0 0 6px; }
.lpj-why-card p { color: var(--lpj-muted); line-height: 1.8; margin: 0; font-size: 0.95rem; }

/* ═══ المعرض ═══ */
.lpj-gallery { background: var(--lpj-bg); }
.lpj-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 34px; }
.lpj-gallery-item { margin: 0; border-radius: 14px; overflow: hidden; box-shadow: 0 6px 18px -8px rgba(10,35,81,.2); aspect-ratio: 4/3; }
.lpj-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.lpj-gallery-item:hover img { transform: scale(1.06); }

/* ═══ الآراء ═══ */
.lpj-reviews { background: #fff; }
.lpj-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; text-align: right; }
.lpj-review { background: var(--lpj-bg); border: 1px solid #e7ecf5; border-radius: 18px; padding: 24px 22px; display: flex; flex-direction: column; }
.lpj-review-stars { color: var(--lpj-gold); font-size: 1.05rem; letter-spacing: 2px; margin-bottom: 10px; }
.lpj-review-text { color: var(--lpj-ink); line-height: 1.9; margin: 0 0 18px; flex: 1; font-size: 0.98rem; }
.lpj-review-foot { display: flex; align-items: center; gap: 12px; }
.lpj-review-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--lpj-navy), var(--lpj-navy-2)); color: var(--lpj-gold); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.2rem; flex-shrink: 0; }
.lpj-review-foot strong { display: block; color: var(--lpj-navy); }
.lpj-review-foot span { color: var(--lpj-muted); font-size: 0.85rem; }

/* ═══ الأسئلة ═══ */
.lpj-faq { background: var(--lpj-bg); }
.lpj-faq-list { max-width: 780px; margin: 34px auto 0; text-align: right; }
.lpj-faq-item { background: #fff; border: 1px solid #e7ecf5; border-radius: 14px; margin-bottom: 12px; overflow: hidden; }
.lpj-faq-item summary { cursor: pointer; list-style: none; padding: 18px 22px; font-weight: 700; color: var(--lpj-navy); font-size: 1.02rem; position: relative; padding-left: 48px; }
.lpj-faq-item summary::-webkit-details-marker { display: none; }
.lpj-faq-item summary::after { content: "+"; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; background: var(--lpj-bg); color: var(--lpj-gold-d); border-radius: 50%; font-size: 1.3rem; font-weight: 800; transition: transform .2s ease; }
.lpj-faq-item[open] summary::after { content: "\2212"; transform: translateY(-50%) rotate(180deg); }
.lpj-faq-a { padding: 0 22px 20px; color: var(--lpj-muted); line-height: 1.9; }

/* ═══ CTA الختامي ═══ */
.lpj-final { background: linear-gradient(135deg, var(--lpj-navy), var(--lpj-navy-2)); color: #fff; padding: clamp(50px, 9vw, 90px) 0; text-align: center; }
.lpj-final h2 { color: #fff; font-size: clamp(1.5rem, 4.5vw, 2.2rem); margin: 0 0 10px; }
.lpj-final p { color: rgba(255,255,255,.82); font-size: 1.08rem; max-width: 560px; margin: 0 auto; line-height: 1.8; }
.lpj-final .lpj-cta { margin-top: 26px; }

/* ═══ موبايل ═══ */
@media (max-width: 900px) {
  .lpj-steps, .lpj-service-pillars, .lpj-why-grid, .lpj-reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .lpj-gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .lpj-service-primary { grid-template-columns: 1fr; }
  .lpj-service-primary-img { min-height: 200px; order: -1; }
}
@media (max-width: 560px) {
  .lpj-steps, .lpj-service-pillars, .lpj-why-grid, .lpj-reviews-grid { grid-template-columns: 1fr; }
  .lpj-gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .lpj-btn { width: 100%; max-width: 340px; justify-content: center; }
  .lpj-cta { flex-direction: column; align-items: center; }
  .lpj-trust li { min-width: 0; flex: 1 1 40%; }
}
