* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #1da1f2;
  --primary-dark: #0f7fc4;
  --secondary: #ff8a1f;
  --secondary-dark: #f06d00;
  --dark: #0f172a;
  --dark-soft: #1e293b;
  --text: #0f172a;
  --muted: #64748b;
  --line: #e8eef5;
  --surface: #ffffff;
  --surface-soft: #f8fbfe;
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.05);
  --shadow-md: 0 18px 50px rgba(15, 23, 42, 0.08);
}

html {
  scroll-behavior: smooth;

}

body {
  font-family: 'Cairo', 'Poppins', sans-serif;
  background: #f9fafb;
  color: var(--text);
  transition: all 0.3s ease;


}

/* ============================= */
/* ✅ WRAPPER موحد لكل الصفحات */
/* ============================= */
.site-page-wrap {
  width: 100%;
  padding-top: 34px;
  margin-top: 0;
  padding: 40px 0 70px;
}

body.guest-dark-body .site-page-wrap {
  padding-bottom: 0 !important;
}

.site-page-wrap>*:last-child {
  margin-bottom: 0 !important;

}

.site-page-wrap--tight {
  padding-bottom: 10px;
}

.site-page-wrap--large {
  padding-bottom: 32px;
}

.container-shell {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 24px;
}

.section-space {
  padding-top: 88px;
  padding-bottom: 88px;
}

.section-title {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;

}

.section-subtitle {
  margin-top: 14px;

  font-size: 16px;
  line-height: 1.9;
  color: #64748b;
  max-width: 640px;
}

.glass-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  font-size: 22px;
  font-weight: 700;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(226, 232, 240, .9);
  box-shadow: 0 8px 30px rgba(15, 23, 42, .04);
}

.nav-pill {

  height: 42px;
  padding-inline: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  color: #475569;
  transition: all .2s ease;
}

.nav-pill:hover {
  background: #f1f7fd;
  color: var(--primary-dark);
}

.nav-pill.active {
  background: #ecf7ff;
  color: var(--primary);
}

.soft-btn {
  height: 44px;
  padding-inline: 18px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  transition: .25s ease;
}

.soft-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
  box-shadow: 0 14px 28px rgba(255, 138, 31, .22);
}

.soft-btn-primary:hover {
  transform: translateY(-1px);
}

.soft-btn-outline {
  color: #0f172a;
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(255, 255, 255, .16);
}

.soft-btn-outline:hover {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
  min-height: 620px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #e2e8f0;
  font-size: 13px;
  font-weight: 700;
}

.hero-title {
  margin-top: 22px;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #fff;
  max-width: 650px;
}

.hero-title .highlight {
  background: linear-gradient(90deg, #4fc3ff, #ffb347);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

}

.hero-desc {
  margin-top: 22px;

  max-width: 590px;
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.95;

}

.hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-stats {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.stat-chip {
  min-width: 140px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  color: white;
}

.stat-chip strong {
  display: block;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 4px;
}

.stat-chip span {
  font-size: 13px;
  color: #cbd5e1;
}

.hero-visual-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-visual-card {
  position: relative;
  width: min(100%, 470px);
  aspect-ratio: 1 / 1;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-visual-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  background: radial-gradient(circle at top, rgba(79, 195, 255, .12), transparent 40%);
  border: 1px solid rgba(255, 255, 255, .05);
}

.hero-logo {
  position: relative;
  z-index: 2;
  width: 72%;
  max-width: 310px;
  object-fit: contain;
  filter: drop-shadow(0 18px 50px rgba(0, 0, 0, .45));
}

.hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(35px);
  opacity: .55;
}

.hero-orb.blue {
  width: 170px;
  height: 170px;
  background: rgba(29, 161, 242, .35);
  top: 18%;
  left: 12%;
}

.hero-orb.orange {
  width: 160px;
  height: 160px;
  background: rgba(255, 138, 31, .30);
  bottom: 12%;
  right: 10%;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.feature-card {
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px 24px;
  min-height: 220px;
  box-shadow: var(--shadow-sm);
  transition: .25s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.feature-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(29, 161, 242, .14), rgba(255, 138, 31, .14));

}

.feature-title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;

}

.feature-text {
  font-size: 15px;
  line-height: 1.9;
  color: #64748b;
}

