<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>rama-soft — En préparation</title>
<style>
  body { font-family: system-ui, sans-serif; background: #1F4E79; color: white; display: flex; align-items: center; justify-content: center; height: 100vh; margin: 0; }
  .box { text-align: center; padding: 2rem; }
  h1 { font-size: 2rem; margin-bottom: 0.5rem; }
  p { opacity: 0.9; }
  .badge { display: inline-block; padding: 4px 12px; background: rgba(255,255,255,0.15); border-radius: 999px; font-size: 0.85rem; margin-top: 1rem; }
</style>
</head>
<body>
  <div class="box">
    <h1>rama-soft</h1>
    <p>Logiciel de gestion intégré — Boutique &amp; Production</p>
    <div class="badge">Infrastructure prête · Application en développement</div>
  </div>
</body>
</html>