body.reminders-bg {
  padding-top: 0.5em;

  background: linear-gradient(135deg, #f6f3ea 0%, #e3d7b5 100%);
  min-height: 100vh;
  font-family: 'Poppins', 'Cairo', sans-serif;
  color: #6b4f28;
  margin: 0;
}
.back-home-btn {
  position: fixed;
  top: 1.2em;
  left: 1.2em;
  z-index: 3000;
  display: flex;
  align-items: center;
  gap: 0.5em;
  background: rgba(255, 248, 232, 0.93);
  color: #e0b84c;
  font-weight: 700;
  font-size: 1.08em;
  border-radius: 2em;
  box-shadow: 0 2px 14px #e0b84c22, 0 1px 6px #67463611;
  padding: 0.55em 1.5em 0.55em 1.1em;
  text-decoration: none;
  border: 2px solid #e0b84c33;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.15s;
  outline: none;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.back-home-btn i {
  font-size: 1.18em;
  margin-right: 0.2em;
}
.back-home-btn:hover, .back-home-btn:focus {
  background: #e0b84c;
  color: #fff8e8;
  box-shadow: 0 4px 18px #e0b84c55;
  transform: scale(1.06);
}
.back-home-btn:active {
  background: #fff8e8;
  color: #e0b84c;
  transform: scale(0.98);
}
.reminders-header {
  text-align: center;
  margin-top: 3.5em;
  margin-bottom: 2em;
}
.reminders-header h1 {
  font-family: 'Scheherazade New', serif;
  font-size: 2.2em;
  color: #b4913e;
  margin-bottom: 0.2em;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15;
}
.reminders-header p {
  font-size: 1.12em;
  color: #7b6335;
  opacity: 0.92;
}
.reminders-main {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto 2em auto;
  max-width: 1100px;
}
.reminder-card {
  background: rgba(255, 248, 232, 0.97);
  border-radius: 1.8em;
  box-shadow: 0 4px 24px #e0b84c22, 0 1px 10px #67463611;
  border: 2px solid #e0b84c33;
  padding: 2em 2em 1.5em 2em;
  font-size: 1.09em;
  color: #6b4f28;
  min-width: 305px;
  max-width: 360px;
  flex: 1 1 330px;
  margin-bottom: 0.5em;
  display: flex;
  flex-direction: column;
  gap: 1.1em;
  transition: box-shadow 0.18s, transform 0.18s;
  animation: fadeinrem 0.7s;
}
.reminder-card h2 {
  font-size: 1.18em;
  color: #b4913e;
  margin-bottom: 0.5em;
  font-family: 'Cairo', sans-serif;
}
.reminder-card ul {
  margin: 0 0 0.2em 1.2em;
  padding: 0;
  font-size: 1em;
  color: #7b6335;
}
.reminder-card li {
  margin-bottom: 0.3em;
  line-height: 1.6;
}
.reminder-card blockquote {
  font-style: italic;
  color: #8a7a4d;
  border-left: 4px solid #e0b84c88;
  margin: 0 0 0 0.5em;
  padding-left: 1em;
  opacity: 0.93;
}
#prayerCountdown span {
  font-weight: 700;
  color: #e0b84c;
  font-size: 1.13em;
}
#dailyHadith, #dailyAyah {
  margin-bottom: 0.3em;
  color: #7b6335;
}
#tafsirLink {
  color: #b4913e;
  text-decoration: underline;
  font-size: 1em;
  margin-left: 0.2em;
}
#tafsirLink:hover {
  color: #e0b84c;
}
.today-reminder-spotlight {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto 1.1em auto;
  width: 100vw;
  z-index: 100;
}
.spotlight-card {
  background: rgba(255, 248, 232, 0.98);
  border-radius: 2.2em;
  box-shadow: 0 6px 28px #e0b84c33, 0 1px 12px #67463618;
  border: 2.5px solid #e0b84c44;
  padding: 2.2em 2.2em 1.3em 2.2em;
  font-size: 1.13em;
  color: #6b4f28;
  min-width: 340px;
  max-width: 440px;
  margin-bottom: 0.7em;
  display: flex;
  flex-direction: column;
  gap: 0.9em;
  align-items: center;
  position: relative;
  animation: fadeinrem 1.1s;
  transition: box-shadow 0.18s, transform 0.18s, background 0.18s;
}
.spotlight-card.animate-spotlight {
  animation: spotlight-pop 0.7s;
}
@keyframes spotlight-pop {
  0% { opacity: 0; transform: scale(0.93) translateY(-18px); }
  60% { opacity: 1; transform: scale(1.04) translateY(4px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}
#spotlightTitle {
  font-size: 1.2em;
  color: #b4913e;
  font-weight: bold;
  margin-bottom: 0.2em;
  letter-spacing: 0.01em;
}
#spotlightList {
  list-style-type: disc;
  margin: 0 0 0 1.1em;
  padding: 0;
  font-size: 1.07em;
  color: #7b6335;
  text-align: left;
  min-width: 200px;
}
#spotlightList li {
  margin-bottom: 0.5em;
  line-height: 1.7;
  opacity: 0.96;
  transition: color 0.19s;
}
#spotlightList li.animated {
  color: #e0b84c;
  font-weight: 600;
  animation: spotlight-li-pop 0.5s;
}
@keyframes spotlight-li-pop {
  0% { opacity: 0; transform: translateX(-20px); }
  70% { opacity: 1; transform: translateX(7px); }
  100% { opacity: 1; transform: translateX(0); }
}

@media (max-width: 900px) {
  .reminders-main {
    flex-direction: column;
    align-items: center;
    max-width: 99vw;
  }
  .reminder-card {
    min-width: 80vw;
    max-width: 97vw;
    padding: 1.2em 1em 1em 1em;
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .reminders-header {
    margin-top: 2em;
  }
  .reminder-card {
    min-width: 97vw;
    max-width: 99vw;
    padding: 0.7em 0.4em 0.7em 0.4em;
    font-size: 0.98em;
    border-radius: 1.1em;
  }
  .reminder-card h2 {
    font-size: 1.08em;
  }
  .back-home-btn {
    font-size: 0.98em;
    padding: 0.46em 0.9em;
    top: 0.4em;
    left: 0.4em;
  }
}
@keyframes fadeinrem {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
