<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Stocura</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="icon" type="image/svg+xml" href="https://app.stocura.ro/stocura-favicon.svg">
  <style>
    *{margin:0;padding:0;box-sizing:border-box}
    body{background:#231F20;color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px}
    .wrap{max-width:560px}
    .yellow{color:#E6E417}
    h1{font-size:64px;font-weight:900;letter-spacing:-2px;margin-bottom:12px}
    p{font-size:18px;color:#ccc;margin-bottom:32px;line-height:1.5}
    a{display:inline-block;background:#E6E417;color:#231F20;text-decoration:none;font-weight:700;padding:14px 28px;border-radius:8px;font-size:15px;letter-spacing:0.02em}
    a:hover{background:#fff200}
    .small{margin-top:24px;font-size:13px;color:#888}
  </style>
</head>
<body>
  <div class="wrap">
    <h1><span class="yellow">stoc</span>ura</h1>
    <p>Warehouse management built for Romanian e-commerce.<br>Coming soon.</p>
    <a href="https://app.stocura.ro">Open Dashboard →</a>
    <div class="small">Already a customer? Log in at <a href="https://app.stocura.ro" style="color:#E6E417;background:none;padding:0">app.stocura.ro</a></div>
  </div>
</body>
</html>