.elementor-3523 .elementor-element.elementor-element-5b3eb15{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:stretch;--margin-top:0rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:7rem;--padding-bottom:7rem;--padding-left:3rem;--padding-right:3rem;}.elementor-3523 .elementor-element.elementor-element-5b3eb15:not(.elementor-motion-effects-element-type-background), .elementor-3523 .elementor-element.elementor-element-5b3eb15 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-3523 .elementor-element.elementor-element-5b3eb15{--content-width:1200px;}}@media(max-width:1024px){.elementor-3523 .elementor-element.elementor-element-5b3eb15{--padding-top:4rem;--padding-bottom:4rem;--padding-left:2rem;--padding-right:2rem;}}@media(max-width:767px){.elementor-3523 .elementor-element.elementor-element-5b3eb15{--padding-top:5rem;--padding-bottom:5rem;--padding-left:2rem;--padding-right:2rem;}}/* Start custom CSS */<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Money Intensive | The Energy Detective</title>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Poppins:wght@300;400;500&display=swap" rel="stylesheet">
<style>
  :root {
    --cream: #f7f3ee;
    --taupe: #c8bfb0;
    --charcoal: #1a1a1a;
    --gold: #a2874b;
    --light-taupe: #ede8e1;
    --white: #ffffff;
    --black: #000000;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; margin: 0; padding: 0; overflow-x: hidden; }

  body {
    font-family: 'Poppins', sans-serif;
    background: var(--cream);
    color: var(--charcoal);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  /* Ensure first element sits flush at top */
  body > *:first-child { margin-top: 0; }

  /* ── GLOBAL FONT ENFORCEMENT ── */
  p, li, span, cite, a, div, td, th { font-family: 'Poppins', sans-serif; }
  h1, h2, h3, h4, h5, h6, .section-heading, blockquote, .pull p { font-family: 'Cormorant Garamond', serif; }

  /* ── SECTION HEADINGS ── */
  .section-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 32px;
    color: var(--charcoal);
    display: block;
  }
  .section-heading em { font-style: italic; color: var(--gold); font-weight: 500; }
  .dark-band .section-heading { color: var(--white); }

  /* ── BODY COPY ── */
  p { margin-bottom: 22px; font-family: 'Poppins', sans-serif; color: var(--charcoal); }
  p:last-child { margin-bottom: 0; }
  .dark-band p { color: var(--white); }

  /* ── LAYOUT ── */
  section { padding: 80px 24px; max-width: 100vw; }
  .container { max-width: 700px; margin: 0 auto; }
  .container--wide { max-width: 880px; margin: 0 auto; }

  /* ── DARK BAND ── */
  .dark-band { background: var(--black); padding: 80px 24px; max-width: 100vw; }

  /* ── LIGHT BANDS ── */
  .cream-band { background: var(--cream); padding: 80px 24px; max-width: 100vw; }
  .taupe-band { background: var(--light-taupe); padding: 80px 24px; max-width: 100vw; }
  .nicky-section { background: var(--light-taupe); padding: 80px 24px; max-width: 100vw; }
  .thrivecart-section { background: var(--cream); padding: 80px 24px; max-width: 100vw; }
  .big-quote { text-align: center; padding: 80px 24px; background: var(--black); max-width: 100vw; }

  /* ── HERO ── */
  .hero {
    background: var(--black);
    color: var(--white);
    padding: 80px 24px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(162,135,75,0.12) 0%, transparent 70%);
    pointer-events: none;
  }

  /* ── HERO ICON ── */
  .hero-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-icon svg { width: 64px; height: 64px; }

  .hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
  }
  .hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(44px, 7vw, 76px);
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--white);
    font-weight: 500;
  }
  .hero h1 em { font-style: italic; color: var(--gold); }
  .hero-rule { width: 40px; height: 1px; background: var(--gold); margin: 0 auto 32px; }
  .hero-sub {
    font-size: clamp(14px, 2vw, 17px);
    color: #cccccc;
    max-width: 560px;
    margin: 0 auto 40px;
    font-weight: 300;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
  }

  /* ── ACTION/REACTION ROWS ── */
  .ar-table {
    max-width: 580px;
    margin: 0 auto 40px;
    border-top: 1px solid rgba(255,255,255,0.12);
    text-align: left;
  }
  .ar-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .ar-left {
    padding: 16px 16px 16px 0;
    font-size: 14px;
    color: #777777;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.55;
  }
  .ar-right {
    padding: 16px 0 16px 20px;
    border-left: 1px solid rgba(162,135,75,0.5);
    font-size: 14px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.55;
  }
  /* Dark-band version (cream background) */
  .ar-table.light { border-top-color: rgba(0,0,0,0.1); }
  .ar-table.light .ar-row { border-bottom-color: rgba(0,0,0,0.08); }
  .ar-table.light .ar-left { color: #999999; }
  .ar-table.light .ar-right { color: var(--charcoal); font-weight: 500; border-left-color: rgba(162,135,75,0.5); }

  /* Dark-band version (black background) */
  .ar-table.dark { border-top-color: rgba(255,255,255,0.1); margin: 12px 0 24px; max-width: 100%; }
  .ar-table.dark .ar-row { border-bottom-color: rgba(255,255,255,0.08); }
  .ar-table.dark .ar-left { color: #666666; }
  .ar-table.dark .ar-right { color: #eeeeee; font-weight: 400; border-left-color: rgba(162,135,75,0.4); }

  .ar-tagline {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: var(--gold);
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.04em;
    margin-top: 28px;
  }

  /* ── DARK BAND ── */
  .dark-band p { color: var(--white); font-family: 'Poppins', sans-serif; }
  .dark-band .pull p { color: var(--white); font-family: 'Cormorant Garamond', serif; }
  .dark-band .pull { border-left-color: var(--gold); }
  .dark-band .pull cite { color: #888888; font-family: 'Poppins', sans-serif; }

  /* ── PULL QUOTES ── */
  .pull { border-left: 2px solid var(--gold); padding: 20px 0 20px 28px; margin: 44px 0; }
  .pull p {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(20px, 3vw, 26px);
    line-height: 1.5;
    color: var(--charcoal);
    font-style: italic;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .pull cite { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--taupe); font-style: normal; font-weight: 500; font-family: 'Poppins', sans-serif; }

  /* ── EVIDENCE CHIPS ── */
  .evidence { background: rgba(0,0,0,0.06); border-radius: 2px; padding: 18px 22px; margin: 24px 0; font-size: 14px; color: var(--charcoal); line-height: 1.65; font-family: 'Poppins', sans-serif; }
  .evidence strong { display: block; font-weight: 500; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; font-family: 'Poppins', sans-serif; }

  /* ── STATS ── */
  .stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 2px; margin: 36px 0; }
  .stat { background: rgba(255,255,255,0.6); padding: 32px 24px; text-align: center; border: 1px solid rgba(162,135,75,0.2); }
  .stat-num { font-family: 'Cormorant Garamond', serif; font-size: 46px; color: var(--gold); line-height: 1; margin-bottom: 8px; display: block; font-weight: 500; }
  .stat-label { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: #888888; line-height: 1.5; font-family: 'Poppins', sans-serif; }

  /* ── WEEKS ── */
  .weeks { display: grid; gap: 2px; margin-top: 40px; }
  .week { background: var(--cream); padding: 32px 36px; display: grid; grid-template-columns: 72px 1fr; gap: 28px; align-items: start; transition: background 0.2s; }
  .week:hover { background: #f0ebe3; }
  .week-num { width: 64px; height: 64px; border-radius: 50%; border: 1px solid var(--gold); display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--gold); flex-shrink: 0; margin-top: 4px; }
  .week-num .wk-label { font-size: 9px; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 500; font-family: 'Poppins', sans-serif; line-height: 1; margin-bottom: 3px; }
  .week-num .wk-num { font-size: 18px; font-style: italic; line-height: 1; font-weight: 500; font-family: 'Cormorant Garamond', serif; }
  .week h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; margin-bottom: 8px; color: var(--charcoal); font-weight: 600; }
  .week p { font-size: 14px; margin-bottom: 0; color: #6b6258; font-family: 'Poppins', sans-serif; }

  /* ── WITHOUT / WITH ── */
  .without-with { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 44px; border: 1px solid rgba(162,135,75,0.2); }
  .ww-col { padding: 40px 36px; }
  .ww-col.before { background: #1a1a1a; }
  .ww-col.after  { background: #111100; border-left: 2px solid var(--gold); }
  .ww-col h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }
  .ww-col.before h3 { color: #ffffff; }
  .ww-col.after h3 { color: var(--gold); border-bottom-color: rgba(162,135,75,0.3); }
  .ww-col ul { list-style: none; }
  .ww-col ul li {
    padding: 13px 0 13px 26px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    font-size: 14px;
    line-height: 1.65;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
  }
  .ww-col.before ul li { color: #cccccc; }
  .ww-col.before ul li::before {
    content: '◇';
    position: absolute; left: 0; top: 16px;
    color: #666666; font-size: 11px; line-height: 1;
  }
  .ww-col.after ul li { color: #eeeeee; }
  .ww-col.after ul li::before {
    content: '◆';
    position: absolute; left: 0; top: 16px;
    color: var(--gold); font-size: 11px; line-height: 1;
  }
  .ww-col ul li:last-child { border-bottom: none; }
  @media (max-width: 640px) {
    .without-with { grid-template-columns: 1fr; }
    .ww-col.after { border-left: none; border-top: 2px solid var(--gold); }
    .ww-col { padding: 28px 24px; }
  }

  /* ── CHECKLIST (is this for you) ── */
  .checklist { list-style: none; margin: 28px 0; }
  .checklist li { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.1); font-size: 15px; display: flex; gap: 16px; align-items: baseline; color: var(--white); font-family: 'Poppins', sans-serif; font-weight: 300; }
  .checklist li:last-child { border-bottom: none; }
  .checklist li::before { content: '✓'; color: var(--gold); flex-shrink: 0; font-weight: 600; font-size: 16px; }

  /* ── HIGHLIGHTED COPY (larger Poppins statements) ── */
  .big-copy {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--white);
    margin-top: 32px;
    margin-bottom: 12px;
  }
  .big-copy.italic { font-style: italic; font-weight: 300; }
  .big-copy.dark { color: var(--charcoal); }

  /* ── NOT FOR YOU ── */
  .not-list { list-style: none; margin: 28px 0; }
  .not-list li { padding: 16px 0; border-bottom: 1px solid rgba(0,0,0,0.08); font-size: 16px; color: #6b6258; display: flex; gap: 20px; align-items: center; font-family: 'Poppins', sans-serif; font-weight: 300; }
  .not-list li:last-child { border-bottom: none; }
  .not-list li::before { content: '✕'; color: var(--charcoal); flex-shrink: 0; font-size: 22px; line-height: 1; }

  /* ── WHAT YOU GET ── */
  .get-stack { display: grid; gap: 2px; margin-top: 40px; }
  .get-item { background: var(--cream); padding: 36px 40px; border-left: 2px solid transparent; transition: border-color 0.2s, background 0.2s; }
  .get-item:hover { border-left-color: var(--gold); background: #f2ede6; }
  .get-item h3 { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 600; color: var(--charcoal); margin-bottom: 10px; }
  .get-item h3 em { font-style: italic; color: var(--gold); }
  .get-item p { font-size: 14px; color: #6b6258; margin-bottom: 0; font-family: 'Poppins', sans-serif; }

  /* ── BIG QUOTE ── */
  .big-quote blockquote { font-family: 'Cormorant Garamond', serif; font-size: clamp(26px, 4vw, 42px); line-height: 1.45; color: var(--white); font-style: italic; max-width: 720px; margin: 0 auto 24px; font-weight: 400; }
  .big-quote cite { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); font-style: normal; font-weight: 500; font-family: 'Poppins', sans-serif; }

  /* ── NICKY ── */
  .nicky-inner { display: grid; grid-template-columns: 280px 1fr; gap: 56px; align-items: start; }
  .nicky-photo-wrap { border-radius: 6px; overflow: hidden; width: 100%; aspect-ratio: 3/4; flex-shrink: 0; }
  .nicky-photo { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
  @media (max-width: 680px) {
    .nicky-inner { grid-template-columns: 1fr; }
    .nicky-photo-wrap { max-width: 240px; margin: 0 auto 32px; }
  }

  /* ── PRICING ── */
  .pricing-block { background: var(--charcoal); color: var(--white); padding: 60px 48px; max-width: 620px; margin: 0 auto; text-align: center; }
  .price { font-family: 'Cormorant Garamond', serif; font-size: clamp(60px, 9vw, 90px); color: var(--white); line-height: 1; margin: 20px 0 32px; font-weight: 500; }
  .includes { list-style: none; text-align: left; margin: 0 0 40px; border-top: 1px solid rgba(255,255,255,0.1); }
  .includes li { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 14px; color: #cccccc; display: flex; gap: 14px; line-height: 1.65; font-family: 'Poppins', sans-serif; font-weight: 300; }
  .includes li::before { content: '✓'; color: var(--gold); flex-shrink: 0; font-weight: 500; }

  /* ── CTA BUTTON ── */
  .cta-btn {
    display: inline-block;
    background: var(--gold);
    color: #ffffff !important;
    padding: 18px 44px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    transition: background 0.25s, transform 0.2s, letter-spacing 0.25s, box-shadow 0.25s;
    -webkit-font-smoothing: antialiased;
  }
  .cta-btn:link, .cta-btn:visited, .cta-btn:active { color: #ffffff !important; }
  .cta-btn:hover {
    background: #7a6235;
    color: #ffffff !important;
    transform: translateY(-2px);
    letter-spacing: 0.22em;
    box-shadow: 0 8px 28px rgba(162,135,75,0.4);
  }

  /* ── FAQ ── */
  .faq-item { border-bottom: 1px solid var(--taupe); padding: 28px 0; }
  .faq-item:first-child { border-top: 1px solid var(--taupe); }
  .faq-q { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--charcoal); margin-bottom: 12px; font-weight: 600; }
  .faq-a { font-size: 14px; color: #6b6258; line-height: 1.75; margin-bottom: 0; font-family: 'Poppins', sans-serif; font-weight: 300; }

  /* ── FOOTER ── */
  footer { background: var(--black); color: var(--white); padding: 40px 24px; text-align: center; font-size: 13px; letter-spacing: 0.04em; line-height: 1.8; font-family: 'Poppins', sans-serif; }
  footer p { color: var(--white); margin-bottom: 8px; font-family: 'Poppins', sans-serif; }
  footer p:last-child { opacity: 0.4; font-size: 11px; margin-bottom: 0; }
  footer a { color: var(--white); text-decoration: none; }
  footer a:hover { color: var(--gold); }

  /* ── MOBILE ── */
  @media (max-width: 600px) {
    .week { grid-template-columns: 1fr; gap: 16px; }
    .pricing-block { padding: 36px 20px; max-width: 100%; }
    .get-item { padding: 28px 20px; }
    .ar-table { max-width: 100%; }
    .ar-left, .ar-right { font-size: 13px; }
    /* Stack action/reaction vertically on small screens */
    .ar-row { grid-template-columns: 1fr; }
    .ar-left { padding-bottom: 4px; border-bottom: none; }
    .ar-right { padding-top: 4px; padding-left: 14px; border-left: 2px solid rgba(162,135,75,0.5); border-top: none; }
    /* Checkout embed full width */
    .tc-v2-embeddable-target { width: 100% !important; min-width: 0 !important; }
    .thrivecart-section .container { padding: 0 12px; }
    .nicky-inner { gap: 32px; }
  }

  /* ── TICKER — reference quality ── */
  .ticker-wrap {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    background: var(--black);
    padding: 12px 0;
    position: relative;
    border-bottom: 1px solid rgba(162,135,75,0.2);
  }
  .ticker-wrap.gold-bar {
    background: var(--gold);
    border-bottom: none;
    border-top: none;
  }
  .ticker-wrap.dark-bar {
    background: var(--black);
    border-top: 1px solid rgba(162,135,75,0.25);
    border-bottom: 1px solid rgba(162,135,75,0.25);
  }
  /* Fade edges on both sides */
  .ticker-wrap::before,
  .ticker-wrap::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
  }
  .ticker-wrap.gold-bar::before { background: linear-gradient(to right, var(--gold), transparent); left: 0; }
  .ticker-wrap.gold-bar::after  { background: linear-gradient(to left,  var(--gold), transparent); right: 0; }
  .ticker-wrap.dark-bar::before { background: linear-gradient(to right, var(--black), transparent); left: 0; }
  .ticker-wrap.dark-bar::after  { background: linear-gradient(to left,  var(--black), transparent); right: 0; }

  .ticker-track {
    display: flex;
    width: max-content;
    animation: tickerScroll 38s linear infinite;
  }
  .ticker-track:hover { animation-play-state: paused; }

  .ticker-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 28px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .ticker-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .ticker-wrap.gold-bar .ticker-dot { background: rgba(255,255,255,0.6); }
  .ticker-wrap.dark-bar .ticker-dot { background: var(--gold); opacity: 0.7; }

  .ticker-text {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.06em;
  }
  .ticker-wrap.gold-bar .ticker-text { color: #ffffff; }
  .ticker-wrap.dark-bar .ticker-text { color: #cccccc; }

  @keyframes tickerScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  /* ── AR TABLE — left column contrast fix ── */
  .ar-table {
    max-width: 580px;
    margin: 0 auto 40px;
    border-top: 1px solid rgba(255,255,255,0.15);
    text-align: left;
  }
  .ar-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .ar-left {
    padding: 16px 16px 16px 0;
    font-size: 14px;
    color: #aaaaaa;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.55;
  }
  .ar-right {
    padding: 16px 0 16px 20px;
    border-left: 1px solid rgba(162,135,75,0.5);
    font-size: 14px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.55;
  }
  /* Light / cream background version */
  .ar-table.light { border-top-color: rgba(0,0,0,0.12); max-width: 100%; margin: 24px 0 32px; }
  .ar-table.light .ar-row { border-bottom-color: rgba(0,0,0,0.08); }
  .ar-table.light .ar-left { color: #888888; }
  .ar-table.light .ar-right { color: var(--charcoal); font-weight: 500; border-left-color: rgba(162,135,75,0.5); }

  /* Dark / black background version */
  .ar-table.dark { border-top-color: rgba(255,255,255,0.1); margin: 12px 0 24px; max-width: 100%; }
  .ar-table.dark .ar-row { border-bottom-color: rgba(255,255,255,0.1); }
  .ar-table.dark .ar-left { color: #aaaaaa; }
  .ar-table.dark .ar-right { color: #ffffff; font-weight: 400; border-left-color: rgba(162,135,75,0.5); }

  .ar-tagline {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: var(--gold);
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.04em;
    margin-top: 28px;
  }

  /* ── ELEMENTOR WRAPPER OVERRIDE ── */
  .elementor-widget-html,
  .elementor-widget-container,
  .elementor-section,
  .elementor-container,
  .elementor-column,
  .elementor-column-wrap,
  .elementor-widget-wrap,
  .e-con,
  .e-con-inner {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* ── WORDPRESS WRAPPER ESCAPE ── */
  .ticker-wrap.gold-bar:first-child {
    margin-top: 0;
  }

  /* ── TESTIMONIALS ── */
  .testimonials-section { background: var(--black); padding: 80px 24px; max-width: 100vw; }
  .testimonials-section .section-heading { color: var(--white); }

  .testi-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    margin-top: 48px;
  }

  .testi-card {
    background: #111111;
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 2px solid transparent;
    transition: border-color 0.3s;
  }
  .testi-card:hover { border-left-color: var(--gold); }
  .testi-card.featured {
    grid-column: 1 / -1;
    background: #0d0d0d;
    border-left: 2px solid var(--gold);
  }

  .testi-quote {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #dddddd;
    line-height: 1.8;
    margin-bottom: 28px;
    flex: 1;
  }
  .testi-card.featured .testi-quote {
    font-size: 16px;
    color: #eeeeee;
  }

  .testi-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--gold);
    font-style: italic;
    display: block;
    margin-top: auto;
  }

  .testi-open-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 72px;
    color: var(--gold);
    opacity: 0.25;
    line-height: 0.6;
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
  }

  @media (max-width: 640px) {
    .testi-grid { grid-template-columns: 1fr; }
    .testi-card.featured { grid-column: 1; }
    .testi-card { padding: 32px 24px; }
  }

  /* ── FADE IN ── */
  @keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
  .hero h1      { animation: fadeUp 0.7s ease both; animation-delay: 0.1s; }
  .hero-sub     { animation: fadeUp 0.7s ease both; animation-delay: 0.25s; }
  .hero-eyebrow { animation: fadeUp 0.7s ease both; animation-delay: 0s; }
  .hero-icon    { animation: fadeUp 0.5s ease both; animation-delay: 0s; }
</style>
</head>
<body>


<!-- ══════════════════════════════════════════════════════ TICKER 1 — top of page -->
<div class="ticker-wrap gold-bar">
  <div class="ticker-track">
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"There's been a surge in client enquiries."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I did my taxes and felt neutral instead of stressed."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I'm no longer consumed by anxiety around money."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I feel generally calmer, more at ease."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I don't have the fear I had before."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I feel like I finally have a path forward."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I stood in my power and said 'I have something people need.'"</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I'm a world away from how I felt before."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"Money excites me now."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I feel more stable."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"Most important… I feel like things are going to work out."</span></div>
    <!-- duplicate for seamless loop -->
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"There's been a surge in client enquiries."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I did my taxes and felt neutral instead of stressed."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I'm no longer consumed by anxiety around money."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I feel generally calmer, more at ease."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I don't have the fear I had before."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I feel like I finally have a path forward."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I stood in my power and said 'I have something people need.'"</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I'm a world away from how I felt before."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"Money excites me now."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I feel more stable."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"Most important… I feel like things are going to work out."</span></div>
  </div>
</div>


<!-- ══════════════════════════════════════════════════════ HERO -->
<section class="hero">
  <div class="container">

    <!-- Icon: concentric circles with a central dot — minimal, precise, intensive -->
    <div class="hero-icon">
      <svg viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
        <circle cx="32" cy="32" r="30" stroke="#a2874b" stroke-width="0.75" opacity="0.4"/>
        <circle cx="32" cy="32" r="22" stroke="#a2874b" stroke-width="0.75" opacity="0.65"/>
        <circle cx="32" cy="32" r="14" stroke="#a2874b" stroke-width="0.75" opacity="0.85"/>
        <circle cx="32" cy="32" r="4" fill="#a2874b"/>
        <!-- four small tick marks at compass points -->
        <line x1="32" y1="1" x2="32" y2="5" stroke="#a2874b" stroke-width="1" opacity="0.5"/>
        <line x1="32" y1="59" x2="32" y2="63" stroke="#a2874b" stroke-width="1" opacity="0.5"/>
        <line x1="1" y1="32" x2="5" y2="32" stroke="#a2874b" stroke-width="1" opacity="0.5"/>
        <line x1="59" y1="32" x2="63" y2="32" stroke="#a2874b" stroke-width="1" opacity="0.5"/>
      </svg>
    </div>

    <p class="hero-eyebrow">Private 1:1 Money Intensive</p>
    <h1>The Money <em>isn't</em> the problem.</h1>
    <div class="hero-rule"></div>
    <p class="hero-sub">You've done the mindset work. You've tried harder. And part of you still goes quiet, small, or stuck when money is involved. That's not a motivation issue. That's old data running your nervous system. And old data can be cleared.</p>

    <div class="ar-table">
      <div class="ar-row">
        <span class="ar-left">You raise your prices</span>
        <span class="ar-right">And something in you pulls back</span>
      </div>
      <div class="ar-row">
        <span class="ar-left">You go to send the message</span>
        <span class="ar-right">And suddenly you're overthinking it</span>
      </div>
      <div class="ar-row">
        <span class="ar-left">Money comes in</span>
        <span class="ar-right">And instead of feeling safe, you're already bracing for it to go</span>
      </div>
      <div class="ar-row">
        <span class="ar-left">You say yes to a client</span>
        <span class="ar-right">And then feel like you owe them something</span>
      </div>
    </div>

    <p class="ar-tagline">That's old data running your nervous system.</p>

    <div style="margin-top: 44px;">
      <a href="#enrol" class="cta-btn">I'm ready</a>
    </div>
  </div>
</section>


<!-- ══════════════════════════════════════════════════════ OPENING -->
<section class="cream-band">
  <div class="container">
    <span class="section-heading">Where <em>most</em> people start</span>

    <p>They think they need a better strategy. A different offer. To push harder, launch more, finally get consistent.</p>

    <p>But underneath every client I've worked with is the same thing: a nervous system that has quietly decided that money is not safe. That being seen invites harm. That receiving is something that has to be earned, or paid back, or justified.</p>

    <p>These aren't opinions. They are old files. Still active. Still running.</p>

    <div class="pull">
      <p>"I can't find peace of mind or calm. I wake up feeling anxious. It's like my life isn't in alignment with how it should be."</p>
      <cite>Client T, before we began</cite>
    </div>

    <p>After four sessions, that same client described herself as feeling "profoundly different. Lighter. Brighter. Making choices easily."</p>

    <p>Not because she changed her strategy. Because we cleared the old data that was making change feel unsafe.</p>
  </div>
</section>


<!-- ══════════════════════════════════════════════════════ FRUSTRATIONS -->
<section class="dark-band">
  <div class="container">
    <span class="section-heading">What's <em>actually</em> happening</span>

    <p>You've done the inner work. The courses, the coaching, the journalling. And something still isn't shifting.</p>

    <p>You earn, and then something happens. An unexpected bill, a slow month, a decision that undoes the progress. And you're back where you started. You've started to wonder if this is just how it is for you.</p>

    <p>Receiving feels complicated. When money comes in, part of you is already waiting for it to go. When someone offers to pay you, something contracts. You say yes and then feel like you owe them something.</p>

    <p>Being seen, charging what you're worth, putting yourself forward, making the bold move, creates a reaction you can't logic your way out of. You know what you should do. You don't do it.</p>

    <div class="ar-table dark">
      <div class="ar-row">
        <span class="ar-left">You decide to go all in</span>
        <span class="ar-right">And then hesitate at the exact moment it matters</span>
      </div>
      <div class="ar-row">
        <span class="ar-left">You get momentum</span>
        <span class="ar-right">And then second-guess everything</span>
      </div>
      <div class="ar-row">
        <span class="ar-left">You make a clear decision</span>
        <span class="ar-right">And then undo it a day later</span>
      </div>
    </div>

    <p>And then comes the worst part. You start to wonder if you're just not made for this. Everyone else seems to know something you don't. So you punish yourself for it. Quietly. Repeatedly.</p>

    <p>This is not a you thing. You have old data running your nervous system. Data that was written long before you had any say in it. We clear it. We update it. And the version of you that was never the problem gets to come forward.</p>
  </div>
</section>


<!-- ══════════════════════════════════════════════════════ THE SHIFT -->
<section class="cream-band">
  <div class="container">
    <span class="section-heading">The <em>shift</em></span>

    <p>Before the intensive, money is charged. It activates something. You react to it, avoid it, grip it, lose it, feel guilty about it, feel unworthy of it. You work hard but it never actually stays. You make progress and then something resets.</p>

    <div class="ar-table light" style="margin: 24px 0 32px;">
      <div class="ar-row">
        <span class="ar-left">Before, money activates something in you</span>
        <span class="ar-right">After, it doesn't</span>
      </div>
      <div class="ar-row">
        <span class="ar-left">You still make the same moves</span>
        <span class="ar-right">But there's no hesitation behind them</span>
      </div>
      <div class="ar-row">
        <span class="ar-left">Decisions that used to take days</span>
        <span class="ar-right">Happen in minutes</span>
      </div>
    </div>

    <p>After, it's quieter. Energy moves more freely. Clients describe unexpected things arriving: old clients resurfacing out of nowhere, new enquiries landing without a campaign, opportunities that seem to come from nowhere in particular. Not because they hustled harder. Because something that was blocking the flow got cleared.</p>

    <p>The reaction that's been getting in your way stops. You don't have to push through it. Or manage it. Or override it. And the things that used to feel hard start happening without that resistance.</p>

    <div class="without-with">
      <div class="ww-col before">
        <h3>Before</h3>
        <ul>
          <li>Money feels charged. One look at your bank balance and your nervous system is already on high alert.</li>
          <li>You earn and then reset. Progress, then something takes it back. Progress, then something takes it back.</li>
          <li>Receiving feels conditional. Like you have to earn it first, deserve it, give something back.</li>
          <li>The bold move stays unmade. You know what to do. Something in you won't quite let you.</li>
          <li>Part of you has quietly decided that wealth is for other people.</li>
        </ul>
      </div>
      <div class="ww-col after">
        <h3>After</h3>
        <ul>
          <li>Money is quieter. It flows in and out without the spike of dread every time you check what's there.</li>
          <li>The reset has stopped. Not because circumstances changed, because the old data driving it was cleared.</li>
          <li>Things start arriving. Old clients resurfacing. New enquiries. Unexpected money from unexpected places.</li>
          <li>The hesitation at the point of action has eased. Enough to move. Enough to ask, offer, take the step.</li>
          <li>The part that decided wealth wasn't for you has stood down.</li>
        </ul>
      </div>
    </div>
  </div>
</section>


<!-- ══════════════════════════════════════════════════════ EVIDENCE -->
<section class="taupe-band">
  <div class="container">
    <span class="section-heading">From the <em>evidence</em></span>

    <div class="stats">
      <div class="stat">
        <span class="stat-num">10/10</span>
        <span class="stat-label">clients had a blocked receiving system</span>
      </div>
      <div class="stat">
        <span class="stat-num">10/10</span>
        <span class="stat-label">had inherited patterns, especially from the father line</span>
      </div>
      <div class="stat">
        <span class="stat-num">10/10</span>
        <span class="stat-label">had a version of "I'm not good enough" running</span>
      </div>
    </div>

    <p>Not some clients. All of them. Regardless of income, background, profession, or how much personal development they'd already done.</p>

    <div class="pull">
      <p>"I went in feeling anxious, lost and crap about money. I'm a world away from that now. It feels like everything is flowing again instead of stuck."</p>
      <cite>Client, post-intensive</cite>
    </div>

    <div class="evidence">
      <strong>Client A, wellness centre owner</strong>
      Receiving capacity moved from 1/10 (7%) to 10/10 (99%) after ancestral pattern cleared. System recalibrated from "just enough" to "overflow."
    </div>

    <div class="evidence">
      <strong>Client D, financial instability and panic around debt</strong>
      Financial safety: 1/10 to 10/10. Money leak: 9/10 to 0/10. Panic around money: 8/10 to 0. "I feel lighter. Less charged about money issues. Seeing it more as an energy that flows."
    </div>

    <div class="evidence">
      <strong>Client R, severe anxiety and nervous system dysregulation</strong>
      Nervous system: 8% to 9/10. Overwhelm: 9/10 to 0. Life force: 33% to 83%. Self-worth: 0 to 9/10.
    </div>

    <div class="pull">
      <p>"Genuinely my nervous system has calmed right down. I'm happier in every area. Sleeping better, feeling less hungry, and there's been a surge in client enquiries."</p>
      <cite>Client, post-intensive feedback</cite>
    </div>

    <div class="evidence">
      <strong>Client AI, guilt around inherited money and fear of loss</strong>
      Receiving block (91% active) cleared. Loop at decision points (75%) cleared to 0. Receiving: 97% open. "Everything's going to be okay. I have a resource inside now."
    </div>

    <div class="evidence">
      <strong>Client N, income ceiling and inherited patterns</strong>
      Income ceiling: 93% influence, cleared. "I have felt more neutral. I don't feel so charged." Received unexpected money from a relative. Made structured decisions with it.
    </div>

    <div class="pull">
      <p>"I feel much lighter and joyful about money. My body feels like it's caught up with my wishes and desires. I feel more expansive and excited for what the future holds."</p>
      <cite>Client, post-intensive</cite>
    </div>

    <div class="pull">
      <p>"I'm no longer consumed by anxiety around money. It feels separate now, not weighing on me constantly."</p>
      <cite>Client, post-intensive</cite>
    </div>

    <p style="font-size:12px; color: #8a8078; margin-top: 8px; font-family: 'Poppins', sans-serif;">Results vary. These are real documented outcomes and are not a guarantee of specific financial results.</p>
  </div>
</section>


<!-- ══════════════════════════════════════════════════════ BIG QUOTE -->
<div class="big-quote">
  <blockquote>"A stranger stopped me on the street and said they wanted to give me something. The lasting image is of having everything I need, with people giving me gifts as I walk down the street."</blockquote>
  <cite>Client, post Money Intensive</cite>
</div>


<!-- ══════════════════════════════════════════════════════ WHAT HAPPENS -->
<section class="cream-band">
  <div class="container--wide">
    <div style="max-width:700px; margin: 0 auto 48px;">
      <span class="section-heading">What happens across <em>four weeks</em></span>
      <p>Each stage has to be in place before the next one can actually work. This is not a template. It is a sequence built from what the data showed, across ten clients, every time.</p>
    </div>

    <div class="weeks">
      <div class="week">
        <div class="week-num"><span class="wk-label">Week</span><span class="wk-num">One</span></div>
        <div>
          <h3>Stabilise the system</h3>
          <p>Before anything can shift, your nervous system needs to feel safe enough to let it. This is where we address overwhelm, anxiety, the stuck feeling, and internal chaos. Nothing sticks until this is in place.</p>
        </div>
      </div>
      <div class="week">
        <div class="week-num"><span class="wk-label">Week</span><span class="wk-num">Two</span></div>
        <div>
          <h3>Remove the root threat</h3>
          <p>This is where we find what the system has decided is dangerous. Old data. Inherited files, particularly from the father line. Moments where money, visibility, or success became associated with harm. This is where real access opens.</p>
        </div>
      </div>
      <div class="week">
        <div class="week-num"><span class="wk-label">Week</span><span class="wk-num">Three</span></div>
        <div>
          <h3>Clear the structures</h3>
          <p>Money ceilings. Receiving blocks. Loops that reset your progress. Agreements still active from events you may not consciously remember. This is where money actually starts to move.</p>
        </div>
      </div>
      <div class="week">
        <div class="week-num"><span class="wk-label">Week</span><span class="wk-num">Four</span></div>
        <div>
          <h3>Recalibrate and integrate</h3>
          <p>Is it safe to have money? Am I worthy of it? Do I believe I can keep it? We test and clear until the answer is yes, and we make sure your system can hold the new level, not just reach it.</p>
        </div>
      </div>
    </div>
  </div>
</section>


<!-- ══════════════════════════════════════════════════════ IS THIS FOR YOU -->
<section class="dark-band">
  <div class="container">
    <span class="section-heading">Is this <em>for you</em></span>

    <ul class="checklist">
      <li>You're intelligent, capable, and have tried, and money still feels like something that happens to other people</li>
      <li>You earn, then something happens and you're back where you started</li>
      <li>You can make progress, but you can't seem to hold it</li>
      <li>Receiving feels complicated. Like you owe something, need to earn it, or shouldn't want it</li>
      <li>Being seen, charging more, or putting yourself forward creates a reaction you can't logic your way out of</li>
      <li>You've started to wonder if you're just not made for this, while everyone else seems to know something you don't</li>
      <li>You've done the mindset work and something still isn't shifting</li>
    </ul>

    <p class="big-copy">Employed or self-employed. Whatever you earn now. Wherever you are.</p>
    <p class="big-copy italic">The only requirement is that part of you is ready for this to change.</p>

    <div style="text-align: center; margin-top: 44px;">
      <a href="#enrol" class="cta-btn">I'm ready</a>
    </div>
  </div>
</section>


<!-- ══════════════════════════════════════════════════════ NOT FOR YOU -->
<section class="cream-band">
  <div class="container">
    <span class="section-heading">This is <em>not</em> for you if</span>

    <ul class="not-list">
      <li>You want talk therapy</li>
      <li>You want more strategies</li>
      <li>You want to just wait and see</li>
    </ul>

    <p style="margin-top: 36px; font-size: 16px; color: var(--charcoal); font-family: 'Poppins', sans-serif;">The work is real. The results are real. You don't have to believe or understand the "how" but you do need to come in with an open heart and mind.</p>
  </div>
</section>


<!-- ══════════════════════════════════════════════════════ WHAT YOU GET -->
<section class="taupe-band">
  <div class="container--wide">
    <div style="max-width:700px; margin: 0 auto 12px;">
      <span class="section-heading">What's <em>included</em></span>
    </div>

    <div class="get-stack">
      <div class="get-item">
        <h3>Four remote Deep Release sessions</h3>
        <p>One per week across four weeks. Each session, I work directly on your system. Identifying what's active, what's blocking, what's holding the old data in place. You don't need to be present. You don't need to do anything. I do the work, and I send you the findings.</p>
      </div>
      <div class="get-item">
        <h3>A personalised video after <em>every</em> session</h3>
        <p>Not a generic update. A full walkthrough, usually 20 to 40 minutes, of exactly what I found, what was cleared, and what shifted. Delivered immediately after each session. You'll understand what was running in your system and why it was there. Most clients say the videos alone are worth the investment.</p>
      </div>
      <div class="get-item">
        <h3>Direct Voxer access <em>throughout</em> the four weeks</h3>
        <p>This is where a lot of the real work happens. Between sessions, you have a direct line to me. Things surface, patterns become visible, shifts start to land in real life. You send a voice note. I respond. Sometimes that response includes an additional clearing, right there in the conversation. The Voxer space is where the work breathes.</p>
      </div>
    </div>
  </div>
</section>


<!-- ══════════════════════════════════════════════════════ HOW IT WORKS -->
<section class="cream-band">
  <div class="container">
    <span class="section-heading">How it <em>works</em></span>

    <p>The Money Intensive is delivered entirely remotely, using the Deep Release Method. There are no live calls.</p>

    <p>Each week, I work on your system directly. You receive a personalised video immediately after each session, usually 20 to 40 minutes, walking you through exactly what was found, what was cleared, and what shifted. You receive it, you integrate it.</p>

    <p>Between sessions, you have direct access to me on Voxer. If something comes up, if you notice a shift, if you have a question, I'm there. It's not a support inbox. It's the person doing the work, available to you while the work is happening.</p>

    <p>Part of why this works is because it doesn't require you to perform, explain yourself, or relive anything. Your system holds the old data. I find it, and we clear it.</p>

    <div class="pull">
      <p>"I know I'm capable, and yes, some external support showed up. New customers. A new long-term tenant. But most important is my feeling that things are going to work out."</p>
      <cite>Client, post-intensive</cite>
    </div>

    <p class="big-copy dark">Private 1:1. Four sessions. Four weeks. Delivered to you, wherever you are in the world.</p>

    <div style="text-align: center; margin-top: 44px;">
      <a href="#enrol" class="cta-btn">Enrol in the Money Intensive</a>
    </div>
  </div>
</section>


<!-- ══════════════════════════════════════════════════════ WHO AM I -->
<section class="nicky-section">
  <div class="container--wide">
    <div class="nicky-inner">
      <div class="nicky-photo-wrap">
        <img src="https://energydetective.online/wp-content/uploads/2026/01/Nicky-5.jpeg" alt="Nicky Williams, The Energy Detective" class="nicky-photo">
      </div>
      <div>
        <span class="section-heading">Who <em>am I</em></span>
        <p>I'm Nicky, The Energy Detective. I've worked with over 6,000 people across a decade as a business mentor, and a further several years as an energy practitioner. Which means I understand both the strategic layer and the deeper one underneath it.</p>
        <p>I don't need your story. I need one breadcrumb. Your name. Your date of birth. From there I follow the trail until I find the root. The specific file. The specific moment it was created. The specific reason it's still active.</p>
        <p>Then I clear it.</p>
        <p>The Money Intensive grew from noticing the same files across every client I worked with, regardless of income, background, or how much personal development they'd already done. The work addresses those files directly, in the order that actually creates lasting change.</p>
        <p>The Deep Release Method is my own approach. Built because everything else was working at the wrong level.</p>
      </div>
    </div>
  </div>
</section>


<!-- ══════════════════════════════════════════════════════ TESTIMONIALS -->
<section class="testimonials-section">
  <div class="container--wide">
    <span class="section-heading">What clients <em>say</em></span>

    <div class="testi-grid">

      <!-- Trish — featured, longest and most vivid -->
      <div class="testi-card featured">
        <span class="testi-open-quote">"</span>
        <p class="testi-quote">I've just completed a 4 week Money Intensive with The Energy Detective and I shit you not, it was AMAZING. This woman seriously knows her stuff. I went in feeling really anxious, lost and crap about money and the way she was able to trace way, way back to negative stuff that's happened in my past and has stuck to me as the reason why I've been feeling like this, is mind-blowing.<br><br>Even after our first session I started feeling a sense of calm and ease which I hadn't felt for ages. Everything she was telling me was fascinating but made perfect sense. I'm feeling a world away from how I felt 4 weeks ago. I feel happier, calmer, there's been positive changes at home, work has picked up and I'm not so anxious about money. It's honestly like Nicky has turned a tap on. Everything feels like it's flowing again instead of stuck and stagnant. She's frickin' amazing.</p>
        <span class="testi-name">Trish, Money Intensive Client</span>
      </div>

      <!-- Sandy -->
      <div class="testi-card">
        <span class="testi-open-quote">"</span>
        <p class="testi-quote">Nicky is amazing. Deeply intuitive and very supportive. I can highly recommend her services and if you go in with an open mind and heart you will walk away with a full heart and a mind slightly blown away. When I had a huge energy dip and told Nicky she immediately tuned in and supported me which was so amazing and very much appreciated.</p>
        <span class="testi-name">Sandy, Money Intensive Client</span>
      </div>

      <!-- Aimee -->
      <div class="testi-card">
        <span class="testi-open-quote">"</span>
        <p class="testi-quote">Nicky has a profound gift for tuning into the negative beliefs and stories that live inside of our being. But what's amazing is she doesn't just give a reading, she actually tunes in and clears the energy that holds the belief in place. It's a true energy healing through to the core, and helps to uplift our full soul expression.</p>
        <span class="testi-name">Aimee, Money Intensive Client</span>
      </div>

      <!-- Anna -->
      <div class="testi-card">
        <span class="testi-open-quote">"</span>
        <p class="testi-quote">Nicky has been so spot-on in getting to the root cause of blocks I have had around money, abundance and health. The best part though is that she then clears those blocks. Really clears them. And she does it all without you even knowing when or how.<br><br>It's liberating to have someone who can read my field so accurately without me having to be there or go into a big story about what I need. She just knows. Then she goes about digging in and clearing long held patterns. She solves the case of who, what, and why of any issue like the brilliant detective she is.</p>
        <span class="testi-name">Anna, Money Intensive Client</span>
      </div>

      <!-- Carol — reframed from best friend message -->
      <div class="testi-card">
        <span class="testi-open-quote">"</span>
        <p class="testi-quote">I have been working with Nicky around my blocks with money, with energy, and other things that keep me back — and I can't even believe how much has been uncovered. I just did an intensive with her around money blocks and she shared things from both my present and past lives that were really insightful.<br><br>I don't generally recommend things unless I have experienced them, and I'm also a very private person. But I respect Nicky so much. She is brilliant, sensitive, and she has a unique perspective. If you are interested, ask me about her.</p>
        <span class="testi-name">Carol, Money Intensive Client</span>
      </div>

      <!-- Dione — short and punchy, gets its own card -->
      <div class="testi-card">
        <span class="testi-open-quote">"</span>
        <p class="testi-quote">You just have to try it. Words can't explain. Nicky finds the hidden energy drains and cleans up your field in a way the mind cannot access.</p>
        <span class="testi-name">Dione, Money Intensive Client</span>
      </div>

    </div>
  </div>
</section>


<!-- ══════════════════════════════════════════════════════ TICKER 2 — before checkout -->
<div class="ticker-wrap dark-bar">
  <div class="ticker-track">
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"There's been a surge in client enquiries."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I did my taxes and felt neutral instead of stressed."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I'm no longer consumed by anxiety around money."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I feel generally calmer, more at ease."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I don't have the fear I had before."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I feel like I finally have a path forward."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I stood in my power and said 'I have something people need.'"</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I'm a world away from how I felt before."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"Money excites me now."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I feel more stable."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"Most important… I feel like things are going to work out."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"There's been a surge in client enquiries."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I did my taxes and felt neutral instead of stressed."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I'm no longer consumed by anxiety around money."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I feel generally calmer, more at ease."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I don't have the fear I had before."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I feel like I finally have a path forward."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I stood in my power and said 'I have something people need.'"</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I'm a world away from how I felt before."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"Money excites me now."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"I feel more stable."</span></div>
    <div class="ticker-item"><span class="ticker-dot"></span><span class="ticker-text">"Most important… I feel like things are going to work out."</span></div>
  </div>
</div>


<!-- ══════════════════════════════════════════════════════ ENROL -->
<section class="thrivecart-section" id="enrol">
  <div class="container">
    <span class="section-heading" style="text-align:center; display:block;">Enrol in the <em>Money Intensive</em></span>

    <div class="pricing-block">
      <p style="font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--white); margin-bottom: 0; font-weight: 500;">The Money Intensive</p>
      <p style="font-size: 12px; font-style: italic; color: var(--taupe); margin-top: 6px; margin-bottom: 0; font-family: 'Poppins', sans-serif;">Private 1:1 &nbsp;&middot;&nbsp; 4-Week Intensive</p>
      <div class="price">$777</div>

      <ul class="includes">
        <li>Four remote Deep Release sessions across four weeks</li>
        <li>Personalised video delivered immediately after every session</li>
        <li>Direct Voxer access to Nicky between sessions throughout the four weeks</li>
        <li>Fully remote, no live calls, no schedule juggling</li>
        <li>Works wherever you are in the world</li>
      </ul>

      <div class="tc-v2-embeddable-target" data-thrivecart-account="nickywilliams" data-thrivecart-tpl="v2" data-thrivecart-product="63" data-thrivecart-embeddable="tc-nickywilliams-63-IEPCP9"></div>
      <script async src="//tinder.thrivecart.com/embed/v2/thrivecart.js" id="tc-nickywilliams-63-IEPCP9"></script>
    </div>

    <p style="font-size: 13px; color: #888888; text-align: center; margin-top: 28px; max-width: 480px; margin-left: auto; margin-right: auto; font-family: 'Poppins', sans-serif;">Questions before you book? Email <a href="mailto:hello@energydetective.online" style="color: var(--gold); text-decoration: none;">hello@energydetective.online</a></p>
  </div>
</section>


<!-- ══════════════════════════════════════════════════════ FAQ -->
<section class="cream-band">
  <div class="container">
    <span class="section-heading">A few common <em>questions</em></span>

    <div class="faq-item">
      <p class="faq-q">Do I need to be on a call with you?</p>
      <p class="faq-a">No. The Deep Release Method works entirely remotely. There are no live calls. I do the session work, you receive a personalised video immediately afterwards, and you integrate in your own time. The Voxer space is where we stay connected between sessions.</p>
    </div>

    <div class="faq-item">
      <p class="faq-q">What if I've already done a lot of personal development work?</p>
      <p class="faq-a">Most clients in this programme had done significant inner work before coming to me. The old data addressed here typically exists at a level that mindset work, therapy, and coaching don't reach. It's in the system, not the conscious mind. This tends to pick up where everything else left off.</p>
    </div>

    <div class="faq-item">
      <p class="faq-q">Will I definitely earn more money afterwards?</p>
      <p class="faq-a">I can't promise external outcomes, and anyone who does is not being straight with you. What I can tell you is that when the system is no longer actively blocking, repelling, or capping money, the relationship with it changes. Clients across ten intensives reported becoming calmer around money, making better decisions with it, and in many cases seeing external shifts: new clients, unexpected income, opportunities appearing. The results vary. The shift in relationship with money is consistent.</p>
    </div>

    <div class="faq-item">
      <p class="faq-q">What does "asynchronous" actually mean in practice?</p>
      <p class="faq-a">It means I do the session work, a focused remote session on your system, and then record a video walking you through exactly what came up and what was cleared. You receive it immediately. You watch it when you're ready. You don't need to be present during the session itself.</p>
    </div>

    <div class="faq-item">
      <p class="faq-q">I'm employed, not self-employed. Is this still relevant?</p>
      <p class="faq-a">Yes. The old data addressed here, receiving blocks, inherited beliefs, safety imprints around money, exists regardless of how you earn. Several clients in the pilot were not running businesses. Pay rises, promotions, the ability to ask for what you're worth, the way you hold and spend what you have. All of it is affected.</p>
    </div>

    <div class="faq-item">
      <p class="faq-q">What is the Deep Release Method?</p>
      <p class="faq-a">It's my own approach to this work, built over several years and thousands of client interactions. I developed it because other methods were working at the surface level. The Deep Release Method goes to the root. The specific file. The specific moment it was created. And clears it there.</p>
    </div>

    <div style="text-align: center; margin-top: 52px;">
      <a href="#enrol" class="cta-btn">Enrol in the Money Intensive</a>
    </div>
  </div>
</section>


<!-- ══════════════════════════════════════════════════════ CLOSING -->
<section class="dark-band">
  <div class="container" style="text-align: center;">
    <span class="section-heading" style="display:block; text-align:center; margin-bottom: 32px;"><em>One</em> last thing</span>
    <p style="font-family: 'Cormorant Garamond', serif; font-size: clamp(24px, 3.5vw, 34px); color: var(--white); line-height: 1.5; max-width: 580px; margin: 0 auto 24px; font-style: italic; font-weight: 400;">"I am still very calm and handling things with ease. It's pretty amazing."</p>
    <p style="font-size: 11px; color: var(--gold); letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 44px; font-family: 'Poppins', sans-serif;">Client K, after the intensive</p>
    <p style="color: var(--white); max-width: 520px; margin: 0 auto 40px; font-size: 16px; font-family: 'Poppins', sans-serif; font-weight: 300;">That calm isn't a personality trait. It's what happens when the system stops protecting you from something that isn't actually a threat.</p>
    <a href="#enrol" class="cta-btn">I'm ready</a>
  </div>
</section>


<!-- ══════════════════════════════════════════════════════ FOOTER -->
<footer>
  <p><a href="https://energydetective.online">energydetective.online</a> &nbsp;&middot;&nbsp; The Energy Detective &nbsp;&middot;&nbsp; Nicky Williams</p>
  <p>The Deep Release Method is not a substitute for medical or psychiatric care. Results are individual and not guaranteed.</p>
</footer>


</body>
</html>/* End custom CSS */