82 lines
2.9 KiB
HTML
82 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Mid-Market — Test</title>
|
||
<link rel="stylesheet" href="/clavitor.css">
|
||
<style>
|
||
@font-face {
|
||
font-family: 'IBM Plex Sans';
|
||
font-style: normal;
|
||
font-weight: 400 700;
|
||
font-display: swap;
|
||
src: url('https://fonts.gstatic.com/s/ibmplexsans/v19/zYXzKVElJtQ_m--A1PHz_MlYGHbM.woff2') format('woff2');
|
||
}
|
||
@font-face {
|
||
font-family: 'JetBrains Mono';
|
||
font-style: normal;
|
||
font-weight: 100 800;
|
||
font-display: swap;
|
||
src: url('https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flE3B8wJ47L-j6pEsKTZbBr8M.woff2') format('woff2');
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<nav class="nav">
|
||
<div class="container nav-inner">
|
||
<a href="/" class="nav-logo"><span class="logo-lockup logo-lockup-nav"><span class="logo-lockup-square"></span><span class="logo-lockup-text"><span class="logo-lockup-wordmark">CLAVITOR</span></span></span></a>
|
||
<div class="nav-links">
|
||
<a href="/for/mme" class="nav-link active">Mid-Market</a>
|
||
<a href="/pricing" class="nav-link">Pricing</a>
|
||
<a href="/hosted" class="btn btn-primary">Get hosted</a>
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
|
||
<div class="hero container">
|
||
<p class="label mb-3">For mid-market enterprises</p>
|
||
<h1 class="mb-4">10–250 humans.<br>1000+ credentials.</h1>
|
||
<p class="lead mb-6">Per-human pricing. Agents unlimited.</p>
|
||
</div>
|
||
|
||
<hr class="divider">
|
||
|
||
<div class="section container">
|
||
<h2 class="mb-4">Mid-Market pricing</h2>
|
||
<div class="price-card featured max-w-sm mx-auto">
|
||
<span class="badge recommended price-badge">Most popular</span>
|
||
<p class="label mb-4">Per seat</p>
|
||
<div class="price-amount mb-2">$3<span class="price-period">/user/month</span></div>
|
||
<p class="mb-6">Annual billing. Minimum 10 users.</p>
|
||
<a href="#" class="btn btn-primary btn-block mb-8">Contact sales</a>
|
||
<ul class="checklist">
|
||
<li>Everything in Business, plus</li>
|
||
<li>SAML SSO</li>
|
||
<li>Audit logs (90 days)</li>
|
||
<li>Priority support</li>
|
||
<li>Shared team vaults</li>
|
||
</ul>
|
||
</div>
|
||
<p class="text-sm text-tertiary mt-4 text-center"><strong>Price for life:</strong> Your per-user rate is locked as long as you stay subscribed.</p>
|
||
</div>
|
||
|
||
<hr class="divider">
|
||
|
||
<div class="section container">
|
||
<h2 class="mb-4">Ready to talk?</h2>
|
||
<p class="lead mb-6">We'll get you set up with a pilot program.</p>
|
||
<a href="#" class="btn btn-primary">Contact sales</a>
|
||
</div>
|
||
|
||
<footer class="footer">
|
||
<div class="container">
|
||
<div class="footer-inner">
|
||
<div>© 2025 clavitor</div>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
|
||
</body>
|
||
</html>
|