HOME NEW 2

<style>
.hero-section {
background: #0b0b0b;
color: #ffffff;
padding: 80px 40px;
font-family: Arial, sans-serif;
}

.hero-container {
max-width: 1200px;
margin: auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
}

.hero-left {
max-width: 600px;
}

.hero-title {
font-size: 48px;
font-weight: 800;
line-height: 1.1;
margin-bottom: 20px;
}

.hero-title span {
color: #ff5a1f;
}

.hero-sub {
font-size: 18px;
margin-bottom: 20px;
color: #ccc;
}

.hero-text {
font-size: 16px;
line-height: 1.6;
margin-bottom: 20px;
color: #aaa;
}

.hero-warning {
color: #ff5a1f;
font-weight: bold;
margin-bottom: 30px;
}

.hero-buttons {
display: flex;
gap: 15px;
}

.btn-primary {
background: #ff5a1f;
color: #fff;
padding: 14px 28px;
text-decoration: none;
font-weight: bold;
}

.btn-secondary {
border: 1px solid #fff;
padding: 14px 28px;
color: #fff;
text-decoration: none;
}

.hero-image img {
max-width: 450px;
width: 100%;
}

/* Section blocks */
.section {
margin-top: 80px;
}

.section h2 {
color: #ff5a1f;
margin-bottom: 20px;
}

.list {
line-height: 1.8;
color: #ccc;
}

.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 20px;
margin-top: 20px;
}

.card {
border: 1px solid #222;
padding: 20px;
}

.footer-cta {
text-align: center;
margin-top: 80px;
}

.footer-cta a {
background: #ff5a1f;
padding: 18px 40px;
color: #fff;
text-decoration: none;
font-weight: bold;
display: inline-block;
margin-top: 20px;
}
</style>

<div class=”hero-section”>

<div class=”hero-container”>

<div class=”hero-left”>
<div class=”hero-title”>
STRUCTURED <span>BEHAVIOURAL TRAINING</span>
</div>

<div class=”hero-sub”>
Melbourne-Based · Online Worldwide
</div>

<div class=”hero-text”>
This is not therapy.<br>
This is structured behavioural training using hypnosis.<br><br>

Problems are treated as mis-trained systems, not emotional defects.<br>
Results follow agency, compliance, and execution.
</div>

<div class=”hero-warning”>
If you are looking for comfort, explanation, or validation, do not continue.
</div>

<div class=”hero-buttons”>
<a href=”#” class=”btn-primary”>BOOK SESSION</a>
<a href=”#” class=”btn-secondary”>HOW IT WORKS</a>
</div>
</div>

<div class=”hero-image”>
<img src=”YOUR-IMAGE-URL-HERE” alt=”Hypnosis”>
</div>

</div>

<!– WHAT THIS IS –>
<div class=”section”>
<h2>What This Is</h2>
<div class=”list”>
Structured Agency Hypnosis is a discipline-based method for regaining control over behaviour, attention, and physiological response.<br><br>

Used to correct:<br>
• attentional hijacking<br>
• automated habit looping<br>
• autonomic miscalibration<br>
• avoidance conditioning<br><br>

Hypnosis is applied as a training tool, not a healing ritual.
</div>
</div>

<!– WHAT THIS IS NOT –>
<div class=”section”>
<h2>What This Is NOT</h2>
<div class=”list”>
• counselling or talk therapy<br>
• trauma identity cultivation<br>
• reassurance or emotional processing<br>
• subconscious reprogramming myths<br>
• motivational coaching<br><br>

If you want to be fixed, understood, or soothed, this work is not suitable.
</div>
</div>

<!– METHOD –>
<div class=”section”>
<h2>How the Method Works</h2>
<div class=”list”>
1. Behavioural Definition<br>
2. Control Mapping<br>
3. Hypnotic Training<br>
4. Exposure & Rehearsal<br>
5. Execution Protocol<br><br>

Relief follows control.<br>
Control follows training.
</div>
</div>

<!– RESPONSIBILITY –>
<div class=”section”>
<h2>Responsibility Clause</h2>
<div class=”list”>
• willingness to experience discomfort<br>
• compliance with instructions<br>
• practice between sessions<br>
• acceptance of responsibility<br><br>

Progress reflects execution, not insight.<br>
No guarantees are offered.
</div>
</div>

<!– AREAS –>
<div class=”section”>
<h2>Areas of Work</h2>
<div class=”grid”>

<div class=”card”>
<strong>Stop Smoking</strong><br>
Behaviour termination through habit-loop disruption.
</div>

<div class=”card”>
<strong>Anxiety & Panic</strong><br>
Autonomic Discipline Training to restore arousal control.
</div>

<div class=”card”>
<strong>Compulsive Sexual Behaviour</strong><br>
Correction of attention hijacking and dopamine misallocation.
</div>

<div class=”card”>
<strong>Performance & Discipline</strong><br>
Focus, consistency, execution under pressure.
</div>

<div class=”card”>
<strong>Trauma (Bounded Work)</strong><br>
Targeted resolution without identity reinforcement.
</div>

</div>
</div>

<!– WHO –>
<div class=”section”>
<h2>Who This Is For</h2>
<div class=”list”>
• want control, not comfort<br>
• prepared to train<br>
• accept responsibility<br>
• finished with avoidance<br><br>

If you want to be fixed, look elsewhere.
</div>
</div>

<!– SESSIONS –>
<div class=”section”>
<h2>Sessions</h2>
<div class=”list”>
Melbourne-based practitioner<br>
Online sessions worldwide<br>
Limited in-person availability<br><br>

No free consultations.<br>
No emergency services.<br>
No ongoing support outside sessions.
</div>
</div>

<!– CTA –>
<div class=”footer-cta”>
<div>If you’re ready to change behaviour, start here.</div>
<a href=”#”>BOOK SESSION</a>
</div>

</div>

Scroll back to top