.elementor-31315 .elementor-element.elementor-element-71e0f2ba{--display:flex;}/* Start custom CSS for container, class: .elementor-element-71e0f2ba */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&display=swap');

.luminous-gray {
  direction: rtl;
  text-align: right;
  font-family: 'Cairo', sans-serif;
  line-height: 1.9;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  color: #2c2c2a;
}

.lum-hero {
  text-align: center;
  padding: 2.5rem 1rem 2rem;
  border-bottom: 1px solid #e8e6e0;
  margin-bottom: 2rem;
}

.lum-badge {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  color: #888780;
  border: 1px solid #d3d1c7;
  padding: 4px 16px;
  border-radius: 20px;
  margin-bottom: 1rem;
}


.lum-intro {
  font-size: 15px;
  color: #5f5e5a;
  line-height: 1.8;
  max-width: 680px;
  margin: 0 auto 1.25rem;
}

.lum-sub-intro {
  font-size: 13px;
  color: #888780;
  line-height: 1.7;
}

.lum-shade-pills {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.25rem 0;
}

.lum-pill {
  font-size: 13px;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 20px;
  font-family: 'Cairo', sans-serif;
}

.lum-pill-latin  { background: #f1efe8; color: #5f5e5a; border: 1px solid #d3d1c7; }
.lum-pill-gray   { background: #e8e8e8; color: #444441; border: 1px solid #b4b2a9; }
.lum-pill-opal   { background: #e6f1fb; color: #185fa5; border: 1px solid #b5d4f4; }
.lum-pill-quartizo { background: #f8f8f8; color: #2c2c2a; border: 1px solid #d3d1c7; }




.lum-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .lum-cards-grid {
    grid-template-columns: 1fr;
  }
}

.lum-card {
  background: #ffffff;
  border: 1px solid #e8e6e0;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.lum-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.07);
}

.lum-card-featured {
  border: 2px solid #85b7eb;
  background: #f9fbff;
}

.lum-card-num {
  font-size: 11px;
  color: #b4b2a9;
  margin-bottom: 4px;
  font-family: 'Cairo', sans-serif;
}



.lum-card-sub {
  font-size: 13px;
  color: #888780;
  margin-bottom: 12px;
}

.lum-card-desc {
  font-size: 14px;
  color: #5f5e5a;
  line-height: 1.7;
  margin-bottom: 12px;
}


.lum-features li {
  font-size: 13px;
  color: #5f5e5a;
  padding: 4px 0;
  padding-right: 18px;
  position: relative;
  line-height: 1.6;
}

.lum-features li::before {
  content: '•';
  position: absolute;
  right: 4px;
  color: #b4b2a9;
  font-size: 14px;
}

/* ===== مناسب لـ ===== */
.lum-suitable {
  background: #f6f5f0;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 12px;
  color: #5f5e5a;
  line-height: 1.7;
  margin-bottom: 12px;
}

.lum-suitable strong {
  color: #444441;
  font-weight: 700;
}

/* ===== الانطباع / mood ===== */
.lum-mood {
  font-size: 12px;
  font-style: italic;
  color: #888780;
  border-top: 1px solid #e8e6e0;
  padding-top: 10px;
  margin-top: 10px;
  font-weight: 600;
}

/* ===== جدول المقارنة ===== */
.lum-compare-table {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 8px;
  margin: 1rem 0 0;
}

@media (max-width: 768px) {
  .lum-compare-table {
    grid-template-columns: repeat(3, 1fr);
  }
  .lum-compare-table > div:nth-child(5),
  .lum-compare-table > div:nth-child(10),
  .lum-compare-table > div:nth-child(15),
  .lum-compare-table > div:nth-child(20),
  .lum-compare-table > div:nth-child(25) {
    display: none;
  }
}

.lum-compare-table > div {
  background: #f6f5f0;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 13px;
  text-align: center;
  color: #444441;
  line-height: 1.5;
}



/* ===== البادجات في الجدول ===== */
.lum-badge-ex {
  display: inline-block;
  background: #e1f5ee;
  color: #0f6e56;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  font-family: 'Cairo', sans-serif;
}

.lum-badge-gd {
  display: inline-block;
  background: #eeedfe;
  color: #3c3489;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  font-family: 'Cairo', sans-serif;
}

.lum-badge-sim {
  display: inline-block;
  background: #f1efe8;
  color: #888780;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  font-family: 'Cairo', sans-serif;
}

/* ===== بوكس الاختيار ===== */
.lum-choice-box {
  background: #f6f5f0;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 0;
}

.lum-choice-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e8e6e0;
}

.lum-choice-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.lum-choice-name {
  font-weight: 700;
  font-size: 14px;
  color: #2c2c2a;
  min-width: 100px;
  font-family: 'Cairo', sans-serif;
}

.lum-choice-arrow {
  color: #b4b2a9;
  font-size: 16px;
}

.lum-choice-desc {
  font-size: 13px;
  color: #5f5e5a;
  line-height: 1.6;
  font-family: 'Cairo', sans-serif;
}/* End custom CSS */