.content-wrap {
  padding: 40px 0 70px;
}

/* ============================= */
/* 🔥 GUEST NAVBAR + HOME HERO BG */
/* ============================= */
.guest-dark-body {
  background: #07111f;
}

body.guest-dark-body .site-page-wrap {
  padding-top: 0 !important;
}

.guest-home-wrapper {
  position: relative;
  background: #04101d;
  height: 760px;
  min-height: 760px;
  overflow: hidden;
}

.guest-home-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 24%, rgba(34, 197, 255, .08), transparent 22%),
    radial-gradient(circle at 72% 28%, rgba(255, 153, 51, .06), transparent 20%),
    linear-gradient(to bottom, rgba(7, 17, 31, .10), rgba(7, 17, 31, .28));
  pointer-events: none;
  z-index: 2;
}

.guest-home-content {
  position: relative;
  z-index: 3;
}

/* ============================= */
/* 🎬 HERO SLIDER */
/* ============================= */
.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left,
      rgba(2, 6, 23, 0.78) 18%,
      rgba(3, 37, 76, 0.58) 38%,
      rgba(6, 78, 140, 0.28) 58%,
      rgba(6, 78, 140, 0.10) 74%,
      rgba(6, 78, 140, 0.00) 100%);
  z-index: 2;
}

html[dir="ltr"] .hero-slider::after {
  background: linear-gradient(to right,
      rgba(2, 6, 23, 0.78) 18%,
      rgba(3, 37, 76, 0.58) 38%,
      rgba(6, 78, 140, 0.28) 58%,
      rgba(6, 78, 140, 0.10) 74%,
      rgba(6, 78, 140, 0.00) 100%);
}

/* ============================= */
/* 🔥 GUEST NAVBAR - MATCH IMAGE */
/* ============================= */
.guest-navbar {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 0 24px;
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  -webkit-backdrop-filter: blur(14px);
}

.guest-navbar-inner {
  max-width: 1920px;
  min-height: 72px;
  /* ✅ هذا يقلل سمك الناف بار */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.guest-logo {
  width: 145px;
  /* بدل 170 */
  max-width: 100%;
  object-fit: contain;
  display: block;

}

html[dir="rtl"] .guest-logo-link {
  margin-right: 48px;
}

html[dir="ltr"] .guest-logo-link {
  margin-left: 48px;
}

.guest-nav-center {
  display: flex;
  align-items: center;
  gap: 60px;
}

.guest-nav-link {
  position: relative;
  min-width: auto;
  height: 38px;

  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, .94);
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  box-shadow: none;
  backdrop-filter: none;
  transition: color .22s ease, transform .22s ease;
}

.guest-nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -12px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff8a1f 0%, #ff6a00 100%);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .22s ease;
}

.guest-nav-link:hover::after {
  transform: scaleX(1);
}

.guest-nav-link:hover::after,
.guest-nav-link.active::after {
  transform: scaleX(1);
}

.guest-nav-link.active {
  color: #ffffff;
}

.guest-nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
  margin-left: 48px;
}

.guest-auth-link {
  min-width: 120px;
  height: 36px;
  /* بدل 44 */
  padding: 0 18px;
  /* بدل 30 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  /* بدل 16 */
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  background: rgba(7, 16, 30, 0.68);
  border: 2px solid rgba(255, 255, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 8px 20px rgba(0, 0, 0, 0.18);
  transition: .22s ease;
}

.guest-auth-link:hover {
  color: #ffffff;
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(8, 18, 34, 0.82);
}

.guest-register-btn {
  min-width: 100px;
  ;
  /* بدل 160 */
  height: 36px;
  /* بدل 44 */

  padding: 0 18px;
  /* بدل 30 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  /* بدل 16 */
  font-weight: 700;
  background: #1DA1F2;

  box-shadow: 0 14px 30px rgba(14, 165, 233, 0.35);
  transition: .25s ease;
  white-space: nowrap;
}

.guest-register-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(14, 165, 233, 0.45);
}


.guest-lang-dropdown {
  position: relative;
}

.guest-lang-current {
  min-width: 120px;
  height: 40px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 12px;
  background: rgba(7, 16, 30, .46);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .02),
    0 8px 18px rgba(0, 0, 0, .10);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.guest-lang-globe {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
}

