<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Velon Lab — AI Receptionist for Dental Clinics</title>
  <meta name="description" content="Stop losing patients and revenue to missed calls. Velon Lab's AI receptionist answers every call, books appointments, and sends detailed reports. No long-term contracts." />
  <link rel="icon" type="image/png" href="assets/images/favicon.png" />
  <link rel="stylesheet" href="assets/css/styles.css" />
</head>
<body>

<!-- ── NAVBAR ─────────────────────────────────────────────── -->
<nav id="navbar" class="navbar">
  <div class="container">
    <div class="nav-inner">
      <a href="#" class="nav-brand">
        <div class="nav-logo"><img src="assets/images/favicon.png" alt="Velon Lab" /></div>
        <span class="nav-brand-text">VELON LAB</span>
      </a>
      <ul class="nav-links" id="nav-links">
        <li><a href="#how-it-works">How It Works</a></li>
        <li><a href="#faq">FAQ</a></li>
      </ul>
      <div style="display:flex;align-items:center;gap:12px;">
        <a href="#contact" class="btn-nav">Book a Demo</a>
        <button class="nav-hamburger" id="nav-hamburger" aria-label="Menu" aria-expanded="false">
          <span></span><span></span><span></span>
        </button>
      </div>
    </div>
  </div>
</nav>

<!-- ── HERO WITH CALCULATOR ─────────────────────────────────── -->
<section class="hero grid-bg">
  <div class="hero-glow-1"></div>
  <div class="hero-glow-2"></div>
  <div class="container">
    <div style="text-align: center; max-width: 1000px; margin: 0 auto;">
      <!-- Hero Headline -->
      <div class="reveal" style="margin-bottom: 40px;">
        <div class="hero-badge">
          <span class="badge-dot"></span>
          AI Receptionist for Dental Clinics
        </div>
        <h1 style="margin-bottom: 16px;">How Much Revenue Are You Losing?</h1>
        <p class="hero-sub">
          Most dental practices miss 20-40% of incoming calls. See how much revenue you could recover with an AI receptionist that never misses a call.
        </p>
      </div>

      <!-- CALCULATOR IN HERO -->
      <div class="calculator-box reveal" style="margin: 0 auto 40px;">
        <div class="calculator-inputs">
          <div class="calc-input-group">
            <label>Missed Calls Per Day</label>
            <input type="range" id="missedCalls" min="1" max="100" value="25" class="calc-slider">
            <span class="calc-value"><strong id="missedCallsValue">25</strong> calls/day</span>
          </div>

          <div class="calc-input-group">
            <label>Conversion Rate</label>
            <input type="range" id="conversionRate" min="5" max="95" value="50" class="calc-slider">
            <span class="calc-value"><strong id="conversionValue">50</strong>% conversion</span>
          </div>

          <div class="calc-input-group">
            <label>Average Revenue Per Patient</label>
            <input type="range" id="revenuePerClient" min="50" max="2000" step="50" value="150" class="calc-slider">
            <span class="calc-value">$<strong id="revenueValue">150</strong></span>
          </div>
        </div>

        <div class="calculator-results">
          <div class="calc-result">
            <div class="calc-label">Missed Calls/Month</div>
            <div class="calc-number" id="missedMonth">750</div>
          </div>
          <div class="calc-result">
            <div class="calc-label">Lost Patients/Month</div>
            <div class="calc-number" id="lostPatients">375</div>
          </div>
          <div class="calc-result highlight">
            <div class="calc-label">Revenue Lost/Month</div>
            <div class="calc-number" id="revenueLost">$56,250</div>
          </div>
          <div class="calc-result">
            <div class="calc-label">Annual Loss</div>
            <div class="calc-number" id="revenueYear">$675,000</div>
          </div>
        </div>
      </div>

      <!-- CTA Below Calculator -->
      <div class="reveal">
        <p style="margin-bottom: 20px; font-size: 16px; color: #ddd;">Imagine recovering that revenue with an AI receptionist that works 24/7.</p>
        <a href="#contact" class="btn-primary btn-large">
          See How It Works
          <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M5 12h14M12 5l7 7-7 7"/></svg>
        </a>
        <p class="hero-note" style="margin-top: 20px;">Live in 2 weeks · HIPAA-compliant · No long-term contracts</p>
      </div>
    </div>
  </div>
</section>

