{"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","url":"https:\/\/helgaora.pl\/products\/vip-rytual-sily-i-sukcesu","provider":"HELGA ORA","version":"1.0","type":"link"}