Totale Mentale Herstructurering
:root{ --sd-seaA: rgba(10, 72, 102, 0.80); --sd-seaB: rgba(6, 42, 70, 0.80); --sd-seaC: rgba(5, 28, 50, 0.80); --sd-glow1: rgba(120, 245, 255, .18); --sd-glow2: rgba(120, 180, 255, .16); --sd-white: rgba(255,255,255,0.96); --sd-muted: rgba(255,255,255,0.84); --sd-soft: rgba(255,255,255,0.70); --sd-gold: #d4af37; --sd-goldBorder: rgba(212,175,55,0.56); --sd-goldBorderSoft: rgba(212,175,55,0.28); --sd-ctaA: rgba(6, 32, 54, 0.70); --sd-ctaB: rgba(4, 24, 42, 0.82); } .sdzCenter{ width:100%; padding:48px 16px; display:flex; justify-content:center; box-sizing:border-box; background:transparent; } .sdzWrap{ width:min(1080px,100%); border-radius:28px; border:2px solid var(--sd-goldBorder); background: radial-gradient(1150px 520px at 16% 8%, var(--sd-glow1), transparent 58%), radial-gradient(1050px 520px at 88% 12%, var(--sd-glow2), transparent 60%), linear-gradient(135deg, var(--sd-seaA), var(--sd-seaB) 55%, var(--sd-seaC)); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 24px 76px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.06); padding:42px 46px; position:relative; overflow:hidden; box-sizing:border-box; } .sdzWrap::before{ content:""; position:absolute; inset:14px; border-radius:22px; border:1px solid rgba(255,255,255,0.08); pointer-events:none; } .sdzInner{ position:relative; z-index:2; max-width:920px; display:flex; flex-direction:column; gap:12px; } .sdzKicker{ margin:0; font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:var(--sd-soft); font-weight:950; } .sdzH1{ margin:0; font-size:clamp(26px,3.1vw,44px); line-height:1.10; font-weight:980; color:var(--sd-white); letter-spacing:-0.02em; } .sdzLead{ margin:0; font-size:15.6px; line-height:1.7; font-weight:850; color:var(--sd-muted); max-width:86ch; } .sdzSoft{ margin:0; font-size:12.9px; line-height:1.65; font-weight:900; color:var(--sd-soft); } .sdzPanel{ margin-top:10px; border-radius:18px; border:2px solid var(--sd-goldBorderSoft); background:rgba(0,0,0,0.16); padding:16px 16px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.08); } .sdzH2{ margin:0 0 10px 0; font-size:15.6px; font-weight:980; color:var(--sd-white); } .sdzP{ margin:0; font-size:14.2px; line-height:1.75; font-weight:850; color:var(--sd-muted); } .sdzBullets{ margin:10px 0 0 0; padding-left:18px; font-size:13.8px; line-height:1.68; font-weight:850; color:var(--sd-muted); } .sdzBullets li{ margin:7px 0; } .sdzDivider{ height:1px; margin:14px 0; background:linear-gradient(90deg,transparent,rgba(255,255,255,0.14),transparent); } .sdzLink{ color:var(--sd-gold); font-weight:950; text-decoration:none; border-bottom:1px solid rgba(212,175,55,0.35); } .sdzCTArow{ display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:10px; } .sdzCTA{ display:flex; justify-content:space-between; align-items:center; gap:12px; padding:14px 14px; border-radius:18px; border:2px solid rgba(212,175,55,0.82); background:linear-gradient(180deg,var(--sd-ctaA),var(--sd-ctaB)); color:var(--sd-white) !important; text-decoration:none !important; font-weight:980; box-shadow: 0 16px 46px rgba(0,0,0,0.38), 0 0 0 6px rgba(212,175,55,0.10), inset 0 1px 0 rgba(255,255,255,0.10); position:relative; overflow:hidden; min-height:56px; } .sdzPulse{ position:absolute; inset:0; border-radius:18px; box-shadow:0 0 0 0 rgba(212,175,55,0.42); animation:sdzPulse 1.9s ease-out infinite; pointer-events:none; } @keyframes sdzPulse{ 0%{ box-shadow:0 0 0 0 rgba(212,175,55,0.42); } 70%{ box-shadow:0 0 0 14px rgba(212,175,55,0); } 100%{ box-shadow:0 0 0 0 rgba(212,175,55,0); } } .sdzArrow{ font-size:18px; font-weight:980; color:var(--sd-gold); flex:0 0 auto; } .sdzCTAtitle{ display:flex; flex-direction:column; gap:2px; } .sdzCTAtitle span:first-child{ font-size:14.6px; line-height:1.15; font-weight:980; } .sdzCTAtitle span:last-child{ font-size:12.2px; line-height:1.3; font-weight:900; color:rgba(255,255,255,0.82); } .sdzQuote{ margin:10px 0 0 0; padding:14px 16px; border-radius:18px; border:2px solid rgba(255,255,255,0.10); background:rgba(0,0,0,0.16); box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); color:var(--sd-muted); font-size:14.2px; line-height:1.75; font-weight:900; } .sdzQuote strong{ color:var(--sd-white); } .sdzBadgeRow{ display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; } .sdzBadge{ display:inline-flex; align-items:center; gap:8px; padding:9px 10px; border-radius:999px; border:1px solid rgba(255,255,255,0.10); background:rgba(0,0,0,0.14); font-size:12.2px; font-weight:950; color:var(--sd-muted); white-space:nowrap; } .sdzDot{ width:7px;height:7px;border-radius:999px;background:var(--sd-gold); box-shadow:0 0 0 4px rgba(212,175,55,0.14); } @media(max-width:860px){ .sdzWrap{ padding:30px 18px; } .sdzCTArow{ grid-template-columns:1fr; } } PRODUCT · TOTALE HERSTRUCTURERING Als je systeem “aan” blijft staan — dan is dit het moment om het écht te herstructureren. Je kent het: je blijft functioneren… maar vanbinnen voel je dat je op reserve leeft. Je hoofd stopt niet. Je lichaam staat altijd aan. En zelfs rust voelt niet meer als rust. Ik ben hier eerlijk over. Ik heb dit zélf meegemaakt. Niet één drukke week — maar te lang doorgaan. En dat is precies waarom Stardunkk bestaat: geen trucjes, maar een systeem dat werkt als het écht zwaar wordt. Je hebt nu geen nood aan motivatie. Je hebt nood aan verlichting en veiligheid: een traject dat je stabiliseert, je hoofd terug stiller maakt en je opnieuw beschermt tegen terugval. Je krijgt meteen toegang tot tools én opvolging via mail. Je hebt al audio: je kan het telkens opnieuw gebruiken, wanneer je stress stijgt. Bonus: Micro Herstel (snelle noodhulp) inbegrepen. Wil je eerst zien hoe dit in elkaar zit? Check onze video en ontdek het volledige ecosysteem. Bekijk de Stardunkk ecosysteem video Ik kies voor Totale Herstructurering Ik wil dit NU — geen uitstel meer → Ik kies voor rust en controle Start vandaag — ik wil opluchting → Directe toegang • duidelijke structuur • opvolging via mail • bonus Micro Herstel inbegrepen Dit raakt je omdat je het al weet: je systeem is niet “gewoon moe”. Het is te lang overbelast geweest — en het verdient een herbouw die je opnieuw draagt. Volledig digitaal Audio herbruikbaar Mail-opvolging Bonus Micro Herstel :root{ --sd-seaA: rgba(7, 46, 68, 0.90); --sd-seaB: rgba(5, 28, 44, 0.90); --sd-white: rgba(255,255,255,0.96); --sd-muted: rgba(255,255,255,0.82); --sd-soft: rgba(255,255,255,0.66); --sd-gold: #d4af37; --sd-goldLine: rgba(212,175,55,0.45); --sd-goldSoft: rgba(212,175,55,0.22); } .sdzVideoCard{ margin-top:18px; border-radius:22px; border:1.2px solid var(--sd-goldLine); background: radial-gradient(900px 400px at 18% 10%, rgba(120,245,255,0.14), transparent 55%), radial-gradient(800px 360px at 85% 18%, rgba(120,180,255,0.12), transparent 58%), linear-gradient(135deg, var(--sd-seaA), var(--sd-seaB)); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 20px 60px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.06); padding:18px; position:relative; overflow:hidden; box-sizing:border-box; } .sdzVideoCard::before{ content:""; position:absolute; inset:12px; border-radius:18px; border:1px solid var(--sd-goldSoft); pointer-events:none; } .sdzVideoInner{ position:relative; z-index:2; display:flex; flex-direction:column; gap:12px; } .sdzVideoKicker{ margin:0; font-size:12px; letter-spacing:.10em; text-transform:uppercase; color:var(--sd-soft); font-weight:900; } .sdzVideoTitle{ margin:0; font-size:16px; font-weight:950; color:var(--sd-white); letter-spacing:-0.01em; line-height:1.25; } .sdzVideoText{ margin:0; font-size:13.7px; line-height:1.75; font-weight:850; color:var(--sd-muted); max-width:92ch; } /* Responsive 16:9 horizontal video */ .sdzVideoFrame{ width:100%; border-radius:16px; overflow:hidden; border:1px solid rgba(255,255,255,0.10); box-shadow: 0 18px 55px rgba(0,0,0,0.45); background: rgba(0,0,0,0.18); } .sdzVideoRatio{ position:relative; width:100%; padding-top:56.25%; /* 16:9 */ } .sdzVideoRatio iframe, .sdzVideoRatio video{ position:absolute; inset:0; width:100%; height:100%; border:0; display:block; } .sdzVideoHint{ margin:0; font-size:12.8px; line-height:1.65; font-weight:850; color:var(--sd-soft); } VIDEO · HOE STARDUNKK WERKT Bekijk in 2 minuten hoe ons ecosysteem jou terug structuur geeft — zonder druk. Stardunkk is gebouwd als een rustig maar krachtig ecosysteem: je start met onmiddellijke verlichting, je bouwt vertrouwen op met simpele tools, en pas daarna kies je het traject dat past bij jouw stressniveau. Alles is volledig digitaal, altijd beschikbaar, en ontworpen om jou stap voor stap terug controle te geven. Tip: kijk dit even rustig uit. Je gaat meteen begrijpen waarom dit traject anders voelt dan “nog een plan”.