.guest-lang-globe svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.guest-lang-arrow {
  font-size: 16px;
  line-height: 1;
  transform: translateY(-1px);
}

.guest-lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 150px;
  padding: 8px;
  border-radius: 16px;
  background: rgba(7, 16, 30, .96);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 18px 30px rgba(0, 0, 0, .18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .22s ease;
  z-index: 1005;
  display: flex;
  flex-direction: column;
  gap: 6px;
  /* المسافة بين الخيارات */
}

.guest-lang-dropdown:hover .guest-lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.guest-lang-option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 12px;
  text-decoration: none;
  color: rgba(255, 255, 255, .90);
  font-size: 15px;
  font-weight: 700;
  transition: .2s ease;

}

.guest-lang-option:hover,
.guest-lang-option.active {
  background: rgba(255, 138, 31, 0.99);
  color: #ffffff;
}

@media (max-width: 768px) {
  .guest-lang-current {
    min-width: 110px;
    height: 44px;
    padding: 0 14px;
    border-radius: 14px;
    font-size: 14px;
    gap: 9px;
  }

  .guest-lang-globe {
    font-size: 17px;
  }
}

.logged-nav-logo {
  width: 120px;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .guest-lang-globe {
    width: 18px;
    height: 18px;
  }

  .guest-lang-globe svg {
    width: 18px;
    height: 18px;
  }
}

/* ============================================
   شريط التنقل العلوي (ثابت - مستخدم مسجل)
   ============================================ */
.logged-navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);

}

/* أزرار الأيقونات العلوية */
.topbar-icon-btn {
  position: relative;
  width: 33px;
  height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #64748b;
  text-decoration: none;
  transition: 0.22s ease;
}

.topbar-icon-btn:hover {
  transform: translateY(-1px);
}

.topbar-icon-svg {
  width: 18px;
  height: 18px;
}

.topbar-icon-btn--messages:hover {
  color: #0284c7;
  border-color: #e0f2fe;
  background: #f8fafc;
}

.topbar-icon-btn--notifications:hover {
  color: #ca8a04;
  border-color: #fef3c7;
  background: #fefce8;
}

.topbar-icon-btn.active {
  color: #0284c7;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

/* ============================================
     زر العودة للأعلى (Scroll To Top)
     ============================================ */
.scroll-top-btn {
  position: fixed;
  right: 82px;
  bottom: 32px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.32);
  cursor: pointer;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}

.scroll-top-btn:hover {
  transform: translateY(-3px);
}

.scroll-top-btn.show {
  display: inline-flex;
}

/* ============================================
     القائمة الجانبية (موبايل)
     ============================================ */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.38);
  backdrop-filter: blur(2px);
  z-index: 69;
}

.mobile-menu-panel {
  position: fixed;
  top: 0;
  right: -340px;
  width: min(88vw, 320px);
  height: 100vh;
  background: #ffffff;
  border-left: 1px solid #e2e8f0;
  box-shadow: -18px 0 40px rgba(15, 23, 42, 0.12);
  z-index: 70;
  transition: right 0.28s ease;
  display: flex;
  flex-direction: column;
  padding: 18px 16px 22px;
  overflow-y: auto;
}

html[dir="ltr"] .mobile-menu-panel {
  right: auto;
  left: -340px;
  transition: left 0.28s ease;
}

.mobile-menu-panel.show {
  right: 0;
}

html[dir="ltr"] .mobile-menu-panel.show {
  left: 0;
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e2e8f0;
}

.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobile-menu-link {
  min-height: 48px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  border-radius: 14px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  transition: 0.22s ease;
}

.mobile-menu-link:hover {
  background: #eef6ff;
  border-color: #cfe7ff;
  color: #0ea5e9;
}

.mobile-menu-link-primary {
  color: #fff;
  background: linear-gradient(135deg, #1da1f2, #0f7fc4);
  border-color: transparent;
}

.mobile-menu-link-primary:hover {
  opacity: 0.96;
}

.mobile-menu-link-danger {
  color: #ef4444;
}

.mobile-menu-link-danger:hover {
  background: #fef2f2;
  border-color: #fecaca;
  color: #dc2626;
}

.mobile-menu-section-title {
  margin-top: 14px;
  padding: 10px 14px 4px;
  font-size: 12px;
  font-weight: 900;
  color: #94a3b8;
}

.mobile-menu-lang {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e2e8f0;
}

.mobile-lang-btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #475569;
  font-size: 13px;
  font-weight: 900;
  border: 1px solid #e2e8f0;
  background: #fff;
  transition: 0.2s ease;
}

