{"product_id":"total-reset-pack-stardunkk-english","title":"Total Restructuring Package with email follow up","description":"\u003c!-- =========================================================\nSTARDUNKK — WIDE HERO RECTANGLE (PREMIUM • READABLE • ABOVE THE FOLD)\n- 1 brede rechthoek\n- 2 kolommen desktop \/ 1 kolom mobiel\n- max-height zodat het op scherm blijft\n- CTA = direct checkout (\/cart\/VARIANT:1?checkout)\n========================================================= --\u003e\n\u003cstyle\u003e\n  :root{\n    --sdz-gold:#d4af37;\n    --sdz-goldSoft: rgba(212,175,55,0.55);\n\n    --sdz-panel: rgba(14, 86, 124, 0.80);\n    --sdz-panel2: rgba(9, 64, 102, 0.70);\n\n    --sdz-text: rgba(255,255,255,0.96);\n    --sdz-muted: rgba(255,255,255,0.78);\n\n    --sdz-radius: 26px;\n  }\n\n  \/* Full-width like your other blocks, but controlled *\/\n  .sdz-fw{\n    width:94vw;\n    max-width:94vw !important;\n    margin-left: calc(-47vw + 100%);\n    margin-right: calc(-47vw + 100%);\n  }\n\n  .sdz-wrap{\n    max-width:1280px;\n    margin:0 auto;\n    padding:18px 14px;\n  }\n\n  \/* ✅ THE WIDE RECTANGLE *\/\n  .sdz-hero{\n    position:relative;\n    border-radius: var(--sdz-radius);\n    padding:26px 34px;\n\n    background:\n      radial-gradient(1200px 600px at 15% 15%, rgba(255,255,255,0.10), transparent 55%),\n      linear-gradient(180deg, var(--sdz-panel), var(--sdz-panel2));\n\n    border: 1px solid var(--sdz-goldSoft);\n    box-shadow:\n      0 18px 60px rgba(0,0,0,0.22),\n      inset 0 0 0 1px rgba(255,255,255,0.06);\n\n    backdrop-filter: blur(10px);\n    -webkit-backdrop-filter: blur(10px);\n\n    \/* Above the fold control *\/\n    max-height: 72vh;\n    overflow:hidden;\n  }\n\n  \/* subtle gold glow *\/\n  .sdz-hero:before{\n    content:\"\";\n    position:absolute;\n    inset:-2px;\n    border-radius: calc(var(--sdz-radius) + 2px);\n    pointer-events:none;\n    background: radial-gradient(700px 320px at 50% 0%, rgba(212,175,55,0.18), transparent 60%);\n    opacity:0.75;\n  }\n\n  .sdz-toprow{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    gap:14px;\n    margin-bottom:16px;\n    position:relative;\n    z-index:1;\n    flex-wrap:wrap;\n  }\n\n  .sdz-pill{\n    display:inline-flex;\n    align-items:center;\n    gap:10px;\n    padding:10px 14px;\n    border-radius:999px;\n    border:1px solid rgba(255,255,255,0.16);\n    background: rgba(0,0,0,0.10);\n    color: var(--sdz-muted);\n    font-weight:700;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n    font-size:12px;\n    white-space:nowrap;\n  }\n\n  .sdz-dot{\n    width:10px;height:10px;border-radius:50%;\n    background: var(--sdz-gold);\n    box-shadow: 0 0 0 5px rgba(212,175,55,0.18);\n  }\n\n  .sdz-badge{\n    padding:10px 14px;\n    border-radius:999px;\n    border:1px solid rgba(212,175,55,0.55);\n    background: rgba(212,175,55,0.10);\n    color: rgba(255,255,255,0.92);\n    font-weight:800;\n    font-size:12px;\n    letter-spacing:.04em;\n    white-space:nowrap;\n  }\n\n  .sdz-grid{\n    display:grid;\n    grid-template-columns: 1.55fr 1fr;\n    gap:22px;\n    position:relative;\n    z-index:1;\n  }\n\n  .sdz-h1{\n    font-size: clamp(34px, 3.6vw, 52px);\n    line-height: 1.05;\n    margin: 0 0 12px 0;\n    color: var(--sdz-text);\n    letter-spacing:-0.02em;\n  }\n\n  .sdz-lead{\n    color: var(--sdz-muted);\n    font-size: 16px;\n    line-height: 1.55;\n    margin: 0 0 16px 0;\n    max-width: 60ch;\n  }\n\n  .sdz-box{\n    border-radius: 18px;\n    border: 1px solid rgba(255,255,255,0.14);\n    background: rgba(0,0,0,0.10);\n    padding:16px 16px;\n  }\n\n  .sdz-box h3{\n    margin:0 0 8px 0;\n    font-size:14px;\n    letter-spacing:.08em;\n    text-transform:uppercase;\n    color: rgba(255,255,255,0.86);\n  }\n\n  .sdz-box p{\n    margin:0;\n    color: var(--sdz-muted);\n    line-height:1.55;\n    font-size:15px;\n  }\n\n  .sdz-ctaWrap{\n    display:flex;\n    flex-direction:column;\n    gap:10px;\n    margin-top:14px;\n  }\n\n  .sdz-cta{\n    display:inline-flex;\n    justify-content:center;\n    align-items:center;\n    gap:10px;\n    width:100%;\n    padding:14px 16px;\n    border-radius: 16px;\n    border: 1px solid rgba(212,175,55,0.70);\n    background: rgba(212,175,55,0.16);\n    color: rgba(255,255,255,0.95);\n    font-weight:900;\n    text-decoration:none;\n\n    box-shadow: 0 10px 24px rgba(212,175,55,0.10);\n    transform: translateZ(0);\n    position:relative;\n    overflow:hidden;\n  }\n\n  \/* subtle pulse *\/\n  .sdz-cta:after{\n    content:\"\";\n    position:absolute;\n    inset:-40%;\n    background: radial-gradient(circle, rgba(212,175,55,0.22), transparent 55%);\n    opacity:0.0;\n    animation: sdzPulse 2.8s ease-in-out infinite;\n  }\n\n  @keyframes sdzPulse{\n    0%,100%{ opacity:0.05; transform: scale(0.95); }\n    50%{ opacity:0.22; transform: scale(1.05); }\n  }\n\n  .sdz-sub{\n    text-align:center;\n    font-size:12px;\n    color: rgba(255,255,255,0.70);\n  }\n\n  \/* Keep it on screen on smaller laptops *\/\n  @media (max-width: 1100px){\n    .sdz-hero{ padding:22px 22px; max-height: 78vh; }\n    .sdz-grid{ gap:16px; }\n  }\n\n  \/* Mobile *\/\n  @media (max-width: 900px){\n    .sdz-hero{\n      max-height: unset;\n      overflow: visible;\n      padding:20px 18px;\n      border-radius:22px;\n    }\n    .sdz-grid{ grid-template-columns:1fr; }\n    .sdz-lead{ max-width: 100%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"sdz-fw\"\u003e\n\u003cdiv class=\"sdz-wrap\"\u003e\n\u003csection aria-label=\"Stardunkk product hero\" class=\"sdz-hero\"\u003e\n\u003cdiv class=\"sdz-toprow\"\u003e\n\u003cdiv class=\"sdz-pill\"\u003e\n\u003cspan class=\"sdz-dot\"\u003e\u003c\/span\u003e TOTAL RESET • DIGITAL PROGRAM\u003c\/div\u003e\n\u003cdiv class=\"sdz-badge\"\u003eTHIS MONTH: 30% OFF\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sdz-grid\"\u003e\n\u003c!-- LEFT --\u003e\n\u003cdiv\u003e\n\u003ch1 class=\"sdz-h1\"\u003eTotal Reset\u003c\/h1\u003e\n\u003cp class=\"sdz-lead\"\u003eThis is the complete Stardunkk system — built for entrepreneurs who are done “pushing through” and want a calm, structured way to restore focus, energy, and control. Fully digital. Clear steps. Immediate application.\u003c\/p\u003e\n\u003cdiv class=\"sdz-box\"\u003e\n\u003ch3\u003eWhat you get\u003c\/h3\u003e\n\u003cp\u003eA complete reset framework: structure, weekly rhythm, and practical tools to reduce load and regain clarity — without overhauling your agenda.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- RIGHT --\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sdz-box\"\u003e\n\u003ch3\u003eWhy this works\u003c\/h3\u003e\n\u003cp\u003eYou don’t need more information — you need the right structure. Total Reset is designed to carry you from overload to calm execution with small, repeatable steps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sdz-ctaWrap\"\u003e\n\u003c!-- ✅ VERVANG VARIANT_ID door je echte variant --\u003e \u003ca href=\"https:\/\/shop.stardunkk.com\/cart\/55951821930876:1?checkout\" class=\"sdz-cta\"\u003e Start now → \u003c\/a\u003e\n\u003cdiv class=\"sdz-sub\"\u003eInstant access • 100% digital • Works on mobile\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Mijn winkel","offers":[{"title":"Total Restructuring Package with email follow up","offer_id":55951821930876,"sku":null,"price":499.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0920\/5612\/5820\/files\/Ontwerpzondertitel_726ca712-cdc7-4041-8e3b-7238f417a526.png?v=1762935269","url":"https:\/\/shop.stardunkk.com\/nl\/products\/total-reset-pack-stardunkk-english","provider":"Stardunkk The Self Reset Strategy™","version":"1.0","type":"link"}