<!DOCTYPE html>
<html>
<head>
  <title>MK Meta — Internal Tools</title>
  <style>
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: system-ui, sans-serif; background: #f8f8f8; min-height: 100vh; display: flex; align-items: center; justify-content: center; }
    .card { background: white; border-radius: 12px; padding: 40px; width: 100%; max-width: 440px; box-shadow: 0 1px 4px rgba(0,0,0,0.08); }
    .logo { display: block; height: 48px; margin-bottom: 28px; }
    h1 { font-size: 1.1rem; color: #111; margin-bottom: 6px; }
    p { color: #888; font-size: 0.85rem; margin-bottom: 28px; }
    a { display: flex; align-items: center; gap: 14px; padding: 14px 16px; margin-bottom: 10px; border: 1px solid #eee; border-radius: 8px; text-decoration: none; color: #111; transition: background 0.15s; }
    a:hover { background: #fafafa; border-color: #ddd; }
    a:last-child { margin-bottom: 0; }
    .icon { font-size: 1.4rem; width: 32px; text-align: center; }
    .label strong { display: block; font-size: 0.95rem; margin-bottom: 2px; }
    .label span { font-size: 0.8rem; color: #888; }
  </style>
</head>
<body>
  <div class="card">
    <img src="/logo.png" class="logo" alt="ClearPath" />
    <h1>Internal Tools</h1>
    <p>Founder access only.</p>
    <a href="https://sign.mkmetallc.com">
      <div class="icon">✍️</div>
      <div class="label">
        <strong>DocuSeal</strong>
        <span>E-signing — contracts, legal documents, agreements</span>
      </div>
    </a>
    <a href="https://docs.mkmetallc.com">
      <div class="icon">📁</div>
      <div class="label">
        <strong>Paperless</strong>
        <span>Document archive — financial records, company files</span>
      </div>
    </a>
  </div>
</body>
</html>