.mobile-lang-btn.active {
  background: #eaf6ff;
  color: #0ea5e9;
  border-color: #bae6fd;
}

/* ============================================
     شارة الإشعارات (Notif Badge)
     ============================================ */
.notif-wrapper {
  position: relative;
}

.notif-badge {
  position: absolute;
  top: -8px;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ef4444;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(239, 68, 68, 0.35);
}

/* عربي: يسار الأيقونة */
html[dir="rtl"] .notif-badge {
  left: -8px;
  right: auto;
}

/* إنجليزي وباقي اللغات: يمين الأيقونة */
html[dir="ltr"] .notif-badge {
  right: -8px;
  left: auto;
}

/* ============================================
     القائمة الثانوية للزوار (Guest Subnav)
     ============================================ */
.guest-subnav {
  background: linear-gradient(to right, #020617, #020617, #020617);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 0;
  overflow: visible !important;
}

.guest-subnav .max-w-7xl,
.guest-subnav .h-\[58px\] {
  overflow: visible !important;

}

.guest-subnav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: visible;
  position: relative;
  scrollbar-width: none;
}

.guest-subnav-links::-webkit-scrollbar {
  display: none;
}

.guest-subnav-link {
  min-width: 88px;
  height: 40px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: 0.22s ease;
}

.guest-subnav-link:hover {
  color: #74d1ff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(90, 200, 255, 0.22);
}

.guest-subnav-link.active {
  color: #ffffff;
  background: rgba(29, 161, 242, 0.18);
  border-color: rgba(66, 197, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.guest-subnav-lang {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  transition: 0.22s ease;
}

.guest-subnav-lang:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #74d1ff;
}

.guest-subnav-lang.active {
  background: rgba(25, 161, 242, 0.18);
  color: #42c5ff;
  border-color: rgba(66, 197, 255, 0.28);
}

//* ============================================
قائمة "المزيد"(od-more-menu)============================================*/ .od-more-menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  z-index: 20;
}

html[dir="rtl"] .od-more-menu {
  left: 52px;
}

html[dir="ltr"] .od-more-menu {
  right: 52px;
}

.od-more-btn {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.od-more-btn:hover {
  color: #1677ff;
  background: #f8fafc;
  border-color: #bfdbfe;
}

.od-more-btn i,
.od-more-btn svg {
  width: 17px;
  height: 17px;
}



.od-more-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 245px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 8px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  z-index: 99999;
}

html[dir="ltr"] .od-more-dropdown {
  left: auto;
  right: 0;
}

.od-more-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 13px;
  border-radius: 12px;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  transition: 0.2s ease;
}

.od-more-item:hover {
  background: #f8fafc;
  color: #1677ff;
}

.od-more-item i,
.od-more-item svg {
  width: 15px;
  height: 15px;
  color: #64748b;
}


/* ============================================
      عدسه موجب وعدسه سالب    
     ============================================ */

.od-zoom-controls {
  height: 42px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(15, 23, 42, .04);
}

.od-zoom-btn {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  transition: .18s ease;
}

.od-zoom-btn:hover {
  background: #dbeafe;
  transform: translateY(-1px);
}

.od-zoom-btn svg {
  width: 17px;
  height: 17px;
}

.od-zoom-value {
  min-width: 42px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  color: #334155;
}









/* ============================================
     استجابة الشاشات (Responsive)
     ============================================ */
