<!-- ================================================================= -->

<!-- DENTIQ WAITLIST - original polished design, form WIRED to systeme. -->

<!-- Paste this ENTIRE block into ONE systeme.io "Raw HTML" element on -->

<!-- the opt-in page, then delete the old auto-generated sections. -->

<!-- The form posts straight to systeme's opt-in API, so it captures -->

<!-- leads and fires the Dentiq - Waitlist tag. No native form needed. -->

<!-- ================================================================= -->

<div class="dq">

<style>

.dq{--bg:#FFFFFF;--cream:#FAF6EE;--card:#FFFFFF;--ink:#1A1A1A;--ink-soft:#3a3a3a;--muted:#6B7280;--line:#ECE5D6;

--gold:#C99A2E;--gold-lt:#E3C16B;--gold-dk:#A8741A;--gold-grad:linear-gradient(135deg,#E3C16B 0%,#C99A2E 45%,#A8741A 100%);

font-family:'Segoe UI',system-ui,-apple-system,sans-serif;color:var(--ink);line-height:1.6;background:var(--bg)}

.dq *{box-sizing:border-box;margin:0;padding:0}

.dq a{color:inherit;text-decoration:none}

.dq .wrap{max-width:1080px;margin:0 auto;padding:0 24px}

.dq h1,.dq h2,.dq h3,.dq .logo-word{font-family:Georgia,'Times New Roman',serif}

.dq .btn{display:inline-block;background:var(--gold-grad);color:#1A1A1A;font-weight:700;padding:15px 30px;border-radius:10px;border:none;cursor:pointer;font-size:16px;transition:transform .15s,box-shadow .2s;box-shadow:0 6px 18px rgba(201,154,46,.28)}

.dq .btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(201,154,46,.4)}

.dq .btn:disabled{opacity:.7;cursor:default;transform:none}

.dq .nav{display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-bottom:1px solid var(--line)}

.dq .brand{display:flex;align-items:center;gap:11px}

.dq .brand svg{width:46px;height:46px;display:block}

.dq .logo-word{font-size:26px;font-weight:700;letter-spacing:.5px;color:var(--ink);line-height:1}

.dq .logo-word b{color:var(--gold);font-weight:700}

.dq .logo-sub{font-size:9px;letter-spacing:3px;color:var(--muted);text-transform:uppercase;margin-top:3px}

.dq .nav-links{display:flex;gap:30px;font-size:14px;color:var(--ink-soft);font-weight:500}

.dq .nav-links a:hover{color:var(--gold-dk)}

@media(max-width:680px){.dq .nav-links{display:none}}

.dq .hero{padding:70px 0 64px;text-align:center;position:relative;overflow:hidden;background:var(--bg)}

.dq .hero::before{content:"";position:absolute;top:-25%;left:50%;transform:translateX(-50%);width:760px;height:760px;background:radial-gradient(circle,rgba(201,154,46,.10),transparent 62%);pointer-events:none}

.dq .hero .wrap{position:relative}

.dq .eyebrow{display:inline-block;color:var(--gold-dk);font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;border:1px solid var(--gold);border-radius:30px;padding:7px 18px;margin-bottom:22px;background:rgba(201,154,46,.06)}

.dq h1{font-size:50px;line-height:1.1;font-weight:700;max-width:860px;margin:0 auto 20px;letter-spacing:-.5px;color:var(--ink)}

.dq h1 .g{color:var(--gold-dk)}

.dq .sub{font-size:18px;color:var(--ink-soft);max-width:700px;margin:0 auto 12px}

.dq .pricing-note{font-size:16px;margin:16px auto 26px;max-width:620px;color:var(--ink)}

.dq .pricing-note strong{color:var(--gold-dk)}

@media(max-width:680px){.dq h1{font-size:34px}.dq .sub{font-size:16px}}

.dq form.dqform{display:grid;grid-template-columns:1fr 1fr;gap:12px;max-width:560px;margin:0 auto;text-align:left}