<!-- ── HOW IT WORKS ────────────────────────────────────────── -->
<section class="section" id="how-it-works" style="padding: 80px 0;">
  <div class="container">
    <div class="section-header reveal">
      <div class="section-tag">How It Works</div>
      <h2 class="section-h2">Simple, AI-powered call handling for your clinic</h2>
    </div>

    <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; margin-top: 50px;">
      <div class="reveal" style="text-align: center;">
        <img src="assets/images/phone-call.svg" alt="AI Answers" style="width: 60px; height: 60px; margin: 0 auto 20px; display: block;">
        <h3 style="font-size: 20px; margin-bottom: 12px; color: #f1f5f9;">AI Answers Every Call</h3>
        <p style="color: #64748b;">Our AI receptionist picks up instantly, 24/7. No more missed calls during busy hours or after-hours.</p>
      </div>

      <div class="reveal" style="text-align: center;">
        <img src="assets/images/calendar-book.svg" alt="Books & Reschedules" style="width: 60px; height: 60px; margin: 0 auto 20px; display: block;">
        <h3 style="font-size: 20px; margin-bottom: 12px; color: #f1f5f9;">Books & Reschedules</h3>
        <p style="color: #64748b;">Appointments scheduled in real-time, confirmations sent automatically, and no-shows reduced by 40%.</p>
      </div>

      <div class="reveal" style="text-align: center;">
        <img src="assets/images/chart-analytics.svg" alt="Reports" style="width: 60px; height: 60px; margin: 0 auto 20px; display: block;">
        <h3 style="font-size: 20px; margin-bottom: 12px; color: #f1f5f9;">You Get Reports</h3>
        <p style="color: #64748b;">Daily insights on calls answered, bookings made, cancellations prevented, and revenue recovered.</p>
      </div>
    </div>
  </div>
</section>

<!-- ── PAIN POINTS ────────────────────────────────────────────── -->
<section class="section problem-section" style="background: linear-gradient(135deg, #0f172a 0%, #1a2540 100%);">
  <div class="container">
    <div class="section-header reveal">
      <div class="section-tag">The Reality</div>
      <h2 class="section-h2">Why dental practices struggle with phone calls</h2>
    </div>

    <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px;">
      <div class="reveal" style="background: rgba(46, 211, 198, 0.05); border: 1px solid rgba(46, 211, 198, 0.2); border-radius: 12px; padding: 30px; text-align: center;">
        <img src="assets/images/missed-calls.svg" alt="Missed Calls" style="width: 48px; height: 48px; margin: 0 auto 12px; display: block;">
        <h3 style="font-size: 20px; margin-bottom: 8px; color: #f1f5f9;">Missed Calls</h3>
        <p style="color: #64748b;">Your team can't answer every call during busy hours. Patients calling back encounter a ring-and-hang-up.</p>
      </div>

      <div class="reveal" style="background: rgba(46, 211, 198, 0.05); border: 1px solid rgba(46, 211, 198, 0.2); border-radius: 12px; padding: 30px; text-align: center;">
        <img src="assets/images/no-shows.svg" alt="No-Shows" style="width: 48px; height: 48px; margin: 0 auto 12px; display: block;">
        <h3 style="font-size: 20px; margin-bottom: 8px; color: #f1f5f9;">No-Shows</h3>
        <p style="color: #64748b;">15-30% of appointments become no-shows. Patients forget, or competitors' reminder texts convince them to switch.</p>
      </div>

      <div class="reveal" style="background: rgba(46, 211, 198, 0.05); border: 1px solid rgba(46, 211, 198, 0.2); border-radius: 12px; padding: 30px; text-align: center;">
        <img src="assets/images/after-hours.svg" alt="After-Hours Gaps" style="width: 48px; height: 48px; margin: 0 auto 12px; display: block;">
        <h3 style="font-size: 20px; margin-bottom: 8px; color: #f1f5f9;">After-Hours Gaps</h3>
        <p style="color: #64748b;">Patients need help on evenings, weekends, and holidays. Your team can't answer 24/7.</p>
      </div>
    </div>
  </div>
</section>

<!-- ── FAQ ────────────────────────────────────────────────── -->
<section class="section faq-section" id="faq" style="background: linear-gradient(135deg, #0f172a 0%, #1a2540 100%);">
  <div class="container">
    <div class="section-header reveal">
      <div class="section-tag">Questions?</div>
      <h2 class="section-h2">Everything you need to know</h2>
    </div>

    <div style="max-width: 700px; margin: 0 auto; display: grid; gap: 20px; margin-top: 40px;">
      <div class="faq-item reveal">
        <div class="faq-q" onclick="this.parentElement.classList.toggle('active')">
          <strong>How quickly can you get us set up?</strong>
          <span style="float: right;">+</span>
        </div>
        <div class="faq-a"><p>Live in 2 weeks. We integrate with your calendar system (Dentrix, Eaglesoft, Open Dental, Google Calendar, etc.) and test everything before launch.</p></div>
      </div>

      <div class="faq-item reveal">
        <div class="faq-q" onclick="this.parentElement.classList.toggle('active')">
          <strong>Will patients notice they're talking to an AI?</strong>
          <span style="float: right;">+</span>
        </div>
        <div class="faq-a"><p>No. Our AI sounds natural and conversational. Patients feel like they're talking to a real receptionist. If they need a human, we transfer them instantly.</p></div>
      </div>

      <div class="faq-item reveal">
        <div class="faq-q" onclick="this.parentElement.classList.toggle('active')">
          <strong>Is patient data secure?</strong>
          <span style="float: right;">+</span>
        </div>
        <div class="faq-a"><p>100% HIPAA-compliant. All patient data is encrypted and never leaves our secure servers. We take privacy as seriously as you do.</p></div>
      </div>

      <div class="faq-item reveal">
        <div class="faq-q" onclick="this.parentElement.classList.toggle('active')">
          <strong>What calendar systems do you work with?</strong>
          <span style="float: right;">+</span>
        </div>
        <div class="faq-a"><p>We integrate with Dentrix, Eaglesoft, Open Dental, Curve, Schick, Google Calendar, and most practice management systems. If you use something else, we can usually make it work.</p></div>
      </div>

      <div class="faq-item reveal">
        <div class="faq-q" onclick="this.parentElement.classList.toggle('active')">
          <strong>How much does it cost?</strong>
          <span style="float: right;">+</span>
        </div>
        <div class="faq-a"><p>Pricing depends on call volume and features. Most practices see ROI within 2-3 weeks. No long-term contracts—you can scale up or down anytime.</p></div>
      </div>

      <div class="faq-item reveal">
        <div class="faq-q" onclick="this.parentElement.classList.toggle('active')">
          <strong>What if we have questions?</strong>
          <span style="float: right;">+</span>
        </div>
        <div class="faq-a"><p>We provide dedicated support. You get a direct contact for questions, updates, or changes. No waiting in support queues.</p></div>
      </div>
    </div>
  </div>
