{"product_id":"rozmowa-z-helga-konsultacja-online","title":"Rozmowa z Helgą —  Konsultacja Online","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 14px;\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 16px;\n    font-weight: 400;\n  }\n  .ho-title {\n    font-size: 30px;\n    font-weight: 400;\n    color: #ffffff;\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  .ho-three {\n    margin: 32px 0 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: 52px 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: 13px;\n    opacity: 0.55;\n    padding: 20px 0;\n  }\n  .ho-three-body { padding: 18px 22px; }\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  .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: 5px 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  .ho-format {\n    background: #0a0a0a;\n    border: 0.5px solid var(--border);\n    border-top: none;\n    padding: 20px 28px;\n    display: flex;\n    gap: 24px;\n    align-items: center;\n    flex-wrap: wrap;\n  }\n  .ho-format-item {\n    font-size: 12px;\n    color: var(--text-muted);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .ho-format-item::before {\n    content: '◈';\n    color: var(--gold);\n    opacity: 0.6;\n    font-size: 10px;\n  }\n  .ho-format-note {\n    margin-left: auto;\n    font-size: 11px;\n    color: var(--text-muted);\n    font-style: italic;\n  }\n\n  .ho-zapis {\n    border: 1px solid var(--border-strong);\n    border-top: none;\n    background: #0d0d0d;\n    padding: 28px 40px;\n    position: relative;\n    overflow: hidden;\n    text-align: center;\n  }\n  .ho-zapis::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-zapis-title {\n    font-size: 11px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--gold);\n    display: block;\n    margin-bottom: 12px;\n    font-weight: 500;\n  }\n  .ho-zapis-text {\n    font-size: 13px;\n    color: #b8b0a0;\n    line-height: 1.75;\n    margin: 0;\n  }\n  .ho-zapis-text em {\n    color: var(--gold);\n    font-style: normal;\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\"\u003eIndywidualna · Online · 1:1\u003c\/div\u003e\n    \u003cp class=\"ho-eyebrow\"\u003eKonsultacja z Helgą\u003c\/p\u003e\n    \u003ch1 class=\"ho-title\"\u003eSesja 1:1 z Helgą —\u003cbr\u003eKonsultacja Online\u003c\/h1\u003e\n    \u003cspan class=\"ho-title-note\"\u003e40 minut · Google Meet · tylko Twoja sytuacja\u003c\/span\u003e\n\n    \u003cdiv class=\"ho-prose\"\u003e\n      \u003cp\u003eZanim wybierzesz rytuał lub proces — jest moment, kiedy potrzebujesz czegoś innego.\u003cbr\u003e\n      Nie kolejnej analizy z zewnątrz. \u003cem\u003eSpokojnej rozmowy, która widzi Cię naprawdę.\u003c\/em\u003e\u003c\/p\u003e\n\n      \u003cp\u003eW trakcie konsultacji łączę trzy poziomy pracy —\u003cbr\u003e\n      \u003cem\u003echanneling energii, odczyt ezoteryczny i coaching\u003c\/em\u003e —\u003cbr\u003e\n      żeby zobaczyć Twoją sytuację z każdej strony:\u003cbr\u003e\n      energetycznej, symbolicznej i praktycznej.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ho-three\"\u003e\n      \u003cdiv class=\"ho-three-header\"\u003e\n        \u003cspan\u003eTrzy poziomy 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\"\u003eChanneling energii\u003c\/span\u003e\n          \u003cp class=\"ho-three-text\"\u003eOdczytuję energię Twojej sytuacji — to, co dzieje się na poziomie niewidocznym, ale odczuwalnym. Co blokuje, co ciągnie, co chce się zmienić.\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\"\u003eOdczyt ezoteryczny\u003c\/span\u003e\n          \u003cp class=\"ho-three-text\"\u003ePatrzę na Twoją sytuację przez pryzmat energii, schematów i symboliki. Gdzie jesteś teraz, co dominuje, co może się otworzyć.\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\"\u003eCoaching i kierunek\u003c\/span\u003e\n          \u003cp class=\"ho-three-text\"\u003ePrzekładamy to na konkretne kroki. Co możesz zrobić, czego unikać, w jakim kierunku warto teraz iść — praktycznie i świadomie.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ho-grid\"\u003e\n    \u003cdiv class=\"ho-cell\"\u003e\n      \u003cspan class=\"ho-cell-label\"\u003eCo otrzymujesz\u003c\/span\u003e\n      \u003cul\u003e\n        \u003cli\u003eOdczyt energetyczny Twojej sytuacji\u003c\/li\u003e\n        \u003cli\u003eNazwanie blokad i napięć\u003c\/li\u003e\n        \u003cli\u003eWskazanie możliwych kierunków działania\u003c\/li\u003e\n        \u003cli\u003ePraktyczne wskazówki po spotkaniu\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 zagubienie i chaos w myślach\u003c\/li\u003e\n        \u003cli\u003eStoisz przed ważną decyzją\u003c\/li\u003e\n        \u003cli\u003eCzujesz powtarzający się schemat\u003c\/li\u003e\n        \u003cli\u003ePotrzebujesz indywidualnej przestrzeni\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ho-format\"\u003e\n    \u003cspan class=\"ho-format-item\"\u003eGoogle Meet\u003c\/span\u003e\n    \u003cspan class=\"ho-format-item\"\u003e40 minut\u003c\/span\u003e\n    \u003cspan class=\"ho-format-item\"\u003ew ciągu 72h od zakupu\u003c\/span\u003e\n    \u003cspan class=\"ho-format-note\"\u003emożliwy wcześniej — po uzgodnieniu\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ho-zapis\"\u003e\n    \u003cspan class=\"ho-zapis-title\"\u003eZapis na konsultację\u003c\/span\u003e\n    \u003cp class=\"ho-zapis-text\"\u003e\n      Konsultacja odbywa się \u003cem\u003eza wcześniejszą rezerwacją\u003c\/em\u003e —\u003cbr\u003e\n      termin ustalany indywidualnie, średnio \u003cem\u003ew ciągu 72 godzin od zakupu.\u003c\/em\u003e\u003cbr\u003e\n      Jeśli pojawi się wolne okienko — możliwe wcześniej.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ho-bottom\"\u003e\n    \u003cp class=\"ho-closing\"\u003e\n      To nie jest gotowy schemat.\u003cbr\u003e\n      To \u003cem\u003e40 minut skupionych wyłącznie na Tobie\u003c\/em\u003e —\u003cbr\u003e\n      Twojej energii, Twojej historii, Twoim kierunku.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"HELGA ORA","offers":[{"title":"Default Title","offer_id":53504095420744,"sku":null,"price":800.0,"currency_code":"PLN","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0948\/1650\/2088\/files\/0H3A2216_cd1f4105-c554-43b5-b9dd-0da9e71a023b.jpg?v=1783705964","url":"https:\/\/helgaora.pl\/products\/rozmowa-z-helga-konsultacja-online","provider":"HELGA ORA","version":"1.0","type":"link"}