492 lines
26 KiB
HTML
492 lines
26 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Pricing — Dealspace</title>
|
|
<meta name="description" content="Fair pricing for M&A software. No per-MB extortion. Storage at actual cost. Choose the plan that fits your deal volume.">
|
|
<!-- OpenGraph -->
|
|
<meta property="og:title" content="Pricing — Dealspace">
|
|
<meta property="og:description" content="Fair pricing for M&A software. No per-MB extortion. Storage at actual cost. Choose the plan that fits your deal volume.">
|
|
<meta property="og:url" content="https://muskepo.com/pricing">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:image" content="https://muskepo.com/og-image.png">
|
|
<!-- Twitter -->
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:title" content="Pricing — Dealspace">
|
|
<meta name="twitter:description" content="Fair pricing for M&A software. No per-MB extortion. Storage at actual cost. Choose the plan that fits your deal volume.">
|
|
<meta name="twitter:image" content="https://muskepo.com/og-image.png">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<script>
|
|
tailwind.config = {
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
navy: '#0F1B35',
|
|
'navy-light': '#1a2847',
|
|
slate: '#2B4680',
|
|
gold: '#C9A84C',
|
|
'gold-light': '#d4b85f',
|
|
},
|
|
fontFamily: {
|
|
sans: ['Inter', 'system-ui', 'sans-serif'],
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
<style>
|
|
html { scroll-behavior: smooth; }
|
|
.gradient-text {
|
|
background: linear-gradient(135deg, #C9A84C 0%, #d4b85f 100%);
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
background-clip: text;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="bg-navy font-sans text-white antialiased">
|
|
|
|
<!-- Navigation -->
|
|
<nav class="fixed top-0 left-0 right-0 z-50 bg-navy/95 backdrop-blur-sm border-b border-white/10">
|
|
<div class="max-w-7xl mx-auto px-6 py-4">
|
|
<div class="flex items-center justify-between">
|
|
<a href="index.html" class="flex items-center space-x-2">
|
|
<span class="text-2xl font-bold text-white">Deal<span class="text-gold">space</span></span>
|
|
</a>
|
|
<div class="hidden md:flex items-center space-x-8">
|
|
<a href="features.html" class="text-gray-300 hover:text-white transition-colors">Features</a>
|
|
<a href="security.html" class="text-gray-300 hover:text-white transition-colors">Security</a>
|
|
<a href="pricing.html" class="text-white font-medium">Pricing</a>
|
|
<a href="#" class="text-gray-300 hover:text-white transition-colors">Sign In</a>
|
|
<a href="index.html#demo" class="bg-gold hover:bg-gold-light text-navy font-semibold px-5 py-2.5 rounded-lg transition-colors">Request Demo</a>
|
|
</div>
|
|
<button class="md:hidden text-white" aria-label="Toggle mobile menu" onclick="document.getElementById('mobile-menu').classList.toggle('hidden')">
|
|
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/>
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
<div id="mobile-menu" class="hidden md:hidden pt-4 pb-2 space-y-3">
|
|
<a href="features.html" class="block text-gray-300 hover:text-white">Features</a>
|
|
<a href="security.html" class="block text-gray-300 hover:text-white">Security</a>
|
|
<a href="pricing.html" class="block text-white font-medium">Pricing</a>
|
|
<a href="#" class="block text-gray-300 hover:text-white">Sign In</a>
|
|
<a href="index.html#demo" class="inline-block bg-gold text-navy font-semibold px-5 py-2.5 rounded-lg mt-2">Request Demo</a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<!-- Hero -->
|
|
<section class="pt-32 pb-16 px-6 border-b border-white/10">
|
|
<div class="max-w-4xl mx-auto text-center">
|
|
<h1 class="text-4xl md:text-5xl font-bold mb-6">
|
|
Fair Pricing. <span class="gradient-text">No Surprises.</span>
|
|
</h1>
|
|
<p class="text-xl text-gray-400 max-w-2xl mx-auto">
|
|
Competitors charge $20/MB for "secure storage." We charge for the platform. Storage at actual cost. No per-document fees. No hidden charges.
|
|
</p>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Pricing Cards -->
|
|
<section class="py-24 px-6">
|
|
<div class="max-w-6xl mx-auto">
|
|
<div class="grid md:grid-cols-3 gap-8">
|
|
|
|
<!-- Starter -->
|
|
<div class="bg-navy-light border border-white/10 rounded-2xl p-8 flex flex-col">
|
|
<div class="mb-8">
|
|
<h3 class="text-lg text-gray-400 mb-2">Starter</h3>
|
|
<div class="flex items-baseline">
|
|
<span class="text-5xl font-bold">$2,500</span>
|
|
<span class="text-gray-400 ml-2">/month</span>
|
|
</div>
|
|
<p class="text-gray-400 mt-4">Perfect for boutique advisors and smaller transactions.</p>
|
|
</div>
|
|
|
|
<ul class="space-y-4 mb-8 flex-1">
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-gray-300">1 concurrent deal</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-gray-300">Up to 10 participants per deal</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-gray-300">10 GB storage included</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-gray-300">Request workflow</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-gray-300">Dynamic watermarking</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-gray-300">Full audit trail</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-gray-300">Email support</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gray-600 mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/>
|
|
</svg>
|
|
<span class="text-gray-500">AI matching</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gray-600 mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/>
|
|
</svg>
|
|
<span class="text-gray-500">SSO</span>
|
|
</li>
|
|
</ul>
|
|
|
|
<a href="index.html#demo" class="block w-full border border-white/20 hover:border-white/40 text-white font-semibold py-3 rounded-lg text-center transition-colors">
|
|
Start Free Trial
|
|
</a>
|
|
</div>
|
|
|
|
<!-- Professional -->
|
|
<div class="bg-navy-light border-2 border-gold rounded-2xl p-8 flex flex-col relative">
|
|
<div class="absolute -top-4 left-1/2 transform -translate-x-1/2 bg-gold text-navy text-sm font-bold px-4 py-1 rounded-full">
|
|
MOST POPULAR
|
|
</div>
|
|
|
|
<div class="mb-8">
|
|
<h3 class="text-lg text-gray-400 mb-2">Professional</h3>
|
|
<div class="flex items-baseline">
|
|
<span class="text-5xl font-bold">$7,500</span>
|
|
<span class="text-gray-400 ml-2">/month</span>
|
|
</div>
|
|
<p class="text-gray-400 mt-4">For mid-market advisors running multiple transactions.</p>
|
|
</div>
|
|
|
|
<ul class="space-y-4 mb-8 flex-1">
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-gray-300">5 concurrent deals</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-gray-300"><strong>Unlimited</strong> participants</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-gray-300">100 GB storage included</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-gray-300">Request workflow</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-gray-300">Dynamic watermarking</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-gray-300">Full audit trail</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-white font-medium">AI matching</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-gray-300">Priority support</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gray-600 mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/>
|
|
</svg>
|
|
<span class="text-gray-500">SSO</span>
|
|
</li>
|
|
</ul>
|
|
|
|
<a href="index.html#demo" class="block w-full bg-gold hover:bg-gold-light text-navy font-semibold py-3 rounded-lg text-center transition-colors">
|
|
Start Free Trial
|
|
</a>
|
|
</div>
|
|
|
|
<!-- Enterprise -->
|
|
<div class="bg-navy-light border border-white/10 rounded-2xl p-8 flex flex-col">
|
|
<div class="mb-8">
|
|
<h3 class="text-lg text-gray-400 mb-2">Enterprise</h3>
|
|
<div class="flex items-baseline">
|
|
<span class="text-5xl font-bold">Custom</span>
|
|
</div>
|
|
<p class="text-gray-400 mt-4">For bulge bracket banks and large advisory firms.</p>
|
|
</div>
|
|
|
|
<ul class="space-y-4 mb-8 flex-1">
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-gray-300"><strong>Unlimited</strong> concurrent deals</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-gray-300"><strong>Unlimited</strong> participants</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-gray-300"><strong>Unlimited</strong> storage</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-gray-300">Everything in Professional</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-white font-medium">SSO / SAML integration</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-white font-medium">Custom watermarks</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-white font-medium">Dedicated support</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-white font-medium">99.99% SLA</span>
|
|
</li>
|
|
<li class="flex items-start">
|
|
<svg class="w-5 h-5 text-gold mr-3 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span class="text-white font-medium">On-premise option</span>
|
|
</li>
|
|
</ul>
|
|
|
|
<a href="index.html#demo" class="block w-full border border-white/20 hover:border-white/40 text-white font-semibold py-3 rounded-lg text-center transition-colors">
|
|
Contact Sales
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Storage Pricing -->
|
|
<section class="py-16 px-6 bg-navy-light border-y border-white/10">
|
|
<div class="max-w-4xl mx-auto text-center">
|
|
<h2 class="text-2xl font-bold mb-6">Additional Storage</h2>
|
|
<p class="text-gray-400 mb-8">
|
|
Need more than your plan includes? Storage is priced at actual cost — no markups.
|
|
</p>
|
|
<div class="inline-block bg-navy border border-white/10 rounded-xl px-8 py-6">
|
|
<div class="text-4xl font-bold text-gold mb-2">$0.10 <span class="text-lg font-normal text-gray-400">/ GB / month</span></div>
|
|
<p class="text-gray-400 text-sm">No per-document fees. No bandwidth charges. Just storage.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Comparison -->
|
|
<section class="py-24 px-6">
|
|
<div class="max-w-4xl mx-auto">
|
|
<div class="text-center mb-16">
|
|
<h2 class="text-3xl font-bold mb-6">How We Compare</h2>
|
|
<p class="text-xl text-gray-400">Real pricing on a 50GB deal with 100 participants.</p>
|
|
</div>
|
|
|
|
<div class="bg-navy-light border border-white/10 rounded-xl overflow-hidden">
|
|
<div class="grid grid-cols-4 gap-4 p-6 border-b border-white/10 text-sm">
|
|
<div class="font-semibold text-white"></div>
|
|
<div class="font-semibold text-center text-gold">Dealspace</div>
|
|
<div class="font-semibold text-center text-gray-400">Competitor A</div>
|
|
<div class="font-semibold text-center text-gray-400">Competitor B</div>
|
|
</div>
|
|
<div class="grid grid-cols-4 gap-4 p-6 border-b border-white/10">
|
|
<div class="text-gray-400">Base platform</div>
|
|
<div class="text-center text-white font-semibold">$7,500</div>
|
|
<div class="text-center text-gray-300">$5,000</div>
|
|
<div class="text-center text-gray-300">$8,000</div>
|
|
</div>
|
|
<div class="grid grid-cols-4 gap-4 p-6 border-b border-white/10">
|
|
<div class="text-gray-400">50 GB storage</div>
|
|
<div class="text-center text-white font-semibold">$0 <span class="text-sm text-gray-400">(included)</span></div>
|
|
<div class="text-center text-gray-300">$15,000</div>
|
|
<div class="text-center text-gray-300">$8,000</div>
|
|
</div>
|
|
<div class="grid grid-cols-4 gap-4 p-6 border-b border-white/10">
|
|
<div class="text-gray-400">100 participants</div>
|
|
<div class="text-center text-white font-semibold">$0 <span class="text-sm text-gray-400">(unlimited)</span></div>
|
|
<div class="text-center text-gray-300">$2,500</div>
|
|
<div class="text-center text-gray-300">$1,500</div>
|
|
</div>
|
|
<div class="grid grid-cols-4 gap-4 p-6 border-b border-white/10">
|
|
<div class="text-gray-400">AI matching</div>
|
|
<div class="text-center text-white font-semibold">$0 <span class="text-sm text-gray-400">(included)</span></div>
|
|
<div class="text-center text-gray-300">$3,000</div>
|
|
<div class="text-center text-gray-300">N/A</div>
|
|
</div>
|
|
<div class="grid grid-cols-4 gap-4 p-6 bg-navy">
|
|
<div class="font-semibold text-white">Monthly Total</div>
|
|
<div class="text-center text-gold text-2xl font-bold">$7,500</div>
|
|
<div class="text-center text-gray-300 text-2xl font-bold">$25,500</div>
|
|
<div class="text-center text-gray-300 text-2xl font-bold">$17,500</div>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="text-center text-gray-500 text-sm mt-6">
|
|
Competitor pricing based on public rate cards as of February 2026. Your mileage may vary.
|
|
</p>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- FAQ -->
|
|
<section class="py-24 px-6 bg-navy-light">
|
|
<div class="max-w-3xl mx-auto">
|
|
<h2 class="text-3xl font-bold text-center mb-16">Frequently Asked Questions</h2>
|
|
|
|
<div class="space-y-6">
|
|
<div class="bg-navy border border-white/10 rounded-xl p-6">
|
|
<h3 class="font-semibold text-white mb-3">What counts as a "concurrent deal"?</h3>
|
|
<p class="text-gray-400">An active deal that hasn't been archived. Once a deal closes and you archive it, it no longer counts toward your limit. Archived deals remain accessible for audit purposes.</p>
|
|
</div>
|
|
|
|
<div class="bg-navy border border-white/10 rounded-xl p-6">
|
|
<h3 class="font-semibold text-white mb-3">Is there a free trial?</h3>
|
|
<p class="text-gray-400">Yes. 14 days, full Professional tier features, no credit card required. Run a real deal on us.</p>
|
|
</div>
|
|
|
|
<div class="bg-navy border border-white/10 rounded-xl p-6">
|
|
<h3 class="font-semibold text-white mb-3">What happens if I exceed my storage limit?</h3>
|
|
<p class="text-gray-400">We'll notify you and add the overage at $0.10/GB. No surprise charges — you'll see it before you're billed.</p>
|
|
</div>
|
|
|
|
<div class="bg-navy border border-white/10 rounded-xl p-6">
|
|
<h3 class="font-semibold text-white mb-3">Can I upgrade or downgrade mid-cycle?</h3>
|
|
<p class="text-gray-400">Upgrades are prorated immediately. Downgrades take effect at the next billing cycle. No penalties either way.</p>
|
|
</div>
|
|
|
|
<div class="bg-navy border border-white/10 rounded-xl p-6">
|
|
<h3 class="font-semibold text-white mb-3">Do you offer annual billing?</h3>
|
|
<p class="text-gray-400">Yes. Pay annually and save 15%. Enterprise customers can negotiate custom terms.</p>
|
|
</div>
|
|
|
|
<div class="bg-navy border border-white/10 rounded-xl p-6">
|
|
<h3 class="font-semibold text-white mb-3">What's included in "priority support"?</h3>
|
|
<p class="text-gray-400">4-hour response time during business hours, dedicated Slack channel, and access to our senior support engineers.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- CTA -->
|
|
<section class="py-24 px-6">
|
|
<div class="max-w-4xl mx-auto text-center">
|
|
<h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to See the Difference?</h2>
|
|
<p class="text-xl text-gray-400 mb-8">
|
|
14-day free trial. No credit card required. Full Professional features.
|
|
</p>
|
|
<div class="flex flex-col sm:flex-row gap-4 justify-center">
|
|
<a href="index.html#demo" class="bg-gold hover:bg-gold-light text-navy font-semibold px-8 py-4 rounded-lg transition-colors">
|
|
Start Free Trial
|
|
</a>
|
|
<a href="mailto:sales@dealspace.io" class="border border-white/20 hover:border-white/40 text-white font-semibold px-8 py-4 rounded-lg transition-colors">
|
|
Talk to Sales
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Footer -->
|
|
<footer class="border-t border-white/10 py-12 px-6">
|
|
<div class="max-w-7xl mx-auto">
|
|
<div class="grid md:grid-cols-4 gap-8 mb-12">
|
|
<div>
|
|
<span class="text-2xl font-bold text-white">Deal<span class="text-gold">space</span></span>
|
|
<p class="text-gray-400 mt-4">The M&A workflow platform that Investment Banks trust.</p>
|
|
</div>
|
|
<div>
|
|
<h4 class="font-semibold mb-4">Product</h4>
|
|
<ul class="space-y-2 text-gray-400">
|
|
<li><a href="features.html" class="hover:text-white transition-colors">Features</a></li>
|
|
<li><a href="security.html" class="hover:text-white transition-colors">Security</a></li>
|
|
<li><a href="pricing.html" class="hover:text-white transition-colors">Pricing</a></li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<h4 class="font-semibold mb-4">Legal</h4>
|
|
<ul class="space-y-2 text-gray-400">
|
|
<li><a href="privacy.html" class="hover:text-white transition-colors">Privacy Policy</a></li>
|
|
<li><a href="terms.html" class="hover:text-white transition-colors">Terms of Service</a></li>
|
|
<li><a href="dpa.html" class="hover:text-white transition-colors">DPA</a></li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<h4 class="font-semibold mb-4">Contact</h4>
|
|
<ul class="space-y-2 text-gray-400">
|
|
<li><a href="mailto:sales@dealspace.io" class="hover:text-white transition-colors">sales@dealspace.io</a></li>
|
|
<li><a href="mailto:security@dealspace.io" class="hover:text-white transition-colors">security@dealspace.io</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="border-t border-white/10 pt-8 flex flex-col md:flex-row justify-between items-center">
|
|
<p class="text-gray-500 text-sm">© 2026 Muskepo B.V. All rights reserved.</p>
|
|
<p class="text-gray-500 text-sm mt-4 md:mt-0">Amsterdam · New York · London</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<link rel="stylesheet" href="/chat.css">
|
|
<script src="/chat.js"></script>
|
|
</body>
|
|
</html>
|