<!-- ═══════════════════════════════════════════════════════════════
     THE VALUE MODEL INSTITUTE — Getting Started  ·  SECONDARY PAGE FORMAT  ·  v08212026
     Paste this entire block into a Squarespace Code Block.

     This is the standard SECONDARY page template, distinct from the
     home page on purpose:
       · Compact light page header, no gradient hero
       · Single reading column (max 720px) with a sticky "On this page"
         rail on desktop
       · White background throughout; hairline rules between sections,
         no alternating tint bands
       · No three-card grids; prose, checklists, and the step timeline
       · FAQ as plain Q&A with a cerulean rule, not cards
       · Close is a light callout panel, not the dark navy bookend
     Shared with the home page: the navy site nav, Source Sans 3,
     Navy #153359 headings, cerulean #0183AA emphasis, coral #F47B6C
     only on solid CTAs. All styles scoped under .vmi.
     No pricing and no question counts appear on this page by policy.
     ═══════════════════════════════════════════════════════════════ -->
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;500;600;700&display=swap" rel="stylesheet">

<style>
  .vmi { font-family:'Source Sans 3',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif; background:#FFFFFF; color:#475569; line-height:1.65; font-size:16px; -webkit-font-smoothing:antialiased; }
  .vmi * { box-sizing:border-box; }
  .vmi .vmi-wrap { max-width:1080px; margin:0 auto; padding:0 28px; }

  /* Secondary-page type scale: one step below the home page */
  .vmi .vmi-eyebrow { font-size:13px; font-weight:600; letter-spacing:0.12em; text-transform:uppercase; color:#0183AA; margin-bottom:10px; }
  .vmi h1 { font-size:36px; font-weight:700; line-height:1.15; letter-spacing:-0.015em; margin:0 0 14px; color:#153359; }
  .vmi h2 { font-size:26px; font-weight:700; line-height:1.2; letter-spacing:-0.01em; margin:0 0 12px; color:#153359; }
  .vmi h3 { font-size:20px; font-weight:600; line-height:1.25; margin:0 0 8px; color:#153359; }
  .vmi h4 { font-size:17px; font-weight:600; line-height:1.3; margin:0 0 6px; color:#153359; }
  .vmi p { margin:0 0 16px; color:#475569; }
  .vmi .vmi-lede { font-size:18px; color:#334155; }
  .vmi .vmi-fine { font-size:14px; color:#64748B; }

  /* ── Buttons (shared with home) ── */
  .vmi .vmi-btn-coral { display:inline-block; background:#F47B6C; color:#FFFFFF; font-size:14px; font-weight:600; padding:13px 26px; border-radius:6px; text-decoration:none; transition:background .15s ease; }
  .vmi .vmi-btn-coral:hover { background:#F06A59; }
  .vmi .vmi-btn-outline { display:inline-block; background:transparent; color:#0183AA; font-size:14px; font-weight:600; padding:11px 24px; border-radius:6px; border:2px solid #0183AA; text-decoration:none; transition:background .15s ease; }
  .vmi .vmi-btn-outline:hover { background:#E8F4FF; }

  /* ── Page header: compact, light, no gradient ── */
  .vmi .vmi-pagehead { padding:56px 0 40px; border-bottom:1px solid #E2E8F0; background:#FFFFFF; }
  .vmi .vmi-pagehead h1 { max-width:720px; }
  .vmi .vmi-pagehead .vmi-lede { max-width:680px; margin-bottom:0; }
  .vmi .vmi-pagehead .vmi-head-cta { margin-top:24px; }

  /* ── Body layout: rail + reading column ── */
  .vmi .vmi-body { display:grid; grid-template-columns:220px minmax(0,720px); gap:56px; padding:48px 0 72px; }
  .vmi .vmi-rail { position:sticky; top:96px; align-self:start; }
  .vmi .vmi-rail .vmi-rail-label { font-size:12px; font-weight:600; letter-spacing:0.12em; text-transform:uppercase; color:#94A3B8; margin-bottom:12px; }
  .vmi .vmi-rail a { display:block; font-size:14.5px; font-weight:500; color:#475569; text-decoration:none; padding:6px 0 6px 14px; border-left:2px solid #E2E8F0; transition:color .15s ease, border-color .15s ease; }
  .vmi .vmi-rail a:hover { color:#0183AA; border-left-color:#0183AA; }

  /* ── Article sections: hairline rules, generous rhythm ── */
  .vmi .vmi-article section { padding:0 0 44px; margin:0 0 44px; border-bottom:1px solid #E2E8F0; }
  .vmi .vmi-article section:last-of-type { border-bottom:none; margin-bottom:0; padding-bottom:0; }
  .vmi .vmi-article section h2 { scroll-margin-top:110px; }

  /* ── Checklist (shared component) ── */
  .vmi ul.vmi-check { list-style:none; margin:20px 0 0; padding:0; }
  .vmi ul.vmi-check li { position:relative; padding:0 0 0 30px; margin-bottom:14px; color:#334155; }
  .vmi ul.vmi-check li::before { content:''; position:absolute; left:0; top:5px; width:16px; height:16px; border-radius:4px; background:#0183AA url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.5l3 3 6-7'/%3E%3C/svg%3E") center/11px 11px no-repeat; }
  .vmi ul.vmi-check li strong { font-weight:700; color:#153359; }

  /* ── Step timeline (shared component, used for the launch steps) ── */
  .vmi .vmi-roadmap { margin-top:28px; border-left:2px solid #E2E8F0; padding-left:28px; }
  .vmi .vmi-roaditem { margin-bottom:26px; position:relative; }
  .vmi .vmi-roaditem:last-child { margin-bottom:0; }
  .vmi .vmi-roaditem::before { content:''; position:absolute; left:-34px; top:7px; width:10px; height:10px; border-radius:50%; background:#0183AA; }
  .vmi .vmi-roaditem .vmi-when { font-size:12px; font-weight:600; letter-spacing:0.12em; text-transform:uppercase; color:#0183AA; margin-bottom:2px; }
  .vmi .vmi-roaditem p { margin-bottom:0; font-size:15px; }

  /* ── FAQ: plain Q&A with cerulean rule, secondary-page style ── */
  .vmi .vmi-qa { margin-top:8px; }
  .vmi .vmi-qa .vmi-qaitem { border-left:3px solid #0183AA; padding:2px 0 2px 20px; margin:26px 0; }
  .vmi .vmi-qa .vmi-qaitem h4 { margin-bottom:6px; }
  .vmi .vmi-qa .vmi-qaitem p { margin-bottom:0; font-size:15.5px; }
  .vmi .vmi-qa .vmi-qaitem p + p { margin-top:10px; }

  /* ── Close: light callout panel, not the dark bookend ── */
  .vmi .vmi-callout { background:#F8FAFC; border:1px solid #E2E8F0; border-radius:16px; padding:36px 36px 32px; margin-top:8px; }
  .vmi .vmi-callout h2 { margin-bottom:8px; }
  .vmi .vmi-callout p { max-width:560px; }

  /* ── Nav (site chrome, identical to home page) ── */
  .vmi .vmi-nav { position:sticky; top:0; z-index:50; background:#15345B; border-bottom:1px solid #2B5688; }
  .vmi .vmi-nav-inner { max-width:1200px; margin:0 auto; padding:14px 28px; display:flex; align-items:center; gap:22px; flex-wrap:wrap; }
  .vmi .vmi-nav-brand { font-size:18px; font-weight:700; color:#FFFFFF; text-decoration:none; letter-spacing:0.01em; margin-right:auto; white-space:nowrap; }
  .vmi .vmi-nav-links { display:flex; align-items:center; gap:20px; flex-wrap:wrap; }
  .vmi .vmi-nav-links a { font-size:16px; font-weight:600; color:#DCE7F2; text-decoration:none; white-space:nowrap; transition:color .15s ease; }
  .vmi .vmi-nav-links a:hover { color:#60BEDC; }
  .vmi .vmi-nav-cta { font-size:15px; font-weight:600; color:#FFFFFF; background:#F47B6C; padding:9px 16px; border-radius:6px; text-decoration:none; white-space:nowrap; }
  .vmi .vmi-nav-cta:hover { background:#F06A59; }

  @media (max-width: 900px) {
    .vmi .vmi-nav-inner { gap:14px; padding:12px 20px; }
    .vmi .vmi-nav-links { gap:14px; }
    .vmi .vmi-nav-links a { font-size:14px; }
    .vmi .vmi-body { grid-template-columns:1fr; gap:0; }
    .vmi .vmi-rail { position:static; margin-bottom:36px; border-bottom:1px solid #E2E8F0; padding-bottom:24px; }
    .vmi h1 { font-size:30px; }
    .vmi h2 { font-size:23px; }
  }
  @media (max-width: 640px) {
    .vmi .vmi-pagehead { padding:40px 0 32px; }
    .vmi .vmi-callout { padding:28px 24px 24px; }
  }

  /* ═══ SQUARESPACE THEME OVERRIDES ═══ */
  .vmi, .vmi * { font-family:'Source Sans 3',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif !important; }
  .vmi h1, .vmi h2, .vmi h3, .vmi h4 { color:#153359 !important; }
  .vmi p { color:#475569 !important; }
  .vmi .vmi-lede { color:#334155 !important; }
  .vmi ul.vmi-check li { color:#334155 !important; }
  .vmi .vmi-fine { color:#64748B !important; }
  .vmi .vmi-eyebrow, .vmi .vmi-roaditem .vmi-when { color:#0183AA !important; }
  .vmi .vmi-rail .vmi-rail-label { color:#94A3B8 !important; }
  .vmi .vmi-rail a { color:#475569 !important; }
  .vmi .vmi-rail a:hover { color:#0183AA !important; }
  .vmi a { text-decoration:none !important; background-image:none !important; border-bottom:none !important; }
  .vmi a.vmi-btn-coral { color:#FFFFFF !important; }
  .vmi a.vmi-btn-outline { color:#0183AA !important; }
  .vmi h1 { margin:0 0 14px !important; }
  .vmi h2 { margin:0 0 12px !important; }
  .vmi h3 { margin:0 0 8px !important; }
  .vmi h4 { margin:0 0 6px !important; }
  .vmi .vmi-qa .vmi-qaitem h4 { margin:0 0 6px !important; }
  .vmi .vmi-nav-brand { color:#FFFFFF !important; }
  .vmi .vmi-nav-links a { color:#DCE7F2 !important; }
  .vmi .vmi-nav-links a:hover { color:#60BEDC !important; }
  .vmi a.vmi-nav-cta { color:#FFFFFF !important; }
  .vmi ul.vmi-check li strong { color:#153359 !important; font-weight:700 !important; }
</style>

<div class="vmi" id="vmi-top">

  <!-- ═══ SITE NAV (identical to home page; anchors point back to home) ═══ -->
  <nav class="vmi-nav">
    <div class="vmi-nav-inner">
      <a class="vmi-nav-brand" href="https://www.valuemodelinstitute.com">Value Model Institute</a>
      <div class="vmi-nav-links">
        <a href="https://www.valuemodelinstitute.com/#vmi-who">Who It's For</a>
        <a href="https://www.valuemodelinstitute.com/#vmi-program-anchor">The Program</a>
        <a href="https://www.valuemodelinstitute.com/#vmi-intro-anchor">Get Started</a>
        <a href="https://www.valuemodelinstitute.com/#vmi-plans">Paid Plans</a>
        <a href="https://www.valuemodelinstitute.com/#vmi-catalog-anchor">Workshops</a>
        <a href="https://www.valuemodelinstitute.com/#vmi-faq">FAQs</a>
        <a href="https://www.valuemodelinstitute.com/#vmi-leadership-anchor">About</a>
      </div>
      <a class="vmi-nav-cta" href="https://www.valuemodelinstitute.com/contact">Inquire for Pricing</a>
    </div>
  </nav>

  <!-- ═══ PAGE HEADER ═══ -->
  <header class="vmi-pagehead">
    <div class="vmi-wrap">
      <div class="vmi-eyebrow">Getting Started</div>
      <h1>Launching the Agency Model Map diagnostic for your agencies</h1>
      <p class="vmi-lede">See everything involved in the Institute's introductory program: what your agencies experience, what your association receives, how we protect agency data, and the steps to launch. There is no charge for this introductory program.</p>
      <div class="vmi-head-cta"><a class="vmi-btn-coral" href="https://www.valuemodelinstitute.com/contact">Request Your Association's Link</a></div>
    </div>
  </header>

  <!-- ═══ BODY: rail + article ═══ -->
  <div class="vmi-wrap">
    <div class="vmi-body">

      <aside class="vmi-rail">
        <div class="vmi-rail-label">On this page</div>
        <a href="#vmi-included">What's included</a>
        <a href="#vmi-diagnostic">The diagnostic</a>
        <a href="#vmi-agency">What each agency receives</a>
        <a href="#vmi-report">Your association's report</a>
        <a href="#vmi-data">Data and confidentiality</a>
        <a href="#vmi-launch">How to launch</a>
        <a href="#vmi-questions">Common questions</a>
      </aside>

      <article class="vmi-article">

        <section>
          <h2 id="vmi-included">What's included</h2>
          <p>The introductory program provides three things for your agencies and one for your association's leadership.</p>
          <ul class="vmi-check">
            <li><strong>A five-minute online Agency Model Map diagnostic.</strong> Each agency learns how its current commercial model is impacting its business. We provide you with a link to send to your agencies.</li>
            <li><strong>Personalized agency roadmaps.</strong> Each agency receives a roadmap for what to change first.</li>
            <li><strong><em>State of the Agency Value Model</em> report, an edition specific to your association.</strong> A co-branded PDF report (a minimum of 20 completed diagnostics required). Agency data stays confidential and anonymized, reported as aggregated results.</li>
            <li><strong>Strategic Review call for your leadership.</strong> A private readout with you and your board to discuss what the trends in your members' results mean for your own organization's revenue model.</li>
          </ul>
        </section>

        <section>
          <h2 id="vmi-diagnostic">The diagnostic</h2>
          <p>The Agency Model Map diagnostic is a five-minute online assessment for agency CEOs and CFOs. No accounts or passwords are created or required. An agency follows your association's link, answers the questions, and receives its results immediately.</p>
          <h3>What it asks</h3>
          <p>The questions cover how the agency defines its value, designs its offerings, delivers the work, and captures the value it creates: the four levers of the Agency Value Model. Each question addresses a specific commercial practice.</p>
          <h3>Who it's for</h3>
          <p>The diagnostic was built from consulting work with independent agencies as well as multinational networks and holding company firms. The questions address the commercial model every agency runs on, so the results are as relevant to a 30-person independent as to a global group.</p>
          <h3>How to complete it</h3>
          <p>One leader can complete it alone in about five minutes. We recommend the leadership team sits around one table and completes it together. The disagreements it surfaces are half the value: they show leaders where they read their own model differently.</p>
        </section>

        <section>
          <h2 id="vmi-agency">What each agency receives</h2>
          <p>The moment an agency completes the diagnostic, it learns which of four commercial model patterns it matches, what that pattern makes possible, and where it constrains the business. Lodestar identified these four patterns, called archetypes, across hundreds of agencies changing their commercial models.</p>
          <p>Each agency also receives a roadmap for what to change first. The roadmap prioritizes the firm's next commercial changes based on its results, naming the specific practices to address and the order to address them in, so leadership leaves with a starting point rather than a score.</p>
        </section>

        <section>
          <h2 id="vmi-report">Your association's report</h2>
          <p>Once a minimum of 20 of your agencies complete the diagnostic, we produce a co-branded PDF edition of the <em>State of the Agency Value Model</em> for your market: which archetypes dominate, where your agencies are strongest, and where the shared risks sit.</p>
          <h3>Why 20 completions</h3>
          <p>The 20-completion minimum protects two things: the reliability of the findings and the anonymity of each agency. Below that floor, individual firms could become identifiable in the aggregate. We can confirm your completion count at any time while your campaign runs.</p>
          <h3>The timeline</h3>
          <p>Once your agencies hit the minimum and your completion window closes, we synthesize the data and deliver your report within two weeks. We then schedule your Strategic Review call: a private readout with you and your board on what the trends mean for your agencies, and what they mean for your own organization's revenue model.</p>
        </section>

        <section>
          <h2 id="vmi-data">Data and confidentiality</h2>
          <ul class="vmi-check">
            <li><strong>Anonymized and aggregated, always.</strong> No individual agency's responses are visible to your association, to other agencies, or in any report. Results appear only as aggregated findings.</li>
            <li><strong>Never shared or sold.</strong> Diagnostic data is used for your association's report, for industry research, and to improve the Institute's programming. Nothing else.</li>
            <li><strong>A written agreement covers all of it.</strong> Before we produce your report, your association signs a short data agreement covering how we handle agency data and how the report can be used. It contains no financial terms. Your agencies can see the data-use policy on the diagnostic page itself.</li>
          </ul>
        </section>

        <section>
          <h2 id="vmi-launch">How to launch</h2>
          <p>Five steps from here to your Strategic Review.</p>
          <div class="vmi-roadmap">
            <div class="vmi-roaditem">
              <div class="vmi-when">Step 1</div>
              <h4>Receive your association's link and launch kit</h4>
              <p>We create a link specific to your association. Every agency that completes the diagnostic through your link is tagged to your association, which is how we segment the data for your report. Your launch kit includes ready-to-use announcement copy for email and LinkedIn, with guidance on what to adapt and what to keep consistent.</p>
            </div>
            <div class="vmi-roaditem">
              <div class="vmi-when">Step 2</div>
              <h4>Sign the data agreement</h4>
              <p>You can begin promoting the diagnostic right away. We need the signed agreement back before we produce your report.</p>
            </div>
            <div class="vmi-roaditem">
              <div class="vmi-when">Step 3</div>
              <h4>Share the diagnostic with your agencies</h4>
              <p>Send the announcement to your agency leaders, or complete the diagnostic together at a board or committee meeting. Many associations start with their steering committee or board members, then widen to the full membership.</p>
            </div>
            <div class="vmi-roaditem">
              <div class="vmi-when">Step 4</div>
              <h4>Reach 20 completed diagnostics</h4>
              <p>Each agency receives its personalized results immediately. We can confirm your running completion count whenever you ask, so you know when you've crossed the minimum.</p>
            </div>
            <div class="vmi-roaditem">
              <div class="vmi-when">Step 5</div>
              <h4>Receive your report and hold your Strategic Review</h4>
              <p>Two weeks after your completion window closes, you receive your association's co-branded report. We then meet privately with you and your board to review what the findings mean for your agencies and for your organization.</p>
            </div>
          </div>
        </section>

        <section>
          <h2 id="vmi-questions">Common questions</h2>
          <div class="vmi-qa">
            <div class="vmi-qaitem">
              <h4>Is this relevant for independent and smaller agencies, or is it built for global groups?</h4>
              <p>Both. The diagnostic was built from consulting work with independent agencies as well as multinational networks. The questions address the commercial model itself: how the firm defines, designs, delivers, and captures value. Every agency runs on that model, whatever its size, so the results and the roadmap apply equally.</p>
            </div>
            <div class="vmi-qaitem">
              <h4>Some of our agencies completed the diagnostic in the past. Should they take it again?</h4>
              <p>Yes. We update the questions as the industry changes, and your association's report reflects only current responses. A fresh completion ensures each agency's results, and your market's data, are up to date.</p>
            </div>
            <div class="vmi-qaitem">
              <h4>Do our agencies need accounts or logins?</h4>
              <p>No. No accounts or passwords are created or required. An agency follows your association's link, completes the diagnostic, and receives its results. There is nothing to install.</p>
            </div>
            <div class="vmi-qaitem">
              <h4>Can we complete it together at a meeting?</h4>
              <p>Yes, and it works well. Some associations bring their steering committee or board together and have each agency complete its diagnostic during the meeting. It guarantees a strong completion count and starts the market conversation in the room.</p>
            </div>
            <div class="vmi-qaitem">
              <h4>What does launching cost?</h4>
              <p>Nothing. The diagnostic, the agency roadmaps, your association's report, and the Strategic Review call are the Institute's introductory program, provided at no charge. Paid program plans exist for associations that want to go further, and your report will make clear whether that's worth discussing.</p>
            </div>
            <div class="vmi-qaitem">
              <h4>Who sees our market's report?</h4>
              <p>You do. The report is delivered to your association, and you decide how to share it with your agencies. How the report can be used is covered in the data agreement.</p>
            </div>
          </div>
        </section>

        <section>
          <div class="vmi-callout">
            <div class="vmi-eyebrow">Next Step</div>
            <h2>Request your association's link</h2>
            <p>Contact us and we'll prepare your association's tagged link, launch kit, and data agreement.</p>
            <a class="vmi-btn-coral" href="https://www.valuemodelinstitute.com/contact">Contact Us</a>
          </div>
        </section>

      </article>
    </div>
  </div>

</div>