{"product_id":"vip-energy-field-reconstruction","title":"VIP Energy Field Reconstruction","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600\u0026family=Cinzel:wght@400;600\u0026display=swap');\n\n  .pd-wrap {\n    background: #2a0e0e;\n    color: #F5E6D3;\n    font-family: 'Cormorant Garamond', Georgia, serif;\n    padding: 48px 40px;\n  }\n\n  .pd-quote {\n    border-left: 2px solid #8B0000;\n    padding: 4px 0 4px 24px;\n    margin-bottom: 32px;\n  }\n\n  .pd-quote p {\n    font-size: 22px;\n    font-style: italic;\n    font-weight: 300;\n    line-height: 1.6;\n    color: #F5E6D3;\n    margin: 0;\n  }\n\n  .pd-intro {\n    font-size: 17px;\n    line-height: 1.8;\n    color: rgba(245,230,211,0.9);\n    margin-bottom: 36px;\n    font-style: italic;\n  }\n\n  .pd-icons {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1px;\n    background: rgba(196,163,90,0.15);\n    margin-bottom: 36px;\n  }\n\n  .pd-icon-item {\n    background: #361212;\n    padding: 24px 16px;\n    text-align: center;\n  }\n\n  .pd-icon-symbol {\n    font-family: 'Cinzel', serif;\n    font-size: 28px;\n    line-height: 1;\n    color: #C4A35A;\n    display: block;\n    margin-bottom: 12px;\n  }\n\n  .pd-icon-label {\n    font-family: 'Cinzel', serif;\n    font-size: 9px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: rgba(245,230,211,0.75);\n    line-height: 1.5;\n  }\n\n  .pd-section-label {\n    font-family: 'Cinzel', serif;\n    font-size: 9px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: #C4A35A;\n    margin-bottom: 20px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n\n  .pd-section-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: rgba(196,163,90,0.25);\n  }\n\n  .pd-list {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 36px;\n  }\n\n  .pd-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n    padding: 14px 0;\n    border-bottom: 1px solid rgba(196,163,90,0.12);\n    font-size: 17px;\n    line-height: 1.6;\n    color: rgba(245,230,211,0.95);\n    font-style: italic;\n  }\n\n  .pd-list li:last-child { border-bottom: none; }\n\n  .pd-num {\n    width: 24px;\n    height: 24px;\n    border: 1px solid rgba(139,0,0,0.6);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: 'Cinzel', serif;\n    font-size: 10px;\n    color: #C4A35A;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .pd-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1px;\n    background: rgba(196,163,90,0.15);\n    margin-bottom: 36px;\n  }\n\n  .pd-step {\n    background: #361212;\n    padding: 20px 16px;\n    text-align: center;\n  }\n\n  .pd-step-num {\n    font-family: 'Cinzel', serif;\n    font-size: 28px;\n    color: rgba(139,0,0,0.6);\n    display: block;\n    margin-bottom: 8px;\n  }\n\n  .pd-step-text {\n    font-family: 'Cinzel', serif;\n    font-size: 8px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: rgba(245,230,211,0.7);\n    line-height: 1.6;\n  }\n\n  .pd-how {\n    background: #361212;\n    border: 1px solid rgba(196,163,90,0.15);\n    padding: 28px;\n    margin-bottom: 36px;\n  }\n\n  .pd-how p {\n    font-size: 17px;\n    line-height: 1.8;\n    color: rgba(245,230,211,0.9);\n    margin: 0 0 16px;\n    font-style: italic;\n  }\n\n  .pd-how-link {\n    display: inline-block;\n    font-family: 'Cinzel', serif;\n    font-size: 10px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #C4A35A;\n    text-decoration: none;\n    border: 1px solid rgba(196,163,90,0.4);\n    padding: 12px 28px;\n    transition: background 0.3s;\n  }\n\n  .pd-how-link:hover { background: rgba(196,163,90,0.1); }\n\n  @media (max-width: 768px) {\n    .pd-wrap { padding: 32px 20px; }\n    .pd-quote { padding-left: 18px; margin-bottom: 28px; }\n    .pd-quote p { font-size: 18px; }\n    .pd-intro { font-size: 16px; margin-bottom: 30px; }\n\n    .pd-icons {\n      grid-template-columns: 1fr;\n      margin-bottom: 32px;\n    }\n\n    .pd-icon-item {\n      display: flex;\n      align-items: center;\n      gap: 16px;\n      text-align: left;\n      padding: 18px 16px;\n    }\n\n    .pd-icon-symbol {\n      width: 34px;\n      margin: 0;\n      flex-shrink: 0;\n      text-align: center;\n    }\n\n    .pd-list li { font-size: 16px; }\n\n    .pd-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .pd-step {\n      display: flex;\n      align-items: center;\n      gap: 18px;\n      text-align: left;\n    }\n\n    .pd-step-num {\n      margin: 0;\n      min-width: 42px;\n    }\n\n    .pd-how { padding: 24px 20px; }\n    .pd-how-link {\n      width: 100%;\n      text-align: center;\n      padding-left: 14px;\n      padding-right: 14px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n\n  \u003cdiv class=\"pd-quote\"\u003e\n    \u003cp\u003eWhen the field is exhausted, fragmented, or overloaded, the work is no longer just cleansing. It is reconstruction.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"pd-intro\"\u003e\n    VIP Energy Field Reconstruction is the deepest format of energetic work I offer — a full reset, repair, and rebuilding of your entire energetic field. This process is designed for moments when your system feels drained, scattered, heavy, weakened, or deeply affected by long-term stress, emotional wounds, outside influence, or repeated energetic overload. The work goes through the field layer by layer to clear, restore, seal, strengthen, and reconnect you with your own power.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"pd-icons\"\u003e\n    \u003cdiv class=\"pd-icon-item\"\u003e\n      \u003cspan class=\"pd-icon-symbol\"\u003e◈\u003c\/span\u003e\n      \u003cdiv class=\"pd-icon-label\"\u003eDeepest full-field\u003cbr\u003eenergetic work\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-icon-item\"\u003e\n      \u003cspan class=\"pd-icon-symbol\"\u003e◇\u003c\/span\u003e\n      \u003cdiv class=\"pd-icon-label\"\u003eReset, repair\u003cbr\u003eand reconstruction\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-icon-item\"\u003e\n      \u003cspan class=\"pd-icon-symbol\"\u003e✦\u003c\/span\u003e\n      \u003cdiv class=\"pd-icon-label\"\u003eStrength, clarity\u003cbr\u003eand wholeness\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-section-label\"\u003eWhat you get\u003c\/div\u003e\n  \u003cul class=\"pd-list\"\u003e\n    \u003cli\u003e\n      \u003cspan class=\"pd-num\"\u003e1\u003c\/span\u003e\n      Full multi-layer energetic scan of your field, weak points, leaks, attachments, and accumulated heaviness\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cspan class=\"pd-num\"\u003e2\u003c\/span\u003e\n      Deep clearing of outside influence, energetic residue, emotional overload, and long-standing field distortion\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cspan class=\"pd-num\"\u003e3\u003c\/span\u003e\n      Reconstruction work focused on repairing tears, restoring strength, sealing leaks, and rebuilding your natural energetic structure\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cspan class=\"pd-num\"\u003e4\u003c\/span\u003e\n      Personal integration guidance to help your system stabilize after the reset and hold the new energetic baseline\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"pd-section-label\"\u003eHow it works\u003c\/div\u003e\n  \u003cdiv class=\"pd-steps\"\u003e\n    \u003cdiv class=\"pd-step\"\u003e\n      \u003cspan class=\"pd-step-num\"\u003e01\u003c\/span\u003e\n      \u003cspan class=\"pd-step-text\"\u003ePurchase \u0026amp;\u003cbr\u003eshare your current state\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-step\"\u003e\n      \u003cspan class=\"pd-step-num\"\u003e02\u003c\/span\u003e\n      \u003cspan class=\"pd-step-text\"\u003eInga rebuilds\u003cbr\u003eyour energy field\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-step\"\u003e\n      \u003cspan class=\"pd-step-num\"\u003e03\u003c\/span\u003e\n      \u003cspan class=\"pd-step-text\"\u003eReceive reset\u003cbr\u003eand integration guidance\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-section-label\"\u003eHow I work\u003c\/div\u003e\n  \u003cdiv class=\"pd-how\"\u003e\n    \u003cp\u003eThis is VIP-level work done by me personally — with privacy, precision, and the deepest attention to your energetic field. I work through the layers of the field carefully, clearing what weakens it, repairing what has been damaged, sealing what has been leaking, and supporting your system in returning to a stronger, cleaner, more whole energetic state.\u003c\/p\u003e\n    \u003ca href=\"\/pages\/how-it-works\" class=\"pd-how-link\"\u003eHow services are delivered →\u003c\/a\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"Inga Veyra","offers":[{"title":"Default Title","offer_id":61789520265546,"sku":null,"price":1555.0,"currency_code":"USD","in_stock":true}],"url":"https:\/\/ingaveyra.com\/products\/vip-energy-field-reconstruction","provider":"Inga Veyra","version":"1.0","type":"link"}