:root{
  --sky:#e0f2ff; --sky-deep:#b9e2ff; --gold:#f4c430; --ink:#0f2942; --card:#ffffff;
}
*{box-sizing:border-box} html,body{margin:0;padding:0}
body{
  font-family:"Cairo",system-ui,-apple-system,Segoe UI,Tahoma,Arial;
  background: linear-gradient(to bottom, var(--sky), #fff);
  color:var(--ink); min-height:100dvh; display:flex; flex-direction:column;
}
.site-header{ text-align:center; padding:24px 16px;
  background: linear-gradient(135deg, var(--sky-deep), #ffffff);
  border-bottom:3px solid rgba(0,0,0,.04);
}
.site-header h1{ margin:0 0 8px; font-size:clamp(22px,4vw,34px)}
.lead{ margin:0 auto; max-width:720px; opacity:.9}
.container{ width:100%; max-width:980px; margin:24px auto; padding:0 16px; flex:1}
.grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:14px}
.card-btn{
  display:block; text-decoration:none; background:var(--card); border:2px solid rgba(0,0,0,.06);
  border-radius:20px; padding:18px 16px; text-align:center; font-weight:700; font-size:18px;
  box-shadow:0 6px 18px rgba(0,0,0,.06); transition:.12s ease;
}
.card-btn:hover{ transform:translateY(-2px); border-color:var(--gold); box-shadow:0 10px 22px rgba(0,0,0,.1)}
.step-card{
  background:var(--card); border:2px solid rgba(0,0,0,.06); border-radius:24px; padding:20px 18px;
  box-shadow:0 6px 18px rgba(0,0,0,.06); line-height:1.9; font-size:18px; min-height:68px;
}
.step-card h2{ margin-top:0; font-size:22px}
.step-emoji{ font-size:42px; display:inline-block; margin-bottom:6px}
.info{ background:#fffaf0; border-left:6px solid var(--gold); padding:12px 14px; border-radius:12px; margin:12px 0}
.nav-actions{ display:flex; align-items:center; justify-content:space-between; margin-top:16px; gap:12px; flex-wrap:wrap}
.ghost-btn{ text-decoration:none; border:2px dashed var(--gold); color:inherit; padding:10px 14px; border-radius:16px; background:#fff8dc; font-weight:700}
.next-prev a{ text-decoration:none; background:var(--gold); color:#231f10; padding:10px 16px; border-radius:16px; font-weight:700; margin-inline:4px; display:inline-block}
.site-footer{ text-align:center; padding:18px 12px; color:#27425a; border-top:3px solid rgba(0,0,0,0.04); background:#f9fdff; font-size:14px}

/* إضافات للحديث وزر التبرع */
.hadith-card{
  text-align:center; padding:12px; background:#fff8dc; border:2px solid var(--gold);
  border-radius:16px; max-width:800px; margin:20px auto; font-weight:bold; line-height:1.8;
}
.donate-wrap{ text-align:center; margin:20px}
.donate-btn{
  background:#f4c430; color:#231f10; padding:12px 20px; border-radius:24px; text-decoration:none;
  font-weight:bold; box-shadow:0 4px 10px rgba(0,0,0,0.15); display:inline-block;
}
