/* WajdQuran first-launch journey. Clean, light, two-colour (carpet green + white),
   one calm illustration per screen. Shown once. Author: WAJD AI */
.onb { position: fixed; inset: 0; z-index: 400; display: flex; flex-direction: column; color: #123f2c;
  background: linear-gradient(180deg, #eef8f4 0%, #e4f2ec 100%); overflow: hidden; }
.onb::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(150% 50% at 50% 0%, rgba(184,146,58,.06), transparent 62%); }
.onb-track { flex: 1; display: flex; transition: transform .4s cubic-bezier(.4,0,.2,1); touch-action: pan-y; }
.onb-slide { flex: 0 0 100%; min-width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 36px 32px; text-align: center; }
.onb-ill { width: 200px; height: 200px; display: flex; align-items: center; justify-content: center; margin-bottom: 34px; border-radius: 50%;
  background: radial-gradient(circle at 50% 34%, #fdf7e8, #f7f1e2);
  box-shadow: 0 18px 44px rgba(18,63,44,.10), inset 0 0 0 1px rgba(184,146,58,.22); }
.onb-ill svg { width: 90px; height: 90px; stroke: #c99a2e; }
.onb-ill .waw { font-family: 'Reem Kufi','Noto Kufi Arabic',sans-serif; font-weight: 700; font-size: 4.2rem; direction: rtl; line-height: 1.6; display: inline-block; padding: 10px 6px 18px; overflow: visible; background: linear-gradient(155deg, #f4de92, #c99a2e); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: #c99a2e; }
.onb-slide h2 { font-family: 'Poppins',sans-serif; font-weight: 800; font-size: 1.85rem; line-height: 1.18; margin: 0 0 14px; max-width: 14ch; color: #123f2c; }
.onb-slide h2 .g { color: #c99a2e; }
.onb-slide p { color: #5c6b62; line-height: 1.6; font-size: 1.08rem; max-width: 26ch; margin: 0; }
.onb-lang { margin-top: 26px; width: 100%; max-width: 300px; }
.onb-lang label { display: block; color: #8a938c; font-weight: 800; font-size: .74rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.onb-lang select { width: 100%; padding: 14px 16px; border-radius: 14px; border: 1.5px solid #cfe0d6; background: #fff; color: #123f2c;
  font-family: inherit; font-weight: 700; font-size: 1rem; -webkit-appearance: none; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231e7350' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; }
.onb-lang select option { color: #123f2c; }
.onb-dots { display: flex; gap: 7px; justify-content: center; padding: 6px 0 16px; }
.onb-dots i { width: 8px; height: 8px; border-radius: 50%; background: #cfe0d6; transition: all .3s; }
.onb-dots i.on { background: #1e7350; width: 22px; border-radius: 4px; }
.onb-nav { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 26px calc(30px + env(safe-area-inset-bottom)); }
.onb-skip { background: none; border: none; color: #9aa8a0; font-family: inherit; font-weight: 800; font-size: .95rem; padding: 12px 6px; cursor: pointer; }
.onb-next { flex: 1; max-width: 280px; margin-left: auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: linear-gradient(160deg, #1e7350, #145c3f); color: #fff; border: none; border-radius: 28px;
  font-family: 'Poppins',sans-serif; font-weight: 800; font-size: 1.05rem; padding: 16px 24px; cursor: pointer;
  box-shadow: 0 10px 22px rgba(18,63,44,.24); }
.onb-next svg { width: 20px; height: 20px; stroke: #fff; }
