/* What is Istighfar — article page */
#istighfar-article {
  --ia-blue-50: #f0f7fb;
  --ia-blue-100: #dceef7;
  --ia-blue-600: #2a6f8a;
  --ia-blue-700: #1e5569;
  --ia-blue-900: #0f3340;
  --ia-gold: #c9a962;
  --ia-gold-light: #e4d4a8;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ia-blue-900);
  line-height: 1.7;
}

#istighfar-article .ia-serif {
  font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
}

#istighfar-article .ia-hero {
  background: linear-gradient(145deg, #0a2833 0%, #1e5569 40%, #2a6f8a 70%, #3d8aa8 100%);
}

#istighfar-article .ia-prose p { margin-bottom: 1.15rem; }
#istighfar-article .ia-prose h2 { margin-top: 2.5rem; margin-bottom: 1rem; }
#istighfar-article .ia-prose h2:first-child { margin-top: 0; }

#istighfar-article .ia-phrases-intro {
  text-align: center;
  padding: 1.75rem 1.25rem;
  margin: 2rem 0 1.5rem;
  border-radius: 1rem;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 98, 0.14), transparent);
  border: 1px solid rgba(42, 111, 138, 0.15);
}

#istighfar-article .ia-phrases-band {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 2rem 0;
  padding: 1.25rem;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(240, 247, 251, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
  border: 1px solid var(--ia-blue-100);
  box-shadow: 0 8px 32px rgba(15, 51, 64, 0.08);
}

#istighfar-article .ia-phrase-item__desc {
  margin: 0.65rem 0 0;
  padding: 0 0.5rem;
  font-size: 0.9rem;
  color: var(--ia-blue-600);
  text-align: center;
  line-height: 1.55;
}

#istighfar-article .ia-phrase-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0.85rem 0.85rem 0.7rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #0f3340 0%, #1a4a5c 50%, #245f75 100%);
  border: 1px solid rgba(201, 169, 98, 0.35);
  box-shadow: 0 10px 28px rgba(15, 51, 64, 0.2);
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#istighfar-article .ia-phrase-card * {
  -webkit-user-select: none;
  user-select: none;
}

#istighfar-article .ia-phrase-card__reset {
  -webkit-user-select: none;
  user-select: none;
}

#istighfar-article .ia-phrase-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--ia-gold), transparent);
  opacity: 0.85;
}

#istighfar-article .ia-phrase-card:hover,
#istighfar-article .ia-phrase-card:focus {
  transform: translateY(-2px);
  border-color: rgba(228, 212, 168, 0.7);
  box-shadow: 0 14px 36px rgba(15, 51, 64, 0.28);
  outline: none;
}

#istighfar-article .ia-phrase-card.is-counted {
  border-color: rgba(228, 212, 168, 0.85);
  transform: scale(1.01);
}

#istighfar-article .ia-phrase-card__index {
  position: absolute;
  top: 0.4rem;
  inset-inline-end: 0.5rem;
  z-index: 1;
  font-size: 0.62rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.55);
  opacity: 0.45;
  pointer-events: none;
}

#istighfar-article .ia-phrase-card__body {
  flex: 1;
  min-width: 0;
  padding: 0 0.15rem;
}

#istighfar-article .ia-phrase-card__ar {
  margin: 0 0 0.5rem;
  padding: 0 0.35rem;
  border: none;
  font-family: 'Traditional Arabic', 'Segoe UI', 'Merriweather', serif;
  font-size: clamp(1.575rem, 4.2vw, 1.92rem);
  font-weight: 700;
  line-height: 1.75;
  color: #fafcfd;
  text-align: center;
}

#istighfar-article .ia-phrase-card__meta-label {
  margin: 0.5rem 0 0.15rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ia-gold-light);
  opacity: 0.9;
}

#istighfar-article .ia-phrase-card__translit {
  margin: 0 0 0.35rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
  font-style: italic;
}

#istighfar-article .ia-phrase-card__en {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

#istighfar-article .ia-phrase-card__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 0.55rem;
  padding: 0.4rem 0.5rem;
  border-radius: 0.55rem;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

#istighfar-article .ia-phrase-card__count {
  flex: 1;
  min-width: 0;
  font-size: clamp(1.2rem, 3.2vw, 1.5rem);
  font-weight: 800;
  line-height: 1;
  color: var(--ia-gold-light);
  font-variant-numeric: tabular-nums;
  text-align: center;
  letter-spacing: 0.03em;
  transition: color 0.2s ease, opacity 0.2s ease;
}

#istighfar-article .ia-phrase-card__count.is-zero {
  opacity: 0.55;
  font-weight: 700;
}

#istighfar-article .ia-phrase-card:hover .ia-phrase-card__count,
#istighfar-article .ia-phrase-card:focus .ia-phrase-card__count {
  color: #fff;
}

#istighfar-article .ia-phrase-card__reset {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  padding: 0;
  border: none;
  border-radius: 0.4rem;
  background: transparent;
  color: rgba(228, 212, 168, 0.65);
  font-size: 0.95rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.85;
  transition: color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

#istighfar-article .ia-phrase-card__reset:hover,
#istighfar-article .ia-phrase-card__reset:focus {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ia-gold-light);
  opacity: 1;
  outline: none;
}

#istighfar-article .ia-video-figure {
  margin-left: 0;
  margin-right: 0;
}

#istighfar-article .ia-video-figure__caption {
  font-family: 'Merriweather', Georgia, serif;
}

#istighfar-article .ia-video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 0.85rem;
  background: var(--ia-blue-900);
  box-shadow: 0 10px 28px rgba(15, 51, 64, 0.18);
  border: 1px solid rgba(42, 111, 138, 0.25);
}

#istighfar-article .ia-video-wrap--featured {
  max-width: 720px;
  margin: 0 auto;
}

#istighfar-article .ia-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#istighfar-article .ia-more-videos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 576px) {
  #istighfar-article .ia-more-videos {
    grid-template-columns: repeat(2, 1fr);
  }
}

#istighfar-article a.ia-cta {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

#istighfar-article a.ia-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(201, 169, 98, 0.35);
}

#istighfar-article a.ia-link {
  transition: color 0.2s ease;
}

#istighfar-article a.ia-link:hover {
  color: var(--ia-gold);
}

[dir="rtl"] #istighfar-article .ia-prose {
  text-align: right;
}

[dir="rtl"] #istighfar-article .ia-phrase-card__index {
  inset-inline-end: 0.5rem;
}

#istighfar-article .ia-quran-block {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

#istighfar-article .ia-quran-ayah {
  margin: 0;
  padding: 1.25rem 1.5rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(232, 220, 200, 0.45) 0%, rgba(255, 255, 255, 0.95) 100%);
  border: 1px solid rgba(201, 169, 98, 0.45);
  box-shadow: 0 6px 20px rgba(15, 51, 64, 0.06);
  text-align: center;
}

#istighfar-article .ia-quran-ayah__text {
  margin: 0 0 0.75rem;
  padding: 0;
  border: none;
  font-family: 'Traditional Arabic', 'Amiri', 'Segoe UI', serif;
  font-size: clamp(1.2rem, 3.2vw, 1.55rem);
  line-height: 2;
  color: var(--ia-blue-900);
  font-weight: 600;
}

#istighfar-article .ia-quran-ayah__ref {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ia-gold);
  font-style: normal;
}
