/* ═══════════════════════════════════════════════════════
   ATPROO AI CALORIES — Onboarding qo'shimcha qadamlari
   (Vazn prognozi + "Tayyorlanmoqda" checklist/testimonial)
   Yuklash: eng OXIRIDA
   ═══════════════════════════════════════════════════════ */

/* ── Vazn prognozi grafigi ── */
.ob-projection { margin-top: 8px; }
.ob-proj-labels { display: flex; justify-content: space-between; margin-bottom: 10px; }
.ob-proj-val { font-size: 22px; font-weight: 900; color: #fff; }
.ob-proj-lbl { font-size: 11px; color: rgba(255,255,255,.4); margin-top: 2px; }
.ob-proj-svg { width: 100%; height: 160px; display: block; }
.ob-proj-note {
  margin-top: 14px; font-size: 12px; color: rgba(255,255,255,.45);
  background: rgba(255,255,255,.05); border-radius: 12px; padding: 12px 14px; line-height: 1.5;
}

/* ── "Tayyorlanmoqda" checklist ── */
.ob-prep-list { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.ob-prep-item {
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px; padding: 15px 18px; transition: all .3s;
}
.ob-prep-item.done { background: rgba(0,229,160,.08); border-color: rgba(0,229,160,.25); }
.ob-prep-text { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.85); }
.ob-prep-check { font-size: 18px; }

/* ── Testimonial karta ── */
.ob-testi-wrap { margin-top: 22px; }
.ob-testi-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; padding: 18px; text-align: center;
}
.ob-testi-stars { font-size: 14px; margin-bottom: 8px; }
.ob-testi-text { font-size: 13px; color: rgba(255,255,255,.75); line-height: 1.6; font-style: italic; }
.ob-testi-name { font-size: 12px; color: #00e5a0; font-weight: 700; margin-top: 10px; }
