/* ========== PWA Install Kit (Scoped) ========== */
.pwaib-container { text-align: center; }

.pwaib-btn {
  margin: 20px auto;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  background: #2e7d32; /* أخضر هادئ */
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0,0,0,.15);
}
.pwaib-btn[hidden]{ display:none !important; }

.pwaib-hint{
  display:inline-block;
  margin-top:10px;
  font-size:14px;
  color:#444;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:8px;
  padding:10px 12px;
  max-width:90%;
  text-align:center;
}
.pwaib-hint[hidden]{ display:none !important; }

/* النافذة */
.pwaib-overlay{
  position:fixed; inset:0;
  display:none; /* يظهر عند إزالة hidden فقط */
  align-items:center; justify-content:center;
  background:rgba(0,0,0,.45);
  z-index:2147483000;
  padding:20px;
}
.pwaib-overlay:not([hidden]){ display:flex; }

.pwaib-card{
  width:min(640px,100%);
  max-height:90vh;
  background:#fff;
  border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
  display:flex; flex-direction:column;
  align-items:center; text-align:center;
}

.pwaib-body{
  padding:0 18px;
  overflow:auto;
  display:flex; flex-direction:column; align-items:center;
  text-align:center;
}

/* تنسيقات عناصر iOS الأصلية — مُقيّدة داخل النافذة فقط */
.pwaib-overlay .guide-img{
  width:280px; max-width:100%; height:auto;
  border:1px solid #e5e7eb; border-radius:8px;
  display:block; margin:8px auto;
}
.pwaib-overlay .muted{ color:#666; font-size:13px; }
.pwaib-overlay .primary-btn{
  display:inline-block; padding:12px 16px;
  border:0; border-radius:10px; cursor:pointer;
  background:#2e7d32; color:#fff; font-size:16px;
  min-width:180px;
}

/* هوامش كبيرة داخل محتوى iOS كما طَلبت سابقًا */
#iosGuide{ padding-top:55px; padding-bottom:55px; }

.pwaib-footer{
  padding:14px 22px 55px;
  width:100%;
  background: #e7e7e7;
}
.pwaib-close{
  width:60%; max-width:520px;
  padding:14px 16px; font-size:16px;
  border:0; border-radius:12px; cursor:pointer;
  background:#9d5757; color:#fff;
}
/* ========== /PWA Install Kit ========== */
