body {
  font-family: "Cairo", sans-serif;
  margin: 0;
  padding: 0;
  direction: rtl;
  text-align: center;
  background: url("images/kaaba-bg.jpg") no-repeat center center/cover;
  color: #EEE8E1;
}

body::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: -1;
}

/* Sticky Header */
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #1C1C1C;
  color: #EEE8E1;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.container {
  max-width: 500px;
  margin: 20vh auto;
  background: rgba(0,0,0,0.55);
  padding: 35px 30px;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
  text-align: center;
}

/* العناوين */
.container h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #EEE8E1;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.subtitle {
  font-size: 16px;
  color: #D1D1D1;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* الفقرات */
.container p {
  font-size: 17px;
  margin-bottom: 18px;
  color: #D1D1D1;
  line-height: 1.6;
}

/* تفاصيل صغيرة */
.date-info,
.next-step,
.footer-duaa {
  color: #C2A97A;
}

.subscribers,
.dynamic-duaa,
.boost,
.secure {
  color: #D1D1D1;
}

/* الروابط كأزرار CTA */
a.btn,
button {
  background: #4A5D42; /* زيتوني */
  color: #fff;
  border: none;
  padding: 14px 35px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  margin: 12px 0;
  box-shadow: 0 3px 8px rgba(0,0,0,0.3);
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

a.btn:hover,
button:hover {
  background: #394732;
  transform: translateY(-1px);
}

/* CTA ثانوي */
.secondary-cta {
  background: #7A5C46;
}
.secondary-cta:hover {
  background: #5C4433;
}

/* البوب-أب */
.cta-wrapper { position: relative; display: inline-block; }

.popup {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: #f9f9f9;
  color: #222;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.4);
  margin-top: 10px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  display: none;
  z-index: 500;
}

.popup p {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.popup a.btn {
  background: #4A5D42;
  color: #fff;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 8px;
}
.popup a.btn:hover { background: #394732; }

/* زر إغلاق */
.close-btn {
  position: absolute;
  top: 5px; left: 10px;
  font-size: 22px;
  cursor: pointer;
  color: #333;
}
.close-btn:hover { color: #E74C3C; }

/* زر ثابت */
#cta-fixed {
  display: none;
  position: fixed;
  bottom: 0; left: 0;
  width: 100%;
  background: #4A5D42;
  color: #fff;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
}
#cta-fixed:hover { background: #394732; }

/* موبايل */
@media (max-width: 480px) {
  .container { margin: 12vh auto; padding: 25px 20px; }
  .container h2 { font-size: 22px; }
  .container p { font-size: 15px; }
  a.btn { width: 100%; font-size: 17px; padding: 12px 0; text-align: center; }
  #cta-fixed { display: block; }
}
