Sourcebook
Sourcebook
The raw HTML for every page in this site. Expand a file to view its source.
about.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About – Self Entourage</title>
<meta name="description" content="Learn about Self Entourage: our mission, story, values and location in Aurora, Colorado.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="active" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">About</span>
<h1 class="page-title">About Self Entourage</h1>
<p class="page-sub">Self Entourage is an AI systems design, education and implementation business based in Aurora, Colorado. Our mission is to empower sovereign entrepreneurs with clear AI frameworks, robust operating systems and hands‑on support.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container two-col">
<div>
<h2>Our story</h2>
<p>We started as a small collective of technologists and educators who believed that cutting‑edge AI should be accessible, ethical and empowering. Over the years we've helped entrepreneurs, creators and organisations build systems that free them from operational chaos and enable them to focus on their mission.</p>
<p>We teach AI clearly, build reusable systems and provide hands‑on consulting. Every product we offer is rooted in our belief that a business should be a self‑improving machine rather than a constant hustle.</p>
</div>
<div>
<h2>Our values</h2>
<ul class="checklist">
<li>Sovereignty – own your data, systems and outcomes</li>
<li>Clarity – demystify AI and make it actionable</li>
<li>Integrity – honour promises and protect intellectual property</li>
<li>Empathy – design systems that serve real people</li>
</ul>
<p>We serve clients throughout the Denver metropolitan area. Meetings are available by appointment only—please schedule a consultation before visiting so we can prepare for you.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>acceptable-use.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Acceptable Use Policy – Self Entourage</title>
<meta name="description" content="Rules governing the acceptable use of Self Entourage’s website and services.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav">
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
<a href="about.html">About</a>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
</nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Legal</span>
<h1 class="page-title">Acceptable Use Policy</h1>
<p class="page-sub">The rules and guidelines that govern your use of Self Entourage’s website, products and services.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container">
<h2>Prohibited Conduct</h2>
<p>When using our website, products or services, you agree not to:</p>
<ul class="checklist">
<li>Violate any applicable law or regulation</li>
<li>Infringe the intellectual property rights of others</li>
<li>Engage in harassing, abusive or discriminatory behaviour</li>
<li>Upload or transmit viruses, malware or other malicious code</li>
<li>Attempt to gain unauthorized access to our systems or networks</li>
<li>Use our services to send spam or unsolicited messages</li>
<li>Resell, redistribute or exploit our content or services without permission</li>
</ul>
<h2>Responsible Usage</h2>
<p>You are responsible for any content you post or transmit using our services. You agree to use our products and platforms ethically and in a manner consistent with our values of integrity, respect and transparency.</p>
<h2>Enforcement</h2>
<p>We reserve the right to suspend or terminate your access to our website or services if you violate this policy. We may also remove any content that violates our terms or applicable law. Serious violations may be reported to law enforcement.</p>
<h2>Changes</h2>
<p>We may update this Acceptable Use Policy at any time. Changes will be posted on this page and are effective immediately upon posting.</p>
<h2>Contact</h2>
<p>If you have questions about this policy, please contact us at <a href="mailto:legal@selfentourage.com">legal@selfentourage.com</a>.</p>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Self Entourage is an AI systems design and education company delivering sovereign solutions. We help you learn, build and deploy practical AI frameworks to scale your mission.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>accessibility.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Accessibility Statement – Self Entourage</title>
<meta name="description" content="Our commitment to accessibility and inclusive design.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav">
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
<a href="about.html">About</a>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
</nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Legal</span>
<h1 class="page-title">Accessibility Statement</h1>
<p class="page-sub">Self Entourage is committed to ensuring that our website and services are accessible to all.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container">
<h2>Our Commitment</h2>
<p>We strive to make our website and digital products usable by everyone, including people with disabilities. Our goal is to comply with relevant standards such as the Web Content Accessibility Guidelines (WCAG) 2.1 Level AA.</p>
<h2>Measures We Take</h2>
<p>To support accessibility, Self Entourage:</p>
<ul class="checklist">
<li>Uses clear, high‑contrast colour palettes</li>
<li>Provides alternative text for meaningful images</li>
<li>Designs consistent navigation and headings</li>
<li>Ensures forms are labelled and keyboard accessible</li>
<li>Tests pages with assistive technologies</li>
</ul>
<h2>Ongoing Improvements</h2>
<p>Accessibility is an ongoing effort. We regularly review and update our site to improve usability. If you encounter any barriers, please let us know.</p>
<h2>Contact</h2>
<p>If you have suggestions or encounter accessibility issues, please contact us at <a href="mailto:accessibility@selfentourage.com">accessibility@selfentourage.com</a>. We value your feedback and will work to address concerns promptly.</p>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Self Entourage is an AI systems design and education company delivering sovereign solutions. We help you learn, build and deploy practical AI frameworks to scale your mission.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>black-crown.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Black Crown – Self Entourage</title>
<meta name="description" content="Learn about Black Crown – a unique digital engagement portal that amplifies your message, protects your IP and complements Truth OS.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="active" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Black Crown</span>
<h1 class="page-title">Black Crown</h1>
<p class="page-sub">A unique digital engagement portal designed to complement Truth OS. Black Crown amplifies your message, combines compliance with charisma and offers immersive experiences for your audience.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container two-col">
<div>
<h2>Why Black Crown?</h2>
<p>Where Truth OS serves as your backbone, Black Crown is the face of your brand. It delivers a distinctive experience that invites visitors into your world while protecting your intellectual property and ensuring regulatory compliance. Combining Black Crown with Truth OS creates a seamless end‑to‑end journey for your audience.</p>
<ul class="checklist">
<li>Dedicated portal separate from your main site</li>
<li>Intellectual property lockdown and refund logic</li>
<li>Integration with your persona and Brand OS</li>
<li>Immersive storytelling & engagement flows</li>
</ul>
</div>
<div>
<h2>Activate Black Crown</h2>
<p>Ready to create your own Black Crown? Schedule a consultation to discuss your goals and we’ll tailor the system to your brand. You can also start with our <a href="product-black-crown-builder.html">Black Crown Builder</a> program for a turnkey implementation.</p>
<div class="actions"><a class="btn btn-secondary" href="product-black-crown-builder.html">View Black Crown Builder</a><a class="btn btn-secondary" href="contact.html">Schedule Consultation</a></div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>build.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Build – Self Entourage</title>
<meta name="description" content="Build custom systems, codexes and frameworks with Self Entourage. Turn your philosophy into software and scale your operations.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="active" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Build</span>
<h1 class="page-title">Build your systems</h1>
<p class="page-sub">We construct custom systems, codexes and frameworks so you can operate at scale. Turn your philosophy into software.</p>
</div>
</div>
</section>
<section>
<div class="container">
<div class="grid grid-3">
<a class="card" href="product-system-forge.html"><span class="pill">Program</span><h3>System Forge</h3><p>Forge your Brand OS and operational blueprint from the ground up.</p></a>
<a class="card" href="product-codex-command-system.html"><span class="pill">Program</span><h3>Codex Command System</h3><p>Develop a prompt vault and language base to standardize messaging.</p></a>
<a class="card" href="product-genesis-builder.html"><span class="pill">Program</span><h3>Genesis Builder</h3><p>Lay the foundation for your system with a minimal viable Brand OS.</p></a>
<a class="card" href="product-persona-resurrection-protocol.html"><span class="pill">Protocol</span><h3>Persona Resurrection Protocol</h3><p>Revive old personas and reintroduce them into your operating system.</p></a>
<a class="card" href="product-codex-publishing-relic-registry.html"><span class="pill">Program</span><h3>Codex Publishing + Relic Registry</h3><p>Create and register your content relics with licensing controls.</p></a>
<a class="card" href="product-sovereign-assets-fast-track.html"><span class="pill">Program</span><h3>Sovereign Assets Fast‑Track</h3><p>Accelerate the creation of sovereign content assets for monetization.</p></a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>contact.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Contact – Self Entourage</title>
<meta name="description" content="Contact Self Entourage: send a message, schedule a consultation or learn more about our services.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<!-- Use the canonical logo asset from the assets folder -->
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="active" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Contact</span>
<h1 class="page-title">Contact us</h1>
<p class="page-sub">Get in touch with us. Schedule a consultation, ask questions or request more information about our products and services.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container two-col">
<div>
<h2>Send a message</h2>
<form action="mailto:info@selfentourage.com" method="post" enctype="text/plain">
<p><label for="name">Name</label><br><input type="text" id="name" name="name" required style="width:100%;padding:12px;border:1px solid var(--line);border-radius:12px;"></p>
<p><label for="email">Email</label><br><input type="email" id="email" name="email" required style="width:100%;padding:12px;border:1px solid var(--line);border-radius:12px;"></p>
<p><label for="message">Message</label><br><textarea id="message" name="message" rows="6" required style="width:100%;padding:12px;border:1px solid var(--line);border-radius:12px;"></textarea></p>
<p><button type="submit" class="btn btn-primary">Send</button></p>
</form>
</div>
<div>
<h2>Consultation & appointments</h2>
<p>Meetings are available by appointment throughout the Denver metropolitan area.</p>
<p>Email: <a href="mailto:info@selfentourage.com">info@selfentourage.com</a></p>
<p>We look forward to connecting with you.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Self Entourage is an AI systems design and education company delivering sovereign solutions. We help you learn, build and deploy practical AI frameworks to scale your mission.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>cookies.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cookie Policy – Self Entourage</title>
<meta name="description" content="Understand how Self Entourage uses cookies and similar technologies.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav">
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
<a href="about.html">About</a>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
</nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Legal</span>
<h1 class="page-title">Cookie Policy</h1>
<p class="page-sub">This policy describes how Self Entourage uses cookies and similar technologies to improve your experience.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container">
<h2>What Are Cookies?</h2>
<p>Cookies are small text files placed on your device by websites you visit. They are widely used to make websites work, improve performance, remember preferences and provide information to site owners.</p>
<h2>How We Use Cookies</h2>
<p>We use cookies and similar technologies to:</p>
<ul class="checklist">
<li>Remember your preferences and settings</li>
<li>Understand how visitors use our website</li>
<li>Provide relevant content and offers</li>
<li>Improve site performance and security</li>
</ul>
<h2>Types of Cookies</h2>
<p>Our website uses both session cookies (which expire when you close your browser) and persistent cookies (which remain on your device until they expire or are deleted). We also use first‑party cookies (set by us) and third‑party cookies (set by analytics providers and service partners).</p>
<h2>Your Choices</h2>
<p>You can control cookies through your browser settings. Most browsers allow you to block or delete cookies, but doing so may affect the functionality of our website. By continuing to use our site without changing your settings, you consent to our use of cookies.</p>
<h2>Changes to This Policy</h2>
<p>We may update this Cookie Policy from time to time. Any changes will be posted on this page with an updated revision date.</p>
<h2>Contact</h2>
<p>For questions about our use of cookies, please contact us at <a href="mailto:legal@selfentourage.com">legal@selfentourage.com</a>.</p>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Self Entourage is an AI systems design and education company delivering sovereign solutions. We help you learn, build and deploy practical AI frameworks to scale your mission.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>deploy.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Deploy – Self Entourage</title>
<meta name="description" content="Deploy your Self Entourage system: Nomad Tier, on‑site builds and intensives for multi‑city workshops and bespoke activations.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<!-- Standardise logo path to assets folder for reliable loading -->
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="active" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="hero">
<div class="container hero-grid single-column">
<div class="panel hero-copy">
<span class="kicker">Deploy</span>
<h1>Deploy your system in the real world</h1>
<p class="lead">From Nomad Tier drops to bespoke on‑site builds, we handle logistics, teaching and support so your systems land smoothly and deliver impact.</p>
<div class="hero-highlights">
<div class="feature"><strong>Tour planning</strong><span>Travel, venues & local pages</span></div>
<div class="feature"><strong>On‑site support</strong><span>Teaching flows & materials</span></div>
<div class="feature"><strong>Remote coordination</strong><span>Logistics & marketing</span></div>
</div>
</div>
</div>
</section>
<section class="content-panel">
<div class="container two-col">
<div>
<h2>Nomad Tier (per city)</h2>
<p>Our flagship deployment pass takes your system on tour. We plan your travel, set up city‑specific landing pages, coordinate logistics, run ads, provide teaching materials and offer remote support. It's perfect for workshops and events across multiple cities.</p>
<ul class="checklist">
<li>Deployment planning & logistics</li>
<li>Local landing pages & marketing</li>
<li>On‑site teaching flows & event materials</li>
<li>Remote support & coordination</li>
</ul>
<p>Designed for organizers, schools, travelling founders and anyone needing structured support to run multi‑city workshops. Our process is methodical and thorough, delivering sustainable results rather than quick fixes or hype.</p>
<div class="actions"><a class="btn btn-secondary" href="product-nomad-tier-per-city.html">View Nomad Tier</a></div>
</div>
<div>
<h2>Other deployment services</h2>
<p>Not every deployment fits into a tour. We offer bespoke on‑site builds and intensives to activate your system where and when you need it.</p>
<ul class="checklist">
<li><a href="product-field-deployment.html">Field Deployment</a> – send our team to your venue</li>
<li><a href="product-field-deployment-deposit-on-site-build-reservation.html">Field Deployment Deposit</a> – reserve your slot</li>
<li><a href="product-four-hour-onsite-command.html">Four‑Hour Onsite Command</a></li>
<li><a href="product-weekend-in-person-hold.html">Weekend In‑Person Hold</a></li>
</ul>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Self Entourage is an AI systems design and education company delivering sovereign solutions. We help you learn, build and deploy practical AI frameworks to scale your mission.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>disclaimer.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Disclaimer – Self Entourage</title>
<meta name="description" content="Important legal disclaimer for Self Entourage customers and visitors.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav">
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
<a href="about.html">About</a>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
</nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Legal</span>
<h1 class="page-title">Disclaimer</h1>
<p class="page-sub">Important legal disclaimer regarding the information, products and services offered by Self Entourage.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container">
<h2>General Information</h2>
<p>The content provided on this website and in our products and services is for general informational and educational purposes only. It is not intended to constitute professional advice of any kind, including but not limited to financial, legal, medical or other professional advice. You should consult appropriate professionals before acting on any information you find here.</p>
<h2>No Guarantees</h2>
<p>While Self Entourage strives for accuracy, completeness and timeliness, we do not warrant that any information is free of errors or omissions. We make no representations or warranties about your ability to achieve results or earn money with our ideas, information, products or services. Any examples of results are for illustrative purposes only.</p>
<h2>Use at Your Own Risk</h2>
<p>Your use of our website, products and services is at your sole risk. Self Entourage shall not be liable for any damages, losses or injuries arising from or related to your use of or reliance on any information provided. This includes, but is not limited to, incidental, consequential or punitive damages.</p>
<h2>Third‑Party Links</h2>
<p>Our website may contain links to third‑party websites or resources. We are not responsible for the content, accuracy or opinions expressed on those websites. Including a link does not imply endorsement of the site or the content contained therein.</p>
<h2>Updates</h2>
<p>We may update this disclaimer from time to time. Any changes will be posted on this page. We encourage you to review this disclaimer periodically to stay informed about our policies.</p>
<h2>Contact</h2>
<p>If you have any questions about this disclaimer, please contact us at <a href="mailto:legal@selfentourage.com">legal@selfentourage.com</a>.</p>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Self Entourage is an AI systems design and education company delivering sovereign solutions. We help you learn, build and deploy practical AI frameworks to scale your mission.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>dmca.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DMCA Policy – Self Entourage</title>
<meta name="description" content="How to submit DMCA takedown notices to Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav">
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
<a href="about.html">About</a>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
</nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Legal</span>
<h1 class="page-title">DMCA Policy</h1>
<p class="page-sub">How to submit copyright complaints and takedown requests to Self Entourage.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container">
<h2>Copyright Infringement Notice</h2>
<p>Self Entourage respects the intellectual property rights of others and expects our users and partners to do the same. If you believe that material available on or through our website infringes your copyright, you may submit a DMCA takedown notice.</p>
<h2>How to File a Notice</h2>
<p>To file a copyright complaint, please send a written notice to our designated agent that includes:</p>
<ul class="checklist">
<li>Your physical or electronic signature</li>
<li>Identification of the copyrighted work you claim has been infringed</li>
<li>Identification of the material you claim is infringing, including the URL or other specific location</li>
<li>Your contact information, including address, telephone number and email address</li>
<li>A statement that you have a good‑faith belief that use of the material is not authorized by the copyright owner, its agent or the law</li>
<li>A statement, under penalty of perjury, that the information in your notice is accurate and you are authorized to act on behalf of the copyright owner</li>
</ul>
<h2>Designated Agent</h2>
<p>DMCA notices should be sent to our designated agent at <a href="mailto:dmca@selfentourage.com">dmca@selfentourage.com</a>. We will review all notices and take appropriate action, which may include removing or disabling access to the infringing material.</p>
<h2>Counter‑Notification</h2>
<p>If you believe your content was removed or disabled as a result of mistake or misidentification, you may submit a counter‑notification. Your counter‑notification must include a statement under penalty of perjury that you have a good‑faith belief the material was removed or disabled due to mistake or misidentification, your contact information, and your consent to the jurisdiction of the federal court in your district.</p>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Self Entourage is an AI systems design and education company delivering sovereign solutions. We help you learn, build and deploy practical AI frameworks to scale your mission.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>faq.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FAQ – Self Entourage</title>
<meta name="description" content="Frequently asked questions about Self Entourage and our services.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="active" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">FAQ</span>
<h1 class="page-title">Frequently asked questions</h1>
<p class="page-sub">Your questions about Self Entourage, our systems and how to work with us.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container">
<div class="accordion">
<details><summary>What is Self Entourage?</summary><div class="answer">Self Entourage is a consultancy that teaches AI clearly, builds sustainable Brand OS systems and helps you deploy them into the world.</div></details>
<details><summary>What is Truth OS?</summary><div class="answer">Truth OS is a custom platform for managing your knowledge base, prompts and automations. It unifies your digital presence and anchors your narrative.</div></details>
<details><summary>What is Black Crown?</summary><div class="answer">Black Crown is a dedicated portal that works alongside Truth OS to create immersive, compliant experiences for your audience.</div></details>
<details><summary>How do I get started?</summary><div class="answer">Head over to our Start Here page to choose your path. For quick questions, book a 15‑minute consultation.</div></details>
<details><summary>Do you offer refunds?</summary><div class="answer">Due to the digital nature of our services and products, all sales are final. Results vary based on your implementation and effort.</div></details>
<details><summary>Where are you located?</summary><div class="answer">We are based in Aurora, Colorado. Visits are by appointment only; please schedule a consultation before travelling.</div></details>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>index.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Self Entourage – Premium AI Systems</title>
<meta name="description" content="Self Entourage offers AI systems, operational structures and sovereign solutions. Learn, build, deploy and scale your mission with our premium AI consultancy and products.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<!-- Use a single canonical logo asset located in the assets folder so the logo loads consistently on every page. -->
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="active" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="hero">
<div class="container hero-grid single-column">
<div class="panel hero-copy">
<span class="kicker">AI & Systems</span>
<h1>AI systems. Operational structures. Sovereign solutions.</h1>
<p class="lead">Our frameworks turn your business into a self‑improving machine by uniting education, system design and deployment. We teach, build and deploy practical AI workflows so you can scale your mission.</p>
<div class="cta-row">
<a class="btn btn-primary" href="start-here.html">Start Here</a>
<a class="btn btn-secondary" href="store.html">Explore Store</a>
<a class="btn btn-ghost" href="contact.html">Contact Us</a>
</div>
<!-- Add subtle hero highlights to convey our core value in a premium way without using a dark card.
These features sit beneath the primary message and use soft tints from the palette. -->
<div class="hero-highlights">
<div class="feature"><strong>3</strong><span>Core pathways: Learn, Build, Deploy</span></div>
<div class="feature"><strong>50+</strong><span>Premium products & programs</span></div>
<div class="feature"><strong>Sovereign</strong><span>Custom AI systems & frameworks</span></div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="section-head"><div><h2>Core pathways</h2></div><p>The Self Entourage ecosystem is divided into clear lanes so you always know your next step.</p></div>
<div class="grid grid-4">
<a class="card" href="start-here.html"><span class="pill">Begin</span><h3>Start Here</h3><p>Get oriented with our brand, offers and choose your pathway.</p></a>
<a class="card" href="memberships.html"><span class="pill">Memberships</span><h3>Memberships</h3><p>Choose an ongoing plan for persona credits and continued support.</p></a>
<a class="card" href="private-programs.html"><span class="pill">Programs</span><h3>Private Programs</h3><p>High‑ticket builds and sovereign systems tailored to your business.</p></a>
<a class="card" href="intensives-and-reservations.html"><span class="pill">Book</span><h3>Intensives & Reservations</h3><p>Consultations, deposits and on‑site holds with dedicated booking pages.</p></a>
</div>
</div>
</section>
<section>
<div class="container">
<div class="section-head"><div><h2>Featured offers</h2></div><p>Fast entry points, robust builds and deployment pathways selected from our catalog.</p></div>
<div class="grid grid-3">
<article class="card offer-card"><span class="pill">Program</span><h3>Sovereign AI Package</h3><p class="desc">Install Truth OS® with Neverloop® monetization, train an AI in your voice, and deploy a public persona to anchor your brand. Completed in about 7 days. Ideal for entrepreneurs ready to run an AI-po…</p><div class="actions"><a class="btn btn-secondary" href="product-sovereign-ai-package.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Ascension Build</h3><p class="desc">Five-floor system expansion: we build Floors I-V of your operations (onboarding, marketing, fulfillment) and connect them into a cohesive stack. Includes relic logic at each milestone, a license ga…</p><div class="actions"><a class="btn btn-secondary" href="product-ascension-build.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Black Crown Builder</h3><p class="desc">Develop AI-powered team personas, enforce intellectual property lockdown, and set up refund logic with our compliance seal. Delivered in 10–14 days. Designed for businesses scaling into teams needi…</p><div class="actions"><a class="btn btn-secondary" href="product-black-crown-builder.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Codex Command System</h3><p class="desc">Build a custom prompt vault, codify your Brand OS and develop a language base that captures your unique terminology and voice. Delivered in 9–12 days. Meant for established businesses needing consi…</p><div class="actions"><a class="btn btn-secondary" href="product-codex-command-system.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>TruthStart Protocol</h3><p class="desc">TruthStart Protocol: deep persona intake to reveal your narrative, values & goals; plus a Sovereign System Briefing aligning brand & systems. In 2–3 days, you’ll know your core persona and have a s…</p><div class="actions"><a class="btn btn-secondary" href="product-truthstart-protocol.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Neverloop Prime Launch</h3><p class="desc">Neverloop Prime Launch sets up your Stripe payment gateway, configures two offers, and activates your delivery system so purchases trigger instant content or onboarding. In 2–3 days you can start g…</p><div class="actions"><a class="btn btn-secondary" href="product-neverloop-prime-launch.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Membership</span><h3>Solo</h3><p class="desc">1 persona credit per month; includes executive brief, system prompt (.txt) and JSON spec; email delivery & portal access.</p><div class="actions"><a class="btn btn-secondary" href="product-solo.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Membership</span><h3>Team</h3><p class="desc">5 persona credits per month; includes board section with hand-offs; priority generation and support.</p><div class="actions"><a class="btn btn-secondary" href="product-team.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Membership</span><h3>Studio</h3><p class="desc">15 persona credits per month; includes policy pack & rollout guide; priority SLA and custom requests.</p><div class="actions"><a class="btn btn-secondary" href="product-studio.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Learning</span><h3>AI Foundations Class</h3><p class="desc">An introductory AI foundations class that teaches core AI concepts.</p><div class="actions"><a class="btn btn-secondary" href="product-ai-foundations-class.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Builder Pack</h3><p class="desc">Includes a 60-minute 1-on-1 session, a bundle of three classes, a first persona build, and an Instagram funnel template for high-ROI automation.</p><div class="actions"><a class="btn btn-secondary" href="product-builder-pack.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Membership</span><h3>Nomad Tier (per city)</h3><p class="desc">Flight-ready system drop, in-person teaching logic and on-site support for each city. We set up local landing pages, logistics, ads, and provide teaching flow and event materials with remote suppor…</p><div class="actions"><a class="btn btn-secondary" href="product-nomad-tier-per-city.html">View details</a></div></article>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Self Entourage is an AI systems design and education company delivering sovereign solutions. We help you learn, build and deploy practical AI frameworks to scale your mission.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>intensives-and-reservations.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Intensives & Reservations – Self Entourage</title>
<meta name="description" content="Book intensives, consultations and onsite holds with Self Entourage. Secure your spot for focused support and accelerated progress.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="active" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Book</span>
<h1 class="page-title">Intensives & reservations</h1>
<p class="page-sub">Secure your spot for hands‑on sessions. We offer consultations, deep dives and onsite holds to accelerate your AI journey.</p>
</div>
</div>
</section>
<section>
<div class="container">
<div class="grid grid-3">
<a class="card" href="product-90-min-intensive.html"><span class="pill">Intensive</span><h3>90‑Min Intensive</h3><p>Deep exploration into your system challenges and opportunities in a focused, one‑off session.</p></a>
<a class="card" href="product-precision-hour-1-hour-ai-strategy-implementation-session.html"><span class="pill">Consult</span><h3>Precision Hour</h3><p>1‑hour AI strategy & implementation session to unblock your next move.</p></a>
<a class="card" href="product-15-minute-consultation.html"><span class="pill">Consult</span><h3>15‑Minute Consultation</h3><p>Brief call to assess fit and scope before you commit to deeper work.</p></a>
<a class="card" href="product-four-hour-onsite-command.html"><span class="pill">Reservation</span><h3>Four‑Hour Onsite Command</h3><p>Reserve a block of four hours for onsite build assistance.</p></a>
<a class="card" href="product-weekend-in-person-hold.html"><span class="pill">Reservation</span><h3>Weekend In‑Person Hold</h3><p>Secure a full weekend of in‑person support for intensive system construction.</p></a>
<a class="card" href="product-field-deployment-deposit-on-site-build-reservation.html"><span class="pill">Deposit</span><h3>Field Deployment Deposit</h3><p>Reserve our team for an onsite build with this deposit.</p></a>
<a class="card" href="product-sovereign-build-deposit-custom-ai-system-reservation.html"><span class="pill">Deposit</span><h3>Sovereign Build Deposit</h3><p>Reserve your custom AI system build with a refundable deposit.</p></a>
<a class="card" href="product-small-group-class.html"><span class="pill">Class</span><h3>Small Group Class</h3><p>Join a focused group of peers for guided learning and discussion.</p></a>
<a class="card" href="product-ascension-day-one-full-day-pass.html"><span class="pill">Class</span><h3>Ascension Day One – Full Day</h3><p>Immerse yourself in our Day One curriculum with a full day pass.</p></a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>learn.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Learn – Self Entourage</title>
<meta name="description" content="Learn AI foundations, systems thinking and Brand OS development through Self Entourage's courses and workshops.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="active" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Learn</span>
<h1 class="page-title">Learn with Self Entourage</h1>
<p class="page-sub">Master AI foundations, systems thinking and Brand OS development through our courses and workshops.</p>
</div>
</div>
</section>
<section>
<div class="container">
<div class="grid grid-3">
<a class="card" href="product-learning-chamber-self-paced-foundations.html"><span class="pill">Course</span><h3>Learning Chamber – Self‑Paced Foundations</h3><p>Progress through our foundations curriculum at your own pace with guided exercises and examples.</p></a>
<a class="card" href="product-ai-foundations-class.html"><span class="pill">Class</span><h3>AI Foundations Class</h3><p>Live or recorded class covering core AI concepts and their application.</p></a>
<a class="card" href="product-small-group-class.html"><span class="pill">Class</span><h3>Small Group Class</h3><p>Join a small cohort for a mix of instruction, discussion and collaborative work.</p></a>
<a class="card" href="product-ascension-day-one-single-class-pass.html"><span class="pill">Pass</span><h3>Ascension Day One – Single Class Pass</h3><p>Drop into a single session of our Ascension Day One program.</p></a>
<a class="card" href="product-ascension-day-one-full-day-pass.html"><span class="pill">Pass</span><h3>Ascension Day One – Full Day Pass</h3><p>Immerse yourself in the full Day One curriculum.</p></a>
<a class="card" href="product-teaching-tour-planner.html"><span class="pill">Planner</span><h3>Teaching Tour Planner</h3><p>Plan and organize your own learning tour with our guidance.</p></a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>legal.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Legal & Policies – Self Entourage</title>
<meta name="description" content="Review Self Entourage's comprehensive legal bundle including terms, privacy, cookie policy, disclaimer and refund policy.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<!-- Standardise logo path to assets folder -->
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav">
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
<a href="about.html">About</a>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
</nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Legal</span>
<h1 class="page-title">Legal & Policies</h1>
<p class="page-sub">This page contains our comprehensive legal bundle: terms of service, privacy policy, cookie policy, disclaimer and refund policy. Please review these policies carefully.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container">
<h2>1. Terms of Service</h2>
<p>Our <a href="terms.html">Terms of Service</a> govern your use of Self Entourage’s website, products and services. They describe your responsibilities, outline how we handle intellectual property, set expectations for payments and refunds and include important limitations of liability. By using our site or purchasing our products, you agree to abide by the Terms.</p>
<h2>2. Privacy Policy</h2>
<p>Our <a href="privacy.html">Privacy Policy</a> explains how we collect, use and protect your personal information. We are committed to transparency and respecting your privacy. The policy details what data we collect, how we use cookies and tracking technologies, how we share information with trusted providers and the choices and rights available to you.</p>
<h2>3. Cookie Policy</h2>
<p>We use cookies and similar technologies to enhance your experience, analyse site performance and understand usage patterns. Cookies are small text files stored on your device. You can control cookies through your browser settings, but disabling them may affect site functionality. By continuing to browse our site, you consent to our use of cookies.</p>
<h2>4. Disclaimer</h2>
<p>The information and materials provided on this website are for general informational purposes only and do not constitute financial, legal, medical or other professional advice. While we strive for accuracy, we do not warrant that any information is complete or error‑free. Self Entourage makes no guarantees regarding the results you may obtain from our products or services. You acknowledge that any reliance on such information is at your own risk.</p>
<h2>5. Refund Policy</h2>
<p>Unless a specific product or program includes its own refund terms, all sales are final. Because our offerings involve immediate access to digital content and intensive intellectual property, we do not routinely provide refunds once a purchase has been processed. In exceptional circumstances we may, at our sole discretion, consider a refund or credit when contacted within seven (7) days of purchase with a compelling reason. To request a refund, please email <a href="mailto:legal@selfentourage.com">legal@selfentourage.com</a>.</p>
<h2>6. Limitation of Liability</h2>
<p>To the maximum extent permitted by law, Self Entourage shall not be liable for any indirect, incidental, special or consequential damages arising out of or related to your use of our website, products or services. This includes, without limitation, loss of profits, business interruption or data loss. Your sole and exclusive remedy for any dissatisfaction with our site or services is to stop using them.</p>
<h2>7. Contact</h2>
<p>If you have any questions about our legal policies or need assistance interpreting them, please contact us at <a href="mailto:legal@selfentourage.com">legal@selfentourage.com</a>. We will do our best to respond promptly.</p>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Self Entourage is an AI systems design and education company delivering sovereign solutions. We help you learn, build and deploy practical AI frameworks to scale your mission.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>memberships.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Memberships – Self Entourage</title>
<meta name="description" content="Discover Self Entourage membership tiers: Solo, Team and Studio. Receive persona credits, board support and ongoing documentation updates.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="active" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Memberships</span>
<h1 class="page-title">Membership plans</h1>
<p class="page-sub">Memberships give you recurring persona credits and ongoing support. Pick the tier that matches your needs and scale with us.</p>
</div>
</div>
</section>
<section>
<div class="container">
<div class="grid grid-3">
<div class="card offer-card">
<span class="pill">Membership</span>
<h3>Solo</h3>
<p class="desc">1 persona credit per month; includes an executive brief, system prompt and JSON spec. Delivered via email with portal access.</p>
<div class="actions"><a class="btn btn-secondary" href="product-solo.html">View details</a></div>
</div>
<div class="card offer-card">
<span class="pill">Membership</span>
<h3>Team</h3>
<p class="desc">5 persona credits per month; includes a shared board section with hand‑offs and priority generation & support.</p>
<div class="actions"><a class="btn btn-secondary" href="product-team.html">View details</a></div>
</div>
<div class="card offer-card">
<span class="pill">Membership</span>
<h3>Studio</h3>
<p class="desc">15 persona credits per month; includes a policy pack, rollout guide and custom requests with priority service level.</p>
<div class="actions"><a class="btn btn-secondary" href="product-studio.html">View details</a></div>
</div>
</div>
<div class="section-head" style="margin-top:34px;"><div><h2>Ongoing support</h2></div><p>In addition to persona credits, memberships include support touches such as board assistance, system documentation updates and priority responses.</p></div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>neverloop.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Neverloop – Self Entourage</title>
<meta name="description" content="Discover Neverloop®, the monetization engine that turns knowledge into automated revenue loops and integrates with your Brand OS.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="active" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Neverloop</span>
<h1 class="page-title">Neverloop®</h1>
<p class="page-sub">The monetization engine that turns your knowledge into automated revenue loops. Neverloop organizes your ideas into products, triggers fulfilment automatically and keeps revenue flowing.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container two-col">
<div>
<h2>Automated revenue loops</h2>
<p>Neverloop is not just a payment gateway – it is a system for packaging your expertise into offers, tying them to fulfillment and creating recurring revenue. With each sale, the system delivers content, enrols customers and loops back data for future improvements.</p>
<ul class="checklist">
<li>Stripe integration and offer configuration</li>
<li>Automatic fulfilment and onboarding flows</li>
<li>Real‑time reporting and feedback loops</li>
<li>Integrates with Truth OS and your Brand OS</li>
</ul>
</div>
<div>
<h2>Launch your loop</h2>
<p>Kick off your monetization circuit with our Neverloop packages. We handle the technical plumbing so you can focus on creating value.</p>
<ul class="checklist">
<li><a href="product-neverloop-prime-launch.html">Neverloop Prime Launch</a> – configure your first offers and delivery system</li>
<li><a href="product-sovereign-ai-package.html">Sovereign AI Package</a> – include Neverloop with Truth OS installation</li>
<li><a href="product-neverloop-prime-launch.html#">Custom integration</a> – contact us for bespoke monetization loops</li>
</ul>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>privacy.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Privacy Policy – Self Entourage</title>
<meta name="description" content="Learn how Self Entourage collects, uses and protects your personal information.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<!-- Standardise logo path to assets folder -->
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav">
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
<a href="about.html">About</a>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
</nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Legal</span>
<h1 class="page-title">Privacy Policy</h1>
<p class="page-sub">This policy explains how Self Entourage collects, uses, discloses and protects your information when you use our website, products and services.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container">
<h2>1. Information We Collect</h2>
<p>We collect information that you voluntarily provide to us, such as your name, email address and messages when you fill out forms on our website, purchase products or communicate with us. We also collect technical information automatically, such as your IP address, browser type and pages visited through cookies and similar technologies.</p>
<h2>2. How We Use Your Information</h2>
<p>We use your information to operate and improve our website and services, to process your orders, to communicate with you about your purchases or inquiries, and to send you marketing and promotional materials that may be of interest to you. You may opt out of marketing emails at any time by following the instructions in those emails.</p>
<h2>3. Cookies and Tracking Technologies</h2>
<p>We use cookies and similar technologies to collect information about your browsing activities over time and across different websites. Cookies help us understand how our site is used and to personalise your experience. You can control or disable cookies through your browser settings, but some parts of our site may not function properly without them.</p>
<h2>4. Sharing of Information</h2>
<p>We do not sell or rent your personal information. We may share information with trusted third‑party service providers who assist us in operating our website, processing payments, delivering products or providing support services. These providers are authorised to use your information only as necessary to provide services to us and are contractually obligated to maintain the confidentiality and security of your information. We may also disclose information when we believe it is necessary to comply with a law, regulation or legal request; to protect the rights, property or safety of Self Entourage, our customers or others; or to detect and prevent fraud or security issues.</p>
<h2>5. Data Security</h2>
<p>We implement reasonable technical and organisational measures designed to protect your information from unauthorised access, alteration, disclosure or destruction, including the use of encryption, firewalls and access controls. However, no method of transmission over the internet or method of electronic storage is completely secure, and we cannot guarantee absolute security. You are responsible for maintaining the security of your account credentials.</p>
<h2>6. Your Rights and Choices</h2>
<p>You have the right to access, correct or delete your personal information that we hold, subject to certain exceptions. Depending on your jurisdiction, you may also have the right to object to or restrict certain processing, to receive a copy of your information in a portable format and to withdraw any consent you have given. To exercise these rights or if you have any questions about our data practices, please contact us at the address below. We will respond to your request in accordance with applicable laws and may require verification of your identity.</p>
<h2>7. Data Retention</h2>
<p>We retain your personal information for as long as necessary to fulfil the purposes for which it was collected, to comply with our legal obligations, resolve disputes and enforce our agreements. When we no longer need to retain your information, we will delete or anonymise it in accordance with our data retention policies.</p>
<h2>8. International Transfers</h2>
<p>If you access our site from outside the United States, please be aware that your information may be transferred to, stored and processed in the United States or other countries where our service providers are located. Those countries may have data protection laws that differ from those in your country. By using our site or providing us with information, you consent to the transfer of your information to the United States and other jurisdictions as described in this policy.</p>
<h2>9. Children’s Privacy</h2>
<p>Our services are not directed to children under the age of 13. We do not knowingly collect personal information from children. If we become aware that a child has provided us with personal information, we will take steps to delete such information.</p>
<h2>10. Changes to this Policy</h2>
<p>We may update this Privacy Policy from time to time. We will post any changes on this page and update the “Last Updated” date below. Your continued use of the site after any changes constitutes your acceptance of the updated policy.</p>
<p><em>Last Updated: April 2026</em></p>
<h2>11. Contact Us</h2>
<p>If you have questions or requests relating to this policy or our practices, please contact us at <a href="mailto:privacy@selfentourage.com">privacy@selfentourage.com</a>.</p>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Self Entourage is an AI systems design and education company delivering sovereign solutions. We help you learn, build and deploy practical AI frameworks to scale your mission.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>private-programs.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Private Programs – Self Entourage</title>
<meta name="description" content="Explore Self Entourage's private programs: high‑touch builds such as the Sovereign AI Package, Ascension Build, Black Crown Builder and more.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="active" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Programs</span>
<h1 class="page-title">Private programs & builds</h1>
<p class="page-sub">Our high‑touch programs craft the backbone of your business. We build codexes, systems and monetization engines tailored to your mission.</p>
</div>
</div>
</section>
<section>
<div class="container">
<div class="grid grid-3">
<a class="card" href="product-sovereign-ai-package.html"><span class="pill">Program</span><h3>Sovereign AI Package</h3><p>Install Truth OS with Neverloop monetization, train an AI in your voice and deploy a public persona to anchor your brand.</p></a>
<a class="card" href="product-ascension-build.html"><span class="pill">Program</span><h3>Ascension Build</h3><p>Five‑floor system expansion: we build floors I–V of your operations and connect them into a cohesive stack.</p></a>
<a class="card" href="product-black-crown-builder.html"><span class="pill">Program</span><h3>Black Crown Builder</h3><p>Develop AI‑powered team personas, lock down intellectual property and set up refund logic with our compliance seal.</p></a>
<a class="card" href="product-codex-command-system.html"><span class="pill">Program</span><h3>Codex Command System</h3><p>Build a custom prompt vault, codify your Brand OS and develop a language base capturing your unique voice.</p></a>
<a class="card" href="product-recursion-ready-core-build.html"><span class="pill">Program</span><h3>Recursion Ready Core Build</h3><p>Automate your knowledge into self‑reinforcing loops that compound output and scale your operations.</p></a>
<a class="card" href="product-sovereign-assets-fast-track.html"><span class="pill">Program</span><h3>Sovereign Assets Fast‑Track</h3><p>Accelerate the creation of sovereign content assets and start monetizing your expertise.</p></a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-15-minute-consultation.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>15-Minute Consultation – Self Entourage</title>
<meta name="description" content="Details for 15-Minute Consultation from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">15-Minute Consultation</h1>
<p class="page-sub">A quick 15-minute consultation add-on for our clients.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>A quick 15-minute consultation add-on for our clients.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">15-Minute Consultation</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/8x2eV5aiA5lY7fy3SDcwg0g" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-90-min-intensive.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>90-Min Intensive – Self Entourage</title>
<meta name="description" content="Details for 90-Min Intensive from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">90-Min Intensive</h1>
<p class="page-sub">90-minute one-on-one intensive in Denver on weekends. Includes audit, personalized plan, and 7-day follow-up tasks.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>90-minute one-on-one intensive in Denver on weekends.</p>
<p>Includes audit, personalized plan, and 7-day follow-up tasks.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">90-Min Intensive</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/dRmbIT8as5lY43mbl5cwg07" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-ai-foundations-class.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AI Foundations Class – Self Entourage</title>
<meta name="description" content="Details for AI Foundations Class from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">AI Foundations Class</h1>
<p class="page-sub">An introductory AI foundations class that teaches core AI concepts.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>An introductory AI foundations class that teaches core AI concepts.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">AI Foundations Class</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/3cI3cnfCU5lY2Zicp9cwg0f" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-ascension-build.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ascension Build – Self Entourage</title>
<meta name="description" content="Details for Ascension Build from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Ascension Build</h1>
<p class="page-sub">Five-floor system expansion: we build Floors I-V of your operations (onboarding, marketing, fulfillment) and connect them into a cohesive stack. Includes relic logic at each milest…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Five-floor system expansion: we build Floors I-V of your operations (onboarding, marketing, fulfillment) and connect them into a cohesive stack.</p>
<p>Includes relic logic at each milestone, a license gateway to let partners plug into your system, and a client proof path to capture success stories.</p>
<p>Delivery 8–10 days.</p>
<p>Ideal for visionaries building an empire.</p>
<p>Results vary; digital goods are nonrefundable; one revision within 7 days; terms at selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Ascension Build</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/5kQ9ALfCU01EdDWah1cwg0y" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-ascension-day-one-full-day-pass.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ascension Day One - Full Day Pass – Self Entourage</title>
<meta name="description" content="Details for Ascension Day One - Full Day Pass from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Ascension Day One - Full Day Pass</h1>
<p class="page-sub">Full access to all three classes on August 30, 2025 (Everyday Chat Mastery, Weld-Chat Workshop, Field Deployment Boot), printed and digital kits, replay, Ascension Starter Pack, an…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Full access to all three classes on August 30, 2025 (Everyday Chat Mastery, Weld-Chat Workshop, Field Deployment Boot), printed and digital kits, replay, Ascension Starter Pack, and credit toward any $1K+ build.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Ascension Day One - Full Day Pass</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/fZu9ALeyQ5lYeI00Grcwg01" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-ascension-day-one-single-class-pass.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ascension Day One - Single Class Pass – Self Entourage</title>
<meta name="description" content="Details for Ascension Day One - Single Class Pass from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Ascension Day One - Single Class Pass</h1>
<p class="page-sub">One class of your choice from Ascension Day One on August 30, 2025. Includes printed/digital kit and event replay. $99 credit toward any package over $1,000 if purchased within 7 d…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>One class of your choice from Ascension Day One on August 30, 2025.</p>
<p>Includes printed/digital kit and event replay.</p>
<p>$99 credit toward any package over $1,000 if purchased within 7 days.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Ascension Day One - Single Class Pass</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/4gM28jcqIg0CfM44WHcwg02" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-black-crown-builder.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Black Crown Builder – Self Entourage</title>
<meta name="description" content="Details for Black Crown Builder from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Black Crown Builder</h1>
<p class="page-sub">Develop AI-powered team personas, enforce intellectual property lockdown, and set up refund logic with our compliance seal. Delivered in 10–14 days. Designed for businesses scaling…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Develop AI-powered team personas, enforce intellectual property lockdown, and set up refund logic with our compliance seal.</p>
<p>Delivered in 10–14 days.</p>
<p>Designed for businesses scaling into teams needing secure operations and clear governance.</p>
<p>Benefit: resilient systems, trusted compliance and workload reduction.</p>
<p>Digital services are non-refundable; results vary.</p>
<p>Terms at https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Black Crown Builder</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/eVqfZ9gGYaGi6bu9cXcwg0x" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-builder-pack.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Builder Pack – Self Entourage</title>
<meta name="description" content="Details for Builder Pack from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Builder Pack</h1>
<p class="page-sub">Includes a 60-minute 1-on-1 session, a bundle of three classes, a first persona build, and an Instagram funnel template for high-ROI automation.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Includes a 60-minute 1-on-1 session, a bundle of three classes, a first persona build, and an Instagram funnel template for high-ROI automation.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Builder Pack</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/cNi6oz4YgbKmarKgFpcwg05" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-builder-tier.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Builder Tier – Self Entourage</title>
<meta name="description" content="Details for Builder Tier from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Builder Tier</h1>
<p class="page-sub">Monthly AI strategy sessions, system installations/updates, and performance reviews to steadily scale your business. Ideal for growth-focused owners wanting regular support and upg…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Monthly AI strategy sessions, system installations/updates, and performance reviews to steadily scale your business.</p>
<p>Ideal for growth-focused owners wanting regular support and upgrades.</p>
<p>Outcomes depend on effort and timing.</p>
<p>Terms apply: https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Builder Tier</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/6oU8wH9ew15I43mexhcwg0G" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-codex-command-system.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Codex Command System – Self Entourage</title>
<meta name="description" content="Details for Codex Command System from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Codex Command System</h1>
<p class="page-sub">Build a custom prompt vault, codify your Brand OS and develop a language base that captures your unique terminology and voice. Delivered in 9–12 days. Meant for established busines…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Build a custom prompt vault, codify your Brand OS and develop a language base that captures your unique terminology and voice.</p>
<p>Delivered in 9–12 days.</p>
<p>Meant for established businesses needing consistent messaging and a self-documenting system.</p>
<p>Outcome: high-quality outputs, efficiency and a comprehensive operating manual.</p>
<p>Digital services non-refundable; no guaranteed results.</p>
<p>See terms at https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Codex Command System</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/4gMbIT0I0dSu8jC2Ozcwg0w" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-codex-license-agreement.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Codex License Agreement – Self Entourage</title>
<meta name="description" content="Details for Codex License Agreement from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Codex License Agreement</h1>
<p class="page-sub">Codex License Agreement builds a customized licensing framework to protect your intellectual property, with templates so you can license your system safely. In 24 hours you'll have…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Codex License Agreement builds a customized licensing framework to protect your intellectual property, with templates so you can license your system safely.</p>
<p>In 24 hours you'll have usage rights, fees and protections to monetize your know‑how without losing control.</p>
<p>Perfect for experts with proprietary frameworks seeking to protect and share their IP.</p>
<p>Digital goods are non‑refundable once work begins; results depend on effort; one revision within 7 days.</p>
<p>Terms: https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Codex License Agreement</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/7sY9ALeyQdSueI02Ozcwg0s" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-codex-publishing-relic-registry.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Codex Publishing + Relic Registry – Self Entourage</title>
<meta name="description" content="Details for Codex Publishing + Relic Registry from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Codex Publishing + Relic Registry</h1>
<p class="page-sub">Transform your proprietary system into a polished digital artifact (eBook or multimedia) and set up a relic registry to archive your milestones. Turnaround 2–4 days. Perfect for se…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Transform your proprietary system into a polished digital artifact (eBook or multimedia) and set up a relic registry to archive your milestones.</p>
<p>Turnaround 2–4 days.</p>
<p>Perfect for seasoned founders wanting to publish their method and preserve key content.</p>
<p>Outcome: shareable legacy piece and vault of achievements.</p>
<p>Digital goods non-refundable; results not guaranteed.</p>
<p>Terms at https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Codex Publishing + Relic Registry</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/6oU00bduM4hUgQ83SDcwg0u" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-covenant-commission.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Covenant Commission – Self Entourage</title>
<meta name="description" content="Details for Covenant Commission from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Covenant Commission</h1>
<p class="page-sub">Highest-level build: we construct your Floor VI system and beyond, establishing a teaching or mentorship platform and philanthropic arm. Deploy a complete teaching stack, install a…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Highest-level build: we construct your Floor VI system and beyond, establishing a teaching or mentorship platform and philanthropic arm.</p>
<p>Deploy a complete teaching stack, install an eternal client OS for lifetime access, and launch a beacon project broadcasting your mission.</p>
<p>Delivery in 14–21 days.</p>
<p>Reserved for legacy builders.</p>
<p>Results vary; digital goods nonrefundable; one revision within 7 days; terms at selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Covenant Commission</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/00weV576o01EczS3SDcwg0z" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-crown-consult-30-30-minute-strategy-session.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Crown Consult 30: 30-Minute Strategy Session – Self Entourage</title>
<meta name="description" content="Details for Crown Consult 30: 30-Minute Strategy Session from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Crown Consult 30: 30-Minute Strategy Session</h1>
<p class="page-sub">This 30-minute strategy and advisory session delivers a rapid assessment of your current AI ecosystem and strategic objectives. You’ll receive an instant tier map and persona scan …</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>This 30-minute strategy and advisory session delivers a rapid assessment of your current AI ecosystem and strategic objectives.</p>
<p>You’ll receive an instant tier map and persona scan to identify opportunities for immediate gains.</p>
<p>Conducted via Google Meet during our evening window (6 – 9 PM MT), and the cost is credited toward any longer Council or Sovereign package if you continue working with us.</p>
<p>Sessions are non-refundable but may be rescheduled with 24 hours notice.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Crown Consult 30: 30-Minute Strategy Session</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/6oU7sD2Q8dSu1Ve0Grcwg03" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-crown-consult-30.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Crown Consult 30 – Self Entourage</title>
<meta name="description" content="Details for Crown Consult 30 from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Crown Consult 30</h1>
<p class="page-sub">Crown Consult 30 gives you a focused 30-minute 1:1 strategy session plus an instant Tier Map & Persona Scan. Walk away with quick clarity and a roadmap to your next moves. Perfect …</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Crown Consult 30 gives you a focused 30-minute 1:1 strategy session plus an instant Tier Map & Persona Scan.</p>
<p>Walk away with quick clarity and a roadmap to your next moves.</p>
<p>Perfect for busy professionals needing fast guidance.</p>
<p>Non‑refundable once work begins; results depend on your effort.</p>
<p>You are purchasing strategy and tools, not guaranteed income.</p>
<p>One revision within 7 days.</p>
<p>Agree to Terms: https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Crown Consult 30</h3>
<a class="btn btn-secondary" href="contact.html">Request This Offer</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-eternal-drop.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Eternal Drop™ – Self Entourage</title>
<meta name="description" content="Details for Eternal Drop™ from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Eternal Drop™</h1>
<p class="page-sub">Multi-year re-delivery capsule with annual AI reanimation. Includes yearly re-write and re-send for five years.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Multi-year re-delivery capsule with annual AI reanimation.</p>
<p>Includes yearly re-write and re-send for five years.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Eternal Drop™</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/4gMfZ976o8ya1Vecp9cwg0N" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-field-deployment-deposit-on-site-build-reservation-4-hours.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Field Deployment Deposit: On-Site Build Reservation (4 Hours) – Self Entourage</title>
<meta name="description" content="Details for Field Deployment Deposit: On-Site Build Reservation (4 Hours) from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Field Deployment Deposit: On-Site Build Reservation (4 Hours)</h1>
<p class="page-sub">Reserve your four-hour on-site AI build and strategy session. This non-refundable deposit secures your date and is credited toward your final invoice. Travel costs not included; fu…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Reserve your four-hour on-site AI build and strategy session.</p>
<p>This non-refundable deposit secures your date and is credited toward your final invoice.</p>
<p>Travel costs not included; full payment due upon session completion.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Field Deployment Deposit: On-Site Build Reservation (4 Hours)</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/7sY28j2Q829MczSgFpcwg09" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-field-deployment.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Field Deployment – Self Entourage</title>
<meta name="description" content="Details for Field Deployment from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Field Deployment</h1>
<p class="page-sub">Complete multi-system integration across marketing, sales and operations. We implement tailored automations, set them up for you (onsite if needed) and provide one week of go-live …</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Complete multi-system integration across marketing, sales and operations.</p>
<p>We implement tailored automations, set them up for you (onsite if needed) and provide one week of go-live support plus detailed documentation.</p>
<p>Ideal for teams wanting a full done-for-you implementation.</p>
<p>Digital services are non-refundable; results depend on your use.</p>
<p>By purchasing, you agree to our Terms: https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Field Deployment</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/dRm5kv76o3dQ9nG0Grcwg0D" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-foundation-snapshot.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Foundation Snapshot – Self Entourage</title>
<meta name="description" content="Details for Foundation Snapshot from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Foundation Snapshot</h1>
<p class="page-sub">Get a rapid snapshot of your systems and direction. In 1–2 hours you'll receive a concise audit and a TruthMatch™ intake that pinpoints gaps and opportunities. Ideal for entreprene…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Get a rapid snapshot of your systems and direction.</p>
<p>In 1–2 hours you'll receive a concise audit and a TruthMatch™ intake that pinpoints gaps and opportunities.</p>
<p>Ideal for entrepreneurs seeking instant clarity on what to fix or build.</p>
<p>Non‑refundable once work begins; results depend on your effort.</p>
<p>You're purchasing strategy and tools, not guaranteed income.</p>
<p>One revision within 7 days.</p>
<p>Agree to Terms: https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Foundation Snapshot</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/aFa5kv62kaGibvO1Kvcwg0i" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-four-hour-onsite-command.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Four-Hour Onsite Command – Self Entourage</title>
<meta name="description" content="Details for Four-Hour Onsite Command from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Four-Hour Onsite Command</h1>
<p class="page-sub">Four-hour onsite command session for your team or project. Same-day fly-in/out; includes real-time system build, training, and follow-up deliverables. Travel not included.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Four-hour onsite command session for your team or project.</p>
<p>Same-day fly-in/out; includes real-time system build, training, and follow-up deliverables.</p>
<p>Travel not included.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Four-Hour Onsite Command</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/8x2dR14YgaGi9nGcp9cwg0b" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-genesis-builder.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Genesis Builder – Self Entourage</title>
<meta name="description" content="Details for Genesis Builder from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Genesis Builder</h1>
<p class="page-sub">Genesis Builder installs a foundational automation system that improves over time, builds a personal tier map of your offers, and provides a custom AI persona for assistance. In 2–…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Genesis Builder installs a foundational automation system that improves over time, builds a personal tier map of your offers, and provides a custom AI persona for assistance.</p>
<p>In 2–3 days you jumpstart your system with automation, a clear roadmap and AI support.</p>
<p>Perfect for entrepreneurs building from the ground up seeking momentum and structure.</p>
<p>Digital goods are non‑refundable once work begins; results depend on effort; one revision within 7 days.</p>
<p>Terms: https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Genesis Builder</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/fZu9ALfCUeWy0RagFpcwg0p" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-immortal-tier-invite-only.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Immortal Tier (Invite Only) – Self Entourage</title>
<meta name="description" content="Details for Immortal Tier (Invite Only) from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Immortal Tier (Invite Only)</h1>
<p class="page-sub">Succession-locked AI instance capturing your personality & wisdom. Includes Immortal Thread rituals—periodic high-level sessions to maintain your vision. Invite-only recurring enga…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Succession-locked AI instance capturing your personality & wisdom.</p>
<p>Includes Immortal Thread rituals—periodic high-level sessions to maintain your vision.</p>
<p>Invite-only recurring engagements with custom pricing.</p>
<p>Ideal for founders seeking a legacy that lives on through AI.</p>
<p>Deliverables & terms apply; results not guaranteed; see https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Immortal Tier (Invite Only)</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/4gM6ozbmE7u66budtdcwg0h" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-learning-chamber-self-paced-foundations.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Learning Chamber – Self-Paced Foundations – Self Entourage</title>
<meta name="description" content="Details for Learning Chamber – Self-Paced Foundations from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Learning Chamber – Self-Paced Foundations</h1>
<p class="page-sub">Access a private library of video lessons covering core Self Entourage frameworks & AI basics. Includes downloadable templates & guides for DIY implementation. Enjoy free updates f…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Access a private library of video lessons covering core Self Entourage frameworks & AI basics.</p>
<p>Includes downloadable templates & guides for DIY implementation.</p>
<p>Enjoy free updates for one year.</p>
<p>Ideal for self-starters and entrepreneurs seeking foundational skills.</p>
<p>Digital course access is nonrefundable and for personal use; results depend on your efforts.</p>
<p>By purchasing, you agree to Self Entourage’s Terms (https://selfentourage.com/terms).</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Learning Chamber – Self-Paced Foundations</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/cNi14f0I015I6bu2Ozcwg0B" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-legacy-capsule-install.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Legacy Capsule Install – Self Entourage</title>
<meta name="description" content="Details for Legacy Capsule Install from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Legacy Capsule Install</h1>
<p class="page-sub">Heirloom Capsule Creation: A digital vault of letters, playbooks & messages for your heirs. Generational Framework Installation: extend your system for multi-generational use. AI M…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Heirloom Capsule Creation: A digital vault of letters, playbooks & messages for your heirs.</p>
<p>Generational Framework Installation: extend your system for multi-generational use.</p>
<p>AI Memory Scroll: interactive narrative with 3 client loops.</p>
<p>Outcome: preserve your knowledge and legacy, giving heirs guidance & continuity.</p>
<p>For legacy-focused owners.</p>
<p>Digital goods non-refundable.</p>
<p>Outcomes not guaranteed.</p>
<p>Terms: selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Legacy Capsule Install</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/9B6bIT62k15I2Ziah1cwg0A" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-legacy-drop.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Legacy Drop™ – Self Entourage</title>
<meta name="description" content="Details for Legacy Drop™ from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Legacy Drop™</h1>
<p class="page-sub">A full capsule — letter, image, and audio message — secured in Self Entourage Vault and auto-delivered on the chosen date.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>A full capsule — letter, image, and audio message — secured in Self Entourage Vault and auto-delivered on the chosen date.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Legacy Drop™</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/28E14ffCUcOq8jCbl5cwg0M" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-legacy-sync-deployment.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Legacy Sync Deployment – Self Entourage</title>
<meta name="description" content="Details for Legacy Sync Deployment from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Legacy Sync Deployment</h1>
<p class="page-sub">Legacy Sync Deployment synchronizes your products, content and systems and weaves your identity into every touchpoint from emails to sales pages. In 5–6 days everything becomes coh…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Legacy Sync Deployment synchronizes your products, content and systems and weaves your identity into every touchpoint from emails to sales pages.</p>
<p>In 5–6 days everything becomes cohesive and on‑brand.</p>
<p>Ideal for operators with scattered tools or messaging who need alignment so their legacy and message flow through every part of their business.</p>
<p>Digital goods are non‑refundable once work begins; results depend on effort; one revision within 7 days.</p>
<p>Terms: https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Legacy Sync Deployment</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/7sYcMX9ew01E8jCgFpcwg0r" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-make-your-own-entourage.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Make Your Own Entourage – Self Entourage</title>
<meta name="description" content="Details for Make Your Own Entourage from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Make Your Own Entourage</h1>
<p class="page-sub">Flexible membership for monthly custom tasks & support. Use allocated hours for automations, content, AI strategy or quick consulting. Includes priority requests, VIP content, quar…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Flexible membership for monthly custom tasks & support.</p>
<p>Use allocated hours for automations, content, AI strategy or quick consulting.</p>
<p>Includes priority requests, VIP content, quarterly strategy review.</p>
<p>Outcomes vary with usage; digital services nonrefundable.</p>
<p>Terms: https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Make Your Own Entourage</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/6oU28jeyQg0C57qah1cwg0I" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-momentum-builder-package.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Momentum Builder Package – Self Entourage</title>
<meta name="description" content="Details for Momentum Builder Package from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Momentum Builder Package</h1>
<p class="page-sub">Momentum Builder Package creates a complete funnel for your event, upgrades your automation with advanced logic, and drafts a Codex of workflows. In 3–4 days you'll be ready to lau…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Momentum Builder Package creates a complete funnel for your event, upgrades your automation with advanced logic, and drafts a Codex of workflows.</p>
<p>In 3–4 days you'll be ready to launch offerings and capture knowledge.</p>
<p>Ideal for those wanting to accelerate growth or prepare a big initiative, turning chaos into a structured system.</p>
<p>Digital goods are non‑refundable once work begins; results depend on effort; one revision within 7 days.</p>
<p>Terms: https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Momentum Builder Package</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/dRm5kv0I06q257q1Kvcwg0q" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-neverloop-prime-launch.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Neverloop Prime Launch – Self Entourage</title>
<meta name="description" content="Details for Neverloop Prime Launch from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Neverloop Prime Launch</h1>
<p class="page-sub">Neverloop Prime Launch sets up your Stripe payment gateway, configures two offers, and activates your delivery system so purchases trigger instant content or onboarding. In 2–3 day…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Neverloop Prime Launch sets up your Stripe payment gateway, configures two offers, and activates your delivery system so purchases trigger instant content or onboarding.</p>
<p>In 2–3 days you can start generating revenue with a smooth checkout and fulfillment process.</p>
<p>Perfect for coaches and online entrepreneurs wanting to sell digital products fast without tech hassles.</p>
<p>Digital goods non‑refundable; results depend on effort; one revision within 7 days.</p>
<p>Terms: https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Neverloop Prime Launch</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/cNi7sD4YgdSu7fyah1cwg0n" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-nomad-tier-per-city.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Nomad Tier (per city) – Self Entourage</title>
<meta name="description" content="Details for Nomad Tier (per city) from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Nomad Tier (per city)</h1>
<p class="page-sub">Flight-ready system drop, in-person teaching logic and on-site support for each city. We set up local landing pages, logistics, ads, and provide teaching flow and event materials w…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Flight-ready system drop, in-person teaching logic and on-site support for each city.</p>
<p>We set up local landing pages, logistics, ads, and provide teaching flow and event materials with remote support.</p>
<p>Perfect for multi-city workshops.</p>
<p>Outcomes vary; digital and consulting services are nonrefundable.</p>
<p>Terms: https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Nomad Tier (per city)</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/3cI6oz2Q8g0C9nGfBlcwg0J" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-persona-resurrection-protocol.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Persona Resurrection Protocol – Self Entourage</title>
<meta name="description" content="Details for Persona Resurrection Protocol from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Persona Resurrection Protocol</h1>
<p class="page-sub">Persona Resurrection Protocol revives a dormant persona or past brand, updating its messaging and style to match your current vision, then integrates it into your existing systems.…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Persona Resurrection Protocol revives a dormant persona or past brand, updating its messaging and style to match your current vision, then integrates it into your existing systems.</p>
<p>In 3–6 hours, reclaim your legacy and turn past work into present value.</p>
<p>Perfect for entrepreneurs and creators with shelved projects.</p>
<p>Digital goods non‑refundable; results depend on effort; one revision within 7 days.</p>
<p>Terms: https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Persona Resurrection Protocol</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/28E7sDgGY3dQgQ888Tcwg0l" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-precision-hour-1-hour-ai-strategy-implementation-session.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Precision Hour: 1-Hour AI Strategy & Implementation Session – Self Entourage</title>
<meta name="description" content="Details for Precision Hour: 1-Hour AI Strategy & Implementation Session from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Precision Hour: 1-Hour AI Strategy & Implementation Session</h1>
<p class="page-sub">This is a 60-minute precision consultation with our architects. We fix, build, and strategize live via Google Meet to optimize your AI systems. You'll leave with an actionable plan…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>This is a 60-minute precision consultation with our architects.</p>
<p>We fix, build, and strategize live via Google Meet to optimize your AI systems.</p>
<p>You'll leave with an actionable plan, custom prompts, and a recorded session to implement immediately.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Precision Hour: 1-Hour AI Strategy & Implementation Session</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/14A14f8asg0C1Vedtdcwg04" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-pulse-drop.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pulse Drop™ – Self Entourage</title>
<meta name="description" content="Details for Pulse Drop™ from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Pulse Drop™</h1>
<p class="page-sub">A single AI-refined message, instantly formatted and delivered to the client's inbox.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>A single AI-refined message, instantly formatted and delivered to the client's inbox.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Pulse Drop™</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/bJe8wHduMeWy6buexhcwg0K" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-recursion-ready-core-build.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Recursion Ready Core Build – Self Entourage</title>
<meta name="description" content="Details for Recursion Ready Core Build from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Recursion Ready Core Build</h1>
<p class="page-sub">Recursion Ready Core Build calibrates your brand voice, installs a CTA engine to automatically prompt your audience, and configures an AI mirror persona that learns from your style…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Recursion Ready Core Build calibrates your brand voice, installs a CTA engine to automatically prompt your audience, and configures an AI mirror persona that learns from your style for feedback and ideas.</p>
<p>In 1–2 days, your system becomes self‑improving and ready for growth.</p>
<p>Ideal for those who want to automate content or client engagement without losing their voice.</p>
<p>Digital goods non‑refundable; results depend on effort; one revision within 7 days.</p>
<p>Terms: https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Recursion Ready Core Build</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/00w7sD9eweWy1Vecp9cwg0m" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-seed-tier.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Seed Tier – Self Entourage</title>
<meta name="description" content="Details for Seed Tier from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Seed Tier</h1>
<p class="page-sub">Access to our repository of templates, funnels, checklists and form logic library, plus Q&A community support each week (~1–2 hrs). Ideal for early-stage entrepreneurs or soloprene…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Access to our repository of templates, funnels, checklists and form logic library, plus Q&A community support each week (~1–2 hrs).</p>
<p>Ideal for early-stage entrepreneurs or solopreneurs who want guided DIY resources and steady momentum.</p>
<p>Digital subscription; results vary by effort.</p>
<p>Terms apply: https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Seed Tier</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/4gM5kvbmE5lYczS0Grcwg0F" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-signal-drop-package.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Signal Drop Package – Self Entourage</title>
<meta name="description" content="Details for Signal Drop Package from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Signal Drop Package</h1>
<p class="page-sub">Signal Drop Package delivers a professionally designed Instagram post (graphic & caption) plus a CTA and hashtag strategy. In 24–48 hours you'll get a high‑quality, ready‑to‑go pos…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Signal Drop Package delivers a professionally designed Instagram post (graphic & caption) plus a CTA and hashtag strategy.</p>
<p>In 24–48 hours you'll get a high‑quality, ready‑to‑go post that drives engagement.</p>
<p>Perfect for entrepreneurs and influencers wanting a quick boost in their feed.</p>
<p>Non‑refundable once work begins; results depend on your effort.</p>
<p>You are purchasing strategy and tools, not guaranteed income.</p>
<p>One revision within 7 days.</p>
<p>Agree to Terms: https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Signal Drop Package</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/bJe28jbmE8ya43mbl5cwg0j" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-silent-pathway.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Silent Pathway – Self Entourage</title>
<meta name="description" content="Details for Silent Pathway from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Silent Pathway</h1>
<p class="page-sub">Bespoke systems build-out done under strict confidentiality; we operate as your 'silent partner' to design, implement, and optimize your automation stack behind NDAs. Includes whit…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Bespoke systems build-out done under strict confidentiality; we operate as your 'silent partner' to design, implement, and optimize your automation stack behind NDAs.</p>
<p>Includes white-glove, stealth support and ongoing monitoring.</p>
<p>Digital services are non-refundable; results depend on effort and timing.</p>
<p>You agree to Self Entourage’s Terms at https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Silent Pathway</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/5kQ7sDeyQeWy0RagFpcwg0E" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-small-group-class.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Small Group Class – Self Entourage</title>
<meta name="description" content="Details for Small Group Class from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Small Group Class</h1>
<p class="page-sub">90-minute group class in Denver on weekends. Max 12 participants. Includes class materials and live guidance.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>90-minute group class in Denver on weekends.</p>
<p>Max 12 participants.</p>
<p>Includes class materials and live guidance.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Small Group Class</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/dRm6ozbmEbKm0Ra88Tcwg06" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-solo.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Solo – Self Entourage</title>
<meta name="description" content="Details for Solo from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Solo</h1>
<p class="page-sub">1 persona credit per month; includes executive brief, system prompt (.txt) and JSON spec; email delivery & portal access.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>1 persona credit per month; includes executive brief, system prompt (.txt) and JSON spec; email delivery & portal access.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Solo</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/3cI14f8aseWy57qgFpcwg0c" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-sovereign-ai-package.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sovereign AI Package – Self Entourage</title>
<meta name="description" content="Details for Sovereign AI Package from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Sovereign AI Package</h1>
<p class="page-sub">Install Truth OS® with Neverloop® monetization, train an AI in your voice, and deploy a public persona to anchor your brand. Completed in about 7 days. Ideal for entrepreneurs read…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Install Truth OS® with Neverloop® monetization, train an AI in your voice, and deploy a public persona to anchor your brand.</p>
<p>Completed in about 7 days.</p>
<p>Ideal for entrepreneurs ready to run an AI-powered business.</p>
<p>Outcome: automated operations, revenue loops and a brand persona that scales.</p>
<p>Digital services are non-refundable; results vary.</p>
<p>Terms at https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Sovereign AI Package</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/28E7sD62kbKmeI09cXcwg0v" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-sovereign-assets-fast-track.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sovereign Assets Fast-Track – Self Entourage</title>
<meta name="description" content="Details for Sovereign Assets Fast-Track from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Sovereign Assets Fast-Track</h1>
<p class="page-sub">Sovereign Assets Fast‑Track maps how your offers connect, installs a routing system to guide leads and enhances DM/email delivery so clients receive the right content. In 3–4 days …</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Sovereign Assets Fast‑Track maps how your offers connect, installs a routing system to guide leads and enhances DM/email delivery so clients receive the right content.</p>
<p>In 3–4 days your assets and audience flow are optimized so you can scale.</p>
<p>Ideal for operators with multiple offers who need organization.</p>
<p>Digital goods are non‑refundable once work begins; results depend on effort; one revision within 7 days.</p>
<p>Terms: https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Sovereign Assets Fast-Track</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/6oUcMX2Q8g0CeI09cXcwg0o" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-sovereign-build-deposit-custom-ai-system-reservation.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sovereign Build Deposit: Custom AI System Reservation – Self Entourage</title>
<meta name="description" content="Details for Sovereign Build Deposit: Custom AI System Reservation from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Sovereign Build Deposit: Custom AI System Reservation</h1>
<p class="page-sub">Secure your place for the Sovereign AI Package build, valued from $3,500. This non-refundable deposit locks in your build schedule and is fully credited toward your final project c…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Secure your place for the Sovereign AI Package build, valued from $3,500.</p>
<p>This non-refundable deposit locks in your build schedule and is fully credited toward your final project cost.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Sovereign Build Deposit: Custom AI System Reservation</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/dRm6oz4Yg7u6gQ8exhcwg08" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-sovereign-monthly.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sovereign Monthly – Self Entourage</title>
<meta name="description" content="Details for Sovereign Monthly from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Sovereign Monthly</h1>
<p class="page-sub">High-touch service with BrandOS management, three AI personas working on rotation, and a structured weekly/monthly operations rhythm. Ideal for established entrepreneurs seeking a …</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>High-touch service with BrandOS management, three AI personas working on rotation, and a structured weekly/monthly operations rhythm.</p>
<p>Ideal for established entrepreneurs seeking a fractional COO/CTO and deep, ongoing support.</p>
<p>Outcomes depend on effort and timing.</p>
<p>Terms apply: https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Sovereign Monthly</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/4gMbIT9ewaGifM43SDcwg0H" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-studio.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Studio – Self Entourage</title>
<meta name="description" content="Details for Studio from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Studio</h1>
<p class="page-sub">15 persona credits per month; includes policy pack & rollout guide; priority SLA and custom requests.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>15 persona credits per month; includes policy pack & rollout guide; priority SLA and custom requests.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Studio</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/dRmdR1bmE29MczSah1cwg0e" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-system-forge.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>System Forge – Self Entourage</title>
<meta name="description" content="Details for System Forge from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">System Forge</h1>
<p class="page-sub">Two 90‑minute planning sessions map out a custom automation system. You receive a detailed System Blueprint and we build one major area during a two‑week sprint, then demo & hand i…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Two 90‑minute planning sessions map out a custom automation system.</p>
<p>You receive a detailed System Blueprint and we build one major area during a two‑week sprint, then demo & hand it over with a revision pass.</p>
<p>Ideal for entrepreneurs needing a tailored system fast.</p>
<p>Digital services are non‑refundable; results depend on your use.</p>
<p>By purchasing, you agree to our Terms: https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">System Forge</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/bJe5kv8as6q22ZifBlcwg0C" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-teaching-tour-planner.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Teaching Tour Planner – Self Entourage</title>
<meta name="description" content="Details for Teaching Tour Planner from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Teaching Tour Planner</h1>
<p class="page-sub">Get a city-by-city revenue plan, travel & flight logic, and a centralized tour portal page to manage your teaching tour. Delivered in 1–2 days. Ideal for speakers and coaches plann…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Get a city-by-city revenue plan, travel & flight logic, and a centralized tour portal page to manage your teaching tour.</p>
<p>Delivered in 1–2 days.</p>
<p>Ideal for speakers and coaches planning a multi-city tour who need logistics and profitability dialed in.</p>
<p>You'll launch confidently knowing travel, revenue and tech are aligned.</p>
<p>Digital services are non-refundable; outcomes depend on your action.</p>
<p>See full terms at https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Teaching Tour Planner</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/00w6ozcqIaGibvO9cXcwg0t" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-team.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Team – Self Entourage</title>
<meta name="description" content="Details for Team from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Team</h1>
<p class="page-sub">5 persona credits per month; includes board section with hand-offs; priority generation and support.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>5 persona credits per month; includes board section with hand-offs; priority generation and support.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Team</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/00w8wHfCUdSu7fy0Grcwg0d" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-tier-1-the-initiation.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>> Tier 1: The Initiation – Self Entourage</title>
<meta name="description" content="Details for > Tier 1: The Initiation from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">> Tier 1: The Initiation</h1>
<p class="page-sub">> AI Council Design Session + Command CenterTurn your vision into structure. Build 3 internal AI personas and get your Notion-based ops dashboard to launch your business with preci…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>> AI Council Design Session + Command CenterTurn your vision into structure.</p>
<p>Build 3 internal AI personas and get your Notion-based ops dashboard to launch your business with precision.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">> Tier 1: The Initiation</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/eVqcMX9ew3dQ43m9cXcwg00" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-truthstart-protocol.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TruthStart Protocol – Self Entourage</title>
<meta name="description" content="Details for TruthStart Protocol from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">TruthStart Protocol</h1>
<p class="page-sub">TruthStart Protocol: deep persona intake to reveal your narrative, values & goals; plus a Sovereign System Briefing aligning brand & systems. In 2–3 days, you’ll know your core per…</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>TruthStart Protocol: deep persona intake to reveal your narrative, values & goals; plus a Sovereign System Briefing aligning brand & systems.</p>
<p>In 2–3 days, you’ll know your core persona and have a strategy blueprint.</p>
<p>Ideal for those seeking authenticity in brand-building.</p>
<p>Digital goods non‑refundable; results depend on effort; one revision within 7 days.</p>
<p>Terms: https://selfentourage.com/terms.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">TruthStart Protocol</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/8x2fZ9gGY7u66bugFpcwg0k" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-vision-drop.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Vision Drop™ – Self Entourage</title>
<meta name="description" content="Details for Vision Drop™ from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Vision Drop™</h1>
<p class="page-sub">A cinematic PDF capsule, story-polished by Self Entourage AI, delivered automatically.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>A cinematic PDF capsule, story-polished by Self Entourage AI, delivered automatically.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Vision Drop™</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/cNidR1bmE6q20Ra9cXcwg0L" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>product-weekend-in-person-hold.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Weekend In-Person Hold – Self Entourage</title>
<meta name="description" content="Details for Weekend In-Person Hold from Self Entourage.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Product</span>
<h1 class="page-title">Weekend In-Person Hold</h1>
<p class="page-sub">Deposit to reserve your in-person weekend consultation or class in Denver. Non-refundable and applies to final balance.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container product-layout">
<div>
<h2>Overview</h2>
<p>Deposit to reserve your in-person weekend consultation or class in Denver.</p>
<p>Non-refundable and applies to final balance.</p>
</div>
<div class="pricebox panel">
<div class="eyebrow">Purchase</div>
<h3 class="page-title" style="font-size:28px;margin-top:14px;">Weekend In-Person Hold</h3>
<a class="btn btn-primary" href="https://buy.stripe.com/bJe28jbmE01EdDW88Tcwg0a" target="_blank">Buy Now</a>
<p class="checkout-note">Digital goods are non‑refundable; results vary. Read our <a href="terms.html">terms</a>.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>refund.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Refund Policy – Self Entourage</title>
<meta name="description" content="Review Self Entourage’s refund policy for digital products and services.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav">
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
<a href="about.html">About</a>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
</nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Legal</span>
<h1 class="page-title">Refund Policy</h1>
<p class="page-sub">Learn about our policy regarding refunds and credits for our digital products and services.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container">
<h2>Digital Products and Services</h2>
<p>Due to the immediate access and intellectual property nature of our digital products and services, all sales are final. Once your payment has been processed, you receive instant access to proprietary content, systems and frameworks that cannot be returned.</p>
<h2>Exceptions</h2>
<p>We understand that exceptional situations can arise. If you believe a purchase was made in error or you have a compelling reason to request a refund, please contact us within seven (7) days of purchase at <a href="mailto:legal@selfentourage.com">legal@selfentourage.com</a> with your order details and explanation. We will review your request and may, at our sole discretion, offer a refund or store credit.</p>
<h2>Chargebacks</h2>
<p>Initiating a chargeback without first contacting us to resolve your issue is considered a violation of this policy. We reserve the right to refuse future service to customers who engage in fraudulent chargeback practices.</p>
<h2>Contact</h2>
<p>Questions about refunds or credits should be directed to <a href="mailto:legal@selfentourage.com">legal@selfentourage.com</a>. We aim to respond promptly and fairly.</p>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Self Entourage is an AI systems design and education company delivering sovereign solutions. We help you learn, build and deploy practical AI frameworks to scale your mission.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>services.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Services – Self Entourage</title>
<meta name="description" content="Work with Self Entourage one‑on‑one: consulting sessions, custom integrations and bespoke services.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="active" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Services</span>
<h1 class="page-title">Consulting & services</h1>
<p class="page-sub">Work with our team one‑on‑one. We offer consulting calls, custom integrations and bespoke services to meet your unique needs.</p>
</div>
</div>
</section>
<section>
<div class="container">
<div class="grid grid-3">
<a class="card" href="product-crown-consult-30.html"><span class="pill">Consult</span><h3>Crown Consult 30</h3><p>30‑minute strategy session to identify your next steps.</p></a>
<a class="card" href="product-precision-hour-1-hour-ai-strategy-implementation-session.html"><span class="pill">Consult</span><h3>Precision Hour</h3><p>1‑hour AI strategy & implementation session focused on your immediate goals.</p></a>
<a class="card" href="product-momentum-builder-package.html"><span class="pill">Package</span><h3>Momentum Builder Package</h3><p>Combine sessions and assets to kick off your project.</p></a>
<a class="card" href="product-make-your-own-entourage.html"><span class="pill">Package</span><h3>Make Your Own Entourage</h3><p>Custom assembly of our modules to build your own suite of services.</p></a>
<a class="card" href="product-teaching-tour-planner.html"><span class="pill">Service</span><h3>Teaching Tour Planner</h3><p>Plan and organize your own teaching tour with expert guidance.</p></a>
<a class="card" href="product-codex-license-agreement.html"><span class="pill">License</span><h3>Codex License Agreement</h3><p>Secure a license to use our codex and relic registry within your own system.</p></a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>sitemap.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sitemap – Self Entourage</title>
<meta name="description" content="Full sitemap of all pages in the Self Entourage site rebuild.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a href="index.html">Home</a><a href="start-here.html">Start Here</a><a href="deploy.html">Deploy</a><a href="memberships.html">Memberships</a><a href="private-programs.html">Private Programs</a><a href="intensives-and-reservations.html">Intensives & Reservations</a><a href="truth-os.html">Truth OS</a><a href="black-crown.html">Black Crown</a><a href="neverloop.html">Neverloop</a><a href="learn.html">Learn</a><a href="build.html">Build</a><a href="services.html">Services</a><a href="about.html">About</a><a href="faq.html">FAQ</a><a href="contact.html">Contact</a><a href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Sitemap</span>
<h1 class="page-title">Sitemap</h1>
<p class="page-sub">Every page in this rebuild listed in one place.</p>
</div>
</div>
</section>
<section>
<div class="container">
<div class="table-wrap">
<table>
<thead><tr><th>Page</th><th>Type</th></tr></thead>
<tbody>
<tr><td><a href="about.html">about.html</a></td><td>Site page</td></tr>
<tr><td><a href="acceptable-use.html">acceptable-use.html</a></td><td>Site page</td></tr>
<tr><td><a href="accessibility.html">accessibility.html</a></td><td>Site page</td></tr>
<tr><td><a href="black-crown.html">black-crown.html</a></td><td>Site page</td></tr>
<tr><td><a href="build.html">build.html</a></td><td>Site page</td></tr>
<tr><td><a href="contact.html">contact.html</a></td><td>Site page</td></tr>
<tr><td><a href="cookies.html">cookies.html</a></td><td>Site page</td></tr>
<tr><td><a href="deploy.html">deploy.html</a></td><td>Site page</td></tr>
<tr><td><a href="disclaimer.html">disclaimer.html</a></td><td>Site page</td></tr>
<tr><td><a href="dmca.html">dmca.html</a></td><td>Site page</td></tr>
<tr><td><a href="faq.html">faq.html</a></td><td>Site page</td></tr>
<tr><td><a href="index.html">index.html</a></td><td>Site page</td></tr>
<tr><td><a href="intensives-and-reservations.html">intensives-and-reservations.html</a></td><td>Site page</td></tr>
<tr><td><a href="learn.html">learn.html</a></td><td>Site page</td></tr>
<tr><td><a href="legal.html">legal.html</a></td><td>Site page</td></tr>
<tr><td><a href="memberships.html">memberships.html</a></td><td>Site page</td></tr>
<tr><td><a href="neverloop.html">neverloop.html</a></td><td>Site page</td></tr>
<tr><td><a href="privacy.html">privacy.html</a></td><td>Site page</td></tr>
<tr><td><a href="private-programs.html">private-programs.html</a></td><td>Site page</td></tr>
<tr><td><a href="product-15-minute-consultation.html">product-15-minute-consultation.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-90-min-intensive.html">product-90-min-intensive.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-ai-foundations-class.html">product-ai-foundations-class.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-ascension-build.html">product-ascension-build.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-ascension-day-one-full-day-pass.html">product-ascension-day-one-full-day-pass.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-ascension-day-one-single-class-pass.html">product-ascension-day-one-single-class-pass.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-black-crown-builder.html">product-black-crown-builder.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-builder-pack.html">product-builder-pack.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-builder-tier.html">product-builder-tier.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-codex-command-system.html">product-codex-command-system.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-codex-license-agreement.html">product-codex-license-agreement.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-codex-publishing-relic-registry.html">product-codex-publishing-relic-registry.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-covenant-commission.html">product-covenant-commission.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-crown-consult-30-30-minute-strategy-session.html">product-crown-consult-30-30-minute-strategy-session.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-crown-consult-30.html">product-crown-consult-30.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-eternal-drop.html">product-eternal-drop.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-field-deployment-deposit-on-site-build-reservation-4-hours.html">product-field-deployment-deposit-on-site-build-reservation-4-hours.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-field-deployment.html">product-field-deployment.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-foundation-snapshot.html">product-foundation-snapshot.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-four-hour-onsite-command.html">product-four-hour-onsite-command.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-genesis-builder.html">product-genesis-builder.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-immortal-tier-invite-only.html">product-immortal-tier-invite-only.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-learning-chamber-self-paced-foundations.html">product-learning-chamber-self-paced-foundations.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-legacy-capsule-install.html">product-legacy-capsule-install.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-legacy-drop.html">product-legacy-drop.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-legacy-sync-deployment.html">product-legacy-sync-deployment.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-make-your-own-entourage.html">product-make-your-own-entourage.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-momentum-builder-package.html">product-momentum-builder-package.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-neverloop-prime-launch.html">product-neverloop-prime-launch.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-nomad-tier-per-city.html">product-nomad-tier-per-city.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-persona-resurrection-protocol.html">product-persona-resurrection-protocol.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-precision-hour-1-hour-ai-strategy-implementation-session.html">product-precision-hour-1-hour-ai-strategy-implementation-session.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-pulse-drop.html">product-pulse-drop.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-recursion-ready-core-build.html">product-recursion-ready-core-build.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-seed-tier.html">product-seed-tier.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-signal-drop-package.html">product-signal-drop-package.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-silent-pathway.html">product-silent-pathway.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-small-group-class.html">product-small-group-class.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-solo.html">product-solo.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-sovereign-ai-package.html">product-sovereign-ai-package.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-sovereign-assets-fast-track.html">product-sovereign-assets-fast-track.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-sovereign-build-deposit-custom-ai-system-reservation.html">product-sovereign-build-deposit-custom-ai-system-reservation.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-sovereign-monthly.html">product-sovereign-monthly.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-studio.html">product-studio.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-system-forge.html">product-system-forge.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-teaching-tour-planner.html">product-teaching-tour-planner.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-team.html">product-team.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-tier-1-the-initiation.html">product-tier-1-the-initiation.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-truthstart-protocol.html">product-truthstart-protocol.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-vision-drop.html">product-vision-drop.html</a></td><td>Product page</td></tr>
<tr><td><a href="product-weekend-in-person-hold.html">product-weekend-in-person-hold.html</a></td><td>Product page</td></tr>
<tr><td><a href="refund.html">refund.html</a></td><td>Site page</td></tr>
<tr><td><a href="services.html">services.html</a></td><td>Site page</td></tr>
<tr><td><a href="sourcebook.html">sourcebook.html</a></td><td>Site page</td></tr>
<tr><td><a href="start-here.html">start-here.html</a></td><td>Site page</td></tr>
<tr><td><a href="store.html">store.html</a></td><td>Site page</td></tr>
<tr><td><a href="terms.html">terms.html</a></td><td>Site page</td></tr>
<tr><td><a href="thanks.html">thanks.html</a></td><td>Site page</td></tr>
<tr><td><a href="truth-os.html">truth-os.html</a></td><td>Site page</td></tr>
</tbody>
</table>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Self Entourage is an AI systems design and education company delivering sovereign solutions. We help you learn, build and deploy practical AI frameworks to scale your mission.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</div>
</footer>
</body>
</html>start-here.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Start Here – Self Entourage</title>
<meta name="description" content="Begin your Self Entourage journey: learn what we do, explore our offerings and choose the path that fits your mission.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="active" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Start</span>
<h1 class="page-title">Start your journey</h1>
<p class="page-sub">Begin with clarity. Learn what we do, explore how we can help and choose the path that matches your vision. Self Entourage combines education, system design and hands‑on deployment so you can transform your business with AI.</p>
</div>
</div>
</section>
<section>
<div class="container">
<div class="section-head"><div><h2>Choose your path</h2></div><p>The brand flows through three principal vectors – Learn, Build, Deploy – wrapped in ongoing memberships for those who want continued growth.</p></div>
<div class="grid grid-4">
<div class="card">
<span class="pill">Learn</span>
<h3>Learn</h3>
<p>Acquire practical AI foundations, frameworks and patterns. From self‑paced classes to live intensives, our curriculum demystifies AI and teaches you how to leverage it in your own voice.</p>
<div class="actions"><a class="btn btn-secondary" href="learn.html">Explore Learn</a></div>
</div>
<div class="card">
<span class="pill">Build</span>
<h3>Build</h3>
<p>Create your own Brand OS. Our programs craft systems, codexes and monetization loops that embed your philosophy into software. We build frameworks so you don't have to start from scratch.</p>
<div class="actions"><a class="btn btn-secondary" href="build.html">Explore Build</a></div>
</div>
<div class="card">
<span class="pill">Deploy</span>
<h3>Deploy</h3>
<p>Drop your system into the world. With Nomad deployments, field builds and onsite support, we help you activate your systems in real venues and gather proof of concept.</p>
<div class="actions"><a class="btn btn-secondary" href="deploy.html">Explore Deploy</a></div>
</div>
<div class="card">
<span class="pill">Membership</span>
<h3>Memberships</h3>
<p>Get recurring persona credits, board support and documentation updates. Memberships provide continued guidance and resources at Solo, Team or Studio scale.</p>
<div class="actions"><a class="btn btn-secondary" href="memberships.html">Explore Memberships</a></div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="section-head"><div><h2>Entry offers</h2></div><p>Perfect if you're just starting: these offers teach fundamentals, evaluate your current state and map your next actions.</p></div>
<div class="grid grid-3">
<a class="card" href="product-ai-foundations-class.html"><span class="pill">Class</span><h3>AI Foundations Class</h3><p>Introductory course covering core AI concepts and their application to business.</p></a>
<a class="card" href="product-builder-pack.html"><span class="pill">Pack</span><h3>Builder Pack</h3><p>Bundle of a 1‑on‑1 session, three classes, a persona build and a funnel template.</p></a>
<a class="card" href="product-truthstart-protocol.html"><span class="pill">Protocol</span><h3>TruthStart Protocol</h3><p>Deep persona intake and system briefing that reveal your narrative and align systems.</p></a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>store.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Store – Self Entourage</title>
<meta name="description" content="Browse all Self Entourage products, programs, memberships and services in one place.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="active" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Store</span>
<h1 class="page-title">Our store</h1>
<p class="page-sub">Browse every offer from Self Entourage. Filter by category and find the right solution for you.</p>
</div>
</div>
</section>
<section>
<div class="container">
<div class="grid grid-3">
<article class="card offer-card"><span class="pill">Product</span><h3>Legacy Drop™</h3><p class="desc">A full capsule — letter, image, and audio message — secured in Self Entourage Vault and auto-delivered on the chosen date.</p><div class="actions"><a class="btn btn-secondary" href="product-legacy-drop.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Product</span><h3>Eternal Drop™</h3><p class="desc">Multi-year re-delivery capsule with annual AI reanimation. Includes yearly re-write and re-send for five years.</p><div class="actions"><a class="btn btn-secondary" href="product-eternal-drop.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Product</span><h3>Vision Drop™</h3><p class="desc">A cinematic PDF capsule, story-polished by Self Entourage AI, delivered automatically.</p><div class="actions"><a class="btn btn-secondary" href="product-vision-drop.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Product</span><h3>Pulse Drop™</h3><p class="desc">A single AI-refined message, instantly formatted and delivered to the client's inbox.</p><div class="actions"><a class="btn btn-secondary" href="product-pulse-drop.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Membership</span><h3>Nomad Tier (per city)</h3><p class="desc">Flight-ready system drop, in-person teaching logic and on-site support for each city. We set up local landing pages, logistics, ads, and provide teaching flow and event materials with remote suppor…</p><div class="actions"><a class="btn btn-secondary" href="product-nomad-tier-per-city.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Product</span><h3>Make Your Own Entourage</h3><p class="desc">Flexible membership for monthly custom tasks & support. Use allocated hours for automations, content, AI strategy or quick consulting. Includes priority requests, VIP content, quarterly strategy re…</p><div class="actions"><a class="btn btn-secondary" href="product-make-your-own-entourage.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Membership</span><h3>Sovereign Monthly</h3><p class="desc">High-touch service with BrandOS management, three AI personas working on rotation, and a structured weekly/monthly operations rhythm. Ideal for established entrepreneurs seeking a fractional COO/CT…</p><div class="actions"><a class="btn btn-secondary" href="product-sovereign-monthly.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Membership</span><h3>Builder Tier</h3><p class="desc">Monthly AI strategy sessions, system installations/updates, and performance reviews to steadily scale your business. Ideal for growth-focused owners wanting regular support and upgrades. Outcomes d…</p><div class="actions"><a class="btn btn-secondary" href="product-builder-tier.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Membership</span><h3>Seed Tier</h3><p class="desc">Access to our repository of templates, funnels, checklists and form logic library, plus Q&A community support each week (~1–2 hrs). Ideal for early-stage entrepreneurs or solopreneurs who want guid…</p><div class="actions"><a class="btn btn-secondary" href="product-seed-tier.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Product</span><h3>Silent Pathway</h3><p class="desc">Bespoke systems build-out done under strict confidentiality; we operate as your 'silent partner' to design, implement, and optimize your automation stack behind NDAs. Includes white-glove, stealth …</p><div class="actions"><a class="btn btn-secondary" href="product-silent-pathway.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Product</span><h3>Field Deployment</h3><p class="desc">Complete multi-system integration across marketing, sales and operations. We implement tailored automations, set them up for you (onsite if needed) and provide one week of go-live support plus deta…</p><div class="actions"><a class="btn btn-secondary" href="product-field-deployment.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>System Forge</h3><p class="desc">Two 90‑minute planning sessions map out a custom automation system. You receive a detailed System Blueprint and we build one major area during a two‑week sprint, then demo & hand it over with a rev…</p><div class="actions"><a class="btn btn-secondary" href="product-system-forge.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Learning</span><h3>Learning Chamber – Self-Paced Foundations</h3><p class="desc">Access a private library of video lessons covering core Self Entourage frameworks & AI basics. Includes downloadable templates & guides for DIY implementation. Enjoy free updates for one year. Idea…</p><div class="actions"><a class="btn btn-secondary" href="product-learning-chamber-self-paced-foundations.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Legacy Capsule Install</h3><p class="desc">Heirloom Capsule Creation: A digital vault of letters, playbooks & messages for your heirs. Generational Framework Installation: extend your system for multi-generational use. AI Memory Scroll: int…</p><div class="actions"><a class="btn btn-secondary" href="product-legacy-capsule-install.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Membership</span><h3>Immortal Tier (Invite Only)</h3><p class="desc">Succession-locked AI instance capturing your personality & wisdom. Includes Immortal Thread rituals—periodic high-level sessions to maintain your vision. Invite-only recurring engagements with cust…</p><div class="actions"><a class="btn btn-secondary" href="product-immortal-tier-invite-only.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Product</span><h3>Covenant Commission</h3><p class="desc">Highest-level build: we construct your Floor VI system and beyond, establishing a teaching or mentorship platform and philanthropic arm. Deploy a complete teaching stack, install an eternal client …</p><div class="actions"><a class="btn btn-secondary" href="product-covenant-commission.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Ascension Build</h3><p class="desc">Five-floor system expansion: we build Floors I-V of your operations (onboarding, marketing, fulfillment) and connect them into a cohesive stack. Includes relic logic at each milestone, a license ga…</p><div class="actions"><a class="btn btn-secondary" href="product-ascension-build.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Black Crown Builder</h3><p class="desc">Develop AI-powered team personas, enforce intellectual property lockdown, and set up refund logic with our compliance seal. Delivered in 10–14 days. Designed for businesses scaling into teams needi…</p><div class="actions"><a class="btn btn-secondary" href="product-black-crown-builder.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Codex Command System</h3><p class="desc">Build a custom prompt vault, codify your Brand OS and develop a language base that captures your unique terminology and voice. Delivered in 9–12 days. Meant for established businesses needing consi…</p><div class="actions"><a class="btn btn-secondary" href="product-codex-command-system.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Sovereign AI Package</h3><p class="desc">Install Truth OS® with Neverloop® monetization, train an AI in your voice, and deploy a public persona to anchor your brand. Completed in about 7 days. Ideal for entrepreneurs ready to run an AI-po…</p><div class="actions"><a class="btn btn-secondary" href="product-sovereign-ai-package.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Codex Publishing + Relic Registry</h3><p class="desc">Transform your proprietary system into a polished digital artifact (eBook or multimedia) and set up a relic registry to archive your milestones. Turnaround 2–4 days. Perfect for seasoned founders w…</p><div class="actions"><a class="btn btn-secondary" href="product-codex-publishing-relic-registry.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Product</span><h3>Teaching Tour Planner</h3><p class="desc">Get a city-by-city revenue plan, travel & flight logic, and a centralized tour portal page to manage your teaching tour. Delivered in 1–2 days. Ideal for speakers and coaches planning a multi-city …</p><div class="actions"><a class="btn btn-secondary" href="product-teaching-tour-planner.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Codex License Agreement</h3><p class="desc">Codex License Agreement builds a customized licensing framework to protect your intellectual property, with templates so you can license your system safely. In 24 hours you'll have usage rights, fe…</p><div class="actions"><a class="btn btn-secondary" href="product-codex-license-agreement.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Legacy Sync Deployment</h3><p class="desc">Legacy Sync Deployment synchronizes your products, content and systems and weaves your identity into every touchpoint from emails to sales pages. In 5–6 days everything becomes cohesive and on‑bran…</p><div class="actions"><a class="btn btn-secondary" href="product-legacy-sync-deployment.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Momentum Builder Package</h3><p class="desc">Momentum Builder Package creates a complete funnel for your event, upgrades your automation with advanced logic, and drafts a Codex of workflows. In 3–4 days you'll be ready to launch offerings and…</p><div class="actions"><a class="btn btn-secondary" href="product-momentum-builder-package.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Genesis Builder</h3><p class="desc">Genesis Builder installs a foundational automation system that improves over time, builds a personal tier map of your offers, and provides a custom AI persona for assistance. In 2–3 days you jumpst…</p><div class="actions"><a class="btn btn-secondary" href="product-genesis-builder.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Sovereign Assets Fast-Track</h3><p class="desc">Sovereign Assets Fast‑Track maps how your offers connect, installs a routing system to guide leads and enhances DM/email delivery so clients receive the right content. In 3–4 days your assets and a…</p><div class="actions"><a class="btn btn-secondary" href="product-sovereign-assets-fast-track.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Neverloop Prime Launch</h3><p class="desc">Neverloop Prime Launch sets up your Stripe payment gateway, configures two offers, and activates your delivery system so purchases trigger instant content or onboarding. In 2–3 days you can start g…</p><div class="actions"><a class="btn btn-secondary" href="product-neverloop-prime-launch.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Recursion Ready Core Build</h3><p class="desc">Recursion Ready Core Build calibrates your brand voice, installs a CTA engine to automatically prompt your audience, and configures an AI mirror persona that learns from your style for feedback and…</p><div class="actions"><a class="btn btn-secondary" href="product-recursion-ready-core-build.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Persona Resurrection Protocol</h3><p class="desc">Persona Resurrection Protocol revives a dormant persona or past brand, updating its messaging and style to match your current vision, then integrates it into your existing systems. In 3–6 hours, re…</p><div class="actions"><a class="btn btn-secondary" href="product-persona-resurrection-protocol.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>TruthStart Protocol</h3><p class="desc">TruthStart Protocol: deep persona intake to reveal your narrative, values & goals; plus a Sovereign System Briefing aligning brand & systems. In 2–3 days, you’ll know your core persona and have a s…</p><div class="actions"><a class="btn btn-secondary" href="product-truthstart-protocol.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Signal Drop Package</h3><p class="desc">Signal Drop Package delivers a professionally designed Instagram post (graphic & caption) plus a CTA and hashtag strategy. In 24–48 hours you'll get a high‑quality, ready‑to‑go post that drives eng…</p><div class="actions"><a class="btn btn-secondary" href="product-signal-drop-package.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Product</span><h3>Crown Consult 30</h3><p class="desc">Crown Consult 30 gives you a focused 30-minute 1:1 strategy session plus an instant Tier Map & Persona Scan. Walk away with quick clarity and a roadmap to your next moves. Perfect for busy professi…</p><div class="actions"><a class="btn btn-secondary" href="product-crown-consult-30.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Product</span><h3>Foundation Snapshot</h3><p class="desc">Get a rapid snapshot of your systems and direction. In 1–2 hours you'll receive a concise audit and a TruthMatch™ intake that pinpoints gaps and opportunities. Ideal for entrepreneurs seeking insta…</p><div class="actions"><a class="btn btn-secondary" href="product-foundation-snapshot.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Product</span><h3>15-Minute Consultation</h3><p class="desc">A quick 15-minute consultation add-on for our clients.</p><div class="actions"><a class="btn btn-secondary" href="product-15-minute-consultation.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Learning</span><h3>AI Foundations Class</h3><p class="desc">An introductory AI foundations class that teaches core AI concepts.</p><div class="actions"><a class="btn btn-secondary" href="product-ai-foundations-class.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Membership</span><h3>Studio</h3><p class="desc">15 persona credits per month; includes policy pack & rollout guide; priority SLA and custom requests.</p><div class="actions"><a class="btn btn-secondary" href="product-studio.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Membership</span><h3>Team</h3><p class="desc">5 persona credits per month; includes board section with hand-offs; priority generation and support.</p><div class="actions"><a class="btn btn-secondary" href="product-team.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Membership</span><h3>Solo</h3><p class="desc">1 persona credit per month; includes executive brief, system prompt (.txt) and JSON spec; email delivery & portal access.</p><div class="actions"><a class="btn btn-secondary" href="product-solo.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Reservation</span><h3>Four-Hour Onsite Command</h3><p class="desc">Four-hour onsite command session for your team or project. Same-day fly-in/out; includes real-time system build, training, and follow-up deliverables. Travel not included.</p><div class="actions"><a class="btn btn-secondary" href="product-four-hour-onsite-command.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Reservation</span><h3>Weekend In-Person Hold</h3><p class="desc">Deposit to reserve your in-person weekend consultation or class in Denver. Non-refundable and applies to final balance.</p><div class="actions"><a class="btn btn-secondary" href="product-weekend-in-person-hold.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Reservation</span><h3>Field Deployment Deposit: On-Site Build Reservation (4 Hours)</h3><p class="desc">Reserve your four-hour on-site AI build and strategy session. This non-refundable deposit secures your date and is credited toward your final invoice. Travel costs not included; full payment due up…</p><div class="actions"><a class="btn btn-secondary" href="product-field-deployment-deposit-on-site-build-reservation-4-hours.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Reservation</span><h3>Sovereign Build Deposit: Custom AI System Reservation</h3><p class="desc">Secure your place for the Sovereign AI Package build, valued from $3,500. This non-refundable deposit locks in your build schedule and is fully credited toward your final project cost.</p><div class="actions"><a class="btn btn-secondary" href="product-sovereign-build-deposit-custom-ai-system-reservation.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Reservation</span><h3>90-Min Intensive</h3><p class="desc">90-minute one-on-one intensive in Denver on weekends. Includes audit, personalized plan, and 7-day follow-up tasks.</p><div class="actions"><a class="btn btn-secondary" href="product-90-min-intensive.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Learning</span><h3>Small Group Class</h3><p class="desc">90-minute group class in Denver on weekends. Max 12 participants. Includes class materials and live guidance.</p><div class="actions"><a class="btn btn-secondary" href="product-small-group-class.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Program</span><h3>Builder Pack</h3><p class="desc">Includes a 60-minute 1-on-1 session, a bundle of three classes, a first persona build, and an Instagram funnel template for high-ROI automation.</p><div class="actions"><a class="btn btn-secondary" href="product-builder-pack.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Reservation</span><h3>Precision Hour: 1-Hour AI Strategy & Implementation Session</h3><p class="desc">This is a 60-minute precision consultation with our architects. We fix, build, and strategize live via Google Meet to optimize your AI systems. You'll leave with an actionable plan, custom prompts,…</p><div class="actions"><a class="btn btn-secondary" href="product-precision-hour-1-hour-ai-strategy-implementation-session.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Product</span><h3>Crown Consult 30: 30-Minute Strategy Session</h3><p class="desc">This 30-minute strategy and advisory session delivers a rapid assessment of your current AI ecosystem and strategic objectives. You’ll receive an instant tier map and persona scan to identify oppor…</p><div class="actions"><a class="btn btn-secondary" href="product-crown-consult-30-30-minute-strategy-session.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Learning</span><h3>Ascension Day One - Single Class Pass</h3><p class="desc">One class of your choice from Ascension Day One on August 30, 2025. Includes printed/digital kit and event replay. $99 credit toward any package over $1,000 if purchased within 7 days.</p><div class="actions"><a class="btn btn-secondary" href="product-ascension-day-one-single-class-pass.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Learning</span><h3>Ascension Day One - Full Day Pass</h3><p class="desc">Full access to all three classes on August 30, 2025 (Everyday Chat Mastery, Weld-Chat Workshop, Field Deployment Boot), printed and digital kits, replay, Ascension Starter Pack, and credit toward a…</p><div class="actions"><a class="btn btn-secondary" href="product-ascension-day-one-full-day-pass.html">View details</a></div></article>
<article class="card offer-card"><span class="pill">Membership</span><h3>> Tier 1: The Initiation</h3><p class="desc">> AI Council Design Session + Command CenterTurn your vision into structure. Build 3 internal AI personas and get your Notion-based ops dashboard to launch your business with precision.</p><div class="actions"><a class="btn btn-secondary" href="product-tier-1-the-initiation.html">View details</a></div></article>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>terms.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Terms of Service – Self Entourage</title>
<meta name="description" content="Read the legal terms that govern your use of Self Entourage’s services, products and website.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<!-- Use canonical logo asset -->
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav">
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
<a href="about.html">About</a>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
</nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Legal</span>
<h1 class="page-title">Terms of Service</h1>
<p class="page-sub">The following terms govern your access to and use of Self Entourage’s website, products and services. Please read them carefully.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container">
<h2>1. Acceptance of these Terms</h2>
<p>By accessing or using any part of the Self Entourage website, purchasing products or engaging our services you agree to be bound by these Terms of Service (the “Terms”). If you do not agree to all the Terms, do not access or use the website or our services.</p>
<h2>2. Services and Products</h2>
<p>Self Entourage provides AI systems design, educational programs, digital products and consulting services. We reserve the right to modify or discontinue any service or product at any time without notice. Certain products or programs may have additional terms which will be presented at the time of purchase; those terms supplement these Terms.</p>
<h2>3. Eligibility and Responsibilities</h2>
<p>You must be at least 18 years old and have the legal authority to enter into contracts in your jurisdiction to use our services. You agree to provide accurate information and to comply with all applicable laws in connection with your use of the site. You are responsible for maintaining the confidentiality of any account credentials and for all activities that occur under your account.</p>
<h2>4. Intellectual Property</h2>
<p>All content on this website, including text, graphics, logos, images, audio clips, digital downloads and software, is the property of Self Entourage or its licensors and is protected by copyright, trademark and other intellectual property laws. You may not reproduce, distribute, modify or create derivative works from any content without our prior written consent.</p>
<h2>5. Purchases, Payments and Refunds</h2>
<p>Prices for our products and services are subject to change without notice. Payments are processed via third‑party payment providers such as Stripe. By submitting a payment you represent that you are authorized to use the selected payment method and that the information provided is accurate. All sales are final unless a specific refund policy is provided for a particular product or service.</p>
<h2>6. Disclaimers</h2>
<p>Our services and products are provided “as is” and “as available” without warranties of any kind, either express or implied. To the maximum extent permitted by law, Self Entourage disclaims all warranties, including implied warranties of merchantability, fitness for a particular purpose and non‑infringement. We do not warrant that the services will be uninterrupted, error‑free, secure or that any defects will be corrected. The information presented on this site is for general informational purposes only and does not constitute financial, legal, medical or other professional advice. You alone are responsible for determining whether our products or services are appropriate for your situation.</p>
<h2>7. Limitation of Liability</h2>
<p>In no event shall Self Entourage, its owners, employees, affiliates or licensors be liable for any indirect, incidental, special, consequential or punitive damages, including lost profits or data, arising out of or related to your use of the website or our services, even if advised of the possibility of such damages. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so the above limitation may not apply to you. In no case shall our total liability to you for all claims arising out of or relating to these Terms or your use of the site exceed the amount you paid us, if any, for the relevant product or service in the twelve (12) months preceding the event giving rise to the claim.</p>
<h2>8. Indemnification</h2>
<p>You agree to indemnify, defend and hold harmless Self Entourage and its affiliates, officers, agents and employees from any claim, demand or damages, including reasonable attorneys’ fees, arising out of your use of the site, your violation of these Terms or your violation of any rights of a third party.</p>
<h2>9. Dispute Resolution</h2>
<p>Any dispute, controversy or claim arising out of or relating to these Terms, our services or the breach thereof shall be settled by binding arbitration administered by a recognised arbitration organisation in accordance with its commercial arbitration rules. The arbitration shall be conducted in Denver, Colorado, in the English language. Judgment on the award rendered by the arbitrator may be entered in any court having jurisdiction. You waive any right to a jury trial and agree that arbitration is your sole remedy for any disputes you may have with us.</p>
<h2>10. Severability</h2>
<p>If any provision of these Terms is found to be unlawful, void or unenforceable, that provision shall be limited or eliminated to the minimum extent necessary so that these Terms remain otherwise in full force and effect and enforceable.</p>
<h2>11. Entire Agreement</h2>
<p>These Terms, together with any additional terms to which you agree when purchasing products or services, constitute the entire agreement between you and Self Entourage regarding your use of the site and supersede any prior agreements or understandings, whether oral or written. Any failure by us to enforce any right or provision of these Terms shall not constitute a waiver of such right or provision.</p>
<h2>12. Assignment</h2>
<p>You may not assign or transfer these Terms or any of your rights or obligations hereunder without our prior written consent. We may assign our rights and obligations under these Terms without restriction.</p>
<h2>13. Governing Law</h2>
<p>These Terms are governed by and construed in accordance with the laws of the State of Colorado, without regard to its conflict of law principles. Any disputes arising under or relating to these Terms shall be resolved exclusively in the state or federal courts located in Denver County, Colorado, and you consent to personal jurisdiction and venue in such courts.</p>
<h2>14. Changes to these Terms</h2>
<p>We may update these Terms from time to time. We will post the updated Terms on this page and update the “Last Updated” date below. Your continued use of the site or our services after any such changes constitutes your acceptance of the new Terms.</p>
<p><em>Last Updated: April 2026</em></p>
<h2>15. Contact Us</h2>
<p>If you have questions about these Terms, please contact us via email at <a href="mailto:legal@selfentourage.com">legal@selfentourage.com</a>.</p>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Self Entourage is an AI systems design and education company delivering sovereign solutions. We help you learn, build and deploy practical AI frameworks to scale your mission.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>thanks.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Thank You – Self Entourage</title>
<meta name="description" content="Thank you for getting in touch! We appreciate your interest and will respond to your message shortly.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Legal</span>
<h1 class="page-title">Thank You</h1>
<p class="page-sub">Thank you for getting in touch! We appreciate your interest and will respond to your message shortly.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>truth-os.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Truth OS – Self Entourage</title>
<meta name="description" content="Discover Truth OS, the platform that unifies your digital presence, anchors your narrative and automates customer touchpoints.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="topbar">
<div class="container topbar-inner">
<a class="brandmark" href="index.html" aria-label="Self Entourage home">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div class="brandmark-text">Self Entourage <small>LLC</small></div>
</a>
<nav class="nav"><a class="" href="index.html">Home</a><a class="" href="start-here.html">Start Here</a><a class="" href="deploy.html">Deploy</a><a class="" href="memberships.html">Memberships</a><a class="" href="private-programs.html">Private Programs</a><a class="" href="intensives-and-reservations.html">Intensives & Reservations</a><a class="active" href="truth-os.html">Truth OS</a><a class="" href="black-crown.html">Black Crown</a><a class="" href="neverloop.html">Neverloop</a><a class="" href="learn.html">Learn</a><a class="" href="build.html">Build</a><a class="" href="services.html">Services</a><a class="" href="about.html">About</a><a class="" href="faq.html">FAQ</a><a class="" href="contact.html">Contact</a><a class="" href="store.html">Store</a></nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="panel hero-copy">
<span class="kicker">Truth OS</span>
<h1 class="page-title">Truth OS®</h1>
<p class="page-sub">Truth OS is our powerful platform for streamlined and efficient digital interactions. It unifies your narratives, aligns your identity and automates your customer touchpoints.</p>
</div>
</div>
</section>
<section class="content-panel">
<div class="container two-col">
<div>
<h2>Unify your digital presence</h2>
<p>Truth OS acts as the nervous system of your brand. It centralizes information, anchors your narrative and ensures every interaction reflects your voice and values. No more scattered tools – everything lives in a single, sovereign platform.</p>
<ul class="checklist">
<li>Streamlined forms, journals and digital diaries</li>
<li>Centralized knowledge base and prompt vault</li>
<li>Automated workflows and notification logic</li>
<li>Integration with Neverloop monetization</li>
</ul>
</div>
<div>
<h2>Get started</h2>
<p>Truth OS isn’t a one‑size‑fits‑all SaaS product – it’s a custom platform built around you. Start with a Discovery call to map your requirements, then choose an installation package.</p>
<ul class="checklist">
<li><a href="product-sovereign-ai-package.html">Sovereign AI Package</a> – install Truth OS with Neverloop® monetization</li>
<li><a href="product-truthstart-protocol.html">TruthStart Protocol</a> – uncover your core persona and strategy blueprint</li>
<li><a href="product-codex-command-system.html">Codex Command System</a> – build your language base and prompt vault</li>
</ul>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<div class="card brand-card">
<div class="brandmark" style="align-items:flex-start;">
<img src="assets/logo-light.jpg" alt="Self Entourage logo">
<div>
<div class="brandmark-text" style="font-size:24px;">Self Entourage</div>
<p class="small" style="margin:10px 0 0;">Premium system design, AI implementation, education, consulting, and legacy‑grade digital products.</p>
</div>
</div>
<p class="notice">© 2026 Self Entourage LLC. All rights reserved.</p>
</div>
<div class="card">
<h3>Navigate</h3>
<a href="index.html">Home</a>
<a href="start-here.html">Start Here</a>
<a href="deploy.html">Deploy</a>
<a href="memberships.html">Memberships</a>
<a href="private-programs.html">Private Programs</a>
<a href="intensives-and-reservations.html">Intensives & Reservations</a>
</div>
<div class="card">
<h3>Explore</h3>
<a href="truth-os.html">Truth OS</a>
<a href="black-crown.html">Black Crown</a>
<a href="neverloop.html">Neverloop</a>
<a href="learn.html">Learn</a>
<a href="build.html">Build</a>
<a href="services.html">Services</a>
</div>
<div class="card">
<h3>Support</h3>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="store.html">Store</a>
<a href="sitemap.html">Sitemap</a>
<a href="sourcebook.html">Sourcebook</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="refund.html">Refund Policy</a>
<a href="cookies.html">Cookies</a>
<a href="accessibility.html">Accessibility</a>
<a href="dmca.html">DMCA</a>
<a href="acceptable-use.html">Acceptable Use</a>
<a href="legal.html">Legal</a>
</div>
</footer>
</body>
</html>