{"product_id":"wealth-without-permission-copy","title":"Wealth Without Permission (Copy)","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eWealth Without Permission — The Permissionless\u003c\/title\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/api.fontshare.com\/v2\/css?f[]=satoshi@700,400\u0026amp;display=swap\"\u003e\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display:ital@0;1\u0026display=swap');\n\n:root {\n  --bg: #F7F7F5;\n  --black: #0a0a0a;\n  --lime: #CCFF66;\n  --lavender: #D4BFFF;\n  --teal: #1FB6A6;\n  --white: #ffffff;\n  --gray: #efefed;\n  --border: #ddddd9;\n  --muted: #555555;\n  --text-body: #222222;\n}\n\n* { margin: 0; padding: 0; box-sizing: border-box; }\nhtml { scroll-behavior: smooth; scroll-padding-top: 72px; }\n\nbody {\n  font-family: 'Satoshi', sans-serif;\n  background: var(--bg);\n  color: var(--black);\n  line-height: 1.6;\n  -webkit-font-smoothing: antialiased;\n}\n\n\/* NAV *\/\nnav {\n  position: sticky;\n  top: 0;\n  z-index: 100;\n  background: rgba(247,247,245,0.97);\n  backdrop-filter: blur(10px);\n  border-bottom: 1px solid var(--border);\n  padding: 0 32px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  height: 72px;\n}\n\n.nav-logo {\n  font-weight: 700;\n  font-size: 13px;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  color: var(--black);\n  text-decoration: none;\n}\n\n.nav-actions { display: flex; gap: 10px; align-items: center; }\n\n.nav-ghost {\n  background: transparent;\n  color: var(--black);\n  padding: 9px 18px;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  text-decoration: none;\n  border: 1.5px solid var(--black);\n  transition: all 0.2s;\n}\n.nav-ghost:hover { background: var(--black); color: var(--white); }\n\n.nav-cta {\n  background: var(--lime);\n  color: var(--black);\n  padding: 10px 22px;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  text-decoration: none;\n}\n.nav-cta:hover { opacity: 0.85; }\n\n\/* OPENING STATEMENT *\/\n.opening {\n  background: var(--black);\n  padding: 120px 32px 100px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n\n.opening::before {\n  content: '';\n  position: absolute;\n  top: -20%;\n  left: 50%;\n  transform: translateX(-50%);\n  width: 800px;\n  height: 800px;\n  background: radial-gradient(circle, rgba(204,255,102,0.07) 0%, transparent 65%);\n  pointer-events: none;\n}\n\n.opening-label {\n  display: inline-block;\n  background: var(--lime);\n  color: var(--black);\n  padding: 6px 18px;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  margin-bottom: 48px;\n}\n\n.opening-headline {\n  font-family: 'DM Serif Display', serif;\n  font-size: clamp(48px, 7vw, 96px);\n  color: var(--white);\n  font-weight: 400;\n  line-height: 1.0;\n  letter-spacing: -2px;\n  margin-bottom: 32px;\n  max-width: 900px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.opening-headline em {\n  color: var(--lime);\n  font-style: italic;\n}\n\n.opening-sub {\n  font-size: clamp(18px, 2.5vw, 24px);\n  color: #888;\n  max-width: 580px;\n  margin: 0 auto 56px;\n  line-height: 1.7;\n  font-weight: 400;\n}\n\n.opening-sub strong { color: var(--white); }\n\n.opening-cta {\n  display: inline-block;\n  background: var(--lime);\n  color: var(--black);\n  padding: 20px 48px;\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  text-decoration: none;\n  transition: opacity 0.2s;\n  margin-bottom: 16px;\n}\n.opening-cta:hover { opacity: 0.85; }\n\n.opening-note {\n  font-size: 12px;\n  color: #555;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n\n.opening-note span { color: var(--teal); font-weight: 700; }\n\n\/* VIDEO *\/\n.video-section {\n  background: var(--black);\n  padding: 0 32px 100px;\n  border-top: 1px solid #1a1a1a;\n}\n\n.video-inner {\n  max-width: 800px;\n  margin: 0 auto;\n  text-align: center;\n}\n\n.video-eyebrow {\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--lime);\n  margin-bottom: 14px;\n}\n\n.video-title {\n  font-family: 'DM Serif Display', serif;\n  font-size: clamp(24px, 3.5vw, 38px);\n  color: var(--white);\n  font-weight: 400;\n  line-height: 1.2;\n  margin-bottom: 14px;\n}\n\n.video-sub {\n  font-size: 15px;\n  color: #666;\n  margin-bottom: 36px;\n  line-height: 1.7;\n}\n\n.video-frame {\n  width: 100%;\n  aspect-ratio: 16\/9;\n  background: #111;\n  border: 1px solid #222;\n  border-radius: 4px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  gap: 14px;\n}\n\n.video-play {\n  width: 64px;\n  height: 64px;\n  background: var(--lime);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.video-frame-label {\n  font-size: 11px;\n  color: #444;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n}\n\n\/* PROOF BAR *\/\n.proof-bar {\n  background: var(--lime);\n  padding: 16px 0;\n  overflow: hidden;\n}\n\n.proof-bar-inner {\n  display: flex;\n  gap: 48px;\n  animation: marquee 24s linear infinite;\n  white-space: nowrap;\n}\n\n@keyframes marquee {\n  0% { transform: translateX(0); }\n  100% { transform: translateX(-50%); }\n}\n\n.proof-item {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  flex-shrink: 0;\n}\n\n.proof-dot {\n  width: 4px;\n  height: 4px;\n  background: var(--black);\n  border-radius: 50%;\n}\n\n.proof-text {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--black);\n}\n\n\/* SERMON SECTION *\/\n.sermon {\n  background: var(--bg);\n  padding: 120px 32px;\n  max-width: 760px;\n  margin: 0 auto;\n  text-align: center;\n}\n\n.sermon-line {\n  font-family: 'DM Serif Display', serif;\n  font-size: clamp(28px, 4vw, 46px);\n  font-weight: 400;\n  line-height: 1.25;\n  color: var(--black);\n  letter-spacing: -0.5px;\n  margin-bottom: 24px;\n}\n\n.sermon-line em { color: var(--teal); font-style: italic; }\n.sermon-line .highlight { background: var(--lime); padding: 0 8px; }\n\n.sermon-pause {\n  font-size: 13px;\n  color: var(--muted);\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  margin: 40px 0;\n}\n\n.sermon-body {\n  font-size: 19px;\n  color: var(--text-body);\n  line-height: 1.85;\n  margin-bottom: 20px;\n  font-weight: 400;\n}\n\n.sermon-body strong { color: var(--black); font-weight: 700; }\n\n\/* DECLARATION *\/\n.declaration {\n  background: var(--black);\n  padding: 100px 32px;\n  text-align: center;\n}\n\n.declaration-inner {\n  max-width: 700px;\n  margin: 0 auto;\n}\n\n.declaration-line {\n  font-family: 'DM Serif Display', serif;\n  font-size: clamp(22px, 3.5vw, 38px);\n  color: var(--white);\n  font-weight: 400;\n  line-height: 1.4;\n  margin-bottom: 20px;\n}\n\n.declaration-line span { color: var(--lime); }\n.declaration-line em { color: var(--lavender); font-style: italic; }\n\n.declaration-divider {\n  width: 48px;\n  height: 3px;\n  background: var(--lime);\n  margin: 40px auto;\n}\n\n.declaration-cite {\n  font-size: 11px;\n  color: #444;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n}\n\n\/* WHAT YOU ARE STEPPING INTO *\/\n.stepping {\n  background: var(--bg);\n  padding: 100px 32px;\n}\n\n.stepping-inner { max-width: 900px; margin: 0 auto; }\n\n.section-eyebrow {\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--teal);\n  margin-bottom: 16px;\n}\n\n.section-title {\n  font-family: 'DM Serif Display', serif;\n  font-size: clamp(32px, 4.5vw, 52px);\n  font-weight: 400;\n  line-height: 1.1;\n  letter-spacing: -1px;\n  margin-bottom: 20px;\n  color: var(--black);\n}\n\n.section-title em { color: var(--teal); font-style: italic; }\n\n.body-text {\n  font-size: 17px;\n  color: var(--text-body);\n  line-height: 1.85;\n  margin-bottom: 20px;\n}\n\n.body-text strong { color: var(--black); font-weight: 700; }\n\n\/* PILLARS *\/\n.pillars {\n  margin-top: 56px;\n  display: flex;\n  flex-direction: column;\n  gap: 0;\n}\n\n.pillar {\n  display: grid;\n  grid-template-columns: 80px 1fr;\n  gap: 28px;\n  padding: 48px 0;\n  border-bottom: 1px solid var(--border);\n  align-items: start;\n}\n\n.pillar:last-child { border-bottom: none; }\n\n.pillar-num {\n  font-family: 'DM Serif Display', serif;\n  font-size: 64px;\n  font-weight: 400;\n  color: var(--lime);\n  line-height: 1;\n  letter-spacing: -2px;\n}\n\n.pillar-label {\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--teal);\n  margin-bottom: 8px;\n}\n\n.pillar-title {\n  font-size: 22px;\n  font-weight: 700;\n  color: var(--black);\n  margin-bottom: 12px;\n  letter-spacing: -0.3px;\n}\n\n.pillar-body {\n  font-size: 15px;\n  color: var(--text-body);\n  line-height: 1.8;\n  margin-bottom: 14px;\n}\n\n.pillar-tag {\n  display: inline-block;\n  background: var(--lime);\n  color: var(--black);\n  padding: 5px 14px;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n\/* WHAT YOU WALK AWAY AS *\/\n.transformation {\n  background: var(--black);\n  padding: 80px 40px;\n  border-radius: 4px;\n  margin-top: 64px;\n}\n\n.transformation-eyebrow {\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--teal);\n  margin-bottom: 16px;\n}\n\n.transformation-headline {\n  font-family: 'DM Serif Display', serif;\n  font-size: clamp(24px, 3.5vw, 36px);\n  color: var(--white);\n  font-weight: 400;\n  line-height: 1.2;\n  margin-bottom: 40px;\n  letter-spacing: -0.5px;\n}\n\n.transformation-headline span { color: var(--lime); }\n\n.transformation-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 16px;\n}\n\n.transformation-item {\n  background: #111;\n  border: 1px solid #2a2a2a;\n  padding: 24px 20px;\n}\n\n.t-marker {\n  width: 28px;\n  height: 28px;\n  background: var(--lime);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 12px;\n  font-weight: 700;\n  color: var(--black);\n  margin-bottom: 14px;\n}\n\n.t-title {\n  font-size: 14px;\n  font-weight: 700;\n  color: var(--white);\n  margin-bottom: 6px;\n}\n\n.t-body {\n  font-size: 13px;\n  color: #666;\n  line-height: 1.65;\n}\n\n\/* IS THIS YOU *\/\n.is-this-you {\n  background: var(--gray);\n  padding: 100px 32px;\n}\n\n.is-this-you-inner { max-width: 900px; margin: 0 auto; }\n\n.recognition-list {\n  margin-top: 40px;\n  display: flex;\n  flex-direction: column;\n  gap: 0;\n}\n\n.recognition-item {\n  display: flex;\n  gap: 20px;\n  padding: 22px 0;\n  border-bottom: 1px solid var(--border);\n  align-items: flex-start;\n}\n\n.recognition-item:last-child { border-bottom: none; }\n\n.r-arrow {\n  width: 28px;\n  height: 28px;\n  background: var(--lime);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  margin-top: 2px;\n  font-size: 14px;\n  font-weight: 700;\n  color: var(--black);\n}\n\n.r-text {\n  font-size: 17px;\n  color: var(--text-body);\n  line-height: 1.7;\n}\n\n.r-text strong { color: var(--black); }\n\n\/* THE TRUTH BLOCK *\/\n.truth-block {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-left: 6px solid var(--lime);\n  padding: 36px 32px;\n  margin-top: 48px;\n}\n\n.truth-block p {\n  font-family: 'DM Serif Display', serif;\n  font-size: clamp(20px, 2.5vw, 26px);\n  font-weight: 400;\n  line-height: 1.5;\n  color: var(--black);\n  font-style: italic;\n}\n\n.truth-block cite {\n  display: block;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--teal);\n  margin-top: 16px;\n  font-style: normal;\n}\n\n\/* SHAUNITA *\/\n.shaunita-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 100px 32px;\n  display: grid;\n  grid-template-columns: 380px 1fr;\n  gap: 80px;\n  align-items: start;\n}\n\n.shaunita-img {\n  border-radius: 4px;\n  overflow: hidden;\n  aspect-ratio: 3\/4;\n  background: var(--gray);\n}\n\n.shaunita-img img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: top center;\n  display: block;\n}\n\n.shaunita-name {\n  font-family: 'DM Serif Display', serif;\n  font-size: 44px;\n  font-weight: 400;\n  letter-spacing: -1.5px;\n  margin-bottom: 6px;\n  color: var(--black);\n}\n\n.shaunita-title {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  color: var(--teal);\n  margin-bottom: 32px;\n}\n\n.shaunita-stats {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-top: 40px;\n}\n\n.stat-box {\n  background: var(--gray);\n  padding: 18px;\n  border: 1px solid var(--border);\n}\n\n.stat-num {\n  font-size: 26px;\n  font-weight: 700;\n  color: var(--black);\n  line-height: 1;\n  margin-bottom: 4px;\n}\n\n.stat-num span { color: var(--teal); }\n\n.stat-label {\n  font-size: 10px;\n  color: var(--muted);\n  text-transform: uppercase;\n  letter-spacing: 1.5px;\n}\n\n\/* INVESTMENT *\/\n.investment {\n  background: var(--black);\n  padding: 120px 32px;\n  text-align: center;\n}\n\n.investment-inner { max-width: 680px; margin: 0 auto; }\n\n.inv-eyebrow {\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--teal);\n  margin-bottom: 24px;\n}\n\n.inv-headline {\n  font-family: 'DM Serif Display', serif;\n  font-size: clamp(32px, 5vw, 54px);\n  color: var(--white);\n  font-weight: 400;\n  line-height: 1.1;\n  letter-spacing: -1.5px;\n  margin-bottom: 16px;\n}\n\n.inv-sub {\n  font-size: 16px;\n  color: #666;\n  line-height: 1.7;\n  margin-bottom: 48px;\n  max-width: 500px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.inv-price {\n  font-family: 'DM Serif Display', serif;\n  font-size: 96px;\n  color: var(--lime);\n  line-height: 1;\n  letter-spacing: -4px;\n  margin-bottom: 8px;\n}\n\n.inv-price-label {\n  font-size: 12px;\n  color: #555;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  margin-bottom: 16px;\n}\n\n.inv-breakdown {\n  font-size: 14px;\n  color: var(--teal);\n  font-weight: 700;\n  margin-bottom: 48px;\n}\n\n.inv-details {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 48px;\n}\n\n.inv-detail {\n  background: #111;\n  border: 1px solid #222;\n  padding: 18px 14px;\n}\n\n.inv-detail-label {\n  font-size: 9px;\n  color: #555;\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  margin-bottom: 8px;\n}\n\n.inv-detail-val {\n  font-size: 13px;\n  font-weight: 700;\n  color: var(--white);\n}\n\n.inv-cta {\n  display: inline-block;\n  background: var(--lime);\n  color: var(--black);\n  padding: 22px 52px;\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  text-decoration: none;\n  transition: opacity 0.2s;\n  margin-bottom: 16px;\n}\n\n.inv-cta:hover { opacity: 0.85; }\n\n.inv-note {\n  font-size: 13px;\n  color: #444;\n  line-height: 1.9;\n  margin-top: 20px;\n}\n\n.inv-note strong { color: var(--white); }\n\n\/* FINAL SERMON *\/\n.final-sermon {\n  background: var(--lime);\n  padding: 120px 32px;\n  text-align: center;\n}\n\n.final-sermon-inner { max-width: 700px; margin: 0 auto; }\n\n.fs-line {\n  font-family: 'DM Serif Display', serif;\n  font-size: clamp(32px, 5vw, 60px);\n  font-weight: 400;\n  line-height: 1.1;\n  letter-spacing: -1.5px;\n  color: var(--black);\n  margin-bottom: 20px;\n}\n\n.fs-body {\n  font-size: 18px;\n  color: #333;\n  line-height: 1.75;\n  margin-bottom: 48px;\n  max-width: 520px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.fs-btn {\n  display: inline-block;\n  background: var(--black);\n  color: var(--lime);\n  padding: 20px 52px;\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  text-decoration: none;\n  transition: opacity 0.2s;\n}\n\n.fs-btn:hover { opacity: 0.85; }\n\n\/* FOOTER *\/\nfooter {\n  background: var(--black);\n  padding: 40px 32px;\n  text-align: center;\n}\n\nfooter p {\n  font-size: 12px;\n  color: #444;\n  letter-spacing: 1px;\n  line-height: 1.9;\n}\n\nfooter a { color: var(--teal); text-decoration: none; }\n\n\/* RESPONSIVE *\/\n@media (max-width: 768px) {\n  .shaunita-section { grid-template-columns: 1fr; gap: 40px; }\n  .shaunita-img { aspect-ratio: 1\/1; }\n  .pillar { grid-template-columns: 60px 1fr; }\n  .inv-details { grid-template-columns: 1fr 1fr; }\n  .opening { padding: 80px 24px 70px; }\n  .sermon { padding: 80px 24px; }\n  nav { padding: 0 20px; }\n  .nav-ghost { display: none; }\n  .stepping, .is-this-you { padding: 70px 24px; }\n  .investment { padding: 80px 24px; }\n  .final-sermon { padding: 80px 24px; }\n  .transformation { padding: 48px 24px; }\n}\n\n@media (max-width: 480px) {\n  .transformation-grid { grid-template-columns: 1fr; }\n  .shaunita-stats { grid-template-columns: 1fr 1fr; }\n}\n\u003c\/style\u003e\n\n\n\n\u003c!-- NAV --\u003e\n\u003cnav\u003e\n  \u003ca href=\"https:\/\/exittodigital.com\" class=\"nav-logo\"\u003eShaunita N. Holley\u003c\/a\u003e\n  \u003cdiv class=\"nav-actions\"\u003e\n    \u003ca href=\"https:\/\/exittodigital.com\" class=\"nav-ghost\"\u003eExit to Digital\u003c\/a\u003e\n    \u003ca href=\"#join\" class=\"nav-cta\"\u003eJoin — $997\/Year\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/nav\u003e\n\n\u003c!-- OPENING STATEMENT --\u003e\n\u003cdiv class=\"opening\"\u003e\n  \u003cdiv class=\"opening-label\"\u003eWealth Without Permission · The Permissionless\u003c\/div\u003e\n  \u003ch1 class=\"opening-headline\"\u003e\n    You were never\u003cbr\u003ewaiting for the\u003cbr\u003e\u003cem\u003eright time.\u003c\/em\u003e\u003cbr\u003eYou were waiting\u003cbr\u003efor yourself.\n  \u003c\/h1\u003e\n  \u003cp class=\"opening-sub\"\u003e\n    This is the room where that waiting ends.\u003cbr\u003e\n    \u003cstrong\u003eWelcome to Wealth Without Permission.\u003c\/strong\u003e\n  \u003c\/p\u003e\n  \u003ca href=\"#join\" class=\"opening-cta\"\u003eI Am Ready — Join The Permissionless\u003c\/a\u003e\n  \u003cbr\u003e\n  \u003cp class=\"opening-note\"\u003e$997 per year  ·  \u003cspan\u003eLess than $84 per month\u003c\/span\u003e  ·  Everything unlocked from day one\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- VIDEO --\u003e\n\u003cdiv class=\"video-section\"\u003e\n  \u003cdiv class=\"video-inner\"\u003e\n    \u003cdiv class=\"video-eyebrow\"\u003eBefore you read another word\u003c\/div\u003e\n    \u003ch2 class=\"video-title\"\u003eWatch this first.\u003cbr\u003eThen decide.\u003c\/h2\u003e\n    \u003cp class=\"video-sub\"\u003eA few minutes of truth is worth more than ten pages of copy. This is who I am and why I built this room.\u003c\/p\u003e\n    \u003c!-- REPLACE WITH YOUR VIDEO EMBED --\u003e\n    \u003cdiv class=\"video-frame\"\u003e\n      \u003cdiv class=\"video-play\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n          \u003cpath d=\"M8 5v14l11-7L8 5z\" fill=\"#000\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"video-frame-label\"\u003eAdd your video here\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- PROOF BAR --\u003e\n\u003cdiv class=\"proof-bar\"\u003e\n  \u003cdiv class=\"proof-bar-inner\"\u003e\n    \u003cdiv class=\"proof-item\"\u003e\n\u003cdiv class=\"proof-dot\"\u003e\u003c\/div\u003e\n\u003cspan class=\"proof-text\"\u003e$230K earned on the side while building\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"proof-item\"\u003e\n\u003cdiv class=\"proof-dot\"\u003e\u003c\/div\u003e\n\u003cspan class=\"proof-text\"\u003eNearly 3,000-person organization built\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"proof-item\"\u003e\n\u003cdiv class=\"proof-dot\"\u003e\u003c\/div\u003e\n\u003cspan class=\"proof-text\"\u003e6 published books\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"proof-item\"\u003e\n\u003cdiv class=\"proof-dot\"\u003e\u003c\/div\u003e\n\u003cspan class=\"proof-text\"\u003e23 years licensed real estate\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"proof-item\"\u003e\n\u003cdiv class=\"proof-dot\"\u003e\u003c\/div\u003e\n\u003cspan class=\"proof-text\"\u003eLeft employment on her own terms\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"proof-item\"\u003e\n\u003cdiv class=\"proof-dot\"\u003e\u003c\/div\u003e\n\u003cspan class=\"proof-text\"\u003eDigital strategist and movement builder\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"proof-item\"\u003e\n\u003cdiv class=\"proof-dot\"\u003e\u003c\/div\u003e\n\u003cspan class=\"proof-text\"\u003e$230K earned on the side while building\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"proof-item\"\u003e\n\u003cdiv class=\"proof-dot\"\u003e\u003c\/div\u003e\n\u003cspan class=\"proof-text\"\u003eNearly 3,000-person organization built\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"proof-item\"\u003e\n\u003cdiv class=\"proof-dot\"\u003e\u003c\/div\u003e\n\u003cspan class=\"proof-text\"\u003e6 published books\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"proof-item\"\u003e\n\u003cdiv class=\"proof-dot\"\u003e\u003c\/div\u003e\n\u003cspan class=\"proof-text\"\u003e23 years licensed real estate\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"proof-item\"\u003e\n\u003cdiv class=\"proof-dot\"\u003e\u003c\/div\u003e\n\u003cspan class=\"proof-text\"\u003eLeft employment on her own terms\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"proof-item\"\u003e\n\u003cdiv class=\"proof-dot\"\u003e\u003c\/div\u003e\n\u003cspan class=\"proof-text\"\u003eDigital strategist and movement builder\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SERMON --\u003e\n\u003cdiv class=\"sermon\"\u003e\n  \u003cdiv class=\"sermon-line\"\u003e\n    You are not behind.\n  \u003c\/div\u003e\n  \u003cdiv class=\"sermon-line\"\u003e\n    You are not too late.\n  \u003c\/div\u003e\n  \u003cdiv class=\"sermon-line\"\u003e\n    You are not \u003cem\u003emissing something\u003c\/em\u003e\u003cbr\u003eeveryone else has.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sermon-pause\"\u003e· · ·\u003c\/div\u003e\n\n  \u003cdiv class=\"sermon-line\"\u003e\n    You have been sitting on\u003cbr\u003e\n    \u003cspan class=\"highlight\"\u003ea fortune you cannot see yet.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sermon-pause\"\u003e· · ·\u003c\/div\u003e\n\n  \u003cp class=\"sermon-body\"\u003e\n    You have the knowledge. You have the experience. You have the story. You have done things most people have only read about. You built things. You survived things. You know things.\n  \u003c\/p\u003e\n  \u003cp class=\"sermon-body\"\u003e\n    And somehow \u003cstrong\u003enone of it has been converted into the income it deserves.\u003c\/strong\u003e\n  \u003c\/p\u003e\n  \u003cp class=\"sermon-body\"\u003e\n    That is not a you problem. That is a room problem. You have been building alone. Learning alone. Trying to figure out alone what was always meant to be figured out in community.\n  \u003c\/p\u003e\n  \u003cp class=\"sermon-body\"\u003e\n    \u003cstrong\u003eThe room exists now. The door is open. And you do not need anyone's permission to walk through it.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- DECLARATION --\u003e\n\u003cdiv class=\"declaration\"\u003e\n  \u003cdiv class=\"declaration-inner\"\u003e\n    \u003cdiv class=\"declaration-line\"\u003e\n      The woman who built \u003cspan\u003e$230K on the side\u003c\/span\u003e\u003cbr\u003ewhile working full time.\n    \u003c\/div\u003e\n    \u003cdiv class=\"declaration-divider\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"declaration-line\"\u003e\n      The woman who built an organization\u003cbr\u003eof \u003cspan\u003enearly 3,000 people\u003c\/span\u003e\u003cbr\u003ewithout asking for permission.\n    \u003c\/div\u003e\n    \u003cdiv class=\"declaration-divider\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"declaration-line\"\u003e\n      The woman who \u003cem\u003eleft\u003c\/em\u003e on her own terms\u003cbr\u003eand built something \u003cspan\u003eno one could take away.\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"declaration-divider\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"declaration-line\" style=\"font-size: clamp(18px, 3vw, 28px); color: #888;\"\u003e\n      She built this room\u003cbr\u003ebecause she kept meeting women\u003cbr\u003ewho had everything she had\u003cbr\u003eand were still waiting.\n    \u003c\/div\u003e\n    \u003cdiv class=\"declaration-divider\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"declaration-cite\"\u003eShaunita N. Holley  ·  Founder, Wealth Without Permission\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WHAT YOU ARE STEPPING INTO --\u003e\n\u003cdiv class=\"stepping\"\u003e\n  \u003cdiv class=\"stepping-inner\"\u003e\n    \u003cdiv class=\"section-eyebrow\"\u003eWhat Is Inside\u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eEverything you need.\u003cbr\u003e\u003cem\u003eNothing you do not.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"body-text\"\u003eNo filler. No fluff. No borrowed content from someone else's vault. Every single thing inside this community was built by Shaunita. For you. For this.\u003c\/p\u003e\n\n    \u003cdiv class=\"pillars\"\u003e\n\n      \u003cdiv class=\"pillar\"\u003e\n        \u003cdiv class=\"pillar-num\"\u003e01\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"pillar-label\"\u003eThe Foundation\u003c\/div\u003e\n          \u003cdiv class=\"pillar-title\"\u003eWho You Become Before You Build Anything\u003c\/div\u003e\n          \u003cp class=\"pillar-body\"\u003eYou cannot build from the identity of someone who is still waiting for permission. The Foundation rewires that. Mindset. Identity. The internal shift that makes everything else possible. This is where The Permissionless is born inside you.\u003c\/p\u003e\n          \u003cspan class=\"pillar-tag\"\u003eIdentity first. Always.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pillar\"\u003e\n        \u003cdiv class=\"pillar-num\"\u003e02\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"pillar-label\"\u003eThe Money Machines\u003c\/div\u003e\n          \u003cdiv class=\"pillar-title\"\u003eThe 30-Day Income Execution Challenge\u003c\/div\u003e\n          \u003cp class=\"pillar-body\"\u003eOne income-producing action every weekday for 30 days. Not a course you watch. A challenge you live. Every day has a job. Every action builds momentum. Most members say this alone changed how they relate to money, action, and themselves.\u003c\/p\u003e\n          \u003cspan class=\"pillar-tag\"\u003eAction over information. Always.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pillar\"\u003e\n        \u003cdiv class=\"pillar-num\"\u003e03\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"pillar-label\"\u003eThe Multipliers\u003c\/div\u003e\n          \u003cdiv class=\"pillar-title\"\u003eBuild More. Show Up Less. Earn Differently.\u003c\/div\u003e\n          \u003cp class=\"pillar-body\"\u003eAI tools. Faceless income strategies. Automation. Content systems built for the person who is not trying to go viral, just trying to get paid. The Multipliers let you work like someone with a team even when you are building alone.\u003c\/p\u003e\n          \u003cspan class=\"pillar-tag\"\u003eYour genius. Multiplied.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pillar\"\u003e\n        \u003cdiv class=\"pillar-num\"\u003e04\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"pillar-label\"\u003eMonthly\u003c\/div\u003e\n          \u003cdiv class=\"pillar-title\"\u003ePermissionless Drops — Training from Shaunita\u003c\/div\u003e\n          \u003cp class=\"pillar-body\"\u003eEvery month a new training drops inside the community. Live or recorded. Deep, specific, and built around what The Permissionless is navigating right now. Not recycled content. Not repurposed webinars. Original thinking delivered directly to this room. Every single month.\u003c\/p\u003e\n          \u003cspan class=\"pillar-tag\"\u003e12 original trainings per year\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pillar\"\u003e\n        \u003cdiv class=\"pillar-num\"\u003e05\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"pillar-label\"\u003eQuarterly\u003c\/div\u003e\n          \u003cdiv class=\"pillar-title\"\u003eThe Permissionless Sprint\u003c\/div\u003e\n          \u003cp class=\"pillar-body\"\u003eFour times per year the whole community locks in together around one focused outcome. A launch. A product. A sales sprint. A visibility push. Something with a deadline and a result. These are the moments inside Wealth Without Permission that create real stories, real wins, and real proof.\u003c\/p\u003e\n          \u003cspan class=\"pillar-tag\"\u003e4 sprints. 4 results. Per year.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pillar\"\u003e\n        \u003cdiv class=\"pillar-num\"\u003e06\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"pillar-label\"\u003eThe Community\u003c\/div\u003e\n          \u003cdiv class=\"pillar-title\"\u003eThe Room Itself\u003c\/div\u003e\n          \u003cp class=\"pillar-body\"\u003eEvery person inside paid to be here. That changes the energy of a room completely. No lurkers. No freebie seekers. No one who showed up by accident. The Permissionless is a curated space of people who decided. That decision is the price of admission and the proof of readiness.\u003c\/p\u003e\n          \u003cspan class=\"pillar-tag\"\u003eEveryone here decided.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- TRANSFORMATION --\u003e\n    \u003cdiv class=\"transformation\"\u003e\n      \u003cdiv class=\"transformation-eyebrow\"\u003eWhat You Walk Away As\u003c\/div\u003e\n      \u003ch3 class=\"transformation-headline\"\u003eNot what you learned.\u003cbr\u003e\u003cspan\u003eWho you became.\u003c\/span\u003e\n\u003c\/h3\u003e\n      \u003cdiv class=\"transformation-grid\"\u003e\n        \u003cdiv class=\"transformation-item\"\u003e\n          \u003cdiv class=\"t-marker\"\u003e01\u003c\/div\u003e\n          \u003cdiv class=\"t-title\"\u003eSomeone who believes\u003c\/div\u003e\n          \u003cdiv class=\"t-body\"\u003eYour expertise has a price. Your knowledge has a market. Your story has a buyer. You finally believe it.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"transformation-item\"\u003e\n          \u003cdiv class=\"t-marker\"\u003e02\u003c\/div\u003e\n          \u003cdiv class=\"t-title\"\u003eSomeone who has moved\u003c\/div\u003e\n          \u003cdiv class=\"t-body\"\u003eNot someone who is about to start. Someone who already did. The action is the identity shift.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"transformation-item\"\u003e\n          \u003cdiv class=\"t-marker\"\u003e03\u003c\/div\u003e\n          \u003cdiv class=\"t-title\"\u003eSomeone with proof\u003c\/div\u003e\n          \u003cdiv class=\"t-body\"\u003eSales. Data. Evidence. By the end of the year you have something real to point to.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"transformation-item\"\u003e\n          \u003cdiv class=\"t-marker\"\u003e04\u003c\/div\u003e\n          \u003cdiv class=\"t-title\"\u003eSomeone who belongs\u003c\/div\u003e\n          \u003cdiv class=\"t-body\"\u003eA community of people who understand what you are building because they are building it too.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"transformation-item\"\u003e\n          \u003cdiv class=\"t-marker\"\u003e05\u003c\/div\u003e\n          \u003cdiv class=\"t-title\"\u003eSomeone who is Permissionless\u003c\/div\u003e\n          \u003cdiv class=\"t-body\"\u003eYou stopped waiting. That is the whole thing. Everything else is just what comes after.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- IS THIS YOU --\u003e\n\u003cdiv class=\"is-this-you\"\u003e\n  \u003cdiv class=\"is-this-you-inner\"\u003e\n    \u003cdiv class=\"section-eyebrow\"\u003eThis Is For You If\u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eShe is done being\u003cbr\u003ethe \u003cem\u003ebest kept secret.\u003c\/em\u003e\n\u003c\/h2\u003e\n\n    \u003cdiv class=\"recognition-list\"\u003e\n      \u003cdiv class=\"recognition-item\"\u003e\n        \u003cdiv class=\"r-arrow\"\u003e→\u003c\/div\u003e\n        \u003cp class=\"r-text\"\u003eYou have been in your job, your career, your life — and somewhere underneath all of it you \u003cstrong\u003eknow there is more.\u003c\/strong\u003e You have known for a while. You are done pretending you have not.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"recognition-item\"\u003e\n        \u003cdiv class=\"r-arrow\"\u003e→\u003c\/div\u003e\n        \u003cp class=\"r-text\"\u003eYou have expertise that people already ask you about. You have been giving it away for free in conversations, in meetings, in DMs. \u003cstrong\u003eYou are done giving it away.\u003c\/strong\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"recognition-item\"\u003e\n        \u003cdiv class=\"r-arrow\"\u003e→\u003c\/div\u003e\n        \u003cp class=\"r-text\"\u003eYou have tried before. You built something. You stopped. You told yourself the time was not right. The audience was not ready. You were not ready. \u003cstrong\u003eThat story ends here.\u003c\/strong\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"recognition-item\"\u003e\n        \u003cdiv class=\"r-arrow\"\u003e→\u003c\/div\u003e\n        \u003cp class=\"r-text\"\u003eYou want to build income that does not require you to trade every hour for every dollar. \u003cstrong\u003eYou want something that earns while you sleep, while you work, while you live.\u003c\/strong\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"recognition-item\"\u003e\n        \u003cdiv class=\"r-arrow\"\u003e→\u003c\/div\u003e\n        \u003cp class=\"r-text\"\u003eYou understand that $997 is not an expense. \u003cstrong\u003eIt is the decision\u003c\/strong\u003e you have been circling for months. The one that changes the year. The one that changes the story you tell about yourself.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"recognition-item\"\u003e\n        \u003cdiv class=\"r-arrow\"\u003e→\u003c\/div\u003e\n        \u003cp class=\"r-text\"\u003eYou are ready to be in a room where the people around you are not talking about starting. \u003cstrong\u003eThey are building.\u003c\/strong\u003e And you want to be one of them.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"truth-block\"\u003e\n      \u003cp\u003e\"This is for the woman who is done being the most accomplished person in the room with the least to show for it. She is not starting over. She is finally starting right.\"\u003c\/p\u003e\n      \u003ccite\u003e— Shaunita N. Holley\u003c\/cite\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SHAUNITA --\u003e\n\u003csection class=\"shaunita-section\"\u003e\n  \u003cdiv class=\"shaunita-img\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0880\/9162\/3699\/files\/shaunita.jpg?v=1768282382\" alt=\"Shaunita N. Holley\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv\u003e\n    \u003cdiv class=\"section-eyebrow\"\u003eWho Built This Room\u003c\/div\u003e\n    \u003cdiv class=\"shaunita-name\"\u003eShaunita N. Holley\u003c\/div\u003e\n    \u003cdiv class=\"shaunita-title\"\u003eStrategist · Author · Founder of Wealth Without Permission\u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003eI bought my first house at nineteen. I built a direct sales organization of nearly 3,000 people while working full time. I earned $230K on the side before most people around me knew I was building anything. Then I walked away from employment to build entirely on my own terms.\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eI have published six books. I build digital products, communities, and income systems at a pace that makes people think I have a team. I do not. I have strategy, identity work, and the ability to see exactly what someone is sitting on before they can see it themselves.\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eI did not build this community because I needed another offer. \u003cstrong\u003eI built it because I kept meeting women who had everything I had and were still waiting.\u003c\/strong\u003e That ends inside this room.\u003c\/p\u003e\n    \u003cdiv class=\"shaunita-stats\"\u003e\n      \u003cdiv class=\"stat-box\"\u003e\n        \u003cdiv class=\"stat-num\"\u003e$230\u003cspan\u003eK\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eEarned on the side\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-box\"\u003e\n        \u003cdiv class=\"stat-num\"\u003e~3\u003cspan\u003eK\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eOrganization built\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-box\"\u003e\n        \u003cdiv class=\"stat-num\"\u003e6\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003ePublished books\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-box\"\u003e\n        \u003cdiv class=\"stat-num\"\u003e23\u003cspan\u003e yrs\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eLicensed real estate\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- INVESTMENT --\u003e\n\u003cdiv class=\"investment\" id=\"join\"\u003e\n  \u003cdiv class=\"investment-inner\"\u003e\n    \u003cdiv class=\"inv-eyebrow\"\u003eThe Investment\u003c\/div\u003e\n    \u003ch2 class=\"inv-headline\"\u003eOne decision.\u003cbr\u003eOne year.\u003cbr\u003eEverything changes.\u003c\/h2\u003e\n    \u003cp class=\"inv-sub\"\u003eA full year inside Wealth Without Permission. Every pillar. Every monthly drop. Every quarterly sprint. The community. The identity shift. All of it.\u003c\/p\u003e\n    \u003cdiv class=\"inv-price\"\u003e$997\u003c\/div\u003e\n    \u003cdiv class=\"inv-price-label\"\u003eAnnual membership · One payment · No monthly billing\u003c\/div\u003e\n    \u003cdiv class=\"inv-breakdown\"\u003eLess than $84 per month · Less than $20 per week\u003c\/div\u003e\n\n    \u003cdiv class=\"inv-details\"\u003e\n      \u003cdiv class=\"inv-detail\"\u003e\n        \u003cdiv class=\"inv-detail-label\"\u003eDuration\u003c\/div\u003e\n        \u003cdiv class=\"inv-detail-val\"\u003eFull Year\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"inv-detail\"\u003e\n        \u003cdiv class=\"inv-detail-label\"\u003eMonthly Drops\u003c\/div\u003e\n        \u003cdiv class=\"inv-detail-val\"\u003e12 Per Year\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"inv-detail\"\u003e\n        \u003cdiv class=\"inv-detail-label\"\u003eSprints\u003c\/div\u003e\n        \u003cdiv class=\"inv-detail-val\"\u003e4 Per Year\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"inv-detail\"\u003e\n        \u003cdiv class=\"inv-detail-label\"\u003eLibrary Access\u003c\/div\u003e\n        \u003cdiv class=\"inv-detail-val\"\u003eDay One\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"inv-detail\"\u003e\n        \u003cdiv class=\"inv-detail-label\"\u003eBilling\u003c\/div\u003e\n        \u003cdiv class=\"inv-detail-val\"\u003eOnce. Done.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"inv-detail\"\u003e\n        \u003cdiv class=\"inv-detail-label\"\u003eWant More\u003c\/div\u003e\n        \u003cdiv class=\"inv-detail-val\"\u003eIntensive $4,997\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ca href=\"#\" class=\"inv-cta\"\u003eI Am Permissionless — Join Now\u003c\/a\u003e\n\n    \u003cp class=\"inv-note\"\u003e\n      One payment. Full year. No monthly billing. No surprise charges.\u003cbr\u003e\n      \u003cstrong\u003eThe Digital Hustle Playbook is included free the moment you join.\u003c\/strong\u003e\u003cbr\u003e\n      Ready to go deeper? The Digital Strategy Intensive is $4,997.\u003cbr\u003e\n      Questions? Send a message before you buy.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FINAL SERMON --\u003e\n\u003cdiv class=\"final-sermon\"\u003e\n  \u003cdiv class=\"final-sermon-inner\"\u003e\n    \u003cdiv class=\"fs-line\"\u003e\n      You do not need\u003cbr\u003eone more sign.\n    \u003c\/div\u003e\n    \u003cp class=\"fs-body\"\u003e\n      You have been looking for permission from the outside. From the right time. From the right numbers in your bank account. From someone who looks like you doing it first.\n\n      The permission was always yours. It was never theirs to give.\n\n      The room is open. The people are inside. The work is real. Come be in the room where that is already happening.\n    \u003c\/p\u003e\n    \u003ca href=\"#join\" class=\"fs-btn\"\u003eJoin Wealth Without Permission — $997\/Year\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FOOTER --\u003e\n\u003cfooter\u003e\n  \u003cp\u003e\n    © 2026 Shaunita N. Holley  · \n    \u003ca href=\"https:\/\/exittodigital.com\"\u003eExitToDigital.com\u003c\/a\u003e  · \n    All rights reserved.\n  \u003c\/p\u003e\n\u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"Shaunita | Exit to Digital","offers":[{"title":"Default Title","offer_id":54247123419411,"sku":null,"price":1000.0,"currency_code":"USD","in_stock":true}],"url":"https:\/\/exittodigital.com\/products\/wealth-without-permission-copy","provider":"Shaunita | Exit to Digital","version":"1.0","type":"link"}