{"product_id":"personal-destiny-shift","title":"Personal Destiny Shift","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 life asks for a new direction, small changes are not always enough. Sometimes the entire path needs to be rebuilt.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"pd-intro\"\u003e\n    Personal Destiny Shift is a premium VIP process for a full energetic restructuring of your life direction. This work is designed for moments when the old path no longer fits, yet the new one has not fully opened. It focuses on clearing outdated life scripts, blocked choices, heavy attachments, fear of change, and the deeper energetic architecture that keeps you moving in a direction that no longer reflects who you are becoming.\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\"\u003eFull life-direction\u003cbr\u003ereset\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\"\u003eRebuilding your\u003cbr\u003eenergetic foundation\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\"\u003eAligning with\u003cbr\u003eyour higher future\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      Premium energetic analysis of your current life direction, repeating scenarios, and blocked future paths\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cspan class=\"pd-num\"\u003e2\u003c\/span\u003e\n      Deep clearing of outdated scripts, fear-based decisions, heavy attachments, and direction-blocking patterns\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cspan class=\"pd-num\"\u003e3\u003c\/span\u003e\n      Energetic restructuring focused on opening a cleaner, more aligned life path\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cspan class=\"pd-num\"\u003e4\u003c\/span\u003e\n      Personal integration guidance to help you stabilize the shift and move forward with clarity\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 life direction\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 your destiny 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 clearing\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 premium VIP-level work done by me personally — with privacy, depth, and full attention to the larger pattern of your life. I work with the energetic foundation of your direction, the scripts that no longer belong, and the future path your field is ready to align with next.\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":61789503193418,"sku":null,"price":1222.0,"currency_code":"USD","in_stock":true}],"url":"https:\/\/ingaveyra.com\/products\/personal-destiny-shift","provider":"Inga Veyra","version":"1.0","type":"link"}