patx/vegy

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>Support — Vegy</title>
  <meta name="description" content="Get help with your Vegy account: login and technical issues, order placement, client management, payments and billing. Email [email protected] or call (954) 621-8027." />
  <link rel="canonical" href="https://vegy.app/support.html" />
  <meta name="theme-color" content="#16a34a" />

  <link rel="icon" href="favicon.svg" type="image/svg+xml" />

  <link rel="preconnect" href="https://fonts.googleapis.com" />
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Inter:wght@400;500;600;700&display=swap" />
  <link rel="stylesheet" href="styles.css" />
</head>

<body>

  <header class="masthead" id="masthead">
    <div class="wrap">
      <a class="wordmark" href="/">
        <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
          <path d="M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z" />
          <path d="M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12" />
        </svg>
        Vegy
      </a>

      <nav class="nav-links" aria-label="Primary">
        <a href="/#how">How it works</a>
        <a href="/#features">Features</a>
        <a href="/#pricing">Pricing</a>
        <a href="/#faq">FAQ</a>
      </nav>

      <a class="btn btn-primary btn-sm" href="https://cal.com/afterdarklabs/meet" target="_blank" rel="noopener">
        Book a demo
      </a>
      <button class="nav-toggle" id="navToggle" type="button"
              aria-expanded="false" aria-controls="mobileNav" aria-label="Open menu">
        <span></span><span></span><span></span>
      </button>
    </div>
    <nav class="mobile-nav" id="mobileNav" aria-label="Mobile">
      <a class="m-link" href="/#how">How it works</a>
      <a class="m-link" href="/#features">Features</a>
      <a class="m-link" href="/#pricing">Pricing</a>
      <a class="m-link" href="/#faq">FAQ</a>
      <a class="btn btn-primary" href="https://cal.com/afterdarklabs/meet" target="_blank" rel="noopener">Book a demo</a>
    </nav>
  </header>

  <main>
    <section class="section">
      <div class="wrap">
        <div class="section-head">
          <span class="eyebrow">Support</span>
          <h1 class="h-xl" style="margin-block:1.1rem 1.2rem">We pick up.</h1>
          <p class="lede">
            Login trouble, a stuck order, a pricing tier that isn't applying, a billing
            question — reach a human either way you prefer.
          </p>
        </div>

        <div class="contact-grid">
          <section class="contact-card">
            <span class="eyebrow">Email</span>
            <p class="contact-lead" style="margin-block:.9rem 1rem">
              <a href="mailto:[email protected]">[email protected]</a>
            </p>
            <p class="dim">
              Best for anything that needs a screenshot, an order number, or a file. Open
              to instance owners and their customers alike.
            </p>

            <dl>
              <div>
                <dt>What we cover</dt>
                <dd>
                  General help, account updates, placing and editing orders, client
                  management, login and technical issues, payments and billing.
                </dd>
              </div>
            </dl>
          </section>

          <section class="contact-card">
            <span class="eyebrow">Phone</span>
            <p class="contact-lead" style="margin-block:.9rem 1rem">
              <a href="tel:+19546218027">(954) 621-8027</a>
            </p>
            <p class="dim">
              Faster for anything urgent. After hours, text the same number and we'll
              pick it up in the morning.
            </p>

            <dl>
              <div>
                <dt>Hours</dt>
                <dd>11am – 4pm EST, Monday through Friday</dd>
              </div>
              <div>
                <dt>What we cover</dt>
                <dd>
                  Instance owners only — account updates, client management, payments and
                  billing, custom ERP integrations.
                </dd>
              </div>
            </dl>
          </section>
        </div>
      </div>
    </section>

    <section class="cta-banner">
      <div class="wrap">
        <h2 class="h-md">Not a customer yet?</h2>
        <p>Sales questions go through a demo, not the support line.</p>
        <div class="cta-row center">
          <a class="btn btn-white" href="https://cal.com/afterdarklabs/meet" target="_blank" rel="noopener">
            Book a demo <span class="arrow" aria-hidden="true">→</span>
          </a>
        </div>
      </div>
    </section>
  </main>

  <footer class="site-footer">
    <div class="wrap">
      <div class="footer-grid">
        <div>
          <a class="wordmark" href="/">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
              <path d="M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z" />
              <path d="M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12" />
            </svg>
            Vegy
          </a>
          <p class="footer-blurb">
            White-labeled wholesale ordering for produce, meat, and specialty food
            distributors.
          </p>
          <p class="footer-by">
            Built &amp; operated by
            <a href="https://afterdarklabs.io" target="_blank" rel="noopener">After Dark Labs</a>
          </p>
        </div>

        <div>
          <h4>Product</h4>
          <div class="footer-links">
            <a href="/#how">How it works</a>
            <a href="/#features">Features</a>
            <a href="/#pricing">Pricing</a>
            <a href="/#faq">FAQ</a>
          </div>
        </div>

        <div>
          <h4>Contact</h4>
          <div class="footer-links">
            <a href="support.html">Support center</a>
            <a href="mailto:[email protected]">[email protected]</a>
            <a href="tel:+19546218027">(954) 621-8027</a>
          </div>
        </div>

        <div>
          <h4>Company</h4>
          <div class="footer-links">
            <a href="https://cal.com/afterdarklabs/meet" target="_blank" rel="noopener">Book a demo</a>
            <a href="legal.html">Terms of Use</a>
            <a href="legal.html#privacy">Privacy Policy</a>
          </div>
        </div>
      </div>

      <div class="footer-base">
        <span>© <span data-year></span> After Dark Labs. All rights reserved.</span>
        <span>Built for the people who load the truck at 4am.</span>
      </div>
    </div>
  </footer>

  <script>
    document.querySelectorAll('[data-year]').forEach(function (el) {
      el.textContent = new Date().getFullYear();
    });

    // Mobile menu
    (function () {
      var toggle = document.getElementById('navToggle');
      var panel = document.getElementById('mobileNav');
      if (!toggle || !panel) return;

      function setOpen(open) {
        panel.classList.toggle('is-open', open);
        toggle.setAttribute('aria-expanded', String(open));
        toggle.setAttribute('aria-label', open ? 'Close menu' : 'Open menu');
      }

      toggle.addEventListener('click', function () {
        setOpen(toggle.getAttribute('aria-expanded') !== 'true');
      });

      panel.addEventListener('click', function (e) {
        if (e.target.closest('a')) setOpen(false);
      });

      addEventListener('keydown', function (e) {
        if (e.key === 'Escape' && toggle.getAttribute('aria-expanded') === 'true') {
          setOpen(false);
          toggle.focus();
        }
      });

      // a resize back to desktop should not leave the panel stuck open
      addEventListener('resize', function () {
        if (innerWidth > 900) setOpen(false);
      });
    })();

    var masthead = document.getElementById('masthead');
    if (masthead) {
      var onScroll = function () {
        masthead.classList.toggle('is-stuck', window.scrollY > 8);
      };
      onScroll();
      addEventListener('scroll', onScroll, { passive: true });
    }
  </script>

</body>
</html>