.dq form.dqform input,.dq form.dqform select{width:100%;background:#fff;border:1px solid var(--line);color:var(--ink);padding:14px 15px;border-radius:10px;font-size:15px;font-family:inherit;box-shadow:0 1px 2px rgba(0,0,0,.04)}

.dq form.dqform select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%23A8741A' stroke-width='1.6' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center}

.dq form.dqform input:focus,.dq form.dqform select:focus{outline:none;border-color:var(--gold)}

.dq form.dqform .full{grid-column:1 / -1}

.dq form.dqform .btn{grid-column:1 / -1;width:100%}

@media(max-width:520px){.dq form.dqform{grid-template-columns:1fr}}

.dq .fineprint{font-size:13px;color:var(--muted);margin-top:14px;text-align:center}

.dq .dq-success{max-width:560px;margin:0 auto;background:#fff;border:1px solid var(--line);border-top:4px solid var(--gold);border-radius:14px;padding:34px;text-align:center;box-shadow:0 8px 24px rgba(26,26,26,.06)}

.dq .dq-success h3{font-size:24px;color:var(--ink);margin-bottom:8px}

.dq .dq-success p{color:var(--muted)}

.dq .dq-err{color:#b3402e;font-size:14px;margin-top:10px;grid-column:1 / -1;text-align:center;display:none}

.dq section{padding:70px 0}

.dq .alt{background:var(--cream)}

.dq h2{font-size:35px;font-weight:700;letter-spacing:-.3px;margin-bottom:16px;text-align:center;color:var(--ink)}

.dq .lead{color:var(--ink-soft);font-size:18px;text-align:center;max-width:730px;margin:0 auto 14px}

.dq h2 .g,.dq .lead .g{color:var(--gold-dk)}

.dq .rule{width:64px;height:3px;background:var(--gold-grad);border-radius:3px;margin:0 auto 26px}

.dq .pain-list{max-width:640px;margin:30px auto 0;list-style:none}

.dq .pain-list li{padding:13px 0 13px 34px;position:relative;border-bottom:1px solid var(--line);color:var(--ink-soft)}

.dq .pain-list li::before{content:"\2715";position:absolute;left:0;color:var(--gold-dk);font-weight:700}

.dq .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:38px}

.dq .card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:28px;box-shadow:0 4px 16px rgba(26,26,26,.04)}

.dq .card h3{font-size:19px;margin-bottom:10px;color:var(--ink)}

.dq .card .dot{width:42px;height:42px;border-radius:10px;background:rgba(201,154,46,.14);display:flex;align-items:center;justify-content:center;color:var(--gold-dk);font-weight:800;font-size:18px;margin-bottom:16px}

.dq .card p{color:var(--muted);font-size:15px}

.dq .two{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:38px}

.dq .track{background:#fff;border:1px solid var(--line);border-top:3px solid var(--gold);border-radius:14px;padding:32px;box-shadow:0 4px 16px rgba(26,26,26,.04)}

.dq .track h3{font-size:21px;color:var(--gold-dk);margin-bottom:12px}

.dq .track p{color:var(--muted)}

.dq .benefits{max-width:560px;margin:46px auto 0;list-style:none}

.dq .benefits li{padding:11px 0 11px 32px;position:relative;color:var(--ink-soft)}

.dq .benefits li::before{content:"\2605";position:absolute;left:0;color:var(--gold)}

.dq .badge{display:inline-block;background:var(--gold-grad);color:#1A1A1A;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:6px 16px;border-radius:30px;margin-bottom:18px}

.dq .pulse{background:#161617;color:#fff;text-align:center;position:relative;overflow:hidden}

.dq .pulse::before{content:"";position:absolute;top:-35%;left:50%;transform:translateX(-50%);width:720px;height:720px;background:radial-gradient(circle,rgba(201,154,46,.16),transparent 60%)}

.dq .pulse h2{color:#fff}.dq .pulse .g{color:var(--gold-lt)}.dq .pulse .lead{color:#cfcfcf}

.dq .pulse .two{position:relative}

.dq .pulse .track{background:#262626;border-color:#3a3a3a}

.dq .pulse .track h3{color:var(--gold-lt)}.dq .pulse .track p{color:#bdbdbd}

.dq .final{background:#161617;text-align:center;color:#fff;position:relative;overflow:hidden}

.dq .final::before{content:"";position:absolute;top:-40%;left:50%;transform:translateX(-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(201,154,46,.16),transparent 60%)}

.dq .final h2{color:#fff}.dq .final .lead{color:#cfcfcf}.dq .final .wrap{position:relative}

.dq .ftr{background:#111;color:#9a9a9a;padding:28px 0;text-align:center;font-size:13px}

.dq .ftr b{color:var(--gold)}

@media(max-width:820px){.dq .grid{grid-template-columns:1fr}.dq .two{grid-template-columns:1fr}}

</style>

<div class="wrap">

<div class="nav">

<a class="brand" href="#join">

<svg viewBox="0 0 100 100" aria-hidden="true">

<defs><linearGradient id="dqg" x1="0" y1="0" x2="1" y2="1"><stop offset="0" stop-color="#E3C16B"/><stop offset=".5" stop-color="#C99A2E"/><stop offset="1" stop-color="#A8741A"/></linearGradient></defs>

<g fill="#C99A2E"><circle cx="18" cy="34" r="2"/><circle cx="13" cy="42" r="2"/><circle cx="11" cy="51" r="2"/><circle cx="13" cy="60" r="2"/><circle cx="18" cy="68" r="2"/></g>

<circle cx="50" cy="50" r="33" fill="none" stroke="#1A1A1A" stroke-width="4"/>

<line x1="74" y1="74" x2="90" y2="90" stroke="url(#dqg)" stroke-width="6" stroke-linecap="round"/>

<path d="M40 34c-6 0-10 4-10 11 0 6 2 9 3 16 1 5 2 9 4 9 2 0 2-6 4-9 1-2 3-2 4 0 2 3 2 9 4 9 2 0 3-4 4-9 1-7 3-10 3-16 0-7-4-11-10-11-2 0-3 1-5 1s-3-1-5-1z" fill="none" stroke="#1A1A1A" stroke-width="3" stroke-linejoin="round"/>

<path d="M30 60c10 7 26 7 38-3" fill="none" stroke="url(#dqg)" stroke-width="4" stroke-linecap="round"/>

<g fill="url(#dqg)"><rect x="55" y="58" width="4" height="10" rx="1"/><rect x="61" y="53" width="4" height="15" rx="1"/><rect x="67" y="48" width="4" height="20" rx="1"/></g>

<path d="M60 32l1.4 3.6L65 37l-3.6 1.4L60 42l-1.4-3.6L55 37l3.6-1.4z" fill="url(#dqg)"/>

</svg>

<span><span class="logo-word">Denti<b>q</b></span><div class="logo-sub">Billing Command Center</div></span>

</a>

<span class="nav-links"><a href="#features">How it works</a><a href="#pulse">Practice Pulse</a><a href="#join">Join waitlist</a></span>

</div>

</div>

<div class="hero" id="join">

<div class="wrap">

<span class="eyebrow">Founding-Member Waitlist</span>

<h1>The dental billing <span class="g">command center</span> that finally gives you the whole picture</h1>

<p class="sub">A real-time, at-a-glance dashboard for your entire billing operation. Live AR, payer appeals, eligibility, EFTs and financial integrity, all in one place. It doesn't replace your biller. It's the right-hand that makes them unstoppable.</p>

<p class="pricing-note"><strong>Founding members lock in launch pricing for life.</strong> Limited spots before we go live in 2026.</p>

<form class="dqform" id="dqOptin" novalidate>

<input name="first_name" type="text" placeholder="First name" required>

<input name="surname" type="text" placeholder="Last name" required>

<input class="full" name="company_name" type="text" placeholder="Office / practice name" required>

<input name="phone_number" type="tel" placeholder="Phone" required>

<input name="email" type="email" placeholder="Work email" required>

<select class="full" name="practice_management_software" required>

<option value="" disabled selected>Practice management software</option>

<option>Dentrix</option><option>Dentrix Ascend</option><option>Eaglesoft</option><option>Open Dental</option><option>Curve Dental</option><option>Denticon</option><option>CareStream / Sensei</option><option>Fuse (Patterson)</option><option>Practice-Web</option><option>tab32</option><option>Cloud 9</option><option>Ortho2 / Edge</option><option>Other / not sure</option>

</select>

<div class="dq-err" id="dqErr">Please fill in every field with a valid email.</div>

<button class="btn" type="submit">Claim Founding-Member Access</button>

</form>

<div id="dqDone" class="dq-success" style="display:none">

<h3>You're on the list.</h3>

<p>Your founding-member spot is saved. Watch your inbox for early-access details before launch.</p>

</div>

<p class="fineprint" id="dqFine">No spam. We'll only email you about early access and your founding-member rate.</p>

</div>

</div>

<section class="alt">

<div class="wrap">

<h2>Billing shouldn't mean living in a dozen reports and ten browser tabs</h2>

<div class="rule"></div>

<p class="lead">You're piecing together AR from one screen, denials from another, EFTs from somewhere else, and still hoping nothing slipped through. By the time you've pulled the reports, the picture has already changed.</p>

<ul class="pain-list">

<li>Aging AR you can't see in real time</li>

<li>Appeals that pile up faster than anyone can write them</li>

<li>Eligibility checks scattered across portals</li>

<li>EFTs you have to hunt down before you can post</li>

<li>No early warning when the numbers don't add up</li>

</ul>

</div>

</section>

<section id="features">

<div class="wrap">

<h2>One dashboard. <span class="g">Your entire billing operation.</span></h2>

<div class="rule"></div>

<div class="grid">

<div class="card"><div class="dot">$</div><h3>Live AR tracking</h3><p>A real-time, bird's-eye view of every dollar in motion, so you never pull a report just to find out where you stand.</p></div>

<div class="card"><div class="dot">&#9998;</div><h3>Auto-drafted appeals</h3><p>Dentiq drafts payer appeals for you. Your biller reviews and sends, and the backlog is handled.</p></div>

<div class="card"><div class="dot">&#10003;</div><h3>Real-time eligibility</h3><p>Instant insurance verification with a clean, branded report ready to share with your client.</p></div>

<div class="card"><div class="dot">&#9993;</div><h3>One-click client updates</h3><p>Send polished end-of-day emails to your clients in a single click. Full transparency, zero busywork.</p></div>

<div class="card"><div class="dot">&#9873;</div><h3>Financial-integrity review</h3><p>A monthly check for the practice owner that flags embezzlement risk before it becomes a problem.</p></div>

<div class="card"><div class="dot">&#9923;</div><h3>Every EFT in one place</h3><p>All EFTs pulled together and ready to post, plus a secure credentials vault per office.</p></div>

</div>

</div>

</section>

<section class="pulse" id="pulse">

<div class="wrap">

<span class="badge">Signature feature</span>

<h2>Meet <span class="g">Practice Pulse</span></h2>

<div class="rule"></div>

<p class="lead">The vital signs of your practice in one view. Practice Pulse surfaces your top 20 codes by utilization and usage, tracks how they're trending, and gives you an at-a-glance read on the financial health of the practice. No reports to pull.</p>

<div class="two">

<div class="track"><h3>Top 20 code utilization &amp; usage</h3><p>Your most-used codes ranked by volume and revenue, so you know exactly where production is coming from and what's falling off.</p></div>

<div class="track"><h3>Financial health at a glance</h3><p>A clear read on collections, production trends, and the overall financial health of the practice, updated in real time.</p></div>

</div>

</div>

</section>

<section>

<div class="wrap">

<span class="badge">Signature feature</span>

<h2>Meet <span class="g">Billing Watchdog</span></h2>

<div class="rule"></div>

<p class="lead">Billing Watchdog never blinks. It continuously monitors every claim and payment and flags the things that quietly cost you money, so you catch them before they turn into write-offs.</p>

<div class="two">

<div class="track"><h3>Catches underpayments &amp; missed claims</h3><p>Watchdog compares what was paid to what was owed and flags claims that were underpaid, denied, or never submitted.</p></div>

<div class="track"><h3>Alerts before deadlines pass</h3><p>Timely-filing clocks and appeal windows are tracked automatically, so nothing ages out unnoticed.</p></div>

</div>

</div>

</section>

<section class="alt">

<div class="wrap">

<h2>Built for both sides of the chair</h2>

<div class="rule"></div>

<div class="two">

<div class="track"><h3>Billing companies &amp; entrepreneurs</h3><p>Run every client practice from one command center. See all your accounts at a glance, scale without drowning in portals, and give your clients the transparency they've never had.</p></div>

<div class="track"><h3>Dental practices</h3><p>See your own AR, claims, and denials in one place. Know your numbers in real time and catch problems early, without hiring another person to pull them.</p></div>

</div>

<ul class="benefits">

<li>Launch pricing locked in for life</li>

<li>First in line to onboard when we go live</li>

<li>Direct line to shape the roadmap</li>

<li>Priority support at go-live</li>

</ul>

</div>

</section>

<section class="final">

<div class="wrap">

<h2>Founding-member access closes when we launch</h2>

<div class="rule"></div>

<p class="lead">Dentiq goes live in 2026. Join the waitlist now to lock in your founding-member rate before the spots are gone.</p>

<a class="btn" href="#join">Join the Founding Waitlist</a>

</div>

</section>

<div class="ftr"><div class="wrap">&copy; 2026 <b>Dentiq</b>, a Lyman Revenue Solutions product. Launching in 2026.</div></div>

<script>

(function(){

var form=document.getElementById('dqOptin');

if(!form) return;

form.addEventListener('submit', async function(e){

e.preventDefault();

var err=document.getElementById('dqErr');

var get=function(n){var el=form.querySelector('[name="'+n+'"]');return el?el.value.trim():'';};

var email=get('email');

var required=['first_name','surname','company_name','phone_number','email','practice_management_software'];

var ok=required.every(function(n){return get(n)!=='';}) && /.+@.+\..+/.test(email);

if(!ok){ err.style.display='block'; return; }

err.style.display='none';

var btn=form.querySelector('button[type=submit]');

btn.disabled=true; btn.textContent='Joining...';

var payload={fields:required.map(function(n){return {slug:n,value:get(n)};}),

formId:'9e6fd1ac-4173-4bbe-aae6-029f249ce64f',

timezone:(Intl.DateTimeFormat().resolvedOptions().timeZone||'America/Los_Angeles')};

try{

var r=await fetch('/api/monolith-opt-in/open/global/opt-in',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify(payload)});

if(r.ok){

form.style.display='none';

document.getElementById('dqFine').style.display='none';

document.getElementById('dqDone').style.display='block';

}else{

err.textContent='Something went wrong. Please try again or email us directly.';

err.style.display='block'; btn.disabled=false; btn.textContent='Claim Founding-Member Access';

}

}catch(ex){

err.textContent='Network error. Please try again.';

err.style.display='block'; btn.disabled=false; btn.textContent='Claim Founding-Member Access';

}

});

})();

</script>

</div>

<!-- ================= END DENTIQ BLOCK ================= -->

systeme.io

systeme.io

Founding-Member Waitlist

The dental billing command center that finally gives you the whole picture

A real-time, at-a-glance dashboard for your entire billing operation. Live AR, payer appeals, eligibility, EFTs and financial integrity, all in one place. It doesn't replace your biller. It's the right-hand that makes them unstoppable.

Founding members lock in launch pricing for life. Limited spots before we go live in 2026.

Please fill in every field with a valid email.

No spam. We'll only email you about early access and your founding-member rate.

Billing shouldn't mean living in a dozen reports and ten browser tabs

You're piecing together AR from one screen, denials from another, EFTs from somewhere else, and still hoping nothing slipped through. By the time you've pulled the reports, the picture has already changed.

  • Aging AR you can't see in real time
  • Appeals that pile up faster than anyone can write them
  • Eligibility checks scattered across portals
  • EFTs you have to hunt down before you can post
  • No early warning when the numbers don't add up

One dashboard. Your entire billing operation.

$

Live AR tracking

A real-time, bird's-eye view of every dollar in motion, so you never pull a report just to find out where you stand.

Auto-drafted appeals

Dentiq drafts payer appeals for you. Your biller reviews and sends, and the backlog is handled.

Real-time eligibility

Instant insurance verification with a clean, branded report ready to share with your client.

One-click client updates

Send polished end-of-day emails to your clients in a single click. Full transparency, zero busywork.

Financial-integrity review

A monthly check for the practice owner that flags embezzlement risk before it becomes a problem.

Every EFT in one place

All EFTs pulled together and ready to post, plus a secure credentials vault per office.

Signature feature

Meet Practice Pulse

The vital signs of your practice in one view. Practice Pulse surfaces your top 20 codes by utilization and usage, tracks how they're trending, and gives you an at-a-glance read on the financial health of the practice. No reports to pull.

Top 20 code utilization & usage

Your most-used codes ranked by volume and revenue, so you know exactly where production is coming from and what's falling off.

Financial health at a glance

A clear read on collections, production trends, and the overall financial health of the practice, updated in real time.

Signature feature

Meet Billing Watchdog

Billing Watchdog never blinks. It continuously monitors every claim and payment and flags the things that quietly cost you money, so you catch them before they turn into write-offs.

Catches underpayments & missed claims

Watchdog compares what was paid to what was owed and flags claims that were underpaid, denied, or never submitted.

Alerts before deadlines pass

Timely-filing clocks and appeal windows are tracked automatically, so nothing ages out unnoticed.

Built for both sides of the chair

Billing companies & entrepreneurs

Run every client practice from one command center. See all your accounts at a glance, scale without drowning in portals, and give your clients the transparency they've never had.

Dental practices

See your own AR, claims, and denials in one place. Know your numbers in real time and catch problems early, without hiring another person to pull them.

  • Launch pricing locked in for life
  • First in line to onboard when we go live
  • Direct line to shape the roadmap
  • Priority support at go-live

Founding-member access closes when we launch

Dentiq goes live in 2026. Join the waitlist now to lock in your founding-member rate before the spots are gone.

Join the Founding Waitlist
© 2026 Dentiq, a Lyman Revenue Solutions product. Launching in 2026.