/* صفحات إضافية */
.welcome-page {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: var(--ivory);
}

.welcome-inner {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 0 auto;
  padding: 24px 28px 48px;
  text-align: center;
}

.welcome-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

.welcome-orb--1 {
  width: 340px;
  height: 340px;
  top: -120px;
  right: -90px;
  background: rgba(14, 124, 102, 0.15);
}

.welcome-orb--2 {
  width: 280px;
  height: 280px;
  bottom: -80px;
  left: -60px;
  background: rgba(201, 123, 90, 0.08);
}

.welcome-skip {
  align-self: flex-start;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius-pill);
  padding: 8px 16px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 16px;
}

.welcome-tagline {
  color: var(--ink-soft);
  margin: 12px 0 18px;
}

.welcome-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 24px;
}

.welcome-chips span {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 8px 13px;
  font-size: 0.8rem;
  font-weight: 700;
}

.welcome-verse {
  margin: 24px 0;
  padding: 26px;
}

.verse-text {
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0 0 8px;
}

.form-stack .field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.form-stack input,
.form-stack select,
.form-stack textarea {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-inner);
  font-family: inherit;
  font-size: 1rem;
}

.menu-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 20px 0;
}

.menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-inner);
  text-decoration: none;
  color: var(--ink);
  font-weight: 700;
}

.menu-arrow {
  margin-right: auto;
  color: var(--ink-muted);
}

.back-link {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--emerald);
  font-weight: 700;
  text-decoration: none;
}

.seg-control {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.seg {
  flex: 1;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius-inner);
  background: var(--surface);
  font-weight: 700;
  cursor: pointer;
}

.seg.active {
  background: var(--sage-soft);
  color: var(--emerald);
  border-color: var(--emerald);
}

.day-chips,
.slots-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.chip,
.slot-btn {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-inner);
  background: var(--surface);
  cursor: pointer;
  font-family: inherit;
}

.chip.active,
.slot-btn.active {
  background: var(--emerald);
  color: #fff;
  border-color: var(--emerald);
}

.meeting-card--actions {
  flex-wrap: wrap;
  gap: 12px;
}

.meeting-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.app-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  padding: 14px 22px;
  border-radius: var(--radius-pill);
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
}

.app-toast--success {
  background: var(--emerald);
}

.app-toast--error {
  background: #c0392b;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-card {
  background: var(--surface);
  border-radius: var(--radius-card);
  padding: 24px;
  max-width: 400px;
  width: 100%;
}

.modal-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 16px;
}

.live-videos {
  min-height: 280px;
  background: #111;
  border-radius: var(--radius-card);
  margin: 16px 0;
  overflow: hidden;
}

.live-controls {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cart-panel {
  margin-top: 24px;
  padding: 20px;
}

.cart-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.product-card {
  cursor: pointer;
}

.product-detail-cover {
  height: 200px;
  background: var(--sage-soft) center/cover;
  border-radius: var(--radius-inner);
  margin-bottom: 16px;
}

.price-tag {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--emerald);
}

.notif-item {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-inner);
  margin-bottom: 8px;
  cursor: pointer;
}

.banner-plan {
  background: var(--sage-soft);
  color: var(--emerald-dark);
  padding: 12px 16px;
  border-radius: var(--radius-inner);
  margin-bottom: 16px;
  font-weight: 700;
}

.btn-sm {
  padding: 8px 14px;
  font-size: 0.85rem;
}

.page-actions {
  display: flex;
  gap: 8px;
}

.flash-messages {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.flash {
  padding: 12px 20px;
  border-radius: var(--radius-pill);
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  margin: 4px 0;
}

.flash--success {
  background: var(--emerald);
}

.flash--error {
  background: #c0392b;
}

.sidebar-brand {
  display: block;
  font-weight: 800;
  color: var(--emerald);
  margin-bottom: 20px;
  padding: 0 12px;
}

.nav-item--muted {
  color: var(--ink-muted);
}
