{"title":"Sesje Transformacji","description":"","products":[{"product_id":"vip-wielki-rytual-milosci","title":"VIP — Wielki Rytuał Miłości","description":"\u003cstyle\u003e\n  :root {\n    --gold: #C9A96E;\n    --text: #f0ece4;\n    --text-muted: #a09880;\n    --border: rgba(201,169,110,0.25);\n    --border-strong: rgba(201,169,110,0.55);\n  }\n  .ho-wrap {\n    font-family: sans-serif;\n    color: var(--text);\n    max-width: 680px;\n    margin: 0 auto;\n    padding: 0;\n  }\n  .ho-hero {\n    border: 0.5px solid var(--border-strong);\n    border-radius: 2px;\n    padding: 48px 40px 40px;\n    background: #111;\n    position: relative;\n    overflow: hidden;\n  }\n  .ho-hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\n  }\n  .ho-badge {\n    display: inline-block;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #111;\n    background: var(--gold);\n    padding: 4px 12px;\n    margin-bottom: 20px;\n  }\n  .ho-eyebrow {\n    font-size: 11px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin: 0 0 18px;\n    font-weight: 400;\n  }\n  .ho-title {\n    font-size: 30px;\n    font-weight: 400;\n    color: var(--text);\n    margin: 0 0 8px;\n    line-height: 1.25;\n    letter-spacing: 0.5px;\n  }\n  .ho-title-note {\n    font-size: 12px;\n    letter-spacing: 1.5px;\n    color: var(--gold);\n    opacity: 0.6;\n    margin: 0 0 32px;\n    display: block;\n  }\n  .ho-prose p {\n    font-size: 15px;\n    line-height: 1.85;\n    color: #c8c0b0;\n    margin: 0 0 18px;\n  }\n  .ho-prose p:last-child { margin: 0; }\n  .ho-prose em {\n    color: var(--gold);\n    font-style: normal;\n  }\n\n  .ho-days {\n    margin: 32px 0;\n    border: 0.5px solid var(--border);\n  }\n  .ho-days-header {\n    padding: 14px 22px;\n    border-bottom: 0.5px solid var(--border);\n    background: #0e0e0e;\n  }\n  .ho-days-header span {\n    font-size: 10px;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--gold);\n  }\n  .ho-day {\n    display: grid;\n    grid-template-columns: 60px 1fr;\n    border-bottom: 0.5px solid var(--border);\n  }\n  .ho-day:last-child { border-bottom: none; }\n  .ho-day-num {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    border-right: 0.5px solid var(--border);\n    padding: 16px 0;\n    background: #0a0a0a;\n  }\n  .ho-day-num span:first-child {\n    font-size: 9px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    opacity: 0.5;\n    margin-bottom: 2px;\n  }\n  .ho-day-num span:last-child {\n    font-size: 16px;\n    color: var(--gold);\n    opacity: 0.6;\n  }\n  .ho-day-body {\n    padding: 14px 20px;\n  }\n  .ho-day-label {\n    font-size: 10px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--gold);\n    display: block;\n    margin-bottom: 5px;\n    opacity: 0.8;\n  }\n  .ho-day-text {\n    font-size: 13px;\n    line-height: 1.6;\n    color: #b8b0a0;\n    margin: 0;\n  }\n\n  .ho-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0;\n    border: 0.5px solid var(--border);\n    border-top: none;\n    background: #0e0e0e;\n  }\n  .ho-cell {\n    padding: 24px 28px;\n    border-right: 0.5px solid var(--border);\n    border-bottom: 0.5px solid var(--border);\n  }\n  .ho-cell:nth-child(even) { border-right: none; }\n  .ho-cell:nth-last-child(-n+2) { border-bottom: none; }\n  .ho-cell-label {\n    font-size: 10px;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin: 0 0 14px;\n    display: block;\n  }\n  .ho-cell ul {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n  .ho-cell ul li {\n    font-size: 13px;\n    line-height: 1.7;\n    color: #b8b0a0;\n    padding: 4px 0;\n    border-bottom: 0.5px solid rgba(201,169,110,0.08);\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n  }\n  .ho-cell ul li:last-child { border-bottom: none; }\n  .ho-cell ul li::before {\n    content: '—';\n    color: var(--gold);\n    font-size: 11px;\n    flex-shrink: 0;\n    margin-top: 2px;\n    opacity: 0.6;\n  }\n\n  .ho-divider { height: 1px; background: var(--border); margin: 0; }\n\n  .ho-bottom {\n    background: #111;\n    border: 0.5px solid var(--border);\n    border-top: none;\n    padding: 36px 40px;\n    position: relative;\n    overflow: hidden;\n  }\n  .ho-bottom::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\n  }\n  .ho-closing {\n    font-size: 14px;\n    color: var(--text-muted);\n    line-height: 1.9;\n    font-style: italic;\n    margin: 0;\n    text-align: center;\n  }\n  .ho-closing em {\n    color: var(--gold);\n    font-style: normal;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ho-wrap\"\u003e\n\n  \u003cdiv class=\"ho-hero\"\u003e\n    \u003cdiv class=\"ho-badge\"\u003eVIP · Proces 7-dniowy\u003c\/div\u003e\n    \u003cp class=\"ho-eyebrow\"\u003eAutorski proces · relacje · głęboka praca\u003c\/p\u003e\n    \u003ch1 class=\"ho-title\"\u003eWielki Rytuał\u003cbr\u003eMiłości\u003c\/h1\u003e\n    \u003cspan class=\"ho-title-note\"\u003eSekwencja siedmiu etapów pracy z energią relacji\u003c\/span\u003e\n\n    \u003cdiv class=\"ho-prose\"\u003e\n      \u003cp\u003eSą relacje, które nie mieszczą się w jednym pytaniu\u003cbr\u003e\n      ani w jednym rytuale.\u003cbr\u003e\n      Uczucia splątane z przeszłością, emocjami, decyzjami —\u003cbr\u003e\n      i historiami, które \u003cem\u003enigdy nie zostały wypowiedziane.\u003c\/em\u003e\u003c\/p\u003e\n\n      \u003cp\u003eW takich sytuacjach potrzebna jest praca\u003cbr\u003e\n      \u003cem\u003egłębsza i bardziej uważna.\u003c\/em\u003e\u003cbr\u003e\n      Nie jednorazowa interwencja — lecz sekwencja.\u003cbr\u003e\n      Siedem dni. Siedem etapów. Jeden kierunek.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ho-days\"\u003e\n      \u003cdiv class=\"ho-days-header\"\u003e\n        \u003cspan\u003eStruktura procesu\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ho-day\"\u003e\n        \u003cdiv class=\"ho-day-num\"\u003e\n          \u003cspan\u003eEtap\u003c\/span\u003e\n          \u003cspan\u003eI–II\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ho-day-body\"\u003e\n          \u003cspan class=\"ho-day-label\"\u003eOczyszczenie\u003c\/span\u003e\n          \u003cp class=\"ho-day-text\"\u003eUsunięcie napięć, blokad i wpływów z przeszłości — tego, co stoi między wami i nie pozwala relacji oddychać\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ho-day\"\u003e\n        \u003cdiv class=\"ho-day-num\"\u003e\n          \u003cspan\u003eEtap\u003c\/span\u003e\n          \u003cspan\u003eIII–V\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ho-day-body\"\u003e\n          \u003cspan class=\"ho-day-label\"\u003ePrzywrócenie przepływu\u003c\/span\u003e\n          \u003cp class=\"ho-day-text\"\u003ePraca nad energią emocjonalną między partnerami — odbudowa połączenia, wzmocnienie więzi, przywrócenie bliskości\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ho-day\"\u003e\n        \u003cdiv class=\"ho-day-num\"\u003e\n          \u003cspan\u003eEtap\u003c\/span\u003e\n          \u003cspan\u003eVI–VII\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ho-day-body\"\u003e\n          \u003cspan class=\"ho-day-label\"\u003eZamknięcie i stabilizacja\u003c\/span\u003e\n          \u003cp class=\"ho-day-text\"\u003eFinalne zamknięcie procesu — stabilizacja kierunku relacji i ugruntowanie tego, co zostało zbudowane w trakcie pracy\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ho-divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"ho-grid\"\u003e\n    \u003cdiv class=\"ho-cell\"\u003e\n      \u003cspan class=\"ho-cell-label\"\u003eProces obejmuje\u003c\/span\u003e\n      \u003cul\u003e\n        \u003cli\u003eAnaliza energetyczna relacji na początku\u003c\/li\u003e\n        \u003cli\u003ePraca rytualna prowadzona etapami\u003c\/li\u003e\n        \u003cli\u003eOczyszczenie napięć i blokad między partnerami\u003c\/li\u003e\n        \u003cli\u003eWzmocnienie więzi emocjonalnej\u003c\/li\u003e\n        \u003cli\u003eStabilizacja energii relacji po zakończeniu\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ho-cell\"\u003e\n      \u003cspan class=\"ho-cell-label\"\u003eMoże być skierowany na\u003c\/span\u003e\n      \u003cul\u003e\n        \u003cli\u003eOdbudowę relacji po konflikcie lub oddaleniu\u003c\/li\u003e\n        \u003cli\u003eWzmocnienie istniejącego związku\u003c\/li\u003e\n        \u003cli\u003ePrzyciągnięcie osoby, z którą więź została przerwana\u003c\/li\u003e\n        \u003cli\u003eStabilizację uczuć w trudnym etapie\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ho-bottom\"\u003e\n    \u003cp class=\"ho-closing\"\u003e\n      To praca dla osób, które czują,\u003cbr\u003e\n      że relacja ma znaczenie —\u003cbr\u003e\n      i wymaga \u003cem\u003ewięcej niż jednego dnia.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"HELGA ORA","offers":[{"title":"Default Title","offer_id":52646020514120,"sku":null,"price":1299.0,"currency_code":"PLN","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0948\/1650\/2088\/files\/0H3A1720.jpg?v=1773335951"},{"product_id":"vip-rytual-pelnej-transformacji-losu","title":"VIP — Rytuał Pełnej Transformacji Losu","description":"\u003cstyle\u003e\n  :root {\n    --gold: #C9A96E;\n    --text: #f0ece4;\n    --text-muted: #a09880;\n    --border: rgba(201,169,110,0.25);\n    --border-strong: rgba(201,169,110,0.55);\n  }\n  .ho-wrap {\n    font-family: sans-serif;\n    color: var(--text);\n    max-width: 680px;\n    margin: 0 auto;\n    padding: 0;\n  }\n  .ho-hero {\n    border: 0.5px solid var(--border-strong);\n    border-radius: 2px;\n    padding: 48px 40px 40px;\n    background: #111;\n    position: relative;\n    overflow: hidden;\n  }\n  .ho-hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\n  }\n  .ho-badge {\n    display: inline-block;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #111;\n    background: var(--gold);\n    padding: 4px 12px;\n    margin-bottom: 20px;\n  }\n  .ho-eyebrow {\n    font-size: 11px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin: 0 0 18px;\n    font-weight: 400;\n  }\n  .ho-title {\n    font-size: 30px;\n    font-weight: 400;\n    color: var(--text);\n    margin: 0 0 8px;\n    line-height: 1.25;\n    letter-spacing: 0.5px;\n  }\n  .ho-title-note {\n    font-size: 12px;\n    letter-spacing: 1.5px;\n    color: var(--gold);\n    opacity: 0.6;\n    margin: 0 0 32px;\n    display: block;\n  }\n  .ho-prose p {\n    font-size: 15px;\n    line-height: 1.85;\n    color: #c8c0b0;\n    margin: 0 0 18px;\n  }\n  .ho-prose p:last-child { margin: 0; }\n  .ho-prose em {\n    color: var(--gold);\n    font-style: normal;\n  }\n  .ho-stages {\n    margin: 32px 0;\n    border: 0.5px solid var(--border);\n  }\n  .ho-stages-header {\n    padding: 14px 22px;\n    border-bottom: 0.5px solid var(--border);\n    background: #0e0e0e;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n  .ho-stages-header span {\n    font-size: 10px;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--gold);\n  }\n  .ho-stages-header em {\n    font-size: 11px;\n    color: var(--text-muted);\n    font-style: normal;\n    opacity: 0.6;\n    letter-spacing: 1px;\n  }\n  .ho-stage {\n    display: grid;\n    grid-template-columns: 72px 1fr;\n    border-bottom: 0.5px solid var(--border);\n  }\n  .ho-stage:last-child { border-bottom: none; }\n  .ho-stage-num {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    border-right: 0.5px solid var(--border);\n    padding: 20px 0;\n    background: #0a0a0a;\n    gap: 4px;\n  }\n  .ho-stage-num span:first-child {\n    font-size: 9px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    opacity: 0.5;\n  }\n  .ho-stage-num span:last-child {\n    font-size: 13px;\n    color: var(--gold);\n    opacity: 0.55;\n    letter-spacing: 1px;\n  }\n  .ho-stage-body {\n    padding: 20px 24px;\n  }\n  .ho-stage-label {\n    font-size: 10px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--gold);\n    display: block;\n    margin-bottom: 6px;\n    opacity: 0.9;\n  }\n  .ho-stage-text {\n    font-size: 13px;\n    line-height: 1.65;\n    color: #b8b0a0;\n    margin: 0;\n  }\n  .ho-stage-days {\n    font-size: 11px;\n    color: var(--text-muted);\n    opacity: 0.5;\n    margin-top: 6px;\n    letter-spacing: 0.5px;\n  }\n\n  .ho-finale {\n    background: #0e0e0e;\n    border: 0.5px solid var(--border);\n    border-top: none;\n    padding: 22px 28px;\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n  }\n  .ho-finale-icon {\n    color: var(--gold);\n    opacity: 0.5;\n    font-size: 16px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n  .ho-finale-text {\n    font-size: 13px;\n    line-height: 1.7;\n    color: #b8b0a0;\n    margin: 0;\n  }\n  .ho-finale-text em {\n    color: var(--gold);\n    font-style: normal;\n  }\n\n  .ho-divider { height: 1px; background: var(--border); margin: 0; }\n\n  .ho-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0;\n    border: 0.5px solid var(--border);\n    border-top: none;\n    background: #0e0e0e;\n  }\n  .ho-cell {\n    padding: 24px 28px;\n    border-right: 0.5px solid var(--border);\n    border-bottom: 0.5px solid var(--border);\n  }\n  .ho-cell:nth-child(even) { border-right: none; }\n  .ho-cell:nth-last-child(-n+2) { border-bottom: none; }\n  .ho-cell-label {\n    font-size: 10px;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin: 0 0 14px;\n    display: block;\n  }\n  .ho-cell ul {\n    margin: 0; padding: 0; list-style: none;\n  }\n  .ho-cell ul li {\n    font-size: 13px;\n    line-height: 1.7;\n    color: #b8b0a0;\n    padding: 4px 0;\n    border-bottom: 0.5px solid rgba(201,169,110,0.08);\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n  }\n  .ho-cell ul li:last-child { border-bottom: none; }\n  .ho-cell ul li::before {\n    content: '—';\n    color: var(--gold);\n    font-size: 11px;\n    flex-shrink: 0;\n    margin-top: 2px;\n    opacity: 0.6;\n  }\n\n  .ho-not-for {\n    background: #0c0c0c;\n    border: 0.5px solid var(--border);\n    border-top: none;\n    padding: 20px 40px;\n    border-left: 2px solid rgba(201,169,110,0.3);\n  }\n  .ho-not-for-label {\n    font-size: 10px;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    opacity: 0.6;\n    margin: 0 0 10px;\n    display: block;\n  }\n  .ho-not-for p {\n    font-size: 12px;\n    line-height: 1.7;\n    color: var(--text-muted);\n    margin: 0;\n    opacity: 0.8;\n  }\n\n  .ho-bottom {\n    background: #111;\n    border: 0.5px solid var(--border);\n    border-top: none;\n    padding: 36px 40px;\n    position: relative;\n    overflow: hidden;\n  }\n  .ho-bottom::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\n  }\n  .ho-closing {\n    font-size: 14px;\n    color: var(--text-muted);\n    line-height: 1.9;\n    font-style: italic;\n    margin: 0;\n    text-align: center;\n  }\n  .ho-closing em {\n    color: var(--gold);\n    font-style: normal;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ho-wrap\"\u003e\n\n  \u003cdiv class=\"ho-hero\"\u003e\n    \u003cdiv class=\"ho-badge\"\u003eVIP · Proces 14-dniowy\u003c\/div\u003e\n    \u003cp class=\"ho-eyebrow\"\u003eAutorski proces · transformacja · los\u003c\/p\u003e\n    \u003ch1 class=\"ho-title\"\u003eRytuał Pełnej\u003cbr\u003eTransformacji Losu\u003c\/h1\u003e\n    \u003cspan class=\"ho-title-note\"\u003eCzternastodniowy proces głębokiej zmiany\u003c\/span\u003e\n\n    \u003cdiv class=\"ho-prose\"\u003e\n      \u003cp\u003eSą momenty, gdy człowiek czuje, że utknął.\u003cbr\u003e\n      Nie chodzi już o jedną relację, jedną decyzję, jedną sytuację.\u003cbr\u003e\n      To uczucie jest \u003cem\u003egłębsze.\u003c\/em\u003e\u003c\/p\u003e\n\n      \u003cp\u003eDroga, która kiedyś była jasna, zaczyna się zacierać.\u003cbr\u003e\n      Powtarzają się te same schematy.\u003cbr\u003e\n      Zmiany, które powinny nadejść — \u003cem\u003ewciąż się odsuwają.\u003c\/em\u003e\u003c\/p\u003e\n\n      \u003cp\u003eTo nie jest pojedynczy rytuał ani szybka interwencja.\u003cbr\u003e\n      To czternaście dni świadomej, etapowej pracy —\u003cbr\u003e\n      dla tych, którzy stoją na granicy \u003cem\u003eważnego etapu życia.\u003c\/em\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ho-stages\"\u003e\n      \u003cdiv class=\"ho-stages-header\"\u003e\n        \u003cspan\u003eStruktura procesu\u003c\/span\u003e\n        \u003cem\u003e14 dni · 3 etapy\u003c\/em\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ho-stage\"\u003e\n        \u003cdiv class=\"ho-stage-num\"\u003e\n          \u003cspan\u003eEtap\u003c\/span\u003e\n          \u003cspan\u003eI\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ho-stage-body\"\u003e\n          \u003cspan class=\"ho-stage-label\"\u003eOczyszczenie\u003c\/span\u003e\n          \u003cp class=\"ho-stage-text\"\u003eUsunięcie tego, co zatrzymuje ruch — dawnych emocji, napięć, niekorzystnych wpływów i powtarzających się schematów, które blokują zmianę\u003c\/p\u003e\n          \u003cp class=\"ho-stage-days\"\u003eDni 1–4\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ho-stage\"\u003e\n        \u003cdiv class=\"ho-stage-num\"\u003e\n          \u003cspan\u003eEtap\u003c\/span\u003e\n          \u003cspan\u003eII\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ho-stage-body\"\u003e\n          \u003cspan class=\"ho-stage-label\"\u003eZamknięcie starego etapu\u003c\/span\u003e\n          \u003cp class=\"ho-stage-text\"\u003eŚwiadome domknięcie tego, co powinno pozostać w przeszłości. Dopiero wtedy pojawia się miejsce — realne, energetyczne — na coś nowego\u003c\/p\u003e\n          \u003cp class=\"ho-stage-days\"\u003eDni 5–9\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ho-stage\"\u003e\n        \u003cdiv class=\"ho-stage-num\"\u003e\n          \u003cspan\u003eEtap\u003c\/span\u003e\n          \u003cspan\u003eIII\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ho-stage-body\"\u003e\n          \u003cspan class=\"ho-stage-label\"\u003eOtwarcie nowej drogi\u003c\/span\u003e\n          \u003cp class=\"ho-stage-text\"\u003eWzmocnienie nowego kierunku, stabilizacja decyzji i otwarcie przestrzeni dla zmian — trwałych, nie chwilowych\u003c\/p\u003e\n          \u003cp class=\"ho-stage-days\"\u003eDni 10–14\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ho-finale\"\u003e\n      \u003cspan class=\"ho-finale-icon\"\u003e◈\u003c\/span\u003e\n      \u003cp class=\"ho-finale-text\"\u003ePo zakończeniu procesu przygotowywane jest \u003cem\u003epodsumowanie z odczytem kart\u003c\/em\u003e — pokazującym aktualny stan Twojej drogi oraz możliwy dalszy kierunek wydarzeń.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ho-divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"ho-grid\"\u003e\n    \u003cdiv class=\"ho-cell\"\u003e\n      \u003cspan class=\"ho-cell-label\"\u003eProces obejmuje\u003c\/span\u003e\n      \u003cul\u003e\n        \u003cli\u003eAnaliza sytuacji na początku pracy\u003c\/li\u003e\n        \u003cli\u003e14-dniowy proces pracy energetycznej\u003c\/li\u003e\n        \u003cli\u003eOczyszczenie blokad i napięć z przeszłości\u003c\/li\u003e\n        \u003cli\u003eZamknięcie starego etapu życia\u003c\/li\u003e\n        \u003cli\u003eWzmocnienie nowego kierunku i stabilizacja\u003c\/li\u003e\n        \u003cli\u003ePodsumowanie z odczytem kart na zakończenie\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ho-cell\"\u003e\n      \u003cspan class=\"ho-cell-label\"\u003eDla kogo\u003c\/span\u003e\n      \u003cul\u003e\n        \u003cli\u003eCzujesz stagnację w wielu obszarach życia jednocześnie\u003c\/li\u003e\n        \u003cli\u003eChcesz świadomie zamknąć trudny etap\u003c\/li\u003e\n        \u003cli\u003eStoisz przed ważną zmianą lub decyzją\u003c\/li\u003e\n        \u003cli\u003eJesteś gotowa na głębszy proces — nie jednorazowy rytuał\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ho-not-for\"\u003e\n    \u003cspan class=\"ho-not-for-label\"\u003eWażne\u003c\/span\u003e\n    \u003cp\u003eTo nie jest usługa dla ciekawości. To proces dla tych, którzy naprawdę chcą ruszyć dalej — i rozumieją, że głęboka zmiana wymaga czasu i świadomości.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ho-bottom\"\u003e\n    \u003cp class=\"ho-closing\"\u003e\n      Nie chodzi o to, żeby coś się wydarzyło.\u003cbr\u003e\n      Chodzi o to, żebyś \u003cem\u003eprzestała stać w miejscu.\u003c\/em\u003e\u003cbr\u003e\u003cbr\u003e\n      Czternaście dni. Jedna decyzja. Twoja droga.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"HELGA ORA","offers":[{"title":"Default Title","offer_id":52646028837192,"sku":null,"price":1599.0,"currency_code":"PLN","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0948\/1650\/2088\/files\/0H3A1790.jpg?v=1773336146"},{"product_id":"vip-rytual-sily-i-sukcesu","title":"VIP — Rytuał Siły i Sukcesu","description":"\u003cstyle\u003e\n  :root {\n    --gold: #C9A96E;\n    --text: #f0ece4;\n    --text-muted: #a09880;\n    --border: rgba(201,169,110,0.25);\n    --border-strong: rgba(201,169,110,0.55);\n  }\n  .ho-wrap {\n    font-family: sans-serif;\n    color: var(--text);\n    max-width: 680px;\n    margin: 0 auto;\n    padding: 0;\n  }\n  .ho-hero {\n    border: 0.5px solid var(--border-strong);\n    border-radius: 2px;\n    padding: 48px 40px 40px;\n    background: #111;\n    position: relative;\n    overflow: hidden;\n  }\n  .ho-hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\n  }\n  .ho-badge {\n    display: inline-block;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #111;\n    background: var(--gold);\n    padding: 4px 12px;\n    margin-bottom: 20px;\n  }\n  .ho-eyebrow {\n    font-size: 11px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin: 0 0 18px;\n    font-weight: 400;\n  }\n  .ho-title {\n    font-size: 30px;\n    font-weight: 400;\n    color: var(--text);\n    margin: 0 0 8px;\n    line-height: 1.25;\n    letter-spacing: 0.5px;\n  }\n  .ho-title-note {\n    font-size: 12px;\n    letter-spacing: 1.5px;\n    color: var(--gold);\n    opacity: 0.6;\n    margin: 0 0 32px;\n    display: block;\n  }\n  .ho-prose p {\n    font-size: 15px;\n    line-height: 1.85;\n    color: #c8c0b0;\n    margin: 0 0 18px;\n  }\n  .ho-prose p:last-child { margin: 0; }\n  .ho-prose em { color: var(--gold); font-style: normal; }\n\n  .ho-three {\n    margin: 32px 0;\n    border: 0.5px solid var(--border);\n  }\n  .ho-three-header {\n    padding: 14px 22px;\n    border-bottom: 0.5px solid var(--border);\n    background: #0e0e0e;\n  }\n  .ho-three-header span {\n    font-size: 10px;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--gold);\n  }\n  .ho-three-item {\n    display: grid;\n    grid-template-columns: 48px 1fr;\n    border-bottom: 0.5px solid var(--border);\n  }\n  .ho-three-item:last-child { border-bottom: none; }\n  .ho-three-num {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-right: 0.5px solid var(--border);\n    background: #0a0a0a;\n    color: var(--gold);\n    font-size: 15px;\n    opacity: 0.5;\n  }\n  .ho-three-body {\n    padding: 18px 22px;\n  }\n  .ho-three-label {\n    font-size: 10px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--gold);\n    display: block;\n    margin-bottom: 5px;\n    opacity: 0.85;\n  }\n  .ho-three-text {\n    font-size: 13px;\n    line-height: 1.65;\n    color: #b8b0a0;\n    margin: 0;\n  }\n\n  .ho-timeline {\n    margin: 0 0 0;\n    border: 0.5px solid var(--border);\n    border-top: none;\n    background: #0a0a0a;\n    padding: 20px 24px;\n    display: flex;\n    align-items: center;\n    gap: 0;\n  }\n  .ho-tl-label {\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    opacity: 0.6;\n    flex-shrink: 0;\n    margin-right: 16px;\n  }\n  .ho-tl-bar {\n    flex: 1;\n    height: 2px;\n    background: rgba(201,169,110,0.15);\n    position: relative;\n    border-radius: 1px;\n  }\n  .ho-tl-fill {\n    position: absolute;\n    left: 0; top: 0; bottom: 0;\n    width: 75%;\n    background: var(--gold);\n    opacity: 0.4;\n    border-radius: 1px;\n  }\n  .ho-tl-text {\n    font-size: 12px;\n    color: var(--gold);\n    opacity: 0.7;\n    flex-shrink: 0;\n    margin-left: 16px;\n    letter-spacing: 0.5px;\n  }\n\n  .ho-finale {\n    background: #0e0e0e;\n    border: 0.5px solid var(--border);\n    border-top: none;\n    padding: 20px 28px;\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n  }\n  .ho-finale-icon {\n    color: var(--gold);\n    opacity: 0.5;\n    font-size: 15px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n  .ho-finale-text {\n    font-size: 13px;\n    line-height: 1.7;\n    color: #b8b0a0;\n    margin: 0;\n  }\n  .ho-finale-text em { color: var(--gold); font-style: normal; }\n\n  .ho-divider { height: 1px; background: var(--border); margin: 0; }\n\n  .ho-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0;\n    border: 0.5px solid var(--border);\n    border-top: none;\n    background: #0e0e0e;\n  }\n  .ho-cell {\n    padding: 24px 28px;\n    border-right: 0.5px solid var(--border);\n    border-bottom: 0.5px solid var(--border);\n  }\n  .ho-cell:nth-child(even) { border-right: none; }\n  .ho-cell:nth-last-child(-n+2) { border-bottom: none; }\n  .ho-cell-label {\n    font-size: 10px;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin: 0 0 14px;\n    display: block;\n  }\n  .ho-cell ul { margin: 0; padding: 0; list-style: none; }\n  .ho-cell ul li {\n    font-size: 13px;\n    line-height: 1.7;\n    color: #b8b0a0;\n    padding: 4px 0;\n    border-bottom: 0.5px solid rgba(201,169,110,0.08);\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n  }\n  .ho-cell ul li:last-child { border-bottom: none; }\n  .ho-cell ul li::before {\n    content: '—';\n    color: var(--gold);\n    font-size: 11px;\n    flex-shrink: 0;\n    margin-top: 2px;\n    opacity: 0.6;\n  }\n\n  .ho-bottom {\n    background: #111;\n    border: 0.5px solid var(--border);\n    border-top: none;\n    padding: 36px 40px;\n    position: relative;\n    overflow: hidden;\n  }\n  .ho-bottom::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\n  }\n  .ho-closing {\n    font-size: 14px;\n    color: var(--text-muted);\n    line-height: 1.9;\n    font-style: italic;\n    margin: 0;\n    text-align: center;\n  }\n  .ho-closing em { color: var(--gold); font-style: normal; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ho-wrap\"\u003e\n\n  \u003cdiv class=\"ho-hero\"\u003e\n    \u003cdiv class=\"ho-badge\"\u003eVIP · Proces 7–10 dni\u003c\/div\u003e\n    \u003cp class=\"ho-eyebrow\"\u003eAutorski proces · siła · finanse · kierunek\u003c\/p\u003e\n    \u003ch1 class=\"ho-title\"\u003eRytuał Siły\u003cbr\u003ei Sukcesu\u003c\/h1\u003e\n    \u003cspan class=\"ho-title-note\"\u003ePraca nad energią działania, decyzji i przepływu finansowego\u003c\/span\u003e\n\n    \u003cdiv class=\"ho-prose\"\u003e\n      \u003cp\u003ePracujesz dużo. Podejmujesz decyzje. Ryzykujesz.\u003cbr\u003e\n      A mimo to ruch w życiu zawodowym pozostaje \u003cem\u003eograniczony.\u003c\/em\u003e\u003c\/p\u003e\n\n      \u003cp\u003eProjekty zatrzymują się w połowie drogi.\u003cbr\u003e\n      Możliwości pojawiają się — ale nie przynoszą realnego efektu.\u003cbr\u003e\n      Wysiłek jest. Wzrost \u003cem\u003enie nadąża.\u003c\/em\u003e\u003c\/p\u003e\n\n      \u003cp\u003eTo nie jest prosty rytuał „na pieniądze\".\u003cbr\u003e\n      To proces pracy nad energią działania, decyzji i kierunku —\u003cbr\u003e\n      dla tych, którzy chcą \u003cem\u003eświadomie budować swoją drogę.\u003c\/em\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ho-three\"\u003e\n      \u003cdiv class=\"ho-three-header\"\u003e\n        \u003cspan\u003eTrzy obszary pracy\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ho-three-item\"\u003e\n        \u003cdiv class=\"ho-three-num\"\u003eI\u003c\/div\u003e\n        \u003cdiv class=\"ho-three-body\"\u003e\n          \u003cspan class=\"ho-three-label\"\u003eUsunięcie blokad\u003c\/span\u003e\n          \u003cp class=\"ho-three-text\"\u003eOczyszczenie napięć i wpływów z przeszłości, które niewidocznie zatrzymują rozwój zawodowy — mimo że robisz wszystko jak trzeba\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ho-three-item\"\u003e\n        \u003cdiv class=\"ho-three-num\"\u003eII\u003c\/div\u003e\n        \u003cdiv class=\"ho-three-body\"\u003e\n          \u003cspan class=\"ho-three-label\"\u003eWzmocnienie energii działania\u003c\/span\u003e\n          \u003cp class=\"ho-three-text\"\u003ePraca nad decyzyjnością, kierunkiem i siłą działania — żeby wysiłek zaczął przekładać się na proporcjonalne rezultaty\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ho-three-item\"\u003e\n        \u003cdiv class=\"ho-three-num\"\u003eIII\u003c\/div\u003e\n        \u003cdiv class=\"ho-three-body\"\u003e\n          \u003cspan class=\"ho-three-label\"\u003eOtwarcie przepływu finansowego\u003c\/span\u003e\n          \u003cp class=\"ho-three-text\"\u003eStabilizacja nowego kierunku i otwarcie przestrzeni dla możliwości finansowych — w biznesie, karierze lub własnym projekcie\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ho-timeline\"\u003e\n      \u003cspan class=\"ho-tl-label\"\u003eCzas trwania\u003c\/span\u003e\n      \u003cdiv class=\"ho-tl-bar\"\u003e\u003cdiv class=\"ho-tl-fill\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003cspan class=\"ho-tl-text\"\u003e7–10 dni\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ho-finale\"\u003e\n      \u003cspan class=\"ho-finale-icon\"\u003e◈\u003c\/span\u003e\n      \u003cp class=\"ho-finale-text\"\u003ePo zakończeniu procesu przygotowywane jest \u003cem\u003epodsumowanie z odczytem kart\u003c\/em\u003e — pokazującym możliwe kierunki dalszego rozwoju zawodowego i finansowego.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ho-divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"ho-grid\"\u003e\n    \u003cdiv class=\"ho-cell\"\u003e\n      \u003cspan class=\"ho-cell-label\"\u003eProces obejmuje\u003c\/span\u003e\n      \u003cul\u003e\n        \u003cli\u003eAnaliza obecnej sytuacji zawodowej i finansowej\u003c\/li\u003e\n        \u003cli\u003ePraca nad usunięciem blokad rozwoju\u003c\/li\u003e\n        \u003cli\u003eWzmocnienie energii działania i decyzyjności\u003c\/li\u003e\n        \u003cli\u003eRytuał otwarcia przepływu finansowego\u003c\/li\u003e\n        \u003cli\u003eStabilizacja nowego kierunku\u003c\/li\u003e\n        \u003cli\u003ePodsumowanie z odczytem kart na zakończenie\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ho-cell\"\u003e\n      \u003cspan class=\"ho-cell-label\"\u003eDla kogo\u003c\/span\u003e\n      \u003cul\u003e\n        \u003cli\u003eChcesz przełamać stagnację finansową lub zawodową\u003c\/li\u003e\n        \u003cli\u003ePlanujesz rozwój biznesu, kariery lub własnego projektu\u003c\/li\u003e\n        \u003cli\u003eCzujesz, że wysiłek nie przynosi proporcjonalnych efektów\u003c\/li\u003e\n        \u003cli\u003eChcesz wejść w nowy etap z mocną, uporządkowaną energią\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ho-bottom\"\u003e\n    \u003cp class=\"ho-closing\"\u003e\n      Siła nie zawsze wynika z większego wysiłku.\u003cbr\u003e\n      Czasem wynika z \u003cem\u003eusunięcia tego, co ją blokuje.\u003c\/em\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"HELGA ORA","offers":[{"title":"Default Title","offer_id":52646031229256,"sku":null,"price":2200.0,"currency_code":"PLN","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0948\/1650\/2088\/files\/0H3A1810.jpg?v=1773336315"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0948\/1650\/2088\/collections\/0H3A1813.jpg?v=1775595629","url":"https:\/\/helgaora.pl\/collections\/sesje-transformacji.oembed","provider":"HELGA ORA","version":"1.0","type":"link"}