Your login details are on their way. Start below — a 5-minute assessment unlocks your personalized pattern report and the 46-minute workshop that explains everything.
▼ Your Bonus Is Waiting Below
Your First Step Toward Rich & Regulated.
Complete the 5-minute pattern assessment below. Your result unlocks a personalized PDF report and the 46-minute orientation workshop — the session that explains exactly which nervous system pattern has been running your finances and what NSRP does to reset it at the biological root.
Everything below is included with your purchase. Check your email for access details.
I
Limitless Live — 2-Day Virtual Healing Event
A live 2-day intensive with Guy and Ilan. Look for the RSVP email: "[RSVP REQUESTED] Limitless Live 2-Day Healing Event" and confirm your seat when you're ready.
II
Nervous System Pattern Assessment Below
A 10-question diagnostic that identifies which of the 5 nervous system patterns has been running your finances. Includes a personalized PDF report and routes you directly to the 46-minute workshop.
Bonus II · 5 Minutes
Your Nervous System Pattern Assessment
10 questions. Your result shows exactly which of the 5 nervous system patterns has been running your finances — with a full pattern breakdown and a PDF report included.
Question 1 of 10
When real money pressure hits — a big ask, a pricing moment, a financial decision — you typically:
When money, praise, or a win comes your way, your most honest internal response is:
Your most persistent financial pattern right now:
In high-stakes moments — a negotiation, a sales call, a big ask — your body tends to:
Your relationship with financial risk and opportunity:
When you think about asking for — or accepting — significantly more than you currently do:
Your nervous system baseline on an ordinary Tuesday — no crises, no deadlines:
The moment money actually arrives — a payment, a contract signed, a raise — your body's first response:
If you're honest, the deepest fear underneath your financial patterns is:
Your current life and work context:
Your Primary Pattern
Your Pattern Distribution Across All 5 Dimensions
Based on your 10 responses. The full PDF report breaks down each dimension in depth — including the ones that aren't your primary pattern but are still active beneath the surface.
What This Pattern Costs You
Your full report includes: the complete breakdown of all 5 pattern scores, the specific financial behaviors tied to each, the neuroscience behind your primary pattern, and your exact starting points in the protocol. It also includes a section most people don't expect —
The pattern running beneath your primary one. The secondary driver. The one that's harder to see — and often more costly.
⌄
Download Your Full Pattern Report
Your personalized PDF includes the complete pattern breakdown, what each score means for your finances, and a clear path forward through the protocol. The workshop explains everything in your report in depth — we recommend watching it immediately after downloading.
The 46-Minute Workshop Explains Everything in Your Report.
You now know your pattern. This 46-minute workshop shows you exactly how it formed neurologically, why it has been running your finances and relationships beneath your awareness, and what NSRP does to reset it at the root. You will feel your nervous system shift before it is over. Watch this before you open a single protocol module.
Why therapy, mindset work, and insight hit a ceiling — your patterns aren't stored in your mind, they are frozen in your body at a cellular level
A live somatic practice that shifts your nervous system state in real time — you will feel it move through your body before the workshop ends
The 3 pillars of lasting change: Awareness, Co-regulation, and Installation — why you cannot do this work alone and what actually makes it permanent
Why your financial avoidance, anxiety, and relationship patterns are all the same nervous system problem — not strategy, knowledge, or willpower
46 minutes at satoriprime.com/workshop-video?el=nsrpw_client. This is the context that makes every module click. Watch it before you open the protocol.
II
Check Email
Access Your Login & New Member Checklist
Subject: "Welcome to Satori Prime! NSRP Orientation Within…" — your credentials and 14-day checklist are inside.
III
When Ready
RSVP for the Limitless Live 2-Day Event
Look for the email: "[RSVP REQUESTED] Limitless Live 2-Day Healing Event" and confirm your seat when you're ready.
IV
Ongoing
10 Minutes · Three Times This Week
That is the entire practice. Financial shifts begin showing up within weeks — not because more is happening, but because the right thing is finally happening at the right level.
"The pattern you just identified has been running your financial life beneath your awareness. The protocol doesn't require you to become a different person — it changes the nervous system state you've been operating from. Rich and Regulated is not a destination you arrive at once. It is a state you build, layer by layer, from the inside out. Start with the workshop. Everything opens from there."
— Guy & Ilan Ferdman, Co-Founders, Satori Prime
Unlock Your Pattern Report + Workshop
Complete the 5-minute assessment below
';
var win = window.open('', '_blank');
win.document.write(html);
win.document.close();
win.focus();
setTimeout(function() { win.print(); }, 800);
}
// ── BURST PARTICLES ──────────────────────────────────────
var burstCanvas = document.getElementById('burst-canvas');
if (burstCanvas) {
burstCanvas.width = window.innerWidth;
burstCanvas.height = window.innerHeight;
var bCtx = burstCanvas.getContext('2d');
var particles = [];
var COLORS = ['#c9a96e','#e8c97a','#c4703a','#f5efe0'];
for (var i = 0; i < 80; i++) particles.push({x:burstCanvas.width/2,y:burstCanvas.height/3,vx:(Math.random()-0.5)*8,vy:(Math.random()-0.5)*8-2,r:Math.random()*4+1,color:COLORS[Math.floor(Math.random()*COLORS.length)],alpha:1,decay:0.012+Math.random()*0.012,gravity:0.08});
function animateBurst(){bCtx.clearRect(0,0,burstCanvas.width,burstCanvas.height);var alive=false;particles.forEach(function(p){if(p.alpha<=0)return;p.x+=p.vx;p.y+=p.vy;p.vy+=p.gravity;p.alpha-=p.decay;bCtx.globalAlpha=Math.max(0,p.alpha);bCtx.beginPath();bCtx.arc(p.x,p.y,p.r,0,Math.PI*2);bCtx.fillStyle=p.color;bCtx.fill();alive=true;});bCtx.globalAlpha=1;if(alive)requestAnimationFrame(animateBurst);else burstCanvas.style.display='none';}
setTimeout(animateBurst, 400);
}
// ── NEURAL ────────────────────────────────────────────────
(function initNeural(){function start(cvs){var ctx=cvs.getContext('2d');if(!ctx)return;var W,H;var mouse={x:-9999,y:-9999};function resize(){W=cvs.width=window.innerWidth;H=cvs.height=window.innerHeight;}function Node(){this.x=Math.random()*W;this.y=Math.random()*H;this.vx=(Math.random()-.5)*.25;this.vy=(Math.random()-.5)*.25;this.r=Math.random()*1.5+.5;this.pulse=Math.random()*Math.PI*2;}Node.prototype.update=function(){this.x+=this.vx;this.y+=this.vy;this.pulse+=0.013;var dx=this.x-mouse.x,dy=this.y-mouse.y,d=Math.sqrt(dx*dx+dy*dy);if(d<140&&d>0){this.x+=(dx/d)*((140-d)/140)*1.2;this.y+=(dy/d)*((140-d)/140)*1.2;}if(this.x<0||this.x>W)this.vx*=-1;if(this.y<0||this.y>H)this.vy*=-1;};Node.prototype.draw=function(){ctx.beginPath();ctx.arc(this.x,this.y,this.r,0,Math.PI*2);ctx.fillStyle='rgba(201,169,110,'+(.2+.1*Math.sin(this.pulse))+')';ctx.fill();};var nodes=[];function drawConns(){for(var i=0;i20)clearInterval(t);},100);})();
// ── STICKY BAR SCROLL LOGIC ──────────────────────────────
// Show sticky immediately, hide once assessment is started (handled in selectAnswer)
// Also hide sticky once result is showing
(function initSticky(){
var sticky = document.getElementById('assess-sticky');
var teaser = document.querySelector('.assess-teaser');
if (!sticky) return;
// Hide sticky once user scrolls past the result block
function checkScroll(){
var resultBlock = document.getElementById('result-block');
if (resultBlock && resultBlock.classList.contains('active')) {
sticky.classList.remove('visible');
return;
}
// Show sticky only if teaser has scrolled out of view
if (teaser) {
var rect = teaser.getBoundingClientRect();
if (rect.bottom < 0) {
if (!sticky.classList.contains('hidden')) return; // already visible
sticky.classList.add('visible');
}
}
}
window.addEventListener('scroll', checkScroll, {passive:true});
})();
var ro=new IntersectionObserver(function(entries){entries.forEach(function(e){if(e.isIntersecting){e.target.classList.add('visible');ro.unobserve(e.target);}});},{threshold:0.05});document.querySelectorAll('.reveal').forEach(function(el){ro.observe(el);});setTimeout(function(){document.querySelectorAll('.reveal:not(.visible)').forEach(function(el){el.classList.add('visible');});},1500);