{"product_id":"soul-connection-restoration","title":"Soul Connection Restoration","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\u003eSome connections do not disappear when distance appears. They wait to be understood, cleared, and restored from a higher place.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"pd-intro\"\u003e\n    Soul Connection Restoration is a private VIP process for a powerful emotional, spiritual, or karmic bond that still feels alive in your field. This work focuses on the energetic space between two people — the pain, silence, misunderstandings, emotional residue, and karmic weight that may be blocking the connection from moving in a healthier direction. It is not about forcing another person. It is about clearing the field, healing the bond, and reopening the possibility of connection from a cleaner and more conscious place.\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\"\u003eRestoring a powerful\u003cbr\u003eemotional bond\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\"\u003eClearing wounds\u003cbr\u003esilence and distance\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\"\u003eReopening connection\u003cbr\u003efrom a higher place\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      Deep energetic analysis of the soul-level or karmic bond between you and another person\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cspan class=\"pd-num\"\u003e2\u003c\/span\u003e\n      Clearing of emotional residue, separation trauma, misunderstandings, and blocked communication energy\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cspan class=\"pd-num\"\u003e3\u003c\/span\u003e\n      Restoration work focused on the energetic bridge, mutual field, and higher potential of the connection\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cspan class=\"pd-num\"\u003e4\u003c\/span\u003e\n      Personal guidance on how to hold the connection without repeating the old pain or losing yourself in it\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 the connection story\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 works\u003cbr\u003ewith the soul bond\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 clearing\u003cbr\u003eand restoration 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, care, and deep attention to the emotional field between two people. I work with the energetic bond, the wounds around it, and the higher potential of the connection, helping clear what is ready to release so the next movement can come from truth rather than pain.\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":61789462036810,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true}],"url":"https:\/\/ingaveyra.com\/products\/soul-connection-restoration","provider":"Inga Veyra","version":"1.0","type":"link"}