-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpricing.html
More file actions
197 lines (187 loc) · 7.17 KB
/
pricing.html
File metadata and controls
197 lines (187 loc) · 7.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pricing - BlackRoad OS</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
padding: 60px 20px;
color: white;
}
.container {
max-width: 1200px;
margin: 0 auto;
text-align: center;
}
h1 {
font-size: 3rem;
margin-bottom: 20px;
font-weight: 800;
}
.subtitle {
font-size: 1.3rem;
margin-bottom: 60px;
opacity: 0.9;
}
.pricing-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-top: 40px;
}
.pricing-card {
background: rgba(255,255,255,0.1);
backdrop-filter: blur(10px);
padding: 40px;
border-radius: 20px;
position: relative;
transition: transform 0.3s;
}
.pricing-card:hover {
transform: translateY(-10px);
}
.pricing-card.featured {
border: 3px solid #10b981;
transform: scale(1.05);
}
.badge {
background: #ef4444;
color: white;
padding: 8px 20px;
border-radius: 20px;
font-weight: bold;
display: inline-block;
margin-bottom: 20px;
font-size: 0.9rem;
}
.tier-name {
font-size: 1.8rem;
font-weight: bold;
margin-bottom: 10px;
}
.price {
font-size: 3rem;
font-weight: 800;
margin: 20px 0;
}
.price small {
font-size: 1.2rem;
opacity: 0.7;
}
.old-price {
text-decoration: line-through;
opacity: 0.5;
font-size: 1.5rem;
display: block;
margin-bottom: 10px;
}
.feature-list {
text-align: left;
margin: 30px 0;
}
.feature {
padding: 12px 0;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.feature:last-child {
border-bottom: none;
}
.button {
background: #10b981;
color: white;
border: none;
padding: 18px 50px;
font-size: 1.1rem;
border-radius: 50px;
cursor: pointer;
font-weight: 700;
transition: transform 0.2s, box-shadow 0.2s;
text-decoration: none;
display: inline-block;
width: 100%;
}
.button:hover {
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.secondary {
background: rgba(255,255,255,0.2);
}
</style>
</head>
<body>
<div class="container">
<h1>Choose Your Plan</h1>
<p class="subtitle">14-day free trial. No credit card required. Cancel anytime.</p>
<div class="pricing-grid">
<!-- Founding Member -->
<div class="pricing-card featured">
<div class="badge">🎁 LIMITED TIME - 79 SPOTS LEFT</div>
<div class="tier-name">Founding Member</div>
<div class="old-price">$58/month</div>
<div class="price">$29<small>/month</small></div>
<p style="margin-bottom: 30px; opacity: 0.9;">50% off FOREVER</p>
<div class="feature-list">
<div class="feature">✅ Everything in Pro</div>
<div class="feature">🏆 Founding Member badge</div>
<div class="feature">💰 50% discount for life</div>
<div class="feature">🚀 Early access to features</div>
<div class="feature">💬 Direct team access</div>
<div class="feature">🎯 Priority support</div>
<div class="feature">📊 Usage analytics</div>
<div class="feature">🔐 SSO & SAML</div>
<div class="feature">⚡ Unlimited deployments</div>
<div class="feature">🤖 AI-powered workflows</div>
</div>
<a href="https://buy.stripe.com/9B6cN4fOr6bYbvi8xD" class="button">Claim Your Spot</a>
</div>
<!-- Pro -->
<div class="pricing-card">
<div class="tier-name">Pro</div>
<div class="price">$58<small>/month</small></div>
<p style="margin-bottom: 30px; opacity: 0.9;">For growing teams</p>
<div class="feature-list">
<div class="feature">✅ All features included</div>
<div class="feature">⚡ Unlimited deployments</div>
<div class="feature">🤖 AI-powered workflows</div>
<div class="feature">📊 Advanced analytics</div>
<div class="feature">🔐 SSO & SAML</div>
<div class="feature">💬 Priority support</div>
<div class="feature">🔄 Automated backups</div>
<div class="feature">📈 Real-time monitoring</div>
<div class="feature">🌍 Global CDN</div>
<div class="feature">🔒 SOC 2 compliance</div>
</div>
<a href="https://buy.stripe.com/dRm9AS8lZ0REbviaFL" class="button secondary">Start Free Trial</a>
</div>
<!-- Enterprise -->
<div class="pricing-card">
<div class="tier-name">Enterprise</div>
<div class="price">$199<small>/month</small></div>
<p style="margin-bottom: 30px; opacity: 0.9;">For large teams</p>
<div class="feature-list">
<div class="feature">✅ Everything in Pro</div>
<div class="feature">🏢 Dedicated support</div>
<div class="feature">📞 24/7 phone support</div>
<div class="feature">🎯 Custom integrations</div>
<div class="feature">📊 Advanced reporting</div>
<div class="feature">🔐 Custom security policies</div>
<div class="feature">⚡ SLA guarantee</div>
<div class="feature">🎓 Team training</div>
<div class="feature">🔄 On-premise option</div>
<div class="feature">🤝 Account manager</div>
</div>
<a href="https://buy.stripe.com/00w8wOeKn1VI7f215b" class="button secondary">Start Free Trial</a>
</div>
</div>
<p style="opacity: 0.7; margin-top: 60px;">
Need a custom plan? <a href="mailto:blackroad.systems@gmail.com" style="color: white;">Contact us</a>
</p>
</div>
</body>
</html>