@media (max-width: 1200px) {
  .guest-navbar {
    padding: 12px 18px;
  }

  .guest-logo {
    width: 160px;
  }

  .guest-nav-center {
    gap: 26px;
  }

  .guest-nav-link {
    font-size: 16px;
  }

  .guest-auth-link,
  .guest-register-btn,
  .guest-lang-switch {
    height: 48px;
    border-radius: 16px;
  }

  .guest-auth-link {
    min-width: 170px;
    padding: 0 20px;
    font-size: 16px;
  }

  .guest-register-btn {
    min-width: 180px;
    padding: 0 22px;
    font-size: 16px;
  }

  .guest-lang-switch {
    min-width: 128px;
    padding: 0 12px;
  }

  .guest-lang-btn {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .guest-home-wrapper {
    height: 680px;
    min-height: 680px;
  }
}

@media (max-width: 980px) {
  .guest-home-wrapper {
    height: 560px;
    min-height: 560px;
  }

  .guest-nav-center {
    display: none;
  }

  .guest-navbar-inner {
    gap: 14px;
  }

  .guest-nav-actions {
    gap: 10px;
  }

  .guest-logo {
    width: 156px;
  }
}

@media (max-width: 768px) {
  .guest-home-wrapper {
    height: 460px;
    min-height: 460px;
  }

  .guest-navbar {
    padding: 10px 12px;
  }

  .guest-navbar-inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .guest-logo {
    width: 140px;
  }

  .guest-auth-link,
  .guest-register-btn,
  .guest-lang-switch {
    height: 44px;
    border-radius: 14px;
    min-width: auto;
    font-size: 14px;
  }

  .guest-auth-link {
    padding: 0 16px;
  }

  .guest-register-btn {
    padding: 0 16px;
  }

  .guest-lang-switch {
    padding: 0 12px;
    gap: 8px;
  }

  .guest-lang-btn {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .guest-home-wrapper {
    height: 390px;
    min-height: 390px;
  }
}








/* ============================= */
/* إصلاح ناف الزوار على الجوال */
/* ============================= */
@media (max-width: 980px) {
  .guest-navbar {
    padding: 12px 16px !important;
  }

  .guest-navbar-inner {
    flex-wrap: nowrap !important;
    height: 72px;
    gap: 12px;
  }

  .guest-logo {
    width: 155px !important;
  }

  .guest-nav-actions {
    display: none !important;
  }

  .guest-nav-center {
    display: none !important;
  }

  #mobileMenuBtn {
    display: inline-flex !important;
    flex-shrink: 0;
  }

  .mobile-menu-panel {
    top: 0;
    height: 100dvh;
    width: min(82vw, 310px);
    z-index: 2000;
  }

  .mobile-menu-overlay {
    z-index: 1999;
  }

  .site-page-wrap {
    padding-top: 24px;
  }
}






















/* ============================= */
/* ✅ FINAL GUEST NAVBAR COMPACT */
/* ============================= */

.guest-navbar {
  padding: 0 22px !important;
}

.guest-navbar-inner {
  min-height: 68px !important;
  height: 68px !important;
}

.guest-logo {
  width: 132px !important;
}

.guest-nav-center {
  gap: 46px !important;
}

.guest-nav-link {
  height: 34px !important;
  font-size: 15px !important;
}

.guest-auth-link,
.guest-register-btn,
.guest-lang-current {
  min-width: 100px !important;
  height: 36px !important;
  padding: 0 12px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
}

.guest-nav-actions {
  gap: 12px !important;
}





















.logged-nav-logo {
  width: 118px !important;
}

.topbar-icon-btn {
  width: 36px !important;
  height: 36px !important;
  border-radius: 10px !important;
}

.topbar-icon-svg {
  width: 18px !important;
  height: 18px !important;
}

.od-zoom-controls {
  height: 34px !important;
  padding: 0 5px !important;
  gap: 4px !important;
  border-radius: 10px !important;
}

.od-zoom-btn {
  width: 25px !important;
  height: 25px !important;
  border-radius: 8px !important;
}

.od-zoom-btn svg {
  width: 14px !important;
  height: 14px !important;
}

.od-zoom-value {
  min-width: 32px !important;
  font-size: 10px !important;
}

.logged-lang-current {
  height: 34px !important;
  min-width: 76px !important;
  padding: 0 9px !important;
  border-radius: 9px !important;
  font-size: 11px !important;
}

.logged-lang-label {
  font-size: 11px !important;
}















/* =========================================================
  10) FOOTER
  ========================================================= */
  .od-footer {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  background:
   radial-gradient(circle at top right, rgba(53, 194, 255, 0.16), transparent 40%),
   radial-gradient(circle at top left, rgba(255, 138, 31, 0.14), transparent 35%),
   linear-gradient(180deg, #122033 0%, #0d1726 55%, #09111c 100%);
  }
  
  .od-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.03), transparent 40%);
  pointer-events: none;
  }
  .od-footer-shell {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  
  }
  
  
  .od-footer-top {
  display: grid;
  grid-template-columns:1fr 1fr 1fr 1fr;
  gap: 32px;
  align-items: start;
  
  margin-top: 90px;
  
  }
  
  .od-footer-brand{
  max-width:320px;
  
  }
  
  .od-footer-logo {
  width: 150px;
  max-width: 100%;
  object-fit: contain;
  
  margin-top: -40px;
  
  }
  
  .od-footer-desc {
  
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  }
  
  .od-footer-badges {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  }
  
  .od-footer-badge {
  height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  transition: all 0.2s ease;
  }
  
  .od-footer-badge:hover {
  background: rgba(53, 194, 255, 0.20);
  border-color: rgba(53, 194, 255, 0.40);
  transform: translateY(-2px);
  }
  
  .od-footer-col-title {
  margin: 0 0 18px;
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
  }
  
  .od-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  }
  
  .od-footer-links a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.70);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s ease;
  }
  
  .od-footer-links a:hover {
  color: #35c2ff;
  transform: translateX(4px);
  }
  
  .od-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 30px;
  }
  
  .od-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  }
  
  .od-footer-contact-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 18px;
  transition: 0.2s;
  }
  .od-footer-socials {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: nowrap;
  }
  
  .od-footer-social {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.25s ease;
  margin-top: -140px;
  }
  
  .od-footer-social:hover {
  transform: translateY(-4px);
  background: rgba(53, 194, 255, 0.20);
  border-color: rgba(53, 194, 255, 0.40);
  color: #35c2ff;
  }
  .od-footer-newsletter {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  }
  
  .od-footer-newsletter-text {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  line-height: 1.6;
  }
  
  .od-footer-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  }
  
  .od-footer-input {
  flex: 1;
  min-width: 160px;
  height: 48px;
  padding: 0 16px;
  border-radius: 12px;
  outline: none;
  color: #fff;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.2s;
  }
  
  .od-footer-input:focus {
  border-color: #35c2ff;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 3px rgba(53, 194, 255, 0.20);
  }
  
  .od-footer-input::placeholder {
  color: rgba(255, 255, 255, 0.50);
  }
  
  .od-footer-btn {
  height: 38px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  background: linear-gradient(135deg, #ff8b1f 0%, #ff6a00 100%);
  box-shadow: 0 8px 20px rgba(255, 106, 0, 0.25);
  transition: all 0.25s ease;
  }
  
  .od-footer-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(255, 106, 0, 0.35);
  }
  
  .od-footer-divider {
  height: 1px;
  margin: 40px 0 24px;
  margin-top: -20px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);
  }
  
  .od-footer-bottom {
  display: flex;
  align-items: center;
  justify-content:center;
  gap: 20px;
  flex-wrap: wrap;
  
  }
  
  
  .od-footer-mini-links a {
  color: rgba(255, 255, 255, 0.70);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
  
  }
  .od-footer-copy {
  color: rgba(255, 255, 255, 0.70);
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 80px;
  
  }
  .od-footer-mini-links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  text-align:center;
  width:100%;
  
  }
  
  .od-footer-mini-links a {
  text-decoration: none;
  transition: 0.2s;
  }
  
  .od-footer-mini-links a:hover {
  color: #ff8b1f;
  }
  
  /* Footer RTL/LTR */
  html[dir="rtl"] .od-footer {
  direction: rtl;
  background:
   radial-gradient(circle at top left, rgba(53, 194, 255, 0.16), transparent 40%),
   radial-gradient(circle at top right, rgba(255, 138, 31, 0.14), transparent 35%),
   linear-gradient(180deg, #122033 0%, #0d1726 55%, #09111c 100%);
  }
  
  html[dir="rtl"] .od-footer-links a:hover {
  transform: translateX(-4px);
  }
  
  html[dir="rtl"] .od-footer-contact-item {
  flex-direction: row-reverse;
  text-align: right;
  }
  
  html[dir="ltr"] .od-footer {
  direction: ltr;
  }
  .od-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px; /* مسافة بين الأيقونة والنص */
    margin-bottom: 12px;
  }
  
  .od-footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .od-footer-socials {
    display: flex;
    gap: 15px; /* مسافة بين أيقونات السوشيال ميديا */
    margin-top: 20px;
  }
  
  .od-footer-social svg {
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  
  .od-footer-social:hover svg {
    transform: scale(1.1) ; /* تكبير خفيف عند تمرير الماوس */
    opacity: 0.8;
  }
  
  
  
  
  
  .od-footer-apps {
    margin-top: 25px;
  }
  
  .od-footer-apps {
    margin-top: 25px;
  }
  
  .od-apps-title {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  
  .od-apps-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  
  .od-app-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    padding: 8px 16px;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.2s ease;
    min-width: 145px;
  }
  
  .od-app-button:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    transform: translateY(-2px);
  }
  
  .od-app-text {
    display: flex;
    flex-direction: column;
    text-align: left; /* لتبقى لغة المتاجر بالإنجليزية بشكل صحيح */
  }
  
  .od-app-text small {
    font-size: 9px;
    text-transform: uppercase;
    opacity: 0.8;
    letter-spacing: 0.2px;
  }
  
  .od-app-text strong {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
  }
  .od-app-icon{
    width:22px;
    height:22px;
    object-fit:contain;
    flex-shrink:0;
    display:block;
  }
  
    /* =========================================================
       11) RESPONSIVE
    ========================================================= */
    @media (max-width: 1200px) {
      .od-categories-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
    
    @media (max-width: 1100px) {
      .home-shell {
        margin-top: -680px;
      }
    
      .home-hero-spacer {
        min-height: 680px;
      }
    
      .home-hero-content {
        padding-top: 38px;
        padding-bottom: 56px;
      }
    
      .home-hero-text-wrap {
        padding-inline: 64px;
      }
    
      .home-hero-text {
        max-width: 620px;
      }
    
      .home-hero-title {
        font-size: clamp(44px, 5.2vw, 68px);
        line-height: 1.02;
      }
    
      .home-hero-desc {
        max-width: 560px;
        font-size: 16px;
      }
    
      .home-hero-actions {
        margin-top: 30px;
        flex-wrap: wrap;
      }
    
      .home-btn-primary,
      .home-btn-outline {
        height: 54px;
        padding: 0 22px;
        font-size: 16px;
      }
    
      .home-feature-strip {
        grid-template-columns: repeat(2, minmax(220px, 260px));
        gap: 18px;
      }
    
      .home-feature-pill {
        width: 220px;
        height: 210px;
      }
    
      .od-steps-band {
        padding: 50px 60px 45px;
      }
    
      .od-step-item {
        width: 150px;
        min-width: 150px;
      }
    
      .od-steps-header h2 {
        font-size: 34px;
      }
    }
    
    @media (max-width: 992px) {
      .od-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    
      .od-footer-top {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 24px;
      }
    
      .od-footer-brand {
        grid-column: 1 / -1;
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
      }
    
      .od-footer-logo {
        margin-inline: auto;
      }
    
      .od-footer-badges {
        justify-content: center;
      }
    }
    
    @media (max-width: 900px) {
      .home-shell {
        margin-top: -560px;
      }
    
      .home-hero-spacer {
        min-height: 560px;
      }
    
      .home-hero-content {
        padding-top: 28px;
        padding-bottom: 44px;
      }
    
      .home-hero-text-wrap {
        padding-inline: 34px;
      }
    
      .home-hero-text {
        max-width: 520px;
      }
    
      .home-hero-title {
        font-size: clamp(36px, 5vw, 56px);
        line-height: 1.05;
      }
    
      .home-hero-desc {
        max-width: 470px;
        font-size: 15.5px;
      }
    
      .home-hero-actions {
        margin-top: 26px;
        flex-wrap: wrap;
      }
    
      .home-btn-primary,
      .home-btn-outline {
        min-width: 160px;
        height: 50px;
        padding: 0 18px;
        font-size: 15px;
      }
    
      .home-feature-strip {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
        gap: 14px;
      }
    
      .home-feature-pill {
        width: 100%;
        min-width: 100%;
        height: 190px;
      }
    
      .od-steps-band {
        padding: 45px 30px 40px;
        border-radius: 32px;
      }
    
      .od-steps-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 28px 20px;
      }
    
      .od-step-item {
        width: calc(50% - 20px);
        min-width: calc(50% - 20px);
      }
    
      .od-step-connector {
        display: none;
      }
    }
    
    @media (max-width: 768px) {
      .home-shell {
        margin-top: -460px;
      }
    
      .home-hero-spacer {
        min-height: 460px;
      }
    
      .home-hero-content {
        padding-top: 18px;
        padding-bottom: 30px;
        text-align: center;
      }
    
      .home-hero-text-wrap {
        justify-content: center;
        padding-inline: 0;
      }
    
      .home-hero-text {
        max-width: 100%;
        margin-inline: auto;
        padding: 0 10px;
        text-align: center;
      }
    
      .home-hero-title {
        font-size: clamp(30px, 7vw, 42px);
        line-height: 1.1;
      }
    
      .home-hero-desc {
        max-width: 100%;
        margin-inline: auto;
        text-align: center;
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 0;
      }
    
      .home-hero-actions {
        margin-top: 22px;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 10px;
      }
    
      .home-btn-primary,
      .home-btn-outline {
        width: 100%;
        min-width: 100%;
        height: 48px;
        padding: 0 16px;
        font-size: 15px;
      }
    
      .home-feature-strip {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 12px;
      }
    
      .home-feature-pill {
        width: 100%;
        min-width: 100%;
        height: 180px;
      }
    
      .home-main {
        padding-top: 30px;
        padding-bottom: 60px;
      }
    
      .od-categories-section,
      .home-featured-services,
      .home-stats-section,
      .home-steps-section,
      .home-testimonials-section {
        padding-inline: 14px;
      }
    
      .od-categories-container {
        padding-inline: 14px;
      }
    
      .od-categories-grid {
        grid-template-columns: 1fr;
      }
    
      .od-category-card {
        height: auto;
        min-height: auto;
        padding: 22px 18px;
      }
    
      .od-steps-band {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 32px 20px 36px;
        border-radius: 28px;
      }
    
      .od-step-item {
        width: 100%;
        min-width: 100%;
      }
    
      .od-step-top,
      .od-step-icon {
        width: 72px;
        height: 72px;
      }
    
      .od-step-icon svg {
        width: 28px;
        height: 28px;
      }
    
      .od-step-number {
        top: -6px;
        right: -8px;
        width: 26px;
        height: 26px;
        font-size: 12px;
      }
    
      .od-footer-top {
        grid-template-columns: 1fr;
        gap: 24px;
      }
    
      .od-footer-shell {
        padding: 52px 18px 20px;
      }
    
      .od-footer-form {
        flex-direction: column;
      }
    
      .od-footer-btn,
      .od-footer-input {
        width: 100%;
      }
    
      .od-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
      }
    
      html[dir="rtl"] .home-hero-text,
      html[dir="rtl"] .home-hero-desc,
      html[dir="ltr"] .home-hero-text,
      html[dir="ltr"] .home-hero-desc {
        text-align: center;
      }
    
      html[dir="rtl"] .home-hero-actions,
      html[dir="ltr"] .home-hero-actions {
        justify-content: center;
      }
    }
    
    @media (max-width: 480px) {
      .home-shell {
        margin-top: -390px;
      }
    
      .home-hero-spacer {
        min-height: 390px;
      }
    
      .home-hero-content {
        padding-top: 14px;
        padding-bottom: 24px;
      }
    
      .home-hero-title {
        font-size: clamp(26px, 8vw, 34px);
      }
    
      .home-hero-desc {
        font-size: 13.5px;
      }
    
      .home-btn-primary,
      .home-btn-outline {
        height: 46px;
        font-size: 14px;
      }
    
      .home-feature-pill {
        height: 165px;
        padding: 18px;
      }
    
      .home-feature-icon {
        width: 62px;
        height: 62px;
        font-size: 28px;
      }
    
      .od-footer-shell {
        padding: 44px 14px 18px;
      }
    }


/* زيادة هوامش الصفحات الداخلية بدون الهوم */
body:not(.guest-dark-body) .container-shell{
  max-width: 1180px;
  padding-inline: 82px;
}
