<!-- STEADY BY DESIGN — REVAMPED WEBADOR HOMEPAGE
PASTE INTO: Webador → Edit page → Add element → Embed Code / HTML
DO NOT paste into the HEAD section.
Mini Course is priced at $49.99.
-->

<div id="sbd-page">
  <style>
    html, body { overflow-x: hidden !important; }

    #sbd-page,
    #sbd-page * { box-sizing: border-box; }

    #sbd-page {
      width: 100%;
      max-width: 100%;
      overflow-x: hidden;
      background: #f7f1e8;
      color: #111111;
      font-family: Georgia, "Times New Roman", serif;
      line-height: 1.6;
    }

    #sbd-page a { text-decoration: none; }

    #sbd-page .sbd-section {
      width: 100%;
      padding: 76px 22px;
    }

    #sbd-page .sbd-wrap {
      max-width: 1140px;
      margin: 0 auto;
      width: 100%;
    }

    #sbd-page .sbd-eyebrow {
      margin: 0 0 12px;
      font-family: Arial, sans-serif;
      font-size: 12px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #c3952d;
      font-weight: 700;
    }

    #sbd-page h1, #sbd-page h2, #sbd-page h3 { margin-top: 0; }

    #sbd-page .sbd-hero-title {
      font-size: clamp(42px, 7vw, 74px);
      line-height: .98;
      margin-bottom: 22px;
      color: #ffffff;
      font-weight: 400;
      letter-spacing: -1.5px;
    }

    #sbd-page .sbd-title {
      font-size: clamp(34px, 5vw, 54px);
      line-height: 1.05;
      margin-bottom: 18px;
      color: #111111;
      font-weight: 400;
      letter-spacing: -1px;
    }

    #sbd-page .sbd-subtitle {
      font-family: Arial, sans-serif;
      font-size: 18px;
      color: #3c3c3c;
      margin: 0 0 28px;
      max-width: 760px;
    }

    #sbd-page .sbd-text {
      font-family: Arial, sans-serif;
      font-size: 16px;
      color: #444444;
      margin: 0;
    }

    #sbd-page .sbd-btn-row {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      align-items: center;
      margin-top: 26px;
    }

    #sbd-page .sbd-btn {
      display: inline-block;
      padding: 14px 24px;
      border-radius: 6px;
      font-family: Arial, sans-serif;
      font-weight: 700;
      font-size: 15px;
      text-align: center;
    }

    #sbd-page .sbd-btn-gold { background: #d4a32d; color: #111111; }
    #sbd-page .sbd-btn-green { background: #405743; color: #ffffff; }
    #sbd-page .sbd-btn-light { background: #ffffff; color: #26362a; }
    #sbd-page .sbd-btn-outline { background: transparent; border: 1px solid #ffffff; color: #ffffff; }

    #sbd-page .sbd-grid-2 {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
      gap: 44px;
      align-items: center;
    }

    #sbd-page .sbd-grid-3 {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
    }

    #sbd-page .sbd-grid-4 {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }

    #sbd-page .sbd-card {
      background: #ffffff;
      border: 1px solid #e4dac8;
      border-radius: 16px;
      padding: 26px;
      box-shadow: 0 14px 30px rgba(0,0,0,.045);
    }

    #sbd-page .sbd-card h3 {
      font-size: 24px;
      line-height: 1.15;
      margin-bottom: 10px;
      color: #111111;
      font-weight: 500;
    }

    #sbd-page .sbd-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #d4a32d;
      margin-bottom: 16px;
    }

    #sbd-page .sbd-soft { background: #f7f1e8; }
    #sbd-page .sbd-white { background: #ffffff; }
    #sbd-page .sbd-center { text-align: center; }
    #sbd-page .sbd-center .sbd-subtitle { margin-left: auto; margin-right: auto; }

    #sbd-page .sbd-nav {
      background: #fbf8f1;
      border-bottom: 1px solid #e5dac8;
      padding: 16px 22px;
    }

    #sbd-page .sbd-nav-inner {
      max-width: 1140px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 18px;
      flex-wrap: wrap;
    }

    #sbd-page .sbd-brand {
      font-size: 28px;
      line-height: 1.05;
      color: #405743;
      font-weight: 700;
      white-space: nowrap;
    }

    #sbd-page .sbd-brand span { color: #c3952d; font-style: italic; }

    #sbd-page .sbd-links {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
      font-family: Arial, sans-serif;
      font-size: 14px;
    }

    #sbd-page .sbd-links a:not(.sbd-small-btn) {
      color: #26362a;
      padding: 8px 9px;
    }

    #sbd-page .sbd-small-btn {
      background: #405743;
      color: #ffffff;
      padding: 10px 16px;
      border-radius: 5px;
      font-weight: 700;
    }

    #sbd-page .sbd-hero {
      background:
        radial-gradient(circle at 88% 12%, rgba(212,163,45,.35), transparent 26%),
        linear-gradient(135deg, #26362a 0%, #405743 52%, #8b978b 100%);
      padding: 86px 22px;
    }

    #sbd-page .sbd-hero p { color: #fff8ec; }

    #sbd-page .sbd-quote-card {
      background: #fbf8f1;
      border-radius: 22px;
      padding: 34px;
      box-shadow: 0 30px 70px rgba(0,0,0,.22);
      border: 1px solid rgba(255,255,255,.7);
    }

    #sbd-page .sbd-quote-card h2 {
      font-size: clamp(30px, 4vw, 44px);
      line-height: 1.1;
      font-weight: 400;
      color: #111111;
      margin-bottom: 18px;
    }

    #sbd-page .sbd-mini-price {
      font-size: 58px;
      line-height: 1;
      color: #405743;
      margin: 8px 0 10px;
    }

    #sbd-page .sbd-mini-path {
      background: #f7f1e8;
      border: 1px solid #e4dac8;
      border-radius: 18px;
      padding: 28px;
    }

    #sbd-page .sbd-step {
      border-left: 3px solid #d4a32d;
      padding-left: 18px;
      margin-bottom: 20px;
    }

    #sbd-page .sbd-step:last-child { margin-bottom: 0; }

    #sbd-page .sbd-step strong {
      font-family: Arial, sans-serif;
      color: #111111;
    }

    #sbd-page .sbd-price-card {
      padding: 30px 24px;
      text-align: center;
      position: relative;
      overflow: visible;
    }

    #sbd-page .sbd-price-card.featured {
      background: #405743;
      color: #ffffff;
      transform: translateY(-12px);
      border-color: #405743;
    }

    #sbd-page .sbd-badge {
      position: absolute;
      top: -16px;
      left: 50%;
      transform: translateX(-50%);
      background: #d4a32d;
      color: #111111;
      padding: 8px 18px;
      border-radius: 4px;
      font-family: Arial, sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      white-space: nowrap;
    }

    #sbd-page .sbd-price {
      font-size: 48px;
      line-height: 1;
      margin: 14px 0 6px;
      color: inherit;
    }

    #sbd-page .sbd-price-list {
      list-style: none;
      padding: 0;
      margin: 24px 0 0;
      font-family: Arial, sans-serif;
      font-size: 15px;
    }

    #sbd-page .sbd-price-list li {
      padding: 9px 0;
      border-top: 1px solid rgba(0,0,0,.1);
    }

    #sbd-page .featured .sbd-price-list li {
      border-top-color: rgba(255,255,255,.18);
    }

    #sbd-page .sbd-book {
      background: #405743;
      color: #ffffff;
      border-radius: 16px;
      padding: 34px 28px;
      min-height: 430px;
      box-shadow: 14px 16px 0 rgba(0,0,0,.14);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    #sbd-page .sbd-book h3 {
      color: #ffffff;
      font-size: 42px;
      line-height: 1.05;
      margin-bottom: 24px;
    }

    #sbd-page .sbd-book h3 span {
      color: #d4a32d;
      font-style: italic;
    }

    #sbd-page .sbd-pill-row {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin: 22px 0 28px;
    }

    #sbd-page .sbd-pill {
      font-family: Arial, sans-serif;
      font-size: 13px;
      background: #f7f1e8;
      border: 1px solid #e4dac8;
      border-radius: 999px;
      padding: 9px 13px;
      color: #26362a;
    }

    #sbd-page .sbd-faq-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
      margin-top: 36px;
    }

    #sbd-page .sbd-faq h3 {
      font-size: 22px;
      line-height: 1.2;
    }

    #sbd-page .sbd-final {
      background:
        linear-gradient(rgba(0,0,0,.78), rgba(0,0,0,.82)),
        radial-gradient(circle at 20% 0%, rgba(64,87,67,.8), transparent 34%),
        #101010;
      color: #ffffff;
      text-align: center;
      padding: 90px 22px;
    }

    #sbd-page .sbd-final h2 {
      font-size: clamp(38px, 7vw, 66px);
      line-height: 1.05;
      font-style: italic;
      font-weight: 400;
      color: #ffffff;
      max-width: 880px;
      margin-left: auto;
      margin-right: auto;
    }

    @media (max-width: 900px) {
      #sbd-page .sbd-grid-2,
      #sbd-page .sbd-grid-3,
      #sbd-page .sbd-grid-4,
      #sbd-page .sbd-faq-grid {
        grid-template-columns: 1fr;
      }

      #sbd-page .sbd-price-card.featured { transform: none; }

      #sbd-page .sbd-nav-inner { align-items: flex-start; }
      #sbd-page .sbd-links { width: 100%; }
      #sbd-page .sbd-links a { font-size: 13px; }
    }

    @media (max-width: 520px) {
      #sbd-page .sbd-section,
      #sbd-page .sbd-hero,
      #sbd-page .sbd-final {
        padding-left: 16px;
        padding-right: 16px;
      }

      #sbd-page .sbd-btn { width: 100%; }
      #sbd-page .sbd-brand { font-size: 24px; }
      #sbd-page .sbd-card { padding: 22px; }
    }
  </style>

  <section class="sbd-nav">
    <div class="sbd-nav-inner">
      <div class="sbd-brand">Steady <span>by Design</span></div>

      <div class="sbd-links">
        <a href="#mini-course">Mini Course</a>
        <a href="#course">Course</a>
        <a href="#book">Book</a>
        <a href="#coaching">Coaching</a>
        <a href="#faq">FAQ</a>
        <a class="sbd-small-btn" href="/mini-course">Mini Course $49.99</a>
      </div>
    </div>
  </section>

  <section class="sbd-hero">
    <div class="sbd-wrap sbd-grid-2">
      <div>
        <p class="sbd-eyebrow">Sustainable Leadership • Coaching • Growth</p>
        <h1 class="sbd-hero-title">Lead with more clarity and less chaos.</h1>
        <p class="sbd-subtitle">
          Steady by Design helps leaders, coaches, and purpose-driven professionals reset their structure,
          strengthen boundaries, and grow without losing themselves in the process.
        </p>

        <div class="sbd-btn-row">
          <a class="sbd-btn sbd-btn-gold" href="/mini-course">Start the Mini Course — $49.99</a>
          <a class="sbd-btn sbd-btn-light" href="#pricing">See Course Options</a>
          <a class="sbd-btn sbd-btn-outline" href="#coaching">Work with Anitra</a>
        </div>
      </div>

      <div class="sbd-quote-card">
        <p class="sbd-eyebrow">Steady Reminder</p>
        <h2>Growth should not require you to disappear inside it.</h2>
        <p class="sbd-text">
          Begin with the $49.99 mini course, continue with the full framework, or work directly with Anitra for guided support.
        </p>
      </div>
    </div>
  </section>

  <section id="mini-course" class="sbd-section sbd-white">
    <div class="sbd-wrap sbd-grid-2">
      <div>
        <p class="sbd-eyebrow">Mini Course • $49.99</p>
        <h2 class="sbd-title">Start small. Reset with intention.</h2>
        <p class="sbd-subtitle">
          The Steady by Design mini course gives visitors a powerful entry point before they commit to the full course.
          It introduces the framework, builds trust, and gives them practical reset tools they can use immediately.
        </p>

        <div class="sbd-pill-row">
          <span class="sbd-pill">Quick reset lesson</span>
          <span class="sbd-pill">Reflection prompts</span>
          <span class="sbd-pill">Leadership check-in</span>
          <span class="sbd-pill">Next-step guidance</span>
        </div>

        <div class="sbd-btn-row">
          <a class="sbd-btn sbd-btn-green" href="/mini-course">Purchase Mini Course</a>
          <a class="sbd-btn sbd-btn-gold" href="#pricing">Continue to Full Course</a>
        </div>
      </div>

      <div class="sbd-mini-path">
        <p class="sbd-eyebrow">Entry Price</p>
        <div class="sbd-mini-price">$49.99</div>
        <p class="sbd-text" style="margin-bottom:22px;">A focused leadership reset experience designed to help visitors take action without feeling overwhelmed.</p>

        <div class="sbd-step">
          <strong>Step 1: Pause</strong>
          <p class="sbd-text">Notice where pressure, responsibility, and overleading are showing up.</p>
        </div>

        <div class="sbd-step">
          <strong>Step 2: Name the Pattern</strong>
          <p class="sbd-text">Identify what needs structure, support, or a healthier boundary.</p>
        </div>

        <div class="sbd-step">
          <strong>Step 3: Reset</strong>
          <p class="sbd-text">Choose one steady action you can apply right away.</p>
        </div>
      </div>
    </div>
  </section>

  <section id="course" class="sbd-section sbd-soft">
    <div class="sbd-wrap sbd-center">
      <p class="sbd-eyebrow">Who This Course Is For</p>
      <h2 class="sbd-title">Built for people in the middle of growth.</h2>
      <p class="sbd-subtitle">
        You do not have to be in crisis to need this work. This course is for people whose growth has outpaced the structure supporting it.
      </p>

      <div class="sbd-grid-4" style="margin-top:40px;">
        <div class="sbd-card sbd-center">
          <div class="sbd-dot" style="margin-left:auto; margin-right:auto;"></div>
          <h3>Leaders & Executives</h3>
          <p class="sbd-text">Lead with clarity without overcontrolling everything around you.</p>
        </div>

        <div class="sbd-card sbd-center">
          <div class="sbd-dot" style="margin-left:auto; margin-right:auto;"></div>
          <h3>Coaches & Facilitators</h3>
          <p class="sbd-text">Support others without rescuing, overfunctioning, or burning yourself out.</p>
        </div>

        <div class="sbd-card sbd-center">
          <div class="sbd-dot" style="margin-left:auto; margin-right:auto;"></div>
          <h3>High Performers</h3>
          <p class="sbd-text">Rebuild the systems beneath your success before pressure becomes exhaustion.</p>
        </div>

        <div class="sbd-card sbd-center">
          <div class="sbd-dot" style="margin-left:auto; margin-right:auto;"></div>
          <h3>System Builders</h3>
          <p class="sbd-text">Design teams, cultures, and routines that sustain growth with intention.</p>
        </div>
      </div>
    </div>
  </section>

  <section class="sbd-section sbd-white">
    <div class="sbd-wrap sbd-center">
      <p class="sbd-eyebrow">What You Will Gain</p>
      <h2 class="sbd-title">Practical tools for steadier leadership.</h2>
      <p class="sbd-subtitle">
        This is not about becoming perfect. It is about becoming more aware, more grounded, and more intentional with how you lead and care for yourself.
      </p>

      <div class="sbd-grid-3" style="margin-top:38px;">
        <div class="sbd-card">
          <h3>Clarity</h3>
          <p class="sbd-text">Identify what is draining you, what needs to change, and what kind of leader you are becoming.</p>
        </div>

        <div class="sbd-card">
          <h3>Boundaries</h3>
          <p class="sbd-text">Learn how to support people without carrying everything, fixing everything, or abandoning yourself.</p>
        </div>

        <div class="sbd-card">
          <h3>Structure</h3>
          <p class="sbd-text">Build simple routines, reflection practices, and reset systems that help growth become sustainable.</p>
        </div>
      </div>
    </div>
  </section>

  <section id="pricing" class="sbd-section sbd-soft">
    <div class="sbd-wrap sbd-center">
      <p class="sbd-eyebrow">Enrollment</p>
      <h2 class="sbd-title">Choose your path.</h2>
      <p class="sbd-subtitle">
        Start with the $49.99 mini course or enroll in the full Steady by Design curriculum when you are ready for the complete framework.
      </p>

      <div class="sbd-grid-3" style="margin-top:48px; align-items:start;">
        <div class="sbd-card sbd-price-card">
          <p class="sbd-eyebrow" style="color:#405743;">Mini Course</p>
          <div class="sbd-price">$49.99</div>
          <p class="sbd-text">one-time payment</p>
          <ul class="sbd-price-list">
            <li>Introductory reset lesson</li>
            <li>Reflection prompts</li>
            <li>Leadership check-in</li>
            <li>Next-step guidance</li>
          </ul>
          <a class="sbd-btn sbd-btn-green" style="margin-top:24px;" href="/mini-course">Purchase Mini Course</a>
        </div>

        <div class="sbd-card sbd-price-card featured">
          <div class="sbd-badge">Full Course</div>
          <p class="sbd-eyebrow" style="color:#d4a32d;">Self-Study</p>
          <div class="sbd-price">$297</div>
          <p style="font-family:Arial,sans-serif; margin:0;">one-time payment</p>
          <ul class="sbd-price-list">
            <li>All 30 chapter modules</li>
            <li>Downloadable worksheets</li>
            <li>Coaching question banks</li>
            <li>90-day roadmap guide</li>
          </ul>
          <a class="sbd-btn sbd-btn-gold" style="margin-top:24px;" href="/course">Enroll in Full Course</a>
        </div>

        <div class="sbd-card sbd-price-card">
          <p class="sbd-eyebrow" style="color:#405743;">Executive</p>
          <div class="sbd-price">$1,497</div>
          <p class="sbd-text">one-time payment</p>
          <ul class="sbd-price-list">
            <li>Everything in Full Course</li>
            <li>1:1 coaching session</li>
            <li>Personalized layer assessment</li>
            <li>Priority access to Anitra</li>
          </ul>
          <a class="sbd-btn sbd-btn-green" style="margin-top:24px;" href="/course">Choose Executive</a>
        </div>
      </div>
    </div>
  </section>

  <section id="book" class="sbd-section sbd-white">
    <div class="sbd-wrap sbd-grid-2">
      <div class="sbd-book">
        <div>
          <h3>Steady<br><span>by Design</span></h3>
          <p style="font-family:Arial,sans-serif; font-size:15px;">
            A Coaching-Centered Framework for Sustainable Leadership
          </p>
        </div>
        <p style="font-family:Arial,sans-serif; margin:0;">Anitra Green</p>
      </div>

      <div>
        <p class="sbd-eyebrow">The Book</p>
        <h2 class="sbd-title">The full framework behind the course.</h2>
        <p class="sbd-subtitle">
          Read the book, take the course, or work directly with Anitra. Each path is designed to help you lead, grow, and build structure without living in survival mode.
        </p>

        <div class="sbd-pill-row">
          <span class="sbd-pill">Paperback</span>
          <span class="sbd-pill">Hardcover</span>
          <span class="sbd-pill">Ebook</span>
          <span class="sbd-pill">Audiobook</span>
        </div>

        <a class="sbd-btn sbd-btn-gold" href="/book">Order the Book</a>
      </div>
    </div>
  </section>

  <section id="coaching" class="sbd-section sbd-soft">
    <div class="sbd-wrap sbd-grid-2">
      <div>
        <p class="sbd-eyebrow">1:1 Coaching With Anitra</p>
        <h2 class="sbd-title">Coaching that turns insight into action.</h2>
        <p class="sbd-subtitle">
          Individual coaching helps you apply the framework to your real situation: your decisions, leadership patterns, environment, and current season of growth.
        </p>

        <a class="sbd-btn sbd-btn-green" href="/coaching">Book a Session</a>
      </div>

      <div class="sbd-grid-2" style="gap:18px;">
        <div class="sbd-card">
          <h3>Single Session</h3>
          <p class="sbd-text">Focused support for one leadership challenge, decision point, or growth pattern.</p>
          <p style="font-size:34px; color:#405743; margin:18px 0 0;">$250</p>
        </div>

        <div class="sbd-card">
          <h3>90-Day Engagement</h3>
          <p class="sbd-text">Structured support to rebuild patterns, strengthen boundaries, and create sustainable change.</p>
          <p style="font-size:34px; color:#405743; margin:18px 0 0;">$1,800</p>
        </div>
      </div>
    </div>
  </section>

  <section class="sbd-section sbd-white">
    <div class="sbd-wrap sbd-center">
      <p class="sbd-eyebrow">About Anitra</p>
      <h2 class="sbd-title">Real leadership support from lived experience and professional practice.</h2>
      <p class="sbd-subtitle">
        Anitra Green, RN, MSN, MBA, CMSRN, LNC, brings nursing leadership, coaching insight, and practical structure to help people grow with clarity, resilience, and purpose.
      </p>
      <a class="sbd-btn sbd-btn-green" href="/contact">Contact Anitra</a>
    </div>
  </section>

  <section id="faq" class="sbd-section sbd-soft">
    <div class="sbd-wrap">
      <p class="sbd-eyebrow">Common Questions</p>
      <h2 class="sbd-title">Before you enroll.</h2>

      <div class="sbd-faq-grid">
        <div class="sbd-card sbd-faq">
          <h3>Is the mini course free?</h3>
          <p class="sbd-text">No. The mini course is a paid introductory experience priced at $49.99.</p>
        </div>

        <div class="sbd-card sbd-faq">
          <h3>How is this different from the full course?</h3>
          <p class="sbd-text">The mini course gives you a focused reset. The full course includes the complete framework, deeper implementation tools, and a 90-day roadmap.</p>
        </div>

        <div class="sbd-card sbd-faq">
          <h3>Do I need coaching experience?</h3>
          <p class="sbd-text">No. The course is designed for leaders applying these frameworks personally and practitioners who coach or support others.</p>
        </div>

        <div class="sbd-card sbd-faq">
          <h3>How long does it take to complete?</h3>
          <p class="sbd-text">The mini course is designed to be completed quickly. The full course can be completed over 10–15 weeks.</p>
        </div>
      </div>
    </div>
  </section>

  <section class="sbd-final">
    <div class="sbd-wrap">
      <h2>Growth should not require you to disappear inside it.</h2>
      <p style="font-family:Arial,sans-serif; font-size:18px; color:#f5eee4; max-width:760px; margin:0 auto 30px;">
        Start with the $49.99 mini course, enroll in the full program, order the book, or work directly with Anitra.
      </p>

      <div class="sbd-btn-row" style="justify-content:center;">
        <a class="sbd-btn sbd-btn-light" href="/mini-course">Purchase Mini Course</a>
        <a class="sbd-btn sbd-btn-gold" href="/course">Enroll in the Course</a>
        <a class="sbd-btn sbd-btn-outline" href="/coaching">Work with Anitra</a>
      </div>
    </div>
  </section>
</div>