/* إضافات صفحة الاشتراك فوق تنسيق book-ad */
.ba-hero.plan-elite {
  background: linear-gradient(135deg, #78350f, #B45309 50%, #F59E0B);
}
.ba-hero.plan-pro {
  background: linear-gradient(135deg, #4c1d95, #6C47FF 55%, #818cf8);
}
.ba-hero.plan-growth {
  background: linear-gradient(135deg, #0c4a6e, #0284C7 55%, #38bdf8);
}
.ba-hero.plan-addon {
  background: linear-gradient(135deg, #064e3b, #059669 55%, #34d399);
}

.sub-hours-box {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 16px;
  background: #F8FAFC;
}
.sub-hours-always {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 0.9rem;
  margin-bottom: 10px;
  cursor: pointer;
}
.sub-hours-days {
  display: grid;
  gap: 8px;
}
.sub-hours-day {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 8px;
  align-items: center;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 8px 10px;
}
.sub-hours-day input[type="time"] {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 6px 8px;
  font-family: inherit;
}
.sub-map-locate-btn {
  border: 1px solid #0EA5E9;
  background: #E0F2FE;
  color: #0369A1;
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}
.sub-map-locate-btn:disabled {
  opacity: 0.65;
  cursor: wait;
}

.sub-terms {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 16px 0 8px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}
.sub-terms a { color: var(--brand); }
.sub-logo-label { display: block; margin-top: 12px; }

.sub-aside-note {
  margin-top: 16px;
  padding: 12px;
  background: #F0F9FF;
  border-radius: 12px;
  border: 1px solid #BAE6FD;
}
.sub-aside-note p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}
.sub-terms-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--brand);
  font-weight: 800;
  text-decoration: none;
}
.sub-other-plans h2 { margin-top: 0; }
.sub-other-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sub-other-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--border);
  text-decoration: none;
  color: var(--text);
  font-weight: 700;
  font-size: 0.9rem;
  background: #fff;
}
.sub-other-links a:hover { background: #F8FAFC; border-color: var(--brand); }
.sub-other-links a span { color: var(--brand); font-weight: 900; }

/* مزايا الباقة: عمود رأسي نظيف (بدل أقراص ba-channels الأفقية) */
#sub-features.ba-channels {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
#sub-features.ba-channels li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 10px 12px 10px 12px;
  padding-inline-start: 34px;
  position: relative;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.55;
  background: #EEF4FF;
  color: var(--brand-deep);
}
#sub-features.ba-channels li::before {
  content: '✓';
  position: absolute;
  inset-inline-start: 12px;
  top: 10px;
  color: var(--brand);
  font-weight: 900;
}

.ba-bank .sub-copy-iban {
  margin-top: 8px;
  border: 1px solid #BAE6FD;
  background: #F0F9FF;
  color: #0369A1;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
}
