top of page

AUDIT PODVEDOMIA

Cena

99,00€

Pre tých, ktorí cítia, že im "nič nezaberá". Hĺbková analýza identifikuje 50 konkrétnych emocionálnych blokov, ktoré vám berú energiu, ešte kým ráno vstanete z postele.

  • Identifikácia skrytých vzorcov

  • Konkrétna mapa stresorov

  • Osobné odporúčania

Množstvo

bottom of page
if (typeof window === "undefined") return; function nextQuestion(step) { const current = document.getElementById('q' + step); const next = document.getElementById('q' + (step + 1)); if (!current || !next) return; current.classList.add('hidden'); next.classList.remove('hidden'); const progress = document.getElementById('quiz-progress'); if (progress) progress.style.width = (step + 1) * 33 + '%'; } function showResult() { // výpočet, text, zobrazení výsledku }