</section>

<!-- ── CONTACT ─────────────────────────────────────────────── -->
<section class="section ind-bg" id="contact">
  <div class="container">
    <div class="section-header reveal">
      <div class="section-tag">Next Step</div>
      <h2 class="section-h2">Book your free demo</h2>
      <p class="section-sub">15 minutes to see exactly how much revenue your practice can recover. No obligation.</p>
    </div>
    <div class="contact-inner">
      <div class="reveal">
        <div class="contact-meta">
          <div class="contact-detail">
            <div class="cd-icon"><svg viewBox="0 0 24 24"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg></div>
            <div><span class="cd-label">Email</span><a href="mailto:hello@velonlab.com" class="cd-value">hello@velonlab.com</a></div>
          </div>
          <div class="contact-detail">
            <div class="cd-icon"><svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><polyline points="12,6 12,12 16,14"/></svg></div>
            <div><span class="cd-label">Response time</span><p class="cd-value">Within 24 hours</p></div>
          </div>
          <div class="contact-detail">
            <div class="cd-icon"><svg viewBox="0 0 24 24"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg></div>
            <div><span class="cd-label">Location</span><p class="cd-value">Northern Virginia, USA</p></div>
          </div>
        </div>
      </div>
      <div class="reveal reveal-d1">
        <form
          id="contactForm"
          action="https://docs.google.com/forms/d/e/1FAIpQLSft6qTkcPXmuqQfioITZvKURBTd8Qea35dpqzc5DPsZjcwPow/formResponse"
          method="POST"
          target="hidden_iframe"
          onsubmit="handleSubmit()"
        >
          <div class="form-row">
            <div class="form-field">
              <label>Full Name</label>
              <input type="text" name="entry.1294915073" placeholder="Your name" required />
            </div>
            <div class="form-field">
              <label>Clinic Name</label>
              <input type="text" name="entry.373798124" placeholder="Your clinic name" required />
            </div>
          </div>
          <div class="form-row">
            <div class="form-field">
              <label>Email</label>
              <input type="email" name="entry.1966839943" placeholder="you@clinic.com" required />
            </div>
            <div class="form-field">
              <label>Phone</label>
              <input type="tel" name="entry.411107264" placeholder="+1 (555) 000-0000" />
            </div>
          </div>
          <div class="form-field">
            <label>Best time to call</label>
            <select name="entry.2037321676">
              <option value="">Select a time</option>
              <option>Morning (9am - 12pm)</option>
              <option>Afternoon (12pm - 3pm)</option>
              <option>Evening (3pm - 6pm)</option>
            </select>
          </div>
          <button type="submit" class="btn-primary btn-large" style="width: 100%; margin-top: 20px;">
            Schedule Demo
            <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M5 12h14M12 5l7 7-7 7"/></svg>
          </button>
        </form>
      </div>
    </div>
  </div>
</section>

<!-- ── FOOTER ──────────────────────────────────────────────── -->
<footer style="background: #0a1628; border-top: 1px solid #2a4d69; padding: 40px 20px; text-align: center; color: #64748b;">
  <div class="container">
    <p style="margin-bottom: 16px;">© 2026 Velon Lab. AI Receptionist for Dental Clinics.</p>
    <div style="display: flex; gap: 20px; justify-content: center; font-size: 14px;">
      <a href="#" style="color: #64748b; text-decoration: none; transition: color 0.2s;" onmouseover="this.style.color='#2ed3c6'" onmouseout="this.style.color='#64748b'">Privacy</a>
      <a href="#" style="color: #64748b; text-decoration: none; transition: color 0.2s;" onmouseover="this.style.color='#2ed3c6'" onmouseout="this.style.color='#64748b'">Terms</a>
      <a href="#" style="color: #64748b; text-decoration: none; transition: color 0.2s;" onmouseover="this.style.color='#2ed3c6'" onmouseout="this.style.color='#64748b'">Contact</a>
    </div>
  </div>
</footer>

<iframe name="hidden_iframe" id="hidden_iframe" style="display:none;"></iframe>

<script src="assets/js/main.js"></script>
</body>
</html>
