NDC Customer Advisory Conversations

Help Shape the Future of NDC

We are inviting customers and Chapter 13 professionals to share how they use NDC, what works well, and what could be improved.

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Help Shape the Future of NDC</title>

  <style>
    :root {
      --ndc-blue: #155c8a;
      --ndc-dark-blue: #0f3f61;
      --ndc-light-blue: #eaf4fa;
      --ndc-accent: #f5a623;
      --text-dark: #1f2933;
      --text-muted: #5f6b7a;
      --border: #d9e2ec;
      --white: #ffffff;
      --background: #f7fafc;
    }

    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      background: var(--background);
      color: var(--text-dark);
      line-height: 1.6;
    }

    .container {
      max-width: 1120px;
      margin: 0 auto;
      padding: 40px 24px;
    }

    .hero {
      background: linear-gradient(135deg, var(--ndc-light-blue), var(--white));
      border: 1px solid var(--border);
      border-radius: 24px;
      padding: 56px;
      margin-bottom: 32px;
    }

    .badge {
      display: inline-block;
      background: var(--ndc-blue);
      color: var(--white);
      padding: 8px 14px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    h1 {
      font-size: 44px;
      line-height: 1.1;
      margin: 0 0 20px;
      color: var(--ndc-dark-blue);
    }

    h2 {
      color: var(--ndc-dark-blue);
      margin-top: 0;
    }

    p {
      color: var(--text-muted);
      font-size: 18px;
    }

    .button-row {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 28px;
    }

    .button {
      display: inline-block;
      padding: 14px 22px;
      border-radius: 12px;
      text-decoration: none;
      font-weight: bold;
    }

    .button-primary {
      background: var(--ndc-blue);
      color: var(--white);
    }

    .button-secondary {
      border: 1px solid var(--ndc-blue);
      color: var(--ndc-blue);
      background: var(--white);
    }

    .metrics {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      margin-bottom: 32px;
    }

    .metric-card,
    .card,
    .callout {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      padding: 24px;
    }

    .metric-label {
      color: var(--text-muted);
      font-size: 14px;
    }

    .metric-value {
      font-size: 32px;
      font-weight: bold;
      color: var(--ndc-blue);
      margin: 8px 0;
    }

    .grid-two {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      margin-bottom: 32px;
    }

    .feature-list {
      display: grid;
      gap: 12px;
      margin-top: 20px;
    }

    .feature-item {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 16px;
      font-weight: bold;
    }

    .audience-item {
      border-left: 5px solid var(--ndc-blue);
      padding-left: 16px;
      margin-bottom: 18px;
    }

    .audience-item strong {
      color: var(--ndc-dark-blue);
    }

    .audience-item span {
      display: block;
      color: var(--text-muted);
      font-size: 15px;
      margin-top: 4px;
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .step-number {
      display: inline-block;
      background: var(--ndc-blue);
      color: var(--white);
      border-radius: 999px;
      padding: 6px 12px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .callout {
      background: var(--ndc-dark-blue);
      color: var(--white);
      margin-top: 32px;
    }

    .callout h2,
    .callout p {
      color: var(--white);
    }

    @media (max-width: 800px) {
      .hero {
        padding: 32px;
      }

      h1 {
        font-size: 34px;
      }

      .metrics,
      .grid-two,
      .steps {
        grid-template-columns: 1fr;
      }
    }
  </style>
</head>

<body>
  <main class="container">

    <section class="hero">
      <span class="badge">NDC Customer Advisory Conversations</span>
      <h1>Help Shape the Future of NDC</h1>
      <p>
        We are inviting customers and Chapter 13 professionals to share how they use NDC,
        what works well, and what could be improved.
      </p>

      <div class="button-row">
        <a href="#" class="button button-primary">Schedule a 30-minute conversation</a>
        <a href="#expect" class="button button-secondary">Learn what to expect</a>
      </div>
    </section>

    <section class="metrics">
      <div class="metric-card">
        <div class="metric-label">Time commitment</div>
        <div class="metric-value">30 min</div>
        <div class="metric-label">Virtual meeting</div>
      </div>

      <div class="metric-card">
        <div class="metric-label">Preparation</div>
        <div class="metric-value">None</div>
        <div class="metric-label">Just share your experience</div>
      </div>

      <div class="metric-card">
        <div class="metric-label">Purpose</div>
        <div class="metric-value">Listen</div>
        <div class="metric-label">Not a sales call</div>
      </div>
    </section>

    <section class="grid-two">
      <div>
        <h2>We want to learn from you</h2>
        <p>
          Your daily workflow tells us more than any survey could. These conversations will
          help NDC identify practical improvements, future product ideas, and ways to better
          support the Chapter 13 community.
        </p>

        <div class="feature-list">
          <div class="feature-item">How your team uses NDC today</div>
          <div class="feature-item">What saves you time</div>
          <div class="feature-item">Where workflows become frustrating</div>
          <div class="feature-item">What you wish NDC would build next</div>
        </div>
      </div>

      <div class="card">
        <h2>Who should participate?</h2>

        <div class="audience-item">
          <strong>Trustee offices</strong>
          <span>Operations, staff workflow, Zoom Portal, trustee tools</span>
        </div>

        <div class="audience-item">
          <strong>Creditors & servicers</strong>
          <span>Portfolio management, vouchers, ledgers, reporting, API use</span>
        </div>

        <div class="audience-item">
          <strong>Attorneys</strong>
          <span>Case access, client communication, claim information</span>
        </div>
      </div>
    </section>

    <section class="card" id="expect">
      <h2>What to expect</h2>

      <div class="steps">
        <div>
          <span class="step-number">1</span>
          <p>Tell us about your role and office.</p>
        </div>

        <div>
          <span class="step-number">2</span>
          <p>Walk us through how you use NDC.</p>
        </div>

        <div>
          <span class="step-number">3</span>
          <p>Share what works and what does not.</p>
        </div>

        <div>
          <span class="step-number">4</span>
          <p>Suggest what would help you most.</p>
        </div>
      </div>
    </section>

    <section class="callout">
      <h2>Your input will help guide future NDC improvements.</h2>
      <p>
        We will use these conversations to identify common themes, prioritize practical
        enhancements, and report back on what we heard.
      </p>

      <a href="#" class="button button-primary">Choose a meeting time</a>
    </section>

  </main>
</body>
</html>

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.